/* --- Dashboard Geral (v2.6+) --- */
.ppm-dashboard { background: #fff; border: 1px solid #e0e6ed; border-radius: 16px; overflow: hidden; margin: 20px 0; font-family: 'Segoe UI', Roboto, sans-serif; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.ppm-dashboard-nav { display: flex; background: #f8fafc; border-bottom: 1px solid #e0e6ed; }
.ppm-dashboard-nav a { padding: 18px 30px; text-decoration: none; color: #64748b; font-weight: 600; border-right: 1px solid #e0e6ed; }
.ppm-dashboard-nav a.active { background: #fff; color: #003366; border-bottom: 3px solid #003366; margin-bottom: -1px; }
.ppm-dashboard-content { padding: 40px; }
.ppm-profile-card { display: flex; align-items: center; gap: 30px; background: #f8fafc; padding: 30px; border-radius: 12px; border: 1px solid #e2e8f0; }
.ppm-profile-card-image { width: 120px; height: 120px; border-radius: 50%; overflow: hidden; background: #003366; border: 3px solid #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.ppm-profile-card-image img { width: 100%; height: 100%; object-fit: cover; }
.ppm-btn { display: inline-block; padding: 10px 20px; background: #003366; color: #fff; text-decoration: none; border-radius: 6px; font-weight: 600; transition: background 0.3s; }
.ppm-btn:hover { background: #001a33; }
.ppm-btn-secondary { background: #64748b; }
.ppm-btn-secondary:hover { background: #475569; }
.ppm-table { width: 100%; border-collapse: collapse; margin-top: 20px; }
.ppm-table th, .ppm-table td { padding: 12px; border-bottom: 1px solid #e2e8f0; text-align: left; }
.ppm-alert-success { background: #dcfce7; color: #166534; padding: 15px; border-radius: 6px; margin-bottom: 20px; border: 1px solid #bbf7d0; }

/* --- Layout 1: LARGURA TOTAL (v3.1) --- */

.pesquisador-container-v17 {
    display: flex;
    width: 100vw; /* Ocupa toda a largura da janela */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: 100vh;
    background: #fff;
    box-shadow: 0 0 40px rgba(0,0,0,0.05);
    overflow: hidden;
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
}

.pesquisador-sidebar-v17 {
    flex: 0 0 350px; /* Sidebar um pouco mais larga para o modo Full Width */
    background: #f8fafc;
    padding: 60px 40px;
    border-right: 1px solid #edf2f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pesquisador-photo-v17 {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 30px;
    border: 8px solid #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    background: #003366;
}

.pesquisador-photo-v17 img { width: 100%; height: 100%; object-fit: cover; }
.ppm-placeholder-v17 { width: 100%; height: 100%; background: #003366; }

.pesquisador-meta-v17 strong { font-size: 1.5rem; color: #003366; display: block; margin-bottom: 10px; }
.pesquisador-meta-v17 p { color: #64748b; font-size: 1rem; margin-bottom: 40px; }

.pesquisador-links-v17 { display: flex; flex-direction: column; gap: 12px; width: 100%; }
.ppm-link-btn { background: #003366; color: #fff; padding: 12px; border-radius: 10px; text-decoration: none; font-size: 0.9rem; font-weight: 600; transition: all 0.3s ease; }
.ppm-link-btn:hover { transform: translateY(-3px); background: #001a33; box-shadow: 0 5px 15px rgba(0,0,0,0.2); }

.pesquisador-content-v17 { 
    flex: 1; 
    padding: 60px 80px; 
    background: #fff; 
}

.pesquisador-card-v17 { margin-bottom: 50px; }
.pesquisador-card-v17 h1 { font-size: 3rem; color: #003366; margin-bottom: 25px; font-weight: 800; }
.pesquisador-card-v17 h3 { font-size: 1.1rem; color: #003366; border-bottom: 3px solid #003366; display: inline-block; padding-bottom: 8px; margin-bottom: 30px; letter-spacing: 1.5px; }

.pesquisador-bio { font-size: 1.2rem; line-height: 1.8; color: #334155; }
.acf-data { font-size: 1.1rem; line-height: 1.7; color: #475569; }

.pesquisador-grid-v17 { display: flex; gap: 40px; }
.pesquisador-grid-v17 > div { flex: 1; }

@media (max-width: 1200px) {
    .pesquisador-content-v17 { padding: 40px; }
}

@media (max-width: 992px) {
    .pesquisador-container-v17 { flex-direction: column; width: 100%; left: 0; right: 0; margin-left: 0; margin-right: 0; }
    .pesquisador-sidebar-v17 { width: 100%; border-right: none; border-bottom: 1px solid #edf2f7; }
    .pesquisador-grid-v17 { flex-direction: column; }
}
