﻿@font-face {
  font-family: "WhatsApp Roboto";
  src: url("assets/fonts/whatsapp-roboto-variable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --brand: #25d366;
  --brand-strong: #1ebe5d;
  --ink: #111b21;
  --muted: #54656f;
  --subtle: #667781;
  --line: #d8e0e4;
  --surface: #ffffff;
  --page: #fcf5eb;
  --soft-green: #e7fce9;
  --danger: #d93025;
  --shadow: 0 14px 44px rgba(17, 27, 33, 0.08);
  --safe-left: max(18px, env(safe-area-inset-left));
  --safe-right: max(18px, env(safe-area-inset-right));
}

* { box-sizing: border-box; }

html {
  background: var(--page);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: "WhatsApp Roboto", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

button, input, select { font: inherit; letter-spacing: 0; }
button, select { cursor: pointer; touch-action: manipulation; }
button { color: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 8px;
  z-index: 20;
  padding: 8px 12px;
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-140%);
}
.skip-link:focus { transform: translateY(0); }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 48px;
  color: #25d366;
  text-decoration: none;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}
.brand img { display: block; object-fit: contain; }
.panel-brand {
  display: flex;
  width: max-content;
  margin: 0 auto 30px;
}

.icon-button, .clear-button {
  display: inline-grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
}
.icon-button:hover, .clear-button:hover { background: #eef1f2; }
.icon-button:active, .clear-button:active { background: #e4e9eb; }

.page-shell {
  width: 100%;
  min-height: calc(100vh - 62px);
  min-height: calc(100dvh - 62px);
  padding: max(28px, env(safe-area-inset-top)) var(--safe-right) 24px var(--safe-left);
}

.page-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  direction: ltr;
  width: min(100%, 440px);
  min-height: 48px;
  margin: 0 auto;
}
.language-picker { position: relative; min-width: 0; justify-self: start; }
[dir="rtl"] .language-picker { direction: rtl; }
.toolbar-brand {
  justify-self: end;
  min-height: 44px;
  font-size: 19px;
  font-weight: 600;
  white-space: nowrap;
}
.language-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--ink);
  border-radius: 23px;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
}
.language-button span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.language-button:hover { background: rgba(255, 255, 255, 0.48); }
.language-chevron { transition: transform 160ms ease; }
.language-button[aria-expanded="true"] .language-chevron { transform: rotate(180deg); }
.language-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: auto;
  left: 0;
  z-index: 35;
  display: grid;
  width: min(218px, calc(100vw - 36px));
  max-height: 356px;
  padding: 8px;
  overflow-y: auto;
  border: 1px solid #d8e0e4;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 27, 33, 0.16);
}
.language-menu button { position: relative; min-height: 44px; padding: 0 36px 0 12px; border: 0; border-radius: 6px; background: transparent; font-size: 14px; text-align: left; }
.language-menu button:hover, .language-menu button:focus-visible { background: #f0f2f3; }
.language-menu button[aria-checked="true"] { background: #e7fce9; color: #08783e; font-weight: 500; }
.language-menu button[aria-checked="true"]::after { content: "✓"; position: absolute; right: 12px; color: #008069; font-size: 16px; }
[dir="rtl"] .language-menu button { padding: 0 12px 0 36px; text-align: right; }
[dir="rtl"] .language-menu button[aria-checked="true"]::after { right: auto; left: 12px; }

.login-panel {
  width: min(100%, 440px);
  margin: 0 auto;
  padding: 20px 0 26px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.service-center-title {
  width: 100%;
  margin: 0 auto 16px;
  color: var(--ink);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
  text-align: center;
}
.card-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.brand-lockup { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-lockup img { flex: 0 0 auto; display: block; }
.brand-lockup h1 { margin: 0; font-size: 26px; line-height: 1.1; font-weight: 500; }
.brand-lockup p { margin: 5px 0 0; color: #8a979c; font-size: 14px; }
.security-state { display: inline-flex; align-items: center; gap: 7px; padding-top: 5px; color: #b65d5d; font-size: 13px; text-decoration: underline; white-space: nowrap; }
.security-state i { width: 18px; height: 18px; border-radius: 50%; background: #e4e8ed; box-shadow: inset 0 0 0 2px #d8dfe5; }
.intro { display: block; text-align: center; }
.security-intro { margin-bottom: 16px; }
.security-badge {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  justify-self: stretch;
  margin: 0 0 2px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #008069;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}
.security-badge img { display: block; opacity: 0.86; }
.security-badge span { min-width: 0; white-space: nowrap; }
.security-copy { margin: 38px 0 34px; color: #252e32; font-size: 18px; line-height: 1.65; }
.security-symbol {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  place-items: center;
  border-radius: 50%;
  background: var(--soft-green);
}
.eyebrow {
  margin: 0 0 6px;
  color: #168544;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}
h1, h2, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: 24px; line-height: 1.3; font-weight: 500; }
.security-title { margin-top: 20px; font-size: 18px; line-height: 1.4; font-weight: 500; text-align: left; }
h2 { margin: 0; font-size: 20px; line-height: 1.35; font-weight: 500; }
.lede { width: min(100%, 360px); margin: 0 auto; color: var(--muted); font-size: 15px; line-height: 1.65; }
.verification-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.verification-progress li { position: relative; display: grid; justify-items: center; gap: 6px; color: var(--subtle); }
.verification-progress li:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 13px;
  left: calc(50% + 18px);
  width: calc(100% - 36px);
  height: 1px;
  background: #bdc7cc;
}
.verification-progress span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid #aebac1; border-radius: 50%; background: var(--page); font-size: 12px; font-weight: 700; }
.verification-progress p { margin: 0; font-size: 12px; text-align: center; }
.verification-progress .is-active { color: #08783e; font-weight: 700; }
.verification-progress .is-active span { border-color: var(--brand); background: var(--brand); color: var(--ink); }
.security-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 24px;
  padding: 14px;
  border: 1px solid #b7dfbf;
  border-radius: 8px;
  background: #e9f9ec;
}
.security-notice > img { flex: 0 0 auto; margin-top: 2px; }
.security-notice p { display: grid; gap: 2px; margin: 0; font-size: 13px; }
.security-notice span { color: var(--muted); }

.phone-form { display: grid; gap: 16px; margin-top: 0; }
.field-group { display: grid; gap: 8px; }
.field-group > label { font-size: 13px; font-weight: 500; line-height: 1.4; }
.phone-control {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 54px;
  border: 1.5px solid var(--ink);
  border-radius: 28px;
  background: var(--surface);
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.phone-control:focus-within {
  border-color: #168544;
  box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.16);
}
.phone-control.is-invalid { border-color: var(--danger); box-shadow: 0 0 0 3px rgba(217, 48, 37, 0.10); }
.country-picker { position: relative; }
.country-picker > select { position: fixed; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.country-trigger {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1.5px solid var(--ink);
  border-radius: 28px;
  background: var(--surface);
  text-align: left;
}
.country-trigger:hover { background: #f7f9fa; }
.country-trigger[aria-expanded="true"] { border-color: #00a884; box-shadow: 0 0 0 1px #00a884; }
.country-flag { display: block; width: 24px; height: 16px; object-fit: cover; }
.country-trigger span { min-width: 0; overflow: hidden; font-size: 15px; font-weight: 500; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.country-chevron { justify-self: end; transition: transform 160ms ease; }
.country-trigger[aria-expanded="true"] .country-chevron { transform: rotate(180deg); }
.country-menu {
  position: absolute;
  z-index: 35;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  padding: 12px 8px 8px;
  border: 1px solid #d5d9dc;
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 8px 22px rgba(17, 27, 33, 0.22);
}
.country-search {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  margin: 0 8px 6px;
  padding: 0 14px;
  border: 2px solid #00a884;
  border-radius: 23px;
}
.country-search input { width: 100%; min-width: 0; height: 36px; padding: 0; border: 0; outline: 0; background: transparent; }
.country-search input::-webkit-search-cancel-button { display: none; }
.country-options { max-height: 310px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }
.country-option {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto 22px;
  align-items: center;
  gap: 9px;
  width: 100%;
  min-height: 58px;
  padding: 7px 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  text-align: left;
}
.country-option:hover, .country-option:focus-visible { background: #f5f3f2; }
.country-option[aria-selected="true"] { background: #f5f3f2; }
.country-copy { min-width: 0; }
.country-name, .country-subtitle { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.country-name { color: var(--ink); font-size: 15px; font-weight: 500; line-height: 1.35; }
.country-subtitle { color: var(--subtle); font-size: 13px; line-height: 1.35; }
.country-code { color: var(--subtle); font-size: 13px; white-space: nowrap; }
.country-check { color: #25d366; font-size: 24px; line-height: 1; visibility: hidden; }
.country-option[aria-selected="true"] .country-check { visibility: visible; }
.country-empty { margin: 18px 10px; color: var(--subtle); text-align: center; }
.dial-code { min-width: 58px; padding-left: 16px; font-size: 15px; font-weight: 500; }
.divider { width: 1px; height: 28px; background: var(--line); }
.phone-control input {
  min-width: 0;
  flex: 1;
  height: 52px;
  padding: 0 10px 0 14px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 16px;
  font-weight: 400;
}
.phone-control input::placeholder { color: #8696a0; }
.clear-button { width: 46px; height: 46px; margin-right: 4px; }
.field-hint, .field-error { margin: 0; font-size: 12.5px; line-height: 1.5; }
.field-hint { color: var(--subtle); }
.field-error { min-height: 0; color: var(--danger); }
.field-error:not(:empty) { min-height: 18px; }

.primary-button, .secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 27px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 160ms ease, border-color 160ms ease, opacity 160ms ease;
}
.primary-button { gap: 10px; min-height: 54px; border: 1px solid var(--brand); background: var(--brand); color: #071d10; }
.primary-button:hover { border-color: var(--brand-strong); background: var(--brand-strong); }
.primary-button:active { background: #17ad50; }
.primary-button:disabled { cursor: not-allowed; border-color: #b8c1c5; background: #b8c1c5; color: #f2f4f5; opacity: 1; }
.primary-button[aria-busy="true"] { cursor: progress; border-color: var(--brand); background: var(--brand); color: #071d10; opacity: 0.7; }
.secondary-button { width: 100%; gap: 10px; border: 1px solid var(--ink); background: transparent; }
.secondary-button:hover { background: #eef1f2; }
.secondary-button:active { background: #e4e9eb; }
.security-points { display: grid; gap: 12px; margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(134, 150, 160, 0.28); }
.security-points p { display: flex; align-items: flex-start; gap: 10px; margin: 0; color: #667781; font-size: 14px; line-height: 1.55; }
.security-points img { display: block; flex: 0 0 18px; margin-top: 1px; }
.help-center-entry {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 68px;
  margin-top: 14px;
  padding: 10px 4px;
  border: 0;
  border-top: 1px solid rgba(134, 150, 160, 0.28);
  background: transparent;
  color: var(--ink);
  text-align: left;
  text-decoration: none;
}
.help-center-entry:hover { background: rgba(232, 249, 236, 0.52); }
.help-center-entry:active { background: #e8f9ec; }
.contact-support-entry { margin-top: 14px; }
.help-center-secondary { margin-top: 0; margin-bottom: 24px; }
.help-center-icon { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(0, 128, 105, 0.12); border-radius: 50%; background: #e4f7ec; }
.help-center-icon img, .help-center-arrow { display: block; }
.help-center-copy { display: grid; min-width: 0; gap: 2px; }
.help-center-copy strong { font-size: 15px; font-weight: 500; line-height: 1.35; }
.help-center-copy > span { color: var(--muted); font-size: 13px; line-height: 1.45; }
.help-center-arrow { opacity: 0.64; }
.consent-block { display: grid; gap: 4px; }
.consent-control {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: start;
  gap: 6px;
  min-height: 44px;
  color: #667781;
  font-size: 14px;
  line-height: 1.5;
}
.consent-control input {
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0;
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.consent-control input::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #8696a0;
  border-radius: 50%;
  background: #fff;
}
.consent-control input::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 13px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}
.consent-control input:checked::before { border-color: var(--brand); background: var(--brand); }
.consent-control input:checked::after { opacity: 1; }
.consent-control label { cursor: pointer; }
.consent-copy {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 4px;
  row-gap: 0;
  text-align: left;
}
.consent-copy label, .consent-copy > span { display: inline-flex; min-height: 44px; align-items: center; }
.consent-control button { display: inline-flex; min-height: 44px; align-items: center; padding: 0 2px; border: 0; background: transparent; color: #008069; font-size: inherit; text-decoration: underline; vertical-align: middle; }
.consent-error { min-height: 0; margin: 0 0 0 50px; color: var(--danger); font-size: 12px; line-height: 1.4; text-align: left; }
.consent-error:not(:empty) { min-height: 17px; }

.method-divider { display: flex; align-items: center; gap: 16px; margin: 24px 0; color: var(--subtle); font-size: 13px; }
.method-divider::before, .method-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.secure-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 22px; color: var(--subtle); font-size: 12px; text-align: center; }

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px max(18px, env(safe-area-inset-bottom));
  color: var(--subtle);
  font-size: 12px;
  line-height: 1.4;
}
.footer button { min-width: 44px; min-height: 44px; padding: 0 6px; border: 0; background: transparent; color: inherit; text-decoration: underline; }

button:focus-visible, input:focus-visible, select:focus-visible, a:focus-visible { outline: 3px solid #0067a3; outline-offset: 2px; }

.sheet-backdrop { position: fixed; inset: 0; z-index: 50; background: rgba(11, 20, 26, 0.58); }
.bottom-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  max-height: min(88dvh, 760px);
  padding: 10px var(--safe-right) max(24px, env(safe-area-inset-bottom)) var(--safe-left);
  overflow-y: auto;
  border-radius: 16px 16px 0 0;
  background: var(--surface);
  box-shadow: 0 -16px 44px rgba(17, 27, 33, 0.18);
}
.sheet-handle { width: 44px; height: 4px; margin: 0 auto 14px; border-radius: 2px; background: #c8d1d5; }
.sheet-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.sheet-header .icon-button { flex: 0 0 auto; margin-top: -10px; margin-right: -8px; }
.content-sheet {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  left: max(12px, env(safe-area-inset-left));
  right: max(12px, env(safe-area-inset-right));
  top: 50%;
  bottom: auto;
  height: var(--support-sheet-height, 68vh);
  max-height: calc(100vh - 32px);
  padding: 8px 16px 14px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 18px 56px rgba(17, 27, 33, 0.24);
  transform: translateY(-50%);
}
.content-sheet-header { min-width: 0; padding: 0 0 9px; background: var(--surface); }
.content-sheet-header .eyebrow { margin-bottom: 3px; font-size: 10px; line-height: 1.3; }
.content-sheet-header h2 { font-size: 20px; line-height: 1.25; }
.content-sheet-header .icon-button { width: 42px; height: 42px; margin-top: -6px; }
.legal-content, .help-content {
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}
.legal-content { display: grid; align-content: start; padding-right: 4px; }
.legal-effective-date { margin: 0 0 8px; color: var(--subtle); font-size: 11px; line-height: 1.35; }
.legal-intro { margin: 0; color: #3b4a54; font-size: 13px; line-height: 1.55; }
.legal-regional-note { margin: 12px 0 2px; padding: 9px 0 9px 11px; border-left: 3px solid var(--brand); color: var(--muted); font-size: 12px; line-height: 1.5; }
.legal-section { padding: 13px 0; border-bottom: 1px solid var(--line); }
.legal-section h3 { margin: 0 0 4px; color: var(--ink); font-size: 14px; font-weight: 600; line-height: 1.35; }
.legal-section p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.official-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 47px;
  margin-top: 0;
  padding: 10px 2px 0;
  border: 0;
  border-top: 1px solid var(--line);
  outline: 0;
  background: transparent;
  color: #008069;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  text-align: start;
  text-decoration: none;
  cursor: pointer;
}
.official-link:focus-visible { outline: 2px solid #008069; outline-offset: 2px; }
.official-link img { flex: 0 0 auto; }

@media (max-width: 699px) {
  .help-sheet {
    top: auto;
    bottom: 0;
    border-radius: 14px 14px 0 0;
    transform: none;
  }
}
.help-search {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  margin: 0 0 10px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #f0f2f3;
}
.help-search:focus-within { border-color: #008069; background: #fff; box-shadow: 0 0 0 1px #008069; }
.help-search img { flex: 0 0 auto; opacity: 0.62; }
.help-search input { width: 100%; min-width: 0; height: 40px; padding: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; }
.help-content { padding-right: 4px; }
.help-section-title { margin: 16px 0 7px; color: var(--ink); font-size: 13px; font-weight: 600; line-height: 1.35; }
.help-section-title:first-child { margin-top: 0; }
.help-categories { display: flex; flex-wrap: wrap; gap: 6px; }
.help-categories a { display: inline-flex; align-items: center; min-height: 34px; padding: 5px 9px; border: 1px solid #d7dee2; border-radius: 6px; color: #3b4a54; font-size: 12px; line-height: 1.25; text-decoration: none; }
.help-categories a:hover, .help-categories a:active { border-color: #008069; background: #e8f9ec; color: #006b57; }
.help-topic-list, .help-article-list { display: grid; }
.help-topic-link, .help-article-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
}
.help-link-copy { display: grid; min-width: 0; gap: 3px; }
.help-link-copy strong { color: var(--ink); font-size: 13px; font-weight: 500; line-height: 1.35; }
.help-link-copy > span { color: var(--muted); font-size: 11px; line-height: 1.4; }
.help-topic-link > img, .help-article-link > img { flex: 0 0 auto; opacity: 0.64; }
.help-empty { margin: 36px 0; color: var(--muted); font-size: 14px; line-height: 1.55; text-align: center; }
.steps { display: grid; gap: 12px; margin: 22px 0; padding: 0; list-style: none; }
.steps li { display: flex; align-items: flex-start; gap: 12px; }
.steps li > span { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border-radius: 50%; background: var(--soft-green); color: #0f7137; font-size: 13px; font-weight: 700; }
.steps p { margin: 2px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.qr-placeholder { position: relative; display: grid; width: 200px; height: 200px; margin: 8px auto 0; place-items: center; border: 12px solid white; outline: 1px solid var(--line); background: white; }
.qr-placeholder > img:first-child { width: 100%; height: 100%; image-rendering: pixelated; }
.qr-logo { position: absolute; inset: 0; margin: auto; border: 4px solid white; border-radius: 50%; background: white; }
.qr-caption { margin: 12px 0 0; color: var(--subtle); font-size: 12px; text-align: center; }
.compact-sheet { padding-bottom: max(28px, env(safe-area-inset-bottom)); }
.sheet-copy { margin: 14px 0 22px; color: var(--muted); }
.verification-intro { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.verification-account {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 0 6px;
  padding: 12px;
  border-radius: 8px;
  background: #e8f9ec;
}
.verification-app-icon { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border-radius: 50%; background: #fff; }
.verification-app-icon img { display: block; }
.verification-account div { display: grid; min-width: 0; }
.verification-account span { color: var(--muted); font-size: 12px; line-height: 1.4; }
.verification-account strong { overflow: hidden; font-size: 16px; font-weight: 500; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
#phone, .dial-code, .verification-account strong { direction: ltr; text-align: left; }
.security-steps { gap: 10px; margin: 16px 0; }
.verification-wait {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 14px 0;
  padding: 11px 14px;
  border-radius: 7px;
  background: #f0f2f3;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}
.status-spinner { width: 15px; height: 15px; border: 2px solid #c5d0d4; border-top-color: #008069; border-radius: 50%; animation: status-spin 900ms linear infinite; }
@keyframes status-spin { to { transform: rotate(360deg); } }
body.sheet-open { overflow: hidden; }
[hidden] { display: none !important; }

@media (min-width: 700px) {
  .page-shell { display: grid; min-height: calc(100dvh - 62px); padding: 48px 28px 32px; place-items: center; }
  .login-panel { padding: 28px 0 34px; }
  .bottom-sheet { left: 50%; right: auto; bottom: 32px; width: min(480px, calc(100% - 40px)); padding: 18px 30px 30px; border-radius: 16px; transform: translateX(-50%); }
  .content-sheet {
    top: 50%;
    bottom: auto;
    width: min(560px, calc(100% - 40px));
    height: var(--support-sheet-height, 70vh);
    max-height: calc(100vh - 40px);
    padding: 14px 24px 20px;
    transform: translate(-50%, -50%);
  }
}

@media (max-height: 700px) and (orientation: landscape) {
  .page-shell { padding-top: 20px; }
  .service-center-title { margin-bottom: 16px; }
  .intro { text-align: center; }
  .lede { width: auto; }
  .security-title { margin-top: 16px; }
  .phone-form { clear: both; }
}

@media (max-width: 420px) {
  .page-shell { padding-left: 16px; padding-right: 16px; }
  .toolbar-brand { font-size: 18px; }
  .toolbar-brand img { width: 27px; height: 27px; }
  .login-panel { padding: 20px 0 26px; }
  .service-center-title { font-size: 28px; }
  .card-header { gap: 10px; }
  .brand-lockup h1 { font-size: 24px; }
  .security-copy { margin-top: 32px; font-size: 16px; }
  .help-center-entry { grid-template-columns: 38px minmax(0, 1fr) 18px; gap: 10px; }
  .help-center-icon { width: 38px; height: 38px; }
}

html:lang(ja) .service-center-title { word-break: keep-all; }

html[dir="rtl"] .help-center-entry { text-align: right; }
html[dir="rtl"] .help-center-arrow,
html[dir="rtl"] .official-link img,
html[dir="rtl"] .help-topic-link > img,
html[dir="rtl"] .help-article-link > img { transform: rotate(180deg); }
html[dir="rtl"] .legal-regional-note { padding-right: 14px; padding-left: 0; border-right: 3px solid var(--brand); border-left: 0; }

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

.language-menu button:active { background: #e7fce9; }

