@import "https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@400;500;600;700&display=swap";:root{--green:#27ae60;--green-dark:#1e8449;--green-light:#d5f5e3;--amber:#f59e0b;--red:#ef4444;--blue:#3b82f6;--bg:#f8fafc;--white:#fff;--text:#1f2937;--text-muted:#6b7280;--border:#e5e7eb;--shadow:0 2px 12px #00000014;--radius:14px;--radius-sm:8px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100dvh;font-family:Noto Sans Bengali,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{max-width:480px;min-height:100dvh;margin:0 auto}.loader-wrap{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:100dvh;display:flex}.spinner{border:4px solid var(--green-light);border-top-color:var(--green);border-radius:50%;width:44px;height:44px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.4)}}.header{background:var(--white);z-index:100;align-items:center;gap:12px;padding:16px;display:flex;position:sticky;top:0;box-shadow:0 1px 6px #0000000f}.header-logo{background:var(--green);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.header-info h1{font-size:16px;font-weight:700;line-height:1.2}.header-info p{color:var(--text-muted);font-size:12px}.table-badge{background:var(--green-light);color:var(--green-dark);white-space:nowrap;border-radius:20px;margin-left:auto;padding:5px 12px;font-size:13px;font-weight:700}.category-tabs{background:var(--white);scrollbar-width:none;border-bottom:1px solid var(--border);gap:8px;padding:14px 16px 8px;display:flex;overflow-x:auto}.category-tabs::-webkit-scrollbar{display:none}.cat-tab{border:1.5px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:20px;flex-shrink:0;padding:7px 16px;font-family:Noto Sans Bengali,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;transition:all .15s}.cat-tab.active,.cat-tab:hover{background:var(--green);color:#fff;border-color:var(--green)}.menu-section{padding:16px}.section-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px;font-size:14px;font-weight:700}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.product-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);cursor:pointer;transition:transform .15s,box-shadow .15s;overflow:hidden}.product-card:active{transform:scale(.97)}.product-img{aspect-ratio:4/3;object-fit:cover;background:var(--green-light);justify-content:center;align-items:center;width:100%;font-size:32px;display:flex}.product-img img{object-fit:cover;width:100%;height:100%}.product-body{padding:10px}.product-name{margin-bottom:4px;font-size:14px;font-weight:600;line-height:1.3}.product-price{color:var(--green);font-size:15px;font-weight:800}.product-stock-low{color:var(--amber);margin-top:2px;font-size:11px}.add-btn{background:var(--green);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;width:100%;margin-top:8px;padding:8px;font-family:Noto Sans Bengali,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;transition:background .15s}.add-btn:hover{background:var(--green-dark)}.add-btn.in-cart{background:var(--green-light);color:var(--green-dark)}.cart-fab{background:var(--green);color:#fff;cursor:pointer;z-index:200;border:none;border-radius:16px;justify-content:space-between;align-items:center;width:calc(100% - 32px);max-width:448px;padding:16px 24px;font-family:Noto Sans Bengali,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:transform .15s,box-shadow .15s;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #27ae6059}.cart-fab:active{transform:translate(-50%)scale(.97)}.cart-fab-left{align-items:center;gap:10px;display:flex}.cart-count-badge{color:var(--green);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;font-weight:800;display:flex}.cart-fab-label{font-size:15px;font-weight:700}.cart-fab-total{font-size:16px;font-weight:800}.overlay{z-index:300;background:#00000073;animation:.2s fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-drawer{background:var(--white);z-index:400;border-radius:20px 20px 0 0;width:100%;max-width:480px;max-height:85dvh;animation:.25s slideUp;position:fixed;bottom:0;left:50%;overflow-y:auto;transform:translate(-50%)}@keyframes slideUp{0%{opacity:0;transform:translate(-50%)translateY(60px)}}.drawer-handle{background:var(--border);border-radius:2px;width:40px;height:4px;margin:12px auto 0}.drawer-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.drawer-title{font-size:17px;font-weight:700}.close-btn{background:var(--bg);width:32px;height:32px;color:var(--text-muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex}.cart-items{padding:12px 20px}.cart-item{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:10px 0;display:flex}.cart-item:last-child{border-bottom:none}.ci-name{flex:1;font-size:14px;font-weight:600}.ci-price{color:var(--text-muted);font-size:13px}.qty-control{align-items:center;gap:8px;display:flex}.qty-btn{border:1.5px solid var(--green);width:28px;height:28px;color:var(--green);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:700;transition:all .1s;display:flex}.qty-btn:hover{background:var(--green);color:#fff}.qty-val{text-align:center;min-width:20px;font-size:15px;font-weight:700}.order-form{padding:16px 20px}.form-label{color:var(--text-muted);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.form-input{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);outline:none;margin-bottom:12px;padding:12px 14px;font-family:Noto Sans Bengali,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;transition:border-color .15s}.form-input:focus{border-color:var(--green)}.form-textarea{resize:none;height:70px}.order-summary{background:var(--bg);border-radius:var(--radius-sm);margin:0 20px 16px;padding:14px}.summary-row{justify-content:space-between;padding:4px 0;font-size:14px;display:flex}.summary-row.total{color:var(--green);border-top:1px solid var(--border);margin-top:8px;padding-top:8px;font-size:16px;font-weight:800}.place-order-btn{background:var(--green);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;width:calc(100% - 40px);margin:0 20px 28px;padding:16px;font-family:Noto Sans Bengali,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:700;transition:background .15s;display:flex}.place-order-btn:disabled{cursor:not-allowed;background:#ccc}.place-order-btn:not(:disabled):hover{background:var(--green-dark)}.success-screen{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:32px 24px;display:flex}.success-icon{background:var(--green-light);border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:24px;font-size:48px;animation:.4s cubic-bezier(.34,1.56,.64,1) pop;display:flex}@keyframes pop{0%{opacity:0;transform:scale(.5)}}.success-screen h2{margin-bottom:8px;font-size:24px;font-weight:800}.success-screen p{color:var(--text-muted);font-size:15px;line-height:1.6}.order-number-badge{background:var(--green);color:#fff;border-radius:40px;margin:20px 0;padding:12px 28px;font-size:18px;font-weight:800}.order-status-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);width:100%;margin-top:12px;padding:20px}.status-row{align-items:center;gap:10px;padding:8px 0;display:flex}.status-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.status-dot.done{background:var(--green)}.status-dot.pending{background:var(--border)}.status-label{font-size:14px}.status-label.done{color:var(--green);font-weight:600}.status-label.pending{color:var(--text-muted)}.error-screen{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:100dvh;padding:32px 24px;display:flex}.error-screen h2{font-size:20px;font-weight:700}.error-screen p{color:var(--text-muted)}.mt-16{margin-top:16px}.pb-safe{padding-bottom:max(24px, env(safe-area-inset-bottom))}
