/* 全民保障 — 保障登记页 */

.register-body {
  background: var(--app-bg);
}

.register-shell {
  max-width: var(--shell-max);
  margin: 0 auto;
  background: linear-gradient(180deg, #f7fbff 0%, var(--app-bg) 42%, #f9fafc 100%);
}

.register-top {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(0, 82, 217, 0.08);
  backdrop-filter: blur(12px);
}

.register-navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 16px;
}

.register-navbar h1 {
  margin: 0;
  color: var(--blue-ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.register-main {
  display: block;
}

/* —— Hero —— */
.register-hero-card {
  position: relative;
  min-height: 240px;
  padding: 22px 18px 32px;
  color: #fff;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 42%, rgba(81, 211, 255, 0.32), transparent 42%),
    linear-gradient(145deg, #0a52c8 0%, #0039d8 72%);
}

.register-hero-eyebrow {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.92;
}

.register-hero-copy h2 {
  max-width: 280px;
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.register-hero-resubmit {
  margin: 8px 0 0;
  padding: 8px 10px;
  color: #8a5a00;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  background: #fff8e6;
  border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: var(--radius-sm);
}

.register-hero-meta {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.85;
}

.register-hero-countdown {
  display: inline-block;
  margin: 0 0 14px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 229, 102, 0.22);
  border: 1px solid rgba(255, 229, 102, 0.45);
  border-radius: 999px;
}

.register-hero-countdown [data-page-cd-text] {
  color: #ffe566;
  letter-spacing: 0.03em;
}

.reward-grid {
  display: grid;
  gap: 8px;
  max-width: 260px;
}

.reward-grid article {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
}

.reward-num {
  flex: 0 0 22px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: var(--gov-blue);
  font-size: 12px;
  font-weight: 800;
  background: #fff;
  border-radius: 50%;
}

.reward-grid small {
  display: block;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.95;
}

.reward-grid strong {
  display: block;
  color: #ffe566;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.mini-shield-scene {
  position: absolute;
  right: -28px;
  bottom: 8px;
  width: 180px;
  height: 180px;
  pointer-events: none;
}

.mini-shield {
  position: absolute;
  right: 48px;
  bottom: 42px;
  display: grid;
  place-items: center;
  width: 72px;
  height: 88px;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  background: linear-gradient(135deg, #5cbcff, #0062ff 55%, #0040ce);
  clip-path: polygon(50% 0, 92% 18%, 84% 72%, 50% 100%, 16% 72%, 8% 18%);
  filter: drop-shadow(0 12px 16px rgba(0, 28, 112, 0.25));
}

.mini-base,
.mini-orbit {
  position: absolute;
  right: 12px;
  bottom: 16px;
  width: 140px;
  height: 48px;
  border: 2px solid rgba(167, 219, 255, 0.5);
  border-radius: 50%;
  transform: rotateX(64deg);
}

.mini-orbit {
  bottom: 68px;
  width: 160px;
  height: 64px;
}

.mini-orbit-two {
  right: 28px;
  bottom: 74px;
  width: 110px;
  height: 42px;
  transform: rotateX(64deg) rotateZ(-16deg);
}

/* —— Form card —— */
.form-card {
  position: relative;
  z-index: 2;
  margin: -18px 12px 0;
  padding: 22px 16px calc(20px + var(--safe-bottom));
  background: var(--panel);
  border-radius: 16px 16px 0 0;
  box-shadow: var(--card-shadow);
}

.form-head {
  margin-bottom: 18px;
}

.form-head h2 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
}

.form-head p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

/* —— Step indicator —— */
.register-steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  margin-bottom: 22px;
  padding: 14px 8px;
  background: #f4f7fc;
  border-radius: var(--radius-md);
}

.register-steps--two .register-step {
  flex: 1;
}

.register-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.register-step__dot {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  background: #fff;
  border: 2px solid #d8e2f0;
  border-radius: 50%;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.register-step__label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.register-step__line {
  flex: 0 0 20px;
  align-self: center;
  height: 2px;
  margin-top: -18px;
  background: #d8e2f0;
  border-radius: 1px;
}

.register-step.is-active .register-step__dot {
  color: #fff;
  background: var(--gov-blue);
  border-color: var(--gov-blue);
}

.register-step.is-active .register-step__label {
  color: var(--gov-blue);
  font-weight: 700;
}

.register-step.is-done .register-step__dot {
  color: #fff;
  background: var(--gov-green);
  border-color: var(--gov-green);
}

.register-step.is-done .register-step__label {
  color: var(--gov-green);
}

.register-step.is-done + .register-step__line,
.register-step__line:has(+ .register-step.is-active),
.register-step__line:has(+ .register-step.is-done) {
  background: var(--gov-blue);
  opacity: 0.35;
}

/* —— Form blocks —— */
.registration-form {
  display: grid;
  gap: 0;
}

.form-block + .form-block {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.form-block__title {
  margin: 0 0 16px;
  padding-left: 10px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  border-left: 3px solid var(--gov-blue);
}

.field {
  display: grid;
  gap: 8px;
}

.field + .field,
.field + .field-hint--muted {
  margin-top: 14px;
}

.field-label {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.field-label em {
  margin-right: 2px;
  color: var(--gov-red);
  font-style: normal;
}

.field-icon {
  display: flex;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #5a6f94;
}

.field-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.field-icon--top {
  align-self: flex-start;
  margin-top: 2px;
}

.input-wrap,
.textarea-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 0 12px;
  background: #fafbfd;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease;
}

.input-wrap:focus-within,
.textarea-wrap:focus-within {
  background: #fff;
  border-color: var(--gov-blue);
  box-shadow: 0 0 0 3px rgba(0, 82, 217, 0.1);
}

.input-wrap input,
.textarea-wrap textarea {
  flex: 1;
  min-width: 0;
  padding: 12px 0;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  border: 0;
  outline: 0;
}

.input-wrap input::placeholder,
.textarea-wrap textarea::placeholder {
  color: #9aa3b5;
  font-weight: 400;
}

.textarea-wrap {
  position: relative;
  align-items: flex-start;
  min-height: 120px;
  padding-top: 10px;
  padding-bottom: 28px;
}

.textarea-wrap textarea {
  min-height: 88px;
  resize: none;
  line-height: 1.65;
}

.char-count {
  position: absolute;
  right: 12px;
  bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.char-count.is-warning {
  color: var(--gov-orange);
}

.char-count.is-limit {
  color: var(--gov-red);
}

.field-hint {
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}

.field-hint--muted {
  color: var(--muted);
}

.registration-form .field-hint.is-ok {
  color: var(--gov-green);
  font-weight: 600;
}

.registration-form .field-hint.is-error {
  color: var(--gov-red);
}

.field-error {
  margin: 0;
  color: var(--gov-red);
  font-size: 12px;
  line-height: 1.4;
}

.field.is-valid .input-wrap,
.field.is-valid .textarea-wrap {
  border-color: var(--gov-green);
}

.field.is-invalid .input-wrap,
.field.is-invalid .textarea-wrap {
  border-color: var(--gov-red);
}

/* —— People chips —— */
.people-chips {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.people-chip {
  min-height: 42px;
  padding: 8px 10px;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  background: #fafbfd;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition:
    border-color 0.15s ease,
    background 0.15s ease,
    color 0.15s ease;
}

.people-chip.is-selected {
  color: var(--gov-blue);
  background: #eef4ff;
  border-color: var(--gov-blue);
  box-shadow: 0 0 0 1px rgba(0, 82, 217, 0.15);
}

.people-chip:active {
  transform: scale(0.98);
}

/* —— Experience templates —— */
.exp-templates {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-size: 12px;
  color: var(--muted);
}

.exp-template-btn {
  padding: 4px 10px;
  color: var(--gov-blue);
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  background: #eef4ff;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.exp-template-btn:active {
  opacity: 0.85;
}

/* —— Notice —— */
.notice-box {
  padding: 14px;
  background: #f4f8ff;
  border: 1px solid rgba(0, 82, 217, 0.1);
  border-radius: var(--radius-sm);
}

.notice-box h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--gov-blue);
  font-size: 14px;
  font-weight: 800;
}

.notice-box__icon {
  display: flex;
  color: var(--gov-blue);
}

.notice-box__icon svg {
  width: 18px;
  height: 18px;
}

.notice-box ol {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
  color: #3d4a63;
  font-size: 12px;
  line-height: 1.55;
}

/* —— Agreement & submit —— */
.agreement-row {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 16px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.agreement-row input {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--gov-blue);
  cursor: pointer;
}

.agreement-row a {
  color: var(--gov-blue);
  font-weight: 700;
}

.submit-bar {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.submit-button {
  width: 100%;
  min-height: 50px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.04em;
  background: linear-gradient(135deg, var(--gov-blue) 0%, var(--gov-blue-deep) 100%);
  border: 0;
  border-radius: var(--radius-md);
  box-shadow: 0 8px 20px rgba(0, 58, 158, 0.22);
  transition:
    transform 0.12s ease,
    opacity 0.15s ease;
}

.submit-button:active:not(:disabled) {
  transform: scale(0.99);
}

.submit-button:disabled {
  color: rgba(255, 255, 255, 0.75);
  background: #a8b8d4;
  box-shadow: none;
  cursor: not-allowed;
}

.submit-button.is-loading {
  pointer-events: none;
  opacity: 0.88;
}

.submit-button .spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: -3px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: reg-spin 0.7s linear infinite;
}

@keyframes reg-spin {
  to {
    transform: rotate(360deg);
  }
}

.privacy-note {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
}

.privacy-note__icon {
  flex: 0 0 16px;
  margin-top: 1px;
  color: var(--gov-blue);
}

.privacy-note__icon svg {
  width: 14px;
  height: 14px;
}

/* —— Footer brand —— */
.register-brand-footer {
  display: grid;
  place-items: center;
  padding: 24px 16px calc(28px + var(--safe-bottom));
}

.register-brand-footer .brand {
  gap: 12px;
}

.register-brand-footer .brand-logo {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(26, 45, 77, 0.08);
}

.register-brand-footer .brand strong {
  font-size: 18px;
}

.register-brand-footer .brand small {
  font-size: 11px;
  letter-spacing: 0.02em;
}

/* —— 已登记记录（回访） —— */
.register-record-card {
  margin: 0 12px 16px;
  padding: 18px 16px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--card-shadow);
}

.register-record-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.register-record-welcome {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
}

.register-record-welcome strong {
  color: var(--gov-blue-deep);
}

.register-record-status {
  flex-shrink: 0;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 800;
  border-radius: 999px;
}

.register-record-status--pending {
  color: var(--gov-blue-deep);
  background: #eef4ff;
}

.register-record-status--approved {
  color: #0d5c36;
  background: #e8f8ef;
}

.register-record-status--rejected {
  color: #9a181c;
  background: #fff0f0;
}

.register-record-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
  margin: 0 0 14px;
}

.register-record-meta dt {
  margin: 0 0 2px;
  color: #5a6f94;
  font-size: 11px;
  font-weight: 600;
}

.register-record-meta dd {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.register-record-hint {
  margin: 0 0 12px;
  padding: 10px 12px;
  color: #1a2d4d;
  font-size: 13px;
  line-height: 1.55;
  background: #eef4ff;
  border-radius: var(--radius-sm);
}

.register-record-reject {
  margin: 0 0 12px;
  padding: 10px 12px;
  color: #9a181c;
  font-size: 13px;
  line-height: 1.5;
  background: #fff5f5;
  border-radius: var(--radius-sm);
}

.register-record-share {
  margin-bottom: 14px;
  padding: 14px;
  text-align: center;
  background: linear-gradient(165deg, #0a52c8 0%, #0039d8 55%, #002a7a 100%);
  border-radius: var(--radius-md);
  color: #fff;
}

.register-record-invite {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.register-record-invite strong {
  margin-left: 4px;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 4px;
  color: #ffe566;
}

.register-record-share-actions {
  display: grid;
  gap: 8px;
}

.register-record-actions {
  display: grid;
  gap: 8px;
}

.register-record-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 700;
  border: 0;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
}

.register-record-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--gov-blue), var(--gov-blue-deep));
}

.register-record-btn--ghost {
  color: var(--gov-blue-deep);
  background: #eef4ff;
}

.register-record-btn:not(.register-record-btn--primary):not(.register-record-btn--ghost) {
  color: var(--gov-blue-deep);
  background: #fff;
  border: 1px solid var(--line);
}

.form-card[hidden],
.register-record-card[hidden] {
  display: none !important;
}

.form-edit-banner {
  margin: 10px 0 0;
  padding: 10px 12px;
  color: #8a5a00;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  background: #fff8e6;
  border: 1px solid rgba(201, 162, 39, 0.4);
  border-radius: var(--radius-sm);
}

/* —— APP 上线倒计时 —— */
.modal--launch-wait {
  width: min(360px, 100%);
  padding: 20px 18px 18px;
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, #f0f6ff 100%);
}

.modal--launch-wait p {
  margin-bottom: 0;
}

.launch-wait__badge {
  display: inline-block;
  margin: 0 0 10px;
  padding: 6px 14px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--gov-blue), var(--gov-blue-deep));
  border-radius: 999px;
}

