.filter-toggle{position:fixed;bottom:calc(env(safe-area-inset-bottom,0px) + 1.25rem);right:calc(env(safe-area-inset-right,0px) + 1.25rem);z-index:999;display:inline-flex;align-items:center;gap:.5rem;min-height:44px;padding:.625rem 1.125rem;background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);color:var(--color-text);border:1px solid var(--glass-border);border-radius:999px;box-shadow:var(--shadow-elevated);font:inherit;font-size:.9375rem;font-weight:500;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.filter-toggle:hover{transform:translateY(-1px);background:#ffffffd9}.filter-toggle:focus-visible{outline:2px solid var(--color-focus);outline-offset:3px}.filter-toggle__count{background:var(--color-terracotta);color:#fff;border-radius:999px;padding:.125rem .5rem;font-size:.75rem;font-weight:600;line-height:1.25;min-width:1.5rem;text-align:center}.filter-toggle__count[hidden]{display:none}.filter-panel{position:fixed;z-index:1001;background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--shadow-elevated);display:flex;flex-direction:column;gap:1.25rem;padding:1.25rem 1.5rem;transition:transform .3s cubic-bezier(.32,.72,0,1);overscroll-behavior:contain}@media(max-width:1023px){.filter-toggle{bottom:calc(env(safe-area-inset-bottom,0px) + 2.75rem)}.filter-panel{left:.5rem;right:.5rem;bottom:.5rem;max-height:80dvh;overflow-y:auto;border-radius:24px;transform:translateY(calc(100% + 1rem))}.filter-panel.is-open{transform:translateY(0)}}@media(min-width:1024px){.filter-panel{top:4.75rem;right:.75rem;bottom:.75rem;width:19rem;max-width:90vw;overflow-y:auto;border-radius:20px;transform:translate(calc(100% + 1.5rem))}.filter-panel.is-open{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.filter-panel,.filter-toggle{transition:none}}.filter-panel__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.filter-panel__header h2{margin:0;font-family:var(--font-display);font-weight:700;font-size:1.375rem;color:var(--color-terracotta)}.filter-panel__close{width:44px;height:44px;border:none;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;border-radius:999px;color:var(--color-text-muted);transition:background .15s ease}.filter-panel__close:hover{background:#0000000f;color:var(--color-text)}.filter-panel__close:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.filter-panel__group{border:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.125rem}.filter-panel__group legend{font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:.5rem;padding:0;width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.filter-panel__group-clear{border:none;background:transparent;font:inherit;font-weight:500;font-size:.75rem;text-transform:none;letter-spacing:0;color:var(--color-terracotta);cursor:pointer;padding:.25rem .5rem;margin:-.25rem -.5rem;border-radius:6px;transition:background .15s ease,color .15s ease,opacity .15s ease}.filter-panel__group-clear:hover:not(:disabled){background:#b85a3014}.filter-panel__group-clear:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.filter-panel__group-clear:disabled{opacity:.4;cursor:default}.filter-checkbox{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:.625rem;min-height:44px;cursor:pointer;font-size:.9375rem;user-select:none}.filter-checkbox--plain{grid-template-columns:auto 1fr auto;min-height:36px}.filter-checkbox.is-empty .filter-checkbox__name,.filter-checkbox.is-empty .filter-checkbox__count{color:#b8b0a0}.filter-checkbox.is-empty .filter-marker{opacity:.5}.filter-checkbox__name{font-weight:500}.filter-checkbox__count{font-variant-numeric:tabular-nums;font-size:.8125rem;color:var(--color-text-muted);font-weight:500}.filter-marker{flex-shrink:0;filter:drop-shadow(0 1px 2px rgba(0,0,0,.18))}.filter-marker--pin{width:18px;height:26px}.filter-marker--dot{width:18px;height:18px}.filter-panel__group input[type=checkbox]{appearance:none;-webkit-appearance:none;width:20px;height:20px;border:1.5px solid #b8b0a0;border-radius:6px;background:#fff;cursor:pointer;display:inline-grid;place-content:center;transition:background .15s ease,border-color .15s ease;flex-shrink:0}.filter-panel__group input[type=checkbox]:before{content:"";width:12px;height:12px;transform:scale(0);transition:transform .15s ease;box-shadow:inset 1em 1em #fff;clip-path:polygon(14% 44%,0 65%,40% 100%,100% 16%,80% 0,40% 60%)}.filter-panel__group input[type=checkbox]:checked{background:var(--color-terracotta);border-color:var(--color-terracotta)}.filter-panel__group input[type=checkbox]:checked:before{transform:scale(1)}.filter-panel__group input[type=checkbox]:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.filter-panel__search{display:flex;flex-direction:column;gap:.5rem}.filter-panel__search span{font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted)}.filter-panel__search input{min-height:44px;padding:.5rem .875rem;border:1px solid rgba(0,0,0,.12);background:#ffffffb3;border-radius:12px;font:inherit;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.filter-panel__search input::placeholder{color:#9b9385}.filter-panel__search input:focus{outline:none;border-color:var(--color-terracotta);background:#fff;box-shadow:0 0 0 3px #b85a302e}.filter-panel__search input:focus-visible{outline:none}@media(forced-colors:active){.filter-panel__search input:focus,.filter-panel__search input:focus-visible{outline:2px solid Highlight;outline-offset:2px}}.filter-panel__footer{display:flex;flex-direction:column;align-items:stretch;gap:.625rem;border-top:1px solid rgba(0,0,0,.08);padding-top:1rem;margin-top:auto}#filter-results{color:var(--color-text-muted);font-size:.875rem;text-align:center;font-variant-numeric:tabular-nums}#filter-reset{width:100%;min-height:44px;padding:.5rem 1.125rem;background:transparent;color:var(--color-terracotta);border:1px solid var(--color-terracotta);border-radius:999px;font:inherit;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease}#filter-reset:hover{background:var(--color-terracotta);color:#fff}#filter-reset:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.intro-toggle{position:fixed;top:calc(env(safe-area-inset-top,0px) + 4.5rem);right:1.25rem;z-index:1000;width:44px;height:44px;border-radius:50%;border:1px solid var(--glass-border);background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);color:var(--color-terracotta);font:inherit;font-size:1.125rem;font-weight:700;cursor:pointer;box-shadow:var(--shadow-soft);transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.intro-toggle:hover{background:#ffffffe6;transform:translateY(-1px);box-shadow:var(--shadow-elevated)}.intro-toggle:focus-visible{outline:2px solid var(--color-focus);outline-offset:3px}@media(prefers-reduced-motion:reduce){.intro-toggle{transition:none}}.intro-dialog{border:1px solid var(--glass-border);padding:0;border-radius:20px;background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);color:var(--color-text);max-width:28rem;width:calc(100% - 2rem);max-height:90dvh;box-shadow:var(--shadow-elevated)}.intro-dialog::backdrop{background:#140c0866;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.intro-content{margin:0;padding:1.5rem 1.75rem 1.75rem;max-height:90dvh;overflow-y:auto}.intro-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.intro-header h2{margin:0;font-family:var(--font-display);font-weight:700;font-size:1.5rem;color:var(--color-terracotta)}.intro-close{width:44px;height:44px;border:none;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;border-radius:999px;color:var(--color-text-muted);transition:background .15s ease}.intro-close:hover{background:#0000000f;color:var(--color-text)}.intro-close:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.intro-lead{margin:0 0 1.25rem;line-height:1.55}.intro-legend{list-style:none;padding:0;margin:1.25rem 0;display:flex;flex-direction:column;gap:1.125rem}.intro-legend li{display:flex;gap:1rem;align-items:flex-start}.intro-legend strong{display:block;margin-bottom:.125rem}.intro-legend p{margin:0;font-size:.875rem;color:var(--color-text-muted);line-height:1.5}.intro-marker{flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(0,0,0,.18))}.intro-marker--pin{width:26px;height:38px;margin-top:.125rem}.intro-marker--dot{width:22px;height:22px;margin-top:.375rem}.intro-usage{font-size:.875rem;color:var(--color-text-muted);margin:1.25rem 0 .75rem;line-height:1.55}.intro-source{font-size:.875rem;color:var(--color-text-muted);margin:0 0 1.5rem;line-height:1.55}.intro-source a{color:var(--color-terracotta);text-decoration:none;font-weight:500}.intro-source a:hover{text-decoration:underline}.intro-source a:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px;border-radius:2px}.intro-dismiss{width:100%;min-height:48px;padding:.625rem 1.125rem;background:var(--color-terracotta);color:#fff;border:none;border-radius:12px;font:inherit;font-weight:600;cursor:pointer;box-shadow:0 1px 2px #a04d2866;transition:background .15s ease,box-shadow .15s ease,transform .15s ease}.intro-dismiss:hover{background:var(--color-terracotta-hover);box-shadow:0 1px 2px #a04d2866,0 8px 20px #a04d2840;transform:translateY(-1px)}.intro-dismiss:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}@media(prefers-reduced-motion:reduce){.intro-dismiss{transition:none}}.locate-toggle{position:fixed;bottom:calc(env(safe-area-inset-bottom,0px) + 1.25rem);left:calc(env(safe-area-inset-left,0px) + 1.25rem);z-index:999;display:inline-flex;align-items:center;gap:.5rem;min-height:44px;padding:.625rem 1.125rem;background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);color:var(--color-text);border:1px solid var(--glass-border);border-radius:999px;box-shadow:var(--shadow-elevated);font:inherit;font-size:.9375rem;font-weight:500;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease}.locate-toggle:hover{transform:translateY(-1px);background:#ffffffd9}.locate-toggle:focus-visible{outline:2px solid var(--color-focus);outline-offset:3px}.locate-toggle.is-located{color:var(--color-terracotta)}.locate-toggle__spinner{display:none;width:16px;height:16px;border:2px solid rgba(184,90,48,.25);border-top-color:var(--color-terracotta);border-radius:50%;animation:locate-spin .8s linear infinite}.locate-toggle.is-locating .locate-toggle__icon{display:none}.locate-toggle.is-locating .locate-toggle__spinner{display:inline-block}@keyframes locate-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.locate-toggle{transition:none}.locate-toggle__spinner{animation:none}}.locate-panel{position:fixed;z-index:1001;background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--shadow-elevated);display:flex;flex-direction:column;padding:1.25rem 1.5rem;transition:transform .3s cubic-bezier(.32,.72,0,1);overscroll-behavior:contain}@media(max-width:1023px){.locate-toggle{bottom:calc(env(safe-area-inset-bottom,0px) + 2.75rem)}.locate-panel{left:.5rem;right:.5rem;bottom:.5rem;max-height:80dvh;border-radius:24px;transform:translateY(calc(100% + 1rem))}.locate-panel.is-open{transform:translateY(0)}}@media(min-width:1024px){.locate-panel{top:.75rem;left:.75rem;bottom:.75rem;width:21rem;max-width:90vw;border-radius:20px;transform:translate(calc(-100% - 1.5rem))}.locate-panel.is-open{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.locate-panel{transition:none}}.locate-panel__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-shrink:0;margin-bottom:.75rem}.locate-panel__header h2{margin:0;font-family:var(--font-display);font-weight:700;font-size:1.375rem;color:var(--color-terracotta)}.locate-panel__close{width:44px;height:44px;border:none;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;border-radius:999px;color:var(--color-text-muted);transition:background .15s ease}.locate-panel__close:hover{background:#0000000f;color:var(--color-text)}.locate-panel__close:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.locate-panel__body{display:flex;flex-direction:column;gap:.5rem;flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;margin:0 -.75rem;padding:0 .75rem}.locate-panel__status{margin:0;color:var(--color-text-muted);font-size:.875rem;text-align:center;padding:1rem 0}.locate-panel__status[hidden]{display:none}.locate-panel__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.locate-item__btn{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;width:100%;min-height:56px;padding:.625rem .75rem;background:transparent;border:1px solid transparent;border-radius:12px;text-align:left;cursor:pointer;color:inherit;font:inherit;transition:background .12s ease,border-color .12s ease}.locate-item__btn:hover{background:#fff9;border-color:var(--glass-border)}.locate-item__btn:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.locate-item__marker{flex-shrink:0;filter:drop-shadow(0 1px 2px rgba(0,0,0,.18))}.locate-item__marker--pin{width:14px;height:20px;background:var(--color-olive);-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 38'><path d='M13 1 C7 1 1 6 1 13 C1 23 13 37 13 37 C13 37 25 23 25 13 C25 6 19 1 13 1 Z'/></svg>") no-repeat center / contain;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 38'><path d='M13 1 C7 1 1 6 1 13 C1 23 13 37 13 37 C13 37 25 23 25 13 C25 6 19 1 13 1 Z'/></svg>") no-repeat center / contain}.locate-item__marker--dot{width:14px;height:14px;border-radius:50%;background:var(--color-terracotta);border:2px solid white;box-shadow:0 1px 2px #0000002e}.locate-item__text{display:flex;flex-direction:column;min-width:0}.locate-item__name{font-weight:500;font-size:.9375rem;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.locate-item__sub{font-size:.75rem;color:var(--color-text-muted);margin-top:.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.locate-item__distance{font-variant-numeric:tabular-nums;font-size:.8125rem;color:var(--color-text-muted);font-weight:500;flex-shrink:0}.locate-panel__footer{display:flex;flex-direction:column;gap:.5rem;border-top:1px solid rgba(0,0,0,.08);padding-top:1rem;margin-top:1rem;flex-shrink:0}.locate-panel__footer:not(:has(button:not([hidden]))){display:none}.locate-panel__footer button{width:100%;min-height:44px;padding:.5rem 1.125rem;background:transparent;color:var(--color-terracotta);border:1px solid var(--color-terracotta);border-radius:999px;font:inherit;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease}.locate-panel__footer button:hover{background:var(--color-terracotta);color:#fff}.locate-panel__footer button:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.locate-panel__footer button[hidden]{display:none}.user-marker{background:transparent;border:none}.user-marker__dot{display:block;width:18px;height:18px;border-radius:50%;background:#2a81cb;border:3px solid white;box-shadow:0 0 0 2px #2a81cb59,0 2px 4px #0000004d}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}#map{flex:1;min-height:0;width:100%;position:relative;background:#cfe1f0}.leaflet-top{top:.875rem}.leaflet-bottom{bottom:.875rem}.leaflet-left{left:.875rem}.leaflet-right{right:.875rem}.leaflet-top.leaflet-left{top:4.25rem}.leaflet-bottom.leaflet-left{left:50%;right:auto;transform:translate(-50%)}.leaflet-control-zoom{border:1px solid var(--glass-border)!important;border-radius:12px!important;overflow:hidden;box-shadow:var(--shadow-soft)!important}.leaflet-control-zoom a{background:var(--glass-bg)!important;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);color:var(--color-text)!important;border-bottom-color:var(--glass-border)!important}.leaflet-control-zoom a:hover{background:#ffffffeb!important}.leaflet-control-attribution{background:#ffffffbf!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:6px;padding:0 .5rem!important}.aop-popup__sign{font-size:.75rem;color:var(--color-text-muted);margin-top:.125rem}.aop-popup__count{margin-top:.25rem;font-size:.875rem}.aop-popup__products{margin-top:.25rem}.aop-popup__products>summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:.375rem;padding:.125rem .25rem;margin:-.125rem -.25rem;border-radius:4px;color:var(--color-text)}.aop-popup__products>summary::-webkit-details-marker{display:none}.aop-popup__products>summary:before{content:"";width:0;height:0;border-left:4px solid var(--color-text-muted);border-top:4px solid transparent;border-bottom:4px solid transparent;transition:transform .15s ease}.aop-popup__products[open]>summary:before{transform:rotate(90deg)}.aop-popup__products>summary:hover{background:#707a3214}.aop-popup__products>summary:focus-visible{outline:2px solid var(--color-focus);outline-offset:1px}.aop-popup__products .aop-popup__count{margin:0}.aop-popup__products ul{margin:.5rem 0 0;padding:.5rem 0 0;list-style:none;max-height:14rem;overflow-y:auto;border-top:1px solid var(--glass-border)}.aop-popup__products li{font-size:.8125rem;line-height:1.4;padding:.125rem 0;color:var(--color-text)}.aop-popup__single{font-size:.8125rem;line-height:1.4;color:var(--color-text)}.aop-popup__details{display:inline-flex;align-items:center;margin-top:.5rem;padding:.25rem .5rem;margin-left:-.5rem;color:var(--color-terracotta);font-weight:600;font-size:.8125rem;text-decoration:none;border-radius:4px}.aop-popup__details:hover{color:var(--color-terracotta-hover);text-decoration:underline}.aop-popup__details:focus-visible{outline:2px solid var(--color-focus);outline-offset:1px}@media(prefers-reduced-motion:reduce){.aop-popup__products>summary:before{transition:none}}.aop-marker{background:transparent;border:none}.aop-marker svg{display:block;width:100%;height:100%;filter:drop-shadow(0 2px 4px rgba(0,0,0,.28));transition:transform .15s ease;transform-origin:50% 100%}.aop-marker:hover svg{transform:scale(1.18)}.dish-marker{background:transparent;border:none}.dish-marker__dot{display:block;width:22px;height:22px;border-radius:50%;background:var(--color-terracotta);border:2px solid white;box-shadow:0 2px 5px #0000004d;transition:transform .15s ease}.dish-marker:hover .dish-marker__dot{transform:scale(1.18)}.marker-cluster{transition:transform .15s ease}.marker-cluster:hover{transform:scale(1.08)}@media(prefers-reduced-motion:reduce){.aop-marker svg,.dish-marker__dot,.marker-cluster{transition:none}}.marker-cluster{background-clip:padding-box}.marker-cluster div{width:32px;height:32px;margin-left:4px;margin-top:4px;border-radius:50%;color:#fff;font:inherit;font-family:var(--font-body);font-size:.8125rem;font-weight:600;box-shadow:0 2px 6px #0000002e}.marker-cluster span{line-height:32px}.marker-cluster-small{background:#707a3247}.marker-cluster-small div{background:#707a32f2}.marker-cluster-medium{background:#c0793c4d}.marker-cluster-medium div{background:#c0793cf2}.marker-cluster-large{background:#a04d2852}.marker-cluster-large div{background:#a04d28f7}.dish-popup__meta{font-size:.75rem;color:var(--color-text-muted);margin-top:.125rem}.dish-popup__description{margin:.5rem 0 0;font-size:.875rem;line-height:1.4;max-width:260px}.leaflet-popup-content-wrapper{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:14px;box-shadow:var(--shadow-elevated);padding:0}.leaflet-popup-content{margin:.875rem 1rem;font-family:var(--font-body);line-height:1.4}.leaflet-popup-tip{background:#ffffffc7;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);box-shadow:none}.leaflet-popup-close-button{color:var(--color-text-muted)!important;padding:6px 8px!important}.leaflet-popup-close-button:hover{color:var(--color-text)!important}.aop-popup strong,.dish-popup strong{font-family:var(--font-display);font-weight:700;font-size:1rem;color:var(--color-text)}.leaflet-marker-icon:focus-visible,.leaflet-marker-icon:focus,.leaflet-interactive:focus-visible,.leaflet-control-zoom a:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}@media(pointer:coarse){.leaflet-touch .leaflet-bar a{width:44px;height:44px;line-height:44px;font-size:22px}}.map-loading{position:absolute;inset:0;z-index:600;display:flex;align-items:center;justify-content:center;pointer-events:none;background:#cfe1f099;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.map-loading[hidden]{display:none}.map-loading__spinner{width:36px;height:36px;border:3px solid rgba(184,90,48,.25);border-top-color:var(--color-terracotta);border-radius:50%;animation:map-loading-spin .8s linear infinite}@keyframes map-loading-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.map-loading__spinner{animation:none}}.map-error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;background:#fff;padding:1rem 1.25rem;border-radius:8px;box-shadow:0 4px 16px #00000026;max-width:min(90vw,24rem);text-align:center}.map-error p{margin:0 0 .75rem}.map-error button{min-height:44px;padding:.5rem 1rem;border:1px solid var(--color-terracotta);background:var(--color-terracotta);color:#fff;border-radius:6px;font:inherit;cursor:pointer}.map-error button:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}@media(prefers-reduced-motion:reduce){.leaflet-fade-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-zoom-animated{transition:none!important}}.source-link{position:fixed;top:calc(env(safe-area-inset-top,0px) + 8rem);right:1.25rem;z-index:1000;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--glass-border);background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);color:var(--color-terracotta);box-shadow:var(--shadow-soft);text-decoration:none;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.source-link:hover{background:#ffffffe6;transform:translateY(-1px);box-shadow:var(--shadow-elevated)}.source-link:focus-visible{outline:2px solid var(--color-focus);outline-offset:3px}.source-link__icon{width:22px;height:22px}@media(prefers-reduced-motion:reduce){.source-link{transition:none}}
