.page-salary {
  background: linear-gradient(180deg, #eef5ff 0%, var(--app-bg) 36%);
}

.subpage-topbar--blue {
  background: linear-gradient(165deg, #0c4db8 0%, #0052d9 100%);
  color: #fff;
  border-bottom: 0;
}

.subpage-topbar--blue .back-button {
  color: #fff;
}

.subpage-topbar--blue h1 {
  color: #fff;
}

.salary-main {
  /* 底部预留 tabbar 高度，避免内容被固定导航遮挡 */
  padding: 14px 16px calc(84px + env(safe-area-inset-bottom, 0px));
}

.salary-hero {
  padding: 22px 18px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0c4db8 0%, #0052d9 55%, #004098 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 82, 217, 0.28);
  margin-bottom: 12px;
}

.salary-hero__badges {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.salary-hero__badge {
  display: inline-flex;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
}

.salary-hero__quota {
  display: inline-flex;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  color: #e8f4ff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 20px;
}

.salary-hero__quota.is-trial {
  color: #fff;
  background: rgba(52, 199, 89, 0.35);
  border-color: rgba(160, 240, 190, 0.55);
}

.salary-hero__quota.is-formal {
  color: #eafff3;
  background: rgba(45, 157, 107, 0.42);
  border-color: rgba(120, 220, 170, 0.55);
}

.salary-hero__steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 14px auto 12px;
  padding: 10px 12px;
  max-width: 300px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
}

.salary-hero-step {
  flex: 0 0 auto;
  text-align: center;
  min-width: 52px;
}

.salary-hero-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.salary-hero-step em {
  display: block;
  font-size: 11px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.72);
}

.salary-hero-step.is-done span {
  color: #fff;
  background: rgba(52, 199, 89, 0.85);
}

.salary-hero-step.is-done em {
  color: #d8f5e0;
  font-weight: 600;
}

.salary-hero-step.is-active span {
  color: #0b4f2a;
  background: linear-gradient(135deg, #d8f5e0, #7ee09a);
  box-shadow: 0 2px 8px rgba(39, 174, 96, 0.35);
}

.salary-hero-step.is-active em {
  color: #fff;
  font-weight: 700;
}

.salary-hero-step__line {
  flex: 1 1 18px;
  max-width: 28px;
  height: 2px;
  margin: 0 4px 14px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 2px;
}

.salary-hero-step__line.is-done {
  background: rgba(126, 224, 154, 0.9);
}

.salary-formal-card {
  margin-bottom: 12px;
  padding: 16px 14px 14px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--card-shadow);
  border: 1px solid rgba(0, 82, 217, 0.08);
}

.salary-formal-card.is-done {
  background: linear-gradient(180deg, #f3fbf6 0%, #fff 48%);
  border-color: rgba(39, 174, 96, 0.18);
}

.salary-formal-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.salary-formal-card__eyebrow {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0052d9;
}

.salary-formal-card__head h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  color: #102a56;
}

.salary-formal-card__price {
  flex: 0 0 auto;
  min-width: 78px;
  padding: 8px 10px;
  text-align: center;
  border-radius: 12px;
  background: linear-gradient(160deg, #fff7e8, #ffe8c2);
  border: 1px solid rgba(201, 140, 40, 0.28);
}

.salary-formal-card__price span {
  display: block;
  font-size: 11px;
  color: #8a6118;
  margin-bottom: 2px;
}

.salary-formal-card__price strong {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #b56a00;
  letter-spacing: -0.02em;
}

.salary-formal-card__lead {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.55;
  color: #4a5b78;
}

.salary-formal-card__benefits {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.salary-formal-card__benefits li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 10px;
  background: #f5f8fd;
}

.salary-formal-card__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  background: #0052d9;
}

.salary-formal-card__icon--teal {
  background: #0f8f8a;
}

.salary-formal-card__icon--gold {
  background: #d4890c;
}

.salary-formal-card__icon--green {
  background: #27ae60;
}

.salary-formal-card__benefits strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #17325f;
  margin-bottom: 2px;
}

