/* v5.1-final styles (restored + responsive labels) */
.tls51f-wrap{max-width:760px;margin:18px auto;font-family:Inter,system-ui,Arial;color:#0f172a}
.tls51f-brand{text-transform:uppercase;letter-spacing:1px;font-weight:700;color:#7c3aed;margin-bottom:10px}
.tls51f-card{padding:18px;border-radius:14px;box-shadow:0 10px 30px rgba(12,12,20,0.06);background:transparent}
.tls51f-input{width:100%;padding:14px 16px;border-radius:30px;border:1px solid #e6e9ef;font-size:16px;outline:none}
.tls51f-input:focus{box-shadow:0 6px 20px rgba(124,58,237,0.12);border-color:#7c3aed}
.tls51f-button{margin-top:12px;padding:10px 28px;border-radius:999px;border:none;background:linear-gradient(90deg,#7c3aed,#06b6d4);color:#fff;font-weight:700;cursor:pointer}
.tls51f-loader{display:none;margin:14px auto;border:5px solid rgba(0,0,0,0.06);border-top-color:#06b6d4;width:40px;height:40px;border-radius:50%;animation:tls51f-spin 1s linear infinite}
@keyframes tls51f-spin{to{transform:rotate(360deg)}}

.tls51f-result{margin-top:16px}
.tls51f-profile{display:flex;gap:12px;align-items:center;padding:12px;border-radius:12px;background:linear-gradient(135deg,#eef2ff,#fff7ed);border:1px solid rgba(124,58,237,0.06)}
.tls51f-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 6px 16px rgba(99,102,241,0.18)}
.tls51f-avatar-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c4b5fd,#fde68a);color:#111;font-weight:800}
.tls51f-name{font-weight:700;font-size:16px}
.tls51f-username{color:#475569;font-size:13px;margin-top:3px}
.tls51f-rows{margin-top:12px}
.tls51f-row{display:flex;justify-content:space-between;padding:12px;border-radius:10px;background:linear-gradient(180deg,rgba(255,255,255,0.9),rgba(255,255,255,0.8));border:1px solid rgba(12,12,20,0.03);margin-bottom:8px;align-items:center}
.tls51f-label{font-weight:700;color:#4c1d95;font-size:15px;min-width:90px;text-align:left}
.tls51f-value{font-weight:600;color:#111;font-size:15px;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60%}

.tls51f-error{padding:12px;background:#fff1f2;color:#b91c1c;border-radius:10px;border:1px solid #fecaca}

@media(max-width:720px){
  .tls51f-label,.tls51f-value{font-size:14px}
  .tls51f-avatar{width:56px;height:56px}
}
@media(max-width:540px){
  .tls51f-label,.tls51f-value{font-size:12px}
  .tls51f-avatar{width:48px;height:48px}
  .tls51f-label{min-width:70px}
  .tls51f-value{max-width:58%}
}
@media(max-width:380px){
  .tls51f-label,.tls51f-value{font-size:11px}
  .tls51f-value{max-width:50%}
  .tls51f-name{font-size:14px}
}
