:root{--hover-state-stroke:1.5px;--map-bg-gradient:radial-gradient(circle,#036c9f 0%,#02427b 100%);--state-fill:#05274d;--state-stroke:#3cb4ff20;--state-hover-fill:#083970;--state-selected-fill:#3498db;--state-selected-stroke:#3cb4ff}.map-container{background:var(--map-bg-gradient);border-radius:12px;box-shadow:inset 0 0 100px rgba(0,0,0,.2);height:100%;max-height:700px;max-width:1200px;overflow:hidden;overscroll-behavior:none;position:relative;text-align:center;touch-action:none;transform-style:preserve-3d;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.map-container,svg{backface-visibility:hidden;perspective:1000px;will-change:transform}svg{image-rendering:optimizeSpeed;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;transform-origin:center;-webkit-font-smoothing:subpixel-antialiased;image-rendering:optimizeQuality;text-rendering:optimizeLegibility;transform:translateZ(0);transform-style:preserve-3d}.whole_state,svg{shape-rendering:geometricPrecision}.whole_state{fill:var(--state-fill);stroke:var(--state-stroke);stroke-width:.25;transition:all .5s cubic-bezier(.4,0,.2,1);vector-effect:non-scaling-stroke;cursor:pointer;paint-order:stroke;transform:translateZ(0);transition:opacity .3s ease-out}.whole_state:hover{fill:var(--state-hover-fill);stroke:#3cb4ff40;stroke-width:var(--hover-state-stroke);stroke-linejoin:miter;stroke-miterlimit:1;filter:brightness(1.2);transform:translateZ(0);z-index:55}.whole_state.selected{fill:var(--state-selected-fill);stroke:#3cb4ff;stroke-width:.75;filter:drop-shadow(0 0 8px rgba(60,180,255,.4));transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10}.whole_state.selected:hover{fill:var(--state-selected-fill);stroke:#50beff;filter:drop-shadow(0 0 12px rgba(80,190,255,.5));z-index:10}.whole_state:hover:not(.selected){fill:var(--state-hover-fill);stroke:#3cb4ff40;stroke-width:var(--hover-state-stroke)}.whole_state:hover{filter:drop-shadow(0 0 3px rgba(60,180,255,.2))}.map-container:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cfilter id='a' x='0' y='0'%3E%3CfeTurbulence baseFrequency='.8' numOctaves='4' stitchTiles='stitch' type='fractalNoise'/%3E%3C/filter%3E%3Cpath d='M0 0h100v100H0z' filter='url(%23a)' opacity='.08'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}#whole_state_map{transition:opacity .3s ease-out,pointer-events 0s linear .3s}.map-container button{transition:transform .2s ease-out}.map-container button:hover{transform:scale(1.1)}.map-container button:active{transform:scale(.95)}.individual_county{fill:var(--state-fill);stroke:var(--state-stroke);stroke-width:.25;cursor:pointer;transition:all .3s ease-out;shape-rendering:geometricPrecision;vector-effect:non-scaling-stroke;backface-visibility:hidden;isolation:isolate;mix-blend-mode:normal;paint-order:stroke;transform:translateZ(0);will-change:transform}.individual_county:hover{fill:var(--state-hover-fill);stroke:#3cb4ff40;filter:brightness(1.1);isolation:isolate;position:relative;z-index:2}.individual_county.selected{fill:var(--state-selected-fill);stroke:#3cb4ff;stroke-width:1;filter:drop-shadow(0 0 8px rgba(60,180,255,.4));isolation:isolate;mix-blend-mode:normal;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:100}.individual_county.selected:hover{fill:var(--state-selected-fill);stroke:#50beff;filter:drop-shadow(0 0 12px rgba(80,190,255,.5));z-index:100}#counties{opacity:0;pointer-events:none;transition:opacity .3s ease-out}#counties[data-state-active=true]{opacity:1;pointer-events:auto}.individual_county.selected-by-zip{fill:#ffbe32;stroke:orange;stroke-width:1;filter:drop-shadow(0 0 8px rgba(255,165,0,.4));isolation:isolate;mix-blend-mode:normal;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:100}.individual_county.selected-by-zip:hover{fill:var(--state-hover-fill);stroke:#ffbe32;filter:drop-shadow(0 0 12px rgba(255,190,50,.5));z-index:100}.individual_county.multi-selected{fill:var(--state-selected-fill);stroke:#3cb4ff;stroke-width:1;filter:drop-shadow(0 0 8px rgba(60,180,255,.4));isolation:isolate;mix-blend-mode:normal;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:100}.individual_county.multi-selected:hover{fill:var(--state-hover-fill);stroke:#50beff;filter:drop-shadow(0 0 12px rgba(80,190,255,.5));z-index:100}