
html { scroll-behavior: smooth; }
a, button { transition: all 0.2s ease; }
a:focus, button:focus { outline: 2px solid #0033A0; outline-offset: 2px; }
::selection { background: #0033A0; color: white; }
input:focus, textarea:focus { outline: none; }
.prose p { margin-bottom: 1rem; }
.prose a { color: #0033A0; text-decoration: underline; }
.prose a:hover { color: #002868; }
#main-nav.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -2px rgba(0, 0, 0, 0.2); }
img { max-width: 100%; height: auto; }
@media print { nav, footer { display: none !important; } section { page-break-inside: avoid; } }
