.landing-page{--lp-bg-deep: #0a0a0a;--lp-bg-dark: #111111;--lp-bg-card: #181818;--lp-bg-card-hover: #222222;--lp-text-primary: #f0f0f0;--lp-text-secondary: #909090;--lp-text-dim: #606060;--lp-accent: #5a9fe6;--lp-accent-glow: rgba(90, 159, 230, .15);--lp-accent-bright: #7db8f5;--lp-grid-line: rgba(255, 255, 255, .04);--lp-border: rgba(255, 255, 255, .1);--lp-danger: #e84545;--lp-warning: #f5a623;--lp-success: #27c079}.landing-page{position:fixed;inset:0;overflow-y:auto;overflow-x:hidden;background:var(--lp-bg-deep);color:var(--lp-text-primary);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;z-index:10000}.landing-loading{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background:var(--lp-bg-deep);color:var(--lp-text-secondary);font-size:1.125rem;z-index:10000}.lp-section-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:var(--lp-accent);margin-bottom:1rem}.lp-section-heading{font-size:clamp(1.75rem,4vw,3rem);font-weight:700;color:var(--lp-text-primary);line-height:1.2;margin:0 0 1rem}.lp-btn-primary{padding:.875rem 2.5rem;background:var(--lp-accent);color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .3s,transform .2s,box-shadow .3s;box-shadow:0 0 20px var(--lp-accent-glow);font-family:inherit}.lp-btn-primary:hover{background:var(--lp-accent-bright);transform:translateY(-1px);box-shadow:0 0 30px #4a90d940}.lp-btn-ghost{padding:.625rem 1.5rem;background:transparent;color:var(--lp-text-primary);border:1px solid var(--lp-border);border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:border-color .3s,background .3s;font-family:inherit}.lp-btn-ghost:hover{border-color:var(--lp-accent);background:#4a90d914}.lp-nav{position:fixed;top:0;left:0;right:0;z-index:10001;display:flex;justify-content:space-between;align-items:center;padding:0 clamp(1.5rem,4vw,4rem);height:64px;background:transparent;transition:background .4s,border-color .4s,backdrop-filter .4s;border-bottom:1px solid transparent}.lp-nav.lp-nav-scrolled{background:#151c2ceb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--lp-border)}.lp-nav-brand{display:flex;align-items:center;gap:10px}.lp-nav-logo-icon{height:32px;width:32px;border-radius:6px;object-fit:cover}.lp-nav-logo{font-size:1.375rem;font-weight:800;color:var(--lp-text-primary);letter-spacing:-.02em}.lp-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 clamp(1.5rem,4vw,4rem);overflow:hidden}.lp-hero-top{position:relative;z-index:2;max-width:800px;padding:2rem 2rem 0}.lp-hero-overlay{position:relative;width:100%;flex:1;min-height:200px}.lp-hero-overlay-text{position:relative;z-index:2;text-align:center;padding:0 clamp(1.5rem,4vw,4rem)}.lp-hero-animation{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;opacity:0;animation:heroGridIn 2s ease-out forwards}.lp-hero-logo-wrap{position:relative;margin:0 auto;opacity:0;animation:heroFadeUp 1s cubic-bezier(.16,1,.3,1) .2s forwards}.lp-hero-logo-wrap:after{content:"";position:absolute;inset:-2px;pointer-events:none;background:radial-gradient(ellipse at center,transparent 30%,rgba(10,10,10,.7) 70%,#0a0a0a 100%)}.lp-hero-logo{height:clamp(280px,50vh,520px);width:auto;display:block;margin:0 auto}.lp-hero-subtitle{font-size:clamp(.75rem,1.5vw,1.125rem);font-weight:400;letter-spacing:.3em;text-transform:uppercase;color:var(--lp-text-secondary);margin:1rem 0 0;opacity:0;animation:heroFadeUp 1s cubic-bezier(.16,1,.3,1) .6s forwards}.lp-hero-desc{font-size:clamp(.9375rem,1.2vw,1.125rem);color:var(--lp-text-secondary);max-width:560px;margin:1rem auto 0;line-height:1.6;opacity:0;animation:heroFadeUp 1s cubic-bezier(.16,1,.3,1) .9s forwards}.lp-hero-cta{margin-top:1.5rem;opacity:0;animation:heroFadeUp 1s cubic-bezier(.16,1,.3,1) 1.2s forwards}.lp-scroll-indicator{position:absolute;bottom:4rem;left:50%;transform:translate(-50%);z-index:3;color:var(--lp-text-dim);opacity:0;animation:heroFadeUp 1s ease 2s forwards}.lp-scroll-indicator svg{animation:scrollBounce 2s ease-in-out infinite}.lp-ticker{position:absolute;bottom:0;left:0;right:0;z-index:2;background:#1b2438d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-top:1px solid var(--lp-border);border-bottom:1px solid var(--lp-border);padding:.875rem 0;overflow:hidden;white-space:nowrap}.lp-ticker-track{display:inline-flex;animation:tickerScroll 40s linear infinite;will-change:transform}.lp-ticker-item{display:inline-flex;align-items:center;gap:.75rem;padding:0 1.5rem;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--lp-text-dim)}.lp-ticker-dot{display:inline-block;width:4px;height:4px;border-radius:50%;background:var(--lp-accent);flex-shrink:0}.lp-mission{padding:clamp(5rem,10vw,10rem) clamp(1.5rem,4vw,4rem);text-align:center;max-width:900px;margin:0 auto}.lp-mission-quote{font-size:clamp(1.5rem,3.5vw,3rem);font-weight:300;line-height:1.35;color:var(--lp-text-primary);margin:0 0 2rem}.lp-mission-body{font-size:clamp(.9375rem,1.2vw,1.125rem);color:var(--lp-text-secondary);line-height:1.7;max-width:680px;margin:0 auto}.lp-capabilities{padding:clamp(5rem,10vw,10rem) clamp(1.5rem,4vw,4rem);max-width:1100px;margin:0 auto}.lp-capabilities-header{text-align:center;margin-bottom:4rem}.lp-cap-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.lp-cap-card{background:var(--lp-bg-card);border:1px solid var(--lp-border);border-radius:12px;padding:2.5rem;transition:border-color .3s,background .3s,transform .3s}.lp-cap-card:hover{border-color:var(--lp-accent);background:var(--lp-bg-card-hover);transform:translateY(-2px)}.lp-cap-icon{width:48px;height:48px;margin-bottom:1.25rem;color:var(--lp-accent)}.lp-cap-card h3{font-size:1.25rem;font-weight:600;color:var(--lp-text-primary);margin:0 0 .75rem}.lp-cap-card p{font-size:.9375rem;color:var(--lp-text-secondary);line-height:1.65;margin:0}.lp-stats{padding:clamp(4rem,8vw,8rem) clamp(1.5rem,4vw,4rem);background:var(--lp-bg-deep);border-top:1px solid var(--lp-border);border-bottom:1px solid var(--lp-border)}.lp-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);max-width:1000px;margin:0 auto}.lp-stat-item{text-align:center;padding:1.5rem 1rem;position:relative}.lp-stat-item:not(:last-child):after{content:"";position:absolute;right:0;top:20%;height:60%;width:1px;background:var(--lp-border)}.lp-stat-number{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;color:var(--lp-text-primary);line-height:1;margin-bottom:.5rem}.lp-stat-label{font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em;color:var(--lp-text-secondary)}.lp-intel{padding:clamp(5rem,10vw,10rem) clamp(1.5rem,4vw,4rem);max-width:1100px;margin:0 auto}.lp-intel-header{text-align:center;margin-bottom:clamp(4rem,8vw,6rem)}.lp-intel-block{display:flex;align-items:center;gap:clamp(2rem,5vw,5rem);margin-bottom:clamp(5rem,10vw,8rem)}.lp-intel-block:last-child{margin-bottom:0}.lp-intel-text{flex:1}.lp-intel-text h3{font-size:clamp(1.375rem,2.5vw,2rem);font-weight:600;color:var(--lp-text-primary);margin:.75rem 0;line-height:1.25}.lp-intel-text p{font-size:.9375rem;color:var(--lp-text-secondary);line-height:1.7;margin:0 0 1.25rem}.lp-intel-list{list-style:none;padding:0;margin:0}.lp-intel-list li{font-size:.875rem;color:var(--lp-text-secondary);padding:.375rem 0 .375rem 1.25rem;position:relative}.lp-intel-list li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:var(--lp-accent)}.lp-intel-visual{flex:0 0 420px;display:flex;align-items:center;justify-content:center}.lp-intel-img{width:100%;max-width:420px;border-radius:10px;border:1px solid var(--lp-border);box-shadow:0 8px 32px #0006;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s ease;cursor:zoom-in;position:relative}.lp-intel-img:hover{transform:scale(2.4);z-index:10002;box-shadow:0 0 0 200vmax #000000bf;border-radius:6px;cursor:zoom-out}.lp-cta-section{padding:clamp(6rem,12vw,12rem) clamp(1.5rem,4vw,4rem);text-align:center;background:radial-gradient(ellipse at center,rgba(74,144,217,.06) 0%,transparent 70%),var(--lp-bg-dark)}.lp-cta-pin{position:relative;display:inline-block;margin-bottom:2rem}.lp-cta-pin svg{position:relative;z-index:1}.lp-cta-pin-ring{position:absolute;top:50%;left:50%;width:48px;height:48px;border-radius:50%;border:2px solid var(--lp-accent);transform:translate(-50%,-50%);animation:pulseRing 2s ease-out infinite}.lp-cta-section h2{font-size:clamp(1.75rem,4vw,3rem);font-weight:700;color:var(--lp-text-primary);margin:0 0 1rem}.lp-cta-section p{font-size:1.0625rem;color:var(--lp-text-secondary);margin:0 0 2.5rem}.lp-footer{background:var(--lp-bg-deep);border-top:1px solid var(--lp-border);padding:clamp(3rem,6vw,5rem) clamp(1.5rem,4vw,4rem) 2rem}.lp-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto}.lp-footer-brand p{font-size:.875rem;color:var(--lp-text-secondary);margin:.5rem 0 0;line-height:1.5}.lp-footer-brand .lp-nav-logo{margin-bottom:.25rem}.lp-footer-col h4{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--lp-text-primary);margin:0 0 1rem}.lp-footer-col ul{list-style:none;padding:0;margin:0}.lp-footer-col li{padding:.25rem 0}.lp-footer-col span{font-size:.875rem;color:var(--lp-text-secondary);cursor:default;transition:color .2s}.lp-footer-col span:hover{color:var(--lp-text-primary)}.lp-footer-bottom{text-align:center;margin-top:clamp(2rem,4vw,3rem);padding-top:1.5rem;border-top:1px solid var(--lp-border)}.lp-footer-bottom p{font-size:.8125rem;color:var(--lp-text-dim);margin:0}.lp-reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.lp-reveal.lp-visible{opacity:1;transform:translateY(0)}.lp-reveal-left{opacity:0;transform:translate(-30px);transition:opacity .8s ease-out,transform .8s ease-out}.lp-reveal-right{opacity:0;transform:translate(30px);transition:opacity .8s ease-out,transform .8s ease-out}.lp-reveal-left.lp-visible,.lp-reveal-right.lp-visible{opacity:1;transform:translate(0)}.lp-stagger>:nth-child(1){transition-delay:0ms}.lp-stagger>:nth-child(2){transition-delay:.1s}.lp-stagger>:nth-child(3){transition-delay:.2s}.lp-stagger>:nth-child(4){transition-delay:.3s}@keyframes heroGridIn{0%{opacity:0}to{opacity:1}}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulseRing{0%{transform:translate(-50%,-50%) scale(1);opacity:.4}to{transform:translate(-50%,-50%) scale(2.5);opacity:0}}@media(max-width:768px){.lp-nav{padding:0 1rem;height:56px}.lp-hero{min-height:100svh;padding:0 1.25rem}.lp-hero-top{padding:4.5rem 1rem 1rem}.lp-hero-overlay{min-height:140px}.lp-hero-subtitle{letter-spacing:.15em}.lp-cap-grid{grid-template-columns:1fr}.lp-cap-card{padding:1.75rem}.lp-stats-grid{grid-template-columns:1fr 1fr}.lp-stat-item:nth-child(2):after{display:none}.lp-stat-item:nth-child(odd):not(:last-child):after{display:block}.lp-intel-block{flex-direction:column}.lp-intel-visual{margin-bottom:1rem}.lp-intel-img{max-width:100%}.lp-footer-grid{grid-template-columns:1fr;gap:2rem}.lp-ticker-item{font-size:.65rem;padding:0 1rem}}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0,0,0,0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media(forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media(forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media(hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media(forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@media(prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media(hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}.map-container{width:100%;height:100%;position:relative;background-color:var(--bg-tertiary);z-index:0}.map-container canvas{background-color:var(--bg-tertiary)}.map-container .maplibregl-ctrl-bottom-left{bottom:10px;left:10px;display:flex;flex-direction:row;align-items:center;gap:6px}.map-container .maplibregl-ctrl-bottom-left .maplibregl-ctrl-group{display:flex;flex-direction:row;margin:0;box-shadow:0 2px 4px #0000001a}.map-container .maplibregl-ctrl-bottom-left .maplibregl-ctrl-group button{width:36px;height:36px;border-right:1px solid var(--border-color);border-bottom:none}.map-container .maplibregl-ctrl-bottom-left .maplibregl-ctrl-group button:last-child{border-right:none}.map-container .maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib{margin:0;background:transparent!important;border:none!important;box-shadow:none!important;font-size:9px}.map-container .maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button{width:20px;height:20px;background-color:transparent;border-radius:0;box-shadow:none;border:none;margin:0;padding:0;opacity:.5}.map-container .maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button:hover{opacity:.8}.map-container .maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib .maplibregl-ctrl-attrib-inner{background:transparent}.maplibregl-popup-close-button{background:transparent;border:none;border-radius:0;padding:0;font-size:18px;color:var(--text-primary);width:24px;height:24px;line-height:24px;text-align:center;cursor:pointer}.maplibregl-popup-close-button:hover{background:#0000000d;color:var(--text-primary);border-color:transparent}.long-press-indicator{position:fixed;transform:translate(-50%,-50%);pointer-events:none;z-index:1000;display:flex;align-items:center;justify-content:center}.long-press-circle{width:120px;height:120px;transform:rotate(-90deg)}.long-press-bg{fill:none;stroke:#ffffff80;stroke-width:6}.long-press-progress{fill:none;stroke:var(--accent);stroke-width:6;stroke-linecap:round;stroke-dasharray:283;stroke-dashoffset:283;animation:long-press-fill linear forwards}@keyframes long-press-fill{0%{stroke-dashoffset:283}to{stroke-dashoffset:0}}.long-press-icon{position:absolute;width:40px;height:40px;color:var(--accent);animation:long-press-pulse .4s ease-in-out infinite alternate}.long-press-icon svg{width:100%;height:100%}@keyframes long-press-pulse{0%{transform:scale(.9);opacity:.7}to{transform:scale(1.1);opacity:1}}.map-context-menu-backdrop{position:fixed;inset:0;z-index:1001}.map-context-menu{position:fixed;z-index:1002;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:6px;box-shadow:0 4px 16px #0003;padding:4px 0;min-width:180px;max-width:280px}.map-context-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 14px;border:none;background:none;color:var(--text-primary);font-size:13px;cursor:pointer;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-context-menu-item:hover{background:var(--bg-tertiary)}.map-context-menu-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0;color:var(--text-secondary);font-size:14px}.map-context-menu-icon svg{width:16px;height:16px}.map-context-menu-separator{height:1px;background:var(--border-color);margin:4px 8px}.mode-toggle-bar{position:absolute;top:10px;left:360px;display:flex;gap:0;background:var(--bg-primary);border-radius:4px;padding:0;box-shadow:0 2px 4px #0000001a;border:2px solid var(--border-color);z-index:999;height:36px}.mode-toggle-button{display:flex;align-items:center;gap:6px;padding:0 12px;height:100%;border:none;border-radius:0;background:transparent;color:var(--text-secondary);font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.mode-toggle-button:first-child{border-radius:2px 0 0 2px}.mode-toggle-button:last-child{border-radius:0 2px 2px 0}.mode-toggle-button:not(:last-child){border-right:1px solid var(--border-color)}.mode-toggle-button:hover{background:var(--bg-secondary);color:var(--text-primary)}.mode-toggle-button.active{background:var(--accent);color:#fff}.mode-toggle-button .mode-icon{width:16px;height:16px}.mode-toggle-bar.icons-only .mode-toggle-button{padding:0 10px}.layer-settings-panel-container{position:absolute;top:12px;right:10px;width:300px;max-height:calc(100% - 24px);background:var(--bg-primary);border-radius:8px;box-shadow:0 2px 8px #00000026;z-index:998;overflow:hidden;display:flex;flex-direction:column}@media(max-width:768px){.layer-settings-panel-container{width:calc(100% - 20px);max-height:50vh;inset:auto 10px 10px;z-index:1002}}.layer-settings-backdrop{display:none}@media(max-width:768px){.layer-settings-backdrop{display:block;position:fixed;inset:0;background:#0000004d;z-index:1001;pointer-events:auto}}.resize-grip{position:absolute;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .15s ease}.resize-grip.vertical{left:0;top:0;bottom:0;width:8px;cursor:ew-resize}.resize-grip.vertical:hover,.layer-settings-panel.dragging .resize-grip.vertical{background:#4a90d926}.resize-grip.vertical .grip-handle{width:3px;height:40px;background:var(--border-color);border-radius:2px;transition:background .15s ease}.resize-grip.vertical:hover .grip-handle,.layer-settings-panel.dragging .resize-grip.vertical .grip-handle{background:var(--accent)}.resize-grip.horizontal{left:0;right:0;top:0;height:12px;cursor:ns-resize}.resize-grip.horizontal:hover,.layer-settings-panel.dragging .resize-grip.horizontal{background:#4a90d926}.resize-grip.horizontal .grip-handle{width:40px;height:4px;background:var(--border-color);border-radius:2px;transition:background .15s ease}.resize-grip.horizontal:hover .grip-handle,.layer-settings-panel.dragging .resize-grip.horizontal .grip-handle{background:var(--accent)}.layer-settings-panel.dragging{-webkit-user-select:none;user-select:none}.buzz-ring{will-change:transform,opacity}.event-marker-buzz{background-color:transparent!important;box-shadow:none!important;animation:none!important;pointer-events:none;contain:layout style}.buzz-dot{position:absolute;width:14px;height:14px;top:-7px;left:-7px;border-radius:50%;background-color:#ff2d55;z-index:4;cursor:pointer;pointer-events:auto;box-shadow:0 0 6px #ff2d5599}.buzz-ring{position:absolute;border-radius:50%;border:2px solid #FF2D55;pointer-events:none;animation:buzz-ripple 2.5s ease-out infinite}.buzz-ring-1{width:28px;height:28px;top:-14px;left:-14px;opacity:.6;animation-delay:0s}.buzz-ring-2{width:48px;height:48px;top:-24px;left:-24px;opacity:.35;animation-delay:.6s}.buzz-ring-3{width:68px;height:68px;top:-34px;left:-34px;opacity:.15;animation-delay:1.2s}@keyframes buzz-ripple{0%{transform:scale(.6);opacity:.7}to{transform:scale(2);opacity:0}}.buzz-trend-emerging .buzz-dot{background-color:#ff9500;box-shadow:0 0 6px #ff950099}.buzz-trend-emerging .buzz-ring{border-color:#ff9500}.buzz-trend-peaking .buzz-dot{background-color:#ff2d55;box-shadow:0 0 6px #ff2d5599}.buzz-trend-peaking .buzz-ring{border-color:#ff2d55}.buzz-trend-declining .buzz-dot{background-color:#007aff;box-shadow:0 0 6px #007aff99}.buzz-trend-declining .buzz-ring{border-color:#007aff}.buzz-trend-dead .buzz-dot{background-color:#34c759;box-shadow:0 0 6px #34c75999}.buzz-trend-dead .buzz-ring{border-color:#34c759}[data-theme=dark] .buzz-trend-emerging .buzz-dot{box-shadow:0 0 10px #ff9500cc}[data-theme=dark] .buzz-trend-peaking .buzz-dot{box-shadow:0 0 10px #ff2d55cc}[data-theme=dark] .buzz-trend-declining .buzz-dot{box-shadow:0 0 10px #007affcc}[data-theme=dark] .buzz-trend-dead .buzz-dot{box-shadow:0 0 10px #34c759cc}.event-marker-warzone{background-color:transparent!important;box-shadow:none!important;animation:none!important;pointer-events:none;contain:layout style}.wz-icon{position:absolute;display:flex;align-items:center;justify-content:center;width:28px;height:28px;top:-14px;left:-14px;font-size:16px;z-index:2;pointer-events:auto;cursor:pointer;border-radius:50%;filter:drop-shadow(0 1px 2px rgba(0,0,0,.4))}.event-marker-live-intel{background-color:transparent!important;box-shadow:none!important;animation:none!important;pointer-events:none;contain:layout style}.li-radar-ring{position:absolute;width:30px;height:30px;top:-15px;left:-15px;border-radius:50%;border:1.5px solid var(--li-color);opacity:.6;pointer-events:none;will-change:transform,opacity;animation:li-ring-pulse 4s ease-in-out infinite}.li-radar-sweep{position:absolute;width:30px;height:30px;top:-15px;left:-15px;border-radius:50%;background:conic-gradient(from 0deg,transparent 0deg,var(--li-color-alpha) 40deg,transparent 80deg);pointer-events:none;will-change:transform;animation:li-sweep-rotate 3s linear infinite}.li-radar-dot{position:absolute;width:8px;height:8px;top:-4px;left:-4px;border-radius:50%;background-color:var(--li-color);box-shadow:0 0 6px var(--li-color-alpha);z-index:4;cursor:pointer;pointer-events:auto}@keyframes li-sweep-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes li-ring-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.li-type-defense{--li-color: #FF2020;--li-color-alpha: rgba(255,32,32,.3)}.li-type-vip{--li-color: #1E90FF;--li-color-alpha: rgba(30,144,255,.3)}.li-type-hazard{--li-color: #FF8C00;--li-color-alpha: rgba(255,140,0,.3)}.li-type-space{--li-color: #9B59B6;--li-color-alpha: rgba(155,89,182,.3)}.li-type-event{--li-color: #2ECC71;--li-color-alpha: rgba(46,204,113,.3)}.li-type-emergency{--li-color: #FF4757;--li-color-alpha: rgba(255,71,87,.3)}.event-marker-live-intel-conflict{background-color:transparent!important;box-shadow:none!important;animation:none!important;pointer-events:none;contain:layout style}.li-crosshair{position:absolute;width:0;height:0;top:0;left:0;pointer-events:none}.li-crosshair:before,.li-crosshair:after{content:"";position:absolute;background-color:var(--li-conflict-color);opacity:.5}.li-crosshair:before{width:1.5px;height:24px;top:-12px;left:-.75px}.li-crosshair:after{width:24px;height:1.5px;top:-.75px;left:-12px}.li-conflict-dot{position:absolute;width:8px;height:8px;top:-4px;left:-4px;border-radius:50%;background-color:var(--li-conflict-color);box-shadow:0 0 6px var(--li-conflict-alpha);z-index:4;cursor:pointer;pointer-events:auto;will-change:transform;animation:li-conflict-pulse 2s ease-in-out infinite}@keyframes li-conflict-pulse{0%,to{transform:scale(1);box-shadow:0 0 4px var(--li-conflict-alpha)}50%{transform:scale(1.3);box-shadow:0 0 12px var(--li-conflict-alpha)}}.li-conflict-type-armed{--li-conflict-color: #DC143C;--li-conflict-alpha: rgba(220,20,60,.4)}.li-conflict-type-faction{--li-conflict-color: #FF6B35;--li-conflict-alpha: rgba(255,107,53,.4)}.li-conflict-type-civilian{--li-conflict-color: #C70039;--li-conflict-alpha: rgba(199,0,57,.4)}[data-theme=dark] .li-radar-dot{box-shadow:0 0 10px var(--li-color-alpha)}[data-theme=dark] .li-radar-ring{opacity:.7}[data-theme=dark] .li-conflict-dot{box-shadow:0 0 10px var(--li-conflict-alpha)}[data-theme=dark] .li-crosshair:before,[data-theme=dark] .li-crosshair:after{opacity:.7}.map-container .event-marker{translate:0 0;transition:width .2s ease,height .2s ease,font-size .2s ease,translate .35s cubic-bezier(.34,1.56,.64,1)}.map-container .event-marker-buzz,.map-container .event-marker-live-intel,.map-container .event-marker-live-intel-conflict{translate:0 0;transition:translate .35s cubic-bezier(.34,1.56,.64,1)}.spider-backdrop{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.15)}[data-theme=dark] .spider-backdrop{background-color:#00000080!important;border-color:#ffffff1a}:root .spider-backdrop{background-color:#ffffff80!important;border-color:#0000001a}.layer-control-buttons{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.layer-control-toggle{background:var(--bg-primary);border:2px solid var(--border-color);border-radius:4px;width:36px;height:36px;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a;transition:all .2s}.layer-control-toggle.active{background:#4a90d926;border-color:var(--accent)}.layer-control-toggle svg{display:block;flex-shrink:0}.layer-control-toggle:hover{background:var(--bg-secondary);box-shadow:0 4px 8px #00000026}.layer-control-toggle.active:hover{background:#4a90d933}.layer-control-panel{position:relative;background:var(--bg-primary);padding:10px;width:100%;height:100%;overflow-y:auto;overflow-x:hidden}.layer-control-panel.about-panel{min-width:0}.layer-control-panel h3{margin:0 0 8px;font-size:16px;font-weight:600;color:var(--text-primary);border-bottom:2px solid var(--border-color);padding-bottom:6px}.app-header-with-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;border-bottom:2px solid var(--border-color);padding-bottom:8px}.app-header-with-toggle h3{border-bottom:none;padding-bottom:0;margin-bottom:0;flex-shrink:0}.layer-category{margin-bottom:12px}.layer-category:last-child{margin-bottom:0}.layer-category h4{margin:0 0 6px;font-size:13px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.coming-soon{font-size:10px;color:var(--text-secondary);font-weight:400;text-transform:none;letter-spacing:normal}.style-selector{display:flex;gap:4px}.style-option{flex:1;padding:6px 8px;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-primary);font-size:12px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s}.style-option:hover{background:var(--bg-secondary);border-color:var(--text-secondary)}.style-option.active{background:var(--accent);border-color:var(--accent);color:#fff}.layer-list{display:flex;flex-direction:column;gap:1px}.layer-item{display:flex;align-items:center;gap:6px;cursor:pointer;padding:2px 6px;border-radius:4px;transition:background .2s}.layer-item:hover{background:var(--bg-secondary)}.layer-item input[type=checkbox]{cursor:pointer;width:16px;height:16px}.layer-item span{font-size:14px;color:var(--text-primary);-webkit-user-select:none;user-select:none}.feature-count{font-size:10px;color:var(--text-secondary);background:var(--bg-tertiary);padding:1px 5px;border-radius:8px;font-weight:500;min-width:20px;text-align:center}.layer-description{font-size:12px;color:var(--text-secondary);margin:4px 0 0;font-style:italic}.layer-group{background:var(--bg-secondary);border-radius:6px;margin-bottom:8px;overflow:hidden}.layer-group-header{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--bg-tertiary);border-bottom:1px solid var(--border-color)}.layer-group-icon{font-size:16px}.layer-group-title{font-size:13px;font-weight:600;color:var(--text-primary)}.layer-group-content{padding:6px}.layer-group-content .layer-item{padding:2px 4px}.layer-group-content .layer-item span{font-size:13px}.search-container{position:relative;display:flex;align-items:center;gap:4px}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:8px;pointer-events:none}.search-input{width:160px;height:36px;padding:0 28px;border:2px solid var(--border-color);border-radius:4px;font-size:13px;outline:none;transition:all .2s;background:var(--bg-primary);color:var(--text-primary)}.search-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #4a90d91a}.search-input::placeholder{color:var(--text-secondary)}.search-clear{position:absolute;right:6px;background:none;border:none;cursor:pointer;font-size:16px;color:var(--text-secondary);padding:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%}.search-clear:hover{background:var(--bg-tertiary);color:var(--text-primary)}.search-mode-toggle{width:36px;height:36px;border:2px solid var(--border-color);border-radius:4px;background:var(--bg-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--accent);transition:all .2s}.search-mode-toggle:hover{background:var(--bg-secondary);box-shadow:0 2px 4px #0000001a}.search-mode-toggle.map-mode{background:#4a90d926;border-color:var(--accent)}.search-mode-toggle svg{display:block;flex-shrink:0;width:18px;height:18px}.search-results{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:var(--bg-primary);border-radius:6px;box-shadow:0 4px 12px #00000026;max-height:300px;overflow-y:auto;z-index:1001}.search-result-item{display:flex;align-items:center;gap:8px;padding:10px 12px;cursor:pointer;transition:background .15s}.search-result-item:hover{background:var(--bg-secondary)}.search-result-item:first-child{border-radius:6px 6px 0 0}.search-result-item:last-child{border-radius:0 0 6px 6px}.search-result-item:only-child{border-radius:6px}.search-result-item.loading,.search-result-item.empty{color:var(--text-secondary);font-size:12px;justify-content:center;cursor:default}.search-result-item.loading:hover,.search-result-item.empty:hover{background:var(--bg-primary)}.result-icon{font-size:14px;flex-shrink:0}.result-content{flex:1;min-width:0;overflow:hidden}.result-name{font-size:13px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-detail{font-size:11px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.about-logo{display:block;width:120px;height:auto;margin:0 auto 12px}.about-panel h3{text-align:center;margin:0 0 16px;font-size:18px;font-weight:600;color:var(--text-primary)}.about-info{background:var(--bg-secondary);border-radius:8px;padding:12px;margin-bottom:16px}.about-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.about-row:not(:last-child){border-bottom:1px solid var(--border-color)}.about-label{color:var(--text-secondary);font-size:13px}.about-value{color:var(--text-primary);font-size:13px;font-weight:500;font-family:monospace}.about-description{color:var(--text-secondary);font-size:13px;line-height:1.5;margin:0}.about-other-events{display:flex;gap:10px;align-items:flex-start;background:var(--bg-secondary);border-radius:8px;padding:12px;margin-bottom:12px}.about-other-events svg{flex-shrink:0;color:var(--accent, #4a90d9);margin-top:1px}.about-other-events-title{font-size:13px;font-weight:600;color:var(--text-primary);margin-bottom:4px}.about-other-events-text{font-size:12px;color:var(--text-secondary);line-height:1.45;font-style:italic}.data-status-section{margin:16px 0}.data-status-section h4{margin:0 0 12px;font-size:14px;font-weight:600;color:var(--text-primary)}.data-status-loading,.data-status-error{padding:12px;border-radius:6px;font-size:13px;text-align:center}.data-status-loading{background:var(--bg-secondary);color:var(--text-secondary)}.data-status-error{background:var(--danger-bg);color:var(--danger)}.data-status-list{display:flex;flex-direction:column;gap:8px}.data-status-item{background:var(--bg-secondary);border-radius:6px;padding:10px 12px;border:1px solid var(--border-color)}.data-status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.data-status-name{font-size:13px;font-weight:500;color:var(--text-primary)}.data-status-badge{font-size:11px;padding:2px 6px;border-radius:4px;font-weight:500}.data-status-badge.cached{background:#e8f5e9;color:#2e7d32}.data-status-badge.not-cached{background:#fff3e0;color:#e65100}.data-status-badge.live{background:#e3f2fd;color:#1565c0}.data-status-details{display:flex;flex-wrap:wrap;gap:8px;font-size:11px;color:var(--text-secondary)}.data-status-age,.data-status-next,.data-status-interval,.data-status-type{display:inline-flex;align-items:center;gap:4px}.data-status-type{padding:1px 5px;background:#4a90d926;border-radius:3px;color:var(--accent);font-size:10px}.data-status-next-refresh{margin-left:4px;color:var(--accent);font-weight:500}.data-status-next{color:var(--accent)}.data-status-source{display:inline-flex;align-items:center;gap:4px}.data-status-source-line{flex-basis:100%;display:flex;gap:8px;align-items:center}.data-status-source a{color:var(--accent);text-decoration:none}.data-status-source a:hover{text-decoration:underline}.data-status-license{padding:1px 5px;background:#fce4ec;border-radius:3px;color:#c2185b;font-size:10px}.app-layer-tree{display:flex;flex-direction:column;gap:2px}.app-group{display:flex;flex-direction:column}.app-tree-header{display:flex;align-items:center;gap:3px;padding:1px 3px;height:24px;cursor:pointer;border-radius:4px;-webkit-user-select:none;user-select:none;font-weight:500;color:var(--text-primary)}.app-tree-header:hover{background:var(--bg-secondary)}.app-expand-icon{font-size:9px;color:var(--text-secondary);transition:transform .2s ease;width:10px;text-align:center}.app-expand-icon.expanded{transform:rotate(90deg)}.app-icon{font-size:12px}.app-name{flex:1;font-size:14px}.app-layer-tree .layer-list{display:flex;flex-direction:column;margin-left:18px;border-left:1px solid var(--border-color);padding-left:6px}.app-layer-tree .layer-item{display:flex;align-items:center;gap:6px;padding:3px 6px;border-radius:4px;cursor:pointer;transition:background .15s ease}.app-layer-tree .layer-item:hover{background:var(--bg-secondary)}.app-layer-tree .layer-item.selected{background:#4a90d91f}.app-layer-tree .layer-item input[type=checkbox]{margin:0;cursor:pointer;width:14px;height:14px;accent-color:var(--accent)}.app-layer-tree .layer-name{flex:1;font-size:12px;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;gap:6px}.app-layer-tree .layer-item.selected .layer-name{color:var(--accent);font-weight:500}.app-layer-tree .layer-icon{font-size:14px;line-height:1}.app-layer-tree .layer-solo-btn{display:flex;align-items:center;justify-content:center;opacity:.2;color:var(--text-secondary);cursor:pointer;padding:2px;border-radius:4px;transition:opacity .15s,color .15s,background .15s;flex-shrink:0}.app-layer-tree .layer-item:hover .layer-solo-btn,.app-layer-tree .layer-group-header:hover .layer-solo-btn{opacity:.5}.app-layer-tree .layer-solo-btn:hover{opacity:1!important;color:var(--accent);background:#4a90d91a}.app-layer-tree .layer-solo-btn.active{opacity:1;color:var(--accent)}.app-layer-tree .layer-solo-btn.group-solo{margin-left:0;flex-shrink:0}.app-layer-tree .layer-count{margin-left:auto;background:#4a90d926;color:var(--accent);font-size:11px;font-weight:600;padding:2px 6px;border-radius:10px;min-width:20px;text-align:center;flex-shrink:0}.app-layer-tree .layer-list.grouped{margin-left:0;border-left:none;padding-left:0}.app-layer-tree .layer-group{display:flex;flex-direction:column}.app-layer-tree .layer-group-header{display:flex;align-items:center;gap:3px;padding:4px 6px;height:24px;cursor:pointer;border-radius:4px;-webkit-user-select:none;user-select:none;font-weight:500;color:var(--text-primary);background:var(--bg-secondary);border-left:3px solid var(--accent)}.app-layer-tree .layer-group-header:hover{background:var(--bg-tertiary)}.app-layer-tree .layer-group-header input[type=checkbox]{margin:0;cursor:pointer;width:14px;height:14px;accent-color:var(--accent)}.app-layer-tree .layer-group-name{flex:1;font-size:14px;display:flex;align-items:center;gap:3px;cursor:pointer}.app-layer-tree .group-expand-icon{font-size:9px;color:var(--text-secondary);transition:transform .2s ease;width:10px;text-align:center}.app-layer-tree .group-expand-icon.expanded{transform:rotate(90deg)}.app-layer-tree .group-icon{font-size:12px;line-height:1}.app-layer-tree .group-count{font-size:10px;color:var(--text-secondary);font-weight:400}.app-layer-tree .layer-group-items{margin-left:18px;border-left:1px solid var(--border-color);padding-left:6px}.app-layer-tree .section-header{font-weight:600}.app-layer-tree .section-children{margin-left:10px;border-left:none;padding-left:0}.app-layer-tree .group-weather .layer-group-items,.app-layer-tree .group-weather .layer-group-header{border-left-color:#81c784}.app-layer-tree .group-air-quality .layer-group-items,.app-layer-tree .group-air-quality .layer-group-header{border-left-color:#4caf50}.app-layer-tree .group-geo-events .layer-group-items,.app-layer-tree .group-geo-events .layer-group-header{border-left-color:#2e7d32}.app-layer-tree .group-civicPolitical .layer-group-items,.app-layer-tree .group-civicPolitical .layer-group-header{border-left-color:#42a5f5}.app-layer-tree .group-festiveCommunity .layer-group-items,.app-layer-tree .group-festiveCommunity .layer-group-header{border-left-color:#ab47bc}.app-layer-tree .group-warzone .layer-group-items,.app-layer-tree .group-warzone .layer-group-header{border-left-color:#556b2f}.app-layer-tree .group-emergencies .layer-group-items,.app-layer-tree .group-emergencies .layer-group-header{border-left-color:#ef9a9a}.app-layer-tree .group-security .layer-group-items,.app-layer-tree .group-security .layer-group-header{border-left-color:#e53935}.app-layer-tree .group-groupRisks .layer-group-items,.app-layer-tree .group-groupRisks .layer-group-header{border-left-color:#b71c1c}.app-layer-tree .layer-item-wrapper{display:flex;flex-direction:column;will-change:transform}.app-layer-tree .layer-item-wrapper.animating{transition:transform .4s cubic-bezier(.25,.8,.25,1)}.app-layer-tree .layer-inline-settings{margin-left:20px;padding:8px 8px 8px 12px;border-left:2px solid var(--accent);margin-top:2px;margin-bottom:4px;font-size:12px;max-height:400px;overflow-y:auto}.events-menu-panel{padding:.5rem 0}.events-description{margin:0 0 .5rem;font-size:.85rem;color:#666;line-height:1.4}.events-info{font-size:.8rem}.events-active{color:#28a745;font-weight:500}.events-inactive{color:#999}.events-content-panel{padding:1rem}.event-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #eee}.event-icon{font-size:2rem}.event-header h2{margin:0;font-size:1.25rem;color:#333;line-height:1.4}.event-meta{margin-bottom:1.5rem}.meta-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem}.meta-label{font-weight:600;color:#666;min-width:100px}.meta-badge{padding:.125rem .5rem;border-radius:4px;font-size:.85rem;font-weight:500}.meta-badge.type-protest{background-color:#e7f3ff;color:#0056b3}.meta-badge.type-fire{background-color:#ffe5e5;color:#c82333}.meta-badge.type-accident{background-color:#fff3cd;color:#856404}.meta-badge.type-other{background-color:#e9ecef;color:#495057}.meta-badge.status-past{background-color:#e9ecef;color:#6c757d}.meta-badge.status-ongoing{background-color:#d6e9f8;color:#2a6496}.meta-badge.status-future{background-color:#d4edda;color:#155724}.event-messages h3{margin:0 0 1rem;font-size:1rem;color:#333}.loading,.error,.no-messages{padding:1rem;text-align:center;color:#999;font-size:.9rem}.error{color:#dc3545;background-color:#f8d7da;border-radius:4px}.message-card{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;padding:.75rem;margin-bottom:.75rem}.message-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.8rem;color:#666;flex-wrap:wrap}.message-source{background-color:#007bff;color:#fff;padding:.125rem .4rem;border-radius:3px;font-weight:500}.message-channel{font-weight:600;color:#495057}.message-date{margin-left:auto}.message-content{font-size:.9rem;line-height:1.5;color:#333;margin-bottom:.5rem;white-space:pre-wrap}.message-link{display:inline-block;font-size:.85rem;color:#007bff;text-decoration:none;margin-top:.25rem}.message-link:hover{text-decoration:underline}.search-container .language-toggle{display:flex;gap:2px;background:var(--bg-primary);border:2px solid var(--border-color);border-radius:4px;padding:2px;height:36px}.search-container .language-btn{background:transparent;border:none;padding:0 10px;border-radius:2px;font-size:11px;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;min-width:32px}.search-container .language-btn:hover{background:var(--bg-secondary);color:var(--text-primary)}.search-container .language-btn.active{background:var(--accent);color:#fff}.search-container .language-btn.active:hover{background:var(--accent-hover)}.language-toggle{display:flex;gap:4px;background:var(--bg-secondary);border-radius:6px;padding:4px}.language-btn{background:transparent;border:none;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.language-btn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.language-btn.active{background:var(--accent);color:#fff}.language-btn.active:hover{background:var(--accent-hover)}.layer-settings-panel{display:flex;flex-direction:column;height:100%;min-height:0;position:relative;padding-left:8px}@media(max-width:768px){.layer-settings-panel{padding-left:0;padding-top:12px}}.layer-settings-panel.empty{justify-content:center;align-items:center;color:#666;text-align:center;padding:20px}.layer-settings-panel .empty-message{font-size:14px}.layer-settings-header{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #e0e0e0;background:#fafafa}.layer-settings-icon{font-size:24px}.layer-settings-title h3{margin:0;font-size:16px;font-weight:600;color:#333}.layer-settings-title .layer-app-name{font-size:12px;color:#666}.layer-settings-content{flex:1;min-height:0;padding:16px;overflow-y:auto}.layer-disabled-notice{padding:12px;margin-bottom:16px;background:#fff3cd;border:1px solid #ffc107;border-radius:4px;color:#856404;font-size:13px}.layer-settings-section{margin-bottom:20px}.layer-settings-section-title{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;margin-bottom:8px}.settings-row{margin-bottom:12px}.settings-label{display:block;font-size:13px;color:#555;margin-bottom:6px}.settings-button-group{display:flex;flex-wrap:wrap;gap:4px}.settings-button{padding:6px 12px;font-size:12px;border:1px solid #ccc;border-radius:4px;background:#fff;color:#333;cursor:pointer;transition:all .15s ease}.settings-button:hover{background:#f5f5f5}.settings-button.active{background:#4a90d9;color:#fff;border-color:#4a90d9}.settings-info{display:flex;justify-content:space-between;padding:8px 0;border-top:1px solid var(--border-color);margin-top:16px}.settings-info-item{font-size:12px;color:var(--text-secondary)}.settings-info-value{font-weight:500;color:var(--text-primary)}.settings-refresh-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:13px;color:#333;margin-top:16px}.settings-refresh-btn:hover{background:#eee}.settings-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.no-settings{color:#666;font-size:14px;text-align:center;padding:20px}.settings-legend{display:flex;flex-direction:column;gap:4px;margin-top:8px}.legend-item{display:flex;align-items:center;gap:8px;font-size:11px}.legend-color{width:16px;height:12px;border-radius:2px;border:1px solid rgba(0,0,0,.1)}.legend-range{color:#333;min-width:60px}.legend-label{color:#666}.layer-settings-status{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;margin-bottom:16px;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px}.layer-settings-status .status-loading{color:#666;font-size:13px;font-style:italic}.layer-settings-status .status-error{color:#d32f2f;font-size:13px}.layer-settings-status .status-count{color:#333;font-size:13px;font-weight:500}.layer-settings-status .refresh-button{background:transparent;border:none;cursor:pointer;padding:4px 8px;font-size:16px;border-radius:4px;transition:background .15s ease}.layer-settings-status .refresh-button:hover{background:#e0e0e0}.layer-settings-status .refresh-button:disabled{opacity:.5;cursor:not-allowed}.settings-button.wildfire.active{background:#e65100;border-color:#e65100}.settings-button:disabled{opacity:.5;cursor:not-allowed}.settings-note{font-size:11px;color:#888;margin-top:6px;font-style:italic}.weather-location-info{display:flex;gap:12px;padding:12px;background:var(--bg-secondary);border-radius:8px;margin-bottom:16px}.weather-location-icon{font-size:20px}.weather-location-details{flex:1}.weather-location-primary{font-size:14px;font-weight:500;color:var(--text-primary)}.weather-location-secondary{font-size:12px;color:var(--text-secondary);margin-top:2px}.weather-location-coords{font-size:11px;color:var(--text-secondary);margin-top:4px;font-family:monospace}.weather-location-loading{font-size:13px;color:var(--text-secondary);font-style:italic}.weather-loading-state,.weather-error-state{padding:16px;text-align:center;border-radius:8px}.weather-loading-state{color:var(--text-secondary);background:var(--bg-secondary)}.weather-error-state{color:#d32f2f;background:#ffebee}.weather-content{display:flex;flex-direction:column;gap:16px}.weather-current{background:linear-gradient(135deg,#4a90d9,#357abd);color:#fff;border-radius:12px;padding:16px}.weather-current-main{display:flex;align-items:center;gap:12px;margin-bottom:8px}.weather-icon-large{font-size:48px}.weather-current-temp{font-size:36px;font-weight:300}.weather-current-desc{font-size:14px;opacity:.9;margin-bottom:12px}.weather-current-details{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.weather-detail-item{display:flex;flex-direction:column;gap:2px}.weather-detail-label{font-size:10px;opacity:.7;text-transform:uppercase}.weather-detail-value{font-size:13px;font-weight:500}.weather-forecast{display:flex;flex-direction:column;gap:12px}.weather-day-selector{display:flex;gap:4px;flex-wrap:wrap}.weather-day-btn{padding:5px 8px;font-size:11px;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-primary);color:var(--text-primary);cursor:pointer;transition:all .15s ease;white-space:nowrap}.weather-day-btn:hover{background:var(--bg-secondary)}.weather-day-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.weather-hourly{background:var(--bg-secondary);border-radius:8px;padding:12px}.weather-hourly-header{font-size:12px;font-weight:600;color:var(--text-secondary);margin-bottom:8px;text-transform:uppercase}.weather-hourly-list{display:flex;flex-direction:column;gap:6px;max-height:300px;overflow-y:auto}.weather-hourly-item{display:grid;grid-template-columns:50px 30px 50px auto;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid var(--border-color)}.weather-hourly-item:last-child{border-bottom:none}.weather-hourly-time{font-size:12px;color:var(--text-secondary);font-family:monospace}.weather-hourly-icon{font-size:18px;text-align:center}.weather-hourly-temp{font-size:13px;font-weight:500;color:var(--text-primary)}.weather-hourly-precip{font-size:11px;color:var(--accent)}.weather-timezone{font-size:11px;color:var(--text-secondary);text-align:center;padding-top:8px;border-top:1px solid var(--border-color)}.weather-extended{background:var(--bg-secondary);border-radius:8px;padding:12px;margin-top:4px}.weather-extended-header{font-size:12px;font-weight:600;color:var(--text-secondary);margin-bottom:8px;text-transform:uppercase}.weather-extended-list{display:flex;flex-direction:column;gap:4px}.weather-extended-item{display:grid;grid-template-columns:1fr 30px 70px auto;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid var(--border-color)}.weather-extended-item:last-child{border-bottom:none}.weather-extended-day{font-size:12px;color:var(--text-primary);font-weight:500}.weather-extended-icon{font-size:18px;text-align:center}.weather-extended-temps{display:flex;gap:8px;font-size:12px}.weather-temp-max{color:var(--text-primary);font-weight:500}.weather-temp-min{color:var(--text-secondary)}.weather-extended-precip{font-size:11px;color:var(--accent)}.layer-inline-settings .layer-settings-section{margin-bottom:8px}.layer-inline-settings .layer-settings-section-title{font-size:10px;margin-bottom:4px}.layer-inline-settings .settings-row{margin-bottom:6px}.layer-inline-settings .settings-label{font-size:11px;margin-bottom:3px}.layer-inline-settings .settings-button{padding:3px 8px;font-size:11px}.layer-inline-settings .settings-button-group{gap:3px}.layer-inline-settings .layer-settings-status{padding:5px 8px;margin-bottom:8px}.layer-inline-settings .layer-settings-status .status-count,.layer-inline-settings .layer-settings-status .status-loading,.layer-inline-settings .layer-settings-status .status-error{font-size:11px}.layer-inline-settings .layer-settings-status .refresh-button{padding:2px 6px;font-size:14px}.layer-inline-settings .settings-refresh-btn{padding:4px 10px;font-size:11px;margin-top:8px}.layer-inline-settings .settings-legend{gap:2px;margin-top:4px}.layer-inline-settings .legend-item{font-size:10px;gap:5px}.layer-inline-settings .legend-color{width:12px;height:9px}.layer-inline-settings .settings-info{margin-top:4px;padding-top:4px;padding-bottom:0;margin-bottom:-4px}.layer-inline-settings .settings-note{font-size:10px;margin-top:4px}.layer-inline-settings .layer-disabled-notice{padding:6px 8px;margin-bottom:8px;font-size:11px}.preferred-location-usage{font-size:12px;color:var(--text-secondary);margin:0;line-height:1.4}.preferred-location-current{display:flex;align-items:center;gap:8px;padding:6px 8px;background:var(--bg-secondary);border-radius:6px}.preferred-location-current-info{flex:1;min-width:0}.preferred-location-add{background:transparent;border:1px solid var(--border-color);color:var(--text-secondary);width:26px;height:26px;border-radius:4px;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0;line-height:1}.preferred-location-add:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.preferred-location-add.saved{color:var(--accent);border-color:var(--accent);cursor:default}.preferred-locations-list{display:flex;flex-direction:column;gap:2px}.preferred-location-item{display:flex;align-items:center;gap:8px;padding:5px 8px;border-radius:6px;cursor:pointer;transition:background .15s ease}.preferred-location-item:hover{background:var(--bg-secondary)}.preferred-location-info{flex:1;min-width:0}.preferred-location-name{font-size:12px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preferred-location-secondary{font-size:11px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preferred-location-delete{background:transparent;border:none;color:var(--text-secondary);font-size:16px;cursor:pointer;padding:0 4px;line-height:1;border-radius:4px;transition:all .15s ease;flex-shrink:0;opacity:0}.preferred-location-item:hover .preferred-location-delete{opacity:1}.preferred-location-delete:hover{color:#d32f2f;background:#d32f2f1a}.preferred-location-empty{font-size:12px;color:var(--text-secondary);margin:0;font-style:italic}.timeline-panel-container{width:100%;height:190px;min-height:120px;max-height:60vh;background:var(--bg-primary);box-shadow:0 2px 8px #00000026;overflow:hidden;display:flex;flex-direction:column}@media(max-width:768px){.timeline-panel-container{min-height:70px}}.timeline-panel{display:flex;flex-direction:column;height:100%;min-height:0;position:relative}.timeline-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.25rem 1rem;background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);flex-shrink:0}.timeline-header-left{display:flex;align-items:center;gap:.75rem;flex:1;flex-wrap:nowrap;overflow:hidden}.timeline-header h3{margin:0;font-size:.85rem;font-weight:600;color:var(--text-primary);white-space:nowrap}.timeline-hint-text{font-size:.75rem;font-weight:400;color:var(--text-secondary);font-style:italic}.timeline-close{background:none;border:none;font-size:1.25rem;color:var(--text-secondary);cursor:pointer;padding:.25rem .5rem;line-height:1;transition:color .2s}.timeline-close:hover{color:var(--text-primary)}.list-toggle-btn,.today-btn{padding:4px 12px;font-size:.75rem;font-weight:500;border:1px solid var(--border-color);border-radius:4px;background-color:var(--bg-primary);color:var(--text-primary);cursor:pointer;transition:all .2s ease;white-space:nowrap}.list-toggle-btn:hover,.today-btn:hover{background-color:var(--bg-tertiary);border-color:var(--text-secondary)}.list-toggle-btn.active{background-color:#007bff;color:#fff;border-color:#007bff}.list-toggle-btn.active:hover{background-color:#0069d9;border-color:#0062cc}.today-btn{background-color:#28a745;color:#fff;border-color:#28a745}.today-btn:hover{background-color:#218838;border-color:#1e7e34}.date-range-inputs{display:flex;align-items:center;gap:.5rem}.date-input{padding:4px 8px;font-size:.75rem;border:1px solid var(--border-color);border-radius:4px;background-color:var(--bg-primary);color:var(--text-primary);cursor:pointer;transition:all .2s ease}.date-input:hover{border-color:var(--text-secondary)}.date-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px #4a90d91a}.date-separator{color:var(--text-secondary);font-size:.75rem}@media(max-width:1100px){.date-range-inputs{display:none}}.timeline-canvas-container{position:relative;overflow:hidden;padding:0 1rem}.timeline-canvas-container canvas{display:block}.timeline-controls{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.5rem 1rem;background-color:var(--bg-secondary);border-top:1px solid var(--border-color);flex-shrink:0}.timeline-controls button{padding:.25rem .75rem;font-size:.8rem;font-weight:500;border:1px solid var(--border-color);border-radius:4px;background-color:var(--bg-primary);color:var(--text-primary);cursor:pointer;transition:all .2s ease}.timeline-controls button:hover{background-color:var(--bg-tertiary);border-color:var(--text-secondary)}.timeline-controls button:active{background-color:var(--bg-tertiary)}.timeline-controls .today-btn{font-weight:600;background-color:#007bff;color:#fff;border-color:#007bff}.timeline-controls .today-btn:hover{background-color:#0069d9;border-color:#0062cc}.timeline-controls .show-all-btn{font-weight:600;background-color:#28a745;color:#fff;border-color:#28a745}.timeline-controls .show-all-btn:hover{background-color:#218838;border-color:#1e7e34}.timeline-divider{width:1px;height:24px;background-color:var(--border-color);margin:0 .5rem}.timeline-range{font-size:.8rem;color:var(--text-secondary);padding:0 .5rem;min-width:180px;text-align:center}.view-mode-toggle{display:flex;gap:4px;background:var(--bg-tertiary);border-radius:4px;padding:2px}.view-mode-toggle button{padding:4px 12px;font-size:.75rem;font-weight:500;border:none;background:none;color:var(--text-secondary);cursor:pointer;border-radius:3px;transition:all .15s}.view-mode-toggle button.active{background:var(--bg-primary);color:var(--text-primary);box-shadow:0 1px 3px #0000001a}.view-mode-toggle button:hover:not(.active){color:var(--text-primary)}.timeline-event-count{font-size:.75rem;font-weight:500;color:var(--text-secondary);white-space:nowrap}.timeline-event-count.warning{color:var(--danger)}.timeline-event-count-hint{font-weight:400;font-style:italic}.timeline-event-count-warning{position:relative;display:inline-flex;align-items:center;margin-left:4px;vertical-align:middle;cursor:help;color:var(--danger)}.event-limit-tooltip{display:none;position:fixed;z-index:10000;background:var(--bg-tertiary);color:var(--text-primary);padding:10px 14px;border-radius:8px;font-size:12.5px;font-weight:400;line-height:1.5;white-space:normal;width:300px;box-shadow:0 4px 20px #00000040;border:1px solid var(--border-color);pointer-events:none}.events-list-container{flex:1;overflow:auto;background:var(--bg-primary)}.events-table{width:100%;border-collapse:collapse;font-size:.85rem}.events-table thead{background:var(--bg-secondary);position:sticky;top:0;z-index:1}.events-table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:var(--text-primary);border-bottom:2px solid var(--border-color)}.events-table tbody tr{cursor:pointer;transition:background .15s;border-bottom:1px solid var(--border-color)}.events-table tbody tr:hover{background:var(--bg-secondary)}.events-table tbody tr.selected{background:#007bff1a}.events-table td{padding:.75rem 1rem;color:var(--text-primary)}.event-type-badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:500}.event-type-badge.protest{background:#dc35451a;color:#dc3545}.event-type-badge.fire{background:#ff57221a;color:#ff5722}.event-type-badge.accident{background:#ffc1071a;color:#e69500}.event-type-badge.other{background:#6c757d1a;color:#6c757d}.status-badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:500}.status-badge.past{background:#6c757d1a;color:#6c757d}.status-badge.ongoing{background:#4a90d91a;color:#4a90d9}.status-badge.future{background:#28a7451a;color:#28a745}.weather-popup-overlay{position:absolute;top:12px;left:12px;z-index:800;max-width:calc(100% - 24px);height:calc(100% - 24px);pointer-events:none}.weather-popup{width:350px;height:600px;max-width:100%;max-height:100%;background:var(--bg-primary, #fff);border-radius:12px;box-shadow:0 4px 20px #00000040;overflow:hidden;display:flex;flex-direction:column;pointer-events:auto}.weather-popup-header{display:flex;align-items:center;gap:8px;padding:6px 10px;border-bottom:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-primary);flex-shrink:0}.weather-popup-header-title{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;flex:1}.weather-popup-close{background:transparent;border:none;font-size:20px;color:var(--text-secondary);cursor:pointer;padding:0 4px;line-height:1;border-radius:4px;transition:all .15s ease;flex-shrink:0}.weather-popup-close:hover{background:var(--bg-tertiary);color:var(--text-primary)}.weather-popup-save{background:transparent;border:none;font-size:18px;color:var(--text-secondary);cursor:pointer;padding:0 4px;line-height:1;border-radius:4px;transition:all .15s ease;flex-shrink:0}.weather-popup-save:hover:not(:disabled){color:var(--accent)}.weather-popup-save.saved{color:var(--accent);cursor:default}.weather-popup-body{padding:12px;overflow-y:auto;flex:1;min-height:0}.weather-popup-body .weather-location-info{padding:8px;margin-bottom:10px}.weather-popup-body .weather-current{padding:12px;border-radius:8px}.weather-popup-body .weather-icon-large{font-size:36px}.weather-popup-body .weather-current-temp{font-size:28px}.weather-popup-body .weather-day-btn{padding:4px 7px;font-size:10px}.weather-popup-body .weather-hourly-list{max-height:200px}.weather-popup-body .settings-info{margin-top:8px;padding-top:6px}@media(max-width:768px){.weather-popup-overlay{position:fixed;inset:0;max-width:none;z-index:900;display:flex;align-items:center;justify-content:center;background:#0006;pointer-events:auto}.weather-popup{width:92vw;max-width:400px;min-height:auto;max-height:85vh;border-radius:16px}.weather-popup-body .weather-hourly-list{max-height:300px}}.event-properties-panel{display:flex;flex-direction:column;height:100%;min-height:0;position:relative;padding-left:8px;background:var(--bg-primary)}@media(max-width:768px){.event-properties-panel{padding-left:0;padding-top:12px}}.event-properties-panel.dragging{-webkit-user-select:none;user-select:none}.event-properties-header{display:flex;align-items:center;gap:8px;padding:6px 10px;border-bottom:1px solid var(--border-color);background:var(--bg-secondary)}.event-properties-icon{font-size:16px;line-height:1;flex-shrink:0}.event-properties-type{margin:0;font-size:13px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.event-status-badge-inline{padding:2px 8px;border-radius:10px;color:#fff;font-size:11px;font-weight:500;white-space:nowrap;flex-shrink:0}.event-properties-share{background:transparent;border:none;color:var(--text-secondary);cursor:pointer;padding:4px;line-height:1;border-radius:4px;transition:all .15s ease;flex-shrink:0;display:flex;align-items:center}.event-properties-share:hover{background:var(--bg-tertiary);color:var(--accent)}.event-properties-close{background:transparent;border:none;font-size:20px;color:var(--text-secondary);cursor:pointer;padding:0 4px;line-height:1;border-radius:4px;transition:all .15s ease;flex-shrink:0}.event-properties-close:hover{background:var(--bg-tertiary);color:var(--text-primary)}.event-properties-tabs{display:flex;border-bottom:1px solid var(--border-color);flex-shrink:0}.event-tab{flex:1;padding:6px 0;background:transparent;border:none;border-bottom:2px solid transparent;font-size:12px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.event-tab:hover{color:var(--text-primary);background:var(--bg-secondary)}.event-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.event-properties-content{flex:1;min-height:0;padding:10px;overflow-y:auto}.language-switcher{display:flex;gap:2px;margin-bottom:8px;padding:2px;background:var(--bg-secondary);border-radius:4px}.language-button{flex:1;padding:3px 6px;background:transparent;border:none;border-radius:3px;font-size:11px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.language-button:hover{background:var(--bg-tertiary);color:var(--text-primary)}.language-button.active{background:var(--bg-primary);color:var(--accent);box-shadow:0 1px 3px #0000001a}.event-title-field{margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid var(--border-color)}.event-title-value{margin:0;font-size:15px;font-weight:600;color:var(--text-primary);line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}.event-description-field{margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid var(--border-color)}.event-description-label{display:flex;align-items:center;gap:4px;position:relative;font-size:10px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.event-description-value{margin:0;font-size:13px;color:var(--text-secondary);line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap}.event-section-divider{border:none;border-top:1px solid var(--border-color);margin:4px 0}.event-properties-list{display:flex;flex-direction:column;gap:8px}.event-property{display:flex;flex-direction:column;gap:4px;padding-bottom:8px;border-bottom:1px solid var(--border-color)}.event-property:last-child{border-bottom:none;padding-bottom:0}.property-label{font-size:11px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;position:relative;display:flex;align-items:center;gap:4px}.property-value{font-size:14px;color:var(--text-primary)}.info-icon{background:transparent;border:none;cursor:pointer;padding:0;font-size:13px;color:var(--text-secondary);line-height:1;transition:color .15s ease;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%}.info-icon:hover{color:var(--accent);background:#4a90d91a}.confidence-tooltip{position:absolute;left:0;top:100%;margin-top:8px;background:#333;color:#fff;padding:10px 12px;border-radius:6px;font-size:12px;font-weight:400;text-transform:none;letter-spacing:normal;line-height:1.5;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:250px;max-width:300px}.confidence-tooltip:before{content:"";position:absolute;bottom:100%;left:20px;border:6px solid transparent;border-bottom-color:#333}.confidence-tooltip ul{margin:6px 0 0;padding-left:18px;list-style:disc}.confidence-tooltip li{margin:4px 0;font-size:11px;line-height:1.4}.property-value.coordinates{font-family:monospace;font-size:12px;color:var(--text-secondary)}.confidence-bar{display:inline-block;width:100px;height:8px;background:var(--bg-tertiary);border-radius:4px;overflow:hidden;vertical-align:middle;margin-right:8px}.confidence-fill{height:100%;background:linear-gradient(90deg,#28a745,#4a90d9);border-radius:4px;transition:width .3s ease}.confidence-value{font-size:13px;font-weight:500;color:var(--text-primary)}.event-groups{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.event-group-tag{display:inline-block;padding:4px 10px;background:#4a90d926;color:var(--accent);border-radius:12px;font-size:12px;font-weight:500}.event-keywords{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.event-keyword-tag{display:inline-block;padding:4px 8px;background:var(--bg-secondary);color:var(--text-secondary);border-radius:4px;font-size:11px}.event-merged-badge{margin:8px 0 4px;padding:6px 10px;background:var(--bg-secondary);border-left:3px solid #4a90d9;border-radius:4px;font-size:11px;color:var(--text-secondary)}.event-properties-panel .resize-grip{position:absolute;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .15s ease}.event-properties-panel .resize-grip.vertical{left:0;top:0;bottom:0;width:8px;cursor:ew-resize}.event-properties-panel .resize-grip.vertical:hover,.event-properties-panel.dragging .resize-grip.vertical{background:#4a90d926}.event-properties-panel .resize-grip.vertical .grip-handle{width:3px;height:40px;background:var(--border-color);border-radius:2px;transition:background .15s ease}.event-properties-panel .resize-grip.vertical:hover .grip-handle,.event-properties-panel.dragging .resize-grip.vertical .grip-handle{background:var(--accent)}.event-properties-panel .resize-grip.horizontal{left:0;right:0;top:0;height:12px;cursor:ns-resize}.event-properties-panel .resize-grip.horizontal:hover,.event-properties-panel.dragging .resize-grip.horizontal{background:#4a90d926}.event-properties-panel .resize-grip.horizontal .grip-handle{width:40px;height:4px;background:var(--border-color);border-radius:2px;transition:background .15s ease}.event-properties-panel .resize-grip.horizontal:hover .grip-handle,.event-properties-panel.dragging .resize-grip.horizontal .grip-handle{background:var(--accent)}.event-sources{display:flex;flex-direction:column;gap:8px}.sources-count{font-weight:600;color:var(--text-primary)}.sources-loading{font-size:12px;color:var(--text-secondary);font-style:italic}.sources-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.source-link,.source-text{display:inline-block;padding:4px 10px;background:var(--bg-secondary);border-radius:12px;font-size:12px;color:var(--accent);text-decoration:none;transition:all .15s ease;border:1px solid transparent}.source-link:hover{background:#4a90d926;border-color:var(--accent);transform:translateY(-1px);box-shadow:0 2px 4px #4a90d933}.source-text{color:var(--text-secondary);cursor:default}.event-sources>.sources-list .source-link{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.source-origin{font-weight:600}.event-toast-container{position:absolute;top:12px;left:12px;z-index:800;display:flex;flex-direction:column;gap:4px;pointer-events:auto}.event-toast{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#000000bf;border:1px solid rgba(0,229,255,.3);border-radius:6px;color:#fff;font-size:12px;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);max-width:340px;white-space:nowrap}.event-toast.current{animation:toast-promote .5s ease}@keyframes toast-promote{0%{opacity:.4;transform:translateY(100%) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.event-toast.next{opacity:.4;transform:scale(.95);animation:toast-enter .5s ease}@keyframes toast-enter{0%{opacity:0;transform:translateY(8px) scale(.9)}to{opacity:.4;transform:scale(.95)}}.event-toast:hover{background:#000000e6;border-color:#00e5ff99}.toast-icon{font-size:14px;flex-shrink:0}.toast-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-profile{position:fixed;top:7px;right:1rem;z-index:1000}.user-avatar{width:40px;height:40px;border-radius:50%;border:2px solid white;background:var(--accent);cursor:pointer;overflow:hidden;padding:0}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;font-weight:600}.user-menu{position:absolute;top:50px;right:0;background:var(--bg-primary);border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:240px;overflow:hidden;border:1px solid var(--border-color)}.user-info{padding:.75rem 1rem;border-bottom:1px solid var(--border-color)}.user-name{font-weight:600;margin:0 0 .15rem;color:var(--text-primary);font-size:.9rem}.user-email{font-size:.8rem;color:var(--text-secondary);margin:0 0 4px}.user-tier-row{display:flex;align-items:center;gap:8px;margin-top:2px}.user-tier-badge{font-size:.7rem;font-weight:600;background:#4a90d926;color:var(--accent, #4a90d9);padding:1px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.5px}.user-view-plans{font-size:.7rem;color:var(--accent, #4a90d9);background:none;border:none;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.user-view-plans:hover{opacity:.8}.menu-action-btn{width:100%;padding:.6rem 1rem;border:none;border-radius:0;background:transparent;color:var(--text-primary);font-size:.85rem;cursor:pointer;text-align:left;transition:background .2s;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--border-color)}.menu-action-btn:hover{background:var(--bg-secondary)}.menu-action-btn svg{color:var(--text-secondary);flex-shrink:0}.toggle-group{display:flex;gap:2px;background:var(--bg-secondary);border-radius:4px;padding:2px}.toggle-btn{background:transparent;border:none;padding:3px 10px;border-radius:3px;font-size:.75rem;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .15s ease;text-transform:uppercase;letter-spacing:.3px}.toggle-btn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.toggle-btn.active{background:var(--accent);color:#fff}.toggle-btn.active:hover{background:var(--accent-hover)}.logout-btn{width:100%;padding:.6rem 1rem;border:none;border-radius:0;background:transparent;color:var(--danger);font-weight:600;font-size:.85rem;cursor:pointer;text-align:left;transition:background .2s}.logout-btn:hover{background:var(--danger-bg)}.user-manage-sub{display:block;width:100%;padding:5px 12px;margin-top:4px;background:none;border:1px solid var(--border-color);border-radius:4px;color:var(--text-secondary);font-size:.75rem;cursor:pointer;text-align:center;transition:border-color .2s,color .2s}.user-manage-sub:hover{border-color:var(--accent, #4a90d9);color:var(--text-primary)}.app-switcher{position:relative;flex-shrink:0}.app-switcher-btn{width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center;border:2px solid var(--border-color, #e0e0e0);border-radius:4px;background:var(--bg-primary);color:var(--text-secondary, #555);cursor:pointer;transition:all .2s}.app-switcher-btn svg{display:block;flex-shrink:0}.app-switcher-btn:hover{background:var(--bg-secondary);color:var(--text-primary);box-shadow:0 1px 4px #00000014}.app-switcher-btn.active{background:#4a90d926;border-color:var(--accent, #4a90d9);color:var(--accent, #4a90d9);animation:none}.app-switcher-btn:not(.active){animation:switcherPulse 3s ease-in-out infinite}.app-switcher-btn:not(.active):hover{animation:none}.app-switcher-btn:not(.active) svg{animation:switcherIconPulse 3s ease-in-out infinite}.app-switcher-btn:not(.active):hover svg{animation:none;opacity:1}@keyframes switcherPulse{0%,to{border-color:var(--border-color, #e0e0e0);box-shadow:0 0 #4a90d900}50%{border-color:#4a90d980;box-shadow:0 0 8px #4a90d933}}@keyframes switcherIconPulse{0%,to{opacity:1}50%{opacity:.35}}.app-switcher-dropdown{position:absolute;top:calc(100% + 8px);left:0;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 16px #00000026;min-width:210px;padding:6px;z-index:2000}.app-switcher-option{display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;border:none;background:none;border-radius:6px;cursor:pointer;color:var(--text-primary);font-size:.85rem;text-align:left;white-space:nowrap;transition:background .15s}.app-switcher-option:hover{background:var(--bg-secondary)}.app-switcher-option.active{background:#4a90d91a;color:var(--accent, #4a90d9)}.app-switcher-option svg{flex-shrink:0}.app-switcher-option.locked{opacity:.55;cursor:pointer}.app-switcher-option.locked:hover{opacity:.8;background:#4a90d914}.app-switcher-lock-icon{margin-left:auto;color:var(--text-secondary);opacity:.7}.plans-overlay{position:fixed;inset:0;background:#0009;z-index:9000;display:flex;align-items:center;justify-content:center;padding:20px}.plans-modal{background:var(--bg-primary);border-radius:12px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;padding:32px;position:relative;box-shadow:0 8px 32px #0000004d}.plans-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:1.6rem;color:var(--text-secondary);cursor:pointer;line-height:1;padding:4px 8px}.plans-close:hover{color:var(--text-primary)}.plans-title{text-align:center;font-size:1.5rem;color:var(--text-primary);margin:0 0 4px}.plans-subtitle{text-align:center;color:var(--text-secondary);font-size:.9rem;margin:0 0 24px}.plans-loading{text-align:center;color:var(--text-secondary);padding:40px}.plans-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:768px){.plans-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.plans-grid{grid-template-columns:1fr}.plans-modal{padding:20px 16px}}.plans-card{border:1px solid var(--border-color);border-radius:10px;padding:20px 16px;display:flex;flex-direction:column;align-items:center;gap:12px;position:relative;transition:border-color .2s,box-shadow .2s}.plans-card:hover{border-color:var(--accent, #4a90d9);box-shadow:0 2px 12px #4a90d926}.plans-card-current{border-color:var(--accent, #4a90d9);box-shadow:0 0 0 2px #4a90d933}.plans-badge{position:absolute;top:-10px;background:var(--accent, #4a90d9);color:#fff;font-size:.7rem;font-weight:600;padding:2px 10px;border-radius:10px;text-transform:uppercase;letter-spacing:.5px}.plans-card-name{font-size:1.15rem;color:var(--text-primary);margin:0;font-weight:600}.plans-card-price{font-size:1.3rem;font-weight:700;color:var(--accent, #4a90d9)}.plans-features{list-style:none;padding:0;margin:0;width:100%;font-size:.82rem}.plans-features li{padding:4px 0;display:flex;align-items:center;gap:6px;color:var(--text-secondary)}.plans-features li:before{font-size:.85rem;flex-shrink:0;width:16px;text-align:center}.plans-features li.yes:before{content:"✔";color:#4caf50;font-weight:700}.plans-features li.no:before{content:"✗";color:var(--text-secondary);opacity:.4}.plans-features li.no{opacity:.5;text-decoration:line-through}.plans-features li.neutral:before{content:"•";color:var(--text-secondary)}.plans-features li.neutral{text-decoration:none;opacity:1}.plans-btn{width:100%;padding:8px 16px;border-radius:6px;border:none;font-size:.85rem;font-weight:600;cursor:pointer;margin-top:auto;transition:background .2s,opacity .2s;position:relative}.plans-btn-current{background:var(--bg-tertiary, #f0f0f0);color:var(--text-secondary);cursor:default}.plans-btn-upgrade{background:var(--accent, #4a90d9);color:#fff}.plans-btn-upgrade:hover{opacity:.85}.plans-btn-unavailable{background:var(--bg-tertiary, #f0f0f0);color:var(--text-secondary);cursor:default;opacity:.7}.plans-period-toggle{display:flex;justify-content:center;gap:4px;margin-bottom:20px;background:var(--bg-tertiary, #f0f0f0);border-radius:8px;padding:3px;width:fit-content;margin-left:auto;margin-right:auto}.period-btn{padding:6px 18px;border:none;border-radius:6px;background:transparent;color:var(--text-secondary);font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s;display:flex;align-items:center;gap:6px}.period-btn.active{background:var(--bg-primary);color:var(--text-primary);box-shadow:0 1px 3px #0000001a}.yearly-discount{font-size:.7rem;background:#4caf50;color:#fff;padding:1px 6px;border-radius:4px;font-weight:600}.plans-message{text-align:center;padding:8px 16px;margin-bottom:16px;border-radius:6px;background:#4a90d91a;color:var(--accent, #4a90d9);font-size:.85rem}.plans-manage-btn{display:block;margin:20px auto 0;padding:8px 24px;background:none;border:1px solid var(--border-color);border-radius:6px;color:var(--text-secondary);font-size:.85rem;cursor:pointer;transition:border-color .2s,color .2s}.plans-manage-btn:hover{border-color:var(--accent, #4a90d9);color:var(--text-primary)}.plans-terms-section{margin:16px 0 8px;text-align:left}.plans-terms-checkbox{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--text-secondary);cursor:pointer}.plans-terms-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent, #4a90d9);cursor:pointer;flex-shrink:0}.plans-terms-link{color:var(--accent, #4a90d9);text-decoration:underline;cursor:pointer}.plans-terms-link:hover{opacity:.8}.plans-terms-content{margin-top:12px;padding:16px;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;max-height:250px;overflow-y:auto}.plans-terms-content p{font-size:.8rem;line-height:1.6;color:var(--text-secondary);margin:0 0 12px}.plans-terms-content p:last-child{margin-bottom:0}.ad-banner{flex-shrink:0;height:50px;background:var(--bg-secondary, #f5f5f5);border-top:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;gap:8px;font-size:.8rem;color:var(--text-secondary)}.ad-banner-label{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:var(--text-secondary);color:var(--bg-primary);padding:1px 4px;border-radius:2px;opacity:.6}.ad-banner-text{opacity:.7}.settings-page{width:100%;height:100%;display:flex;flex-direction:column;background:var(--bg-primary);color:var(--text-primary)}.settings-page-header{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:var(--bg-tertiary);border-bottom:1px solid var(--border-color);flex-shrink:0}.settings-page-header h2{margin:0;font-size:1.1rem;font-weight:600;color:var(--text-primary)}.settings-page-close{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:color .15s,background .15s}.settings-page-close:hover{color:var(--text-primary);background:var(--bg-secondary)}.settings-page-body{flex:1;overflow-y:auto;padding:24px;max-width:600px}.settings-page-section{margin-bottom:24px}.settings-page-section h3{font-size:.8rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px}.settings-page-row{display:flex;align-items:center;gap:12px}.settings-page-name-input{padding:6px 10px;border:1px solid var(--accent);border-radius:4px;font-size:.9rem;font-family:inherit;background:var(--bg-primary);color:var(--text-primary);outline:none;min-width:200px}.settings-page-name-display{background:none;border:1px solid var(--border-color);border-radius:4px;padding:6px 10px;cursor:pointer;color:var(--text-primary);font-size:.9rem;display:flex;align-items:center;gap:8px;transition:border-color .2s}.settings-page-name-display:hover{border-color:var(--accent)}.settings-page-edit-icon{font-size:.8rem;color:var(--text-secondary)}.settings-page-tier-badge{font-size:.75rem;font-weight:600;background:#4a90d926;color:var(--accent, #4a90d9);padding:2px 10px;border-radius:10px;text-transform:uppercase;letter-spacing:.5px}.settings-page-view-plans{font-size:.8rem;color:var(--accent, #4a90d9);background:none;border:none;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.settings-page-view-plans:hover{opacity:.8}.about-modal-overlay{position:fixed;inset:0;background:#00000080;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.about-modal{background:var(--bg-primary);color:var(--text-primary);border-radius:12px;width:480px;max-width:95vw;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0006}.about-modal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--border-color);flex-shrink:0}.about-modal-header h2{margin:0;font-size:1rem;font-weight:600;color:var(--text-primary)}.about-modal-close{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:color .15s,background .15s}.about-modal-close:hover{color:var(--text-primary);background:var(--bg-secondary)}.about-modal-body{padding:20px;overflow-y:auto}.about-modal .about-logo{display:block;width:100px;height:auto;margin:0 auto 16px;border-radius:12px}.about-modal .about-info{background:var(--bg-secondary);border-radius:8px;padding:12px;margin-bottom:16px}.about-modal .about-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.about-modal .about-row:not(:last-child){border-bottom:1px solid var(--border-color)}.about-modal .about-label{color:var(--text-secondary);font-size:13px}.about-modal .about-value{color:var(--text-primary);font-size:13px;font-weight:500;font-family:monospace}.about-modal .about-description{color:var(--text-secondary);font-size:13px;line-height:1.5;margin:0}.about-modal .about-other-events{display:flex;gap:10px;align-items:flex-start;background:var(--bg-secondary);border-radius:8px;padding:12px;margin-bottom:12px}.about-modal .about-other-events svg{flex-shrink:0;color:var(--accent, #4a90d9);margin-top:1px}.about-modal .about-other-events-title{font-size:13px;font-weight:600;color:var(--text-primary);margin-bottom:4px}.about-modal .about-other-events-text{font-size:12px;color:var(--text-secondary);line-height:1.45;font-style:italic}.about-modal .data-status-section{margin:16px 0}.about-modal .data-status-section h4{margin:0 0 12px;font-size:14px;font-weight:600;color:var(--text-primary)}.about-modal .data-status-loading,.about-modal .data-status-error{padding:12px;border-radius:6px;font-size:13px;text-align:center}.about-modal .data-status-loading{background:var(--bg-secondary);color:var(--text-secondary)}.about-modal .data-status-error{background:var(--danger-bg);color:var(--danger)}.about-modal .data-status-list{display:flex;flex-direction:column;gap:8px}.about-modal .data-status-item{background:var(--bg-secondary);border-radius:6px;padding:10px 12px;border:1px solid var(--border-color)}.about-modal .data-status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.about-modal .data-status-name{font-size:13px;font-weight:500;color:var(--text-primary)}.about-modal .data-status-badge{font-size:11px;padding:2px 6px;border-radius:4px;font-weight:500}.about-modal .data-status-badge.cached{background:#e8f5e9;color:#2e7d32}.about-modal .data-status-badge.not-cached{background:#fff3e0;color:#e65100}.about-modal .data-status-badge.live{background:#e3f2fd;color:#1565c0}.about-modal .data-status-details{display:flex;flex-wrap:wrap;gap:8px;font-size:11px;color:var(--text-secondary)}.about-modal .data-status-age,.about-modal .data-status-type{display:inline-flex;align-items:center;gap:4px}.about-modal .data-status-type{padding:1px 5px;background:#4a90d926;border-radius:3px;color:var(--accent);font-size:10px}.about-modal .data-status-next-refresh{margin-left:4px;color:var(--accent);font-weight:500}.about-modal .data-status-source-line{flex-basis:100%;display:flex;gap:8px;align-items:center}.about-modal .data-status-source a{color:var(--accent);text-decoration:none}.about-modal .data-status-source a:hover{text-decoration:underline}.about-modal .data-status-license{padding:1px 5px;background:#fce4ec;border-radius:3px;color:#c2185b;font-size:10px}.app{display:flex;flex-direction:column;width:100vw;height:100vh;height:100dvh;margin:0;padding:0;overflow:hidden}.app-header{height:54px;min-height:54px;display:flex;align-items:center;gap:16px;padding:0 16px;background:var(--bg-primary, #ffffff);border-bottom:1px solid var(--border-color, #e0e0e0);z-index:1001}.app-title{display:flex;flex-direction:column;white-space:nowrap;flex-shrink:0;line-height:1}.app-title-main{font-size:20px;font-weight:700;color:var(--text-primary, #333333)}.app-title-sub{font-size:10px;font-weight:400;color:var(--text-secondary, #888888);letter-spacing:.02em}.header-controls{flex:1;display:flex;align-items:center;gap:8px;min-width:0}.app-viewport{flex:1;position:relative;overflow:hidden;perspective:1200px;perspective-origin:center center;background:var(--bg-tertiary, #1a1a2e)}.app-viewport.transitioning:after{content:"";position:absolute;inset:0;background:#00000014;pointer-events:none;z-index:10}.app-card{position:absolute;inset:0;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,opacity;overflow:hidden}.app-card--active{visibility:visible;pointer-events:auto;z-index:2}.app-card--inactive{visibility:hidden;pointer-events:none;z-index:1}.app-card--shrink-out{animation:appShrinkOut .5s cubic-bezier(.16,1,.3,1) forwards;z-index:2;pointer-events:none}.app-card--peek-in{visibility:visible!important;animation:appPeekIn .5s cubic-bezier(.16,1,.3,1) forwards;z-index:1;pointer-events:none}.app-card--expand-in{visibility:visible!important;animation:appExpandIn .5s cubic-bezier(.16,1,.3,1) forwards;z-index:2;pointer-events:none}.app-card--slide-away{visibility:visible!important;animation:appSlideAway .5s cubic-bezier(.16,1,.3,1) forwards;z-index:1;pointer-events:none}.app-card--shrink-out,.app-card--peek-in,.app-card--expand-in,.app-card--slide-away{box-shadow:0 20px 60px #0000004d}@keyframes appShrinkOut{0%{transform:scale(1) rotateY(0) translate(0);opacity:1;border-radius:0}to{transform:scale(.45) rotateY(-10deg) translate(-20%);opacity:.6;border-radius:16px}}@keyframes appPeekIn{0%{transform:scale(.25) rotateY(10deg) translate(70%);opacity:0;border-radius:16px}to{transform:scale(.45) rotateY(10deg) translate(20%);opacity:.6;border-radius:16px}}@keyframes appExpandIn{0%{transform:scale(.45) rotateY(10deg) translate(20%);opacity:.6;border-radius:16px}to{transform:scale(1) rotateY(0) translate(0);opacity:1;border-radius:0}}@keyframes appSlideAway{0%{transform:scale(.45) rotateY(-10deg) translate(-20%);opacity:.6;border-radius:16px}to{transform:scale(.25) rotateY(-18deg) translate(-70%);opacity:0;border-radius:16px}}.app-body{flex:1;display:flex;flex-direction:row;overflow:hidden;min-height:0;width:100%;height:100%}.sidebar{width:320px;min-width:320px;height:100%;display:flex;flex-direction:column;background:var(--bg-primary);border-right:1px solid var(--border-color, #e0e0e0);z-index:100;overflow-y:auto;overflow-x:hidden}.map-and-timeline-wrapper{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.map-wrapper{flex:1;position:relative;overflow:hidden}.timeline-section{width:100%;flex-shrink:0;background:var(--bg-primary);border-top:1px solid var(--border-color, #e0e0e0);overflow:hidden}.timeline-section:empty{display:none;border-top:none}.sidebar-backdrop{position:fixed;inset:0;background:#0000004d;z-index:999;display:none}.sidebar-toggle{display:none;position:absolute;top:6px;left:50%;transform:translate(-50%);background:var(--bg-secondary, #f5f5f5);border:1px solid var(--border-color, #e0e0e0);border-radius:16px;width:40px;height:28px;cursor:pointer;z-index:1001;align-items:center;justify-content:center;padding:0;color:var(--text-secondary);transition:all .2s}.sidebar-toggle:hover{background:var(--bg-tertiary);color:var(--accent)}.sidebar-toggle svg{display:block}@media(max-width:768px){.app-header{height:48px;min-height:48px;padding:0 12px;gap:12px}.app-title-main{font-size:16px}.app-title-sub{font-size:9px}.header-controls{gap:6px}.sidebar{position:fixed;bottom:0;left:0;right:0;width:100%;height:60vh;max-height:60vh;min-width:unset;border-right:none;border-top:1px solid var(--border-color, #e0e0e0);z-index:1000;transform:translateY(calc(100% - 44px));transition:transform .3s ease;padding-top:38px}.sidebar.expanded{transform:translateY(0)}.sidebar.expanded+.sidebar-backdrop{display:block}.sidebar-toggle{display:flex}.map-and-timeline-wrapper{flex:1;display:flex;flex-direction:column;position:relative}.map-wrapper{width:100%;height:100%}.timeline-section{width:100%;border-top:1px solid var(--border-color, #e0e0e0);z-index:500}.timeline-section:empty{display:block;min-height:0}.app-viewport{perspective:none}@keyframes appShrinkOut{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}@keyframes appPeekIn{0%{transform:translate(100%);opacity:0}to{transform:translate(100%);opacity:0}}@keyframes appExpandIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes appSlideAway{0%{transform:translate(-100%);opacity:0}to{transform:translate(-100%);opacity:0}}}.checkout-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);padding:10px 24px;border-radius:8px;font-size:.9rem;font-weight:500;z-index:10000;animation:toastFadeIn .3s ease}.checkout-toast-success{background:#4caf50;color:#fff}.checkout-toast-cancel{background:var(--bg-tertiary, #f0f0f0);color:var(--text-secondary)}@keyframes toastFadeIn{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}*{box-sizing:border-box;scrollbar-color:var(--text-secondary) var(--bg-secondary);scrollbar-width:thin}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--text-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-primary)}html,body{margin:0;padding:0;width:100%;height:100vh;height:100dvh;overflow:hidden;padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0);padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0)}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-tertiary: #e8e8e8;--text-primary: #333333;--text-secondary: #666666;--border-color: #e0e0e0;--accent: #4a90d9;--accent-hover: #3a7ac0;--danger: #d32f2f;--danger-bg: #fef2f2;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark]{--bg-primary: #0a0a0a;--bg-secondary: #151515;--bg-tertiary: #222222;--text-primary: #e0e0e0;--text-secondary: #909090;--border-color: #2a2a2a;--accent: #5a9fd9;--accent-hover: #4a8fc9;--danger: #ef5350;--danger-bg: #1e0f0f}#root{width:100%;height:100%;margin:0;padding:0;position:fixed;inset:0}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;width:100vw;height:100vh;height:100dvh;overflow:hidden;position:fixed;top:0;left:0}h1{font-size:3.2em;line-height:1.1}button{font-family:inherit;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}}
