:root,:root[data-theme=light]{color-scheme:light;--color-bg:#ffffff;--color-surface:#f7f7f8;--color-border:#e2e2e6;--color-text:#18181b;--color-text-muted:#52525b;--color-accent:#1d4ed8;--color-accent-contrast:#ffffff;--status-scheduled:#1d4ed8;--status-cancelled:#b91c1c;--status-completed:#15803d;--status-unknown:#6b7280;--status-contrast:#ffffff;--map-tile-filter:none;--map-pin-border:#ffffff;--map-pin-shadow:rgba(0,0,0,0.35);--map-cluster-bg:var(--color-accent);--map-cluster-text:var(--color-accent-contrast);--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--font-sans:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.25rem;--text-xl:1.5rem;--text-2xl:2rem;--radius-sm:4px;--radius-md:8px;--focus-ring:2px solid var(--color-accent)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--color-bg:#111827;--color-surface:#1f2937;--color-border:#4b5563;--color-text:#f9fafb;--color-text-muted:#d1d5db;--color-accent:#93c5fd;--color-accent-contrast:#0f172a;--status-scheduled:#93c5fd;--status-cancelled:#fca5a5;--status-completed:#86efac;--status-unknown:#9ca3af;--map-tile-filter:brightness(0.76) invert(0.88) contrast(0.82) hue-rotate(180deg) saturate(0.75);--map-pin-border:#111827;--map-pin-shadow:rgba(0,0,0,0.65);--map-cluster-bg:var(--color-accent);--map-cluster-text:var(--color-accent-contrast)}}:root[data-theme=dark]{color-scheme:dark;--color-bg:#111827;--color-surface:#1f2937;--color-border:#4b5563;--color-text:#f9fafb;--color-text-muted:#d1d5db;--color-accent:#93c5fd;--color-accent-contrast:#0f172a;--status-scheduled:#93c5fd;--status-cancelled:#fca5a5;--status-completed:#86efac;--status-unknown:#9ca3af;--map-tile-filter:brightness(0.76) invert(0.88) contrast(0.82) hue-rotate(180deg) saturate(0.75);--map-pin-border:#111827;--map-pin-shadow:rgba(0,0,0,0.65);--map-cluster-bg:var(--color-accent);--map-cluster-text:var(--color-accent-contrast)}:focus-visible{outline:var(--focus-ring);outline-offset:2px}body,html{margin:0;padding:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-size:var(--text-base);line-height:1.5}a{color:var(--color-accent)}.zvg-map-tiles{filter:var(--map-tile-filter)}html .leaflet-popup-content-wrapper,html .leaflet-popup-tip{background:var(--color-surface);color:var(--color-text)}html .leaflet-container a{color:var(--color-accent)}