:root{font-family:Arial,Helvetica,sans-serif;background:#f4f5f7;color:#171717}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}main{max-width:1440px;margin:0 auto}.card,main{padding:20px}.card{background:#fff;border-radius:18px;box-shadow:0 8px 28px rgba(0,0,0,.06)}.menuPage{display:grid;grid-gap:18px;gap:18px}.hero{padding:26px}.badge{display:inline-block;padding:7px 11px;border-radius:999px;background:#eceff3;font-size:12px;font-weight:700}h1{font-size:clamp(34px,5vw,54px);margin:10px 0 8px}h2{margin:0 0 14px}p{line-height:1.5}.orderingShell{display:grid;grid-template-columns:220px minmax(0,1fr) 360px;grid-gap:18px;gap:18px;align-items:start}.categorySidebar{position:-webkit-sticky;position:sticky;top:16px}.categoryButtons{display:grid;grid-gap:8px;gap:8px}.categoryBtn{width:100%;text-align:left;border:1px solid #e2e5e9;background:#fff;border-radius:12px;padding:13px 14px;font-weight:700;cursor:pointer}.categoryBtn.active{background:#111;color:#fff;border-color:#111}.productsColumn{min-height:520px}.sectionTitle{font-size:30px;margin-bottom:18px}.productGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px}.productCard{border:1px solid #e7e7e7;border-radius:14px;padding:15px;min-height:115px;display:flex;flex-direction:column;justify-content:space-between}.productCard p{margin:6px 0 0;font-size:14px;color:#60646c}.productBottom{margin-top:16px;display:flex;justify-content:space-between;align-items:center;gap:10px}.addButton,.confirmButton,.confirmMix{border:0;border-radius:10px;padding:10px 13px;font-weight:700;cursor:pointer;background:#111;color:#fff}.addButton:disabled,.confirmButton:disabled,.confirmMix:disabled{opacity:.4;cursor:not-allowed}.emptyCategory{border:1px dashed #cfd4da;border-radius:14px;padding:24px;background:#fafafa}.empMixBox{border:1px solid #e5e7eb;border-radius:16px;padding:18px}.empMixBox h3{margin:0 0 6px;font-size:22px}.empMixBox>p{margin:0 0 16px;color:#5f6670}.empGrid{display:grid;grid-gap:10px;gap:10px}.empRow{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid #eee}.empRow:last-child{border-bottom:0}.empRow small{display:block;margin-top:4px;color:#6b7280}.empFooter{display:flex;justify-content:space-between;gap:14px;margin:18px 0 12px;font-size:16px}.confirmMix{width:100%;padding:13px}.cartPanel{position:-webkit-sticky;position:sticky;top:16px;max-height:calc(100vh - 32px);overflow:auto}.muted{color:#6b7280}.cartList{display:grid;grid-gap:10px;gap:10px;margin-bottom:18px}.cartRow{display:flex;justify-content:space-between;gap:12px;align-items:center;padding-bottom:10px;border-bottom:1px solid #eee}.cartRow small{display:block;color:#6b7280;margin-top:4px}.qty{display:flex;align-items:center;gap:8px}.qty button{width:30px;height:30px;border:0;border-radius:8px;cursor:pointer}.qty button:disabled{opacity:.35;cursor:not-allowed}.formBlock{display:grid;grid-gap:8px;gap:8px}.formBlock label{font-weight:700;font-size:13px;margin-top:6px}input,select,textarea{width:100%;border:1px solid #d8dce2;border-radius:10px;padding:11px 12px;background:#fff}textarea{min-height:78px;resize:vertical}.segmented{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.segmented button{border:1px solid #ddd;background:#fff;border-radius:10px;padding:10px;cursor:pointer}.segmented button.active{background:#111;color:#fff}.totals{display:grid;grid-gap:8px;gap:8px;margin:18px 0}.totals>div{display:flex;justify-content:space-between;gap:12px}.totals .grand{font-size:20px;padding-top:10px;border-top:1px solid #ddd}.confirmButton{width:100%;padding:14px}.successBox{margin-top:14px;padding:14px;border-radius:12px;background:#edf8ef}.successBox p{margin:6px 0 0;font-size:14px}@media (max-width:1050px){.orderingShell{grid-template-columns:190px minmax(0,1fr)}.cartPanel{grid-column:1/-1;position:static;max-height:none}}@media (max-width:720px){main{padding:12px}.hero{padding:20px}.orderingShell{grid-template-columns:1fr}.categorySidebar{position:-webkit-sticky;position:sticky;top:0;z-index:20;padding:10px;border-radius:0 0 14px 14px;overflow-x:auto}.categorySidebar h2{display:none}.categoryButtons{display:flex;gap:8px;min-width:max-content}.categoryBtn{width:auto;white-space:nowrap;padding:10px 12px}.productsColumn{min-height:0}.productGrid{grid-template-columns:1fr}}.panelLoginPage{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f4f5f7}.panelLoginCard{width:min(440px,100%);background:#fff;border-radius:20px;padding:28px;box-shadow:0 12px 40px rgba(0,0,0,.08);display:grid;grid-gap:10px;gap:10px}.panelLoginCard h1{font-size:34px;margin:8px 0 0}.panelLoginCard p{margin:0 0 12px;color:#666}.panelLoginCard label{font-weight:700;margin-top:8px}.panelLoginCard input{width:100%;border:1px solid #d8dce2;border-radius:10px;padding:12px}.panelPrimaryButton,.panelSecondaryButton,.statusButton{border:0;border-radius:10px;padding:11px 14px;font-weight:700;cursor:pointer}.panelPrimaryButton,.statusButton{background:#111;color:white}.panelPrimaryButton{margin-top:10px}.panelSecondaryButton{background:white;border:1px solid #ddd}.panelError{background:#fff0f0;border:1px solid #ffd0d0;padding:12px;border-radius:10px;margin:12px 0}.ownerPanelPage{max-width:none;padding:18px;min-height:100vh;background:#f4f5f7}.ownerTopbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.ownerTopbar h1{font-size:38px;margin:6px 0 0}.ownerTopbar p{margin:4px 0 0;color:#666}.kanban{display:grid;grid-template-columns:repeat(5,minmax(240px,1fr));grid-gap:12px;gap:12px;overflow-x:auto;padding-bottom:16px}.kanbanColumn{background:#e9ebef;border-radius:16px;padding:10px;min-height:70vh}.kanbanHeader{display:flex;justify-content:space-between;align-items:center;padding:8px 6px 12px}.kanbanHeader span{background:white;border-radius:999px;padding:4px 8px;font-size:12px}.kanbanList{display:grid;grid-gap:10px;gap:10px}.orderCard{background:white;border-radius:14px;padding:10px;box-shadow:0 4px 14px rgba(0,0,0,.05)}.orderCardMain{width:100%;text-align:left;border:0;background:transparent;padding:4px;cursor:pointer}.orderCardBottom,.orderCardTitle{display:flex;justify-content:space-between;gap:8px;align-items:center}.orderCardMain strong{display:block;margin:10px 0 4px}.orderCardMain small{display:block;color:#666;font-weight:700}.orderCardBottom{margin-top:12px}.orderCardBottom span{font-size:12px;color:#666}.statusButton{width:100%;margin-top:8px}.statusButton:disabled{opacity:.4;cursor:not-allowed}.courierSelect{width:100%;margin-top:8px;border:1px solid #ddd;border-radius:9px;padding:9px;background:white}.emptyColumn{color:#858a93;text-align:center;padding:24px 8px;font-size:14px}.orderModalBackdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);display:grid;place-items:center;padding:18px;z-index:100}.orderModal{position:relative;width:min(580px,100%);max-height:88vh;overflow:auto;background:white;border-radius:18px;padding:24px}.modalClose{position:absolute;top:12px;right:12px;width:34px;height:34px;border:0;border-radius:50%;font-size:24px;cursor:pointer}.modalItems{display:grid;grid-gap:0;gap:0;margin:18px 0}.modalItem{display:flex;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid #eee}.modalItem small{display:block;color:#666;margin-top:4px}.modalTotal{display:flex;justify-content:space-between;gap:14px;font-size:22px;padding-top:12px}@media (max-width:760px){.ownerTopbar{align-items:flex-start}.kanban{grid-template-columns:repeat(5,280px)}}.kanban,.ownerPanelPage{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.kanban{grid-template-columns:repeat(5,minmax(0,1fr))!important}.kanbanColumn{min-width:0!important;width:auto!important}.kanbanHeader{min-width:0!important;gap:6px!important}@media (min-width:1000px){.kanbanColumn{padding:8px!important}.kanbanHeader{font-size:14px!important}}