:root{
  color-scheme:light;
  --haggl-purple:#7049eb;
  --haggl-blue:#2d86f6;
  --haggl-panel:rgba(255,255,255,.94);
  --haggl-text:#171a2d;
  --haggl-muted:#7b8292;
}
*{box-sizing:border-box}
html,body,#map{width:100%;height:100%;margin:0;overflow:hidden}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#eaf0f5;color:var(--haggl-text)}
.map-status{position:fixed;left:50%;top:16px;transform:translateX(-50%);z-index:20;padding:9px 13px;border:1px solid rgba(30,35,60,.08);border-radius:999px;background:var(--haggl-panel);box-shadow:0 9px 24px rgba(20,25,55,.12);font-size:12px;font-weight:750;color:var(--haggl-muted);backdrop-filter:blur(14px)}
.map-status.hidden{display:none}
.haggl-marker{width:34px;height:34px;border:4px solid #fff;border-radius:50%;box-shadow:0 8px 22px rgba(35,42,84,.25)}
.haggl-marker.pickup{background:var(--haggl-purple)}
.haggl-marker.destination{background:var(--haggl-blue)}
.haggl-marker.driver{width:28px;height:28px;border-width:3px;background:linear-gradient(135deg,var(--haggl-purple),var(--haggl-blue))}
.maplibregl-ctrl-group{border-radius:14px!important;overflow:hidden;box-shadow:0 10px 26px rgba(28,33,65,.15)!important}
.maplibregl-ctrl-group button{width:42px!important;height:42px!important}
.maplibregl-ctrl-attrib{font-size:10px!important;background:rgba(255,255,255,.88)!important}
@media(prefers-color-scheme:dark){body.auto-theme{--haggl-panel:rgba(16,23,34,.94);--haggl-text:#f4f6fb;--haggl-muted:#a4adbb;background:#0c111a}.map-status{border-color:#273246}.maplibregl-ctrl-attrib{background:rgba(15,22,32,.88)!important;color:#dce2eb!important}}
body.theme-dark{--haggl-panel:rgba(16,23,34,.94);--haggl-text:#f4f6fb;--haggl-muted:#a4adbb;background:#0c111a}.theme-dark .map-status{border-color:#273246}.theme-dark .maplibregl-ctrl-attrib{background:rgba(15,22,32,.88)!important;color:#dce2eb!important}
