html,body{overflow:hidden;height:100%;height:100dvh;position:fixed;width:100%}html,body,#root{height:100%;height:100dvh;width:100%;margin:0;padding:0;font-family:Onest,sans-serif}body{overscroll-behavior:none;-webkit-overflow-scrolling:touch}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent;border-radius:10px}.light ::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#f37422,#e5631a);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#fb923c,#f37422)}*{scrollbar-width:thin;scrollbar-color:#F37422 transparent}.light *{scrollbar-color:#F37422 transparent}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.glass-panel{background:#111827d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.light .glass-panel{background:#ffffffe6}.maplibregl-map{width:100%!important;height:100%!important}.rainfall-popup .maplibregl-popup-content{padding:0;background:transparent;border:none;border-radius:14px;box-shadow:none}.rainfall-popup .maplibregl-popup-tip{border-top-color:#fff;border-bottom-color:#fff}.rainfall-popup.maplibregl-popup-anchor-top .maplibregl-popup-tip,.rainfall-popup.maplibregl-popup-anchor-top-left .maplibregl-popup-tip,.rainfall-popup.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{border-bottom-color:#fff}.rainfall-popup.maplibregl-popup-anchor-bottom .maplibregl-popup-tip,.rainfall-popup.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip,.rainfall-popup.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{border-top-color:#fff}.rainfall-popup.maplibregl-popup-anchor-left .maplibregl-popup-tip{border-right-color:#fff}.rainfall-popup.maplibregl-popup-anchor-right .maplibregl-popup-tip{border-left-color:#fff}.dark .rainfall-popup .maplibregl-popup-tip{border-top-color:#0f172a;border-bottom-color:#0f172a}.dark .rainfall-popup.maplibregl-popup-anchor-top .maplibregl-popup-tip,.dark .rainfall-popup.maplibregl-popup-anchor-top-left .maplibregl-popup-tip,.dark .rainfall-popup.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{border-bottom-color:#0f172a}.dark .rainfall-popup.maplibregl-popup-anchor-bottom .maplibregl-popup-tip,.dark .rainfall-popup.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip,.dark .rainfall-popup.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{border-top-color:#0f172a}.dark .rainfall-popup.maplibregl-popup-anchor-left .maplibregl-popup-tip{border-right-color:#0f172a}.dark .rainfall-popup.maplibregl-popup-anchor-right .maplibregl-popup-tip{border-left-color:#0f172a}.culture-tooltip-popup .maplibregl-popup-content{padding:0;background:transparent;border:none;border-radius:0;box-shadow:none}.culture-tooltip-popup{max-width:none!important}.culture-tooltip-popup .maplibregl-popup-tip{border-width:7px;border-top-color:#fff;border-bottom-color:#fff}.dark .culture-tooltip-popup .maplibregl-popup-tip{border-top-color:#020617;border-bottom-color:#020617}.culture-tooltip-popup.maplibregl-popup-anchor-top .maplibregl-popup-tip,.culture-tooltip-popup.maplibregl-popup-anchor-top-left .maplibregl-popup-tip,.culture-tooltip-popup.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{border-bottom-color:#fff}.dark .culture-tooltip-popup.maplibregl-popup-anchor-top .maplibregl-popup-tip,.dark .culture-tooltip-popup.maplibregl-popup-anchor-top-left .maplibregl-popup-tip,.dark .culture-tooltip-popup.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{border-bottom-color:#020617}.culture-tooltip-popup.maplibregl-popup-anchor-bottom .maplibregl-popup-tip,.culture-tooltip-popup.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip,.culture-tooltip-popup.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{border-top-color:#fff}.dark .culture-tooltip-popup.maplibregl-popup-anchor-bottom .maplibregl-popup-tip,.dark .culture-tooltip-popup.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip,.dark .culture-tooltip-popup.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{border-top-color:#020617}.station-marker{position:relative;cursor:pointer;display:flex;flex-direction:column;align-items:center;transition:opacity .2s ease-out}.station-marker-scale{transform:scale(var(--marker-scale, 1));transform-origin:bottom center;transition:transform .2s ease-out}.station-marker svg{transition:transform .15s ease-out}.station-marker:hover svg{transform:scale(1.15)}.station-marker:hover{z-index:9999!important}.station-marker.selected{z-index:1000!important}.station-marker.selected .station-marker-scale{border:2px solid white!important;box-shadow:0 2px 10px #00000080!important}.station-marker.highlighted .station-marker-scale{transform:scale(calc(var(--marker-scale, 1) * 1.2))}.station-marker.highlighted{z-index:9999!important;filter:drop-shadow(0 0 8px rgba(255,255,255,.9))}.marker-ping{position:absolute;border-radius:50%;animation:ping 1s cubic-bezier(0,0,.2,1) infinite;opacity:.75;pointer-events:none}@keyframes ping{75%,to{transform:scale(2.5);opacity:0}}.station-tooltip{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:4px;background:#111827f2;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:4px 10px;color:#fff;font-size:11px;font-weight:500;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s;box-shadow:0 4px 12px #0006}.light .station-tooltip{background:#fffffff2;border:1px solid rgba(0,0,0,.1);color:#1e293b;box-shadow:0 4px 12px #00000026}.station-marker:hover .station-tooltip{opacity:1}.station-marker:hover .semaphore-tooltip{opacity:1!important}.semaphore-tooltip-popup .maplibregl-popup-content{padding:0;background:transparent;border:none;border-radius:0;box-shadow:none}.semaphore-tooltip-popup .maplibregl-popup-tip{display:none}.semaphore-tooltip-tail svg path{fill:#020617}.light .semaphore-tooltip-tail svg path{fill:#fff}.semaphore-tooltip-content{background:#020617}.light .semaphore-tooltip-content{background:#fff}.semaphore-tooltip-label{color:#fff}.light .semaphore-tooltip-label{color:#020617}.semaphore-tooltip-details{color:#94a3b8}.light .semaphore-tooltip-details{color:#64748b}.semaphore-tooltip-value{color:#fff}.light .semaphore-tooltip-value{color:#020617}
