* { box-sizing: border-box; }
body {
  margin: 0;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='110'%3E%3Ctext x='5' y='65' font-family='sans-serif' font-size='12' font-weight='700' letter-spacing='2' fill='rgb(37,99,235)' opacity='0.055' transform='rotate(-18 110 55)'%3EPPA VERIFIED%3C/text%3E%3C/svg%3E");
  background-repeat: repeat;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #0F172A;
  -webkit-font-smoothing: antialiased;
}
.icon { width: 20px; height: 20px; display: block; }
.page-wrap { max-width: 420px; margin: 0 auto; padding-bottom: 28px; }
.accent-bar { height: 6px; background: linear-gradient(90deg,#2563EB,#3B82F6); }

.card {
  background: #FFFFFF;
  border: 1px solid #E7ECF3;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(15,23,42,0.06);
  margin: 16px 16px 14px;
  padding: 20px;
}
.header-card { text-align: center; padding: 26px 20px 20px; }
.logo-mark {
  width: 60px; height: 60px; border-radius: 14px;
  background: #2563EB; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 20px; letter-spacing: 0.5px;
  margin: 0 auto 12px;
}
.company-name { font-size: 17px; font-weight: 700; color: #0F172A; }
.company-sub { font-size: 12px; color: #94A3B8; margin-top: 2px; font-weight: 500; letter-spacing: 0.3px; }

.status-banner {
  background: #DCFCE7; color: #15803D;
  border-radius: 14px;
  margin: 0 16px 14px;
  padding: 13px 16px;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-size: 15px;
}
.status-banner.inactive { background: #FEE2E2; color: #B91C1C; }
.status-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #15803D;
  animation: pulse 2s ease-in-out infinite;
}
.status-banner.inactive .status-dot { background: #B91C1C; animation: none; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.35; } }
@media (prefers-reduced-motion: reduce) { .status-dot { animation: none; } }

.profile-card { text-align: center; }
.avatar-wrap { position: relative; width: 124px; height: 124px; margin: 0 auto 14px; }
.avatar {
  width: 124px; height: 124px; border-radius: 50%;
  background: #EEF4FF; border: 4px solid #2563EB;
  display: flex; align-items: center; justify-content: center;
  color: #A8C2F0; overflow: hidden;
}
.avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.avatar .icon { width: 62px; height: 62px; }
.verified-dot {
  position: absolute; bottom: -2px; right: 2px;
  width: 32px; height: 32px; border-radius: 50%;
  background: #16A34A; border: 3px solid #fff;
  display: flex; align-items: center; justify-content: center; color: #fff;
}
.verified-dot .icon { width: 16px; height: 16px; }
.full-name { font-size: 25px; font-weight: 800; letter-spacing: -0.3px; color: #0F172A; }
.id-chip {
  display: inline-block; margin: 9px 0 8px;
  background: #F1F5F9; color: #475569;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.4px;
  padding: 5px 13px; border-radius: 999px;
}
.subtitle { font-size: 15px; color: #64748B; font-weight: 500; line-height: 1.5; }
.subtitle b { color: #334155; font-weight: 600; }

.divider { height: 1px; background: #EEF2F7; margin: 18px 0; }

.detail-row { display: flex; align-items: flex-start; gap: 12px; padding: 9px 0; }
.icon-chip {
  width: 38px; height: 38px; border-radius: 11px;
  background: #EEF4FF; color: #2563EB;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.detail-label { font-size: 11px; font-weight: 700; letter-spacing: 0.6px; color: #94A3B8; text-transform: uppercase; }
.detail-value { font-size: 15.5px; font-weight: 600; color: #1E293B; margin-top: 2px; word-break: break-word; }

.optional-card .card-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.6px; color: #B45309; text-transform: uppercase; margin-bottom: 10px; }
.optional-card .icon-chip { background: #FFF7ED; color: #D97706; }

.if-found-card { background: #0F172A; border: none; }
.if-found-title { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 15px; color: #fff; margin-bottom: 14px; }
.if-found-card .icon-chip { background: rgba(255,255,255,0.1); color: #fff; }
.if-found-card .detail-label { color: #94A3B8; }
.if-found-card .detail-value { color: #fff; }

.footer { text-align: center; padding: 14px 24px 4px; color: #94A3B8; }
.footer-lock-row { display: flex; align-items: center; justify-content: center; gap: 6px; color: #64748B; font-weight: 600; font-size: 12.5px; margin-bottom: 5px; }
.footer-lock-row .icon { width: 13px; height: 13px; }
.footer-sub { font-size: 11.5px; color: #94A3B8; }

.notfound-state { text-align: center; padding: 70px 28px; }
.notfound-icon { width: 52px; height: 52px; border-radius: 50%; background: #EEF4FF; color: #2563EB; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.notfound-title { font-size: 17px; font-weight: 700; color: #0F172A; margin-bottom: 6px; }
.notfound-text { font-size: 14px; color: #64748B; line-height: 1.5; }
