.pve-cursos-grid, .pve-estudos-grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(280px, 1fr)); gap:24px; margin:32px 0; }
.pve-curso-card, .pve-estudo-card { background:#fff; border-radius:12px; overflow:hidden; box-shadow:0 4px 16px rgba(0,0,0,.08); transition:transform .25s, box-shadow .25s; }
.pve-curso-card:hover, .pve-estudo-card:hover { transform:translateY(-4px); box-shadow:0 8px 24px rgba(0,0,0,.12); }
.pve-curso-thumb, .pve-estudo-thumb { display:block; width:100%; aspect-ratio:16/9; overflow:hidden; background:#f3f4f6; }
.pve-curso-thumb img, .pve-estudo-thumb img { width:100%; height:100%; object-fit:cover; }
.pve-no-thumb { display:flex; align-items:center; justify-content:center; height:100%; font-size:24px; font-weight:700; color:#6b7280; }
.pve-curso-body, .pve-estudo-body { padding:18px; }
.pve-curso-body h3, .pve-estudo-body h3 { margin:8px 0 10px; font-size:18px; line-height:1.3; }
.pve-curso-body h3 a, .pve-estudo-body h3 a { color:#1f2937; text-decoration:none; }
.pve-curso-body p, .pve-estudo-body p { color:#6b7280; font-size:14px; margin:0 0 14px; }
.pve-curso-meta, .pve-estudo-meta { display:flex; align-items:center; justify-content:space-between; font-size:13px; color:#6b7280; }
.pve-btn { background:#2563eb; color:#fff !important; padding:8px 14px; border-radius:6px; text-decoration:none; font-weight:600; font-size:13px; }
.pve-btn:hover { background:#1d4ed8; }
.pve-curso-nivel { display:inline-block; padding:3px 10px; border-radius:20px; font-size:11px; font-weight:700; text-transform:uppercase; background:#e5e7eb; color:#374151; }
.pve-nivel-iniciante { background:#d1fae5; color:#065f46; }
.pve-nivel-intermediario { background:#fef3c7; color:#92400e; }
.pve-nivel-avancado { background:#fee2e2; color:#991b1b; }
.pve-progress-bar { background:#e5e7eb; height:8px; border-radius:4px; overflow:hidden; margin:8px 0; }
.pve-progress-fill { background:linear-gradient(90deg,#10b981,#059669); height:100%; transition:width .3s; }
.pve-meu-curso { display:flex; gap:16px; padding:16px; background:#fff; border-radius:10px; box-shadow:0 2px 8px rgba(0,0,0,.06); margin-bottom:14px; }
.pve-meu-curso-thumb img { border-radius:6px; }
.pve-meu-curso-info { flex:1; }
.pve-meu-curso-info h3 { margin:0 0 8px; }
.pve-aviso { padding:20px; background:#fef3c7; border-left:4px solid #f59e0b; border-radius:6px; }