.salary-formal-card__benefits small {
  display: block;
  font-size: 12px;
  line-height: 1.45;
  color: #667892;
}

.salary-formal-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: #fff;
  background: linear-gradient(135deg, #0c4db8 0%, #0052d9 55%, #003fa8 100%);
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: 0 6px 18px rgba(0, 82, 217, 0.28);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.salary-formal-card__cta:active {
  transform: scale(0.99);
  opacity: 0.95;
}

.salary-formal-card__cta:disabled {
  opacity: 0.72;
  cursor: default;
  box-shadow: none;
}

.salary-formal-card.is-done .salary-formal-card__cta {
  background: linear-gradient(135deg, #34c759 0%, #27ae60 100%);
  box-shadow: 0 6px 18px rgba(39, 174, 96, 0.24);
}

.salary-formal-card__note {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: #7a8aa3;
  text-align: center;
}

.salary-materials {
  padding: 2px 0 0;
}

.salary-materials__badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #1e8f4f;
  background: rgba(39, 174, 96, 0.12);
  border: 1px solid rgba(39, 174, 96, 0.22);
  border-radius: 999px;
}

.salary-materials__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  color: #17325f;
  line-height: 1.3;
}

.salary-materials__lead {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.55;
  color: #4a5b78;
}

.salary-materials__lead strong {
  color: #b56a00;
  font-weight: 800;
}

.salary-materials__list {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.salary-materials__list li {
  position: relative;
  padding: 10px 12px 10px 32px;
  border-radius: 10px;
  background: #f3fbf6;
  font-size: 13px;
  line-height: 1.45;
  color: #2d5a40;
}

.salary-materials__list li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #27ae60;
}

.salary-materials__time {
  margin: 0;
  font-size: 12px;
  color: #7a8aa3;
  text-align: center;
}

.salary-channel {
  margin-top: 14px;
  padding: 14px 14px 16px;
  border-radius: 14px;
  background: linear-gradient(180deg, #eef7ff 0%, #f7fbff 100%);
  border: 1px solid #cfe3f8;
}

.salary-channel__eyebrow {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 600;
  color: #2b6cb0;
  letter-spacing: 0.2px;
}

.salary-channel__title {
  display: block;
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 800;
  color: #12355b;
  letter-spacing: 0.2px;
}

.salary-channel__desc {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.55;
  color: #3d4f66;
}

.salary-channel__points {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.salary-channel__points li {
  position: relative;
  padding-left: 14px;
  font-size: 12px;
  line-height: 1.45;
  color: #5a6b82;
}

.salary-channel__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2f80ed;
}

.salary-channel__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #2f80ed 0%, #1c64d1 55%, #1554b0 100%);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(28, 100, 209, 0.28);
  cursor: pointer;
}

.salary-channel__cta:active {
  transform: scale(0.99);
  opacity: 0.95;
}

.salary-withdraw-btn.is-channel {
  background: linear-gradient(135deg, #2f80ed 0%, #1c64d1 55%, #1554b0 100%);
  box-shadow: 0 6px 20px rgba(28, 100, 209, 0.32);
  animation: salary-channel-pulse 1.8s ease-in-out infinite;
}

@keyframes salary-channel-pulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 6px 20px rgba(28, 100, 209, 0.32);
  }
  50% {
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(28, 100, 209, 0.42);
  }
}

.salary-accel {
  margin: 12px 0 8px;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(165deg, #fff8e8 0%, #fff 55%, #f5f9ff 100%);
  border: 1px solid rgba(201, 140, 40, 0.22);
}

.salary-accel[hidden] {
  display: none !important;
}

.salary-accel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}

.salary-accel__head strong {
  font-size: 14px;
  font-weight: 800;
  color: #9a5b00;
}

.salary-accel__head span {
  font-size: 12px;
  font-weight: 700;
  color: #c41e22;
}

.salary-accel__lead {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.45;
  color: #7a6128;
}

.salary-accel__list {
  display: grid;
  gap: 8px;
}

.salary-accel__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 82, 217, 0.08);
  text-decoration: none;
  color: inherit;
}

.salary-accel__item:active {
  transform: scale(0.99);
}

