:root {
  --pulse-blue: #0875ff;
  --pulse-blue-deep: #043da5;
  --pulse-lime: #29d8ff;
  --pulse-lime-deep: #08a9df;
  --pulse-coral: #7759ff;
  --pulse-yellow: #1ce3c1;
  --pulse-cream: #06152f;
  --pulse-canvas: #020b21;
  --pulse-ink: #f5f8ff;
  --pulse-muted: #9caccc;
  --pulse-line: rgba(116, 154, 220, 0.2);
  --pulse-white: #071936;
  --pulse-success: #1ce3c1;
  --pulse-danger: #ff6f91;
  --pulse-radius-xl: 28px;
  --pulse-radius-lg: 22px;
  --pulse-radius-md: 16px;
  --pulse-shadow: 0 18px 44px rgba(0, 4, 18, 0.42);
  --pulse-shadow-soft: 0 10px 28px rgba(0, 4, 18, 0.3);
}

html {
  background: #010718;
  color-scheme: dark;
}

body.pulse-theme {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  overflow-x: hidden;
  background: #010718;
  color: var(--pulse-ink);
  font-family: "Segoe UI Variable", "Segoe UI", Aptos, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.pulse-theme *,
.pulse-theme *::before,
.pulse-theme *::after {
  box-sizing: border-box;
}

.pulse-theme button,
.pulse-theme input,
.pulse-theme select,
.pulse-theme textarea {
  font: inherit;
}

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

.pulse-theme img {
  max-width: 100%;
}

.pulse-theme .app-shell {
  width: 100%;
  max-width: 1180px;
  min-height: 100dvh;
  margin: 0 auto;
  overflow: visible;
  background: var(--pulse-canvas);
  box-shadow: 0 0 48px rgba(26, 36, 62, 0.12);
}

.pulse-theme .screen {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  padding: 0 16px calc(96px + env(safe-area-inset-bottom));
  overflow: hidden;
  background: var(--pulse-canvas);
}

.pulse-theme .pulse-home-screen {
  background: var(--pulse-white);
}

.pulse-theme .pulse-page-screen {
  padding-top: 0;
}

.pulse-theme a {
  color: inherit;
}

.pulse-theme :focus-visible {
  outline: 3px solid rgba(20, 89, 232, 0.3);
  outline-offset: 3px;
}

/* Global top bar */
.pulse-theme .pulse-topbar {
  position: sticky;
  top: 0;
  z-index: 24;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  min-height: 76px;
  margin: 0 -16px 18px;
  padding: 12px 16px;
  border: 0;
  border-bottom: 1px solid rgba(228, 230, 235, 0.9);
  background: var(--pulse-white);
  box-shadow: none;
}

.pulse-theme .pulse-topbar .icon-btn,
.pulse-theme .pulse-round-button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  min-width: 44px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--pulse-line);
  border-radius: 50%;
  background: var(--pulse-white);
  color: var(--pulse-ink);
  box-shadow: none;
}

.pulse-theme .pulse-topbar .icon-btn svg,
.pulse-theme .pulse-round-button svg {
  width: 21px;
  height: 21px;
  stroke-width: 2;
}

.pulse-theme .topbar-title {
  min-width: 0;
  padding: 0 10px;
  text-align: left;
}

