*,:before,:after{box-sizing:border-box;margin:0;padding:0}#visuals{margin-top:var(--space-md);margin-bottom:var(--space-xl)}#map{background:var(--bg);width:100%;height:25rem}#running-totals{margin-bottom:var(--space-xl)}.centered{text-align:center}table{font-family:var(--ff-mono);font-size:var(--fs-3);color:var(--clr-body);table-layout:fixed;width:100%;margin-left:var(--space-sm);margin-right:var(--space-sm);border-collapse:collapse;border-bottom:1px solid hsl(from var(--clr-bg)h s calc(l / 1.2));margin:0 auto}thead{font-family:var(--ff-mono);text-align:left;font-style:italic;font-weight:400}th,td{padding:var(--space-2xs)}tr :first-child{width:45%}tr :nth-child(2){text-align:right;width:26%}tr :nth-child(3){text-align:right;width:34%}tbody tr:nth-child(odd){background-color:hsl(from var(--clr-bg)h s calc(l / 1.07))}.stat .val{font-family:var(--ff-mono);color:var(--clr-body);font-size:24px;font-weight:700;line-height:1}.stat .lbl{color:var(--clr-body);text-transform:uppercase;letter-spacing:.08em;margin-top:3px;font-size:10px}.leaflet-container{background:var(--clr-bg)}.leaflet-control-zoom a{background:var(--clr-bg);color:var(--clr-body);border-color:var(--border)}.leaflet-control-zoom a:hover{background:var(--border)}.leaflet-control-attribution{color:var(--clr-body);font-size:.8rem;font-family:var(--ff-mono);font-style:italic;background:0 0!important}.leaflet-control-attribution a{color:var(--clr-body)}.city-tooltip{background-color:hsl(from var(--clr-bg) h s calc(l * 2.1));border:1px solid hsl(from var(--clr-bg) h s calc(l / 1.2));border-radius:var(--border-radius);color:var(--clr-body);font-family:var(--ff-mono);font-size:var(--fs-1);box-shadow:3px 3px 2px hsl(from var(--clr-bg) h calc(s * .6) calc(l * .6 + .5)), 5px 5px 2px hsl(from var(--clr-bg) h calc(s * .4) calc(l * .7 + .5));white-space:nowrap;padding:.4rem .8rem .6rem;font-style:italic;font-weight:700}.city-tooltip .date{font-family:var(--ff-mono);font-size:var(--fs-1);color:var(--clr-body);font-weight:300}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{border-top-color:#713b45}.legend{z-index:800;gap:var(--space-sm);color:var(--clr-body);font-family:var(--ff-mono);font-style:italic;font-size:var(--fs-1);background:0 0;display:flex;position:absolute;bottom:1rem;left:1.5rem}.legend-item{align-items:center;gap:8px;display:flex}.legend-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.legend-dot.origin{background:var(--clr-turquoise);box-shadow:0 0 6px var(--clr-turquoise)}.legend-dot.dest{background:var(--clr-tomato);box-shadow:0 0 6px var(--clr-tomato)}.legend-line{background:var(--clr-tomato);opacity:.7;border-radius:1px;width:20px;height:2px}@media (max-width:600px){.header{padding:14px 16px 12px}.header h1{font-size:16px}.stat .val{font-size:20px}.stats{gap:16px}.legend{gap:12px;padding:8px 14px;font-size:11px;bottom:16px;left:10px}}