:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.cart-content{display:grid;grid-template-columns:1fr;gap:2rem}.cart-items{display:flex;flex-direction:column;gap:12px}.cart-controls-row{display:flex;align-items:center;gap:8px}.qty-btn{border:none;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700;transition:all .2s ease;font-size:1.1rem}.qty-btn.decrease{background:#ef4444;color:#fff}.qty-btn.decrease:hover{background:#dc2626;transform:scale(1.05)}.qty-btn.increase{background:#22c55e;color:#fff}.qty-btn.increase:hover{background:#16a34a;transform:scale(1.05)}.qty-btn.delete{background:#ef4444;color:#fff;width:auto;padding:0 8px;font-size:.8rem}.qty-btn.delete:hover{background:#dc2626;transform:scale(1.05)}@media (min-width: 768px){.cart-content{grid-template-columns:2fr 1fr;align-items:start}.cart-summary{position:sticky;top:100px}}@media (max-width: 640px){.cart-item{flex-direction:column;text-align:center}.cart-item-controls{align-items:center}.cart-actions{flex-direction:column}}.toast-container{position:fixed;right:20px;bottom:20px;display:flex;flex-direction:column;gap:12px;z-index:60}.toast{position:relative;min-width:280px;max-width:380px;padding:14px 48px 14px 16px;border-radius:14px;font-weight:700;font-size:.95rem;letter-spacing:.2px;color:#fff;background:#0f172aeb;border:1px solid rgba(255,255,255,.08);box-shadow:0 14px 30px #00000059,0 0 0 1px #0000000f inset;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:toast-in .18s ease-out both;outline:none;cursor:pointer}.toast:focus{box-shadow:0 0 0 3px #94a3b859,0 14px 30px #00000059}.toast-success{border-left:6px solid #34d399;background:#064e3bf2}.toast-error{border-left:6px solid #fca5a5;background:#7f1d1df2}.toast-info{border-left:6px solid #93c5fd}.toast-content{padding-right:12px}.toast-close{position:absolute;top:8px;right:10px;border:none;background:transparent;color:#e5e7eb;font-size:20px;line-height:1;cursor:pointer}.toast-close:hover{color:#fff}@keyframes toast-in{0%{transform:translateY(6px);opacity:.96}to{transform:translateY(0);opacity:1}}@media (max-width: 640px){.toast-container{left:10px;right:10px;bottom:14px}.toast{min-width:0;max-width:none;width:100%;padding:14px 46px 14px 14px}}.checkout-form{background:var(--bg-card);color:var(--ink);border-radius:16px;padding:2rem;box-shadow:0 4px 16px #0000001a;max-width:600px;margin:0 auto}.checkout-form h2{margin-bottom:1.5rem;color:var(--g-800);font-size:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--g-800)}.form-group input[type=text],.form-group input[type=email]{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.form-group input[type=text]:focus,.form-group input[type=email]:focus{outline:none;border-color:var(--g-600)}.payment-options{display:flex;flex-direction:column;gap:.75rem}.payment-option{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease}.payment-option:hover{border-color:var(--g-600);background:#f0fdf4}.payment-option input[type=radio]{margin:0}.payment-option input[type=radio]:checked+.payment-label{color:var(--g-600);font-weight:600}.payment-option:has(input[type=radio]:checked){border-color:var(--g-600);background:#f0fdf4}.payment-label{font-size:1.1rem;display:flex;align-items:center;gap:.5rem}.form-actions{display:flex;gap:1rem;margin-top:2rem}.order-summary{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;padding:1rem;margin:1rem 0}.summary-line{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s ease}.summary-line:hover{background:#f1f5f9}.summary-right{display:flex;align-items:center;gap:1rem}.summary-total{color:var(--g-600);font-weight:700}.dropdown-arrow{color:var(--g-600);font-size:.9rem;transition:transform .2s ease}.order-details{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.detail-item{display:grid;grid-template-columns:1fr auto auto;gap:1rem;align-items:center;padding:.5rem 0;font-size:.95rem}.item-name{font-weight:500;color:var(--ink)}.item-qty{color:var(--muted);font-size:.9rem}.item-price{font-weight:600;color:var(--g-600)}@media (min-width: 768px){.payment-options{flex-direction:row}}@media (max-width: 640px){.checkout-form{padding:1.5rem}.form-actions{flex-direction:column}.payment-options{gap:.5rem}.payment-option{padding:.75rem}}.stripe-payment-section{margin:1.5rem 0;padding:1.5rem;border:1px solid #e0e0e0;border-radius:8px;background:#f9f9f9}.stripe-payment-section h3{margin:0 0 1rem;color:#333;font-size:1.1rem}.stripe-form{display:flex;flex-direction:column;gap:1rem}.card-element-container{padding:16px;border:2px solid #e0e0e0;border-radius:8px;background:#fff;margin-bottom:16px;transition:border-color .3s ease}.card-element-container:focus-within{border-color:#635bff;box-shadow:0 0 0 3px #635bff1a}.stripe-pay-btn{width:100%;padding:14px 24px;font-size:16px;font-weight:600;background:#635bff;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:background-color .3s ease}.stripe-pay-btn:hover:not(:disabled){background:#5a52e8}.stripe-pay-btn:disabled{background:#ccc;cursor:not-allowed}.payment-option.disabled{opacity:.6;cursor:not-allowed}.payment-option.disabled input{cursor:not-allowed}.success-order-box{background:#f0f9ff;border:2px solid #0ea5e9;border-radius:12px;padding:1.5rem;margin:1rem 0;text-align:center}.success-order-box.cash{background:#f0fdf4;border-color:#22c55e}.success-order-number{margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.success-order-number.card{color:#0ea5e9}.success-order-number.cash{color:#22c55e}.success-customer-name{margin:0 0 1rem;font-size:1.2rem;color:#1f2937;font-weight:600}.success-preparing-text{margin:0 0 1rem;font-weight:700;font-size:1.1rem}.success-preparing-text.card{color:#0284c7}.success-preparing-text.cash{color:#059669}.success-items-list{text-align:left;background:#fff;border:1px solid #e5e7eb;padding:1rem;border-radius:8px;margin-top:1rem}.success-items-title{margin:0 0 .75rem;font-weight:700;font-size:1rem;color:#374151}.success-item{margin:.5rem 0;font-size:1rem;color:#1f2937;padding:.25rem 0}@media (max-width: 768px){.success-order-box{padding:1.25rem;margin:.75rem 0}.success-order-number{font-size:1.4rem}.success-customer-name{font-size:1.1rem}.success-preparing-text{font-size:1rem}.success-items-list{padding:.875rem}}:root{--g-900:#064e3b;--g-800:#065f46;--g-600:#16a34a;--ink:#0f172a;--ink-2:#334155;--muted:#64748b;--bg-card:#fff}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Noto Sans,sans-serif}.site-root{min-height:100%;display:flex;flex-direction:column;background:linear-gradient(135deg,var(--g-900),#14532d);color:#f8fafc}.navbar{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffbf;color:#14532d;border-bottom:1px solid rgba(255,255,255,.12)}.navbar-inner{width:100vw;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 20px}.nav-cart-btn{background:var(--g-600);color:#fff;border:none;border-radius:25px;padding:8px 16px;display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:700;transition:all .2s ease;box-shadow:0 4px 12px #16a34a4d}.nav-cart-btn:hover{background:var(--g-800);transform:translateY(-1px);box-shadow:0 6px 16px #16a34a66}.nav-cart-btn.active{background:var(--g-800);cursor:default}.nav-cart-count{background:#fff;color:var(--g-600);border-radius:50%;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:900}.brand{display:flex;align-items:center;gap:12px}.brand-logo{width:44px;height:44px;object-fit:cover;border-radius:50%;border:2px solid #14532d;background:#fff}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-name{font-weight:900;letter-spacing:.3px}.brand-tag{font-size:.8rem;color:#14532d}.hero{padding:26px 20px 8px}.hero-inner{max-width:1280px;margin:0 auto}.hero-title{margin:0;font-weight:900;font-size:2rem}.hero-sub{margin:6px 0 0;color:#d1fae5}.container{flex:1;max-width:1280px;margin:0 auto;padding:16px 20px 28px}.state{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:24px;text-align:center}.state--error{border-color:#f8717166;background:#7f1d1d40}.state h2{margin:0 0 6px}.grid{display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:640px){.grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.grid{grid-template-columns:repeat(4,1fr)}}.card{background:var(--bg-card);color:var(--ink);border-radius:18px;overflow:hidden;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 28px #0000001f;display:flex;flex-direction:column}.card-img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}.card-img.placeholder{background:#e5e7eb}.card-body{padding:14px 14px 16px;display:grid;gap:10px}.card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.card-title{margin:0;font-size:1.05rem;font-weight:900;color:#14532d}.price{font-weight:900;color:var(--g-600)}.desc{margin:0;color:var(--ink-2);font-size:.95rem}.clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.btn-primary{border:none;background:var(--g-600);color:#fff;font-weight:800;border-radius:12px;padding:10px 12px;cursor:pointer}.btn-primary:hover{filter:brightness(.95)}.btn-secondary{border:none;background:#e5e7eb;color:var(--ink);font-weight:800;border-radius:12px;padding:10px 12px;cursor:pointer;text-decoration:none;display:inline-block}.btn-secondary:hover{filter:brightness(.95)}.card--skeleton{padding:14px}.sk-img{aspect-ratio:16/10;border-radius:12px;background:#e2e8f0;margin-bottom:10px}.sk-line{height:14px;border-radius:8px;background:#e2e8f0;margin-bottom:8px}.sk-line.short{width:70%}.sk-line.shorter{width:40%}.shimmer{position:relative;overflow:hidden}.shimmer:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.45) 50%,transparent 100%);animation:shimmer 1.2s infinite}@keyframes shimmer{to{transform:translate(100%)}}.cartFab{position:fixed;right:20px;bottom:20px;z-index:40;display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-weight:900;border:none;border-radius:50px;padding:16px 20px;cursor:pointer;font-size:1.1rem;box-shadow:0 8px 25px #ef444466;transition:all .3s ease}.cartFab:hover{transform:translateY(-3px);box-shadow:0 12px 35px #ef444480}.badge{min-width:24px;height:24px;border-radius:50%;display:inline-grid;place-items:center;background:#fff;color:#ef4444;font-size:.9rem;font-weight:900;padding:0 6px}.cart-items{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.cart-item{background:var(--bg-card);color:var(--ink);border-radius:16px;padding:16px;display:flex;align-items:center;gap:12px;box-shadow:0 4px 16px #0000001a}.cart-item-img{width:60px;height:60px;border-radius:8px;object-fit:cover;flex-shrink:0}.cart-item-details{flex:1}.cart-item-name{margin:0 0 4px;font-size:1rem;font-weight:700;color:var(--g-800)}.cart-item-price{margin:0;color:var(--muted);font-size:.9rem}.cart-item-controls{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.quantity-controls{display:flex;align-items:center;gap:8px;background:#f1f5f9;border-radius:8px;padding:4px}.qty-btn{background:#fff;border:1px solid #cbd5e1;border-radius:6px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700;color:var(--ink)}.qty-btn:hover{background:#f8fafc}.quantity{min-width:24px;text-align:center;font-weight:700;color:var(--ink)}.item-total{font-weight:900;color:var(--g-600);font-size:1.1rem}.cart-summary{background:var(--bg-card);color:var(--ink);border-radius:16px;padding:20px;box-shadow:0 4px 16px #0000001a}.subtotal{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e2e8f0;margin-bottom:16px}.subtotal-amount{font-size:1.4rem;font-weight:900;color:var(--g-600)}.cart-actions{display:flex;gap:12px}.footer{text-align:center;padding:14px;font-size:.95rem;color:#d1fae5;border-top:1px solid rgba(255,255,255,.12);background:transparent}@media (max-width:640px){.hero-title{font-size:1.6rem}.cart-item{flex-direction:column;text-align:center}.cart-item-controls{align-items:center}.cart-actions{flex-direction:column}}