.launch-wait__title {
  margin: 0 0 12px;
  color: #1a2d4d;
  font-size: 18px;
  font-weight: 800;
}

.launch-wait__benefits {
  margin: 0 0 16px;
  padding: 12px 14px;
  color: #1a2d4d;
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
  background: #eef4ff;
  border: 1px solid rgba(0, 82, 217, 0.15);
  border-radius: var(--radius-sm);
  list-style: none;
}

.launch-wait__benefits li + li {
  margin-top: 8px;
}

.launch-wait__benefits strong {
  color: var(--gov-blue-deep);
}

.launch-wait__countdown-label {
  margin: 0 0 8px;
  color: #3d4f6f;
  font-size: 13px;
  font-weight: 600;
}

.launch-wait__timer {
  margin: 0 0 12px;
  color: var(--gov-red);
  font-size: 36px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.06em;
}

.launch-wait__deadline {
  margin: 0 0 10px;
  color: #1a2d4d;
  font-size: 13px;
  line-height: 1.55;
}

.launch-wait__deadline strong {
  color: var(--gov-blue-deep);
}

.launch-wait__tip {
  margin: 0 0 16px;
  color: #5a6f94;
  font-size: 12px;
  line-height: 1.5;
}

.launch-wait__enter {
  width: 100%;
  min-height: 48px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--gov-blue), var(--gov-blue-deep));
  border: 0;
  border-radius: var(--radius-md);
  box-shadow: 0 6px 16px rgba(0, 82, 217, 0.25);
  cursor: pointer;
  font-family: inherit;
}

