.ofm-wrap{font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans"; color:#0f172a;}
.ofm-toolbar{display:flex; flex-wrap:wrap; gap:10px; align-items:center; padding:8px 10px; border:1px solid #e5e7eb; border-radius:12px; margin-bottom:8px; background:#fff; position:relative; z-index:500;}
.ofm-row{display:flex; gap:6px; align-items:center;}
.ofm-row label{font-size:12px; color:#334155;}
.ofm-row select,.ofm-row input[type="date"]{padding:6px 8px; border:1px solid #e5e7eb; border-radius:10px; background:#fff;}
.ofm-reset{padding:6px 10px; border:1px solid #e5e7eb; border-radius:10px; background:#0ea5e9; color:#fff; cursor:pointer}
.ofm-map{border:1px solid #e5e7eb; border-radius:14px; overflow:hidden;}
.ofm-credits{font-size:12px; color:#64748b; margin-top:6px}
.leaflet-popup-content-wrapper{border-radius:12px;}
.ofm-toolbar{box-shadow:0 6px 16px rgba(2,8,23,.05)}