.restaurant-map.svelte-19z75ie{margin:.5rem 0;border-radius:.5rem;overflow:hidden;box-shadow:0 2px 4px #0000001a;position:relative;z-index:1}.map-container.svelte-19z75ie{background-color:#f0f0f0}.restaurant-map .leaflet-pane,.restaurant-map .leaflet-top,.restaurant-map .leaflet-bottom,.restaurant-map .leaflet-control{z-index:9!important}.restaurant-map .leaflet-popup-pane{z-index:7!important}.restaurant-map .leaflet-popup-tip-container{z-index:8!important}.image-viewer.svelte-1iwixh9{width:100%;max-width:600px;margin:0 auto;position:relative}.image-container.svelte-1iwixh9{width:100%;padding-bottom:100%;position:relative;overflow:hidden;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;background-color:#00000054}.image-wrapper.svelte-1iwixh9{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform 5s ease-out}img.svelte-1iwixh9{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center}.loading.svelte-1iwixh9,.no-images.svelte-1iwixh9{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--color-text-primary, #333);font-size:1.2rem;text-align:center;padding:1rem}.no-images.svelte-1iwixh9 .hint:where(.svelte-1iwixh9){font-size:.9rem;opacity:.7;margin-top:.5rem}.controls.svelte-1iwixh9{position:absolute;bottom:0;left:0;width:100%;height:auto;display:flex;justify-content:space-between;align-items:center;padding:1rem;opacity:0;transition:opacity .3s ease;pointer-events:none;background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.image-container.svelte-1iwixh9:hover .controls:where(.svelte-1iwixh9){opacity:1;pointer-events:auto}.control-btn.svelte-1iwixh9{background-color:#00000080;color:#fff;border:none;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s,transform .2s;box-shadow:0 2px 10px #0000004d;z-index:10;position:relative}.play-btn.svelte-1iwixh9{position:relative;margin:0 .5rem}.prev-btn.svelte-1iwixh9{margin-right:auto}.next-btn.svelte-1iwixh9{margin-left:auto}.control-btn.svelte-1iwixh9:hover{background-color:#000000b3;transform:scale(1.1);box-shadow:0 4px 12px #0006}.control-btn.svelte-1iwixh9:active{transform:scale(.95)}.control-btn.svelte-1iwixh9 svg:where(.svelte-1iwixh9){width:1.5rem;height:1.5rem}.container.svelte-cfspr9{max-width:1200px;margin:0 auto;padding:1rem}.restaurant-grid-container.svelte-cfspr9{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.restaurant-grid-container.svelte-cfspr9{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.restaurant-grid-container.svelte-cfspr9{grid-template-columns:repeat(3,1fr)}}.logo-column.svelte-cfspr9{padding:2rem;background-color:#111;border-radius:10px;overflow:hidden}.logo-column.svelte-cfspr9 img:where(.svelte-cfspr9){width:100%;max-width:400px;height:auto;scale:1;transition:all .7s ease}.logo-column.svelte-cfspr9 img:where(.svelte-cfspr9):hover{scale:1.1}.welcome-column.svelte-cfspr9 h1:where(.svelte-cfspr9){margin-top:0}.welcome-column.svelte-cfspr9{display:flex;flex-direction:column;gap:1.5rem}.image-column.svelte-cfspr9{display:flex;justify-content:center;align-items:center}.info-column.svelte-cfspr9{display:flex;flex-direction:column;gap:1.5rem}.map-column.svelte-cfspr9{display:flex;flex-direction:column;width:100%}.hours-column.svelte-cfspr9{display:flex;flex-direction:column;gap:1.5rem}.restaurant-info.svelte-cfspr9{margin-bottom:1.5rem}.opening-hours.svelte-cfspr9{margin:.5rem 0}.hours-list.svelte-cfspr9{list-style:none;padding:0;margin:.5rem 0}.day-container.svelte-cfspr9{padding:.25rem 0;display:flex;flex-direction:column}.day-row.svelte-cfspr9{display:flex;justify-content:space-between;align-items:center;margin-bottom:.125rem}.day-name.svelte-cfspr9{font-weight:500;min-width:100px}.day-name.current-day.svelte-cfspr9{position:relative;font-weight:600}.day-name.current-day.svelte-cfspr9:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(to right,var(--primary-color) 50%,transparent 100%)}.time-range.open-time.svelte-cfspr9{border-bottom:2px solid #22c55e;font-weight:600}.time-range.closed-time.svelte-cfspr9{border-bottom:2px solid #ef4444;font-weight:600}.additional-time-slots.svelte-cfspr9{display:flex;flex-direction:column;margin-left:100px}.time-slot.svelte-cfspr9{display:flex;justify-content:flex-end;margin-bottom:.125rem}.time-slot.svelte-cfspr9:last-child{margin-bottom:0}.time-range.svelte-cfspr9{text-align:right}.day-separator.svelte-cfspr9{border:0;height:3px}.change-restaurant.svelte-cfspr9{background-color:var(--button-bg-color);color:var(--button-text-color);border:none;padding:.5rem 1rem;border-radius:.25rem;cursor:pointer;font-weight:500;transition:background-color .2s}.change-restaurant.svelte-cfspr9:hover{background-color:var(--button-hover-bg-color)}.open-status.svelte-cfspr9{display:flex;align-items:center;justify-content:center;text-align:center;padding:.25rem .5rem;border-radius:.25rem;font-weight:500;font-size:.875rem;margin-left:1rem}.open-status.open.svelte-cfspr9{background-color:#22c55e1a;color:#22c55e}.open-status.closed.svelte-cfspr9{background-color:#ef44441a;color:#ef4444}.info-label.svelte-cfspr9{display:flex;flex-direction:row;align-items:center;justify-content:start;font-weight:500;margin-right:.5rem;text-align:left;white-space:nowrap;gap:.5rem}.info-value.svelte-cfspr9{font-weight:400;text-align:right;display:inline-block}.restaurant-contact-info.svelte-cfspr9{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.restaurant-contact-info.svelte-cfspr9 p:where(.svelte-cfspr9){display:flex;justify-content:space-between;align-items:flex-start;margin:0}.restaurant-website.svelte-cfspr9{display:flex;justify-content:space-between;align-items:flex-start;margin-top:.75rem}.error.svelte-cfspr9,.coming-soon.svelte-cfspr9{text-align:center;padding:2rem;background-color:var(--card-bg-color);border-radius:.5rem;margin-bottom:1.5rem;box-shadow:0 2px 4px var(--shadow-color)}.error.svelte-cfspr9{background-color:var(--error-color);color:var(--error-contrast-color)}.coming-soon.svelte-cfspr9 h2:where(.svelte-cfspr9){color:var(--primary-color);margin-bottom:1rem}.restaurant-selection.svelte-cfspr9 h2:where(.svelte-cfspr9){margin-bottom:1.5rem;text-align:center;color:var(--content-heading-color)}.restaurant-grid.svelte-cfspr9{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.restaurant-card.svelte-cfspr9{padding:1.5rem;border-radius:.5rem;background-color:var(--card-bg-color);box-shadow:0 1px 3px var(--shadow-color);cursor:pointer;transition:transform .2s,box-shadow .2s;text-align:center;border:1px solid var(--border-color);color:var(--card-text-color)}.restaurant-card.svelte-cfspr9:hover{transform:translateY(-4px);box-shadow:0 4px 6px var(--shadow-color);border-color:var(--accent-border-color)}.restaurant-logo.svelte-cfspr9{width:100px;height:100px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;border:2px solid var(--border-color)}.restaurant-logo.svelte-cfspr9 img:where(.svelte-cfspr9){width:100%;height:100%;object-fit:cover}.restaurant-logo.placeholder.svelte-cfspr9{background-color:var(--primary-color);color:var(--primary-contrast-color);font-size:2.5rem;font-weight:700}.restaurant-card.svelte-cfspr9 h3:where(.svelte-cfspr9){margin:0;font-size:1.25rem;color:var(--card-text-color)}.restaurant-header.svelte-cfspr9{display:flex;align-items:center;margin-bottom:1.5rem}.restaurant-header.svelte-cfspr9 h2:where(.svelte-cfspr9){margin:0;font-size:1.75rem;color:var(--content-heading-color)}@media (min-width: 768px){.info-column.svelte-cfspr9,.map-column.svelte-cfspr9{flex:1;min-width:300px}.hours-column.svelte-cfspr9{flex:1;min-width:250px}}h1.svelte-cfspr9{font-size:2rem;font-weight:700;margin:0 0 .5rem;color:var(--content-heading-color)}.welcome.svelte-cfspr9{font-size:1.125rem;color:var(--content-text-light-color);margin:0}.restaurant-card.svelte-cfspr9:hover .restaurant-logo.placeholder:where(.svelte-cfspr9){background-color:var(--color-primary-dark)}.googlemapsbtn.svelte-cfspr9{margin:0!important;margin-top:.5rem!important}.vacation-notice-overlay.svelte-cfspr9{background-color:var(--warning-bg-color, #fef3c7);color:var(--warning-text-color, #92400e);padding:1rem;border-radius:.5rem;margin-top:1rem;margin-bottom:1rem;border-left:4px solid var(--warning-color, #f59e0b)}.vacation-notice-overlay.svelte-cfspr9 p:where(.svelte-cfspr9){margin:0;font-weight:500;line-height:1.5}.open-status.vacation.svelte-cfspr9{background-color:var(--warning-bg-color, #fef3c7);color:var(--warning-text-color, #92400e);border-color:var(--warning-color, #f59e0b)}
