
/* Instagram-like profile header + grid */
.profile-ig {padding:12px}
.ig-top {display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:center}
.ig-avatar {width:92px;height:92px;border-radius:50%;object-fit:cover;border:2px solid var(--stroke);}
.ig-username {font-size:22px;font-weight:800;display:flex;align-items:center;gap:8px}
.ig-stats {display:flex;gap:18px;color:var(--fg)}
.ig-stat b {display:block;font-size:18px}
.ig-actions {display:flex;gap:10px;margin:12px 0}
.ig-btn {flex:1;padding:10px 12px;border-radius:10px;border:1px solid var(--stroke);background:rgba(255,255,255,.06);color:var(--fg);font-weight:700;text-align:center}
.ig-highlights {display:flex;gap:14px;overflow:auto;padding:10px 0;border-top:1px solid var(--stroke);border-bottom:1px solid var(--stroke);}
.hl {width:68px;text-align:center;color:var(--muted)}
.hl .ring {width:68px;height:68px;border-radius:50%;border:2px solid var(--stroke);display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0 auto 6px}
.hl img{width:100%;height:100%;object-fit:cover}
.ig-tabs {display:flex;justify-content:space-around;padding:10px 0;color:var(--muted)}
.ig-grid {display:grid;grid-template-columns:1fr 1fr 1fr;gap:2px}
.ig-grid a{position:relative;background:#0f1318}
.ig-grid img{width:100%;height:100%;aspect-ratio:1/1;object-fit:cover}
.ig-icon{position:absolute;right:8px;top:8px;background:rgba(0,0,0,.55);border-radius:8px;padding:3px 6px;font-size:12px}
.follow-primary{background:linear-gradient(180deg,#4aa3ff,#377ee0);border:0;color:#001022}
