#map{display:block;height:auto;width:100%}#map path{transition:fill .2s ease}#map [data-territory-index],#map g.hovered path,#map path.hovered{cursor:pointer}#state-labels{pointer-events:none;user-select:none}.state-label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-shadow:1px 1px 0 rgba(0,0,0,.3),-1px -1px 0 rgba(0,0,0,.3),1px -1px 0 rgba(0,0,0,.3),-1px 1px 0 rgba(0,0,0,.3)}.hidden{display:none!important}.territory-popup{background:rgba(0,0,0,.5);display:grid;inset:0;overflow:scroll;padding:1rem;place-items:center;position:fixed;z-index:1000}.territory-popup .popup-content{backface-visibility:hidden;background:var(--clr-bg,#fff);border-radius:var(--corner-xl);max-height:80vh;max-width:600px;padding:2rem;position:relative;transform:translateZ(0);width:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.territory-popup .popup-content img{aspect-ratio:6/5;border-radius:var(--corner-s);height:auto;max-width:240px;object-fit:cover;width:100%}.territory-popup .pop-up-close{cursor:pointer;font-size:40px;position:absolute;right:-.25rem;text-decoration:none;top:-3rem}.territory-popup .popup-richtext{color:var(--clr-text,#000)}