:root {
  --amz-green: #16b75f;
  --amazon-yellow: #ffd814;
  --amazon-yellow-dark: #f7ca00;
  --orange: #ff6200;
  --teal: #007185;
  --teal-dark: #005f6b;
  --ink: #111827;
  --muted: #667085;
  --line: #d5d9d9;
  --soft: #f5f7f8;
  --panel: #ffffff;
  --danger: #b42318;
}

* {
  box-sizing: border-box;
}

html,
body,
#app {
  margin: 0;
  min-height: 100%;
}

body {
  background: #fff;
  color: var(--ink);
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: 14px;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.brand {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand span {
  color: var(--amz-green);
}

.ghost-pill {
  background: #fff;
  border: 1px solid #0f766e;
  border-radius: 20px;
  color: #0f766e;
  padding: 5px 12px;
}

.login-btn {
  background: #1f2937;
  border: 0;
  border-radius: 3px;
  color: #fff;
  padding: 7px 16px;
}

.layout {
  display: block;
  min-height: 100vh;
}

.layout.sim-layout {
  display: block;
  position: relative;
}

.floating-tool {
  align-items: center;
  border-radius: 6px;
  color: #475467;
  display: flex;
  gap: 8px;
  min-height: 32px;
  padding: 6px 8px;
}

.sim-floating-rail {
  display: grid;
  gap: 8px;
  left: 10px;
  position: fixed;
  top: 126px;
  width: 44px;
  z-index: 25;
}

.sim-floating-rail button {
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  color: #344054;
  display: grid;
  font-size: 11px;
  gap: 4px;
  justify-items: center;
  line-height: 1.25;
  min-height: 52px;
  padding: 7px 3px;
}

.sim-floating-rail span {
  color: #5b677a;
  font-size: 14px;
  font-weight: 700;
}

.main {
  min-width: 0;
}

.content {
  margin: 0 auto;
  max-width: 1160px;
  padding: 26px 28px 70px;
}

.hero-card {
  align-items: center;
  background: #fff;
  border: 1px solid #f0f1f3;
  border-radius: 4px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  min-height: 420px;
  padding: 70px 84px;
}

.hero-copy h1 {
  font-size: 34px;
  line-height: 1.25;
  margin: 0 0 14px;
}

.hero-copy p {
  color: #344054;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 18px;
  max-width: 620px;
}

.flags {
  display: flex;
  font-size: 24px;
  gap: 8px;
  margin-bottom: 32px;
}

.hero-actions {
  display: flex;
  gap: 12px;
}

.orange-btn,
.outline-btn,
.teal-btn,
.gray-btn,
.yellow-btn {
  border-radius: 4px;
  min-height: 38px;
  padding: 9px 22px;
}

.orange-btn {
  background: var(--orange);
  border: 1px solid var(--orange);
  color: #fff;
  font-weight: 700;
}

.outline-btn {
  background: #fff;
  border: 1px solid #4285f4;
  color: #2563eb;
  font-weight: 700;
}

.teal-btn {
  background: var(--teal);
  border: 1px solid var(--teal);
  color: #fff;
}

.gray-btn {
  background: #344054;
  border: 1px solid #344054;
  color: #fff;
}

.teal-btn:disabled,
.gray-btn:disabled,
.yellow-btn:disabled {
  background: #c7cbd1;
  border-color: #c7cbd1;
  color: #667085;
  cursor: not-allowed;
}

.yellow-btn {
  background: var(--amazon-yellow);
  border: 1px solid var(--amazon-yellow-dark);
  color: #111;
}

.hero-visual {
  min-height: 270px;
  position: relative;
}

.city-blob {
  background: #e5f3f4;
  border-radius: 50% 42% 46% 54%;
  height: 270px;
  overflow: hidden;
  position: relative;
  width: 360px;
}

.city-blob::before {
  background: linear-gradient(160deg, #0b3948 0 28%, #5aa4b1 28% 100%);
  bottom: 0;
  content: "";
  height: 150px;
  left: 0;
  position: absolute;
  width: 100%;
}

.statue {
  background: #0f3948;
  bottom: 70px;
  height: 120px;
  left: 70px;
  position: absolute;
  width: 28px;
}

.statue::before {
  background: #0f3948;
  border-radius: 50%;
  content: "";
  height: 26px;
  left: 0;
  position: absolute;
  top: -22px;
  width: 26px;
}

.sun {
  background: #ffd166;
  border-radius: 50%;
  height: 34px;
  position: absolute;
  right: 70px;
  top: 78px;
  width: 34px;
}

.materials {
  margin-top: 58px;
  text-align: center;
}

.materials h2 {
  font-size: 28px;
  margin: 0 0 28px;
}

.video-row {
  align-items: center;
  background: #fafafa;
  border-radius: 8px;
  display: grid;
  gap: 30px;
  grid-template-columns: 220px 1fr auto;
  margin: 0 auto 28px;
  max-width: 900px;
  padding: 18px 28px;
  text-align: left;
}

.video-box {
  align-items: center;
  background: #f1f1f1;
  border: 1px solid #eee;
  display: flex;
  height: 112px;
  justify-content: center;
}

.play {
  background: var(--orange);
  border-radius: 6px;
  color: #fff;
  padding: 9px 13px;
}

.material-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: left;
}

.material-card {
  background: #fff;
  border: 1px solid #eef0f2;
  border-radius: 4px;
  padding: 18px;
}

.material-card h3 {
  font-size: 16px;
  margin: 0 0 10px;
}

.material-card p {
  color: #475467;
  line-height: 1.7;
  margin: 0;
}

.sim-shell {
  display: grid;
  grid-template-columns: minmax(0, 690px) 300px;
  gap: 112px;
  justify-content: center;
  max-width: 1180px;
}

.sim-shell.account-shell {
  display: flex;
  justify-content: center;
  max-width: none;
  padding-left: 72px;
  padding-right: 72px;
}

.amazon-logo {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 18px;
  text-align: center;
}

.amazon-logo span {
  color: var(--amz-green);
}

.narrow {
  margin: 18px auto 0;
  max-width: 350px;
  width: 100%;
}

.amazon-card,
.form-card,
.notice-card,
.question-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
  padding: 22px;
}

.amazon-card h1,
.form-title {
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 16px;
}

.field {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.field label,
.choice-title {
  font-size: 13px;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  border: 1px solid #8d9096;
  border-radius: 3px;
  min-height: 36px;
  padding: 7px 9px;
  width: 100%;
}

.field textarea {
  min-height: 76px;
  resize: vertical;
}

.field.error input,
.field.error select,
.field.error textarea {
  border-color: var(--danger);
}

.error-text {
  color: var(--danger);
  display: none;
  font-size: 12px;
}

.field.error .error-text,
.business-radio-list.error .error-text,
.confirm-check.error .error-text,
.company-phone-block.error .error-text,
.upload-item.error .error-text,
.choice-list.error .error-text,
.check-line.error .error-text {
  display: block;
}

.company-phone-block.error {
  color: var(--danger);
}

.hint-line {
  color: #475467;
  font-size: 12px;
  line-height: 1.45;
}

.autofill-rule {
  color: #ff5b1a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin: -4px 0 12px;
}

.phone-rule {
  color: #d33f49;
  margin: 6px 0 6px;
}

.phone-error-rule {
  align-items: center;
  color: #d33f49;
  display: flex;
  gap: 6px;
  margin: 0 0 12px;
}

.phone-error-rule span {
  align-items: center;
  background: #d33f49;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  height: 16px;
  justify-content: center;
  width: 16px;
}

.question-rule {
  color: #d33f49;
  margin: 6px 0 8px;
}

.code-row {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.phone-card {
  padding: 18px;
}

.phone-card h1 {
  font-size: 22px;
  font-weight: 700;
}

.phone-card p {
  color: #344054;
  font-size: 13px;
  line-height: 1.5;
}

.phone-card p.autofill-rule {
  color: #d33f49;
}

.phone-row {
  align-items: end;
  display: grid;
  gap: 8px;
  grid-template-columns: 88px minmax(0, 1fr);
}

.phone-row .field {
  margin-bottom: 10px;
}

.phone-row select,
.phone-row input {
  min-height: 32px;
  padding: 5px 7px;
}

.phone-card .yellow-btn.full {
  display: block;
  margin-top: 2px;
  width: 100%;
}

.code-after-send {
  margin-top: 12px;
}

.cancel-link {
  display: block;
  margin: 12px auto 0;
  text-align: center;
}

.link-btn {
  background: none;
  border: 0;
  color: var(--teal);
  padding: 0;
  text-align: left;
}

.welcome-page {
  background:
    radial-gradient(260px 90px at 30% 310px, #fff 0 98%, transparent 100%),
    linear-gradient(178deg, #eaf7ff 0 255px, #fff 256px);
  min-height: calc(100vh - 58px);
  overflow: hidden;
  padding: 36px 24px 90px;
  position: relative;
}

.welcome-page::after {
  background: #fff;
  border-radius: 50% 50% 0 0;
  content: "";
  height: 120px;
  left: -5%;
  position: absolute;
  right: -5%;
  top: 235px;
  transform: rotate(-2deg);
}

.welcome-inner {
  margin: 0 auto;
  max-width: 980px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.registered-email {
  color: #344054;
  font-size: 13px;
  font-weight: 700;
  margin-top: 2px;
}

.registered-email strong {
  color: #007185;
}

.welcome-title {
  color: #111827;
  font-size: 34px;
  line-height: 1.2;
  margin: 8px 0 48px;
}

.welcome-card {
  background: #fff;
  border: 1px solid #d5d9d9;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.2);
  margin: 0 auto;
  padding: 30px 42px 26px;
  position: relative;
  text-align: left;
  width: 430px;
}

.welcome-step {
  display: grid;
  gap: 16px;
  grid-template-columns: 34px minmax(0, 1fr);
  margin-bottom: 24px;
}

.welcome-num {
  align-items: center;
  background: #dbeafe;
  border-radius: 9px;
  color: #2563eb;
  display: flex;
  font-size: 20px;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.welcome-step h3 {
  color: #111827;
  font-size: 17px;
  line-height: 1.35;
  margin: 0 0 5px;
}

.welcome-step p {
  color: #667085;
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.welcome-start {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin: 2px 0 18px;
  min-height: 32px;
  padding: 6px 18px;
  width: 100%;
}

.market-note {
  align-items: flex-start;
  border-top: 1px solid #e5e7eb;
  color: #475467;
  display: flex;
  gap: 8px;
  padding-top: 14px;
}

.market-note p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.market-note .link-btn {
  display: inline;
  font-size: 12px;
  margin-left: 4px;
}

.us-badge {
  background: #eef4ff;
  border: 1px solid #b2ccff;
  border-radius: 2px;
  color: #175cd3;
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  padding: 3px 4px;
}

.welcome-art {
  position: absolute;
  z-index: 0;
}

.screen-art {
  background: #eef2f4;
  border: 4px solid #94a3b8;
  border-radius: 3px;
  height: 72px;
  right: 190px;
  top: 88px;
  width: 88px;
}

.screen-art::before {
  background: #2f3b45;
  border-radius: 9px 9px 3px 3px;
  bottom: -42px;
  content: "";
  height: 48px;
  left: -28px;
  position: absolute;
  width: 16px;
}

.screen-art::after {
  background: #f3c056;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: -26px;
  position: absolute;
  top: 20px;
  width: 12px;
}

.screen-bar {
  background: #162938;
  height: 12px;
  width: 100%;
}

.screen-grid {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
  padding: 8px;
}

.screen-grid span {
  background: #b6d7e8;
  border-radius: 2px;
  height: 16px;
}

.screen-stand {
  background: #94a3b8;
  bottom: -20px;
  height: 18px;
  left: 36px;
  position: absolute;
  width: 12px;
}

.package-art {
  background: #f6d365;
  box-shadow: inset 0 0 0 1px rgba(146, 105, 23, 0.18);
  height: 58px;
  left: 190px;
  top: 246px;
  transform: rotate(-14deg);
  width: 74px;
}

.package-art::before {
  border-bottom: 10px solid transparent;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-top: 16px solid rgba(255, 255, 255, 0.28);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}

.package-art::after {
  border-bottom: 3px solid #2f3b45;
  border-radius: 0 0 40px 40px;
  bottom: 17px;
  content: "";
  height: 12px;
  left: 20px;
  position: absolute;
  width: 32px;
}

.stepper {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin: 0 0 32px;
}

.step {
  align-items: center;
  color: #6b7280;
  display: grid;
  gap: 5px;
  justify-items: center;
  min-width: 92px;
  position: relative;
}

.step::after {
  background: #cfd4dc;
  content: "";
  height: 1px;
  left: 60px;
  position: absolute;
  top: 14px;
  width: 64px;
}

.step:last-child::after {
  display: none;
}

.step-dot {
  align-items: center;
  background: #fff;
  border: 1px solid #cfd4dc;
  border-radius: 50%;
  display: flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.step.done .step-dot,
.step.active .step-dot {
  background: #003c46;
  border-color: #003c46;
  color: #fff;
}

.step span {
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
}

.form-page {
  max-width: 690px;
}

.tax-page {
  color: #111827;
  margin: 0 auto;
  max-width: 850px;
  min-height: calc(100vh - 120px);
  padding: 26px 20px 78px;
  position: relative;
}

.tax-header-row {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 58px;
}

.tax-header-row h1 {
  font-size: 26px;
  line-height: 1.2;
  margin: 0;
}

.tax-language {
  display: grid;
  font-size: 12px;
  font-weight: 700;
  gap: 4px;
  width: 380px;
}

.tax-language select {
  border: 1px solid #bfc6cf;
  border-radius: 3px;
  font-size: 13px;
  height: 28px;
  padding: 2px 8px;
}

.tax-section h2,
.tax-collapsed-section {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 30px;
}

.tax-question {
  border-top: 1px solid #e4e7ec;
  margin-bottom: 34px;
  min-height: 118px;
  padding-top: 22px;
  position: relative;
}

.tax-question h3 {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 14px;
}

.tax-select-question {
  min-height: 88px;
}

.tax-select-question label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 10px;
}

.tax-select-question select,
.tax-field select,
.tax-field input {
  border: 1px solid #bfc6cf;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 13px;
  height: 30px;
  padding: 4px 8px;
  width: 100%;
}

.tax-info-dot {
  align-items: center;
  background: #fff;
  border: 1px solid #9bc7da;
  border-radius: 999px;
  color: #4e95aa;
  display: flex;
  font-size: 11px;
  height: 16px;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 16px;
  width: 16px;
}

.tax-info-dot.inline {
  position: static;
  float: right;
}

.tax-choice-row {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.tax-choice input {
  position: absolute;
  opacity: 0;
}

.tax-choice span {
  align-items: center;
  background: #fff;
  border: 1px solid #d0d5dd;
  color: #344054;
  display: flex;
  font-size: 13px;
  height: 30px;
  justify-content: center;
  min-width: 74px;
  padding: 0 20px;
}

.tax-choice input:checked + span {
  border-color: #7f8c8d;
  box-shadow: inset 0 0 0 1px #7f8c8d;
  font-weight: 700;
}

.tax-red-rule {
  color: #d33f49;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 22px;
}

.tax-helper {
  color: #344054;
  font-size: 13px;
  margin: 24px 0 0;
}

.tax-collapsed-section {
  margin: 0 0 24px;
}

.tax-identity-card,
.tax-sign-card {
  border: 1px solid #e4e7ec;
  margin: 0 0 28px;
  padding: 0;
}

.tax-identity-card h2,
.tax-sign-card h2 {
  border-bottom: 1px solid #e4e7ec;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  padding: 24px 0 18px;
}

.tax-identity-grid {
  display: grid;
  gap: 18px 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 28px 18px 24px;
}

.tax-field {
  display: block;
  font-size: 13px;
  font-weight: 700;
}

.tax-field span {
  display: block;
  margin-bottom: 8px;
}

.tax-field em {
  color: #667085;
  font-style: normal;
  font-weight: 400;
}

.tax-field.full {
  display: block;
  margin: 18px 18px 10px;
}

.tax-address-divider {
  align-items: center;
  color: #667085;
  display: flex;
  font-size: 12px;
  gap: 12px;
  justify-content: center;
}

.tax-address-divider::before,
.tax-address-divider::after {
  background: #e4e7ec;
  content: "";
  flex: 1;
  height: 1px;
}

.tax-address-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 18px 18px 28px;
}

.tax-address-block {
  color: #111827;
  font-size: 13px;
}

.tax-address-block strong {
  display: block;
  margin-bottom: 8px;
}

.tax-address-block p {
  line-height: 1.55;
  margin: 0 0 12px;
}

.tax-mailing span {
  display: flex;
  gap: 6px;
}

.tax-small-btn {
  background: linear-gradient(#f7f7f7, #e5e7eb);
  border: 1px solid #bfc6cf;
  border-radius: 2px;
  color: #111827;
  min-width: 74px;
  padding: 6px 14px;
}

.tax-center-actions {
  border-top: 1px solid #e4e7ec;
  padding: 18px;
  text-align: center;
}

.tax-yellow-btn {
  background: linear-gradient(#f7dc88, #e8be46);
  border: 1px solid #b68a18;
  border-radius: 2px;
  color: #111827;
  font-size: 13px;
  min-width: 74px;
  padding: 7px 22px;
}

.tax-yellow-btn:disabled {
  background: #e5e7eb;
  border-color: #d0d5dd;
  color: #98a2b3;
}

.tax-check-line {
  align-items: flex-start;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  margin: 24px 18px 6px;
}

.tax-muted {
  color: #344054;
  font-size: 12px;
  line-height: 1.6;
  margin: 8px 18px;
}

.tax-cert-box {
  background: #f5f6f7;
  border: 1px solid #e4e7ec;
  color: #344054;
  font-size: 12px;
  line-height: 1.7;
  margin: 24px 18px;
  padding: 18px;
}

.tax-cert-box ol {
  margin: 12px 0 0 18px;
  padding: 0;
}

.tax-field small {
  color: #667085;
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 8px;
}

.tax-footer {
  bottom: 18px;
  color: #98a2b3;
  display: grid;
  font-size: 12px;
  gap: 4px;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}

.tax-footer a {
  color: #3182a0;
  font-weight: 700;
  text-decoration: none;
}

.tax-preview-page {
  margin: 0 auto;
  max-width: 640px;
  padding: 24px 20px 84px;
  position: relative;
}

.tax-preview-header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.tax-preview-header h1 {
  font-size: 20px;
  margin: 0;
}

.tax-preview-header .tax-language {
  width: 260px;
}

.w8-form {
  background: #f7f7f7;
  border: 2px solid #333;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  line-height: 1.35;
  margin: 0 auto;
  padding: 0;
}

.w8-reference {
  border-bottom: 1px solid #333;
  font-size: 8px;
  padding: 4px 6px;
  text-align: center;
}

.w8-title-row {
  border-bottom: 2px solid #333;
  display: grid;
  grid-template-columns: 92px 1fr;
  min-height: 72px;
}

.w8-title-row strong {
  align-items: center;
  border-right: 1px solid #333;
  display: flex;
  justify-content: center;
}

.w8-title-row div {
  padding: 8px;
  text-align: center;
}

.w8-title-row h2 {
  font-size: 14px;
  line-height: 1.25;
  margin: 0 0 6px;
}

.w8-table {
  border-collapse: collapse;
  width: 100%;
}

.w8-table th,
.w8-table td {
  border: 1px solid #333;
  padding: 5px 7px;
  text-align: left;
  vertical-align: top;
}

.w8-form h3 {
  background: #222;
  color: #fff;
  font-size: 10px;
  margin: 0;
  padding: 4px 6px;
}

.w8-line {
  border-bottom: 1px solid #333;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 34px;
  padding: 5px 7px;
}

.w8-line span {
  font-size: 10px;
  margin-top: 4px;
}

.w8-owner-grid {
  border-bottom: 1px solid #333;
  display: grid;
  gap: 4px 10px;
  grid-template-columns: repeat(3, 1fr);
  padding: 6px 7px;
}

.w8-owner-grid b {
  grid-column: 1 / -1;
}

.w8-form p,
.w8-form ul {
  margin: 0;
  padding: 7px;
}

.w8-form ul {
  padding-left: 22px;
}

.w8-sign-grid {
  border-top: 1px solid #333;
  display: grid;
  grid-template-columns: 95px 1fr;
}

.w8-sign-grid > * {
  border-bottom: 1px solid #333;
  padding: 5px 7px;
}

.w8-capacity {
  display: block;
  padding: 8px 7px;
}

.tax-preview-note {
  color: #344054;
  font-size: 12px;
  margin: 16px 0;
}

.tax-preview-actions {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.tax-gray-btn {
  background: linear-gradient(#f7f7f7, #e5e7eb);
  border: 1px solid #bfc6cf;
  border-radius: 2px;
  color: #111827;
  font-size: 13px;
  padding: 7px 22px;
}

.tax-result-page {
  margin: 0 auto;
  max-width: 950px;
  padding: 24px 20px 84px;
  position: relative;
}

.tax-result-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.tax-verified-box {
  align-items: flex-start;
  border: 2px solid #a9d8a4;
  display: flex;
  gap: 18px;
  min-height: 86px;
  padding: 22px 24px;
}

.tax-verified-icon {
  color: #3f9b42;
  font-size: 28px;
  line-height: 1;
}

.tax-verified-box h2 {
  color: #3f9b42;
  font-size: 18px;
  margin: 0 0 8px;
}

.tax-verified-box p {
  color: #344054;
  font-size: 13px;
  margin: 0 0 18px;
}

.tax-center-actions.no-border {
  border-top: 0;
  padding-top: 28px;
}

.tax-exit-btn {
  min-width: 230px;
}

.tax-print-pane {
  align-self: start;
}

.tax-print-btn {
  background: #e5e7eb;
  border: 1px solid #9aa4b2;
  color: #344054;
  display: block;
  font-size: 12px;
  padding: 4px 8px;
  text-align: left;
  width: 100%;
}

.w8-form.compact {
  font-size: 7px;
  transform-origin: top center;
}

.w8-form.compact .w8-title-row h2 {
  font-size: 11px;
}

.question-flow {
  max-width: 690px;
}

.question-flow .form-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 18px;
}

.question-flow .question-card {
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
  margin-bottom: 12px;
  min-height: 64px;
  padding: 20px 22px;
}

.question-flow .question-card h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px;
}

.active-question {
  border-color: #33859b;
  box-shadow: 0 0 0 1px #33859b;
}

.muted-question {
  color: #667085;
}

.question-help {
  color: #475467;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 12px;
}

.country-search {
  max-width: 300px;
}

.country-search input {
  min-height: 28px;
  padding: 5px 8px;
}

.question-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

.question-actions .teal-btn {
  font-size: 12px;
  font-weight: 700;
  min-height: 30px;
  padding: 6px 18px;
}

.complete-question {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.complete-question h3 {
  margin-bottom: 6px;
}

.done-pill {
  background: #2e7d32;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  margin-left: 8px;
  padding: 2px 8px;
}

.question-summary {
  color: #344054;
  font-size: 12px;
  margin: 0;
}

.outline-mini {
  background: #fff;
  border: 1px solid #33859b;
  border-radius: 2px;
  color: #1f6f83;
  font-size: 12px;
  min-height: 28px;
  padding: 4px 16px;
}

.business-radio-list {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.business-radio {
  align-items: flex-start;
  display: flex;
  gap: 7px;
  line-height: 1.45;
}

.business-radio input {
  margin-top: 3px;
}

.business-radio strong {
  display: block;
  font-size: 13px;
}

.business-radio em {
  color: #475467;
  display: block;
  font-size: 12px;
  font-style: normal;
  max-width: 720px;
}

.requirement-box {
  background: #eaf6ff;
  border-radius: 4px;
  color: #344054;
  margin: 12px 0;
  padding: 18px 22px;
}

.requirement-box h3 {
  color: #111827;
  font-size: 15px;
  margin: 0 0 14px;
}

.requirement-box ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.requirement-box li {
  font-size: 13px;
  line-height: 1.45;
  padding-left: 24px;
  position: relative;
}

.requirement-box li::before {
  color: #0e7490;
  content: "✓";
  font-weight: 800;
  left: 0;
  position: absolute;
}

.terms-block {
  color: #475467;
  font-size: 11px;
  line-height: 1.55;
  margin: 12px 0 18px;
}

.terms-block p {
  margin: 0 0 8px;
}

.terms-block .link-btn {
  display: inline;
  font-size: 11px;
}

.confirm-check {
  align-items: flex-start;
  color: #344054;
  display: grid;
  font-size: 12px;
  gap: 0 8px;
  grid-template-columns: auto 1fr;
  line-height: 1.5;
  margin: 0 0 18px;
}

.confirm-check input {
  margin-top: 3px;
}

.confirm-check .error-text {
  grid-column: 2;
}

.confirm-check .seller-rule {
  grid-column: 2;
  margin: 4px 0 0;
}

.confirm-actions {
  display: flex;
  justify-content: center;
}

.confirm-actions .teal-btn {
  font-size: 12px;
  font-weight: 700;
  min-width: 450px;
  padding: 7px 22px;
}

.form-card {
  margin-bottom: 16px;
}

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

.company-page {
  max-width: 820px;
}

.company-card {
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.15);
  padding: 22px;
}

.company-card > .field {
  margin-bottom: 10px;
}

.company-card > .field input,
.company-card > .field select {
  min-height: 28px;
  padding: 4px 8px;
}

.company-address {
  display: grid;
  gap: 7px;
  margin: 10px 0 14px;
}

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

.company-rule {
  color: #d33f49;
  font-size: 12px;
  grid-column: 1 / -1;
  margin: -3px 0 2px;
}

.bare-field {
  margin-bottom: 0;
}

.bare-field input,
.bare-field select {
  min-height: 28px;
  padding: 4px 8px;
}

.company-phone-block {
  display: grid;
  gap: 8px;
}

.phone-option {
  align-items: center;
  display: flex;
  gap: 7px;
  font-size: 13px;
}

.add-phone-link {
  font-size: 12px;
  width: max-content;
}

.single-action .teal-btn {
  min-width: 430px;
}

.seller-page {
  max-width: 560px;
}

.section-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.collapse-btn {
  background: none;
  border: 0;
  color: #344054;
  font-size: 18px;
}

.seller-card {
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.14);
  margin-bottom: 10px;
  padding: 12px 14px;
}

.seller-card .field {
  margin-bottom: 8px;
}

.seller-card input,
.seller-card select {
  min-height: 26px;
  padding: 3px 7px;
}

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

.compact-grid {
  gap: 8px;
}

.seller-identity-grid {
  align-items: start;
  display: grid;
  gap: 8px 12px;
  grid-template-columns: 1fr 1fr;
}

.seller-half-row {
  width: calc(50% - 6px);
}

.seller-rule {
  color: #d33f49;
  font-size: 12px;
  grid-column: 1 / -1;
  line-height: 1.45;
  margin: -3px 0 4px;
}

.seller-rule-half {
  grid-column: 1 / -1;
}

.seller-rule-inline {
  margin: 0;
}

.seller-rule-phone {
  margin: -3px 0 0;
}

.date-field {
  display: grid;
  gap: 6px;
  margin-bottom: 8px;
}

.date-selects {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.date-field.error select {
  border-color: var(--danger);
}

.seller-address {
  display: grid;
  gap: 7px;
  margin: 10px 0;
}

.address-title {
  display: grid;
  gap: 4px;
}

.address-title .link-btn {
  font-size: 12px;
}

.seller-card .check-line {
  margin-top: 10px;
}

.payment-intro {
  max-width: 560px;
}

.payment-subtitle {
  color: #344054;
  font-size: 13px;
  margin: 0 0 18px;
}

.payment-info-box {
  background: #eef8f8;
  margin-bottom: 18px;
  padding: 22px 26px;
}

.payment-info-box h3 {
  font-size: 14px;
  margin: 0 0 12px;
}

.payment-info-box p {
  color: #344054;
  font-size: 13px;
  line-height: 1.55;
  margin: 0 0 8px;
  padding-left: 24px;
  position: relative;
}

.payment-info-box p::before {
  color: #0e7490;
  content: "✓";
  font-weight: 800;
  left: 0;
  position: absolute;
}

.payment-actions .gray-btn,
.payment-actions .teal-btn {
  min-width: 170px;
}

.bank-page {
  max-width: 560px;
}

.bank-subtitle {
  color: #344054;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 18px;
}

.bank-info-strip {
  background: #eaf3ff;
  border-left: 4px solid #2563eb;
  color: #344054;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 14px;
  padding: 13px 16px;
}

.bank-card {
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.12);
  margin-bottom: 14px;
  padding: 18px;
}

.bank-card .field {
  margin-bottom: 12px;
}

.bank-card .field input,
.bank-card .field select {
  min-height: 28px;
  padding: 4px 8px;
}

.bank-rule {
  color: #d33f49;
  font-size: 12px;
  line-height: 1.45;
  margin: -5px 0 10px;
}

.card-rule {
  color: #d33f49;
  font-size: 12px;
  grid-column: 1 / -1;
  line-height: 1.45;
  margin: -5px 0 10px;
}

.guide-alert-title {
  color: #ef6c3a;
}

.bank-processing-page {
  max-width: 560px;
}

.processing-card {
  align-items: flex-start;
  background: #eef8f8;
  border-top: 1px solid #e4e7ec;
  border-bottom: 1px solid #e4e7ec;
  display: flex;
  gap: 16px;
  margin: 18px 0 22px;
  padding: 22px 26px;
}

.processing-icon {
  align-items: center;
  border: 2px solid #f1c232;
  border-radius: 50%;
  color: #c99805;
  display: inline-flex;
  flex: 0 0 18px;
  font-size: 12px;
  font-weight: 800;
  height: 18px;
  justify-content: center;
  line-height: 1;
  margin-top: 2px;
}

.processing-card h3 {
  font-size: 14px;
  margin: 0 0 8px;
}

.processing-card p {
  color: #344054;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

.card-page {
  max-width: 560px;
}

.subscription-box {
  background: #eef8f8;
  border-top: 1px solid #dfe7e8;
  margin: 12px 0 20px;
  padding: 22px 26px;
}

.subscription-box h3 {
  font-size: 16px;
  margin: 0 0 10px;
}

.subscription-box p {
  color: #344054;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

.card-section {
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.12);
  margin-bottom: 16px;
  padding: 18px;
}

.card-section .field {
  margin-bottom: 12px;
}

.card-section input,
.card-section select {
  min-height: 28px;
  padding: 4px 8px;
}

.card-details-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 240px;
}

.card-details-grid .field:last-child {
  grid-column: 1 / -1;
}

.expiry-row {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}

.section-mini-title {
  font-size: 14px;
  margin: 0 0 12px;
}

.saved-address-option {
  align-items: center;
  display: flex;
  font-size: 12px;
  gap: 8px;
  margin-bottom: 8px;
}

.billing-address-choice {
  margin-bottom: 10px;
}

.address-link {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 14px;
}

.billing-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}

.billing-grid .wide {
  grid-column: 1 / -1;
}

.store-page {
  max-width: 560px;
}

.store-intro {
  color: #344054;
  font-size: 13px;
  line-height: 1.55;
  margin: -4px 0 22px;
  max-width: 520px;
}

.store-card {
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.12);
  margin-bottom: 14px;
  padding: 20px 18px;
}

.store-card .field {
  margin-bottom: 0;
}

.store-name-field label {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.available-tag {
  color: #4b9b66;
  font-size: 12px;
  font-weight: 600;
}

.inline-choice {
  border: 0;
  box-shadow: none;
  margin: 0 0 18px;
  padding: 0;
}

.inline-choice:last-child {
  margin-bottom: 0;
}

.inline-choice .choice-title {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}

.inline-choice label {
  display: inline-flex;
  font-size: 13px;
  gap: 6px;
  margin-right: 24px;
}

.brand-choice .choice-title {
  max-width: 500px;
}

.store-rule {
  color: #d33f49;
  font-size: 12px;
  line-height: 1.45;
  margin: 6px 0 0;
}

.identity-rule {
  color: #d33f49;
  font-size: 12px;
  grid-column: 1 / -1;
  line-height: 1.45;
  margin: 2px 0 0;
}

.face-rule {
  color: #d33f49;
  font-size: 12px;
  line-height: 1.45;
  margin: 8px 0 22px;
}

.two-step-rule {
  color: #d33f49;
  font-size: 12px;
  line-height: 1.45;
  margin: 4px 0 0;
}

.info-dot {
  align-items: center;
  border: 1px solid #98a2b3;
  border-radius: 50%;
  color: #667085;
  display: inline-flex;
  font-size: 10px;
  height: 14px;
  justify-content: center;
  margin-left: 4px;
  width: 14px;
}

.full {
  grid-column: 1 / -1;
}

.actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 18px;
}

.side-faq {
  align-self: start;
  position: sticky;
  top: 86px;
}

.side-faq h3 {
  margin: 0 0 12px;
}

.faq-item {
  border-top: 1px solid #e4e7ec;
  padding: 12px 0;
}

.faq-q {
  align-items: center;
  background: none;
  border: 0;
  display: flex;
  justify-content: space-between;
  padding: 0;
  text-align: left;
  width: 100%;
}

.faq-item.open .faq-q {
  border: 1px solid #33859b;
  padding: 3px 5px;
}

.faq-a {
  color: #667085;
  display: none;
  font-size: 13px;
  line-height: 1.6;
  margin: 8px 0 0;
}

.faq-item.open .faq-a {
  display: block;
}

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

.choice-list label,
.check-line {
  align-items: center;
  display: flex;
  gap: 8px;
}

.warning-box,
.info-box {
  background: #eef6f7;
  border-left: 4px solid var(--teal);
  line-height: 1.7;
  margin: 16px 0;
  padding: 14px 16px;
}

.warning-box {
  background: #fff7ed;
  border-color: #f59e0b;
}

.two-step-launch {
  background: #f4f8f9;
  margin: 0 calc(50% - 50vw);
  min-height: 170px;
  padding: 36px 100px 28px;
}

.two-step-launch h1 {
  font-size: 24px;
  margin: 0 0 22px;
}

.two-step-strip {
  align-items: center;
  color: #344054;
  display: flex;
  font-size: 13px;
  gap: 18px;
  margin-bottom: 18px;
}

.help-btn {
  background: #fff;
  border: 0;
  color: #344054;
  font-weight: 700;
  padding: 10px 18px;
}

.two-step-start {
  min-width: 116px;
}

.two-step-card {
  background: #fff;
  border: 1px solid #d8dee6;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(15, 23, 42, 0.14);
  margin: 72px auto 0;
  padding: 26px 22px 20px;
  width: min(560px, calc(100vw - 48px));
}

.two-step-card .step-count {
  color: #667085;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 4px;
}

.two-step-card h1 {
  font-size: 24px;
  margin: 0 0 14px;
}

.two-step-method {
  border: 1px solid #e4e7ec;
  padding: 18px 18px 0;
}

.two-step-method + .two-step-method {
  background: #f3f4f6;
  border-top: 0;
  padding-bottom: 18px;
}

.method-heading {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.method-heading strong {
  font-size: 15px;
}

.method-heading span {
  color: #344054;
  font-size: 13px;
}

.two-step-method p {
  color: #344054;
  font-size: 13px;
  line-height: 1.5;
}

.two-step-field-group {
  margin: 16px 0;
}

.two-step-field-group > label,
.two-step-code-method .choice-title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

.two-step-phone-row {
  display: grid;
  gap: 8px;
  grid-template-columns: 110px 1fr;
}

.two-step-phone-row select,
.two-step-phone-row input {
  border: 1px solid #c7cdd5;
  border-radius: 3px;
  height: 32px;
  padding: 4px 8px;
}

.two-step-code-method {
  display: grid;
  gap: 8px;
  margin: 10px 0 14px;
}

.two-step-code-method label {
  align-items: center;
  display: flex;
  font-size: 13px;
  gap: 8px;
}

.disabled-option {
  color: #667085;
  cursor: default;
}

.two-step-continue {
  width: 100%;
}

.sms-note {
  color: #667085 !important;
  font-size: 12px !important;
  margin: 10px 0 0 !important;
}

.two-step-code-page {
  min-height: 570px;
  position: relative;
}

.phone-summary {
  color: #111827 !important;
  font-weight: 700;
  margin: 0 0 14px !important;
}

.inline-link {
  margin-left: 6px;
  padding: 0;
}

.two-step-code-input {
  margin: 16px 0 14px;
}

.two-step-code-input label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

.two-step-code-input input {
  border: 1px solid #c7cdd5;
  border-radius: 3px;
  height: 32px;
  padding: 4px 8px;
  width: 100%;
}

.resend-code-link {
  display: block;
  margin: 14px auto 0;
}

.sms-popover {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.14);
  color: #111827;
  display: grid;
  font-size: 12px;
  gap: 8px;
  justify-items: center;
  padding: 18px 18px 16px;
  position: absolute;
  right: max(24px, calc(50vw - 690px));
  text-align: center;
  top: 28px;
  width: 190px;
}

.sms-popover strong {
  color: #0f172a;
  font-size: 14px;
}

.sms-popover span {
  color: #344054;
}

.sms-close {
  background: transparent;
  border: 0;
  color: #98a2b3;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right: 8px;
  top: 8px;
}

.sms-icon {
  align-items: center;
  background: #eef4ff;
  border-radius: 999px;
  color: #334dba;
  display: flex;
  font-size: 26px;
  height: 54px;
  justify-content: center;
  margin-bottom: 4px;
  width: 54px;
}

.navy-btn {
  background: #07085d;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  height: 28px;
  width: 128px;
}

.two-step-finish-card {
  background: #fff;
  border: 1px solid #d8dee6;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(15, 23, 42, 0.14);
  margin: 24px auto 48px;
  padding: 28px 36px 34px;
  width: min(680px, calc(100vw - 48px));
}

.two-step-finish-card .step-count {
  color: #667085;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 8px;
}

.two-step-finish-card h1 {
  font-size: 28px;
  margin: 0 0 10px;
}

.finish-lead {
  color: #344054;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 16px;
}

.legacy-login-section h3,
.skip-otp-section h3 {
  font-size: 17px;
  margin: 16px 0 8px;
}

.legacy-login-section p,
.skip-otp-section p {
  color: #344054;
  font-size: 13px;
  line-height: 1.65;
}

.legacy-steps {
  color: #475467;
  display: grid;
  font-size: 12px;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  line-height: 1.55;
  margin: 18px 0 10px;
}

.legacy-visual {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 92px 1fr;
  margin: 8px auto 28px;
  max-width: 590px;
  position: relative;
}

.legacy-visual::before,
.legacy-visual::after {
  background: #ef4444;
  content: "";
  height: 1px;
  opacity: 0.8;
  position: absolute;
  top: 112px;
  width: 115px;
}

.legacy-visual::before {
  left: 190px;
}

.legacy-visual::after {
  right: 190px;
}

.device-card {
  background: #101828;
  border-radius: 13px;
  box-shadow: inset 0 0 0 7px #1f2937;
  color: #111827;
  min-height: 230px;
  padding: 24px 22px;
}

.device-screen {
  background: #f8fafc;
  display: grid;
  gap: 7px;
  min-height: 182px;
  padding: 14px 18px 12px;
}

.device-card strong,
.device-card small,
.fake-input,
.fake-button,
.fake-secondary {
  background: #fff;
  display: block;
  width: 100%;
}

.device-card strong {
  color: #111827;
  font-size: 13px;
  padding: 5px 0 2px;
  text-align: center;
}

.device-alert {
  border: 1px solid #fca5a5;
  color: #d92d20;
  font-size: 9px;
  line-height: 1.25;
  padding: 5px 6px;
}

.device-card small {
  color: #475467;
  padding: 5px 10px;
}

.fake-input {
  border: 1px solid #d0d5dd;
  font-size: 10px;
  height: 20px;
  padding: 4px 6px;
}

.fake-input b {
  color: #d92d20;
}

.fake-button {
  background: var(--amazon-yellow);
  height: 18px;
  color: #7a4b00;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}

.fake-secondary {
  background: #e5e7eb;
  color: #98a2b3;
  font-size: 9px;
  line-height: 17px;
  text-align: center;
}

.phone-device {
  align-items: center;
  background: #111827;
  border-radius: 16px;
  box-shadow: inset 0 0 0 7px #344054;
  color: #d92d20;
  display: flex;
  height: 174px;
  justify-content: center;
  margin-bottom: 0;
  padding: 20px 10px;
}

.phone-screen {
  align-items: center;
  background: #fff;
  border: 1px solid #98a2b3;
  display: flex;
  font-size: 10px;
  min-height: 54px;
  padding: 6px;
}

.phone-device b {
  color: #d92d20;
  margin-right: 3px;
}

.browser-skip-check {
  align-items: center;
  display: flex;
  font-size: 13px;
  gap: 8px;
  margin: 10px 0 8px;
}

.browser-skip-check input {
  height: 16px;
  width: 16px;
}

.finish-enable-btn {
  margin-top: 4px;
}

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

.upload-item {
  align-items: center;
  background: #f9fafb;
  border: 1px dashed #98a2b3;
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 54px;
  padding: 12px;
}

.face-verification-page {
  max-width: 620px;
}

.face-intro {
  color: #344054;
  font-size: 13px;
  margin: 0 0 18px;
}

.verification-choice-list {
  border: 1px solid #d0d5dd;
  display: grid;
  margin: 0 0 28px;
}

.verification-choice {
  align-items: flex-start;
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr;
  margin: 0;
  padding: 14px 16px;
}

.verification-choice + .verification-choice {
  border-top: 1px solid #d0d5dd;
}

.verification-choice input {
  margin-top: 3px;
}

.verification-choice strong {
  color: #1f2937;
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.verification-choice small {
  color: #344054;
  display: block;
  font-size: 12px;
  line-height: 1.55;
}

.verification-choice.disabled {
  background: #fafafa;
  color: #98a2b3;
  cursor: not-allowed;
}

.verification-choice.disabled strong,
.verification-choice.disabled small {
  color: #667085;
}

.verification-choice-list.error {
  border-color: #d92d20;
}

.verification-choice-list .error-text {
  padding: 0 16px 12px;
}

.face-consent-page {
  max-width: 760px;
}

.face-consent-page p {
  color: #1f2937;
  font-size: 13px;
  line-height: 1.8;
  margin: 0 0 16px;
}

.face-consent-check {
  align-items: flex-start;
  display: grid;
  gap: 0 10px;
  grid-template-columns: auto 1fr;
  margin: 12px 0 18px;
}

.face-consent-check input {
  margin-top: 4px;
}

.face-consent-check .error-text {
  grid-column: 2;
}

.face-more a,
.manual-verify a {
  color: var(--teal);
  text-decoration: none;
}

.face-consent-page .single-action {
  margin: 30px 0 72px;
}

.face-consent-page .single-action .teal-btn {
  min-width: 240px;
}

.manual-verify {
  color: #111827;
}

.persona-overlay-page {
  align-items: center;
  background: rgba(0, 0, 0, 0.68);
  display: flex;
  justify-content: center;
  margin: -48px calc(50% - 50vw) -60px;
  min-height: calc(100vh - 74px);
  padding: 80px 20px;
}

.persona-card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  position: relative;
  width: min(360px, calc(100vw - 40px));
}

.persona-body {
  padding: 50px 22px 20px;
}

.persona-body h1 {
  font-size: 22px;
  margin: 0 0 14px;
}

.persona-body p {
  color: #1f2937;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}

.persona-illustration {
  height: 132px;
  margin: 20px auto 18px;
  position: relative;
  width: 220px;
}

.persona-illustration::after {
  background: #79b7b8;
  border-radius: 50%;
  bottom: 16px;
  content: "";
  height: 36px;
  left: 34px;
  position: absolute;
  width: 152px;
  z-index: 0;
}

.persona-doc,
.persona-id {
  background: #fff;
  border: 4px solid #32256f;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
}

.doc-left {
  height: 58px;
  left: 30px;
  top: 18px;
  transform: rotate(-8deg);
  width: 68px;
}

.doc-right {
  height: 72px;
  right: 42px;
  top: 16px;
  transform: rotate(10deg);
  width: 58px;
}

.persona-id {
  bottom: 18px;
  height: 50px;
  left: 68px;
  width: 96px;
}

.doc-left span {
  background: #5dc0c3;
  height: 16px;
  left: 12px;
  position: absolute;
  top: 18px;
  width: 28px;
}

.doc-left i,
.doc-right i,
.persona-id i {
  background: #32256f;
  box-shadow: 0 10px 0 #32256f;
  display: block;
  height: 4px;
  position: absolute;
  right: 10px;
  top: 18px;
  width: 18px;
}

.doc-right b {
  border: 4px solid #32256f;
  border-radius: 50%;
  height: 24px;
  left: 14px;
  position: absolute;
  top: 18px;
  width: 24px;
}

.persona-id span {
  border: 4px solid #32256f;
  border-radius: 50%;
  height: 20px;
  left: 14px;
  position: absolute;
  top: 10px;
  width: 20px;
}

.persona-id em {
  border: 4px solid #32256f;
  border-radius: 18px 18px 0 0;
  border-bottom: 0;
  bottom: 8px;
  height: 14px;
  left: 10px;
  position: absolute;
  width: 30px;
}

.persona-start-btn {
  font-weight: 700;
  width: 100%;
}

.persona-provider {
  font-size: 13px !important;
  margin-top: 16px !important;
}

.persona-footer {
  align-items: center;
  background: #f4f5f7;
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
}

.persona-language {
  background: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 4px;
  color: #475467;
  padding: 6px 8px;
}

.persona-footer span {
  color: #98a2b3;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.persona-footer strong {
  color: #667085;
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
}

.id-country-card {
  min-height: 526px;
}

.id-country-card .persona-body {
  padding-top: 60px;
}

.persona-close {
  background: none;
  border: 0;
  color: #667085;
  font-size: 26px;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 18px;
}

.persona-back {
  background: none;
  border: 0;
  color: #667085;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 18px;
}

.id-country-copy {
  color: #344054 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  margin: 0 0 18px !important;
}

.id-country-select {
  margin-bottom: 14px;
}

.id-country-select select {
  appearance: auto;
  background: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 4px;
  height: 44px;
  padding: 0 14px;
  width: 100%;
}

.id-type-card {
  min-height: 526px;
}

.id-type-card .persona-body {
  padding-top: 60px;
}

.id-type-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.id-type-option {
  align-items: center;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 4px;
  color: #1f2937;
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr auto;
  min-height: 46px;
  padding: 0 14px 0 12px;
  text-align: left;
  width: 100%;
}

.id-type-option:not(.disabled) {
  cursor: pointer;
}

.id-type-option:not(.disabled):hover {
  border-color: var(--teal);
}

.id-type-option.disabled {
  cursor: default;
}

.id-type-icon {
  align-items: center;
  background: var(--teal);
  border-radius: 50%;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  position: relative;
  width: 24px;
}

.id-type-icon::before {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.passport-icon::before {
  content: "▣";
}

.card-icon::before {
  content: "▤";
}

.id-type-option strong {
  font-size: 13px;
}

.id-type-arrow {
  color: #98a2b3;
  font-size: 24px;
  line-height: 1;
}

.id-type-list .error-text {
  padding-left: 2px;
}

.id-capture-card {
  min-height: 526px;
}

.id-capture-card .persona-body {
  padding-top: 60px;
}

.id-capture-visual {
  align-items: center;
  background: #e5f2f4;
  border-radius: 6px;
  display: flex;
  height: 144px;
  justify-content: center;
  margin: 18px 0;
}

.id-capture-visual .persona-id {
  bottom: auto;
  left: auto;
  position: relative;
  transform: scale(1.05);
}

.camera-btn {
  font-size: 0;
}

.camera-btn::before {
  content: "▣";
  font-size: 22px;
  line-height: 1;
}

.camera-capture-page {
  align-items: center;
  background: #000;
  display: flex;
  justify-content: center;
  margin: -48px calc(50% - 50vw) -60px;
  min-height: calc(100vh - 74px);
  padding: 76px 20px;
}

.camera-device {
  background: #202020;
  border-radius: 0 0 14px 14px;
  color: #fff;
  overflow: hidden;
  width: 304px;
}

.camera-topbar {
  align-items: center;
  background: #111;
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  height: 44px;
  text-align: center;
}

.camera-topbar strong {
  font-size: 14px;
}

.camera-icon-button {
  background: transparent;
  border: 0;
  color: #d0d5dd;
  font-size: 28px;
  height: 44px;
  line-height: 1;
}

.camera-instruction {
  background: #171717;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  padding: 10px 14px;
  text-align: center;
}

.camera-preview {
  background: #242424;
  height: 354px;
}

.camera-target-label {
  background: #121212;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
}

.camera-actions {
  background: #191919;
  padding: 16px 30px 22px;
}

.camera-shutter {
  background: #fff;
  border: 0;
  border-radius: 999px;
  color: #111;
  font-weight: 700;
  height: 42px;
  width: 100%;
}

.id-processing-card,
.business-license-card,
.face-capture-card {
  min-height: 526px;
}

.id-processing-card .persona-body,
.business-license-card .persona-body,
.face-capture-card .persona-body {
  padding-top: 58px;
}

.id-processing-card .persona-body p {
  max-width: 290px;
}

.id-processing-visual {
  height: 180px;
  margin: 58px auto 0;
  position: relative;
  width: 210px;
}

.id-processing-visual .persona-id {
  bottom: auto;
  left: 42px;
  position: absolute;
  top: 22px;
  transform: scale(1.28);
}

.processing-scan {
  background: rgba(56, 139, 158, 0.78);
  border: 4px solid #17313a;
  border-radius: 22px;
  height: 36px;
  left: 18px;
  position: absolute;
  top: 76px;
  width: 172px;
}

.business-license-visual {
  align-items: center;
  display: flex;
  height: 190px;
  justify-content: center;
  margin: 20px 0;
}

.business-license-paper {
  background: #fffdfa;
  border: 3px solid #b6a06c;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.12);
  height: 98px;
  padding: 14px 18px;
  position: relative;
  width: 160px;
}

.business-license-paper::before {
  border: 2px solid #d4c38c;
  content: "";
  inset: 6px;
  position: absolute;
}

.business-license-paper strong {
  color: #b27122;
  display: block;
  font-size: 17px;
  letter-spacing: 0.1em;
  margin: 0 0 12px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.business-license-paper span {
  background: #b9c0c9;
  display: block;
  height: 4px;
  margin: 8px 0;
  position: relative;
  width: 72px;
  z-index: 1;
}

.business-license-paper span + span {
  width: 102px;
}

.business-license-paper i {
  border: 4px solid #d55245;
  border-radius: 50%;
  bottom: 18px;
  height: 28px;
  position: absolute;
  right: 18px;
  width: 28px;
  z-index: 1;
}

.face-capture-card .id-country-copy {
  max-width: 290px;
}

.face-capture-visual {
  align-items: center;
  display: flex;
  height: 170px;
  justify-content: center;
  margin: 36px 0 26px;
}

.mugshot-face {
  height: 98px;
  position: relative;
  width: 98px;
}

.mugshot-face::before {
  background: #78b5bd;
  border: 4px solid #19333b;
  border-radius: 45% 45% 50% 50%;
  content: "";
  height: 54px;
  left: 22px;
  position: absolute;
  top: 10px;
  width: 50px;
}

.mugshot-face span {
  background: #f7f4ec;
  border: 4px solid #19333b;
  border-radius: 45% 45% 48% 48%;
  height: 48px;
  left: 28px;
  position: absolute;
  top: 22px;
  width: 38px;
  z-index: 1;
}

.mugshot-face span::before,
.mugshot-face span::after {
  background: #19333b;
  border-radius: 50%;
  content: "";
  height: 4px;
  position: absolute;
  top: 21px;
  width: 4px;
}

.mugshot-face span::before {
  left: 9px;
}

.mugshot-face span::after {
  right: 9px;
}

.mugshot-face em {
  background: #19333b;
  bottom: 18px;
  display: block;
  height: 3px;
  left: 38px;
  position: absolute;
  width: 18px;
  z-index: 2;
}

.mugshot-face i {
  border-top: 8px solid #78b5bd;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
  bottom: 10px;
  height: 0;
  left: 13px;
  position: absolute;
  width: 0;
}

.face-turn-card {
  min-height: 526px;
}

.face-turn-card .persona-body {
  padding-top: 70px;
}

.face-turn-card .persona-body h1 {
  font-size: 18px;
  margin-bottom: 60px;
  text-align: center;
}

.face-turn-visual {
  align-items: center;
  border: 5px solid var(--teal);
  border-radius: 50%;
  display: flex;
  height: 188px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 188px;
}

.face-turn-visual .turn-arrow {
  color: #17313a;
  font-size: 36px;
  font-weight: 700;
  left: 36px;
  line-height: 1;
  position: absolute;
  top: 74px;
}

.face-turn-visual.right .turn-arrow {
  left: auto;
  right: 36px;
}

.face-turn-visual .turn-face {
  transform: scale(0.9) translateX(24px);
}

.face-turn-visual.right .turn-face {
  transform: scale(0.9) translateX(-24px) scaleX(-1);
}

.face-complete-card {
  min-height: 526px;
}

.face-complete-card .persona-body {
  padding-top: 28px;
}

.face-complete-card .persona-body h1 {
  font-size: 25px;
  line-height: 1.15;
  margin-bottom: 18px;
}

.face-complete-card .persona-body p {
  color: #344054;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0 0 14px;
}

.face-complete-card .persona-body a {
  color: var(--teal);
  text-decoration: none;
}

.complete-check {
  align-items: center;
  background: #96d2a5;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 58px;
  font-weight: 700;
  height: 86px;
  justify-content: center;
  line-height: 1;
  margin: 50px auto 24px;
  width: 86px;
}

.identity-page {
  max-width: 980px;
}

.verify-table {
  margin-bottom: 18px;
}

.verify-table h2 {
  font-size: 22px;
  margin: 0 0 8px;
}

.verify-row {
  border: 1px solid #e4e7ec;
  border-bottom: 0;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  min-height: 42px;
}

.verify-row:last-child {
  border-bottom: 1px solid #e4e7ec;
}

.verify-label {
  background: #e7f0f1;
  color: #1f2937;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 18px;
}

.verify-value {
  color: #111827;
  font-size: 13px;
  line-height: 1.55;
  padding: 12px 16px;
}

.verify-value .upload-item {
  background: #f5fbfc;
  border: 0;
  display: grid;
  gap: 8px;
  grid-template-columns: 120px minmax(180px, 1fr);
  margin-bottom: 8px;
  min-height: 48px;
  padding: 8px;
}

.verify-value .upload-item:last-child {
  margin-bottom: 0;
}

.file-input {
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.upload-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: 28px;
}

.upload-selected {
  align-items: center;
  display: grid;
  gap: 8px;
  justify-items: center;
}

.upload-change {
  min-width: 220px;
  padding: 8px 16px;
}

.file-name {
  align-self: center;
  color: #344054;
  font-size: 12px;
  text-align: center;
  word-break: break-all;
}

.verify-value .error-text {
  grid-column: 1 / -1;
}

.email-float {
  background: #f4f0ff;
  border: 1px solid #e9d7fe;
  border-radius: 8px;
  margin-top: 18px;
  padding: 14px;
}

.email-float strong {
  display: block;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 8px 0;
}

.mail-notice {
  background: #f4f0ff;
  border: 1px solid #ebe3ff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 7px;
  padding: 16px;
  position: fixed;
  right: 32px;
  text-align: center;
  top: 104px;
  width: 172px;
  z-index: 20;
}

.mail-close {
  background: none;
  border: 0;
  color: #98a2b3;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 6px;
}

.mail-icon {
  font-size: 30px;
  line-height: 1;
}

.mail-notice strong {
  font-size: 13px;
}

.mail-notice span {
  color: #475467;
  font-size: 12px;
  line-height: 1.3;
}

.mail-view {
  background: #16005c;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  min-height: 26px;
}

.mail-code {
  background: #fff;
  border-radius: 5px;
  display: grid;
  gap: 4px;
  margin-top: 4px;
  padding: 8px;
}

.mail-code b {
  color: #101828;
  font-size: 22px;
  letter-spacing: 2px;
}

.dashboard {
  background: #f5f6f7;
  min-height: calc(100vh - 58px);
}

.seller-console-bar {
  align-items: center;
  background: #073942;
  color: #fff;
  display: flex;
  gap: 12px;
  height: 42px;
  padding: 0 12px;
}

.seller-menu {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 18px;
  width: 28px;
}

.seller-market {
  background: #fff;
  border-radius: 2px;
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
}

.seller-search {
  display: grid;
  flex: 1;
  grid-template-columns: 1fr 36px;
  max-width: 970px;
}

.seller-search input,
.seller-search button {
  border: 0;
  height: 30px;
}

.seller-search input {
  background: #246775;
  color: #fff;
  padding: 0 14px;
}

.seller-search input::placeholder {
  color: #e6f1f3;
}

.seller-search button {
  background: #2f7f90;
  color: #fff;
}

.seller-tools {
  align-items: center;
  display: flex;
  gap: 14px;
  font-size: 13px;
  margin-left: auto;
}

.dashboard-content {
  margin: 0 auto;
  max-width: 1180px;
  padding: 14px 18px 42px;
}

.dashboard-title {
  color: #263238;
  font-size: 18px;
  margin: 0 0 10px;
}

.metric-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  margin: 0 0 14px;
}

.metric {
  background: #fff;
  border: 1px solid #d9e0e4;
  border-radius: 0;
  min-height: 54px;
  padding: 9px 10px;
}

.metric span {
  color: #344054;
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.metric strong {
  display: block;
  font-size: 14px;
  margin-top: 8px;
}

.metric:nth-child(5) strong {
  background: #78a943;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 2px 8px;
}

.dash-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 3fr) 290px;
}

.dash-main {
  display: grid;
  gap: 10px;
}

.operation-card,
.recommend-section,
.communication-panel,
.comm-card,
.hidden-communication {
  background: #fff;
  border: 1px solid #d9e0e4;
}

.operation-card header {
  border-bottom: 1px solid #e4e7ec;
  color: #344054;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 12px;
}

.operation-card header span {
  background: #eef2f4;
  border-radius: 999px;
  color: #667085;
  display: inline-block;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  width: 16px;
}

.operation-alert {
  align-items: center;
  background: #fff0f1;
  display: flex;
  justify-content: space-between;
  min-height: 74px;
  padding: 18px 20px;
}

.operation-alert strong,
.operation-alert button {
  color: #d92d20;
  font-weight: 700;
}

.operation-alert p {
  color: #344054;
  font-size: 13px;
  margin: 6px 0 0;
}

.dashboard-tax-rule {
  color: #d92d20;
  font-size: 12px;
  font-weight: 700;
  margin: 6px 12px 10px;
}

.recommend-section {
  padding: 12px;
}

.guide-dashboard-shot {
  background: #fff;
  border: 1px solid #d8dee4;
  margin-top: 14px;
  padding: 8px;
}

.guide-dashboard-top {
  background: #073942;
  height: 12px;
  margin-bottom: 8px;
}

.guide-dashboard-metrics {
  background: linear-gradient(90deg, #fff 0 12%, #eef4f5 12% 13%, #fff 13% 25%, #eef4f5 25% 26%, #fff 26% 38%, #eef4f5 38% 39%, #fff 39% 51%, #eef4f5 51% 52%, #fff 52% 64%, #eef4f5 64% 65%, #fff 65% 77%, #eef4f5 77% 78%, #fff 78% 100%);
  border: 1px solid #e5e7eb;
  height: 24px;
  margin-bottom: 8px;
}

.guide-dashboard-alert {
  background: #fff0f1;
  border: 1px solid #f04438;
  height: 28px;
  margin-bottom: 8px;
}

.guide-dashboard-cards {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

.guide-dashboard-cards span {
  background: linear-gradient(#eef6f7 0 38%, #102a43 38% 76%, #2f7f90 76% 100%);
  border: 1px solid #e5e7eb;
  display: block;
  height: 52px;
}

.recommend-section h2,
.communication-panel h2 {
  color: #344054;
  font-size: 15px;
  margin: 0 0 12px;
}

.recommend-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.recommend-card {
  background: #fff;
  border: 1px solid #d9e0e4;
  border-radius: 0;
  display: grid;
  grid-template-rows: auto 105px auto;
  overflow: hidden;
}

.recommend-body {
  min-height: 86px;
  padding: 14px;
}

.recommend-body h3 {
  color: #344054;
  font-size: 17px;
  margin: 0 0 10px;
}

.recommend-body p {
  color: #344054;
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

.recommend-img {
  background:
    radial-gradient(circle at 22% 45%, rgba(132, 222, 255, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 58% 35%, rgba(132, 222, 255, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 73% 66%, rgba(132, 222, 255, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 38% 70%, rgba(132, 222, 255, 0.75) 0 2px, transparent 3px),
    linear-gradient(140deg, #071827, #0b3450 48%, #092134);
  position: relative;
}

.recommend-img::before,
.recommend-img::after {
  background: rgba(126, 211, 255, 0.45);
  content: "";
  height: 1px;
  left: 18%;
  position: absolute;
  right: 18%;
  top: 52%;
  transform: rotate(18deg);
}

.recommend-img::after {
  top: 62%;
  transform: rotate(-12deg);
}

.recommend-card .teal-btn {
  border-radius: 0;
  height: 34px;
  margin: 0;
}

.hidden-communication {
  color: #344054;
  font-weight: 700;
  height: 34px;
  text-align: left;
  padding: 0 14px;
}

.communication-panel {
  display: grid;
  gap: 8px;
  padding: 10px;
}

.comm-card {
  padding: 14px 16px;
}

.comm-card h3 {
  color: #344054;
  font-size: 17px;
  margin: 0 0 14px;
}

.comm-card article {
  border-bottom: 1px solid #edf0f2;
  display: grid;
  gap: 4px;
  padding: 0 0 12px;
  margin-bottom: 12px;
}

.comm-card article:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.comm-card time {
  color: #98a2b3;
  font-size: 11px;
}

.comm-card strong {
  color: #344054;
  font-size: 12px;
  line-height: 1.45;
}

.comm-card a {
  color: #2f7f90;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.modal-backdrop {
  align-items: center;
  background: rgba(0, 0, 0, 0.58);
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 80;
}

.modal {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
  max-width: 520px;
  padding: 26px;
  position: relative;
  width: calc(100vw - 36px);
}

.modal h2 {
  font-size: 18px;
  margin: 0 0 16px;
  text-align: center;
}

.modal p {
  color: #344054;
  line-height: 1.75;
}

.upload-guide-modal {
  border-radius: 0;
  max-width: 760px;
  padding: 24px 28px 18px;
}

.upload-guide-modal h2 {
  text-align: left;
}

.upload-guide-modal ul {
  color: #1f2937;
  font-size: 12px;
  line-height: 1.65;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.upload-guide-modal .actions {
  justify-content: flex-end;
}

.upload-guide-modal .actions button {
  min-width: 150px;
}

.virtual-materials-backdrop {
  align-items: flex-start;
  background: rgba(15, 23, 42, 0.16);
  justify-content: flex-start;
  padding: 84px 0 24px 96px;
}

.register-guide-backdrop {
  background: transparent;
  pointer-events: none;
}

.register-guide-backdrop .register-guide-panel {
  pointer-events: auto;
}

.virtual-materials-panel {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.18);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  max-height: calc(100vh - 120px);
  overflow: hidden;
  position: relative;
  width: min(520px, calc(100vw - 120px));
}

.register-guide-panel {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.18);
  max-height: calc(100vh - 120px);
  overflow: hidden;
  position: relative;
  width: min(420px, calc(100vw - 120px));
}

.register-guide-head {
  align-items: center;
  border-bottom: 1px solid #eef0f2;
  display: flex;
  min-height: 50px;
  padding: 0 48px 0 20px;
}

.register-guide-head h2 {
  color: #111827;
  font-size: 15px;
  margin: 0;
}

.register-guide-body {
  max-height: calc(100vh - 170px);
  overflow-y: auto;
  padding: 22px 22px 28px;
}

.guide-section {
  margin-bottom: 22px;
}

.guide-section h3 {
  color: #111827;
  font-size: 15px;
  margin: 0 0 10px;
}

.guide-section p {
  color: #344054;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 8px;
}

.guide-highlight {
  color: #ff5b1a !important;
  font-weight: 700;
}

.guide-emphasis {
  color: #ff5b1a;
}

.guide-sample-input {
  border: 1px solid #d0d5dd;
  border-radius: 4px;
  color: #111827;
  font-size: 13px;
  height: 38px;
  padding: 8px 10px;
  width: 100%;
}

.guide-section .guide-sample-input + .guide-sample-input {
  margin-top: 8px;
}

.guide-example-row {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 10px 0;
}

.guide-example-row span {
  border: 1px solid #edf0f2;
  border-radius: 4px;
  color: #344054;
  font-size: 12px;
  padding: 8px 6px;
  text-align: center;
}

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

.guide-grid-two {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guide-list {
  color: #344054;
  font-size: 12px;
  line-height: 1.7;
  margin: 8px 0 0;
  padding-left: 18px;
}

.virtual-materials-head {
  align-items: center;
  border-bottom: 1px solid #eef0f2;
  display: flex;
  min-height: 50px;
  padding: 0 48px 0 18px;
}

.virtual-materials-head nav {
  display: flex;
  gap: 24px;
}

.virtual-materials-head button {
  background: transparent;
  border: 0;
}

.virtual-materials-head nav button {
  color: #475467;
  font-weight: 700;
  height: 50px;
  padding: 0;
  position: relative;
}

.virtual-materials-head nav button.active {
  color: #111827;
}

.virtual-materials-head nav button.active::after {
  background: var(--orange);
  border-radius: 999px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

.virtual-materials-body {
  overflow-y: auto;
  padding: 16px 22px 18px;
}

.virtual-warning {
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 16px;
}

.virtual-section {
  border-bottom: 1px solid #edf0f2;
  padding: 0 0 14px;
  margin-bottom: 14px;
}

.virtual-section h3 {
  color: #1f2937;
  font-size: 16px;
  margin: 0 0 10px;
}

.virtual-section dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.virtual-section dl > div {
  align-items: start;
  display: grid;
  gap: 8px;
  grid-template-columns: 112px 1fr auto;
}

.virtual-section dt {
  color: #667085;
  font-weight: 700;
}

.virtual-section dd {
  color: #1f2937;
  margin: 0;
  word-break: break-all;
}

.virtual-section .link-btn {
  color: var(--teal);
  padding: 0;
}

.virtual-doc-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.virtual-doc-card {
  background: #f8fafc;
  border: 1px solid #e4e7ec;
  border-radius: 6px;
  margin: 0;
  overflow: hidden;
  padding: 10px;
}

.virtual-doc-card.large {
  margin-top: 10px;
}

.virtual-doc-card img {
  background: #fff;
  border-radius: 4px;
  display: block;
  max-height: 360px;
  object-fit: contain;
  width: 100%;
}

.virtual-doc-card figcaption {
  color: #344054;
  font-size: 13px;
  font-weight: 700;
  margin-top: 8px;
  text-align: center;
}

.virtual-materials-foot {
  border-top: 1px solid #eef0f2;
  padding: 10px 22px;
}

.virtual-materials-foot .orange-btn {
  width: 100%;
}

.modal-close {
  background: none;
  border: 0;
  font-size: 20px;
  position: absolute;
  right: 14px;
  top: 10px;
}

.toast {
  background: #111827;
  border-radius: 7px;
  bottom: 24px;
  color: #fff;
  left: 50%;
  opacity: 0;
  padding: 12px 16px;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 16px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 100;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 980px) {
  .topbar {
    gap: 12px;
    padding: 0 14px;
  }

  .nav {
    display: none;
  }

  .layout,
  .sim-shell,
  .hero-card,
  .dash-grid {
    gap: 24px;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .toolrail {
    display: none;
  }

  .content {
    padding: 18px 14px 50px;
  }

  .hero-card {
    padding: 34px 22px;
  }

  .material-grid,
  .metric-grid,
  .recommend-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .side-faq {
    position: static;
  }

  .sms-popover {
    margin: 18px auto 0;
    position: static;
  }

  .legacy-steps,
  .legacy-visual {
    grid-template-columns: 1fr;
  }

  .phone-device {
    margin: 0 auto;
    width: 96px;
  }
}
