.dashboard-user-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.dashboard-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #26ff6b;
    box-shadow: 0 0 12px rgba(38, 255, 107, 0.45);
    background: rgba(255,255,255,0.06);
}