.launch-wait__enter:disabled {
  color: rgba(255, 255, 255, 0.75);
  background: #a8b8d4;
  box-shadow: none;
  cursor: not-allowed;
}

.launch-wait__back {
  width: 100%;
  min-height: 44px;
  color: var(--gov-blue-deep);
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-family: inherit;
}

/* —— Success modal —— */
/* 覆盖 components.css .modal p 的灰色字，避免弹窗内文字发灰 */
.modal--register-success {
  width: min(380px, 100%);
  max-height: min(92vh, 720px);
  overflow-y: auto;
  padding: 18px 16px 16px;
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.modal--register-success .success-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 0 14px;
  padding: 10px 20px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.03em;
  background: linear-gradient(135deg, var(--gov-blue) 0%, var(--gov-blue-deep) 100%);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 82, 217, 0.28);
}

.success-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 0 14px;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.03em;
  background: linear-gradient(135deg, var(--gov-blue) 0%, var(--gov-blue-deep) 100%);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 82, 217, 0.28);
}

.modal--register-success .success-badge::before,
.success-badge::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.modal--register-success .success-review-hint {
  margin: 0 0 12px;
  color: #1a2d4d !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.success-review-hint {
  margin: 0 0 12px;
  color: #1a2d4d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.success-rewards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-items: stretch;
  margin-bottom: 12px;
}

