// mapscreen.jsx — full-bleed civic reporting map. Exported to window. const MAP_FILTERS = [ { key: 'all', label: 'Semua', color: 'var(--s-700)' }, { key: 'kriminalitas', label: 'Kriminalitas', color: 'var(--coral)' }, { key: 'jalan', label: 'Jalan Rusak', color: 'var(--amber)' }, { key: 'traffic', label: 'Lalu Lintas', color: 'var(--blue)' }, { key: 'lingkungan', label: 'Lingkungan', color: 'var(--lime)' }, { key: 'selesai', label: 'Selesai', color: 'var(--lime-700)' }, ]; function FrostBar({ dark, children, style = {} }) { return (