/* Estilos especificos de esta vista (no compartidos con otras) */
.card-header-custom { text-align: center; margin-bottom: 30px; }
.card-header-custom .icon { background: linear-gradient(135deg, #9b7cb8, #b893cc); width: 65px; height: 65px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 1.6rem; color: white; }
.card-header-custom h4 { color: #7c5a9e; font-weight: 700; margin-bottom: 6px; }
.card-header-custom p { color: #999; font-size: 0.88rem; }
.link-volver { color: #9b7cb8; font-size: 0.88rem; text-decoration: none; font-weight: 500; }
.link-volver:hover { color: #7c5a9e; }
