/* Veritas University Layout Helpers */
.vu-text-center { text-align: center; }
.vu-mb-4 { margin-bottom: 1rem; }
.vu-mb-8 { margin-bottom: 2rem; }
.vu-shadow-sm { box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.vu-badge-green { background: #dcfce7; color: #15803d; padding: 3px 8px; border-radius: 4px; font-weight: 700; font-size: 0.75rem; }
