/* Bootstrap local placeholder
   Replace this file with the official Bootstrap 5 `bootstrap.min.css`.
   Download from https://getbootstrap.com/ and copy the minified CSS here.
*/

/* Minimal fallback styles to avoid layout break if file not replaced */
:root{--bs-body-font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;}
body{font-family:var(--bs-body-font-family);margin:0;padding:0;background:#fff;color:#111}
.container{max-width:1140px;margin:0 auto;padding:1rem}
.card{border:1px solid #e5e5e5;padding:1rem;border-radius:.5rem;margin:.5rem 0}
.navbar{background:#002b5c;color:#fff;padding:.75rem 1rem}
.navbar a{color:inherit;text-decoration:none}
.footer{background:#f8f9fa;padding:1rem;margin-top:2rem;border-top:1px solid #e9ecef}
