#townModal,#endModal,#yearModal{z-index:1100}
#map{height:100vh;width:100%}
#three-container{width:100%;height:80vh}
.tooltip,#flash-container{z-index:1150}
.legend-item span{user-select:none}
.legend-item.disabled{opacity:0.4}
.legend-item .legend-color{border:1px solid #333}
.progress-wrapper{position:relative;width:100%;height:25px;background:#e0e0e0;border-radius:5px;overflow:hidden}
.progress-bar-custom{position:absolute;top:0;left:0;height:100%;background:#28a745;width:0%}
.progress-wrapper::after{content:attr(data-percent);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#000;font-weight:bold}
@keyframes pulse {0%{transform:scale(1)}50%{transform:scale(1.01)}100%{transform:scale(1)}}
.sim-highlight {animation:pulse 1s ease-in-out 3;}