/* Vyral V7.0.191 — nav avatar + saved/reposted live profile shelves */
.nav-btn.v191-has-profile-avatar>.ico{display:none!important}
.v191-nav-avatar-wrap{width:25px;height:25px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:linear-gradient(135deg,#ff2d67,#8b61ff,#21d8ff);color:#fff;font-size:10px;font-weight:1000;box-shadow:0 0 0 1px rgba(255,255,255,.22)}
.v191-nav-avatar-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.v191-profile-social{margin-top:18px;display:grid;gap:20px}
.v191-profile-shelf{display:grid;gap:10px}.v191-profile-shelf-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.v191-profile-shelf-head h3{margin:0;font-size:17px}.v191-profile-shelf-head span{font-size:9px;color:#8c97aa;text-transform:uppercase;letter-spacing:.08em;font-weight:900}
.v191-profile-live-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:10px}
.v191-profile-live-card{position:relative;min-height:150px;border:1px solid rgba(255,255,255,.10);border-radius:16px;overflow:hidden;background:#0b0d13;cursor:pointer;text-align:left;color:#fff;padding:0}
.v191-profile-live-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.72}.v191-profile-live-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.76))}
.v191-profile-live-card>span{position:absolute;left:12px;right:12px;bottom:10px;z-index:2;display:grid;gap:3px}.v191-profile-live-card b{font-size:12px;line-height:1.25}.v191-profile-live-card small{font-size:9px;color:#d0d6df}
.v191-profile-empty{padding:16px;border:1px dashed rgba(255,255,255,.10);border-radius:14px;color:#8792a4;font-size:11px}
@media(max-width:760px){.v191-nav-avatar-wrap{width:24px;height:24px}.v191-profile-live-grid{grid-template-columns:1fr 1fr}.v191-profile-live-card{min-height:122px}}