.success-reward-card {
  display: flex;
  padding: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: 0 2px 8px rgba(26, 45, 77, 0.05);
}

.success-reward-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 124px;
  padding: 12px 8px 10px;
  text-align: center;
}

.success-reward-amt-row {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
}

.success-reward-card--main {
  background: linear-gradient(160deg, #fff9e8, #fff);
  border-color: rgba(201, 162, 39, 0.35);
}

.success-reward-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  margin: 0 0 8px;
  padding: 2px 8px;
  color: var(--gov-blue);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  background: #eef4ff;
  border-radius: 999px;
}

.success-reward-card--main .success-reward-tag {
  color: #8a5a00;
  background: rgba(255, 229, 102, 0.35);
}

.success-reward-amt {
  margin: 0;
  color: var(--gov-red);
  font-size: 0;
  line-height: 1.1;
}

.success-reward-amt em,
.success-reward-amt span {
  color: var(--gov-red);
}

.success-reward-amt em {
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
}

.success-reward-amt span {
  font-size: 14px;
  font-weight: 800;
}

.success-reward-card:not(.success-reward-card--main) .success-reward-amt em,
.success-reward-card:not(.success-reward-card--main) .success-reward-amt span {
  color: var(--gov-blue-deep);
}

.success-reward-amt--sm em {
  font-size: 18px;
}

