.member-profile-container-cf9a39d9 {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 2.5rem;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333333;
}

.member-profile-header-cf9a39d9 {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border-bottom: 2px solid #f0f2f5;
    padding-bottom: 2rem;
    margin-bottom: 2.5rem;
}

.member-avatar-wrapper-cf9a39d9 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background: #3182ce;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ebf8ff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.member-avatar-cf9a39d9 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-avatar-placeholder-cf9a39d9 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}

.member-meta-header-cf9a39d9 h2 {
    margin: 0 0 0.4rem 0;
    font-size: 1.8rem;
    color: #1a202c;
    font-weight: 700;
}

.member-badge-cf9a39d9 {
    background-color: #c6f6d5;
    color: #22543d;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.member-profile-grid-cf9a39d9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 2rem;
}

@media (max-width: 600px) {
    .member-profile-grid-cf9a39d9 {
        grid-template-columns: 1fr;
    }
}

.profile-card-cf9a39d9 {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.5rem;
    transition: all 0.2s ease-in-out;
}

.profile-card-cf9a39d9:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    border-color: #cbd5e0;
}

.profile-card-cf9a39d9 h3 {
    margin: 0 0 1.2rem 0;
    font-size: 1.1rem;
    color: #2d3748;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 0.5rem;
    font-weight: 600;
}

.profile-field-row-cf9a39d9 {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0;
    border-bottom: 1px dashed #e2e8f0;
}

.profile-field-row-cf9a39d9:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.field-label-cf9a39d9 {
    font-size: 0.9rem;
    color: #718096;
    font-weight: 500;
}

.field-value-cf9a39d9 {
    font-size: 0.9rem;
    color: #1a202c;
    font-weight: 600;
    text-align: right;
}

.member-btn-link-cf9a39d9 {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #3182ce;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.15s ease-in-out;
}

.member-btn-link-cf9a39d9:hover {
    color: #2b6cb0;
    text-decoration: underline;
}

.member-text-muted-cf9a39d9 {
    color: #a0aec0;
    font-style: italic;
}

.member-profile-alert-cf9a39d9 {
    background: #fffaf0;
    border-left: 4px solid #dd6b20;
    color: #dd6b20;
    padding: 1rem 1.5rem;
    border-radius: 4px;
    font-weight: 500;
    margin: 1.5rem 0;
}
