.map-vote-layer{position:fixed;inset:0;z-index:44;display:grid;place-items:center;background:#0005;font:14px Tahoma,Arial,sans-serif;padding:16px}
.map-vote-window{width:min(640px,100%);max-height:calc(100dvh - 32px);overflow:auto;color:#eee}
.map-vote-content{margin:10px;padding:20px;background:#303030;border:1px solid #858585}
.map-vote-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.map-vote-heading h2{margin:0;font-size:22px}.map-vote-heading p{color:#bbb;margin:7px 0 0;font-size:14px}.map-vote-heading>b{font-size:28px;color:#ffdd76;font-variant-numeric:tabular-nums}
#mapVoteOptions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.map-vote-option{min-height:150px;background:linear-gradient(#515151,#3d3d3d);border:1px solid #878787;color:white;text-align:left;padding:18px;cursor:pointer;display:flex;flex-direction:column;gap:10px}.map-vote-option strong{font-size:21px}.map-vote-option span{font:14px/1.5 Tahoma;color:#d0d0d0;flex:1}.map-vote-option .vote-count{font-size:16px;color:#f6d376}.map-vote-option:hover{background:#5a5a5a}.map-vote-option.selected{outline:2px solid #e85e66;background:linear-gradient(#78383b,#4a272a)}.map-vote-option:focus-visible{outline:3px solid white;outline-offset:2px}
#mapVoteStatus{font-size:14px;line-height:1.5;min-height:42px;margin:20px 0 10px;color:#ddd}.map-vote-footer{display:flex;gap:12px;justify-content:space-between;align-items:center;color:#aaa;font-size:12px}.map-vote-footer span{max-width:52%}
#mapVoteReminder{position:fixed;bottom:calc(18px + var(--safe-bottom,0px));left:50%;transform:translateX(-50%);z-index:36}#reopenMapVote{min-height:44px;padding:10px 20px;border:1px solid #ccc;background:#5b292e;color:white;font:bold 14px Tahoma}
#mapLoading{position:fixed;inset:0;display:grid;place-items:center;z-index:55;background:#100c12ed;color:#f4e9ec;font-family:Tahoma,Arial,sans-serif;text-align:center;padding:24px}#mapLoading h2{font-size:26px;margin:0 0 15px}#mapLoading p{font-size:16px;color:#c9b6c1;line-height:1.6}#mapLoading button{min-height:44px;padding:10px 20px;border:1px solid #956675;background:#40242f;color:white;font-size:14px}
@media(max-width:560px){.map-vote-content{padding:16px;margin:6px}#mapVoteOptions{grid-template-columns:1fr}.map-vote-option{min-height:112px;padding:14px}.map-vote-option strong{font-size:19px}.map-vote-heading h2{font-size:19px}.map-vote-layer{padding:calc(10px + var(--safe-top,0px)) 10px calc(10px + var(--safe-bottom,0px))}.map-vote-window{max-height:calc(var(--visible-height,100dvh) - 24px - var(--safe-top,0px) - var(--safe-bottom,0px))}}