.pulse-theme .topbar-title h1 {
  margin: 0;
  overflow: hidden;
  color: var(--pulse-ink);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pulse-theme .topbar-title p {
  margin: 2px 0 0;
  overflow: hidden;
  color: var(--pulse-muted);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Pulse home */
.pulse-theme .pulse-home {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 30px 2px 8px;
}

.pulse-theme .pulse-home-header,
.pulse-theme .pulse-home-actions,
.pulse-theme .pulse-wallet-ribbon,
.pulse-theme .pulse-wallet-balance,
.pulse-theme .pulse-wallet-action,
.pulse-theme .pulse-impact-card,
.pulse-theme .pulse-task-cta {
  display: flex;
  align-items: center;
}

.pulse-theme .pulse-home-header {
  justify-content: space-between;
  gap: 18px;
}

.pulse-theme .pulse-wordmark,
.pulse-theme .pulse-auth-logo {
  display: block;
  width: 94px;
  height: 54px;
  object-fit: cover;
  object-position: center;
  border: 0;
  background: var(--pulse-white);
}

.pulse-theme .pulse-home-actions {
  gap: 10px;
}

.pulse-theme .pulse-avatar-link {
  display: block;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border: 4px solid var(--pulse-white);
  border-radius: 50%;
  background: #f2f3f5;
  box-shadow: 0 0 0 1px var(--pulse-line), var(--pulse-shadow-soft);
}

.pulse-theme .pulse-avatar-link img,
.pulse-theme .pulse-user-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pulse-theme .pulse-welcome {
  margin: 24px 0 22px;
}

.pulse-theme .pulse-welcome h1 {
  margin: 0;
  color: var(--pulse-ink);
  font-size: clamp(27px, 7.5vw, 34px);
  font-weight: 820;
  line-height: 1.07;
  letter-spacing: -0.045em;
}

.pulse-theme .pulse-greeting-name {
  display: inline-block;
  margin-left: 0.18em;
}

.pulse-theme .pulse-welcome p {
  margin: 7px 0 0;
  color: var(--pulse-muted);
  font-size: 15px;
}

.pulse-theme .pulse-wallet-ribbon {
  min-height: 80px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--pulse-blue);
  box-shadow: 0 12px 28px rgba(20, 89, 232, 0.19);
}

.pulse-theme .pulse-wallet-ribbon > a {
  min-width: 0;
  min-height: 80px;
  text-decoration: none;
}

.pulse-theme .pulse-wallet-balance {
  flex: 1.45 1 0;
  gap: 10px;
  padding: 12px 14px;
  color: var(--pulse-white);
  background: var(--pulse-blue);
}

.pulse-theme .pulse-wallet-icon {
  display: inline-grid;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  place-items: center;
  border-radius: 50%;
  background: var(--pulse-white);
  color: var(--pulse-ink);
}

.pulse-theme .pulse-wallet-icon svg {
  width: 21px;
  height: 21px;
}

.pulse-theme .pulse-wallet-balance span:last-child {
  min-width: 0;
}

.pulse-theme .pulse-wallet-balance strong,
.pulse-theme .pulse-wallet-balance small {
  display: block;
}

.pulse-theme .pulse-wallet-balance strong {
  overflow: hidden;
  font-size: clamp(18px, 5.8vw, 25px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pulse-theme .pulse-wallet-balance small {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 650;
  opacity: 0.86;
}

.pulse-theme .pulse-wallet-action {
  flex: 0.8 1 0;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 10px 8px;
  color: var(--pulse-ink);
  text-align: center;
}

.pulse-theme .pulse-wallet-action.deposit {
  flex-grow: 0.72;
  background: var(--pulse-lime);
}

.pulse-theme .pulse-wallet-action.withdraw {
  flex-grow: 0.85;
  background: var(--pulse-coral);
}

.pulse-theme .pulse-wallet-action svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.3;
}

.pulse-theme .pulse-wallet-action span {
  font-size: 12px;
  font-weight: 750;
}

.pulse-theme .pulse-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.74fr) minmax(100px, 0.88fr);
  grid-template-rows: repeat(2, minmax(138px, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.pulse-theme .pulse-task-feature,
.pulse-theme .pulse-mini-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--pulse-radius-xl);
  text-decoration: none;
}

.pulse-theme .pulse-task-feature {
  grid-row: 1 / 3;
  min-height: 300px;
  padding: 22px 20px;
  background: var(--pulse-blue);
  color: var(--pulse-white);
  box-shadow: 0 14px 30px rgba(20, 89, 232, 0.2);
}

.pulse-theme .pulse-kicker {
  position: relative;
  z-index: 3;
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(7, 51, 150, 0.55);
  color: var(--pulse-white);
  font-size: 11px;
  font-weight: 750;
}

.pulse-theme .pulse-task-feature h2 {
  position: relative;
  z-index: 3;
  margin: 20px 0 10px;
  color: var(--pulse-white);
  font-size: clamp(34px, 10.5vw, 48px);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.pulse-theme .pulse-task-feature p {
  position: relative;
  z-index: 3;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.48;
  width: 48%;
}

.pulse-theme .pulse-task-feature > img {
  position: absolute;
  z-index: 1;
  right: -16%;
  bottom: 25px;
  width: 90%;
  max-width: none;
  aspect-ratio: 1;
  object-fit: contain;
  pointer-events: none;
}

.pulse-theme .pulse-task-cta {
  position: absolute;
  z-index: 4;
  left: 18px;
  bottom: 18px;
  min-height: 44px;
  gap: 7px;
  padding: 0 15px;
  border-radius: 13px;
  background: var(--pulse-white);
  color: var(--pulse-blue);
  font-size: 13px;
  font-weight: 850;
  box-shadow: var(--pulse-shadow-soft);
}

.pulse-theme .pulse-task-cta svg {
  width: 30px;
  height: 30px;
  margin-right: -9px;
  padding: 7px;
  border-radius: 50%;
  background: var(--pulse-blue);
  color: var(--pulse-white);
}

.pulse-theme .pulse-mini-card {
  display: flex;
  flex-direction: column;
  padding: 18px 14px;
  color: var(--pulse-ink);
  box-shadow: var(--pulse-shadow-soft);
}

.pulse-theme .pulse-mini-card.income {
  background: var(--pulse-lime);
}

.pulse-theme .pulse-mini-card.team {
  background: var(--pulse-coral);
}

.pulse-theme .pulse-mini-card > span {
  font-size: 13px;
  font-weight: 800;
}

.pulse-theme .pulse-mini-card > strong {
  margin-top: 8px;
  overflow-wrap: anywhere;
  font-size: clamp(24px, 7.2vw, 36px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.pulse-theme .pulse-mini-card > i {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-top: auto;
  place-items: center;
  align-self: flex-end;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  color: var(--pulse-ink);
  font-style: normal;
}

.pulse-theme .pulse-mini-card > i svg {
  width: 22px;
  height: 22px;
}

.pulse-theme .pulse-impact-card {
  min-height: 132px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #ece8dc;
  border-radius: var(--pulse-radius-xl);
  background: var(--pulse-cream);
  text-decoration: none;
  box-shadow: var(--pulse-shadow-soft);
}

.pulse-theme .pulse-impact-card > span {
  position: relative;
  z-index: 2;
  display: flex;
  width: 52%;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  background: var(--pulse-cream);
}

.pulse-theme .pulse-impact-card strong,
.pulse-theme .pulse-impact-card small {
  display: block;
}

.pulse-theme .pulse-impact-card strong {
  font-size: clamp(25px, 7vw, 34px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.pulse-theme .pulse-impact-card small {
  margin-top: 10px;
  color: var(--pulse-muted);
  font-size: 11px;
  line-height: 1.4;
}

.pulse-theme .pulse-impact-card img {
  width: 48%;
  height: 132px;
  margin-left: auto;
  object-fit: cover;
  object-position: 65% center;
}

/* Navigation */
.pulse-theme .pulse-bottom-nav {
  position: fixed;
  z-index: 72;
  right: auto;
  bottom: 0;
  left: 50%;
  display: grid;
  width: min(100%, 520px);
  max-width: none;
  min-height: 76px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 8px 6px calc(7px + env(safe-area-inset-bottom));
  transform: translateX(-50%);
  border: 0;
  border-top: 1px solid var(--pulse-line);
  border-radius: 0;
  background: var(--pulse-white);
  box-shadow: 0 -12px 28px rgba(28, 42, 74, 0.08);
}

.pulse-theme .pulse-bottom-nav a {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 58px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 5px 2px;
  border: 0;
  border-radius: 13px;
  background: transparent;
  color: #777b84;
  font-size: 10px;
  font-weight: 650;
  text-decoration: none;
}

.pulse-theme .pulse-bottom-nav a svg {
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: currentColor;
  box-shadow: none;
  stroke-width: 2.2;
}

.pulse-theme .pulse-bottom-nav a.active {
  background: transparent;
  color: var(--pulse-blue);
  font-weight: 850;
}

.pulse-theme .pulse-bottom-nav a.active svg {
  border: 0;
  background: transparent;
  color: currentColor;
  box-shadow: none;
}

.pulse-theme .pulse-bottom-nav a.active::after {
  position: absolute;
  right: 27%;
  bottom: 1px;
  left: 27%;
  height: 4px;
  border-radius: 999px;
  background: var(--pulse-lime);
  content: "";
}

/* Authentication */
.pulse-theme .pulse-auth-screen {
  display: grid;
  min-height: 100dvh;
  padding: 0;
  overflow: auto;
  background: var(--pulse-white);
}

.pulse-theme .pulse-auth-intro {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  padding: 24px 24px 20px;
  background: var(--pulse-blue);
  color: var(--pulse-white);
}

.pulse-theme .pulse-auth-logo {
  width: 86px;
  height: 48px;
  border-radius: 8px;
}

.pulse-theme .pulse-auth-copy {
  position: relative;
  z-index: 2;
  width: 62%;
  margin-top: 34px;
}

.pulse-theme .pulse-auth-copy > span {
  display: inline-block;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(7, 51, 150, 0.55);
  font-size: 11px;
  font-weight: 750;
}

.pulse-theme .pulse-auth-copy h1 {
  margin: 12px 0 9px;
  color: var(--pulse-white);
  font-size: 34px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.pulse-theme .pulse-auth-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

.pulse-theme .pulse-auth-device {
  position: absolute;
  right: -70px;
  bottom: -52px;
  width: 260px;
  max-width: none;
  border-radius: 50%;
}

.pulse-theme .pulse-auth-content {
  width: min(100%, 500px);
  margin: -18px auto 0;
  padding: 26px 22px 32px;
  border-radius: 26px 26px 0 0;
  background: var(--pulse-white);
}

.pulse-theme .pulse-auth-heading {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  color: var(--pulse-ink);
}

.pulse-theme .pulse-auth-heading h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.pulse-theme .pulse-auth-heading p {
  margin: 4px 0 0;
  color: var(--pulse-muted);
}

.pulse-theme .auth-panel,
.pulse-theme .register-auth-panel {
  gap: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pulse-theme .pulse-auth-screen .switch-line,
.pulse-theme .pulse-auth-screen .legal-note {
  color: var(--pulse-muted);
}

.pulse-theme .pulse-auth-screen .switch-line button {
  color: var(--pulse-blue);
  font-weight: 850;
}

/* Universal components */
.pulse-theme .section,
.pulse-theme .form-card,
.pulse-theme .help-detail,
.pulse-theme .job-application-page,
.pulse-theme .charity-page,
.pulse-theme .vip-stage,
.pulse-theme .vip-info-card,
.pulse-theme .vip-intro-card,
.pulse-theme .copy-box,
.pulse-theme .user-menu-grid,
.pulse-theme .user-dashboard-stats,
.pulse-theme .user-asset-strip {
  border: 0;
  border-radius: var(--pulse-radius-lg);
  background: var(--pulse-white);
  box-shadow: var(--pulse-shadow-soft);
}

.pulse-theme .section {
  margin: 0 0 14px;
  padding: 18px;
}

.pulse-theme .section.first-section {
  margin-top: 0;
}

.pulse-theme .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 15px;
}

.pulse-theme .section-title h2,
.pulse-theme .section-title h3 {
  margin: 0;
  color: var(--pulse-ink);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.pulse-theme .section-title a,
.pulse-theme .section-title button,
.pulse-theme .section-title .section-subtitle {
  color: var(--pulse-blue);
  font-size: 12px;
  font-weight: 800;
}

.pulse-theme .get-media-banner {
  position: relative;
  display: grid;
  min-height: 154px;
  grid-template-columns: minmax(0, 1.18fr) minmax(108px, 0.82fr);
  margin: 0 0 14px;
  overflow: hidden;
  border: 0;
  border-radius: var(--pulse-radius-xl);
  background: var(--pulse-blue);
  box-shadow: var(--pulse-shadow);
}

.pulse-theme .get-media-banner > img {
  width: 100%;
  height: 100%;
  min-height: 154px;
  grid-column: 2;
  grid-row: 1;
  object-fit: cover;
}

.pulse-theme .get-media-banner > div {
  position: relative;
  z-index: 2;
  display: flex;
  grid-column: 1;
  grid-row: 1;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  background: var(--pulse-blue);
  color: var(--pulse-white);
}

.pulse-theme .get-media-banner > div > span {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 9px;
  color: var(--pulse-lime);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pulse-theme .get-media-banner > div > span svg {
  width: 16px;
  height: 16px;
}

.pulse-theme .get-media-banner strong {
  color: var(--pulse-white);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.pulse-theme .get-media-banner p {
  display: -webkit-box;
  margin: 8px 0 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.pulse-theme .stats-grid,
.pulse-theme .get-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin: 0 0 14px;
}

.pulse-theme .stat,
.pulse-theme .user-stat-tile,
.pulse-theme .vip-income-grid > div {
  min-width: 0;
  padding: 16px;
  border: 0;
  border-radius: var(--pulse-radius-md);
  background: var(--pulse-white);
  color: var(--pulse-ink);
  box-shadow: var(--pulse-shadow-soft);
}

.pulse-theme .get-stats-grid .stat:nth-child(4n + 1) {
  background: var(--pulse-blue);
  color: var(--pulse-white);
}

.pulse-theme .get-stats-grid .stat:nth-child(4n + 2) {
  background: var(--pulse-lime);
}

.pulse-theme .get-stats-grid .stat:nth-child(4n + 3) {
  background: var(--pulse-coral);
}

.pulse-theme .get-stats-grid .stat:nth-child(4n + 4) {
  background: var(--pulse-cream);
}

.pulse-theme .stat span,
.pulse-theme .user-stat-tile span,
.pulse-theme .vip-income-grid span {
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  opacity: 0.75;
}

.pulse-theme .stat strong,
.pulse-theme .user-stat-tile strong,
.pulse-theme .vip-income-grid strong {
  display: block;
  margin-top: 8px;
  color: inherit;
  font-size: clamp(20px, 6vw, 30px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.pulse-theme .form-card {
  margin: 0 0 14px;
  padding: 20px;
}

.pulse-theme .field {
  gap: 8px;
  margin-bottom: 16px;
}

.pulse-theme .field label {
  color: var(--pulse-ink);
  font-size: 12px;
  font-weight: 800;
}

.pulse-theme .input-wrap,
.pulse-theme .select-wrap,
.pulse-theme .field input,
.pulse-theme .field select,
.pulse-theme .field textarea {
  border-color: var(--pulse-line);
  border-radius: 14px;
  background: #f9fafc;
  color: var(--pulse-ink);
  box-shadow: none;
}

.pulse-theme .input-wrap,
.pulse-theme .select-wrap {
  min-height: 50px;
}

.pulse-theme .input-wrap:focus-within,
.pulse-theme .select-wrap:focus-within {
  border-color: var(--pulse-blue);
  box-shadow: 0 0 0 4px rgba(20, 89, 232, 0.1);
}

.pulse-theme .input-wrap svg,
.pulse-theme .select-wrap svg {
  color: var(--pulse-blue);
}

.pulse-theme .primary-btn,
.pulse-theme .secondary-btn,
.pulse-theme .ghost-btn,
.pulse-theme .task button,
.pulse-theme .amount-chip,
.pulse-theme .activity-page-actions button,
.pulse-theme .vip-upgrade-btn,
.pulse-theme .invite-code-button {
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  font-weight: 850;
}

.pulse-theme .primary-btn,
.pulse-theme .task button:not(:disabled),
.pulse-theme .vip-upgrade-btn {
  background: var(--pulse-blue);
  color: var(--pulse-white);
  box-shadow: 0 9px 20px rgba(20, 89, 232, 0.18);
}

.pulse-theme .secondary-btn {
  background: var(--pulse-lime);
  color: var(--pulse-ink);
}

.pulse-theme .ghost-btn {
  border: 1px solid var(--pulse-line);
  background: var(--pulse-white);
  color: var(--pulse-ink);
}

.pulse-theme button:disabled,
.pulse-theme .task button:disabled {
  background: #e9ebef;
  color: #8b8f99;
  box-shadow: none;
}

.pulse-theme .notice {
  margin: 0 0 12px;
  padding: 13px 14px;
  border: 0;
  border-radius: 14px;
  background: #eaf1ff;
  color: #23406f;
  font-size: 12px;
}

.pulse-theme .notice svg {
  color: var(--pulse-blue);
}

.pulse-theme .amount-grid {
  gap: 9px;
}

.pulse-theme .amount-chip {
  min-height: 44px;
  border: 1px solid var(--pulse-line);
  background: var(--pulse-white);
  color: var(--pulse-ink);
}

.pulse-theme .amount-chip.active {
  border-color: var(--pulse-blue);
  background: var(--pulse-blue);
  color: var(--pulse-white);
}

.pulse-theme .tabbar,
.pulse-theme .team-level-tabs,
.pulse-theme .inbox-tabs {
  gap: 6px;
  padding: 5px;
  border: 0;
  border-radius: 15px;
  background: #edf0f5;
}

.pulse-theme .tabbar button,
.pulse-theme .team-level-tabs button,
.pulse-theme .inbox-tabs button {
  min-height: 38px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: var(--pulse-muted);
  font-size: 12px;
  font-weight: 750;
}

.pulse-theme .tabbar button.active,
.pulse-theme .team-level-tabs button.active,
.pulse-theme .inbox-tabs button.active {
  background: var(--pulse-white);
  color: var(--pulse-blue);
  box-shadow: 0 4px 12px rgba(28, 42, 74, 0.09);
}

.pulse-theme .list {
  gap: 10px;
}

.pulse-theme .record,
.pulse-theme .list-row,
.pulse-theme .info-row,
.pulse-theme .settings-row,
.pulse-theme .support-card,
.pulse-theme .help-topic,
.pulse-theme .message-item,
.pulse-theme .wealth-row,
.pulse-theme .point-option {
  border: 0;
  border-radius: var(--pulse-radius-md);
  background: var(--pulse-white);
  box-shadow: var(--pulse-shadow-soft);
}

.pulse-theme .record {
  min-height: 72px;
  padding: 14px;
}

.pulse-theme .record strong {
  color: var(--pulse-ink);
  font-size: 13px;
}

.pulse-theme .record span {
  color: var(--pulse-muted);
  font-size: 10px;
}

.pulse-theme .record b.income,
.pulse-theme .team-member-card > b.income {
  color: var(--pulse-success);
}

.pulse-theme .record b.outcome {
  color: var(--pulse-danger);
}

.pulse-theme .empty {
  padding: 28px 18px;
  border: 1px dashed #d5d9e2;
  border-radius: 16px;
  background: #f9fafc;
  color: var(--pulse-muted);
}

/* Tasks */
.pulse-theme .get-task-list {
  gap: 10px;
}

.pulse-theme .task,
.pulse-theme .task.get-task-card {
  display: grid;
  min-height: 94px;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 0;
  border-radius: 18px;
  background: var(--pulse-white);
  box-shadow: var(--pulse-shadow-soft);
}

.pulse-theme .app-task-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  overflow: hidden;
  border-radius: 15px;
  background: #eaf1ff;
  color: var(--pulse-blue);
}

.pulse-theme .app-task-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pulse-theme .task h3 {
  margin: 0;
  color: var(--pulse-ink);
  font-size: 14px;
  font-weight: 850;
}

.pulse-theme .task p,
.pulse-theme .task .badge {
  color: var(--pulse-muted);
  font-size: 10px;
}

.pulse-theme .task .badge {
  display: inline-block;
  margin-top: 4px;
}

.pulse-theme .task button {
  min-width: 64px;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 12px;
  font-size: 11px;
}

.pulse-theme .task-actions {
  gap: 5px;
}

.pulse-theme .progress-track {
  overflow: hidden;
  border-radius: 999px;
  background: #e6e9ef;
}

.pulse-theme .progress-track i {
  background: var(--pulse-lime-deep);
}

/* VIP, team and account */
.pulse-theme .vip-stage,
.pulse-theme .get-vip-stage {
  margin-bottom: 14px;
  padding: 18px;
}

.pulse-theme .vip-feature-card {
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: var(--pulse-blue);
  color: var(--pulse-white);
  box-shadow: 0 12px 28px rgba(20, 89, 232, 0.18);
}

.pulse-theme .vip-feature-card strong,
.pulse-theme .vip-feature-card span,
.pulse-theme .vip-feature-card em {
  color: inherit;
}

.pulse-theme .vip-level-card {
  border: 1px solid var(--pulse-line);
  border-radius: 16px;
  background: var(--pulse-white);
  box-shadow: none;
}

.pulse-theme .vip-level-card.active {
  border-color: var(--pulse-blue);
  background: #eaf1ff;
  color: var(--pulse-blue);
}

.pulse-theme .vip-income-grid {
  gap: 10px;
}

.pulse-theme .copy-box,
.pulse-theme .get-copy-box {
  padding: 12px;
}

.pulse-theme .invite-code-actions {
  gap: 10px;
}

.pulse-theme .invite-code-button {
  border: 0;
  background: var(--pulse-white);
  color: var(--pulse-ink);
  box-shadow: var(--pulse-shadow-soft);
}

.pulse-theme .user-dashboard-screen,
.pulse-theme .get-user-screen {
  min-height: 100dvh;
  padding: 20px 16px calc(96px + env(safe-area-inset-bottom));
  background: var(--pulse-canvas);
}

.pulse-theme .user-wallet-link {
  top: 22px;
  right: 16px;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  background: var(--pulse-blue);
  color: var(--pulse-white);
  font-size: 12px;
  font-weight: 850;
  box-shadow: var(--pulse-shadow-soft);
}

.pulse-theme .user-profile-head,
.pulse-theme .get-user-head {
  align-items: flex-start;
  padding: 2px 0 18px;
  text-align: left;
}

.pulse-theme .pulse-user-avatar {
  width: 70px;
  height: 70px;
  border: 4px solid var(--pulse-white);
  border-radius: 50%;
  box-shadow: var(--pulse-shadow-soft);
}

.pulse-theme .user-profile-head strong {
  margin-top: 12px;
  color: var(--pulse-ink);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.pulse-theme .user-profile-head span {
  color: var(--pulse-muted);
}

.pulse-theme .user-balance-block {
  padding: 20px;
  border-radius: 24px;
  background: var(--pulse-blue);
  color: var(--pulse-white);
  box-shadow: 0 14px 30px rgba(20, 89, 232, 0.18);
}

.pulse-theme .user-balance-block span,
.pulse-theme .user-balance-block strong {
  color: inherit;
}

.pulse-theme .user-balance-block strong {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.pulse-theme .credit-score-card {
  border: 0;
  border-radius: 20px;
  background: var(--pulse-lime);
  color: var(--pulse-ink);
  box-shadow: var(--pulse-shadow-soft);
}

.pulse-theme .user-menu-grid {
  gap: 1px;
  padding: 5px;
  overflow: hidden;
}

.pulse-theme .user-menu-item,
.pulse-theme .user-menu-grid > a,
.pulse-theme .user-menu-grid > button {
  min-height: 88px;
  border: 0;
  border-radius: 15px;
  background: var(--pulse-white);
  box-shadow: none;
}

.pulse-theme .user-menu-item:hover,
.pulse-theme .user-menu-grid > a:hover,
.pulse-theme .user-menu-grid > button:hover {
  background: #f1f4fb;
}

/* Tables and charts */
.pulse-theme .vip-table,
.pulse-theme .task-income-table-wrap,
.pulse-theme .wealth-table-wrap,
.pulse-theme .reward-table,
.pulse-theme .chart {
  overflow: hidden;
  border: 1px solid var(--pulse-line);
  border-radius: 16px;
  background: var(--pulse-white);
}

.pulse-theme .vip-table-head,
.pulse-theme .task-income-head,
.pulse-theme .wealth-table-head,
.pulse-theme .reward-table-head {
  background: #edf2ff;
  color: var(--pulse-blue-deep);
  font-weight: 850;
}

.pulse-theme .vip-table-row,
.pulse-theme .task-income-row,
.pulse-theme .wealth-table-row,
.pulse-theme .reward-table-row {
  border-color: var(--pulse-line);
  background: var(--pulse-white);
}

.pulse-theme .chart {
  min-height: 180px;
  padding: 18px 12px 10px;
}

.pulse-theme .chart .bar i {
  border-radius: 8px 8px 3px 3px;
  background: var(--pulse-blue);
}

/* Popovers, dialogs and inbox */
.pulse-theme .activity-popup-card,
.pulse-theme .flash-drop-card,
.pulse-theme .app-download-card,
.pulse-theme .first-withdraw-card,
.pulse-theme .recharge-channel-card,
.pulse-theme .certificate-preview-card,
.pulse-theme .invite-qr-card,
.pulse-theme .inbox-panel,
.pulse-theme .bank-picker-card {
  border: 0;
  border-radius: 26px;
  background: var(--pulse-white);
  box-shadow: 0 26px 70px rgba(22, 31, 52, 0.24);
}

.pulse-theme .activity-popup-close,
.pulse-theme .recharge-channel-close,
.pulse-theme .first-withdraw-close,
.pulse-theme .inbox-close {
  border: 1px solid var(--pulse-line);
  background: var(--pulse-white);
  color: var(--pulse-ink);
}

.pulse-theme .recharge-channel-option,
.pulse-theme .first-withdraw-support-btn {
  border: 1px solid var(--pulse-line);
  border-radius: 16px;
  background: var(--pulse-white);
  color: var(--pulse-ink);
}

.pulse-theme .inbox-fab {
  border: 3px solid var(--pulse-white);
  background: var(--pulse-blue);
  color: var(--pulse-white);
  box-shadow: 0 12px 28px rgba(20, 89, 232, 0.25);
}

.pulse-theme .toast {
  left: 50%;
  width: min(calc(100% - 32px), 420px);
  border: 0;
  border-radius: 14px;
  background: var(--pulse-ink);
  color: var(--pulse-white);
  box-shadow: var(--pulse-shadow);
}

@media (max-width: 379px) {
  .pulse-theme .screen,
  .pulse-theme .user-dashboard-screen,
  .pulse-theme .get-user-screen {
    padding-right: 12px;
    padding-left: 12px;
  }

  .pulse-theme .pulse-wallet-ribbon {
    min-height: 74px;
  }

  .pulse-theme .pulse-wallet-ribbon > a {
    min-height: 74px;
  }

  .pulse-theme .pulse-wallet-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .pulse-theme .pulse-wallet-balance {
    padding: 10px;
  }

  .pulse-theme .pulse-home-grid {
    grid-template-columns: minmax(0, 1.62fr) minmax(92px, 0.82fr);
    gap: 9px;
  }

  .pulse-theme .pulse-task-feature {
    padding: 18px 15px;
  }

  .pulse-theme .pulse-task-feature h2 {
    font-size: 31px;
  }

  .pulse-theme .pulse-task-feature > img {
    right: -28%;
  }

  .pulse-theme .pulse-mini-card {
    padding: 15px 11px;
  }

  .pulse-theme .pulse-mini-card > strong {
    font-size: 25px;
  }
}

@media (min-width: 760px) {
  .pulse-theme .screen,
  .pulse-theme .user-dashboard-screen,
  .pulse-theme .get-user-screen {
    padding: 0 30px 40px 126px;
  }

  .pulse-theme .pulse-home {
    max-width: 980px;
    padding: 30px 0 44px;
  }

  .pulse-theme .pulse-welcome h1 {
    font-size: 42px;
  }

  .pulse-theme .pulse-wallet-ribbon {
    max-width: 650px;
  }

  .pulse-theme .pulse-home-grid {
    grid-template-columns: minmax(0, 1.8fr) repeat(2, minmax(160px, 0.8fr));
    grid-template-rows: 170px 170px;
  }

  .pulse-theme .pulse-task-feature {
    grid-row: 1 / 3;
  }

  .pulse-theme .pulse-mini-card.income {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .pulse-theme .pulse-mini-card.team {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  .pulse-theme .pulse-impact-card {
    max-width: 760px;
    min-height: 156px;
  }

  .pulse-theme .pulse-impact-card img {
    height: 156px;
  }

  .pulse-theme .pulse-bottom-nav {
    top: 50%;
    right: auto;
    bottom: auto;
    left: max(18px, calc(50% - 574px));
    width: 88px;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 10px;
    transform: translateY(-50%);
    border: 1px solid var(--pulse-line);
    border-radius: 26px;
    box-shadow: var(--pulse-shadow);
  }

  .pulse-theme .pulse-bottom-nav a {
    min-height: 66px;
  }

  .pulse-theme .pulse-bottom-nav a.active {
    background: #edf2ff;
  }

  .pulse-theme .pulse-bottom-nav a.active::after {
    top: 25%;
    right: auto;
    bottom: 25%;
    left: 0;
    width: 4px;
    height: auto;
  }

  .pulse-theme .pulse-topbar {
    margin-right: -30px;
    margin-left: 0;
    padding-right: 30px;
    padding-left: 0;
  }

  .pulse-theme .pulse-page-screen > :not(.pulse-topbar) {
    max-width: 930px;
    margin-right: auto;
    margin-left: auto;
  }

  .pulse-theme .stats-grid,
  .pulse-theme .get-stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pulse-theme .pulse-auth-screen {
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    padding: 0;
  }

  .pulse-theme .pulse-auth-intro {
    min-height: 100dvh;
    padding: 48px;
  }

  .pulse-theme .pulse-auth-copy {
    width: 58%;
    margin-top: 90px;
  }

  .pulse-theme .pulse-auth-copy h1 {
    font-size: 54px;
  }

  .pulse-theme .pulse-auth-device {
    right: -80px;
    bottom: -70px;
    width: 520px;
  }

  .pulse-theme .pulse-auth-content {
    align-self: center;
    margin: 0 auto;
    padding: 42px;
    border-radius: 28px;
  }

  .pulse-theme .get-media-banner {
    min-height: 180px;
  }

  .pulse-theme .get-media-banner > img {
    min-height: 180px;
  }
}

@media (min-width: 1080px) {
  .pulse-theme .pulse-page-screen > :not(.pulse-topbar) {
    max-width: 1020px;
  }

  .pulse-theme .section,
  .pulse-theme .form-card {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pulse-theme *,
  .pulse-theme *::before,
  .pulse-theme *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Final compatibility layer for the legacy GET markup */
body.pulse-theme {
  --primary: var(--pulse-blue);
  --primary-dark: var(--pulse-blue-deep);
  --primary-soft: #eaf1ff;
  --surface: var(--pulse-white);
  --surface-soft: #f1f4f9;
  --ink: var(--pulse-ink);
  --muted: #686d78;
  --line: var(--pulse-line);
  padding: 0;
}

.pulse-theme .screen {
  overflow-x: clip;
  overflow-y: visible;
}

.pulse-theme .pulse-auth-screen {
  overflow: auto;
}

.pulse-theme .pulse-home {
  padding-top: calc(30px + env(safe-area-inset-top));
}

.pulse-theme .pulse-welcome {
  margin-bottom: 14px;
}

.pulse-theme .pulse-topbar {
  padding-top: calc(12px + env(safe-area-inset-top));
}

.pulse-theme .pulse-wallet-overview {
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: var(--pulse-radius-xl);
  background: var(--pulse-blue);
  color: var(--pulse-white);
  box-shadow: 0 14px 30px rgba(20, 89, 232, 0.2);
}

.pulse-theme .pulse-wallet-overview-head {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 22px 20px 8px;
}

.pulse-theme .pulse-wallet-overview-icon {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  place-items: center;
  border-radius: 50%;
  background: var(--pulse-white);
  color: var(--pulse-ink);
}

.pulse-theme .pulse-wallet-overview-head small,
.pulse-theme .pulse-wallet-overview-head strong {
  display: block;
  color: inherit;
}

.pulse-theme .pulse-wallet-overview-head small {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.82;
}

.pulse-theme .pulse-wallet-overview-head strong {
  font-size: clamp(30px, 9vw, 44px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
}

.pulse-theme .pulse-wallet-overview > p {
  margin: 0;
  padding: 0 20px 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
}

.pulse-theme .pulse-wallet-overview-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pulse-theme .pulse-wallet-overview-actions a {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--pulse-ink);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.pulse-theme .pulse-wallet-overview-actions a:first-child {
  background: var(--pulse-lime);
}

.pulse-theme .pulse-wallet-overview-actions a:last-child {
  background: var(--pulse-coral);
}

.pulse-theme .pulse-wallet-overview-actions svg {
  width: 21px;
  height: 21px;
}

.pulse-theme .row,
.pulse-theme .member,
.pulse-theme .message,
.pulse-theme .help-item,
.pulse-theme .support-contact-card,
.pulse-theme .helpbook-row,
.pulse-theme .income-detail-row,
.pulse-theme .points-exchange-row,
.pulse-theme .wealth-order-row,
.pulse-theme .wealth-plan-card,
.pulse-theme .bank-select-button,
.pulse-theme .bank-picker-option,
.pulse-theme .company-certificate-card,
.pulse-theme .get-info-image-card,
.pulse-theme .points-rule-card {
  border: 0;
  border-radius: var(--pulse-radius-md);
  background: var(--pulse-white);
  color: var(--pulse-ink);
  box-shadow: var(--pulse-shadow-soft);
}

.pulse-theme .row-icon {
  border: 0;
  border-radius: 13px;
  background: #eaf1ff;
  color: var(--pulse-blue);
}

.pulse-theme .row-button.is-selected {
  border: 1px solid var(--pulse-blue);
  background: #edf3ff;
}

.pulse-theme .row-button.is-selected .row-icon {
  background: var(--pulse-blue);
  color: var(--pulse-white);
}

.pulse-theme .row-main strong,
.pulse-theme .message h3,
.pulse-theme .help-item h3,
.pulse-theme .helpbook-row strong {
  color: var(--pulse-ink);
}

.pulse-theme .row-main span,
.pulse-theme .message p,
.pulse-theme .help-item p,
.pulse-theme .helpbook-row span {
  color: var(--pulse-muted);
}

.pulse-theme .task:not(.get-task-card) {
  display: grid;
  min-height: 84px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 0;
  border-radius: 18px;
  background: var(--pulse-white);
  box-shadow: var(--pulse-shadow-soft);
}

.pulse-theme .solar-task-thumb {
  width: 100%;
  height: 100%;
}

.pulse-theme .vip-stage,
.pulse-theme .get-vip-stage {
  color: var(--pulse-ink);
  background: var(--pulse-white);
}

.pulse-theme .vip-stage-head span {
  color: var(--pulse-ink);
}

.pulse-theme .vip-stage-head strong {
  color: var(--pulse-muted);
}

.pulse-theme .vip-feature-card::after {
  display: none;
}

.pulse-theme .vip-feature-main span {
  text-shadow: none;
}

.pulse-theme .vip-feature-badge {
  border: 0;
  background: var(--pulse-lime);
  color: var(--pulse-ink);
  box-shadow: none;
}

.pulse-theme .vip-rank-icon,
.pulse-theme .vip-feature-badge .vip-rank-icon {
  border: 0;
  background: var(--pulse-blue-deep);
  color: var(--pulse-white);
  box-shadow: none;
}

.pulse-theme .vip-feature-price {
  border: 0;
  background: var(--pulse-white);
  color: var(--pulse-blue);
  box-shadow: none;
}

.pulse-theme .vip-feature-card .vip-feature-price {
  border: 0;
  background: var(--pulse-lime);
  color: var(--pulse-ink);
  box-shadow: none;
}

.pulse-theme .vip-upgrade-btn,
.pulse-theme .vip-owned-label {
  border: 0;
  background: var(--pulse-lime);
  color: var(--pulse-ink);
  box-shadow: none;
}

.pulse-theme .team-level-tabs button.active,
.pulse-theme .team-level-tabs button.active strong,
.pulse-theme .team-level-tabs button.active span {
  color: var(--pulse-blue);
}

.pulse-theme .copy-box code {
  color: var(--pulse-ink);
}

.pulse-theme .copy-box button,
.pulse-theme .bank-picker-close,
.pulse-theme .activity-popup-close,
.pulse-theme .inbox-panel-head button {
  min-width: 44px;
  min-height: 44px;
  border: 0;
  background: #eaf1ff;
  color: var(--pulse-blue);
}

.pulse-theme .user-profile-head,
.pulse-theme .get-user-head {
  min-height: 0;
  justify-items: start;
  align-items: start;
  padding: 20px;
  border-radius: 24px;
  background: var(--pulse-blue);
  color: var(--pulse-white);
  text-align: left;
}

.pulse-theme .user-profile-head strong {
  color: var(--pulse-white);
}

.pulse-theme .user-profile-head span,
.pulse-theme .get-user-head span {
  color: rgba(255, 255, 255, 0.82);
}

.pulse-theme .get-user-screen .user-wallet-link,
.pulse-theme .get-user-screen .user-balance-block strong,
.pulse-theme .get-user-screen .credit-score-card strong {
  color: inherit;
}

.pulse-theme .get-user-screen .credit-score-card {
  border: 0;
  background: var(--pulse-lime);
  color: var(--pulse-ink);
  box-shadow: var(--pulse-shadow-soft);
}

.pulse-theme .get-user-screen .credit-score-card em {
  color: rgba(24, 26, 32, 0.66);
}

.pulse-theme .get-user-screen .user-dashboard-stats.primary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pulse-theme .get-user-screen .user-dashboard-stats .user-stat-tile {
  border: 0;
  border-radius: 18px;
  background: var(--pulse-white);
  color: var(--pulse-ink);
  box-shadow: var(--pulse-shadow-soft);
}

.pulse-theme .get-user-screen .user-dashboard-stats .user-stat-tile:nth-child(2) {
  background: var(--pulse-lime);
}

.pulse-theme .get-user-screen .user-dashboard-stats .user-stat-tile:nth-child(3) {
  background: var(--pulse-coral);
}

.pulse-theme .get-user-screen .user-dashboard-stats .user-stat-tile span,
.pulse-theme .get-user-screen .user-dashboard-stats .user-stat-tile strong {
  color: inherit;
}

.pulse-theme .get-user-screen .user-dashboard-stats .user-stat-tile:hover {
  background: var(--pulse-white);
  box-shadow: var(--pulse-shadow-soft);
}

.pulse-theme .get-user-screen .user-menu-tile:nth-child(n) .user-menu-icon {
  border: 0;
  background: #eaf1ff;
  color: var(--pulse-blue);
}

.pulse-theme .get-user-screen .user-wallet-link {
  z-index: 3;
  min-height: 44px;
  padding: 0 16px;
  background: var(--pulse-white);
  color: var(--pulse-blue);
}

.pulse-theme .get-user-screen .get-user-head strong {
  margin-top: 12px;
  color: var(--pulse-white);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.pulse-theme .get-user-screen .get-user-head span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

.pulse-theme .get-user-screen .user-balance-block button {
  min-height: 40px;
  border: 0;
  background: var(--pulse-white);
  color: var(--pulse-blue);
}

.pulse-theme .get-user-screen .user-menu-tile {
  color: var(--pulse-ink);
}

.pulse-theme .task-income-table-wrap,
.pulse-theme .wealth-table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid var(--pulse-line);
  border-radius: 16px;
  background: var(--pulse-white);
  -webkit-overflow-scrolling: touch;
}

.pulse-theme .wealth-table-row {
  color: var(--pulse-ink);
  background: var(--pulse-white);
}

.pulse-theme .hero-band,
.pulse-theme .points-hero,
.pulse-theme .activity-config-card,
.pulse-theme .income-level-hero {
  border: 0;
  border-radius: var(--pulse-radius-xl);
  background: var(--pulse-blue);
  color: var(--pulse-white);
  box-shadow: 0 14px 30px rgba(20, 89, 232, 0.2);
}

.pulse-theme .hero-band::before,
.pulse-theme .points-hero::before,
.pulse-theme .activity-config-card::before,
.pulse-theme .income-level-hero::before,
.pulse-theme .screen.auth-screen::after {
  display: none;
}

.pulse-theme .get-company-hero,
.pulse-theme .get-charity-hero {
  border: 0;
  border-radius: var(--pulse-radius-xl);
  background: var(--pulse-cream);
  color: var(--pulse-ink);
  box-shadow: var(--pulse-shadow-soft);
}

.pulse-theme .auth-screen .register-auth-panel .field label {
  display: block;
}

.pulse-theme .auth-screen .register-auth-panel .input-wrap,
.pulse-theme .auth-screen .register-auth-panel .input-wrap:focus-within {
  min-height: 52px;
  border: 1px solid var(--pulse-line);
  border-radius: 16px;
  background: #f7f8fa;
  box-shadow: none;
}

.pulse-theme .auth-screen .register-auth-panel .primary-btn,
.pulse-theme .activity-popup-primary,
.pulse-theme .inbox-send-button,
.pulse-theme .points-exchange-row button,
.pulse-theme .wealth-order-action,
.pulse-theme .tier button,
.pulse-theme .bank-picker-option.active {
  border: 0;
  background: var(--pulse-blue);
  color: var(--pulse-white);
  box-shadow: none;
}

.pulse-theme .activity-popup-secondary {
  border: 0;
  background: var(--pulse-lime);
  color: var(--pulse-ink);
  box-shadow: none;
}

.pulse-theme .floating-inbox-button,
.pulse-theme .inbox-compose-button {
  border-color: var(--pulse-white) !important;
  background: var(--pulse-blue) !important;
  color: var(--pulse-white) !important;
  box-shadow: 0 12px 28px rgba(20, 89, 232, 0.25) !important;
}

.pulse-theme .activity-popup-layer,
.pulse-theme .flash-drop-layer,
.pulse-theme .app-download-layer,
.pulse-theme .first-withdraw-layer,
.pulse-theme .recharge-channel-layer,
.pulse-theme .bank-picker-layer,
.pulse-theme .certificate-preview-layer,
.pulse-theme .invite-qr-layer {
  z-index: 120;
}

.pulse-theme .toast {
  z-index: 140;
}

.pulse-theme .task button,
.pulse-theme .tabbar button,
.pulse-theme .team-level-tabs button {
  min-height: 44px;
}

@media (max-width: 640px) {
  .pulse-theme .floating-inbox:not(.is-open) {
    display: none;
  }
}

@media (max-width: 759px) {
  html,
  body.pulse-theme {
    scrollbar-width: none;
  }

  html::-webkit-scrollbar,
  body.pulse-theme::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
}

@media (min-width: 360px) and (max-width: 759px) {
  .pulse-theme .stats-grid,
  .pulse-theme .get-stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .pulse-theme .get-user-screen .user-dashboard-stats.primary {
    gap: 8px;
  }

  .pulse-theme .get-user-screen .user-dashboard-stats .user-stat-tile {
    min-height: 76px;
    padding: 12px 9px;
  }

  .pulse-theme .get-user-screen .user-dashboard-stats .user-stat-tile span {
    font-size: 11px;
  }

  .pulse-theme .get-user-screen .user-dashboard-stats .user-stat-tile strong {
    font-size: 16px;
  }
}

@media (max-height: 860px) and (max-width: 759px) {
  .pulse-theme .pulse-home {
    padding-top: calc(30px + env(safe-area-inset-top));
  }

  .pulse-theme .pulse-welcome {
    margin: 24px 0 14px;
  }

  .pulse-theme .pulse-wallet-ribbon {
    margin-bottom: 20px;
  }

  .pulse-theme .pulse-home-grid {
    grid-template-rows: repeat(2, minmax(138px, 1fr));
    margin-bottom: 20px;
  }

  .pulse-theme .pulse-task-feature {
    min-height: 300px;
  }

  .pulse-theme .pulse-impact-card,
  .pulse-theme .pulse-impact-card img {
    min-height: 132px;
    height: 132px;
  }
}

@media (min-width: 760px) {
  .pulse-theme .get-user-screen > * {
    width: min(100%, 930px);
    margin-right: auto;
    margin-left: auto;
  }
}

/* UAT AI glasses brand layer */
html,
body.pulse-theme {
  background: #010718;
}

body.pulse-theme {
  --primary: #0875ff;
  --primary-dark: #043da5;
  --primary-soft: rgba(8, 117, 255, 0.16);
  --surface: #071936;
  --surface-soft: #06132c;
  --ink: #f5f8ff;
  --muted: #9caccc;
  --line: rgba(116, 154, 220, 0.2);
}

.pulse-theme .app-shell {
  background: #020b21;
  box-shadow: 0 0 60px rgba(0, 2, 12, 0.56);
}

.pulse-theme .screen,
.pulse-theme .pulse-home-screen,
.pulse-theme .pulse-page-screen,
.pulse-theme .user-dashboard-screen {
  background: #020b21;
  color: #f5f8ff;
}

.pulse-theme .screen {
  padding-bottom: calc(98px + env(safe-area-inset-bottom));
}

.pulse-theme :focus-visible {
  outline-color: rgba(50, 213, 255, 0.72);
}

.pulse-theme .pulse-topbar {
  border-bottom-color: rgba(116, 154, 220, 0.16);
  background: rgba(2, 11, 33, 0.94);
  box-shadow: 0 12px 28px rgba(0, 4, 18, 0.2);
  backdrop-filter: blur(18px);
}

.pulse-theme .pulse-topbar .icon-btn,
.pulse-theme .pulse-round-button {
  border-color: rgba(97, 151, 238, 0.32);
  background: rgba(8, 25, 58, 0.88);
  color: #f5f8ff;
}

.pulse-theme .topbar-title h1,
.pulse-theme .section-title h2,
.pulse-theme .row-main strong,
.pulse-theme .helpbook-row strong,
.pulse-theme .message h3,
.pulse-theme .help-item h3 {
  color: #f5f8ff;
}

.pulse-theme .topbar-title p,
.pulse-theme .section-subtitle,
.pulse-theme .row-main span,
.pulse-theme .message p,
.pulse-theme .help-item p,
.pulse-theme .helpbook-row span {
  color: #9caccc;
}

.pulse-theme .section,
.pulse-theme .form-card,
.pulse-theme .help-detail,
.pulse-theme .job-application-page,
.pulse-theme .charity-page,
.pulse-theme .vip-stage,
.pulse-theme .vip-info-card,
.pulse-theme .vip-intro-card,
.pulse-theme .copy-box,
.pulse-theme .user-menu-grid,
.pulse-theme .user-dashboard-stats,
.pulse-theme .user-asset-strip,
.pulse-theme .row,
.pulse-theme .member,
.pulse-theme .message,
.pulse-theme .help-item,
.pulse-theme .support-contact-card,
.pulse-theme .helpbook-row,
.pulse-theme .income-detail-row,
.pulse-theme .points-exchange-row,
.pulse-theme .wealth-order-row,
.pulse-theme .wealth-plan-card,
.pulse-theme .bank-select-button,
.pulse-theme .bank-picker-option,
.pulse-theme .company-certificate-card,
.pulse-theme .get-info-image-card,
.pulse-theme .points-rule-card {
  border: 1px solid rgba(83, 137, 226, 0.2);
  background: rgba(7, 25, 56, 0.94);
  color: #f5f8ff;
  box-shadow: 0 12px 30px rgba(0, 4, 18, 0.28);
}

.pulse-theme .row-icon {
  background: rgba(8, 117, 255, 0.16);
  color: #32d5ff;
}

.pulse-theme .primary-btn,
.pulse-theme .secondary-btn,
.pulse-theme .task button,
.pulse-theme .tier button,
.pulse-theme .activity-popup-primary,
.pulse-theme .inbox-send-button {
  background: #0875ff;
  color: #fff;
}

.pulse-theme .ghost-btn {
  border-color: rgba(50, 213, 255, 0.3);
  background: rgba(8, 117, 255, 0.08);
  color: #8feaff;
}

.pulse-theme .input-wrap,
.pulse-theme .select-wrap,
.pulse-theme textarea,
.pulse-theme input,
.pulse-theme select,
.pulse-theme .auth-screen .register-auth-panel .input-wrap,
.pulse-theme .auth-screen .register-auth-panel .input-wrap:focus-within {
  border-color: rgba(102, 151, 230, 0.24);
  background: #05132f;
  color: #f5f8ff;
}

.pulse-theme input::placeholder,
.pulse-theme textarea::placeholder {
  color: #7185ac;
}

.pulse-theme .notice {
  border-color: rgba(50, 213, 255, 0.18);
  background: rgba(8, 117, 255, 0.1);
  color: #b9c9e7;
}

.pulse-theme .pulse-home {
  width: 100%;
  max-width: 520px;
  padding: calc(12px + env(safe-area-inset-top)) 0 4px;
}

.pulse-theme .pulse-home-header {
  min-height: 54px;
  margin-bottom: 9px;
}

.pulse-theme .uat-brand-lockup {
  display: block;
  width: 124px;
  height: 48px;
  overflow: hidden;
  border: 1px solid rgba(50, 213, 255, 0.2);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(8, 117, 255, 0.18);
}

.pulse-theme .pulse-wordmark {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 49%;
  background: #fff;
}

.pulse-theme .pulse-home-actions {
  gap: 8px;
}

.pulse-theme .pulse-home-actions .pulse-round-button {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-color: rgba(94, 148, 238, 0.34);
  background: rgba(8, 25, 58, 0.78);
}

.pulse-theme .pulse-avatar-link {
  width: 48px;
  height: 48px;
  border: 3px solid #eaf8ff;
  background: #061936;
  box-shadow: 0 0 0 2px #0875ff, 0 10px 24px rgba(8, 117, 255, 0.28);
}

.pulse-theme .uat-hero {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border: 1px solid rgba(50, 213, 255, 0.28);
  border-radius: 28px;
  background: #04112b;
  box-shadow: 0 18px 44px rgba(0, 4, 18, 0.42);
}

.pulse-theme .uat-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 58% center;
}

.pulse-theme .uat-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 10, 31, 0.98) 0%, rgba(2, 10, 31, 0.8) 35%, rgba(2, 10, 31, 0.14) 72%);
}

.pulse-theme .uat-hero-copy {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 18px;
  width: 49%;
}

.pulse-theme .uat-hero-copy > span,
.pulse-theme .uat-assistant-copy > span {
  color: #6de2ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pulse-theme .uat-hero-copy h1 {
  margin: 9px 0 8px;
  color: #fff;
  font-size: clamp(29px, 8.7vw, 38px);
  font-weight: 850;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.pulse-theme .uat-hero-copy h1 b {
  color: #24c9ff;
  font-weight: inherit;
}

.pulse-theme .uat-hero-copy p {
  margin: 0;
  color: #bdcae2;
  font-size: 11px;
  line-height: 1.45;
}

.pulse-theme .uat-listening-chip {
  position: absolute;
  z-index: 3;
  right: 13px;
  bottom: 14px;
  width: 128px;
  padding: 10px 11px 9px;
  border: 1px solid rgba(50, 213, 255, 0.76);
  border-radius: 15px;
  background: rgba(3, 18, 46, 0.84);
  box-shadow: 0 12px 28px rgba(0, 5, 20, 0.34);
  backdrop-filter: blur(12px);
}

.pulse-theme .uat-listening-chip strong,
.pulse-theme .uat-listening-chip span {
  display: block;
}

.pulse-theme .uat-listening-chip strong {
  color: #62dcff;
  font-size: 11px;
}

.pulse-theme .uat-listening-chip span {
  margin-top: 2px;
  color: #b7c6e0;
  font-size: 9px;
}

.pulse-theme .uat-listening-chip i {
  display: block;
  margin-top: 5px;
  color: #32d5ff;
  font-style: normal;
  opacity: 0.86;
}

.pulse-theme .uat-listening-chip i svg {
  width: 18px;
  height: 18px;
}

.pulse-theme .uat-assistant-card {
  position: relative;
  display: grid;
  min-height: 170px;
  grid-template-columns: 66px minmax(0, 1fr) 42px;
  grid-template-rows: 84px 58px;
  gap: 0 12px;
  margin-top: 10px;
  padding: 13px 13px 12px;
  overflow: hidden;
  border: 1px solid rgba(50, 213, 255, 0.42);
  border-radius: 27px;
  background: linear-gradient(135deg, rgba(8, 37, 88, 0.94), rgba(4, 18, 48, 0.98));
  box-shadow: 0 16px 38px rgba(0, 5, 22, 0.36), inset 0 0 36px rgba(8, 117, 255, 0.08);
}

.pulse-theme .uat-assistant-card > img {
  width: 64px;
  height: 64px;
  align-self: center;
  border: 1px solid rgba(88, 222, 255, 0.6);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 24px rgba(8, 117, 255, 0.42);
}

.pulse-theme .uat-assistant-copy {
  min-width: 0;
  align-self: center;
}

.pulse-theme .uat-assistant-copy h2 {
  margin: 2px 0 1px;
  color: #fff;
  font-size: clamp(23px, 7vw, 30px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.04em;
}

.pulse-theme .uat-assistant-copy p {
  margin: 4px 0 0;
  overflow: hidden;
  color: #aebddd;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pulse-theme .uat-assistant-card > button {
  display: grid;
  width: 42px;
  height: 42px;
  align-self: center;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #0867f2;
  color: #fff;
  box-shadow: 0 10px 24px rgba(8, 103, 242, 0.34);
}

.pulse-theme .uat-assistant-card > button svg {
  width: 21px;
  height: 21px;
}

.pulse-theme .uat-capability-grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(64, 145, 255, 0.34);
  border-radius: 18px;
  background: rgba(2, 14, 39, 0.55);
}

.pulse-theme .uat-capability-grid a {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  text-decoration: none;
}

.pulse-theme .uat-capability-grid a + a {
  border-left: 1px solid rgba(92, 132, 202, 0.28);
}

.pulse-theme .uat-capability-grid i {
  display: grid;
  flex: 0 0 24px;
  place-items: center;
  color: #28d2ff;
  font-style: normal;
}

.pulse-theme .uat-capability-grid svg {
  width: 22px;
  height: 22px;
}

.pulse-theme .uat-capability-grid span,
.pulse-theme .uat-capability-grid strong,
.pulse-theme .uat-capability-grid small {
  display: block;
  min-width: 0;
}

.pulse-theme .uat-capability-grid strong {
  color: #f7fbff;
  font-size: 11px;
}

.pulse-theme .uat-capability-grid small {
  margin-top: 1px;
  overflow: hidden;
  color: #8da0c5;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pulse-theme .uat-wallet-ribbon {
  min-height: 70px;
  margin: 10px 0 0;
  border: 1px solid rgba(83, 137, 226, 0.24);
  border-radius: 24px;
  background: rgba(7, 25, 56, 0.94);
  box-shadow: 0 14px 32px rgba(0, 4, 18, 0.3);
}

.pulse-theme .uat-wallet-ribbon > a {
  min-height: 68px;
  background: transparent;
  color: #f5f8ff;
}

.pulse-theme .uat-wallet-ribbon .pulse-wallet-balance {
  background: transparent;
}

.pulse-theme .uat-wallet-ribbon .pulse-wallet-icon {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  background: #0867f2;
  color: #fff;
}

.pulse-theme .uat-wallet-ribbon .pulse-wallet-balance small {
  margin: 0 0 3px;
  color: #aab9d5;
  font-size: 9px;
}

.pulse-theme .uat-wallet-ribbon .pulse-wallet-balance strong {
  font-size: clamp(18px, 5.7vw, 24px);
}

.pulse-theme .uat-wallet-ribbon .pulse-wallet-action {
  border-left: 1px solid rgba(91, 132, 204, 0.26);
  color: #26cfff;
}

.pulse-theme .uat-wallet-ribbon .pulse-wallet-action.deposit,
.pulse-theme .uat-wallet-ribbon .pulse-wallet-action.withdraw {
  background: transparent;
}

.pulse-theme .uat-task-feature {
  display: block;
  min-height: 143px;
  margin-top: 10px;
  padding: 15px 16px;
  border: 1px solid rgba(50, 213, 255, 0.34);
  border-radius: 25px;
  background: rgba(5, 22, 51, 0.96);
  color: #f5f8ff;
  box-shadow: 0 15px 34px rgba(0, 4, 18, 0.32);
}

.pulse-theme .uat-task-feature .pulse-kicker {
  padding: 0;
  background: transparent;
  color: #f5f8ff;
  font-size: 14px;
}

.pulse-theme .uat-task-feature .pulse-task-cta {
  top: 12px;
  right: 13px;
  bottom: auto;
  left: auto;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #0867f2;
  color: #fff;
  font-size: 10px;
}

.pulse-theme .uat-task-feature .pulse-task-cta svg {
  width: 20px;
  height: 20px;
  margin: 0 -5px 0 0;
  padding: 4px;
  background: transparent;
}

.pulse-theme .uat-task-feature h2 {
  width: 35%;
  margin: 25px 0 0;
  color: #f5f8ff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.04;
}

.pulse-theme .uat-task-feature h2 b {
  color: #22caff;
  font-size: 38px;
  line-height: 0.8;
}

.pulse-theme .uat-task-feature p {
  position: absolute;
  top: 56px;
  left: 37%;
  width: 25%;
  color: #a9b9d7;
  font-size: 10px;
  line-height: 1.4;
}

.pulse-theme .uat-task-feature > img {
  right: 4px;
  bottom: -5px;
  width: 38%;
  height: 111px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 62% center;
  border-radius: 18px;
  opacity: 0.96;
}

.pulse-theme .uat-task-progress {
  position: absolute;
  right: 16px;
  bottom: 11px;
  left: 16px;
  z-index: 4;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(70, 108, 171, 0.28);
}

.pulse-theme .uat-task-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #24cfff;
}

.pulse-theme .uat-home-stats {
  display: grid;
  min-height: 54px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid rgba(83, 137, 226, 0.26);
  border-radius: 22px;
  background: rgba(7, 25, 56, 0.94);
  box-shadow: 0 14px 30px rgba(0, 4, 18, 0.28);
}

.pulse-theme .uat-home-stats a {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  padding: 8px 9px;
  text-decoration: none;
}

.pulse-theme .uat-home-stats a + a {
  border-left: 1px solid rgba(96, 136, 204, 0.24);
}

.pulse-theme .uat-home-stats a > i {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border: 1px solid rgba(50, 213, 255, 0.52);
  border-radius: 50%;
  color: #32d5ff;
  font-style: normal;
}

.pulse-theme .uat-home-stats a > i svg {
  width: 17px;
  height: 17px;
}

.pulse-theme .uat-home-stats span,
.pulse-theme .uat-home-stats small,
.pulse-theme .uat-home-stats strong {
  display: block;
  min-width: 0;
}

.pulse-theme .uat-home-stats small {
  color: #9caccc;
  font-size: 9px;
}

.pulse-theme .uat-home-stats strong {
  overflow: hidden;
  color: #1586ff;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pulse-theme .uat-home-stats a > svg {
  width: 14px;
  height: 14px;
  margin-left: auto;
  color: #a8b6d0;
}

.pulse-theme .pulse-bottom-nav {
  right: auto;
  bottom: calc(7px + env(safe-area-inset-bottom));
  left: 50%;
  width: min(calc(100% - 32px), 496px);
  min-height: 44px;
  gap: 3px;
  padding: 4px;
  transform: translateX(-50%);
  border: 1px solid rgba(29, 178, 255, 0.62);
  border-radius: 34px;
  background: rgba(3, 15, 39, 0.92);
  box-shadow: 0 18px 42px rgba(0, 3, 16, 0.56), inset 0 0 28px rgba(8, 117, 255, 0.08);
  backdrop-filter: blur(20px);
}

.pulse-theme .pulse-bottom-nav a {
  height: 44px;
  min-height: 44px;
  gap: 1px;
  padding: 1px 2px;
  border-radius: 25px;
  color: #91a1bf;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.05;
}

.pulse-theme .pulse-bottom-nav a svg {
  width: 21px;
  height: 21px;
  stroke-width: 1.9;
}

.pulse-theme .pulse-bottom-nav .nav-home svg { color: #3f92ff; }
.pulse-theme .pulse-bottom-nav .nav-tasks svg { color: #967cff; }
.pulse-theme .pulse-bottom-nav .nav-wallet svg { color: #37d7ff; }
.pulse-theme .pulse-bottom-nav .nav-team svg { color: #26e4c3; }
.pulse-theme .pulse-bottom-nav .nav-me svg { color: #a9b9ff; }

.pulse-theme .pulse-bottom-nav a.active {
  background: #0867f2;
  color: #fff;
  box-shadow: 0 8px 24px rgba(8, 103, 242, 0.4);
}

.pulse-theme .pulse-bottom-nav a.active svg {
  color: #fff;
}

.pulse-theme .pulse-bottom-nav .nav-tasks.active { background: #6749e8; }
.pulse-theme .pulse-bottom-nav .nav-wallet.active { background: #087bb7; }
.pulse-theme .pulse-bottom-nav .nav-team.active { background: #087c75; }
.pulse-theme .pulse-bottom-nav .nav-me.active { background: #5265c9; }

.pulse-theme .pulse-bottom-nav a.active::after {
  display: none;
}

.pulse-theme .pulse-auth-screen {
  background: #020b21;
}

.pulse-theme .pulse-auth-intro {
  min-height: 320px;
  background: #03102a;
}

.pulse-theme .pulse-auth-intro::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 11, 33, 0.98), rgba(2, 11, 33, 0.18));
  content: "";
}

.pulse-theme .pulse-auth-logo,
.pulse-theme .company-brand-logo,
.pulse-theme .brand-logo {
  position: relative;
  z-index: 3;
  border-radius: 13px;
  background: #fff;
  object-fit: cover;
  object-position: center 49%;
}

.pulse-theme .pulse-auth-copy {
  z-index: 3;
  width: 64%;
}

.pulse-theme .pulse-auth-device {
  inset: 0 0 0 auto;
  width: 72%;
  height: 100%;
  max-width: none;
  border-radius: 0;
  object-fit: cover;
  object-position: 68% center;
}

.pulse-theme .pulse-auth-content {
  position: relative;
  z-index: 4;
  border: 1px solid rgba(91, 139, 222, 0.2);
  background: #06152f;
  color: #f5f8ff;
}

.pulse-theme .pulse-auth-heading,
.pulse-theme .pulse-auth-heading h2 {
  color: #f5f8ff;
}

.pulse-theme .pulse-auth-screen .switch-line,
.pulse-theme .pulse-auth-screen .legal-note,
.pulse-theme .pulse-auth-heading p {
  color: #9caccc;
}

.pulse-theme .pulse-signup-offer {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: -4px 0 18px;
  padding: 14px;
  border: 1px solid rgba(50, 213, 255, 0.28);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(18, 63, 139, 0.52), rgba(30, 21, 91, 0.54));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pulse-theme .pulse-signup-offer-icon {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: rgba(50, 213, 255, 0.14);
  color: #32d5ff;
}

.pulse-theme .pulse-signup-offer-icon svg {
  width: 20px;
  height: 20px;
}

.pulse-theme .pulse-signup-offer strong {
  display: block;
  color: #f5f8ff;
  font-size: 14px;
  line-height: 1.35;
}

.pulse-theme .pulse-signup-offer p {
  margin: 4px 0 0;
  color: #b8c8e8;
  font-size: 12px;
  line-height: 1.45;
}

.pulse-theme .get-media-banner {
  border-color: rgba(50, 213, 255, 0.26);
  background: #06152f;
  box-shadow: 0 16px 36px rgba(0, 4, 18, 0.34);
}

.pulse-theme .get-media-banner::after {
  background: linear-gradient(90deg, rgba(2, 11, 33, 0.96), rgba(2, 11, 33, 0.34));
}

.pulse-theme .get-media-banner strong,
.pulse-theme .get-media-banner p,
.pulse-theme .get-media-banner span {
  color: #f5f8ff;
}

.pulse-theme .get-company-hero,
.pulse-theme .get-charity-hero {
  border: 1px solid rgba(50, 213, 255, 0.24);
  background: #06152f;
  color: #f5f8ff;
}

.pulse-theme .get-company-hero::after,
.pulse-theme .get-charity-hero::after {
  background: linear-gradient(90deg, rgba(2, 11, 33, 0.97), rgba(2, 11, 33, 0.22));
}

.pulse-theme .get-company-hero h2,
.pulse-theme .get-company-hero p,
.pulse-theme .get-company-hero span,
.pulse-theme .get-charity-hero h2,
.pulse-theme .get-charity-hero p,
.pulse-theme .get-charity-hero span {
  color: #f5f8ff;
}

.pulse-theme .uat-product-gallery {
  margin-bottom: 14px;
  padding: 18px;
  border: 1px solid rgba(83, 137, 226, 0.2);
  border-radius: 22px;
  background: rgba(7, 25, 56, 0.94);
}

.pulse-theme .uat-product-gallery .company-certificate-card strong {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pulse-theme .uat-product-gallery .company-certificate-card strong svg {
  width: 16px;
  height: 16px;
  color: #32d5ff;
}

.pulse-theme .uat-office-grid {
  display: grid;
  gap: 10px;
}

.pulse-theme .uat-office-grid article {
  display: flex;
  gap: 12px;
  padding: 15px;
  border: 1px solid rgba(50, 213, 255, 0.2);
  border-radius: 17px;
  background: rgba(8, 117, 255, 0.08);
}

.pulse-theme .uat-office-grid article > i {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  background: #0867f2;
  color: #fff;
  font-style: normal;
}

.pulse-theme .uat-office-grid strong,
.pulse-theme .uat-office-grid address {
  display: block;
}

.pulse-theme .uat-office-grid strong {
  color: #f5f8ff;
}

.pulse-theme .uat-office-grid address {
  margin-top: 4px;
  color: #aebddd;
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
}

.pulse-theme .uat-company-note p {
  color: #aebddd;
}

.pulse-theme .get-user-screen .get-user-head {
  border: 1px solid rgba(50, 213, 255, 0.28);
  background: linear-gradient(135deg, #07307a, #071936);
}

.pulse-theme .get-user-screen .credit-score-card,
.pulse-theme .get-user-screen .user-dashboard-stats .user-stat-tile:nth-child(2),
.pulse-theme .get-user-screen .user-dashboard-stats .user-stat-tile:nth-child(3) {
  border: 1px solid rgba(83, 137, 226, 0.2);
  background: rgba(7, 25, 56, 0.94);
  color: #f5f8ff;
}

.pulse-theme .get-user-screen .user-menu-tile:nth-child(n) .user-menu-icon {
  background: rgba(8, 117, 255, 0.16);
  color: #32d5ff;
}

.pulse-theme .activity-popup-card,
.pulse-theme .flash-drop-card,
.pulse-theme .app-download-card,
.pulse-theme .first-withdraw-card,
.pulse-theme .recharge-channel-card,
.pulse-theme .bank-picker-panel,
.pulse-theme .certificate-preview-panel,
.pulse-theme .invite-qr-panel,
.pulse-theme .inbox-panel {
  border-color: rgba(50, 213, 255, 0.26);
  background: #06152f;
  color: #f5f8ff;
}

.pulse-theme .floating-inbox-button,
.pulse-theme .inbox-compose-button {
  background: #0867f2 !important;
  box-shadow: 0 12px 28px rgba(8, 103, 242, 0.34) !important;
}

@media (max-width: 359px) {
  .pulse-theme .screen {
    padding-right: 12px;
    padding-left: 12px;
  }

  .pulse-theme .uat-hero-copy h1 {
    font-size: 27px;
  }

  .pulse-theme .uat-listening-chip {
    width: 118px;
  }

  .pulse-theme .uat-assistant-card {
    grid-template-columns: 58px minmax(0, 1fr) 38px;
    gap: 0 8px;
  }

  .pulse-theme .uat-assistant-card > img {
    width: 56px;
    height: 56px;
  }

  .pulse-theme .uat-capability-grid a {
    gap: 4px;
    padding: 6px;
  }
}

@media (min-width: 760px) {
  .pulse-theme .pulse-home {
    padding-top: 24px;
  }

  .pulse-theme .pulse-bottom-nav {
    top: 50%;
    right: auto;
    bottom: auto;
    left: max(18px, calc(50% - 574px));
    width: 88px;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 8px;
    transform: translateY(-50%);
    border-radius: 26px;
  }

  .pulse-theme .pulse-bottom-nav a {
    height: 60px;
    min-height: 60px;
    padding: 4px 2px;
    border-radius: 19px;
  }

  .pulse-theme .uat-office-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* UAT dark-theme contrast hardening */
.pulse-theme .phone-prefix {
  color: #8feaff;
  text-shadow: 0 0 14px rgba(50, 213, 255, 0.24);
}

.pulse-theme .field input,
.pulse-theme .field select,
.pulse-theme .field textarea,
.pulse-theme .auth-screen .register-auth-panel .input-wrap input {
  background: #05132f;
  color: #f5f8ff;
  caret-color: #32d5ff;
  -webkit-text-fill-color: #f5f8ff;
  color-scheme: dark;
}

.pulse-theme .input-wrap input,
.pulse-theme .select-wrap select,
.pulse-theme .bank-picker-search input,
.pulse-theme .inbox-input-box input,
.pulse-theme .inbox-input-box textarea {
  background: transparent;
}

.pulse-theme .bank-picker-search,
.pulse-theme .inbox-input-box {
  border-color: rgba(102, 151, 230, 0.24);
  background: #05132f;
  color: #f5f8ff;
}

.pulse-theme .field input::placeholder,
.pulse-theme .field textarea::placeholder,
.pulse-theme .auth-screen .register-auth-panel .input-wrap input::placeholder,
.pulse-theme .bank-picker-search input::placeholder,
.pulse-theme .inbox-input-box input::placeholder,
.pulse-theme .inbox-input-box textarea::placeholder {
  color: #aebddd;
  opacity: 1;
}

.pulse-theme input:disabled,
.pulse-theme select:disabled,
.pulse-theme textarea:disabled {
  color: #9caccc;
  opacity: 1;
  -webkit-text-fill-color: #9caccc;
}

.pulse-theme input:autofill,
.pulse-theme input:-webkit-autofill,
.pulse-theme input:-webkit-autofill:hover,
.pulse-theme input:-webkit-autofill:focus,
.pulse-theme input:-webkit-autofill:active {
  border-color: rgba(102, 151, 230, 0.24) !important;
  background: #05132f !important;
  box-shadow: 0 0 0 1000px #05132f inset !important;
  caret-color: #32d5ff !important;
  -webkit-text-fill-color: #f5f8ff !important;
  transition: background-color 9999s ease-out 0s;
}

.pulse-theme select option {
  background: #05132f;
  color: #f5f8ff;
}

.pulse-theme .tabbar,
.pulse-theme .team-level-tabs,
.pulse-theme .inbox-tabs {
  border: 1px solid rgba(83, 137, 226, 0.2);
  background: #071936;
}

.pulse-theme .tabbar button,
.pulse-theme .team-level-tabs button,
.pulse-theme .team-level-tabs button strong,
.pulse-theme .team-level-tabs button span,
.pulse-theme .inbox-tabs button {
  color: #b9c9e7;
}

.pulse-theme .tabbar button.active,
.pulse-theme .team-level-tabs button.active,
.pulse-theme .team-level-tabs button.active strong,
.pulse-theme .team-level-tabs button.active span,
.pulse-theme .inbox-tabs button.active {
  background: #0b2a5a;
  color: #8feaff;
}

.pulse-theme .empty {
  border-color: rgba(102, 151, 230, 0.28);
  background: #071936;
  color: #b9c9e7;
}

.pulse-theme .row-button.is-selected {
  border-color: #0875ff;
  background: #0b2a5a;
  color: #f5f8ff;
}

.pulse-theme .row-button.is-selected .row-main strong,
.pulse-theme .row-button.is-selected .row-main span {
  color: inherit;
}

.pulse-theme .user-menu-tile:hover,
.pulse-theme .user-menu-tile:focus-visible {
  background: #0b2248;
  color: #f5f8ff;
}

.pulse-theme :is(
  .help-detail-section,
  .job-intro-copy,
  .job-action-panel,
  .job-progress-panel,
  .job-salary-history,
  .job-empty-state,
  .job-position-card,
  .job-status-grid > div,
  .job-requirements > div,
  .job-salary-row,
  .identity-upload-card,
  .team-money-grid > div,
  .daily-income-panel,
  .inbox-panel-head,
  .inbox-tab-panel,
  .inbox-notice-list,
  .inbox-item,
  .inbox-detail,
  .inbox-thread,
  .inbox-reply-form,
  .app-download-choice,
  .invite-qr-top,
  .invite-qr-benefits,
  .invite-qr-actions
) {
  --ink: #f5f8ff;
  --muted: #9caccc;
  border-color: rgba(83, 137, 226, 0.2);
  background: #071936;
  color: #f5f8ff;
}

.pulse-theme :is(
  .help-detail-section,
  .job-intro-copy,
  .job-action-panel,
  .job-progress-panel,
  .job-salary-history,
  .job-empty-state,
  .job-position-card,
  .job-status-grid > div,
  .job-requirements > div,
  .job-salary-row,
  .identity-upload-card,
  .team-money-grid > div,
  .daily-income-panel,
  .inbox-panel-head,
  .inbox-tab-panel,
  .inbox-notice-list,
  .inbox-item,
  .inbox-detail,
  .inbox-thread,
  .inbox-reply-form,
  .app-download-choice,
  .invite-qr-top,
  .invite-qr-benefits,
  .invite-qr-actions
) :is(h1, h2, h3, h4, strong, b, label) {
  color: #f5f8ff;
}

.pulse-theme :is(
  .help-detail-section,
  .job-intro-copy,
  .job-action-panel,
  .job-progress-panel,
  .job-salary-history,
  .job-empty-state,
  .job-position-card,
  .job-status-grid > div,
  .job-requirements > div,
  .job-salary-row,
  .identity-upload-card,
  .team-money-grid > div,
  .daily-income-panel,
  .inbox-panel-head,
  .inbox-tab-panel,
  .inbox-notice-list,
  .inbox-item,
  .inbox-detail,
  .inbox-thread,
  .inbox-reply-form,
  .app-download-choice,
  .invite-qr-top,
  .invite-qr-benefits,
  .invite-qr-actions
) :is(p, span, small, em) {
  color: #b9c9e7;
}

.pulse-theme .invite-qr-code {
  --ink: #10231b;
  --muted: #52656c;
  background: #ffffff;
  color: #10231b;
}

.pulse-theme .invite-qr-code > span {
  color: #52656c;
}

.pulse-theme .invite-code-button small {
  color: #b9c9e7;
}

.pulse-theme .invite-code-button strong,
.pulse-theme .invite-code-button > svg {
  color: #8feaff;
}

.pulse-theme .bank-picker-head span,
.pulse-theme .bank-picker-subhead span,
.pulse-theme .bank-picker-empty,
.pulse-theme .bank-picker-option small,
.pulse-theme .recharge-channel-card p,
.pulse-theme .recharge-channel-option span,
.pulse-theme .first-withdraw-card p,
.pulse-theme .app-download-card p,
.pulse-theme .flash-drop-card p {
  color: #b9c9e7;
}

.pulse-theme .app-download-choice p {
  border-color: rgba(83, 137, 226, 0.2);
  background: #0b2a5a;
  color: #b9c9e7;
}

.pulse-theme .activity-popup-card > span {
  color: #8feaff;
}

.pulse-theme .activity-popup-secondary {
  color: #031a33;
}

.pulse-theme .certificate-preview-close {
  background: #0b2a5a;
  color: #8feaff;
}

.pulse-theme .hero-band,
.pulse-theme .points-hero,
.pulse-theme .activity-config-card,
.pulse-theme .income-level-hero {
  background: #0758c4;
}

.pulse-theme .hero-band :is(span, p),
.pulse-theme .points-hero :is(span, p),
.pulse-theme .activity-config-card :is(span, p),
.pulse-theme .income-level-hero :is(span, p) {
  color: #c8f4ff;
}

.pulse-theme .get-stats-grid .stat:nth-child(4n + 1),
.pulse-theme .get-stats-grid .stat:nth-child(4n + 2),
.pulse-theme .amount-chip.active {
  color: #020b21;
}

.pulse-theme .vip-feature-badge,
.pulse-theme .vip-feature-card .vip-feature-price,
.pulse-theme .vip-upgrade-btn,
.pulse-theme .vip-owned-label {
  color: #031a33;
}

.pulse-theme .get-media-banner > div {
  background: #0758c4;
  color: #ffffff;
}

.pulse-theme .get-media-banner > div > span,
.pulse-theme .get-media-banner > div > p {
  color: #c8f4ff;
}

.pulse-theme .get-media-banner > div > strong {
  color: #ffffff;
}

.pulse-theme .primary-btn,
.pulse-theme .secondary-btn,
.pulse-theme .task button:not(:disabled),
.pulse-theme .tier button:not(:disabled),
.pulse-theme .activity-popup-primary,
.pulse-theme .inbox-send-button {
  background: #0758c4;
  color: #ffffff;
}

.pulse-theme .pulse-wallet-overview {
  background: #0758c4;
  color: #ffffff;
}

.pulse-theme .pulse-wallet-overview-actions a:first-child {
  color: #031a33;
}

.pulse-theme .pulse-wallet-overview-actions a:last-child,
.pulse-theme .get-stats-grid .stat:nth-child(4n + 3) {
  background: #6749e8;
  color: #ffffff;
}

.pulse-theme .vip-level-card.active {
  background: #0b2a5a;
  color: #8feaff;
}

.pulse-theme .vip-level-card.active :is(b, strong, span) {
  color: #8feaff;
}

.pulse-theme .vip-table-row span,
.pulse-theme .support-activity-feed,
.pulse-theme .support-activity-line,
.pulse-theme .support-activity-line span,
.pulse-theme .user-asset-strip.frozen span {
  color: #b9c9e7;
}

.pulse-theme .vip-table-row :is(strong, b),
.pulse-theme .user-asset-strip.frozen strong {
  color: #f5f8ff;
}

.pulse-theme .user-wallet-link {
  background: #0758c4;
  color: #ffffff;
}

.pulse-theme .section-subtitle,
.pulse-theme .section-title a,
.pulse-theme .section-title button,
.pulse-theme .row-action {
  color: #8feaff;
}

/* UAT VIP1-VIP9 income table */
.pulse-theme .uat-vip-income-grid > div:last-child {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #0b2a5a, #13255f);
  color: #f5f8ff;
}

.pulse-theme .task-income-title {
  border: 0;
  background: linear-gradient(135deg, #0758c4, #6749e8);
  box-shadow: 0 12px 26px rgba(0, 4, 18, 0.3);
}

.pulse-theme .uat-income-level-card {
  gap: 10px;
}

.pulse-theme .uat-income-table-wrap {
  border-color: rgba(116, 154, 220, 0.28);
  background: #04132f;
  box-shadow: var(--pulse-shadow-soft);
  scrollbar-color: #247ee8 #04132f;
}

.pulse-theme .uat-income-table {
  min-width: 960px;
}

.pulse-theme .uat-income-table .task-income-head,
.pulse-theme .uat-income-table .task-income-row {
  grid-template-columns: 0.8fr 1.25fr 0.65fr 1.15fr 1.2fr 1.3fr 1.35fr;
}

.pulse-theme .uat-income-table .task-income-head {
  color: #ffffff;
  background: linear-gradient(90deg, #0758c4, #6749e8);
}

.pulse-theme .uat-income-table .task-income-row,
.pulse-theme .uat-income-table .task-income-row:nth-child(odd) {
  color: #f5f8ff;
  background: #071936;
  border-color: rgba(116, 154, 220, 0.2);
}

.pulse-theme .uat-income-table .task-income-row:nth-child(even) {
  background: #0a2148;
}

.pulse-theme .uat-income-table :is(.task-income-head, .task-income-row) > * {
  min-height: 46px;
  padding: 9px 7px;
  border-color: rgba(116, 154, 220, 0.2);
}

/* Authentication hero text sits on a dark image, not on the dark surface token. */
.pulse-theme .pulse-auth-intro,
.pulse-theme .pulse-auth-copy h1,
.pulse-theme .pulse-auth-copy > span {
  color: #f5f8ff;
}

.pulse-theme .pulse-auth-screen .switch-line {
  border-color: rgba(83, 137, 226, 0.24);
  background: #081a39;
  color: #b8c8e8;
}

.pulse-theme .pulse-auth-screen .switch-line button {
  color: #32d5ff;
}

.pulse-theme .uat-income-table .task-income-row strong {
  color: #8feaff;
}

.pulse-theme .uat-income-table-note {
  margin: 0;
  color: #b9c9e7;
  font-size: 12px;
  line-height: 1.5;
}
