
.igfullchk-wrap{max-width:900px;margin:20px auto;font-family:Inter,Arial}
.igfullchk-brand{text-align:center;font-weight:800;color:#7b61ff;margin-bottom:10px}
.igfullchk-input{width:100%;padding:16px;border-radius:40px;border:2px solid #eee}
.igfullchk-btn{margin:14px auto;display:block;padding:14px 46px;border-radius:999px;
 background:linear-gradient(90deg,#7b61ff,#ff6bcb);color:#fff;border:0;font-weight:800}
.igfullchk-spinner{display:none;margin:12px auto;width:36px;height:36px;border:4px solid #eee;
 border-top:4px solid #7b61ff;border-radius:50%;animation:spin 1s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.igcard{display:flex;gap:16px;align-items:center;
 background:linear-gradient(135deg,#7b61ff,#ff6bcb,#00d4ff);
 padding:18px;border-radius:24px;color:#fff}
.igcard img{width:96px;height:96px;border-radius:14px;object-fit:cover;border:3px solid #fff}
.nm{font-size:20px;font-weight:800}
.sm{font-size:13px}
.igtable{margin-top:14px;background:#fff;border-radius:18px;padding:16px}
.igtable div{display:flex;justify-content:space-between;padding:6px 0;font-size:14px}
.err{color:#e00;text-align:center}
