/* Lumi v1.1.0 — universal avatar geometry and profile/post management */
:root{--lumi-avatar-bg:linear-gradient(135deg,#ff5f8f,#9b5cff)}
.avatar,.avatar-mini,.profile-avatar,.story>span,.creator-pill>span{box-sizing:border-box;aspect-ratio:1/1!important;border-radius:50%!important;overflow:hidden!important;flex:0 0 auto;position:relative;background:var(--lumi-avatar-bg) url('/icons/icon-192.png') center/70% 70% no-repeat}
.avatar>img,.avatar-mini>img,.profile-avatar>img,.story>span>img,.creator-pill>span>img{display:block!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center!important;aspect-ratio:1/1!important;border-radius:50%!important}
.avatar>b,.avatar>i,.avatar-mini>span,.profile-avatar>b,.story>span>b,.creator-pill>span>b{display:grid;width:100%;height:100%;place-items:center;border-radius:50%;background:rgba(255,255,255,.82);color:#8c3f73;font-weight:800;text-transform:uppercase}
.avatar img.avatar-fallback,.avatar-mini img.avatar-fallback,.profile-avatar img.avatar-fallback,.story>span img.avatar-fallback,.creator-pill>span img.avatar-fallback{object-fit:cover!important;background:#fff}
.profile-avatar{width:112px!important;height:112px!important;min-width:112px!important}
.story>span{display:block!important;width:66px!important;height:66px!important;padding:3px}
.story>span>img,.story>span>b{border:2px solid var(--surface,#fff)}
@media(max-width:640px){.profile-avatar{width:92px!important;height:92px!important;min-width:92px!important}.story>span{width:60px!important;height:60px!important}}
.profile-library{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.profile-library .btn{font-size:13px;padding:9px 12px}
.manage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;margin-top:14px}.manage-card{position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:12px;background:var(--card,#f6f1f5)}.manage-card>img,.manage-card>video{width:100%;height:100%;object-fit:cover;display:block}.manage-card .manage-overlay{position:absolute;inset:auto 5px 5px 5px;display:flex;gap:5px;flex-wrap:wrap}.manage-card .manage-overlay a,.manage-card .manage-overlay button{border:0;border-radius:9px;background:rgba(20,10,20,.72);color:#fff;font-size:11px;padding:6px 8px;text-decoration:none;backdrop-filter:blur(8px)}.manage-card .manage-overlay form{display:inline}.collection-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.collection-empty{text-align:center;padding:44px 18px}.edit-media-preview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:8px 0 14px}.edit-media-preview img,.edit-media-preview video{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px}
@media(max-width:720px){.manage-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.edit-media-preview{grid-template-columns:repeat(3,minmax(0,1fr))}}