.success-reward-amt--sm span {
  font-size: 12px;
}

.modal--register-success .success-reward-name {
  margin: 0;
  color: #1a2d4d !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.success-reward-name {
  margin: 0;
  color: #1a2d4d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.success-viral-tip {
  margin-bottom: 12px;
  padding: 12px 14px;
  color: #1a2d4d;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
  background: #eef4ff;
  border: 1px solid rgba(0, 82, 217, 0.18);
  border-radius: var(--radius-sm);
}

.success-viral-tip strong {
  color: var(--gov-blue-deep);
  font-weight: 800;
}

.success-poster-wrap {
  margin-bottom: 12px;
}

.success-poster-label {
  margin: 0 0 8px;
  color: #3d4f6f;
  font-size: 12px;
  font-weight: 600;
}

.success-poster-card {
  padding: 16px 14px;
  text-align: center;
  background: linear-gradient(165deg, #0a52c8 0%, #0039d8 55%, #002a7a 100%);
  border-radius: 12px;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 57, 216, 0.28);
}

.modal--register-success .success-poster-card p {
  margin: 0;
  color: #fff !important;
}

.spc-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.spc-top img {
  border-radius: 8px;
  background: #fff;
}

.spc-check {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px 4px;
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff !important;
}

.spc-check em {
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  color: #ffe566 !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.spc-check-suffix {
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
}

.spc-salary {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  opacity: 1;
}

.spc-qr {
  display: block;
  margin: 0 auto 10px;
  padding: 6px;
  background: #fff;
  border-radius: 8px;
}

.spc-invite {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
}

.spc-invite strong {
  display: inline;
  margin-left: 6px;
  padding: 0;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 4px;
  color: #ffe566 !important;
  background: none;
  border-radius: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.spc-task,
.spc-deadline {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #fff !important;
  opacity: 1;
}

.spc-deadline {
  margin-top: 6px;
  color: #ffe566;
  font-weight: 700;
}

.success-actions {
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
}

.success-act {
  min-height: 44px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 700;
  border: 0;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-family: inherit;
}

.success-act--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--gov-blue), var(--gov-blue-deep));
  box-shadow: 0 6px 16px rgba(0, 82, 217, 0.25);
}

.success-act:not(.success-act--primary) {
  color: #003a9e;
  background: #fff;
  border: 1px solid rgba(0, 58, 158, 0.28);
  box-shadow: 0 2px 8px rgba(26, 45, 77, 0.06);
}

.success-ref-line {
  margin: 0 0 10px;
  color: #3d4f6f;
  font-size: 13px;
  line-height: 1.5;
}

.success-ref-line strong {
  color: var(--gov-blue);
  letter-spacing: 0.05em;
}

.modal--register-success .modal-button--ghost {
  width: 100%;
  color: var(--gov-blue-deep);
  font-weight: 700;
  background: #fff;
  border: 1px solid var(--line);
}

@media (max-width: 380px) {
  .register-hero-card {
    padding-right: 14px;
    padding-left: 14px;
  }

  .form-card {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .register-step__label {
    font-size: 10px;
  }

  .mini-shield-scene {
    transform: scale(0.88);
    transform-origin: right bottom;
  }
}
