 .mv-profile-not-found{
    min-height:70vh;
    margin: 0 auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    text-align:center;

    padding:40px 20px;
}


.mv-profile-not-found h2{
    margin:0;

    font-size:28px;
    font-weight:700;

    color:#111827;
}

.mv-profile-not-found p{
    margin-top:10px;

    max-width:420px;

    font-size:15px;
    line-height:1.7;

    color:#667085;
}

.mv-profile-not-found-btn{
    margin-top:26px;

    height:44px;
    padding:0 22px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    border-radius:999px;

    background:#16a34a;
    color:#fff;

    font-size:14px;
    font-weight:600;

    text-decoration:none;
}

            .mv-profile-card{
    background:#fff;
    border:1px solid #edf1f5;
    border-radius:24px;
    overflow:hidden;
    margin-bottom:22px;
}

.mv-profile-banner{
    height:130px;
    background:
        linear-gradient(
            135deg,
            #eef9f4 0%,
            #f8fcfa 100%
        );

    position:relative;
}

.mv-profile-main{
    position:relative;
    padding:0 26px 18px;
}

.mv-profile-avatar-wrap{
    position:absolute;
    left:26px;
    top:-48px;
}

.mv-profile-avatar{
    width:96px;
    height:96px;
    border-radius:50%;
    background:#dff5e8;
    border:4px solid #fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:40px;
    font-weight:700;
    color:#15a05d;

    box-shadow:0 4px 18px rgba(0,0,0,.06);
}

.mv-avatar-edit-btn{
    position:absolute;
    right:6px;
    bottom:6px;

    width:34px;
    height:34px;
    border-radius:50%;
    border:none;

    background:#fff;

    cursor:pointer;

    box-shadow:0 2px 10px rgba(0,0,0,.12);
}

.mv-profile-content{
    padding-left:128px;
    padding-top:16px;
}

.mv-profile-top-row{
    display:flex;
    justify-content:space-between;
    gap:16px;
}

.mv-profile-display{
    display:flex;
    align-items:center;
    gap:10px;
}

.mv-profile-display h1{
    margin:0;
    font-size:34px;
    line-height:1.1;
    font-weight:700;
    color:#111827;
}

.mv-edit-name-btn,
.mv-edit-bio-btn{
    border:none;
    background:none;
    cursor:pointer;
    opacity:.6;
    font-size:15px;
}

.mv-edit-name-btn:hover,
.mv-edit-bio-btn:hover{
    opacity:1;
}

.mv-profile-username{
    margin-top:2px;
    font-size:16px;
    color:#667085;
}

.mv-profile-meta{
    margin-top:14px;

    display:flex;
    align-items:center;
    gap:10px;

    font-size:15px;
    color:#667085;
}

.mv-profile-bio-wrap{
    margin-top:14px;
}

.mv-profile-bio-display{
    display:flex;
    align-items:flex-start;
    gap:10px;
}

.mv-profile-bio-display p{
    margin:0;
    font-size:15px;
    line-height:1.6;
    color:#1f2937;
}

.mv-empty-bio{
    color:#98a2b3;
}

.mv-profile-actions{
    display:flex;
    align-items:flex-start;
}

.mv-follow-btn,
.mv-profile-action-btn{
    height:40px;
    padding:0 20px;

    border-radius:999px;
    border:1px solid #d0d5dd;

    background:#fff;

    font-size:14px;
    font-weight:600;

    cursor:pointer;
}

.mv-profile-tabs{
    display:flex;
    gap:34px;

    padding:0 26px;

    border-top:1px solid #edf1f5;
}

.mv-profile-tabs button{
    height:54px;

    border:none;
    background:none;

    font-size:15px;
    font-weight:600;

    color:#667085;

    position:relative;
    cursor:pointer;
}

.mv-profile-tabs button.active{
    color:#16a34a;
}

.mv-profile-tabs button.active::after{
    content:'';

    position:absolute;
    left:0;
    bottom:0;

    width:100%;
    height:3px;

    border-radius:999px;

    background:#16a34a;
}

@media (max-width:768px){

    .mv-profile-main{
        padding:0 18px 20px;
    }

    .mv-profile-avatar-wrap{
        left:18px;
    }

    .mv-profile-avatar{
        width:96px;
        height:96px;
        font-size:42px;
    }

    .mv-profile-content{
        padding-left:0;
        padding-top:54px;
    }

    .mv-profile-top-row{
        flex-direction:column;
    }

    .mv-profile-display h1{
        font-size:30px;
    }

    .mv-profile-tabs{
        gap:22px;
        overflow:auto;
    }
}

.mv-inline-edit-btn{
    width:28px;
    height:28px;

    border:none;
    border-radius:50%;

    background:#f3f4f6;

    display:flex;
    align-items:center;
    justify-content:center;

    cursor:pointer;

    transition:.18s ease;
}

.mv-inline-edit-btn:hover{
    background:#e5e7eb;
}

.mv-edit-icon{
    width:14px;
    height:14px;

    color:#667085;
}

.mv-profile-bio-display{
    align-items:center;
}

.mv-profile-edit-form{
    margin-top:20px;
}

.mv-profile-modal-input,
.mv-profile-modal-textarea{
    width:100%;

    border:1px solid #e5e7eb;
    border-radius:16px;

    padding:14px 16px;

    font-size:15px;

    outline:none;
}

.mv-profile-modal-textarea{
    resize:none;
}

.mv-profile-save-btn{
    margin-top:16px;

    height:46px;
    padding:0 22px;

    border:none;
    border-radius:14px;

    background:#16a34a;
    color:#fff;

    font-weight:600;

    cursor:pointer;
}

.mv-profile-stats{
    margin-top:18px;

    display:flex;
    gap:28px;

    align-items:center;
}

.mv-profile-stats a,
.mv-profile-stats span{
    display:flex;
    flex-direction:column;

    gap:2px;
    text-decoration: none;
}

.mv-profile-stats strong{
    font-size:18px;
    font-weight:700;

    color:#111827;

    line-height:1;
}

.mv-profile-stats a,
.mv-profile-stats span{
    font-size:13px;
    color:#667085;
}

.mv-follow-list{
    background:#fff;
    overflow:hidden;
    
    max-width: 600px;
    margin: 50px auto;
     min-height:70vh;

}

.mv-follow-list-header{
    padding:22px 24px;

    border-bottom:1px solid #edf1f5;
}

.mv-follow-list-header h2{
    margin:0;

    font-size:24px;
    font-weight:700;

    color:#111827;
}

.mv-follow-user{
    border-bottom:1px solid #f3f4f6;
}

.mv-follow-user:last-child{
    border-bottom:none;
}

.mv-follow-user-link{
    display:flex;
    align-items:center;

    gap:14px;

    padding:18px 24px;

    text-decoration:none;

    transition:.15s ease;
}

.mv-follow-user-link:hover{
    background:#fafafa;
}

.mv-follow-avatar{
    width:48px;
    height:48px;

    border-radius:50%;

    background:#dff5e8;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:18px;
    font-weight:700;

    color:#15a05d;

    flex-shrink:0;
}

.mv-follow-info{
    min-width:0;
}

.mv-follow-name{
    font-size:15px;
    font-weight:600;

    color:#111827;
}

.mv-follow-username{
    margin-top:2px;

    font-size:13px;

    color:#667085;
}

.mv-follow-empty{
    padding:50px 20px;

    text-align:center;

    color:#667085;

    font-size:15px;
}

.mv-follow-back{
    display:inline-flex;
    text-decoration:none;

    font-size:14px;
    font-weight:600;

    color:#16a34a;
    padding:8px 24px;
}