@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{--primary:#4caf50;--primary-light:#e8f5e9;--primary-dark:#388e3c;--white:#fff;--gray:#f5f5f5;--text-gray:#9e9e9e;--dark:#212121;--danger:#e53935;--success:#4caf50;--warning:#ffc107;--info:#2196f3;--card-shadow:0 2px 8px rgba(0,0,0,.08);--bottom-nav-height:64px}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--gray);color:var(--dark);-webkit-tap-highlight-color:transparent;overflow-x:hidden}#__next,main{max-width:480px;margin:0 auto;min-height:100vh;position:relative}#__next,.app-bar,main{background:var(--white)}.app-bar{display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:56px;position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 1px 4px rgba(0,0,0,.08)}.app-bar h1{font-size:18px;font-weight:700;color:var(--dark)}.app-bar button{background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;color:var(--dark);display:flex;align-items:center}.app-bar button:hover{background:#fff}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:480px;height:var(--bottom-nav-height);background:var(--white);border-top:1px solid #eee;border-radius:20px 20px 0 0;box-shadow:0 -4px 20px rgba(0,0,0,.08);z-index:200}.bottom-nav,.bottom-nav-item{display:flex;align-items:center}.bottom-nav-item{flex:1 1;flex-direction:column;justify-content:center;gap:4px;cursor:pointer;padding:8px 0;text-decoration:none;color:var(--text-gray);font-size:11px;font-weight:500;transition:color .15s;position:relative}.bottom-nav-item.active{color:var(--primary)}.bottom-nav-item svg{width:24px;height:24px}.nav-badge{position:absolute;top:4px;right:calc(50% - 20px);background:var(--danger);color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.page-content{padding-bottom:calc(var(--bottom-nav-height) + 8px);min-height:100vh;background:#fff}.category-chips{display:flex;gap:8px;overflow-x:auto;padding:12px;background:#fff;scrollbar-width:none}.category-chips::-webkit-scrollbar{display:none}.category-chip{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:20px;background:var(--white);border:1px solid #e0e0e0;white-space:nowrap;cursor:pointer;font-size:14px;font-weight:600;color:var(--dark);transition:all .15s;text-decoration:none;flex-shrink:0;box-shadow:0 1px 4px rgba(0,0,0,.05)}.category-chip.active{background:var(--primary);border-color:var(--primary);color:var(--white)}.category-chip img{width:24px;height:24px;object-fit:contain}.product-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;padding:12px}.product-card{background:var(--white);border-radius:16px;box-shadow:var(--card-shadow);overflow:hidden;cursor:pointer;display:flex;flex-direction:column;transition:transform .1s}.product-card:active{transform:scale(.98)}.product-card-image{position:relative;aspect-ratio:1/1;background:#fff;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-fav-btn{position:absolute;top:8px;right:8px;width:36px;height:36px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.12);cursor:pointer;border:none;z-index:2}.product-fav-btn svg{width:18px;height:18px}.product-out-of-stock-overlay{position:absolute;inset:0;background:hsla(0,0%,100%,.7);display:flex;align-items:center;justify-content:center;z-index:3}.out-of-stock-badge{background:var(--danger);color:#fff;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:700}.product-card-info{padding:10px 12px 12px;flex:1 1;display:flex;flex-direction:column;gap:2px}.product-card-name{font-size:13px;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;color:var(--dark)}.product-card-weight{font-size:12px;color:var(--text-gray)}.product-card-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:8px}.product-card-price{font-size:13px;font-weight:800;color:var(--primary)}.add-to-cart-btn{width:36px;height:36px;background:var(--dark);border-radius:10px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.add-to-cart-btn:hover{background:#424242}.add-to-cart-btn svg{width:20px;height:20px;color:#fff;fill:#fff}.add-to-cart-btn-disabled{width:36px;height:36px;background:#e0e0e0;border-radius:10px;border:none;cursor:default;display:flex;align-items:center;justify-content:center}.shipping-progress{background:var(--primary-light);padding:10px 16px;display:flex;flex-direction:column;gap:6px}.shipping-progress-text{font-size:12px;font-weight:700;color:var(--dark)}.progress-bar-bg{background:#fff;border-radius:3px;height:6px;overflow:hidden}.progress-bar-fill{height:100%;background:var(--primary);border-radius:3px;transition:width .3s}.cart-item{background:#fff;border-radius:12px;padding:12px;margin-bottom:12px;display:flex;gap:12px;box-shadow:var(--card-shadow)}.cart-item-img{width:70px;height:70px;border-radius:8px;object-fit:cover;background:#fff;flex-shrink:0}.cart-item-info{flex:1 1}.cart-item-name{font-size:14px;font-weight:600;line-height:1.3}.cart-item-weight{font-size:12px;color:var(--text-gray);margin-top:2px}.cart-item-price{font-size:14px;font-weight:700;color:var(--primary);margin-top:6px}.qty-controls{gap:12px}.qty-btn,.qty-controls{display:flex;align-items:center}.qty-btn{width:32px;height:32px;border:1.5px solid #ddd;border-radius:8px;justify-content:center;cursor:pointer;font-size:18px;line-height:1;color:var(--dark)}.qty-btn,.qty-btn:hover{background:#fff}.qty-value{font-size:16px;font-weight:600;min-width:24px;text-align:center}.cart-bottom{background:#fff;padding:16px;box-shadow:0 -4px 12px rgba(0,0,0,.08)}.cart-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.cart-row-label{font-size:14px;color:var(--text-gray)}.cart-row-value{font-size:14px;font-weight:700}.cart-total-label{font-size:16px;font-weight:700}.cart-total-value{font-size:22px;font-weight:800;color:var(--primary)}.cart-divider{border:none;border-top:1px solid #eee;margin:10px 0}.btn-primary{width:100%;background:var(--primary);color:#fff;border:none;border-radius:12px;padding:14px;font-size:16px;font-weight:600;cursor:pointer;transition:background .15s;font-family:Inter,sans-serif}.btn-primary:hover{background:var(--primary-dark)}.btn-primary:disabled{background:#bbb;cursor:default}.btn-danger-outline{width:100%;background:transparent;color:var(--danger);border:1.5px solid var(--danger);border-radius:12px;padding:14px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;font-family:Inter,sans-serif}.profile-card{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);padding:20px;margin-bottom:20px;gap:16px}.profile-avatar,.profile-card{border-radius:16px;display:flex;align-items:center}.profile-avatar{width:60px;height:60px;background:hsla(0,0%,100%,.2);justify-content:center;flex-shrink:0}.profile-avatar svg{width:30px;height:30px;color:#fff}.profile-name{font-size:20px;font-weight:700;color:#fff}.profile-phone{font-size:15px;color:hsla(0,0%,100%,.9);margin-top:4px}.profile-badge{font-size:13px;color:hsla(0,0%,100%,.75);margin-top:4px}.guest-card{background:var(--primary-light);border-radius:16px;padding:20px;margin-bottom:20px;flex-direction:column;gap:12px;text-align:center}.guest-card,.menu-item{display:flex;align-items:center}.menu-item{background:#fff;border-radius:12px;padding:14px 16px;gap:14px;margin-bottom:8px;cursor:pointer;box-shadow:var(--card-shadow);text-decoration:none;color:var(--dark)}.menu-item:hover{background:#fafafa}.menu-icon{width:44px;height:44px;background:var(--primary-light);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.menu-icon svg{width:22px;height:22px;color:var(--primary)}.menu-item-content{flex:1 1}.menu-item-title{font-size:15px;font-weight:600}.menu-item-subtitle{font-size:13px;margin-top:2px}.menu-chevron,.menu-item-subtitle{color:var(--text-gray)}.form-group{margin-bottom:16px}.form-label{font-size:13px;color:var(--text-gray);margin-bottom:6px;display:block}.form-input{width:100%;background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:14px 16px;font-size:15px;font-family:Inter,sans-serif;color:var(--dark);outline:none;transition:border-color .15s}.form-input:focus{border-color:var(--primary);background:#fff}.form-input::placeholder{color:var(--text-gray)}select.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%239E9E9E' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}.toast{position:fixed;bottom:calc(var(--bottom-nav-height) + 20px);left:50%;transform:translateX(-50%);background:var(--success);color:#fff;padding:10px 20px;border-radius:24px;font-size:14px;font-weight:600;z-index:1000;animation:slideUp .3s ease,fadeOut .3s ease .7s forwards;white-space:nowrap}@keyframes slideUp{0%{transform:translateX(-50%) translateY(20px);opacity:0}to{transform:translateX(-50%) translateY(0);opacity:1}}@keyframes fadeOut{to{opacity:0}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px;color:var(--text-gray)}.empty-state svg{width:64px;height:64px}.empty-state p{font-size:15px}.spinner{width:40px;height:40px;border:3px solid var(--primary-light);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.loading-center{display:flex;align-items:center;justify-content:center;min-height:200px}.order-summary{background:var(--primary-light);border-radius:12px;padding:16px;margin-bottom:24px}.order-summary-row{display:flex;justify-content:space-between;font-size:14px;margin-bottom:8px}.order-summary-row:last-child{margin-bottom:0}.order-summary-total{font-size:18px;font-weight:800;color:var(--primary)}.section-title{font-size:17px;font-weight:700;color:var(--dark);margin-bottom:16px}.badge-chip{background:var(--danger);color:#fff;font-weight:700}.badge-chip,.status-badge{font-size:12px;padding:2px 10px;border-radius:12px}.status-badge{display:inline-block;font-weight:600}.status-pending{background:#fff3cd;color:#856404}.status-confirmed{background:#d1ecf1;color:#0c5460}.status-delivered{background:var(--primary-light);color:var(--primary-dark)}.status-cancelled{background:#f8d7da;color:var(--danger)}.chat-messages{display:flex;flex-direction:column;gap:12px;padding:16px}.chat-bubble{max-width:75%;padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.4}.chat-bubble-user{align-self:flex-end;background:var(--primary);color:#fff;border-bottom-right-radius:4px}.chat-bubble-admin{align-self:flex-start;background:#fff;color:var(--dark);border-bottom-left-radius:4px;box-shadow:var(--card-shadow)}.chat-time{font-size:10px;opacity:.7;margin-top:4px}.chat-input-bar{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:480px;background:#fff;padding:12px 16px;display:flex;gap:10px;border-top:1px solid #eee;z-index:100}.chat-input{flex:1 1;background:#fff;border:none;border-radius:24px;padding:10px 16px;font-size:14px;font-family:Inter,sans-serif;outline:none}.chat-send-btn{width:44px;height:44px;background:var(--primary);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.chat-send-btn svg{width:20px;height:20px;color:#fff}.dialog-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.dialog{background:#fff;border-radius:16px;padding:24px;width:100%;max-width:360px;text-align:center}.dialog-icon{font-size:64px;color:var(--success);margin-bottom:16px}.dialog h3{font-size:20px;font-weight:700;margin-bottom:8px}.dialog p{font-size:15px;color:var(--text-gray);margin-bottom:20px}.search-bar{margin:12px 12px 0;position:relative}.search-input{width:100%;background:#fff;border:1.5px solid #eee;border-radius:12px;padding:12px 16px 12px 44px;font-size:14px;font-family:Inter,sans-serif;color:var(--dark);outline:none}.search-input:focus{border-color:var(--primary)}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-gray);pointer-events:none}@font-face{font-family:__Inter_fcbcbf;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_fcbcbf;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_fcbcbf;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_fcbcbf;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_fcbcbf;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_fcbcbf;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_fcbcbf;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_fcbcbf;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_fcbcbf{font-family:__Inter_fcbcbf,__Inter_Fallback_fcbcbf;font-style:normal}