/* TEMVIO v1.3.4 — Real Account / Onboarding / unified icons */

.identity-onboarding-banner{
  display:flex;justify-content:space-between;align-items:center;gap:16px;
  padding:18px;margin-bottom:14px;border:1px solid rgba(90,91,226,.15);
  background:linear-gradient(135deg,rgba(101,81,255,.06),rgba(43,212,178,.07));
}
.identity-onboarding-banner h3{margin:5px 0 4px}
.identity-onboarding-banner p{margin:0;color:var(--muted);line-height:1.8}
.identity-onboarding-actions{display:flex;gap:8px;flex-wrap:wrap}

.phone-onboarding-status{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:14px 16px;border-radius:15px;margin:14px 0;
  border:1px solid var(--line);background:#f7f8fc;
}
.phone-onboarding-status>div{display:grid;gap:4px}
.phone-onboarding-status>div span{font-size:11px;color:var(--muted)}
.phone-onboarding-status.verified{background:#f1fbf6;border-color:#bde7cf}
.phone-onboarding-status.pending{background:#fff9ee;border-color:#f1deb6}
.phone-verify-modal{max-width:540px}
.phone-code-zone{margin-top:12px}

.profile-derived-note{
  border:1px solid var(--line);background:#f7f8fc;border-radius:14px;
  padding:12px 14px;line-height:1.8;color:var(--muted);font-size:12px;margin-bottom:12px;
}

.package-grid-visible{margin-top:14px}
.store-package-note{margin-top:14px}

.guide-role-card{
  width:100%!important;box-sizing:border-box!important;overflow:hidden!important;
  display:flex!important;flex-direction:column!important;align-items:stretch!important;
  gap:16px!important;padding:18px!important;
}
.guide-role-copy{display:grid;gap:7px;min-width:0}
.guide-role-copy b{font-size:20px;line-height:1.5}
.guide-role-copy span{color:var(--muted);line-height:1.9;overflow-wrap:anywhere}
.guide-role-action{display:block;width:100%;box-sizing:border-box}
.guide-role-action .btn{
  width:100%!important;max-width:100%!important;box-sizing:border-box!important;
  margin:0!important;min-height:54px!important;display:flex!important;
  align-items:center!important;justify-content:center!important;
}

/* One icon language: rounded stroke SVG, no emoji / mixed fill in primary navigation. */
.nav-svg,.top-icon-svg{
  width:24px;height:24px;display:grid;place-items:center;color:currentColor;
}
.nav-svg svg,.top-icon-svg svg{
  width:23px;height:23px;display:block;fill:none;stroke:currentColor;
  stroke-width:2;stroke-linecap:round;stroke-linejoin:round;
}
.bottom-nav button .nav-svg{opacity:.75;transition:.18s ease}
.bottom-nav button.active .nav-svg{opacity:1;transform:translateY(-1px)}
.top-icon-svg svg{width:22px;height:22px}

/* Empty identity is intentionally visually neutral, not fake-complete. */
.profile-hero .profile-headline:empty::after{content:'پروفایل هنوز تکمیل نشده';color:var(--muted)}
.verify-chip:not(.on){opacity:.72}

@media(max-width:620px){
  .identity-onboarding-banner{align-items:stretch;flex-direction:column}
  .identity-onboarding-actions{width:100%}
  .identity-onboarding-actions .btn{flex:1}
  .guide-role-card{padding:16px!important;gap:14px!important}
}
