:root{--bg: #f4f4ef;--bg-tint: #eef1ea;--surface: #ffffff;--surface-2: #faf9f5;--ink: #18211c;--muted: #5d6760;--line: #e6e5dc;--line-strong: #d6d5c9;--brand: #1f5c3f;--brand-strong: #184a32;--brand-ink: #123a27;--brand-soft: #e6efe9;--accent: #d98a25;--accent-strong: #c2761a;--accent-ink: #6b4310;--accent-soft: #fbeed7;--danger: #b23a2e;--danger-soft: #f6e3e0;--success: #1d7a45;--on-brand: #ffffff;--on-accent: #2a1c08;--shadow-sm: 0 1px 2px rgba(24, 33, 28, .05), 0 1px 3px rgba(24, 33, 28, .05);--shadow-md: 0 6px 16px rgba(24, 33, 28, .08), 0 2px 6px rgba(24, 33, 28, .05);--shadow-lg: 0 22px 48px rgba(24, 33, 28, .16), 0 6px 16px rgba(24, 33, 28, .08);--overlay: rgba(18, 30, 23, .5);--map-note: #6b6b6b;--ring: color-mix(in srgb, var(--brand) 45%, transparent);--radius-sm: 10px;--radius: 16px;--radius-lg: 24px;--radius-pill: 999px;--font-display: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;font-family:var(--font-body);color:var(--ink);background-color:var(--bg);color-scheme:light;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}:root[data-theme=dark]{--bg: #0e1310;--bg-tint: #121814;--surface: #161d18;--surface-2: #1b231d;--ink: #ecefe8;--muted: #9ba79d;--line: #28312a;--line-strong: #36413a;--brand: #61c08a;--brand-strong: #7fd0a0;--brand-ink: #cdeed9;--brand-soft: #17271d;--accent: #e7a64a;--accent-strong: #f0b75f;--accent-ink: #f6dcae;--accent-soft: #2a2113;--danger: #e8796b;--danger-soft: #2c1a17;--success: #5ec57e;--on-brand: #08130d;--on-accent: #1c1304;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 8px 22px rgba(0, 0, 0, .45), 0 2px 6px rgba(0, 0, 0, .4);--shadow-lg: 0 26px 56px rgba(0, 0, 0, .6), 0 8px 18px rgba(0, 0, 0, .45);--overlay: rgba(3, 8, 5, .72);--map-note: #98a0ae;--ring: color-mix(in srgb, var(--brand) 60%, transparent);color-scheme:dark}*{box-sizing:border-box}body{margin:0;background-color:var(--bg);background-image:radial-gradient(1200px 480px at 85% -120px,color-mix(in srgb,var(--brand) 8%,transparent),transparent 70%),radial-gradient(900px 420px at 0% -80px,color-mix(in srgb,var(--accent) 7%,transparent),transparent 65%);background-attachment:fixed;color:var(--ink);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.12;letter-spacing:-.012em;font-optical-sizing:auto;margin:0 0 .5rem}h1{font-size:clamp(1.9rem,1.3rem + 2.4vw,2.8rem);font-weight:600}h2{font-size:clamp(1.35rem,1.1rem + 1vw,1.7rem)}h3{font-size:1.2rem}p{margin:0 0 .75rem}::selection{background:color-mix(in srgb,var(--accent) 35%,transparent)}:focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-radius:6px}.app{min-height:100vh;display:flex;flex-direction:column}.app__header{position:sticky;top:0;z-index:900;background:color-mix(in srgb,var(--surface) 82%,transparent);backdrop-filter:saturate(1.4) blur(14px);-webkit-backdrop-filter:saturate(1.4) blur(14px);border-bottom:1px solid var(--line);padding:.85rem clamp(1rem,4vw,2.5rem);display:flex;align-items:center;justify-content:space-between;gap:1rem}.app__brand a,.app__brand-link{display:inline-flex;align-items:center;gap:.6rem}.app__brand-mark{display:inline-grid;place-items:center;width:2.1rem;height:2.1rem;border-radius:11px;background:linear-gradient(140deg,var(--brand),var(--brand-strong));color:var(--on-brand);box-shadow:var(--shadow-sm)}.app__brand-mark svg{width:1.15rem;height:1.15rem}.app__brand-text{font-family:var(--font-display);font-weight:600;font-size:1.3rem;letter-spacing:-.02em}.app__nav{display:flex;gap:.35rem;align-items:center;flex-wrap:wrap}.app__nav>a{padding:.45rem .8rem;border-radius:var(--radius-pill);font-weight:600;font-size:.95rem;color:var(--muted);transition:color .15s ease,background .15s ease}.app__nav>a:hover,.app__nav>a:focus-visible{color:var(--brand);background:var(--brand-soft)}.app__nav-toggle{display:none;border:1px solid var(--line-strong);background:var(--surface);color:var(--ink);padding:.45rem .8rem;border-radius:var(--radius-pill);font-weight:600;align-items:center;gap:.5rem}.app__nav-toggle:hover,.app__nav-toggle:focus-visible{border-color:var(--brand);color:var(--brand)}.app__nav-toggle-text{font-size:.95rem}.app__nav-toggle-icon{width:1.15rem;height:.14rem;background:currentColor;border-radius:999px;display:inline-block;position:relative}.app__nav-toggle-icon:before,.app__nav-toggle-icon:after{content:"";position:absolute;left:0;width:1.15rem;height:.14rem;background:currentColor;border-radius:999px}.app__nav-toggle-icon:before{top:-.34rem}.app__nav-toggle-icon:after{top:.34rem}@media (max-width: 768px){.app__header{flex-wrap:wrap}.app__nav-toggle{display:inline-flex}.app__nav{width:100%;flex-direction:column;align-items:stretch;gap:.25rem;padding:.75rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-md);display:none}.app__nav.app__nav--open{display:flex}.app__nav>a{padding:.7rem .9rem}}.app__main{width:100%;max-width:1200px;margin:0 auto;padding:clamp(1.25rem,3vw,2.75rem) clamp(1rem,4vw,2.5rem) 3rem;flex:1}.app__footer{margin-top:auto;background:var(--surface);border-top:1px solid var(--line);color:var(--muted)}.app__footer-inner{max-width:1120px;margin:0 auto;padding:1.6rem clamp(1rem,4vw,2.5rem) 2rem;display:grid;gap:.4rem}.app__footer-brand{font-family:var(--font-display);font-weight:600;font-size:1.05rem;color:var(--ink)}.app__footer p{margin:0;font-size:.88rem;line-height:1.55;max-width:70ch}button{font-family:inherit;padding:.6rem 1.15rem;border-radius:var(--radius-pill);border:1px solid transparent;background:var(--brand);color:var(--on-brand);font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .12s ease,background .15s ease,box-shadow .15s ease,border-color .15s ease,color .15s ease}button:hover{background:var(--brand-strong)}button:active{transform:translateY(1px)}button:disabled{background:color-mix(in srgb,var(--brand) 35%,var(--surface));color:color-mix(in srgb,var(--on-brand) 70%,transparent);cursor:not-allowed}.secondary-button{background:var(--surface);color:var(--brand);border-color:var(--line-strong)}.secondary-button:hover{background:var(--brand-soft);border-color:var(--brand);color:var(--brand-strong)}.secondary-button:disabled{background:var(--surface);color:var(--muted);border-color:var(--line)}.link-button{background:transparent;border-color:transparent;color:var(--brand);padding:.3rem .4rem;border-radius:var(--radius-sm)}.link-button:hover{background:var(--brand-soft)}.link-button--danger{color:var(--danger)}.link-button--danger:hover{background:var(--danger-soft)}.danger-button{background:var(--danger);color:#fff}.danger-button:hover{background:color-mix(in srgb,var(--danger) 82%,#000)}.danger-button:disabled{background:color-mix(in srgb,var(--danger) 45%,var(--surface));color:#fff}.button-link{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.15rem;border-radius:var(--radius-pill);text-decoration:none;font-weight:600}.theme-toggle{border:1px solid var(--line-strong);background:var(--surface);color:var(--ink)}.theme-toggle:hover{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(1.1rem,2.5vw,1.75rem);box-shadow:var(--shadow-sm);margin-bottom:1.5rem}.card--link{position:relative;margin-bottom:0;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.card--link:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(var(--brand),var(--accent));opacity:0;transition:opacity .18s ease}.card--link:hover,.card--link:focus-within{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:color-mix(in srgb,var(--brand) 35%,var(--line))}.card--link:hover:before,.card--link:focus-within:before{opacity:1}.card__link{display:block}.card__link h2{margin-bottom:.35rem}.card__link p{color:var(--muted);margin:0}.card--error{border-color:color-mix(in srgb,var(--danger) 55%,var(--line));background:var(--danger-soft);color:var(--danger);font-weight:500}.card--narrow{max-width:460px;margin:2rem auto}.card--menu{padding:0;overflow:hidden}.hint{font-size:.9rem;color:var(--muted);margin-top:.75rem;line-height:1.5}.home__hero{position:relative;overflow:hidden;border-radius:var(--radius-lg);border:1px solid color-mix(in srgb,var(--brand) 18%,var(--line));padding:clamp(1.75rem,5vw,3.25rem);margin-bottom:2rem;background:radial-gradient(120% 140% at 100% 0%,color-mix(in srgb,var(--accent) 20%,transparent),transparent 55%),radial-gradient(120% 160% at 0% 100%,color-mix(in srgb,var(--brand) 22%,transparent),transparent 55%),linear-gradient(135deg,var(--surface),var(--surface-2));box-shadow:var(--shadow-sm)}.home__hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(currentColor 1px,transparent 1.4px);background-size:22px 22px;color:var(--brand);opacity:.05;pointer-events:none}.home__hero>*{position:relative}.home__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--brand);margin:0 0 .85rem}.home__eyebrow:before{content:"";width:1.6rem;height:2px;border-radius:2px;background:var(--accent)}.home__title{max-width:18ch;margin:0 0 .75rem;font-size:clamp(2.1rem,1.3rem + 3.4vw,3.4rem);line-height:1.05}.home__title em{font-style:italic;color:var(--brand)}.home__lead{max-width:56ch;margin:0;font-size:clamp(1rem,.96rem + .3vw,1.15rem);color:var(--muted)}.section-label{display:flex;align-items:baseline;gap:.6rem;margin:0 0 1.1rem}.section-label__count{font-size:.95rem;font-weight:600;color:var(--muted);font-variant-numeric:tabular-nums}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,290px),1fr));gap:1.25rem}.card--link h2{font-size:1.4rem}.phone-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.4rem .85rem;border-radius:var(--radius-pill);background:var(--brand-soft);color:var(--brand);font-weight:600;font-size:.92rem}.phone-link:hover,.phone-link:focus-visible{background:color-mix(in srgb,var(--brand) 16%,var(--surface))}.phone-link__icon{display:inline-flex;width:1rem;height:1rem}.phone-link__icon svg{width:100%;height:100%;fill:currentColor}.restaurant{width:100%}@media (min-width: 721px){.restaurant{max-width:1120px;margin:0 auto}}.restaurant__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem;margin:1.75rem 0 1.5rem}.restaurant__header h1{margin-bottom:.4rem}.restaurant__header>div>p{color:var(--muted);margin:0}.restaurant__actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.map-wrap{display:grid}.map{height:320px;overflow:hidden}.map .leaflet-container{height:100%;background:var(--surface-2)}.map__attribution{margin:0;padding:.6rem 1rem;font-size:.82rem;color:var(--map-note);line-height:1.4}.map-status{padding:1.5rem;background:var(--brand-soft);color:var(--brand);font-weight:500;text-align:center}.card--tabs{padding-top:1.25rem}.tabs{display:inline-flex;gap:.3rem;padding:.3rem;border-radius:var(--radius-pill);background:var(--bg-tint);border:1px solid var(--line);margin-bottom:1.5rem;flex-wrap:wrap}.tab-button{background:transparent;color:var(--muted);border:1px solid transparent;padding:.5rem 1.1rem;border-radius:var(--radius-pill);font-weight:600}.tab-button:hover,.tab-button:focus-visible{color:var(--brand);background:transparent}.tab-button--active{color:var(--brand-strong);background:var(--surface);box-shadow:var(--shadow-sm)}.tab-button--active:hover{background:var(--surface)}.tab-content [role=tabpanel][hidden]{display:none}.menu-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.5rem}.menu-heading h2{margin:0}.menu-preference{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--muted);cursor:pointer}.menu-preference input{cursor:pointer;accent-color:var(--brand)}.menu-search{position:relative;margin:1rem 0 1.5rem}.menu-search__input{width:100%;padding:.75rem 2.6rem;border-radius:var(--radius-pill);border:1px solid var(--line-strong);font-size:1rem;background:var(--surface-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235d6760' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") no-repeat .9rem center;background-size:1.1rem;color:var(--ink)}.menu-search__input:focus{outline:none;border-color:var(--brand);background-color:var(--surface);box-shadow:0 0 0 3px var(--ring)}.menu-search__clear{position:absolute;top:50%;right:.6rem;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;padding:0;border:none;border-radius:50%;background:var(--bg-tint);color:var(--muted);font-size:1.2rem;line-height:1}.menu-search__clear:hover{color:var(--ink);background:var(--line)}.category-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1.5rem}.category-tag{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .5rem .4rem .85rem;border-radius:var(--radius-pill);border:1px solid var(--line-strong);background:var(--surface);color:var(--muted);font-weight:600;font-size:.9rem;line-height:1}.category-tag:hover{border-color:var(--brand);color:var(--brand);background:var(--surface)}.category-tag__count{display:inline-grid;place-items:center;min-width:1.4rem;height:1.4rem;padding:0 .35rem;border-radius:var(--radius-pill);background:var(--bg-tint);color:var(--muted);font-size:.78rem;font-variant-numeric:tabular-nums}.category-tag--active{border-color:transparent;background:var(--brand);color:var(--on-brand)}.category-tag--active:hover{background:var(--brand-strong);color:var(--on-brand)}.category-tag--active .category-tag__count{background:color-mix(in srgb,var(--on-brand) 22%,transparent);color:var(--on-brand)}.category{border-top:1px solid var(--line);padding:.4rem 0}.category:first-of-type{border-top:none}.category__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.category__title{margin:0}.category__toggle{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:.9rem .25rem;border:none;background:none;color:var(--ink);font:inherit;text-align:left;border-radius:var(--radius-sm)}.category__toggle:hover{background:transparent}.category__name{font-family:var(--font-display);font-size:1.2rem;font-weight:600}.category__count{color:var(--muted);font-weight:400;font-family:var(--font-body);font-size:.95rem;font-variant-numeric:tabular-nums}.category__chevron{flex:none;width:.62rem;height:.62rem;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(-45deg);transition:transform .2s ease,border-color .2s ease}.category__chevron--open{transform:rotate(45deg)}.category__toggle:hover .category__chevron{border-color:var(--brand)}.category__toggle:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.category__actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.category__items{display:grid;gap:.85rem;margin:.5rem 0 1.25rem}.category__items[hidden]{display:none}.menu-columns{display:grid;align-items:start}.menu-column{display:grid;gap:1.75rem;align-content:start;min-width:0;padding:0 1.75rem}.menu-column:first-child{padding-left:0}.menu-column:last-child{padding-right:0}.menu-column+.menu-column{border-left:1px solid var(--line)}.menu-columns .category{border-top:none;padding:0}.menu-description{overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap;color:var(--muted)}.category>.menu-description{margin:0 0 1rem;padding:0 .25rem}.item{border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem 1.2rem;background:var(--surface);transition:border-color .15s ease,box-shadow .15s ease}.item:hover{border-color:color-mix(in srgb,var(--brand) 22%,var(--line));box-shadow:var(--shadow-sm)}.item h4,.item__title{display:flex;align-items:baseline;gap:.6rem;margin:0 0 .3rem;font-size:1.1rem}.item__name{font-family:var(--font-display);font-weight:600}.item .menu-description{margin:0;font-size:.95rem}.dish-badge{flex:none;display:inline-grid;place-items:center;min-width:1.85rem;height:1.85rem;padding:0 .45rem;border-radius:9px;background:var(--accent-soft);color:var(--accent-ink);border:1px solid color-mix(in srgb,var(--accent) 35%,transparent);font-family:var(--font-body);font-weight:700;font-size:.9rem;font-variant-numeric:tabular-nums;transform:translateY(-1px)}.prices{display:grid;gap:.5rem;margin-top:.9rem}.price{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap;justify-content:space-between}.price__label{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;border-radius:var(--radius-pill);background:var(--bg-tint);border:1px solid var(--line);font-weight:600;font-size:.95rem;font-variant-numeric:tabular-nums}.price__add{background:var(--accent);color:var(--on-accent);border-color:transparent;padding:.5rem 1.1rem}.price__add:hover{background:var(--accent-strong);color:var(--on-accent)}.price__field{display:grid;gap:.25rem;font-weight:600;font-size:.85rem;color:var(--muted)}.price__field input{padding:.5rem .7rem;border-radius:var(--radius-sm);border:1px solid var(--line-strong);font-size:.95rem;font-weight:400;background:var(--surface);color:var(--ink)}.external-lunches{display:grid;gap:1rem}.external-lunch{border-radius:var(--radius);border:1px solid var(--line);background:var(--surface-2);padding:1.25rem;display:grid;gap:.85rem}.external-lunch--loading,.external-lunch--error{color:var(--muted)}.external-lunch__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap}.external-lunch__header h3{margin:0}.external-lunch__range{margin:.25rem 0 0;color:var(--muted);font-size:.92rem}.external-lunch__link{color:var(--brand);font-weight:600;font-size:.92rem}.external-lunch__link:hover{text-decoration:underline}.external-lunch__message{margin:0;padding:.85rem 1rem;background:var(--accent-soft);color:var(--accent-ink);border-radius:var(--radius-sm);font-size:.92rem}.external-lunch__days{display:grid;gap:.75rem}.external-lunch__day{padding:.9rem 1rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface)}.external-lunch__day h4{margin:0 0 .5rem;font-size:1rem;color:var(--brand)}.external-lunch__list{margin:0;padding-left:1.1rem;display:grid;gap:.5rem}.external-lunch__item{display:flex;flex-wrap:wrap;gap:.5rem;font-weight:600}.external-lunch__allergens{color:var(--muted);font-weight:500}.external-lunch__description{margin:.25rem 0 0;color:var(--muted);font-weight:400;font-size:.92rem}.external-lunch__closed{margin:0;color:var(--muted)}.form{display:grid;gap:1rem}.form__field{display:grid;gap:.4rem;font-weight:600;font-size:.92rem}.url-list{display:grid;gap:1rem;margin-top:1rem}.url-list__row{display:grid;gap:1rem;grid-template-columns:1fr auto;align-items:end}@media (max-width: 720px){.url-list__row{grid-template-columns:1fr;align-items:stretch}}.form input,.form textarea,.form select{padding:.7rem .9rem;border-radius:var(--radius-sm);border:1px solid var(--line-strong);font-size:1rem;font-weight:400;font-family:inherit;background:var(--surface);color:var(--ink);transition:border-color .15s ease,box-shadow .15s ease}.form input:focus,.form textarea:focus,.form select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--ring)}.form textarea{min-height:80px;resize:vertical}.form__error{color:var(--danger);font-weight:500}.form__hint{color:var(--success);font-weight:500}.field-group{display:grid;gap:.4rem;font-weight:600;font-size:.92rem}.field-group input,.field-group textarea{padding:.7rem .9rem;border-radius:var(--radius-sm);border:1px solid var(--line-strong);font-size:1rem;font-weight:400;font-family:inherit;background:var(--surface);color:var(--ink)}.field-group input:focus,.field-group textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--ring)}.field-group--inline{min-width:220px}.react-select__control{border-radius:var(--radius-sm);border-color:var(--line-strong);min-height:46px;background:var(--surface);color:var(--ink);box-shadow:none}.react-select__control--is-focused{border-color:var(--brand);box-shadow:0 0 0 3px var(--ring)}.react-select__menu{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-md)}.react-select__option--is-focused{background:var(--brand-soft)}.react-select__option--is-selected{background:var(--brand);color:var(--on-brand)}.react-select__multi-value{background:var(--brand-soft);border-radius:6px}.react-select__multi-value__label{color:var(--brand-strong)}.react-select__input-container,.react-select__single-value,.react-select__placeholder{color:var(--ink)}.otp-setup{margin-top:1.75rem;border-top:1px solid var(--line);padding-top:1.5rem}.otp-setup__grid{display:grid;grid-template-columns:160px 1fr;gap:1.25rem;align-items:center;margin:1rem 0}.otp-setup__secret{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.95rem;padding:.45rem .7rem;border-radius:8px;background:var(--brand-soft);color:var(--brand-strong);display:inline-block}@media (max-width: 520px){.otp-setup__grid{grid-template-columns:1fr;justify-items:start}}.user-list{display:grid;gap:.85rem}.user-list__item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1.1rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-2);flex-wrap:wrap}.user-list__actions{display:flex;gap:.5rem;flex-wrap:wrap}.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;z-index:1500;padding:1rem}.modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--overlay);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fade-in .18s ease}.modal__content{position:relative;z-index:1;width:min(480px,92vw);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-lg);animation:pop-in .2s cubic-bezier(.2,.9,.3,1.2)}.modal__content h3{margin-top:0}.modal__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.75rem}.cart{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1200}.cart__fab{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.1rem;padding:.7rem 1.3rem .7rem 3rem;border-radius:var(--radius-pill);background:var(--accent);color:var(--on-accent);box-shadow:var(--shadow-lg);position:relative;text-align:left;line-height:1.2}.cart__fab:hover{background:var(--accent-strong);color:var(--on-accent);transform:translateY(-2px)}.cart__fab:before{content:"";position:absolute;left:1.05rem;top:50%;transform:translateY(-50%);width:1.35rem;height:1.35rem;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E") no-repeat center / contain}.cart__fab--pulse{animation:cart-pulse .7s ease-out}.cart__fab-title{font-weight:700;font-size:.95rem}.cart__fab-meta{font-size:.85rem;opacity:.9;font-variant-numeric:tabular-nums}@keyframes cart-pulse{0%{transform:scale(1)}40%{transform:scale(1.07) translateY(-2px)}to{transform:scale(1)}}.cart__panel{position:fixed;bottom:5.75rem;right:1.5rem;width:min(420px,92vw);background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--line);padding:1.5rem;display:grid;gap:1.25rem;max-height:72vh;overflow:auto;animation:pop-in .2s cubic-bezier(.2,.9,.3,1.2)}.cart__panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.cart__panel-header h2{margin:0}.cart__panel-header p{margin:.3rem 0 0;color:var(--muted);font-variant-numeric:tabular-nums}.cart__empty{color:var(--muted);padding:.5rem 0 .25rem}.cart__items{display:grid;gap:.85rem}.cart-item{border:1px solid var(--line);border-radius:var(--radius);padding:.9rem 1rem;display:grid;gap:.75rem;background:var(--surface-2)}.cart-item__info{display:grid;gap:.35rem}.cart-item__name{font-weight:700;font-family:var(--font-display)}.cart-item__meta{color:var(--muted);font-size:.88rem}.cart-item__price{font-weight:600;color:var(--accent-ink);font-variant-numeric:tabular-nums}.cart-item__note{width:100%;border-radius:var(--radius-sm);border:1px solid var(--line-strong);padding:.5rem .7rem;font-size:.92rem;font-family:inherit;background:var(--surface);color:var(--ink)}.cart-item__note:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--ring)}.cart-item__print-qty{display:none;font-size:.92rem}.cart-item__controls{display:flex;align-items:center;gap:.5rem}.cart-item__controls .secondary-button{width:2.3rem;height:2.3rem;padding:0;display:grid;place-items:center;font-size:1.2rem}.cart-item__controls input{width:3.5rem;padding:.45rem .5rem;border-radius:var(--radius-sm);border:1px solid var(--line-strong);background:var(--surface);color:var(--ink);text-align:center;font-variant-numeric:tabular-nums;font-family:inherit}.cart__footer{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:space-between}@media (max-width: 720px){.cart{bottom:1rem;right:1rem}.cart__panel{bottom:5.25rem;right:1rem}}.print-page{width:min(210mm,92vw);margin:2rem auto;background:var(--surface);border-radius:var(--radius-lg);padding:2.25rem;box-shadow:var(--shadow-lg);border:1px solid var(--line);display:grid;gap:1.5rem}.print-page__header{display:flex;justify-content:space-between;gap:1.5rem;align-items:flex-start;border-bottom:2px solid var(--line);padding-bottom:1.1rem}.print-page__title{margin:0;font-size:1.9rem}.print-page__meta{margin:.35rem 0 0;color:var(--muted)}.print-page__summary{font-weight:700;font-size:1.15rem;font-variant-numeric:tabular-nums}.print-empty{color:var(--muted)}.print-section{display:grid;gap:.75rem}.print-section__title{margin:0;font-size:1.25rem}.print-section__phone{color:var(--muted);font-size:.92rem}.print-items{display:grid;gap:.5rem}.print-item{display:grid;grid-template-columns:1fr auto auto;gap:1rem;align-items:center;border-bottom:1px dashed var(--line-strong);padding-bottom:.5rem}.print-item__name{font-weight:700;font-family:var(--font-display)}.print-item__meta{color:var(--muted);font-size:.92rem;font-variant-numeric:tabular-nums}.print-item__note{margin-top:.2rem;color:var(--muted);font-size:.88rem}.print-item__qty{font-weight:600;font-variant-numeric:tabular-nums}.print-item__total{font-weight:700;text-align:right;min-width:80px;font-variant-numeric:tabular-nums}.print-actions{display:flex;gap:.75rem;flex-wrap:wrap}.field-group--dish-number{flex:0 0 auto}.dish-number-label{width:3ch;display:inline-block}.dish-number-input{width:5ch}@media (min-width: 768px){.dish-number-input{width:6rem}}@media (max-width: 720px){.restaurant__header,.category__header,.item__header{flex-direction:column;align-items:flex-start}.field-group--inline{min-width:0;width:100%}.price{align-items:flex-start}.price__field,.price__field input{width:100%}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes pop-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}@media print{@page{size:A4;margin:12mm}body{background:#fff}.app__header,.app__footer,.cart__fab,.cart__panel{display:none}.app__main{padding:0;max-width:none}.print-page{width:100%;max-width:none;min-height:297mm;margin:0;padding:0;box-shadow:none;border:none}.print-page__header{border-color:#000}.print-item{border-bottom:1px solid #000}.print-actions{display:none}}.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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.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}}
