html,body{margin:0;padding:0;background:var(--fx-ink, #191a18)}.geoapify-autocomplete-items .main-part{color:var(--fx-ink, #191a18)}:root{--fx-pink: #eac1d8;--fx-cream: #f2f2ed;--fx-oat: #edebd9;--fx-ink: #191a18;--fx-yellow: #ede56a;--fx-forest: #2d322d;--fx-slate: #455b89;--fx-espresso: #473e3e;--fx-color-primary: var(--fx-pink);--fx-color-on-primary: var(--fx-ink);--fx-color-surface: var(--fx-ink);--fx-color-on-surface: var(--fx-pink);--fx-color-background: var(--fx-ink);--fx-color-on-background: var(--fx-cream);--fx-color-accent: var(--fx-yellow);--fx-color-secondary: var(--fx-slate);--fx-color-muted: var(--fx-espresso)}.fx-theme-light,:root[data-fx-theme=light]{--fx-color-surface: var(--fx-cream);--fx-color-on-surface: var(--fx-ink);--fx-color-background: var(--fx-cream);--fx-color-on-background: var(--fx-ink)}[data-fx-theme=dark],:root{--fx-surface-page: var(--fx-ink);--fx-surface-raised: #232621;--fx-surface-sunken: #0f100e;--fx-border: #34382f;--fx-border-subtle: #2a2d27;--fx-border-strong: #4a4e44;--fx-text: var(--fx-cream);--fx-text-secondary: #c2c5b8;--fx-text-muted: #9da195;--fx-success: #5fc98a;--fx-warn: #f2d24a;--fx-info: #6ea0e8;--fx-danger: #ff6b6b;--fx-action: var(--fx-yellow);--fx-identity: var(--fx-pink);--fx-font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--fx-text-11: 11px;--fx-text-13: 13px;--fx-text-15: 15px;--fx-text-17: 17px;--fx-text-21: 21px;--fx-text-26: 26px;--fx-space-1: 4px;--fx-space-2: 8px;--fx-space-3: 12px;--fx-space-4: 16px;--fx-space-5: 24px;--fx-space-6: 32px;--fx-radius-control: 8px;--fx-radius-card: 12px;--fx-radius-full: 999px}[data-fx-theme=light]{--fx-surface-page: var(--fx-cream);--fx-surface-raised: #ffffff;--fx-surface-sunken: #e7e5d8;--fx-border: #c9c7b9;--fx-border-subtle: #dcdacd;--fx-border-strong: #a9a79a;--fx-text: var(--fx-ink);--fx-text-secondary: #3f423c;--fx-text-muted: #5d6056;--fx-success: #1e7a46;--fx-warn: #8a6d00;--fx-info: #2b5fa3;--fx-danger: #b3261e;--fx-identity: #9e5494}.fx-logo{color:var(--fx-color-primary);display:inline-block}.fx-logo__symbol{width:1em;height:1em}.fx-logo__wordmark{height:1em;width:auto}.fx-card{background:var(--fx-surface-raised);border:1px solid var(--fx-border);border-radius:var(--fx-radius-card);padding:var(--fx-space-4)}.fx-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--fx-space-2);border-radius:var(--fx-radius-control);border:none;cursor:pointer;font-family:inherit;font-weight:700;letter-spacing:.02em;transition:filter .15s,border-color .15s,color .15s,background .15s;box-sizing:border-box;text-decoration:none;min-height:40px}.fx-btn--lg{min-height:52px;padding:0 var(--fx-space-5);font-size:var(--fx-text-15)}.fx-btn--md{min-height:40px;padding:0 var(--fx-space-4);font-size:var(--fx-text-13)}.fx-btn--icon{min-height:48px;min-width:48px;width:48px;height:48px;padding:0;border-radius:var(--fx-radius-control)}.fx-btn--full{width:100%}@media(pointer:coarse){.fx-btn{min-height:44px}}.fx-btn--primary{background:var(--fx-action);color:var(--fx-ink)}.fx-btn--primary:hover:not(:disabled){filter:brightness(1.06)}.fx-btn--secondary{background:transparent;color:var(--fx-text);border:1.5px solid var(--fx-border-strong)}.fx-btn--secondary:hover:not(:disabled){border-color:var(--fx-identity);color:var(--fx-identity)}.fx-btn--danger{background:color-mix(in srgb,var(--fx-danger) 12%,transparent);color:var(--fx-danger);border:1.5px solid var(--fx-danger)}.fx-btn--danger:hover:not(:disabled){background:color-mix(in srgb,var(--fx-danger) 20%,transparent)}.fx-btn:disabled{background:var(--fx-border-subtle);color:var(--fx-text-muted);border-color:transparent;cursor:not-allowed;filter:none}.fx-btn-reason{font-size:var(--fx-text-11);color:var(--fx-text-muted);text-align:center;margin-top:var(--fx-space-2);letter-spacing:.04em;text-transform:uppercase}.fx-chip{display:inline-flex;align-items:center;gap:var(--fx-space-1);border-radius:6px;padding:4px 9px;font-size:var(--fx-text-11);font-weight:700;letter-spacing:.04em;text-transform:uppercase;border:1px solid currentColor}.fx-chip--success{color:var(--fx-success);background:color-mix(in srgb,var(--fx-success) 16%,transparent)}.fx-chip--warn{color:var(--fx-warn);background:color-mix(in srgb,var(--fx-warn) 16%,transparent)}.fx-chip--info{color:var(--fx-info);background:color-mix(in srgb,var(--fx-info) 16%,transparent)}.fx-chip--danger{color:var(--fx-danger);background:color-mix(in srgb,var(--fx-danger) 16%,transparent)}.fx-chip--neutral{color:var(--fx-text-secondary);background:color-mix(in srgb,var(--fx-text-secondary) 12%,transparent)}.fx-chip--mono{font-family:var(--fx-font-mono);text-transform:none}.fx-input{display:block;width:100%;min-height:48px;background:var(--fx-surface-sunken);border:1px solid var(--fx-border);border-radius:var(--fx-radius-control);color:var(--fx-text);font-size:var(--fx-text-15);font-family:inherit;padding:0 var(--fx-space-3);box-sizing:border-box}.fx-input::placeholder{color:var(--fx-text-muted)}.fx-label{display:block;font-size:var(--fx-text-11);font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--fx-text-muted);margin-bottom:var(--fx-space-2)}.fx-btn:focus-visible,.fx-input:focus-visible,.fx-chip[tabindex]:focus-visible{outline:2px solid var(--fx-identity);outline-offset:2px}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url("./media/layers-55W3Q4RM.png");width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url("./media/layers-2x-TBM42ERR.png");background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url("./media/marker-icon-2V3QKKVC.png")}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.geoapify-input-wrapper{position:relative;flex:0 0 auto}.geoapify-geocoder-autocomplete-container{display:flex;flex-direction:column;align-items:stretch;position:relative;pointer-events:all}.geoapify-autocomplete-input{padding:0 31px 0 7px;width:calc(100% - 40px);outline:none;line-height:36px;height:36px;border:1px solid rgba(0,0,0,.3);font-size:14px}.geoapify-autocomplete-items{position:absolute;border:1px solid rgba(0,0,0,.3);border-top:none;background-color:#fff;z-index:99;top:100%;left:0;right:0}.geoapify-autocomplete-items div{padding:10px;cursor:pointer}.geoapify-autocomplete-items div:hover,.geoapify-autocomplete-items .active{background-color:#0000001a}.geoapify-autocomplete-item{display:flex;flex-direction:row;align-items:center}.geoapify-autocomplete-item .icon{display:inline-block;width:40px;height:24px;color:#aaa;flex:0 0 40px}.geoapify-autocomplete-item .icon.emoji{color:unset;font-size:20px;opacity:.9}.geoapify-close-button{position:absolute;right:5px;top:0;height:100%;display:none;align-items:center}.geoapify-close-button.visible{display:flex}.geoapify-close-button{color:#0006;cursor:pointer}.geoapify-close-button:hover{color:#0009}.geoapify-autocomplete-items .main-part .non-verified{color:#ff4848}.geoapify-autocomplete-items .secondary-part{margin-left:10px;font-size:small;color:#0009}.geoapify-places-list{border:1px solid rgba(0,0,0,.3);background-color:#fff;display:none;margin-top:5px}.geoapify-places-list.active{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.geoapify-places-title-bar{display:flex;align-items:center;gap:6px;padding:8px 12px;border-bottom:1px solid rgba(0,0,0,.1);background-color:#f8f9fa;font-size:13px;color:#000000b3}.geoapify-places-title-icon{display:inline-flex;align-items:center;color:#00000080}.geoapify-places-title-icon svg{height:14px;width:14px}.geoapify-places-title-label{font-weight:500;margin-left:auto}.geoapify-places-scroll-container{overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;max-height:100%}.geoapify-places-scroll-container::-webkit-scrollbar{width:6px}.geoapify-places-scroll-container::-webkit-scrollbar-track{background:#00000014;border-radius:3px}.geoapify-places-scroll-container::-webkit-scrollbar-thumb{background:#00000059;border-radius:3px}.geoapify-places-scroll-container::-webkit-scrollbar-thumb:hover{background:#0009}.geoapify-places-item{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.08);transition:background-color .15s ease;min-width:0}.geoapify-places-item:hover{background-color:#0000000d}.geoapify-places-item.active{background-color:#0000001a}.geoapify-places-item:last-child{border-bottom:none}.geoapify-places-text-container{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.geoapify-places-main-part{font-size:16px;font-weight:500;color:#202124;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.geoapify-places-secondary-part{font-size:12px;color:#0009;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.geoapify-places-hours-info{display:flex;align-items:center;gap:6px;flex-shrink:0;margin-left:auto;font-size:13px;color:#0009;max-width:150px}.geoapify-places-clock-icon{display:inline-flex;align-items:center;color:#00000080}.geoapify-places-clock-icon svg{height:14px;width:14px}.geoapify-places-hours-text{white-space:nowrap;font-size:13px;text-overflow:ellipsis;overflow:hidden}.geoapify-places-status-bar{display:flex;align-items:center;justify-content:space-between;min-height:32px;padding:0 16px;border-top:1px solid rgba(0,0,0,.1);background:#fafafa;font-size:13px;color:#0009}.geoapify-places-status-count{display:flex;align-items:center;gap:6px}.geoapify-places-status-count span{display:inline-flex;align-items:center}.geoapify-places-status-count svg{height:14px;width:14px;display:block}.geoapify-places-status-selected{font-weight:500;color:#000c}.geoapify-places-load-more{display:flex;align-items:center;justify-content:center;min-height:29px;padding:6px 16px}.geoapify-places-load-more.end{padding:6px 16px}.geoapify-places-load-more-button{background:transparent;border:none;cursor:pointer;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;width:28px;height:28px;color:#0009;transition:all .2s ease}.geoapify-places-load-more-button:hover{background-color:#00000014;color:#000c}.geoapify-places-load-more-button:active{background-color:#00000026}.geoapify-places-load-more-button svg{height:16px;width:16px}.geoapify-places-load-more-loading{display:inline-flex;align-items:center;color:#00000080;font-size:16px;letter-spacing:2px;animation:geoapify-dots-pulse 1.4s ease-in-out infinite}@keyframes geoapify-dots-pulse{0%,to{opacity:.3}50%{opacity:1}}.geoapify-places-empty-state{display:flex;align-items:center;justify-content:center;padding:48px 16px;min-height:200px}.geoapify-places-empty-icon{color:#0003}.geoapify-places-empty-icon svg{display:block;height:64px;width:64px}.geoapify-places-loading-overlay{position:absolute;inset:0;background:#fff9;z-index:99;display:none}.geoapify-places-loading-overlay.visible{display:block}.geoapify-places-loading-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;display:none;background:#fffffff2;padding:16px 24px;border-radius:8px;box-shadow:0 2px 8px #00000026}.geoapify-places-loading-indicator.visible{display:block}.geoapify-places-loading-dots{display:flex;gap:8px;align-items:center;justify-content:center}.geoapify-places-loading-dots span{width:8px;height:8px;background-color:#0009;border-radius:50%;display:inline-block;animation:geoapify-places-loading-bounce 1.4s infinite ease-in-out both}.geoapify-places-loading-dots span:nth-child(1){animation-delay:-.32s}.geoapify-places-loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes geoapify-places-loading-bounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}
