.overlay.svelte-efwbm{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}dialog.svelte-efwbm{background:#fff;border:none;border-radius:8px;padding:0;max-width:600px;width:90%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 4px 6px #0000001a}header.svelte-efwbm{padding:1.5rem;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center}header.svelte-efwbm h2:where(.svelte-efwbm){margin:0;font-size:1.5rem}.close.svelte-efwbm{background:none;border:none;font-size:2rem;cursor:pointer;color:#666;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.close.svelte-efwbm:hover{color:#000}.content.svelte-efwbm{flex:1;overflow-y:auto;padding:1.5rem}.ingredients-section.svelte-efwbm{margin-bottom:0}.ingredients-section.svelte-efwbm h3:where(.svelte-efwbm){margin:0 0 1rem;font-size:1.1rem;font-weight:600}.ingredients-list.svelte-efwbm{display:flex;flex-wrap:wrap;gap:.5rem}.ingredient.svelte-efwbm{padding:.5rem .75rem;background:#f5f5f5;border-radius:20px;font-size:.9rem;border:1px solid transparent}.ingredient.removable.svelte-efwbm{cursor:pointer;transition:all .2s;border:1px solid #ddd;background:#fff;display:flex;align-items:center;gap:.5rem}.ingredient.removable.svelte-efwbm:hover{background:#fff5f5;border-color:#fcc}.ingredient.removed.svelte-efwbm{background:#ffebee;border-color:#ef5350;text-decoration:line-through;opacity:.7}.ingredients-help.svelte-efwbm{font-size:.875rem;color:#666;font-style:italic}.modifier-group.svelte-efwbm{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e5e5}.modifier-group.svelte-efwbm:first-of-type{border-top:none}.modifier-group.invalid.svelte-efwbm{background:#fff5f5;padding:1rem;border-radius:4px;border:1px solid #ffcccc}.modifier-group.svelte-efwbm h3:where(.svelte-efwbm){margin:0 0 1rem;font-size:1.1rem;font-weight:600}.required.svelte-efwbm{color:#e74c3c;margin-left:.25rem}.radio-group.svelte-efwbm,.checkbox-group.svelte-efwbm{display:flex;flex-direction:column;gap:.75rem}.modifier-option.svelte-efwbm{display:flex;align-items:center;justify-content:space-between;padding:.5rem;border-radius:4px;transition:background .2s}.modifier-option.svelte-efwbm:hover{background:#f5f5f5}.modifier-option.svelte-efwbm label:where(.svelte-efwbm){display:flex;align-items:center;gap:.75rem;flex:1;cursor:pointer}.modifier-name.svelte-efwbm{flex:1}.modifier-price.svelte-efwbm{color:#666;font-size:.9rem}.quantity-controls.svelte-efwbm{display:flex;align-items:center;gap:.5rem;margin-left:1rem}.quantity-controls.svelte-efwbm button:where(.svelte-efwbm){width:24px;height:24px;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem}.quantity-controls.svelte-efwbm button:where(.svelte-efwbm):hover:not(:disabled){background:#f5f5f5}.quantity-controls.svelte-efwbm button:where(.svelte-efwbm):disabled{opacity:.5;cursor:not-allowed}.quantity-controls.svelte-efwbm span:where(.svelte-efwbm){min-width:2rem;text-align:center}.error.svelte-efwbm{color:#e74c3c;font-size:.875rem;margin:.5rem 0 0}footer.svelte-efwbm{border-top:1px solid #e5e5e5;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.summary.svelte-efwbm{display:flex;align-items:center;gap:1rem;font-size:1.1rem}.total-price.svelte-efwbm{font-weight:600;font-size:1.25rem}.add-to-cart.svelte-efwbm{background:#4caf50;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-size:1rem;cursor:pointer;font-weight:500}.add-to-cart.svelte-efwbm:hover:not(:disabled){background:#45a049}.add-to-cart.svelte-efwbm:disabled{background:#ccc;cursor:not-allowed}.spinner.svelte-efwbm{display:inline-block;animation:svelte-efwbm-spin 1s linear infinite}@keyframes svelte-efwbm-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}article.svelte-1xpe7c{padding:1.25rem;display:grid;grid-template-columns:1fr max-content max-content max-content;grid-template-areas:"title modify price add";gap:1rem;border:1px solid #daeae8;align-items:center}h4.product-name.svelte-1xpe7c{grid-area:title;grid-column:1;font-size:1.125rem;font-weight:500;margin:0;color:#333;cursor:default}button[data-action=modify].svelte-1xpe7c{grid-area:modify}.price.svelte-1xpe7c{grid-area:price;white-space:nowrap;display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.original-price.svelte-1xpe7c{text-decoration:line-through;color:#999;font-size:.9rem}.special-price.svelte-1xpe7c{color:#4caf50;font-weight:600}form.svelte-1xpe7c{grid-area:add;margin:0}button[data-action=add].svelte-1xpe7c{width:100%}.ingredients.svelte-1xpe7c{grid-area:title;grid-row:2;grid-column:1 / span 4;margin:0;font-style:italic}button.svelte-1xpe7c{background:#daeae8;border-radius:4px;font-size:1rem;cursor:pointer;font-family:monospace;padding:.2rem .5rem;border:0;display:inline-flex;align-items:center;justify-content:center;min-height:2rem}button.svelte-1xpe7c:hover:not(:disabled){background:#c5d5d3}button.svelte-1xpe7c:disabled{opacity:.6;cursor:not-allowed}button.added.svelte-1xpe7c{background:#4caf50;color:#fff}.spinner.svelte-1xpe7c{display:inline-block;animation:svelte-1xpe7c-spin 1s linear infinite;line-height:1}.checkmark.svelte-1xpe7c{font-size:1rem;font-weight:700;line-height:1}.desktop-text.svelte-1xpe7c,.mobile-text.svelte-1xpe7c{line-height:1}@keyframes svelte-1xpe7c-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}article.unavailable.svelte-1xpe7c{opacity:.6}.desktop-text.svelte-1xpe7c{display:inline}.mobile-text.svelte-1xpe7c{display:none}@media (max-width: 600px){article.svelte-1xpe7c{padding:.5rem}.desktop-text.svelte-1xpe7c{display:none}.mobile-text.svelte-1xpe7c{display:inline}button[data-action=add].svelte-1xpe7c{min-width:40px;padding:.2rem .3rem}h4.product-name.svelte-1xpe7c{cursor:pointer;-webkit-user-select:none;user-select:none;font-size:1rem}.ingredients.svelte-1xpe7c{display:none}.ingredients.show-mobile.svelte-1xpe7c{display:block}}h4.svelte-uqbkn4{text-align:center;font-size:1rem}.shop-product.svelte-uqbkn4{display:flex;flex-direction:column;overflow:hidden;height:100%}.product-image.svelte-uqbkn4{position:relative;width:100%;padding-top:75%;overflow:hidden}.product-image.svelte-uqbkn4 img:where(.svelte-uqbkn4){position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.customize-btn.svelte-uqbkn4{position:absolute;top:.5rem;right:.5rem;background:#fff;border:1px solid #ddd;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;box-shadow:0 2px 4px #0000001a}.customize-btn.svelte-uqbkn4:hover:not(:disabled){background:#f5f5f5}.customize-btn.svelte-uqbkn4 .material-icons:where(.svelte-uqbkn4){font-size:18px;color:#666}.product-name.svelte-uqbkn4{padding:1rem 1rem .5rem;margin:0;font-size:1.1rem;font-weight:500;color:#333;flex:1}.product-price.svelte-uqbkn4{padding:0 1rem;font-size:1.25rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.25rem}.original-price.svelte-uqbkn4{text-decoration:line-through;color:#999;font-size:1rem}.special-price.svelte-uqbkn4{color:#4caf50;font-weight:600;font-size:1.25rem}form.svelte-uqbkn4{padding:1rem;margin:0}.add-btn.svelte-uqbkn4{width:100%;padding:.75rem;background:var(--color);color:#000;font-family:monospace;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;min-height:44px;height:44px}.add-btn.svelte-uqbkn4:disabled{background:#ccc;cursor:not-allowed}.shop-product.unavailable.svelte-uqbkn4{opacity:.6}.spinner.svelte-uqbkn4{display:inline-block;animation:svelte-uqbkn4-spin 1s linear infinite}.checkmark.svelte-uqbkn4{font-size:1.2em;font-weight:700}@keyframes svelte-uqbkn4-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}main.svelte-1vnv9px{min-height:100vh;padding:2rem;max-width:800px;margin:0 auto}main.svelte-1vnv9px:has(.shop-grid:where(.svelte-1vnv9px)){max-width:600px}h2.svelte-1vnv9px{margin:0 0 1rem;font-size:2rem;color:#333;text-align:center}.closed-notice.svelte-1vnv9px{background:#fff3e0;border:1px solid #ffb74d;border-radius:8px;padding:1rem;margin:1rem 0;text-align:center}.closed-notice.preorder-allowed.svelte-1vnv9px{background:#e8f5e9;border-color:#66bb6a}.closed-message.svelte-1vnv9px{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#f57c00;font-weight:500;font-size:1.1rem}.preorder-allowed.svelte-1vnv9px .closed-message:where(.svelte-1vnv9px){color:#2e7d32}.closed-message.svelte-1vnv9px svg:where(.svelte-1vnv9px){color:#f57c00}.preorder-allowed.svelte-1vnv9px .closed-message:where(.svelte-1vnv9px) svg:where(.svelte-1vnv9px){color:#2e7d32}.opening-hours.svelte-1vnv9px{margin:.5rem 0 0;color:#666;font-size:.9rem}.preorder-info.svelte-1vnv9px{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.1)}.preorder-info.svelte-1vnv9px strong:where(.svelte-1vnv9px){display:block;color:#2e7d32;font-size:1.1rem;margin-bottom:.5rem}.preorder-info.svelte-1vnv9px p:where(.svelte-1vnv9px){margin:0;color:#555;font-size:.95rem}section.categories.svelte-1vnv9px{display:flex;gap:1rem;flex-wrap:wrap;margin:2rem 0;justify-content:center}section.categories.svelte-1vnv9px a:where(.svelte-1vnv9px){padding:.25rem .5rem;background:#daeae8;text-decoration:none;color:#333;text-transform:capitalize}section.categories.svelte-1vnv9px a:where(.svelte-1vnv9px):hover{background:#c5d5d3}section.menu.svelte-1vnv9px{margin-top:3rem}h3.svelte-1vnv9px{color:#333;text-transform:capitalize;background:#daeae8;text-align:center;padding:.5rem 0}.products.svelte-1vnv9px{display:grid;grid-template-columns:1fr;gap:1rem}.products.shop-grid.svelte-1vnv9px{grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 600px){.products.shop-grid.svelte-1vnv9px{grid-template-columns:1fr 1fr}}.fab.svelte-1vnv9px{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;background:var(--color-secondary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;transition:transform .2s,box-shadow .2s;z-index:100}.fab.svelte-1vnv9px:hover{transform:scale(1.1);box-shadow:0 6px 8px #00000026,0 2px 4px #0000001f}.fab.svelte-1vnv9px:active{transform:scale(.95)}.fab.svelte-1vnv9px .material-icons:where(.svelte-1vnv9px){font-size:24px}.cart-count.svelte-1vnv9px{position:absolute;top:-4px;right:-4px;background:#363745;color:#fff;font-size:12px;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid white}@media (max-width: 600px){.restaurant-detail.svelte-1vnv9px{padding:1rem}h2.svelte-1vnv9px{font-size:1.5rem}.fab.svelte-1vnv9px{bottom:1rem;right:1rem}}
