*{box-sizing:border-box;margin:0;padding:0}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#333;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f0f4f8;font-family:Segoe UI,Roboto,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}body{background:#f0f4f8;margin:0;padding:0}#root{width:100%;height:100%}h1,h2,h3{font-family:Segoe UI,Roboto,sans-serif}button{cursor:pointer;background:0 0;border:none;font-family:inherit}@media (prefers-color-scheme:dark){:root{color:#e0e0e0;background:#1a1a1a}body{background:#1a1a1a}}.menu-container{background:linear-gradient(135deg,#f0f4f8 0%,#e8f0f7 100%);flex-direction:column;min-height:100vh;display:flex}:root{--bg-1:#f7f9fc;--card-bg:#fff;--primary-600:#0b5fff;--primary-800:#0038a8;--accent-1:#ff8c42;--muted:#6b7280;--success:#16a34a;--danger:#ef4444}img{max-width:100%;height:auto;display:block}.header{color:#fff;text-align:center;background:linear-gradient(135deg,#001f54 0%,#036 100%);justify-content:center;align-items:center;padding:24px 20px;display:flex;box-shadow:0 4px 6px #0000001a}.header-inner{align-items:center;gap:12px;display:flex}.site-logo{object-fit:cover;border:2px solid #ffffff1f;border-radius:8px;width:64px;height:64px}.header-text{flex-direction:column;align-items:center;display:flex}.title{letter-spacing:-1px;margin:0;font-size:48px;font-weight:700}.subtitle{opacity:.95;margin:8px 0 0;font-size:18px;font-weight:300}.category-nav{z-index:100;background:#ffffffb3;border-bottom:2px solid #001f541a;flex-wrap:wrap;justify-content:center;gap:12px;padding:24px;display:flex;position:sticky;top:0}.nav-btn{color:#001f54;cursor:pointer;background:#fff;border:2px solid #001f54;border-radius:25px;padding:12px 24px;font-size:16px;font-weight:600;transition:all .3s}.nav-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #001f5433}.nav-btn.active{color:#fff;background:linear-gradient(135deg,#001f54 0%,#036 100%);box-shadow:0 4px 12px #001f544d}.hero-section{height:320px;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.hero-image{object-fit:cover;z-index:10;width:100%;max-width:1200px;height:100%;transition:transform .18s cubic-bezier(.2,.9,.2,1),box-shadow .18s,border-color .15s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-caption{color:#fff;text-align:center;z-index:20;text-shadow:0 4px 12px #00000080;position:absolute;top:50%;left:50%;transform:translate(-50%,40%)}.hero-caption h2{background:linear-gradient(90deg,#00000059,#00000026);border-radius:8px;margin:0;padding:8px 16px;font-size:28px;font-weight:700}.debug-overlay{display:none}.menu-section{flex:1;padding:32px 20px}.menu-sections{max-width:1200px;margin:0 auto}.menu-section-group{margin-bottom:48px}.section-header{color:#001f54;text-transform:uppercase;letter-spacing:1px;border-bottom:3px solid #001f54;margin:0 0 24px;padding-bottom:12px;font-size:28px;font-weight:800}.section-description{color:#555;text-align:center;margin:-16px 0 24px;padding-bottom:16px;font-size:16px;font-style:italic;line-height:1.6}.section-row,.subsection-row,.section-desc-row,.subsection-row{flex-direction:row-reverse;align-items:flex-start;gap:12px;display:flex}.section-main,.subsection-main{flex:auto}.section-illustration{object-fit:contain;border-radius:8px;flex:0 0 220px;width:220px;height:140px;margin-left:16px;box-shadow:0 4px 12px #0000001f}.subsection-header{color:#333;text-transform:uppercase;letter-spacing:.5px;border-left:4px solid #001f54;margin:20px 0 12px;padding-left:12px;font-size:18px;font-weight:700}.subsection-illustration{object-fit:contain;border-radius:8px;flex:0 0 150px;width:150px;height:100px;margin-bottom:12px;margin-left:16px;box-shadow:0 4px 12px #0000001f}.subsection-desc-row{flex-direction:row-reverse;align-items:flex-start;gap:12px;display:flex}.subsection-description{color:#666;margin:0 0 12px;font-size:14px;font-style:italic;line-height:1.5}.menu-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:24px;display:grid}.menu-item{background:#fff;border:1px solid #001f541a;border-radius:12px;flex-direction:column;justify-content:space-between;min-height:100px;padding:20px;transition:all .3s;display:flex;box-shadow:0 2px 8px #00000014}.menu-item:hover{transform:translateY(-4px);box-shadow:0 8px 16px #001f5426}.item-name{color:#333;margin:0 0 8px;font-size:20px;font-weight:600;line-height:1.4}.item-price{color:#ff8c42;white-space:nowrap;margin-top:auto;font-size:18px;font-weight:800}.item-description{color:#666;margin:6px 0 8px;font-size:13px;font-style:italic;line-height:1.4}.dashboard-page{flex:1;width:100%;padding:32px 20px}.dashboard-panel{width:min(960px,100%);margin:0 auto}.dashboard-heading{margin-bottom:20px}.eyebrow{color:#ff8c42;letter-spacing:0;text-transform:uppercase;margin:0 0 4px;font-size:13px;font-weight:800}.dashboard-heading h2{color:#001f54;margin:0;font-size:30px}.session-row{color:#555;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;font-size:15px;font-weight:600;display:flex}.logout-btn,.auth-submit{color:#fff;background:#001f54;border-radius:8px;padding:10px 16px;font-size:15px;font-weight:700;transition:background .2s,transform .2s}.logout-btn:hover,.auth-submit:hover{background:#036;transform:translateY(-1px)}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;display:grid}.stat-card{background:#fff;border:1px solid #001f541a;border-radius:8px;flex-direction:column;justify-content:space-between;min-height:120px;padding:20px;display:flex;box-shadow:0 2px 8px #00000014}.stat-card span{color:#555;font-size:15px;font-weight:600}.stat-card strong{color:#001f54;font-size:36px;line-height:1}.stat-card{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}.stat-card:hover{border-color:#001f542e;transform:translateY(-6px);box-shadow:0 10px 30px #001f541f}.stat-label{color:#444;font-size:14px;font-weight:700;display:block}.stat-card.pending{border-left:4px solid #f59e0b}.stat-card.delivery{border-left:4px solid #06b6d4}.stat-card.payment{border-left:4px solid #ef4444}.stat-card.prepared{border-left:4px solid #10b981}.stat-card .stat-icon{border-radius:10px;place-items:center;width:52px;height:52px;margin-bottom:6px;font-size:20px;display:inline-grid}.modal-panel{background:var(--card-bg);border-radius:12px;width:min(920px,94%);max-height:86%;padding:18px;overflow:auto;box-shadow:0 20px 60px #0206174d}.modal-close{cursor:pointer;color:var(--muted);background:0 0;border:none;font-size:18px}.modal-loading,.modal-empty{color:var(--muted);padding:16px}.orders-list{flex-direction:column;gap:8px;display:flex}.order-detail{background:linear-gradient(#fff,#fbfbff);border:1px solid #0000000f;border-radius:8px;padding:0}.order-summary .muted{color:var(--muted);font-size:12px}.order-meta .amount{color:var(--primary-600);font-weight:700}.order-content{border-top:1px solid #00000008;flex-direction:column;gap:8px;padding:12px 14px 18px;display:flex}.order-content label{color:#111827;font-weight:600}.order-content select{border:1px solid #00000014;border-radius:6px;margin-left:8px;padding:6px 8px}.order-actions{margin-top:6px}.save-btn{background:var(--primary-600);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 12px}.save-btn:hover{background:var(--primary-800)}.auth-page{flex:1;place-items:start center;width:100%;padding:32px 20px;display:grid}.auth-card{background:#fff;border:1px solid #001f541a;border-radius:8px;width:min(420px,100%);padding:24px;box-shadow:0 2px 8px #00000014}.auth-subtitle{color:#555;margin:8px 0 0}.auth-field{color:#001f54;gap:8px;margin-bottom:16px;font-size:14px;font-weight:700;display:grid}.auth-field input{color:#333;width:100%;min-height:44px;font:inherit;border:1px solid #001f543d;border-radius:8px;padding:10px 12px}.auth-field input:focus{border-color:#001f54;outline:2px solid #001f5424}.auth-submit{width:100%;margin-top:4px}.order-workspace-header h2{color:#001f54;margin:0;font-size:clamp(26px,3vw,36px)}.order-workspace-header p:last-child{color:#667085;margin:4px 0 0}.order-success{color:#146c43;background:#dff5e8;border:1px solid #a9dfbd;border-radius:10px;margin-bottom:18px;padding:12px 16px;font-weight:700}.order-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:20px;display:grid}.order-menu-panel,.order-cart{background:#fff;border:1px solid #001f541a;border-radius:16px;box-shadow:0 8px 30px #001f5412}.order-menu-panel{min-width:0;padding:20px}.order-toolbar,.order-cart-heading,.order-total,.order-modal-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.order-toolbar h3,.order-cart h3,.order-modal h3{color:#001f54;margin:0;font-size:22px}.order-toolbar span,.order-cart-heading>span{color:#667085;font-size:13px;font-weight:700}.order-search input{color:#1d2939;width:min(280px,36vw);min-height:42px;font:inherit;border:1px solid #ccd4df;border-radius:10px;padding:10px 14px}.order-search input:focus{border-color:#001f54;outline:3px solid #001f541a}.order-categories{gap:8px;margin:18px 0;padding-bottom:4px;display:flex;overflow-x:auto}.order-categories button,.table-picker button{color:#344054;text-transform:capitalize;background:#f2f4f7;border:1px solid #0000;border-radius:999px;flex:none;padding:9px 15px;font-weight:700}.order-categories button.active,.table-picker button.active{color:#fff;background:#001f54}.order-item-card{border:1px solid #e4e7ec;border-radius:12px;flex-direction:column;justify-content:space-between;gap:18px;min-height:170px;padding:16px;transition:border-color .15s,box-shadow .15s;display:flex}.quantity-control button:disabled{color:#98a2b3;cursor:not-allowed}.quantity-control.compact{grid-template-columns:32px 34px 32px;min-height:32px}.order-cart{position:sticky;top:16px;overflow:hidden}.order-cart-heading{border-bottom:1px solid #e4e7ec;padding:20px}.order-cart-items{max-height:52vh;padding:8px 20px;overflow-y:auto}.order-cart-item{border-bottom:1px solid #eaecf0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 0;display:grid}.order-cart-item>div:first-child{min-width:0}.order-cart-item strong,.order-cart-item span{display:block}.order-cart-item strong{color:#1d2939;font-size:14px}.order-cart-item span{color:#667085;margin-top:3px;font-size:13px}.cart-item-category{color:#b45309;text-transform:capitalize;margin-top:3px;font-size:11px;font-weight:700;line-height:1.35;display:block}.empty-cart,.order-state{color:#667085;text-align:center;padding:42px 18px}.empty-cart strong{color:#344054}.empty-cart p{margin-top:6px;font-size:14px}.order-state.error{color:#b42318}.order-state button{color:#001f54;margin-top:8px;font-weight:800}.order-cart-footer{background:#f8fafc;border-top:1px solid #e4e7ec;padding:18px 20px 20px}.order-total{color:#344054;margin-bottom:14px}.order-total strong{color:#001f54;font-size:24px}.place-order-btn,.confirm-order-btn{color:#fff;background:#ff7a28;border-radius:10px;width:100%;min-height:48px;font-size:16px;font-weight:800}.place-order-btn:hover,.confirm-order-btn:hover{background:#e96617}.place-order-btn:disabled,.confirm-order-btn:disabled{cursor:not-allowed;background:#d0d5dd}.order-modal-backdrop{z-index:1000;background:#001230ad;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.order-modal{background:#fff;border-radius:16px;width:min(520px,100%);padding:24px;box-shadow:0 24px 64px #0000003d}.order-modal-header>button{color:#344054;background:#f2f4f7;border-radius:50%;flex:none;width:36px;height:36px;font-size:18px;font-weight:800}.service-options{grid-template-columns:1fr 1fr;gap:12px;margin:22px 0;display:grid}.service-options button{color:#344054;text-align:left;background:#fff;border:2px solid #e4e7ec;border-radius:12px;padding:18px}.service-options button.active{color:#001f54;background:#fff8f3;border-color:#ff8c42}.service-options strong,.service-options span{display:block}.service-options span{color:#667085;margin-top:4px;font-size:13px}.table-picker{margin-bottom:22px}.table-picker>strong{color:#344054;margin-bottom:10px;display:block}.table-picker>div{flex-wrap:wrap;gap:8px;display:flex}.order-submit-error{color:#b42318;background:#fef3f2;border-radius:8px;margin:0 0 14px;padding:10px 12px;font-size:14px;font-weight:700}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.footer{text-align:center;color:#666;background:#0000000d;border-top:1px solid #0000001a;padding:20px}.footer p{margin:0;font-size:14px}@media (width<=768px){.title{font-size:36px}.subtitle{font-size:16px}.category-nav{gap:8px;padding:16px 12px}.nav-btn{padding:10px 16px;font-size:14px}.hero-section{height:200px}.menu-grid{grid-template-columns:1fr;gap:16px}.menu-section{padding:16px 12px}.section-header{margin-bottom:16px;font-size:20px}.subsection-header{font-size:14px}.section-desc-row,.subsection-desc-row,.subsection-row{flex-direction:row;align-items:flex-start}.section-illustration{flex:0 0 40%;width:40%;height:auto;margin-left:0;margin-right:12px}.subsection-illustration{flex:0 0 35%;width:35%;height:auto;margin-left:0;margin-right:12px}.subsection-desc-row .subsection-main{flex:65%}.section-description{text-align:left;margin-top:0}.dashboard-page{padding:20px 12px}.dashboard-heading h2{font-size:24px}.session-row{flex-direction:column;align-items:flex-start}.logout-btn{width:100%}.auth-page{padding:20px 12px}.order-workspace{padding:20px 12px 30px}.order-workspace-header{align-items:flex-start}.order-workspace-header .logout-btn{width:auto}.order-layout{grid-template-columns:1fr}.order-cart{position:static}.order-toolbar{flex-direction:column;align-items:stretch}.order-search input{width:100%}.order-item-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}}@media (width<=480px){.order-workspace-header{flex-direction:column}.order-workspace-header .logout-btn{width:100%}.order-menu-panel{padding:15px}.order-item-grid,.service-options{grid-template-columns:1fr}.order-item-card{min-height:150px}}.order-menu-panel{background:#fff;border:1px solid #001f5414;border-radius:16px;min-width:0;padding:20px;box-shadow:0 8px 30px #001f5412}.order-toolbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.order-toolbar h3{color:#001f54;margin:0;font-size:22px}.order-search input{width:min(280px,36vw);min-height:42px}.order-search input .order-item-card{background:linear-gradient(#fff,#fbfdff);border:1px solid #0206170a;border-radius:12px;flex-direction:column;justify-content:space-between;gap:18px;min-height:170px;padding:16px;transition:transform .15s,box-shadow .15s;display:flex}.order-search input .order-item-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0206170f}.order-search input{border:1px solid #ccd4df;border-radius:10px}.order-categories .order-item-card.selected{background:linear-gradient(#fff8f0,#fff3ea);border-color:#ff8c42;box-shadow:0 12px 30px #ff8c421f}.order-categories{gap:8px;margin:18px 0;padding-bottom:4px;overflow-x:auto}.order-categories button{color:#344054;text-transform:capitalize;background:#f2f4f7;border:1px solid #0000;border-radius:999px;flex:none;padding:9px 15px;font-weight:700}.order-categories button.active{color:#fff;background:#001f54}.order-item-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.order-item-card{background:#fff;border:1px solid #e4e7ec;border-radius:12px;flex-direction:column;justify-content:space-between;gap:18px;min-height:170px;padding:16px;transition:border-color .15s,box-shadow .15s;display:flex}.order-item-card.selected{border-color:#ff8c42;box-shadow:inset 0 0 0 1px #ff8c42}.order-item-info span{color:#667085;letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:800;display:block}.order-item-info h4{color:#1d2939;margin:0 0 10px;font-size:16px;line-height:1.3}.order-item-info strong{color:#001f54}.quantity-control{border:1px solid #ccd4df;border-radius:9px;grid-template-columns:40px minmax(38px,1fr) 40px;align-items:center;min-height:40px;display:grid;overflow:hidden}.quantity-control button{color:#001f54;background:#f2f4f7;height:100%;font-size:20px;font-weight:800}.quantity-control span{color:#1d2939;text-align:center;font-weight:800}@media (width<=720px){.order-item-grid{grid-template-columns:1fr}}.order-workspace{flex:1;width:min(1440px,100%);margin:0 auto;padding:28px 24px 40px}.order-workspace-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.eyebrow{color:#ff8c42;text-transform:uppercase;margin:0 0 4px;font-size:13px;font-weight:800}.logout-btn{color:#fff;background:#001f54;border-radius:8px;padding:10px 14px;font-weight:700}.summary-section{background:#f7f9fc;border-bottom:1px solid #00000008;padding:18px 20px}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;max-width:1200px;margin:0 auto;display:grid}.stat-card{cursor:pointer;background:linear-gradient(#fff,#fafcff);border:none;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:20px 22px;transition:transform .18s,box-shadow .18s;display:flex;box-shadow:0 8px 30px #0206170f}.stat-card .stat-left{flex-direction:column;display:flex}.stat-icon{border-radius:10px;place-items:center;width:48px;height:48px;margin-bottom:6px;font-size:20px;display:inline-grid}.stat-label{color:#333;font-size:14px;font-weight:700}.stat-value{color:#001f54;font-size:28px;font-weight:800}.stat-card.pending .stat-icon{background:linear-gradient(135deg,#ffb74d26,#ff8c0014)}.stat-card.delivery .stat-icon{background:linear-gradient(135deg,#06b6d41f,#0369a10f)}.stat-card.payment .stat-icon{background:linear-gradient(135deg,#fecdd324,#ef444414)}.stat-card.prepared .stat-icon{background:linear-gradient(135deg,#a7f3d024,#10b98114)}.stat-card.pending{background:linear-gradient(90deg,#fff7ed,#fffaf0)}.stat-card.delivery{background:linear-gradient(90deg,#f0fdff,#f7fbff)}.stat-card.payment{background:linear-gradient(90deg,#fff6f6,#fffafc)}.stat-card.prepared{background:linear-gradient(90deg,#f6fff7,#f8fff9)}.stat-card .stat-value{font-size:34px}.stat-card.pending .stat-value{color:#b45309}.stat-card.delivery .stat-value{color:#0369a1}.stat-card.payment .stat-value{color:#9f1239}.stat-card.prepared .stat-value{color:#047857}.stat-left{align-items:center;gap:12px;display:flex}.stat-left .stat-icon{border-radius:12px;place-items:center;width:64px;height:64px;font-size:24px;display:inline-grid}.stat-card.pending .stat-icon{color:#b45309}.stat-card.delivery .stat-icon{color:#0369a1}.stat-card.payment .stat-icon{color:#9f1239}.stat-card.prepared .stat-icon{color:#047857}.stat-label{color:#374151;font-size:15px}.stat-card .tag{color:#374151;background:#0000000a;border-radius:999px;padding:6px 8px;font-size:12px;font-weight:700}.stat-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0206171f}.modal-overlay{z-index:2000;background:#0000005c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-panel{background:#fff;border-radius:16px;flex-direction:column;width:90vw;height:90vh;max-height:none;padding:24px;display:flex;overflow:auto;box-shadow:0 20px 60px #0003}.modal-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.modal-close{cursor:pointer;background:0 0;border:none;font-size:20px}.order-detail{background:#fafafa;border:1px solid #eee;border-radius:6px;margin-bottom:8px;padding:8px}.order-detail.order-dine_in,.order-detail.order-dinein,.order-detail.order-dine-in{background-color:#dbeefd;border-left:6px solid #0284c7;box-shadow:inset 0 1px #fff9}.order-detail.order-takeaway,.order-detail.order-take-away,.order-detail.order_takeaway{background-color:#fff4d9;border-left:6px solid #d97706;box-shadow:inset 0 1px #fff9}.order-summary{cursor:pointer;justify-content:space-between;align-items:center;padding:6px 0;display:flex}.order-badge{color:#083344;text-transform:capitalize;background:#0284c71f;border:1px solid #0284c72e;border-radius:12px;padding:4px 8px;font-size:12px}.order-badge--takeaway{color:#5a2f00;background:#d977061f;border-color:#d977062e}.order-badge--dine_in,.order-badge--dinein,.order-badge--dine-in{color:#07364a;background:#0284c71f;border-color:#0284c72e}.order-table-number{color:#0b5fff;margin-left:6px;font-size:13px;font-weight:700}.order-detail.order-dine_in>.order-summary,.order-detail.order-dinein>.order-summary,.order-detail.order-dine-in>.order-summary{border-left:6px solid #0284c7;padding-left:10px}.order-detail.order-takeaway>.order-summary,.order-detail.order-take-away>.order-summary,.order-detail.order_takeaway>.order-summary{border-left:6px solid #d97706;padding-left:10px}.order-content{border-top:1px solid #0000000a;margin-top:8px;padding-top:8px}.order-content label{margin-bottom:8px;display:block}.customer-name-field{gap:8px;margin:18px 0;display:grid}.customer-name-field input{font:inherit;border:2px solid #e4e7ec;border-radius:10px;padding:12px}.customer-name-field input:focus{border-color:#ff8c42;outline:none}.order-group{border:1px solid #e4e7ec;border-radius:12px;margin-bottom:14px;overflow:hidden}.order-group-header{background:#f8fafc;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.order-group-total{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.payment-control{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.payment-control label{color:#667085;font-size:12px;font-weight:700}.payment-control select{border:1px solid #ccd4df;border-radius:8px;padding:8px}.bill-btn{color:#fff;cursor:pointer;background:#b45309;border:0;border-radius:8px;padding:8px 12px;font-weight:700}.grouped-order{border-top:1px solid #e4e7ec}.grouped-order>summary{cursor:pointer;grid-template-columns:minmax(190px,1fr) auto auto 100px;align-items:center;gap:14px;padding:14px 16px;display:grid}.grouped-order>summary:hover{background:#fbfcfe}.grouped-order>summary>div,.ordered-item>div{gap:3px;display:grid}.order-status,.item-status{color:#3730a3;text-align:center;background:#eef2ff;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.ordered-items{background:#fcfcfd;border-top:1px solid #e4e7ec;padding:4px 16px 12px}.ordered-item{border-bottom:1px solid #eaecf0;grid-template-columns:minmax(190px,1fr) auto 150px;align-items:center;gap:14px;padding:12px 0;display:grid}.order-save-row{justify-content:flex-end;padding-top:12px;display:flex}.ordered-item:last-child{border-bottom:0}.ordered-item select{border:1px solid #ccd4df;border-radius:8px;padding:8px}.save-btn{color:#fff;background:#0b5fff;border:none;border-radius:8px;padding:8px 12px}.muted{color:#667085;font-size:12px}@media (width<=720px){.stat-grid{grid-template-columns:1fr}.grouped-order{display:block}.grouped-order>summary,.ordered-item{grid-template-columns:1fr 1fr}}
