html,body,#root{height:100%;margin:0;padding:0;font-family:Courier New,Courier,monospace}.layout-header{height:5vh}.layout-main{height:90vh}.layout-footer{height:5vh}.map-container{position:relative;width:100%;height:100%;touch-action:auto}:root{--loading-bar-bg: #d1d5db;--loading-bar-fill: #22c55e;--loading-bar-height: 8px;--loading-bar-width: 192px;--loading-bar-border-radius: 9999px;--loading-bar-animation-duration: 2s}.loading-bar{width:var(--loading-bar-width);height:var(--loading-bar-height);background-color:var(--loading-bar-bg);border-radius:var(--loading-bar-border-radius);overflow:hidden;position:relative}.loading-bar-fill{height:100%;background-color:var(--loading-bar-fill);border-radius:var(--loading-bar-border-radius);position:absolute;left:-50%;width:50%;animation:loading-fill var(--loading-bar-animation-duration) ease-in-out infinite}@keyframes loading-fill{0%{left:-50%}50%{left:100%}to{left:-50%}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:#2563eb;color:#fff;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;font-size:1rem;font-weight:500}.cookie-text{flex:1}.cookie-close{background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer;margin-left:1rem;line-height:1}
