:root { --school-blue: #2457a7; }
body { background: #f4f6f9; color: #263238; min-height: 100vh; }
.bg-primary, .btn-primary { background-color: var(--school-blue) !important; border-color: var(--school-blue) !important; }
.card { border: 0; border-radius: 1rem; }
.candidate-photo { width: 100%; height: 260px; object-fit: cover; background: #e9ecef; border-radius: 1rem 1rem 0 0; }
.photo-placeholder { height: 260px; display: grid; place-items: center; background: #e9ecef; color: #6c757d; font-size: 4rem; border-radius: 1rem 1rem 0 0; }
.number-badge { width: 3rem; height: 3rem; display: inline-grid; place-items: center; border-radius: 50%; font-size: 1.25rem; font-weight: 700; background: var(--school-blue); color: #fff; }
.stat-card { border-left: 4px solid var(--school-blue); }
.table > :not(caption) > * > * { vertical-align: middle; }
.pre-line { white-space: pre-line; }
@media (max-width: 575.98px) { .candidate-photo, .photo-placeholder { height: 220px; } }

