
/* Women's Power System - Modern UI polish */
:root { --wps-accent: #7c3aed; }
body { background: #f7f7fb; }
.navbar, .sidebar { border-radius: .75rem; }
.card { border: none; border-radius: 1rem; box-shadow: 0 6px 20px rgba(0,0,0,.06); }
.btn-primary { background: var(--wps-accent); border-color: var(--wps-accent); }
.table thead th { font-weight: 600; }
.dataTable thead th { border-bottom: 2px solid #e9ecef; }
.badge-wps { background: var(--wps-accent); }
h1,h2,h3 { letter-spacing: .2px; }
footer { color: #6c757d; }
