:root{--bg:#0f172a;--surface:#1e293b;--surface2:#263449;--border:#334155;--text:#e2e8f0;--muted:#94a3b8;--accent:#38bdf8;--green:#4ade80}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--text);font:15px/1.45 system-ui,Segoe UI,sans-serif}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;padding:6px 12px}button:hover{background:var(--surface2)}button.active{background:var(--accent);color:#082f49;border-color:var(--accent)}input,select{font:inherit;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:6px 10px;width:100%}.badge{display:inline-block;color:#fff;font-size:12px;padding:2px 10px;border-radius:99px}.home{display:grid;grid-template-columns:280px 1fr 400px;height:calc(100vh - 53px)}.home .filters{overflow-y:auto}.home .map{position:relative}.home .list{overflow-y:auto;padding:14px;border-left:1px solid var(--border)}.mobile-tabs{display:none}@media (max-width:860px){.home{grid-template-columns:1fr;grid-template-rows:auto 1fr;height:calc(100vh - 53px)}.mobile-tabs{display:flex;gap:6px;padding:8px 12px;border-bottom:1px solid var(--border);background:var(--surface);position:-webkit-sticky;position:sticky;top:0;z-index:500}.mobile-tabs button{flex:1 1}.home[data-view=filters] .list,.home[data-view=filters] .map,.home[data-view=list] .filters,.home[data-view=list] .map,.home[data-view=map] .filters,.home[data-view=map] .list{display:none}.home .filters{padding:0 12px 12px}.home .list{border-left:none}}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:var(--surface);color:var(--text)}.leaflet-popup-content{margin:12px 14px}