.salary-accel__item strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #17325f;
  margin-bottom: 2px;
}

.salary-accel__item small {
  display: block;
  font-size: 11px;
  color: #7a8aa3;
}

.salary-accel__tag {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #e8353a, #c41e22);
  white-space: nowrap;
}

.salary-accel__more {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #0052d9;
  text-decoration: none;
}

.salary-actions {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
}

.salary-withdraw-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #fff;
  background: linear-gradient(135deg, #34c759 0%, #27ae60 55%, #1e8f4f 100%);
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow: 0 6px 20px rgba(39, 174, 96, 0.32);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.salary-withdraw-btn:active {
  transform: scale(0.99);
  opacity: 0.95;
}

.salary-hero__label {
  margin: 0;
  font-size: 13px;
  opacity: 0.92;
}

.salary-hero__amt {
  display: block;
  margin: 10px 0 8px;
  font-size: var(--font-amt-hero, clamp(1.375rem, 6.5vw, 2.25rem));
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.salary-hero__hint {
  margin: 0 0 14px;
  font-size: 12px;
  opacity: 0.88;
  line-height: 1.45;
}

.salary-hero__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.salary-hero__promo {
  font-size: 13px;
  opacity: 0.92;
}

.salary-hero__promo b {
  font-weight: 700;
}

.salary-hero .promo-level-badge {
  font-size: 11px;
  padding: 3px 8px;
}

.salary-monthly {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--card-shadow);
  padding: 14px 14px 12px;
  margin-bottom: 12px;
}

.salary-monthly__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.salary-monthly__head h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

.salary-monthly__head a {
  font-size: 12px;
  color: var(--gov-blue);
  text-decoration: none;
}

.salary-monthly__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}

.salary-monthly__item {
  padding: 12px;
  border-radius: 10px;
  background: #f6f8fc;
}

.salary-monthly__headrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.salary-monthly__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.salary-monthly__icon--blue {
  background: var(--gov-blue);
}

.salary-monthly__icon--orange {
  background: var(--gov-orange);
}

.salary-monthly__label {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.3;
}

.salary-monthly__value {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: var(--gov-blue);
  line-height: 1.2;
}

.salary-monthly__value--orange {
  color: var(--gov-orange);
}

.salary-monthly__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(90deg, #eef5ff, #f8fbff);
  font-size: 13px;
  color: var(--muted);
}

.salary-monthly__total strong {
  font-size: 18px;
  color: var(--gov-blue);
}

.salary-recent {
  margin-bottom: 12px;
  padding: 14px 0 6px;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--card-shadow);
  overflow: hidden;
}

.salary-recent__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 4px;
}

.salary-recent__head h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}

.salary-recent__head a {
  font-size: 12px;
  font-weight: 500;
  color: var(--gov-blue);
  text-decoration: none;
}

.salary-recent__list {
  list-style: none;
  margin: 0;
  padding: 0 4px 4px;
}

.salary-recent__empty,
.ledger-row--empty {
  justify-content: center !important;
  color: var(--muted);
  font-size: 13px;
}

/* 流水行样式见 ledger.css */

.salary-links {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--card-shadow);
  overflow: hidden;
  margin-bottom: 12px;
}

.salary-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #f0f2f5;
}

.salary-link:last-child {
  border-bottom: 0;
}

.salary-link:active {
  background: #f8f9fc;
}

