
.profile-container{
max-width:520px;
margin:auto;
padding:16px;
font-family:system-ui;
}

.profile-card{
background:#fff;
border-radius:14px;
padding:16px;
margin-bottom:14px;
box-shadow:0 4px 18px rgba(0,0,0,0.08);
}

.profile-card-title{
font-weight:600;
font-size:15px;
margin-bottom:10px;
}

.profile-row{
font-size:14px;
margin:4px 0;
color:#444;
}

.profile-btn{
width:100%;
padding:10px;
margin-top:6px;
border:none;
border-radius:10px;
background:#a8ff2f;
font-weight:600;
cursor:pointer;
font-size:14px;
}

