/* Mada profile header v1 — visual-only enhancement, no data/API changes. */
.profile-page{background:#fff!important;overflow:hidden;position:relative}
.profile-page .cover{height:220px!important;background-color:#eaf0f8!important;background-image:linear-gradient(180deg,rgba(25,45,80,.04),rgba(25,45,80,.18)),var(--cover-image,none)!important;background-size:cover!important;background-position:center!important}
.profile-page .profile-main{padding:0 20px 20px!important;background:#fff;position:relative}
.profile-page .profile-avatar{width:118px!important;height:118px!important;margin:-59px auto 12px!important;border:6px solid #fff!important;box-shadow:0 8px 24px rgba(30,55,90,.20)!important;background:#edf2f8!important}
.profile-page .profile-avatar:after{content:'';position:absolute;inset:-3px;border-radius:50%;border:2px solid rgba(45,115,230,.22);pointer-events:none}
.profile-page h2{font-size:25px!important;font-weight:900!important;letter-spacing:-.2px}
.profile-page .profile-bio{font-size:15px!important;max-width:520px!important;color:#536174!important;opacity:1!important}
.profile-page .profile-stats{margin:4px -20px 0!important;padding:10px 8px!important;background:#fafbfd!important;border-top:1px solid #edf0f5!important;border-bottom:1px solid #edf0f5!important}
.profile-page .profile-stats>button{min-height:54px!important;transition:background .15s ease,transform .15s ease!important}
.profile-page .profile-stats>button:active{transform:scale(.98)}
.profile-page .profile-stats b{font-size:19px!important;font-weight:900!important;color:#182333}
.profile-page .profile-stats span{font-size:12px!important;font-weight:600!important;color:#667386!important}
.profile-page .profile-actions{margin-top:16px!important;gap:9px!important}
.profile-page .profile-actions button{min-height:44px!important;border-radius:14px!important}
.profile-page .profile-actions .primary{box-shadow:0 5px 14px rgba(40,113,223,.18)!important}
.profile-page .profile-tabs{margin-top:4px!important;border-top:1px solid #edf0f5!important;box-shadow:0 -1px 0 rgba(0,0,0,.02)!important}
.profile-page .profile-tabs button{min-height:48px!important;padding:12px 8px!important}
@media(max-width:600px){
 .profile-page .cover{height:195px!important}
 .profile-page .profile-main{padding-inline:12px!important;padding-bottom:16px!important}
 .profile-page .profile-avatar{width:108px!important;height:108px!important;margin-top:-54px!important}
 .profile-page h2{font-size:23px!important}
 .profile-page .profile-bio{font-size:14px!important}
 .profile-page .profile-stats{margin-inline:-12px!important}
 .profile-page .profile-actions{gap:7px!important;margin-top:12px!important}
 .profile-page .profile-actions button{min-height:42px!important;font-size:13px!important}
}
body.dark .profile-page{background:#fff!important;color:#182333!important}
body.dark .profile-page .profile-main{background:#fff!important}
body.dark .profile-page .profile-stats{background:#fafbfd!important}
