.academy-profile-container-d4438741 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    max-width: 320px;
    margin: 20px auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.academy-profile-container-d4438741:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -6px rgba(0, 0, 0, 0.08);
}

.academy-profile-avatar-wrapper-d4438741 {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 6px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.25);
}

.academy-profile-avatar-wrapper-d4438741 img,
.academy-profile-avatar-wrapper-d4438741 .avatar {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 50% !important;
    border: 4px solid #ffffff;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
    background-color: #f8fafc;
}

.academy-profile-guest-d4438741 {
    color: #64748b;
    font-size: 0.95rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    text-align: center;
}

@media (max-width: 480px) {
    .academy-profile-container-d4438741 {
        padding: 16px;
        max-width: 280px;
    }
    .academy-profile-avatar-wrapper-d4438741 {
        width: 120px;
        height: 120px;
    }
}
