/* App CSS overrides 
:root{--brand:#0d6efd;--brand-dark:#0b5ed7;--bg:rgb(255, 255, 255);--text:#e5e7eb}
html,body{height:100%}
body{font-family:system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif;background:var(--bg);color:var(--text)}
.navbar-brand{font-weight:700}
.card{box-shadow:0 1px 2px rgba(0,0,0,.2)}
.table-sm td,.table-sm th{vertical-align:middle}
.label-preview{border:1px dashed #334155;padding:8px;display:inline-block}
#map{border-radius:8px;border:1px solid #334155}
.form-label{font-weight:600}
.form-control, .form-select{border-radius:.4rem}
.alert-info{background:#1e293b;border-color:#334155;color:#e5e7eb}
*/