/* Minimal CSS + Bootstrap will be loaded from CDN in templates.
   You may replace with compiled bootstrap in production 
body { font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; }
.navbar-brand { font-weight: 700; }
.container { max-width: 1100px; }
.footer { padding: 2rem 0; color: #666; font-size: .9rem; }

*/

body { font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; background:#f8f9fa; }
.container { max-width: 1100px; }
.card { box-shadow: 0 0 0.5rem rgba(0,0,0,0.03); }