.salary-link__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.salary-link__icon.mi--purple {
  background: linear-gradient(145deg, #8b7ce8, var(--gov-purple));
}

.salary-link__icon.mi--red {
  background: linear-gradient(145deg, #e84a4e, var(--gov-red));
}

.salary-link__icon.mi--green {
  background: linear-gradient(145deg, #4cb88a, var(--gov-green));
}

.salary-link__icon.mi--blue {
  background: linear-gradient(145deg, #3d7cf0, #0052d9);
}

.salary-link__text {
  flex: 1;
  min-width: 0;
}

.salary-link__text strong {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}

.salary-link__text small {
  font-size: 12px;
  color: var(--muted);
}

.salary-link__arrow {
  color: var(--muted);
  font-size: 20px;
}

.salary-tip {
  margin: 0;
  padding: 0 4px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.55;
}

/* 正式员工工资发放入口 / 规则页 */
.fs-pay-banner {
  display: block;
  margin: 0 0 14px;
  padding: 14px 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0b3d91 0%, #0052d9 55%, #1a6cff 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 82, 217, 0.22);
}
.fs-pay-banner:active {
  opacity: 0.92;
}
.fs-pay-banner__eyebrow {
  margin: 0 0 4px;
  font-size: 11px;
  opacity: 0.85;
  letter-spacing: 0.04em;
}
.fs-pay-banner__title {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}
.fs-pay-banner__title em {
  font-style: normal;
  color: #ffe08a;
}
.fs-pay-banner__sub {
  margin: 6px 0 0;
  font-size: 12px;
  opacity: 0.9;
  line-height: 1.45;
}
.fs-pay-banner__arrow {
  float: right;
  margin-top: -28px;
  font-size: 22px;
  opacity: 0.85;
}

.fs-pay-hero {
  margin: 0 0 14px;
  padding: 18px 16px 16px;
  border-radius: 16px;
  background: linear-gradient(160deg, #0b3d91, #0052d9 60%, #2a7dff);
  color: #fff;
}
.fs-pay-hero__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  opacity: 0.85;
}
.fs-pay-hero__title {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
}
.fs-pay-hero__title em {
  font-style: normal;
  color: #ffe08a;
}
.fs-pay-hero__sub {
  margin: 8px 0 14px;
  font-size: 13px;
  opacity: 0.9;
}
.fs-pay-hero__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.fs-pay-hero__split > div {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
}
.fs-pay-hero__split span {
  display: block;
  font-size: 12px;
  opacity: 0.88;
}
.fs-pay-hero__split strong {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 800;
}

.fs-pay-card {
  margin: 0 0 14px;
  padding: 16px;
  border-radius: 14px;
  background: var(--card, #fff);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.fs-pay-card h2 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: var(--text, #1a1a1a);
}
.fs-pay-list {
  margin: 0;
  padding: 0 0 0 18px;
  color: var(--text-secondary, #444);
  font-size: 13px;
  line-height: 1.7;
}
.fs-pay-list li + li {
  margin-top: 4px;
}
.fs-pay-status {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--text, #1a1a1a);
  line-height: 1.5;
}
.fs-pay-next {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--muted);
}
.fs-pay-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #0052d9;
  text-decoration: none;
}
.fs-pay-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  margin-top: 4px;
}
.fs-pay-actions .fs-pay-link {
  margin-top: 8px;
}
.fs-pay-cta {
  display: block;
  margin-top: 14px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #0052d9;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 82, 217, 0.25);
}
.fs-pay-cta:active {
  opacity: 0.92;
}
.fs-pay-path {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fs-pay-path li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 0;
}
.fs-pay-path li + li {
  border-top: 1px dashed rgba(0, 0, 0, 0.06);
}
.fs-pay-path__step {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0052d9;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.fs-pay-path strong {
  display: block;
  font-size: 14px;
  color: var(--text, #1a1a1a);
}
.fs-pay-path small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: var(--muted, #666);
  line-height: 1.45;
}
.fs-pay-path__warn {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(212, 107, 8, 0.08);
  color: #a35a00;
  font-size: 12px;
  line-height: 1.5;
}

.fs-pay-hero__bal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 13px;
}
.fs-pay-hero__bal span {
  opacity: 0.88;
}
.fs-pay-hero__bal strong {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.fs-pay-card__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}
.fs-pay-card__head h2 {
  margin: 0;
}
.fs-pay-card__meta {
  font-size: 12px;
  color: var(--muted, #888);
}

.fs-pay-claim__amt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(0, 82, 217, 0.06);
}
.fs-pay-claim__amt span {
  font-size: 13px;
  color: var(--muted, #666);
}
.fs-pay-claim__amt strong {
  font-size: 20px;
  font-weight: 800;
  color: #0052d9;
}
.fs-pay-claim__btn {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 14px 16px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #0b3d91, #0052d9 55%, #1a6cff);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 82, 217, 0.28);
}
.fs-pay-claim__btn:active {
  opacity: 0.92;
}
.fs-pay-claim__btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.fs-pay-history {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fs-pay-history__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
}
.fs-pay-history__item + .fs-pay-history__item {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.fs-pay-history__main {
  min-width: 0;
  flex: 1;
}
.fs-pay-history__main strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--text, #1a1a1a);
  line-height: 1.4;
}
.fs-pay-history__main small {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  color: var(--muted, #888);
}
.fs-pay-history__amt {
  flex: 0 0 auto;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  color: #0a7a3e;
}
.fs-pay-history__empty {
  padding: 16px 0 8px;
  text-align: center;
  font-size: 13px;
  color: var(--muted, #888);
}

/* 复用宣传页等级徽章 */
.promo-level-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}

.promo-level-badge--blue {
  background: rgba(0, 82, 217, 0.15);
  color: #0052d9;
}

.promo-level-badge--purple {
  background: rgba(91, 79, 199, 0.15);
  color: #5b4fc7;
}

.promo-level-badge--gold {
  background: rgba(198, 145, 0, 0.18);
  color: #9a6b00;
}

.salary-hero .promo-level-badge--blue {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.salary-hero .promo-level-badge--purple {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.salary-hero .promo-level-badge--gold {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.salary-promo-card {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 16px rgba(154, 24, 28, 0.08);
}

.salary-promo-card__poster {
  line-height: 0;
  overflow: hidden;
  background: #9e1418;
}

.salary-promo-card__poster picture {
  display: block;
}

.salary-promo-card__poster img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.salary-promo-card__caption {
  padding: 10px 14px 12px;
  background: linear-gradient(135deg, #fff8f5 0%, #fff 100%);
  border-top: 1px solid rgba(196, 30, 34, 0.08);
}

.salary-promo-card__caption strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #8a3340;
  line-height: 1.35;
}

.salary-promo-card__caption span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: #8a94a6;
  line-height: 1.45;
}

.salary-promo-card.is-ready .salary-promo-card__caption {
  background: linear-gradient(135deg, #eefbf3 0%, #fff 100%);
  border-top-color: rgba(45, 157, 107, 0.12);
}

.salary-promo-card.is-ready .salary-promo-card__caption strong {
  color: #1e7a4a;
}

.salary-promo-card.is-deposit .salary-promo-card__caption strong {
  color: #c41e22;
}

.salary-promo-card.is-done .salary-promo-card__caption strong {
  color: #5a6478;
}

/* —— 工资发放页：签署入职 / 回执 / 动效 —— */
.page-fs-pay .fs-pay-hero {
  position: relative;
  overflow: hidden;
}
.fs-pay-hero__ornament {
  position: absolute;
  right: -8%;
  top: -10%;
  width: 72%;
  max-width: 280px;
  opacity: 0.28;
  pointer-events: none;
  mix-blend-mode: screen;
  animation: fs-ornament-float 8s ease-in-out infinite;
}
@keyframes fs-ornament-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(8px) rotate(2deg); }
}
.fs-pay-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 1;
}
.fs-pay-hero__title,
.fs-pay-hero__sub,
.fs-pay-hero__split,
.fs-pay-hero__bal {
  position: relative;
  z-index: 1;
}
.fs-pay-hero__bal span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.fs-pay-hero__bal strong.is-counting {
  color: #ffe08a;
}
.fs-pay-hero__bal strong.is-pop {
  animation: fs-bal-pop 0.48s ease;
}
@keyframes fs-bal-pop {
  0% { transform: scale(1); }
  40% { transform: scale(1.12); }
  100% { transform: scale(1); }
}

.fs-pay-claim h2 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fs-pay-lock {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f5f7fb;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}
.fs-pay-claim__btn.is-loading {
  animation: fs-btn-pulse 1s ease infinite;
}
@keyframes fs-btn-pulse {
  0%, 100% { box-shadow: 0 8px 20px rgba(0, 82, 217, 0.28); }
  50% { box-shadow: 0 8px 28px rgba(0, 82, 217, 0.45); }
}

.fs-pay-path__step {
  background: #e8f0ff;
  color: transparent;
}
.fs-pay-path__step img {
  display: block;
  width: 16px;
  height: 16px;
}

.fs-pay-history__item {
  animation: fs-hist-in 0.45s ease both;
  animation-delay: calc(var(--i, 0) * 0.04s);
}
@keyframes fs-hist-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 签署入职门闸 */
.fs-onboard {
  border: 1px solid rgba(0, 82, 217, 0.14);
  box-shadow: 0 10px 28px rgba(0, 82, 217, 0.08);
  animation: fs-card-in 0.5s ease both;
}
@keyframes fs-card-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
.fs-onboard__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}
.fs-onboard__seal {
  width: 72px;
  height: 72px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 6px 12px rgba(0, 82, 217, 0.2));
  animation: fs-seal-breathe 2.8s ease-in-out infinite;
}
@keyframes fs-seal-breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}
.fs-onboard__eyebrow {
  margin: 0 0 4px;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #0052d9;
  font-weight: 700;
}
.fs-onboard__head h2 {
  margin: 0;
  font-size: 18px;
}
.fs-onboard__lead {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-secondary, #444);
}
.fs-onboard__benefits {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}
.fs-onboard__benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 13px;
  color: var(--text, #1a1a1a);
}
.fs-onboard__benefits li + li {
  border-top: 1px dashed rgba(0, 0, 0, 0.06);
}
.fs-onboard__fee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff8e8, #fff);
  border: 1px solid rgba(230, 184, 0, 0.35);
  margin-bottom: 12px;
}
.fs-onboard__fee strong {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}
.fs-onboard__fee small {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  color: var(--muted, #888);
}
.fs-onboard__fee em {
  font-style: normal;
  font-size: 22px;
  font-weight: 800;
  color: #a35a00;
  white-space: nowrap;
}
.fs-onboard__btn {
  display: block;
  width: 100%;
  padding: 14px 16px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #0b3d91, #0052d9 55%, #1a6cff);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 82, 217, 0.28);
}
.fs-onboard__btn:active { opacity: 0.92; }
.fs-onboard__btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.fs-onboard__note {
  margin: 10px 0 0;
  text-align: center;
  font-size: 12px;
  color: var(--muted, #888);
}

/* 入职证明回执 */
.fs-cert {
  margin-top: 16px;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(160deg, #f7faff, #fff);
  border: 1px dashed rgba(0, 82, 217, 0.28);
}
.fs-cert.is-verified {
  border-style: solid;
  border-color: rgba(10, 122, 62, 0.35);
  background: linear-gradient(160deg, #f3fbf6, #fff);
}
.fs-cert.is-reveal {
  animation: fs-cert-reveal 0.7s ease both;
}
@keyframes fs-cert-reveal {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}
.fs-cert__head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
.fs-cert__head strong {
  display: block;
  font-size: 14px;
}
.fs-cert__badge {
  display: inline-block;
  margin-top: 4px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  background: rgba(212, 107, 8, 0.12);
  color: #a35a00;
}
.fs-cert.is-verified .fs-cert__badge {
  background: rgba(10, 122, 62, 0.12);
  color: #0a7a3e;
}
.fs-cert__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
  margin: 0;
}
.fs-cert__grid dt {
  margin: 0;
  font-size: 11px;
  color: var(--muted, #888);
}
.fs-cert__grid dd {
  margin: 2px 0 0;
  font-size: 13px;
  font-weight: 600;
  word-break: break-all;
}
.fs-cert__note {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #667085;
}

/* 领取 / 到账 / 转出动效层 */
.fs-fx {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 20, 48, 0.55);
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}
.fs-fx.is-on {
  opacity: 1;
  pointer-events: auto;
}
.fs-fx.is-out {
  opacity: 0;
}
.fs-fx__panel {
  position: relative;
  width: min(86vw, 320px);
  padding: 28px 20px 24px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22);
  transform: scale(0.88) translateY(16px);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.fs-fx.is-on .fs-fx__panel {
  transform: scale(1) translateY(0);
}
.fs-fx__burst {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto 8px;
  display: block;
  animation: fs-burst-pop 0.7s ease both;
}
@keyframes fs-burst-pop {
  0% { transform: scale(0.4); opacity: 0; }
  60% { transform: scale(1.08); opacity: 1; }
  100% { transform: scale(1); }
}
.fs-fx__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #0b3d91;
}
.fs-fx__amt {
  margin: 8px 0 0;
  font-size: 26px;
  font-weight: 800;
  color: #0a7a3e;
  letter-spacing: 0.02em;
}
.fs-fx__sub {
  margin: 6px 0 0;
  font-size: 13px;
  color: #667085;
}
.fs-fx__coins {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.fs-fx__coin {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 28px;
  height: 28px;
  margin-left: -14px;
  animation: fs-coin-fly 1.2s ease-out both;
  animation-delay: var(--delay, 0s);
}
@keyframes fs-coin-fly {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(0.4);
    opacity: 0;
  }
  20% { opacity: 1; }
  100% {
    transform: translate(var(--x, 40px), -120px) rotate(var(--rot, 180deg)) scale(1);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fs-onboard__seal,
  .fs-pay-hero__ornament,
  .fs-fx__burst,
  .fs-fx__coin,
  .fs-pay-history__item {
    animation: none !important;
  }
}


/* 核验倒计时 */
.fs-cert__countdown {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(212, 107, 8, 0.08);
  color: #a35a00;
}
.fs-cert__countdown strong {
  display: block;
  font-size: 13px;
}
.fs-cert__countdown small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  opacity: 0.9;
}

/* 符合扶贫证明 */
.fs-poverty {
  border: 1px solid rgba(0, 82, 217, 0.14);
  box-shadow: 0 10px 28px rgba(0, 82, 217, 0.06);
  animation: fs-card-in 0.5s ease both;
}
.fs-poverty__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.fs-poverty__eyebrow {
  margin: 0 0 4px;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #0052d9;
  font-weight: 700;
}
.fs-poverty__head h2 {
  margin: 0;
  font-size: 17px;
}
.fs-poverty__lead {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-secondary, #444);
}
.fs-poverty__form {
  display: grid;
  gap: 12px;
}
.fs-poverty__field {
  display: block;
}
.fs-poverty__field span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #445;
}
.fs-poverty__field input,
.fs-poverty__field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  font-size: 14px;
  background: #f8fafc;
  outline: none;
  resize: vertical;
}
.fs-poverty__field input:focus,
.fs-poverty__field textarea:focus {
  border-color: #0052d9;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 82, 217, 0.12);
}
.fs-poverty__processing {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px 12px;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(160deg, #fff8e8, #fff);
  border: 1px solid rgba(230, 184, 0, 0.35);
}
.fs-poverty__processing > img {
  grid-row: span 2;
  margin-top: 2px;
  animation: fs-seal-breathe 2.4s ease-in-out infinite;
}
.fs-poverty__processing strong {
  display: block;
  font-size: 15px;
  color: #a35a00;
}
.fs-poverty__processing p {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #667085;
}
.fs-poverty__meta {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
  margin: 4px 0 0;
  padding-top: 10px;
  border-top: 1px dashed rgba(163, 90, 0, 0.2);
}
.fs-poverty__meta dt {
  margin: 0;
  font-size: 11px;
  color: #888;
}
.fs-poverty__meta dd {
  margin: 2px 0 0;
  font-size: 13px;
  font-weight: 600;
  word-break: break-all;
}
.fs-poverty__meta--full {
  grid-column: 1 / -1;
}

.fs-poverty__timer {
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #a35a00;
}
.fs-poverty__processing.is-approved {
  background: linear-gradient(160deg, #f3fbf6, #fff);
  border-color: rgba(10, 122, 62, 0.35);
}
.fs-poverty__processing.is-approved strong {
  color: #0a7a3e;
}
.fs-poverty__processing .fs-onboard__btn {
  grid-column: 1 / -1;
  margin-top: 4px;
}

/* 扶贫证明缴费弹窗 */
.fs-pay-pop {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.fs-pay-pop.is-on {
  opacity: 1;
  pointer-events: auto;
}
.fs-pay-pop__mask {
  position: absolute;
  inset: 0;
  background: rgba(8, 20, 48, 0.55);
  backdrop-filter: blur(3px);
}
.fs-pay-pop__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  margin: 0 12px 18px;
  padding: 22px 18px 20px;
  border-radius: 20px 20px 16px 16px;
  background: #fff;
  text-align: center;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
  transform: translateY(24px);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.fs-pay-pop.is-on .fs-pay-pop__panel {
  transform: translateY(0);
}
.fs-pay-pop__x {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #f2f4f8;
  color: #667;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.fs-pay-pop__icon {
  display: block;
  margin: 4px auto 8px;
}
.fs-pay-pop__eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #0a7a3e;
  letter-spacing: 0.04em;
}
.fs-pay-pop__panel h3 {
  margin: 6px 0 0;
  font-size: 18px;
  color: #0b3d91;
}
.fs-pay-pop__lead {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: #556;
  text-align: left;
}
.fs-pay-pop__fee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 14px 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff8e8, #fff);
  border: 1px solid rgba(230, 184, 0, 0.35);
  text-align: left;
}
.fs-pay-pop__fee span {
  font-size: 13px;
  color: #666;
}
.fs-pay-pop__fee strong {
  font-size: 22px;
  color: #a35a00;
}
.fs-pay-pop__note {
  margin: 10px 0 0;
  font-size: 12px;
  color: #888;
}

/* 扶贫证明回执单 */
.fs-poverty-receipt {
  position: relative;
  margin-top: 14px;
  padding: 18px 16px 16px;
  border-radius: 16px;
  background:
    linear-gradient(160deg, rgba(255, 252, 245, 0.98), rgba(245, 250, 246, 0.98)),
    repeating-linear-gradient(
      -18deg,
      transparent,
      transparent 10px,
      rgba(10, 122, 62, 0.03) 10px,
      rgba(10, 122, 62, 0.03) 11px
    );
  border: 1.5px solid rgba(184, 148, 60, 0.45);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  overflow: hidden;
}
.fs-poverty-receipt__seal {
  position: absolute;
  right: 18px;
  bottom: 72px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 2px solid rgba(196, 48, 43, 0.55);
  color: rgba(196, 48, 43, 0.55);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  display: grid;
  place-items: center;
  transform: rotate(-18deg);
  pointer-events: none;
  background: rgba(255, 255, 255, 0.15);
}
.fs-poverty-receipt__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin-bottom: 12px;
}
.fs-poverty-receipt__eyebrow {
  width: 100%;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  color: #0a7a3e;
  letter-spacing: 0.06em;
}
.fs-poverty-receipt__head strong {
  font-size: 17px;
  color: #0b3d91;
}
.fs-poverty-receipt__badge {
  margin-left: auto;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: #0a7a3e;
  background: rgba(10, 122, 62, 0.12);
}
.fs-poverty-receipt__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
  margin: 0;
}
.fs-poverty-receipt__grid div {
  min-width: 0;
}
.fs-poverty-receipt__grid--full {
  grid-column: 1 / -1;
}
.fs-poverty-receipt__grid dt {
  margin: 0;
  font-size: 11px;
  color: #889;
}
.fs-poverty-receipt__grid dd {
  margin: 2px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: #223;
  word-break: break-all;
}
.fs-poverty-receipt__note {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #778;
}
.fs-poverty-receipt .fs-onboard__btn {
  margin-top: 14px;
}
.fs-poverty-receipt__formal {
  margin: 8px 0 0;
  font-size: 12px;
  color: #667;
  text-align: center;
}
.fs-poverty-receipt__pending {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(11, 61, 145, 0.06);
  border: 1px solid rgba(11, 61, 145, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.fs-poverty-receipt__pending strong {
  font-size: 13px;
  color: #0b3d91;
}
.fs-poverty-receipt__pending small {
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #a35a00;
}
.fs-poverty__processing .fs-onboard__btn + .fs-onboard__btn {
  margin-top: 8px;
}
