.bottom-sheet-overlay{position:fixed;inset:0;background:#000000d9;z-index:99999;display:flex;align-items:flex-end;backdrop-filter:blur(8px);isolation:isolate;will-change:opacity}.bottom-sheet{width:100%;max-width:600px;margin:0 auto;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -8px 32px #0000004d;max-height:85vh;overflow-y:auto;position:relative;z-index:100000;isolation:isolate}.bottom-sheet-handle{width:40px;height:4px;background:#0003;border-radius:2px;margin:12px auto 8px}.bottom-sheet-content{padding:0 1.5rem 1.5rem}.sheet-header{text-align:center;padding-bottom:1.25rem;border-bottom:1px solid rgba(46,125,50,.1);margin-bottom:1.5rem}.sheet-title{font-size:1.25rem;font-weight:600;color:#000;margin:0 0 .5rem;font-family:Lora,serif;font-style:italic}.sheet-price{font-size:1rem;color:#1b5e20;font-weight:600;margin:0;font-family:Lora,serif}.quick-select-label{font-size:.875rem;font-weight:600;color:#666;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px;font-family:Lora,serif}.quick-select-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:.75rem;margin-bottom:1.25rem}.quick-btn{padding:1rem .75rem;background:#fff;border:2px solid rgba(46,125,50,.2);border-radius:16px;font-size:1rem;font-weight:600;color:#2e7d32;cursor:pointer;transition:all .2s ease;font-family:Lora,serif;white-space:nowrap}.quick-btn:hover{background:#2e7d320d;border-color:#2e7d32;transform:translateY(-2px)}.quick-btn.active{background:#2e7d32;color:#fff;border-color:#2e7d32}.custom-amount-btn{width:100%;padding:.875rem;background:#2e7d3214;border:1.5px dashed rgba(46,125,50,.3);border-radius:16px;color:#2e7d32;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Lora,serif;margin-bottom:1.5rem}.custom-amount-btn:hover{background:#2e7d321f;border-color:#2e7d32}.custom-input-section{margin-bottom:1.25rem}.quantity-stepper{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem 1rem;background:#2e7d320d;border-radius:12px;border:2px solid rgba(46,125,50,.15)}.stepper-btn{width:44px;height:44px;border-radius:16px;border:2px solid #2E7D32;background:#fff;color:#2e7d32;font-size:1.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stepper-btn:hover:not(:disabled){background:#2e7d32;color:#fff}.stepper-btn:disabled{opacity:.3;cursor:not-allowed}.input-with-unit{display:flex;align-items:center;background:#fff;border-radius:16px;overflow:hidden;gap:0}.quantity-input{width:100px;height:50px;text-align:center;font-size:1.5rem;font-weight:700;color:#2e7d32;border:none;background:transparent;border-radius:0;font-family:Lora,serif;padding:0 .5rem;flex:1}.quantity-input:focus{outline:2px solid #2E7D32;outline-offset:2px}.quantity-input::placeholder{color:#2e7d324d}.quantity-input::-webkit-inner-spin-button,.quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-input[type=number]{-moz-appearance:textfield;appearance:textfield}.input-unit{font-size:1rem;font-weight:600;color:#666;font-family:Lora,serif;font-style:italic;flex-shrink:0;padding:0 .75rem;background:#2e7d3214;height:50px;display:flex;align-items:center;border-left:1px solid rgba(46,125,50,.15)}.unit-selector{font-size:1rem;font-weight:600;color:#2e7d32;font-family:Lora,serif;border:none;background:#2e7d3214;padding:0 2rem 0 .75rem;height:50px;cursor:pointer;outline:none;border-left:1px solid rgba(46,125,50,.15);appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232E7D32' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;min-width:60px}.unit-selector:focus{background-color:#2e7d321f}.quick-select-toggle{width:100%;padding:.75rem;background:transparent;border:none;color:#2e7d32;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Lora,serif;text-align:center;margin-bottom:1rem}.quick-select-toggle:hover{opacity:.7}.sheet-actions{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.08)}.cancel-btn{flex:1;padding:1rem;background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:16px;font-size:1rem;font-weight:600;color:#666;cursor:pointer;transition:all .2s ease;font-family:Lora,serif}.cancel-btn:hover{background:#0000000d;border-color:#0003}.add-to-order-btn{flex:2;padding:1rem;background:#2e7d32;border:2px solid #2E7D32;border-radius:16px;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease;font-family:Lora,serif}.add-to-order-btn:hover:not(:disabled){background:#1b5e20;border-color:#1b5e20;transform:translateY(-2px);box-shadow:0 4px 12px #2e7d324d}.add-to-order-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width: 768px){.bottom-sheet{max-height:90vh}.quick-select-grid{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.625rem}.quick-btn{padding:.875rem .5rem;font-size:.95rem}}@media (max-width: 480px){.bottom-sheet-content{padding:0 1.25rem 1.25rem}.quick-select-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.quick-btn{padding:.75rem .5rem;font-size:.9rem}.input-with-unit{flex:1}.quantity-input{width:80px;font-size:1.3rem}.unit-selector{font-size:.95rem;min-width:55px;padding-right:1.75rem}.stepper-btn{width:40px;height:40px}}.menu-item-card{background:#fff9;border:1.5px solid rgba(46,125,50,.2);border-radius:16px;overflow:visible;transition:all .2s ease;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;cursor:default;position:relative;box-shadow:0 1px 3px #2e7d3214;user-select:none;-webkit-tap-highlight-color:transparent;padding:1.5rem;margin-bottom:.5rem}.menu-item-card:before{display:none}.menu-item-card:after{display:none}.menu-item-card:hover{transform:none;box-shadow:none}.menu-item-card:active{transform:none;transition-duration:0s}.menu-item-card.out-of-stock{opacity:.5;filter:grayscale(.8);cursor:not-allowed}.menu-item-card.out-of-stock:hover{transform:none;box-shadow:none}.menu-item-card.out-of-stock:after{display:none}.out-of-stock-overlay{position:absolute;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10;backdrop-filter:blur(2px);border-radius:0}.out-of-stock-badge{background:linear-gradient(135deg,#e53935,#d32f2f);color:#fff;padding:.875rem 2rem;border-radius:50px;font-size:1.125rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;box-shadow:none;border:none}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.item-details{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.menu-item-name-container{display:flex;gap:.2rem;flex-direction:column}.menu-item-name{font-size:1.15rem;font-weight:600;color:#000;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto;letter-spacing:.3px;font-family:Lora,serif;font-style:italic;margin:0}.menu-item-tamil-name{font-size:1rem;font-weight:550;color:#2e7d32d9;font-family:Noto Sans Tamil,Lora,serif;font-style:normal;letter-spacing:.2px;line-height:1.3}.category-badge,.category-badge-icon{display:none}.menu-item-price{display:flex;align-items:baseline;gap:.25rem;flex-wrap:nowrap;margin:0}.menu-item-price:before{display:none}.price-amount{font-size:1.25rem;font-weight:700;color:#1b5e20;letter-spacing:-.3px;line-height:1;font-family:Lora,serif}.price-unit{font-size:.8rem;color:#0f0f0fb3;font-weight:400;text-transform:lowercase;font-family:Lora,serif;font-style:italic}.menu-item-description{color:#666;font-size:.7rem;line-height:1.5;margin:0;word-wrap:break-word;overflow-wrap:break-word;opacity:.8;font-family:Lora,serif;font-style:normal;font-weight:400}.menu-item-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.5rem}.availability-badge{display:inline-flex;align-items:center;padding:.625rem 1.25rem;background:transparent;color:#2e7d32;font-size:.875rem;font-weight:600;border-radius:0;border:none;text-transform:uppercase;letter-spacing:.8px;box-shadow:none}.availability-badge:before{content:"✓";margin-right:.5rem;color:#2e7d32;font-size:.9rem;font-weight:900}.item-footer{display:flex;align-items:center;margin-top:.25rem;padding-top:0}.availability-indicator{display:inline-flex;align-items:center;gap:.25rem;font-size:.7rem;font-weight:500;color:#2e7d32;padding:0;text-transform:uppercase;letter-spacing:.5px;font-family:Lora,serif;opacity:.7}.availability-dot{width:5px;height:5px;background:#2e7d32;border-radius:50%;box-shadow:none}.item-actions{flex-shrink:0}.quantity-controls{position:relative;display:flex;align-items:center;justify-content:center;min-width:100px;height:38px}.add-btn{width:100%;height:100%;border-radius:8px;border:2px solid #2E7D32;background:transparent;color:#2e7d32;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:0 .875rem;font-family:Lora,serif;letter-spacing:.3px}.add-btn:hover{background:#2e7d32;color:#fff;border-color:#2e7d32}.add-btn:active{transform:scale(.97)}.quantity-display{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.quantity-btn{min-width:32px;height:34px;border-radius:8px;border:2px solid #2E7D32;background:transparent;color:#2e7d32;font-size:1.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;line-height:1;padding:0}.quantity-btn:hover{background:#2e7d32;color:#fff;transform:scale(1.08)}.quantity-btn:active{transform:scale(.92)}.quantity-value{font-size:.95rem;font-weight:600;color:#2e7d32;min-width:24px;text-align:center;font-family:Lora,serif}@media (max-width: 768px){.menu-item-card{border-radius:16px;padding:1rem;margin-bottom:.5rem}.menu-item-name,.price-amount{font-size:1.1rem}.price-unit{font-size:.8rem}.menu-item-description{font-size:.875rem;line-height:1.45}.add-btn{min-width:80px;height:42px;font-size:.95rem}.quantity-btn{min-width:36px;height:38px;font-size:1.5rem}.quantity-value{font-size:1.1rem;min-width:32px}.out-of-stock-overlay{border-radius:0}.out-of-stock-badge{padding:.75rem 1.75rem;font-size:1rem}.category-badge{width:36px;height:36px;border-radius:0}.category-badge-icon{font-size:1.35rem}.menu-item-card:active{transform:none}.menu-item-content{padding:0}.menu-item-header{margin-bottom:.5rem}.menu-item-name{font-size:1.15rem;line-height:1.3}.menu-item-price{padding:0;margin:0;border-radius:0}.price-amount{font-size:1.65rem}.price-unit{font-size:.875rem}.menu-item-description{font-size:.6rem;line-height:1.5;margin-bottom:.5rem;padding-right:0}.menu-item-footer{padding-top:.5rem}.availability-badge{padding:.45rem .875rem;font-size:.8rem}.availability-badge:before{margin-right:.4rem}}@media (max-width: 480px){.menu-item-card{border-radius:16px;padding:1rem;margin-bottom:.5rem}.menu-item-name,.price-amount{font-size:1.05rem}.menu-item-description{font-size:.85rem}.add-btn{min-width:85px;height:44px;font-size:.95rem}.quantity-btn{min-width:38px;height:40px;font-size:1.5rem}.quantity-value{font-size:1.15rem;min-width:36px}.out-of-stock-overlay{border-radius:0}.out-of-stock-badge{padding:.65rem 1.5rem;font-size:.9rem;letter-spacing:.5px}.item-top-row{gap:.75rem}.category-badge{width:34px;height:34px;border-radius:0}.category-badge-icon{font-size:1.25rem}.menu-item-content{padding:0}.menu-item-name{font-size:1.1rem;padding-right:.25rem}.menu-item-price{padding:0;margin:0}.price-amount{font-size:1.5rem}.price-unit{font-size:.85rem}.menu-item-description{font-size:.775rem;margin-top:.2rem;padding-right:0}.availability-badge{padding:.4rem .8rem;font-size:.75rem;letter-spacing:.3px}}.progress-bar-container{position:fixed;top:0;left:0;right:0;height:3px;background:transparent;z-index:9999;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--green-light) 0%,var(--green-primary) 50%,var(--green-secondary) 100%);transition:width .3s ease;box-shadow:0 0 10px var(--green-light);position:relative}.progress-bar-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.menu-list-container{width:100%;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.menu-header{padding:1rem .5rem .5rem;margin-bottom:1rem;background:#fff;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000000d}.header-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 1rem}.menu-title-section{margin-bottom:1.5rem;animation:fadeIn .6s ease-out .1s both}.menu-title-wrapper{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.menu-title{font-size:1.75rem;font-weight:600;color:#2e7d32;margin:0;letter-spacing:.3px;line-height:1.2;font-family:Lora,serif;text-shadow:none}.app-logo{display:inline-flex;align-items:center;text-decoration:none}.logo-container{position:relative;display:flex;align-items:center;gap:.75rem}.logo-background{width:50px;height:50px;background:linear-gradient(135deg,#2e7d32,#4caf50);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #2e7d3233;padding:.5rem}.leaf-svg{width:100%;height:100%}.share-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#f5f5f5;border:none;color:#2e7d32;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.share-button:hover{background:#e8f5e9;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.scroll-top-button{position:fixed;bottom:3rem;right:2rem;width:60px;height:60px;border-radius:50%;background:#2e7d32;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.9;transition:all .3s ease;z-index:1000}.scroll-top-button:hover{background:#1b5e20;transform:translateY(-3px);box-shadow:0 6px 16px #0003;opacity:1}.scroll-top-button svg{width:24px;height:24px}.share-button:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 5px 15px #1b5e2066}.share-button:active{transform:translateY(0) scale(.98)}.share-button svg{display:block}.menu-subtitle-wrapper{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.menu-subtitle{font-size:.95rem;color:#666;font-weight:500;display:flex;align-items:center;gap:.5rem;margin:0;font-family:Lora,serif;font-style:italic}.menu-subtitle:before{content:"";width:4px;height:4px;background:#4caf50;border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}.last-updated{font-size:.8rem;color:#999;font-weight:400;margin:0;display:flex;align-items:center;gap:.35rem;font-family:Lora,serif;font-style:italic}.last-updated:before{content:"🕒";font-size:1rem}.search-bar{position:relative;max-width:600px;margin:0 auto}.search-bar:before{content:"🔍";position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1.1rem;pointer-events:none;opacity:.5;z-index:2}.search-input::-webkit-search-cancel-button,.search-input::-webkit-search-decoration,.search-input::-webkit-search-results-button,.search-input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none;display:none}.search-input::-ms-clear,.search-input::-ms-reveal{display:none;width:0;height:0}.search-input{width:100%;padding:1rem 4rem 1rem 3rem;font-size:1rem;border:2px solid rgba(0,0,0,.1);border-radius:20px;background:url(/wood_bg.jpg) center/cover;background-blend-mode:overlay;background-color:#fff8dce6;color:#2d2d2d;font-weight:500;font-family:Lora,serif;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;-webkit-appearance:none;appearance:none}.search-input:focus{outline:none;border-color:#2e7d32;box-shadow:0 6px 12px #2e7d3226;background-color:#fff8dcf2;transform:translateY(-1px);transition:all .3s ease}.search-input::placeholder{color:#414040}.clear-search-button{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;border:none;background:#0000000d;color:#666;font-size:1.1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:2}.clear-search-button:hover{background:#0000001a;color:#333}.clear-search-button:active{transform:translateY(-50%) scale(.95)}.filter-feedback{display:flex;align-items:center;gap:1rem;margin-top:1rem;padding:.875rem 1.25rem;background:#fffef8;border:1px solid rgba(139,119,101,.25);border-radius:12px;animation:slideDown .3s ease-out;box-shadow:none}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filter-results{display:flex;align-items:baseline;gap:.375rem;padding-right:1rem;border-right:1px solid rgba(139,119,101,.25)}.results-count{font-size:1.25rem;font-weight:800;color:#2e7d32;letter-spacing:-.3px}.results-text{font-size:.875rem;font-weight:600;color:#666}.active-filter{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#4caf5014;border-radius:16px;border:none}.filter-label{font-size:.8rem;font-weight:600;color:#666;text-transform:none;letter-spacing:0}.filter-value{font-size:.8rem;font-weight:700;color:#2e7d32}.menu-content{margin-top:2rem;position:relative}.menu-list-container{animation:fadeIn .6s ease-out;background:transparent;padding:2rem 2.5rem;max-width:1600px;margin:0 auto}.category-section{animation:fadeIn .6s ease-out both;position:relative;max-width:1200px;margin-left:auto;margin-right:auto}.category-section:not(:first-child){margin-top:2rem;border-top:1px solid rgba(0,0,0,.05)}.category-section:nth-child(2){animation-delay:.1s}.category-section:nth-child(3){animation-delay:.15s}.category-section:nth-child(4){animation-delay:.2s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.category-title{font-size:1.5rem;font-weight:500;color:#000;margin:2.5rem 0 2rem;padding:.5rem 0;position:relative;display:flex;justify-content:center;align-items:center;font-family:Lora,serif;text-transform:capitalize;text-align:center}.category-title:before,.category-title:after{content:"";flex:1;height:1px;background-color:#2e7d32;margin:0 1rem}.category-title:before{margin-left:0}.category-title:after{margin-right:0;position:static;width:auto;height:1px;background-color:#2e7d32}.category-icon{font-size:1.5rem;flex-shrink:0;filter:none;background:none;width:auto;height:auto;display:inline;border-radius:0;box-shadow:none;opacity:.9;margin-right:.25rem}.category-count{display:none}.menu-grid{display:block;max-width:1200px;margin:0 auto}.menu-grid>*{animation:fadeIn .3s ease-out both}.menu-grid>*:nth-child(1){animation-delay:.02s}.menu-grid>*:nth-child(2){animation-delay:.04s}.menu-grid>*:nth-child(3){animation-delay:.06s}.menu-grid>*:nth-child(4){animation-delay:.08s}.menu-grid>*:nth-child(5){animation-delay:.1s}.menu-grid>*:nth-child(6){animation-delay:.12s}.menu-loading,.menu-error,.empty-state{text-align:center;padding:4rem 2rem;animation:fadeIn .4s ease-out}.loading-spinner{width:56px;height:56px;border:5px solid #C6E2B5;border-top-color:#2e7d32;border-radius:50%;animation:spin .8s cubic-bezier(.5,0,.5,1) infinite;margin:0 auto 1.5rem;box-shadow:0 4px 12px #1b5e201a}@keyframes spin{to{transform:rotate(360deg)}}.menu-loading p{color:#666;font-size:1.1rem;font-weight:600;animation:pulse 2s ease-in-out infinite}.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.skeleton-card{background:#fffef8;border-radius:20px;border:1px solid rgba(139,119,101,.25);padding:1.5rem;animation:pulse-skeleton 1.5s ease-in-out infinite}.skeleton-line{height:20px;background:linear-gradient(90deg,#8b776540,#e0e0e080,#8b776540);background-size:200% 100%;border-radius:16px;margin-bottom:1rem;animation:shimmer 1.5s ease-in-out infinite}.skeleton-line.short{width:60%}.skeleton-line.long{width:100%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes pulse-skeleton{0%,to{opacity:1}50%{opacity:.7}}.error-icon{font-size:4rem;margin-bottom:1rem;animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.menu-error h3{color:#d32f2f;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.menu-error p{color:#666;margin-bottom:1.5rem;font-size:1rem}.retry-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:#2e7d32;color:#fff;border:none;border-radius:20px;font-size:1rem;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #1b5e204d;margin-bottom:1.5rem}.retry-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1b5e2066}.retry-button:active{transform:translateY(0) scale(.98)}.retry-icon{font-size:1.25rem;display:inline-block;animation:rotate 1s linear infinite paused}.retry-button:hover .retry-icon{animation-play-state:running}.error-details,.debug-info{background:#fffef8;border:1px solid rgba(139,119,101,.3);border-radius:12px;padding:1.5rem;margin-top:1.5rem;text-align:left;max-width:600px;margin-left:auto;margin-right:auto}.error-details strong,.debug-info strong{color:#000;font-size:1rem;display:block;margin-bottom:.75rem;font-weight:700;font-family:Lora,serif}.error-details ul,.debug-info ul{list-style:none;padding:0;margin:.5rem 0}.error-details li,.debug-info li{padding:.5rem 0;color:#666;font-size:.95rem;line-height:1.6;font-family:Lora,serif;border-right:1px solid var(--border)}.help-text{margin-top:1rem;padding:.75rem;background:#c8e6c966;border-radius:16px;color:#1b5e20;font-weight:600;font-size:.9rem;font-family:Lora,serif;border:1px solid rgba(27,94,32,.2)}.empty-state{border-radius:16px;max-width:500px;margin:0 auto;padding:3rem 2rem}.empty-icon-wrapper{width:80px;height:80px;margin:0 auto 1.5rem;background:#4caf5014;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;animation:none}.empty-icon{font-size:2.5rem;filter:none;opacity:.6}.empty-content{max-width:450px;margin:0 auto}.empty-title{font-size:1.35rem;color:#000;margin-bottom:.75rem;font-weight:600;letter-spacing:0;font-family:Lora,serif}.empty-message{font-size:.95rem;color:#666;margin-bottom:1.5rem;line-height:1.65;font-family:Lora,serif}.reset-filters-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#2e7d32;color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #00000026;letter-spacing:0;font-family:Lora,serif}.reset-filters-button:hover{transform:translateY(-2px);box-shadow:0 3px 8px #1b5e204d;background:#1b5e20}.reset-filters-button:active{transform:translateY(0)}.reset-icon{font-size:1.1rem;animation:none}.empty-details{margin-top:1.5rem}.empty-details p{margin:.75rem 0}.search-container{background-color:transparent;margin-bottom:1rem;max-width:1200px;margin-left:auto;margin-right:auto;width:100%}@media (max-width: 1024px){.menu-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}}@media (max-width: 768px){.menu-header{padding:.75rem .5rem}.header-content{padding:0 .75rem}.menu-title{font-size:1.5rem}.logo-background{width:40px;height:40px}.share-button{width:36px;height:36px}.scroll-top-button{width:50px;height:50px;bottom:2rem;right:1.5rem}.search-bar{max-width:100%}.search-input{padding:1.5rem 3.25rem 1.125rem;font-size:1rem}.filter-feedback{flex-wrap:wrap;gap:1rem;padding:1rem 1.25rem}.filter-results{padding-right:1rem;border-right:1px solid var(--border)}.results-count{font-size:1.75rem}.category-title{font-size:1.4rem;margin:2rem 0 1.5rem}.category-icon{width:48px;height:48px;font-size:2rem}.menu-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.menu-title-section{margin-bottom:1.25rem}.menu-header{margin-bottom:1.5rem}.menu-title-wrapper{margin-bottom:.75rem}.menu-title{font-size:1.75rem}.share-button{width:40px;height:40px}.share-button svg{width:18px;height:18px}.menu-subtitle-wrapper{flex-direction:column;align-items:flex-start;gap:.5rem}.menu-subtitle{font-size:.95rem}.last-updated{font-size:.8rem}.search-bar:before{left:1rem;font-size:1rem}.menu-content{margin-top:1.5rem}.category-section{margin-bottom:2.5rem}.category-icon{font-size:1.5rem}.category-count{font-size:.85rem;padding:.3rem .65rem}.menu-grid,.skeleton-grid{grid-template-columns:1fr;gap:1rem}.menu-loading,.menu-error,.empty-state{padding:3rem 1.5rem}.error-icon{font-size:3.5rem}.retry-button{padding:.75rem 1.75rem;font-size:.95rem}.loading-spinner{width:48px;height:48px;border-width:4px}}@media (max-width: 480px){.menu-list-container{padding:0 .5rem}.search-container{margin-bottom:.5rem}.search-bar{margin-top:1.5rem}.search-input{padding:1rem 3rem;font-size:.95rem;border-radius:16px}.filter-feedback{flex-direction:column;align-items:flex-start;padding:1rem}.filter-results{padding-right:0;padding-bottom:1rem;border-right:none;border-bottom:2px solid var(--border);width:100%}.results-count{font-size:1.5rem}.active-filter{padding:.45rem .875rem}.filter-label{font-size:.8rem}.filter-value{font-size:.875rem}.category-section{margin-bottom:3rem}.category-title{font-size:1.35rem;padding:1rem 1.25rem;gap:.875rem}.category-title:hover{transform:none}.category-icon{width:44px;height:44px;font-size:1.75rem;border-radius:12px}.category-count{font-size:.9rem;padding:.4rem .875rem;min-width:40px}.menu-grid{grid-template-columns:1fr;gap:1.25rem;padding:0 .25rem}.menu-title{font-size:1.5rem}.menu-header{margin-bottom:1.25rem}.share-button{width:38px;height:38px}.share-button svg{width:16px;height:16px}.menu-subtitle{font-size:.9rem}.search-input{padding:1rem 3rem;font-size:1rem;border-radius:16px}.category-title{font-size:1.25rem;margin:1.75rem 0 1.25rem;white-space:nowrap;overflow:hidden}.category-title:before,.category-title:after{margin:0 .35rem;min-width:15px}.category-title:before{margin-left:0}.category-title:after{margin-right:0}.category-icon{font-size:1.35rem}.category-count{font-size:.8rem;padding:.25rem .6rem;min-width:28px}.category-section{margin-bottom:2rem}.menu-loading,.menu-error,.empty-state{padding:2.5rem 1rem}.error-icon{font-size:3rem}.retry-button{padding:.7rem 1.5rem;font-size:.9rem}.clear-search{width:26px;height:26px;font-size:.85rem;right:.875rem}}.cart-page{padding:1.5rem;max-width:800px;margin:0 auto;font-family:Lora,serif}.cart-header{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem;text-align:center}.back-link{color:#2e7d32;text-decoration:none;font-size:1rem;margin-bottom:1rem;align-self:flex-start}.cart-title{font-size:2rem;font-weight:600;color:#000}.empty-cart{text-align:center;font-size:1.2rem;color:#666;padding:4rem 0}.cart-item-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.cart-item{display:flex;justify-content:space-between;align-items:center;background:#ffffff80;border:1.5px solid rgba(46,125,50,.2);border-radius:16px;padding:1.25rem;box-shadow:0 1px 3px #2e7d3214}.cart-item .item-info{display:flex;flex-direction:column;align-items:flex-start}.cart-item .item-name{font-size:1.1rem;font-weight:600}.cart-item .item-quantity{font-size:.9rem;color:#666}.cart-item .item-actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:end;gap:.5rem}.cart-item .item-price{font-size:1.5rem;font-weight:600;color:#1b5e20}.edit-btn{background:transparent;border:1.5px solid #2E7D32;color:#2e7d32;padding:.375rem .75rem;border-radius:8px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s}.edit-btn:hover{background:#2e7d32;color:#fff}.remove-btn{background:none;border:none;color:#d32f2f;font-size:.8rem;cursor:pointer;text-decoration:underline;padding:0;margin-top:.5rem;align-self:flex-start}.cart-footer{margin-top:2rem;padding-top:1.5rem;border-top:2px solid #1B5E20}.total-price{display:flex;justify-content:space-between;font-size:1.7rem;font-weight:700;margin-bottom:.5rem}.approx-text{font-size:.8rem;color:#6d6b6b;text-align:right;margin-top:0;font-weight:200;margin-bottom:1.5rem}.finalize-btn{width:100%;padding:1.25rem;font-size:1.1rem;font-family:Lora,serif;font-weight:500;color:#fff;background:#2e7d32;border:none;border-radius:16px;cursor:pointer;transition:background .2s}.finalize-btn:hover{background:#1b5e20}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(20px) scale(.8);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:999;-webkit-tap-highlight-color:transparent}.scroll-to-top.with-order-bar{bottom:7.5rem}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.scroll-to-top:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 6px 20px #1b5e2080}.scroll-to-top:active{transform:translateY(-1px) scale(.98)}.scroll-to-top svg{animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.scroll-to-top:hover svg{animation:none;transform:translateY(-2px)}@media (max-width: 768px){.scroll-to-top{bottom:1.5rem;right:1.5rem;width:50px;height:50px}.scroll-to-top.with-order-bar{bottom:6.5rem}}@media (max-width: 480px){.scroll-to-top{bottom:1.25rem;right:1.25rem;width:48px;height:48px}.scroll-to-top.with-order-bar{bottom:6rem}}.network-status{position:fixed;top:80px;left:50%;transform:translate(-50%);z-index:1001;padding:1rem 1.5rem;border-radius:50px;font-weight:600;font-size:.95rem;box-shadow:0 6px 24px #0003;animation:slideDown .4s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(10px)}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.network-status.offline{background:linear-gradient(135deg,#d32f2f,#c62828);color:#fff;border:2px solid rgba(255,255,255,.3)}.network-status.online{background:linear-gradient(135deg,var(--green-primary) 0%,var(--green-secondary) 100%);color:#fff;border:2px solid rgba(255,255,255,.3);animation:slideDown .4s cubic-bezier(.4,0,.2,1),fadeOut .5s ease-in 2.5s forwards}@keyframes fadeOut{to{opacity:0;transform:translate(-50%) translateY(-10px)}}.network-status-content{display:flex;align-items:center;gap:.75rem}.network-icon{font-size:1.25rem;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#fff3;border-radius:50%}.network-status.offline .network-icon{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media (max-width: 768px){.network-status{top:70px;padding:.875rem 1.25rem;font-size:.9rem;max-width:calc(100% - 2rem)}}@media (max-width: 480px){.network-status{top:65px;padding:.75rem 1rem;font-size:.85rem}.network-status-content{gap:.5rem}.network-icon{width:24px;height:24px;font-size:1rem}}.install-prompt{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:998;animation:slideUp .5s cubic-bezier(.4,0,.2,1);max-width:calc(100% - 2rem)}.install-prompt-content{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,var(--green-primary) 0%,var(--green-secondary) 100%);color:#fff;padding:1rem 1.5rem;border-radius:16px;box-shadow:0 8px 32px #1b5e2066;backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2)}.install-icon{font-size:2rem;flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.install-text{flex:1;min-width:0}.install-text h3{margin:0;font-size:1rem;font-weight:700;margin-bottom:.25rem}.install-text p{margin:0;font-size:.875rem;opacity:.95;font-weight:500}.install-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.install-button{background:#fff;color:var(--green-primary);border:none;padding:.625rem 1.25rem;border-radius:50px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .3s ease;font-family:Plus Jakarta Sans,sans-serif;box-shadow:0 2px 8px #00000026}.install-button:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 4px 12px #00000040}.install-button:active{transform:translateY(0) scale(.98)}.dismiss-button{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:1rem;padding:0;font-weight:700}.dismiss-button:hover{background:#ffffff4d;transform:scale(1.1)}.dismiss-button:active{transform:scale(.95)}@media (max-width: 768px){.install-prompt{bottom:5.5rem;max-width:calc(100% - 1.5rem)}.install-prompt-content{padding:.875rem 1.25rem;gap:.875rem}.install-icon{font-size:1.75rem}.install-text h3{font-size:.95rem}.install-text p{font-size:.8rem}.install-button{padding:.5rem 1rem;font-size:.85rem}}@media (max-width: 480px){.install-prompt{bottom:5rem}.install-prompt-content{padding:.75rem 1rem;gap:.75rem;flex-wrap:wrap}.install-text{order:-1;flex:1 1 100%}.install-actions{margin-left:auto}}.toast-container{position:fixed;top:100px;right:2rem;z-index:2000;display:flex;flex-direction:column;gap:.75rem;max-width:400px;pointer-events:none}.toast{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#fff;border-radius:12px;box-shadow:0 6px 24px #00000026;animation:slideInRight .3s cubic-bezier(.4,0,.2,1);pointer-events:auto;border-left:4px solid;min-width:300px}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-success{border-left-color:#4caf50;background:linear-gradient(135deg,#4caf501a,#fff 20%)}.toast-error{border-left-color:#f44336;background:linear-gradient(135deg,#f443361a,#fff 20%)}.toast-warning{border-left-color:#ff9800;background:linear-gradient(135deg,#ff98001a,#fff 20%)}.toast-info{border-left-color:#2196f3;background:linear-gradient(135deg,#2196f31a,#fff 20%)}.toast-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-weight:700;flex-shrink:0;font-size:.9rem}.toast-success .toast-icon{background:#4caf50;color:#fff}.toast-error .toast-icon{background:#f44336;color:#fff}.toast-warning .toast-icon{background:#ff9800;color:#fff}.toast-info .toast-icon{background:#2196f3;color:#fff}.toast-message{flex:1;font-size:.95rem;font-weight:500;color:var(--text-primary);line-height:1.4}.toast-close{background:none;border:none;color:var(--text-light);cursor:pointer;font-size:1.1rem;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;flex-shrink:0;font-weight:700}.toast-close:hover{background:#0000001a;color:var(--text-secondary)}.toast-close:active{transform:scale(.9)}@media (max-width: 768px){.toast-container{right:1rem;left:1rem;max-width:none}.toast{min-width:0;padding:.875rem 1rem}.toast-message{font-size:.9rem}}@media (max-width: 480px){.toast-container{top:80px;right:.875rem;left:.875rem}.toast{padding:.75rem .875rem}}.view-cart-button{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:#1b5e20;color:#fff;border:none;border-radius:16px;padding:.875rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;box-shadow:0 6px 20px #1b5e2066;transition:all .3s ease;z-index:1000;font-family:Lora,serif;animation:slideUp .4s ease;text-decoration:none}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.view-cart-button:hover{transform:translate(-50%) translateY(-4px);box-shadow:0 10px 24px #1b5e2080;background:#2e7d32}.cart-icon{width:24px;height:24px}.cart-text{font-weight:600;letter-spacing:.5px;font-size:1rem}.cart-item-count{background:#fff;color:#1b5e20;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;margin-left:.5rem}@media (max-width: 768px){.view-cart-button{padding:.75rem 1.25rem;gap:.5rem}.cart-text{font-size:.95rem}.cart-icon{width:22px;height:22px}.cart-item-count{width:22px;height:22px;font-size:.75rem}}.app{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.app-header{background:#fffef8fa;color:#000;padding:1.5rem;box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:100;border-bottom:2px solid rgba(139,119,101,.2);backdrop-filter:blur(8px)}.app-header.scrolled{padding:1rem 1.5rem;box-shadow:0 6px 20px #0003}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.25rem;animation:slideDown .4s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.brand{display:flex;align-items:center;gap:1rem}.brand-logo{width:64px;height:64px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.15));transition:all .3s ease;flex-shrink:0}.app-header.scrolled .brand-logo{width:50px;height:50px}.brand-text{display:flex;flex-direction:column}.brand-name{font-size:1.5rem;font-weight:700;letter-spacing:-.5px;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.2)}.brand-tagline{font-size:.8rem;font-weight:500;opacity:.95;letter-spacing:.3px}.header-share-button{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:#ffffff26;color:#000;border:1px solid rgba(255,255,255,.3);border-radius:50%;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a;flex-shrink:0}.header-share-button:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-2px) scale(1.05);box-shadow:0 4px 12px #00000026}.header-share-button:active{transform:translateY(0) scale(.98)}.header-share-button svg{display:block}.app-main{flex:1;max-width:1400px;width:100%;margin:0 auto;padding:2rem 1.5rem;animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.app-footer{background:#fffef8;border-top:1px solid rgba(139,119,101,.25);padding:2rem 1.5rem;text-align:center;color:#666;font-size:.9rem;margin-top:3rem;font-family:Lora,serif}.footer-note{margin-top:.5rem;font-size:.85rem;color:#2e7d32;font-weight:500;display:inline-flex;align-items:center;gap:.5rem;font-family:Lora,serif;font-style:italic}.footer-note:before{content:"●";color:#4caf50;animation:pulse-dot 2s ease-in-out infinite}@media (max-width: 768px){.app-header{padding:1rem 1.5rem}.brand-logo{width:50px;height:50px}.app-header.scrolled .brand-logo{width:40px;height:40px}.app-header.scrolled{padding:.875rem 1rem}.brand{flex:1;min-width:0}.brand-name{font-size:1.5rem}.brand-tagline{font-size:.875rem}.header-content{gap:1rem}.header-share-button{width:50px;height:50px}.header-share-button svg{width:18px;height:18px}.app-main{padding:1.25rem 1rem}.app-footer{padding:1.5rem 1rem;font-size:.85rem;margin-top:2rem}.footer-note{font-size:.8rem;display:block;margin-top:.75rem}}@media (max-width: 480px){.app-header{padding:.875rem 1rem}.brand{gap:.75rem}.brand-logo{width:45px;height:45px}.app-header.scrolled .brand-logo{width:50px;height:50px}.brand-name{font-size:1.35rem}.brand-tagline{font-size:.8rem}.header-share-button{width:42px;height:42px}.header-share-button svg{width:16px;height:16px}.app-main{padding:1rem .875rem}}.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#fafafa,#f5f5f5)}.error-boundary-content{max-width:600px;width:100%;text-align:center;animation:fadeInScale .5s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.error-icon-large{font-size:6rem;margin-bottom:1.5rem;animation:shake .5s ease-in-out;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.error-boundary h1{font-size:2.5rem;font-weight:800;color:var(--text-primary);margin-bottom:1rem;letter-spacing:-.5px}.error-message{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.error-actions{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.reload-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,var(--green-primary) 0%,var(--green-secondary) 100%);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #1b5e204d}.reload-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1b5e2066}.reload-button:active{transform:translateY(0) scale(.98)}.reload-button svg{animation:rotate 2s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-details-dev{margin-top:2rem;text-align:left;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000001a}.error-details-dev summary{font-weight:700;cursor:pointer;color:var(--text-primary);margin-bottom:1rem;user-select:none}.error-details-dev summary:hover{color:var(--green-primary)}.error-stack{background:#f5f5f5;padding:1rem;border-radius:16px;overflow-x:auto;font-size:.875rem;line-height:1.6;font-family:Courier New,monospace;color:#d32f2f}@media (max-width: 768px){.error-icon-large{font-size:4.5rem}.error-boundary h1{font-size:2rem}.error-message{font-size:1rem}.reload-button{padding:.875rem 1.75rem;font-size:.95rem}}@media (max-width: 480px){.error-boundary{padding:1.5rem}.error-icon-large{font-size:3.5rem}.error-boundary h1{font-size:1.75rem}.error-actions{flex-direction:column}.reload-button{width:100%}}*{margin:0;padding:0;box-sizing:border-box}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{font-family:Lora,Georgia,Times New Roman,serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:url(/wood_bg.webp) center/cover no-repeat fixed;background-blend-mode:overlay;background-color:#ffffff1a;color:#000;line-height:1.6;overflow-x:hidden;-webkit-tap-highlight-color:transparent;min-height:100vh;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:url(/wood_bg.webp) center/cover no-repeat fixed;background-blend-mode:overlay;background-color:#ffffff1a;z-index:-1;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000;-webkit-overflow-scrolling:touch}@supports (-webkit-touch-callout: none){body:before{height:-webkit-fill-available;height:100%}}*:focus-visible{outline:3px solid rgba(76,175,80,.5);outline-offset:2px}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}::selection{background-color:#c8e6c9;color:#1b5e20}::-moz-selection{background-color:#c8e6c9;color:#1b5e20}#root{min-height:100vh;display:flex;flex-direction:column}@media print{.app-header,.app-footer,.scroll-to-top,.network-status,.search-bar,.category-filter,.share-button,.retry-button{display:none!important}*{background:#fff!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}@page{margin:1.5cm;size:A4}body{font-size:12pt;line-height:1.5}.app-main:before{content:"GREEN CROW - Fresh Menu";display:block;font-size:20pt;font-weight:700;margin-bottom:1cm;padding-bottom:.5cm;border-bottom:2pt solid black}.menu-title{font-size:16pt!important;margin-bottom:.5cm!important}.menu-subtitle{font-size:11pt!important;margin-bottom:1cm!important}.last-updated{font-size:10pt!important}.category-section{page-break-inside:avoid;margin-bottom:1cm!important}.category-title{font-size:14pt!important;font-weight:700!important;margin-bottom:.5cm!important;padding-bottom:.2cm!important;border-bottom:1pt solid black!important}.category-icon{display:none!important}.category-count{background:none!important;border:1pt solid black!important;padding:.1cm .3cm!important}.menu-grid{display:block!important}.menu-item-card{display:block!important;page-break-inside:avoid;margin-bottom:.5cm!important;padding:.3cm!important;border:1pt solid black!important;border-radius:0!important}.menu-item-card:before{display:none!important}.menu-item-name{font-size:12pt!important;font-weight:700!important;margin-bottom:.2cm!important}.menu-item-price{background:none!important;border:1pt solid black!important;display:inline-block!important;padding:.1cm .3cm!important;margin:.2cm 0!important;border-radius:0!important}.price-amount{font-size:11pt!important;font-weight:700!important}.price-unit{font-size:10pt!important}.menu-item-description{font-size:10pt!important;margin:.2cm 0!important;line-height:1.4!important}.availability-badge{background:none!important;border:1pt solid black!important;padding:.1cm .3cm!important;border-radius:0!important;font-size:9pt!important}.availability-badge:before{display:none!important}.app-main:after{content:"Prices and availability updated in real-time. Visit us for fresh quality produce.";display:block;margin-top:1cm;padding-top:.5cm;border-top:1pt solid black;font-size:10pt;text-align:center}.category-section:nth-child(3){page-break-before:always}a:after{content:" (" attr(href) ")";font-size:9pt}}
