:root{color-scheme:light;--bg:#f4f6f5;--surface:#ffffff;--surface-soft:#eef3f0;--text:#231f1d;--muted:#69736e;--line:#d8dfdc;--ink:#202829;--green:#2f6f61;--green-strong:#23564a;--rust:#9a4e37;--gold:#d99b32;--blue:#3b6178;--shadow:0 18px 42px rgba(27,33,32,0.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif}a,button,input,select{font:inherit}a,button{-webkit-tap-highlight-color:transparent}.orderApp{display:grid;grid-template-columns:224px minmax(0,1fr);min-height:100vh}.sideRail{position:-webkit-sticky;position:sticky;top:0;align-self:start;min-height:100vh;display:flex;flex-direction:column;gap:34px;padding:28px 22px;color:#fff;background:linear-gradient(180deg,var(--ink),#18342f)}.brandLockup{display:grid;grid-gap:5px;gap:5px}.brandLockup span,.cartLine span,.deadlineBoard span,.mobileCartBar span,.productMeta,.serviceMark,.summaryStrip span{font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}.brandLockup span,.primaryNav a{color:rgba(255,255,255,.68)}.brandLockup strong{font-size:28px;letter-spacing:0}.primaryNav{display:grid;grid-gap:8px;gap:8px}.primaryNav a{min-height:44px;display:flex;align-items:center;border-radius:8px;padding:0 12px;text-decoration:none}.primaryNav a.active,.primaryNav a:hover{color:#fff;background:rgba(255,255,255,.12)}.workspace{min-width:0;padding:28px clamp(18px,3vw,40px) 40px}.orderHeader{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);grid-gap:24px;gap:24px;align-items:end;margin-bottom:20px}.orderTitle{max-width:720px}.serviceMark{color:var(--rust)}.cartHeader h2,.catalogTopline h2,.categoryBlock h3,.orderTitle h1,.productCard h4{margin:0;letter-spacing:0}.orderTitle h1{margin-top:8px;font-size:clamp(34px,5vw,58px);line-height:.95}.orderTitle p{max-width:620px;margin:14px 0 0;color:var(--muted);font-size:17px;line-height:1.5}.orderForm{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(150px,.8fr);grid-gap:12px;gap:12px;align-items:end}.orderForm label{display:grid;grid-gap:7px;gap:7px;color:var(--muted);font-size:13px;font-weight:700}input,select{width:100%;min-height:46px;border:1px solid var(--line);border-radius:8px;padding:0 12px;color:var(--text);background:var(--surface)}.mobileCartBar a,.secondaryButton,.submitButton,button{min-height:46px;border:0;border-radius:8px;padding:0 16px;color:#fff;background:var(--green);cursor:pointer;text-decoration:none}.mobileCartBar a:hover,button:hover{background:var(--green-strong)}button:disabled{cursor:default;opacity:.38}.secondaryButton{color:var(--green-strong);background:#dfece7}.secondaryButton:hover{background:#cfe1da}.summaryStrip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin:18px 0 26px}.summaryStrip div{min-height:90px;display:grid;align-content:center;grid-gap:10px;gap:10px;border:1px solid var(--line);border-radius:8px;padding:16px;background:var(--surface)}.cartLine span,.deadlineBoard span,.mobileCartBar span,.productMeta,.summaryStrip span{color:var(--muted)}.summaryStrip strong{font-size:clamp(24px,3vw,32px);letter-spacing:0}.orderGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,380px);grid-gap:22px;gap:22px;align-items:start}.cartHeader,.cartLine,.cartTotal,.catalogTopline,.productFooter{display:flex;align-items:center;justify-content:space-between;gap:16px}.catalogTopline{margin-bottom:18px}.cartHeader h2,.catalogTopline h2{margin-top:6px;font-size:28px}.categoryPills{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.categoryPills a,.deadlineChip,.statusChip{min-height:34px;display:inline-flex;align-items:center;border-radius:8px;padding:0 11px;white-space:nowrap;text-decoration:none}.categoryPills a{color:var(--green-strong);background:#dfece7}.categoryBlock{margin-top:24px}.categoryBlock h3{margin-bottom:12px;font-size:20px}.productGrid{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));grid-gap:14px;gap:14px}.productCard{grid-template-columns:128px minmax(0,1fr);overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 1px 0 rgba(27,33,32,.04)}.productCard,.productPhoto{min-height:188px;display:grid}.productPhoto{position:relative;place-items:end start;padding:14px;color:rgba(255,255,255,.88);overflow:hidden}.productPhoto:after,.productPhoto:before{content:"";position:absolute;inset:auto;border-radius:999px}.productPhoto:before{width:112px;height:58px;right:-18px;top:34px;background:rgba(255,255,255,.28);transform:rotate(-18deg)}.productPhoto:after{width:84px;height:84px;left:-26px;bottom:-24px;border:16px solid rgba(255,255,255,.22)}.productPhoto span{position:relative;z-index:1;max-width:86px;font-size:13px;font-weight:800;line-height:1.1;text-transform:uppercase}.productPhoto.bread{background:linear-gradient(135deg,#8b5636,#d89a44)}.productPhoto.sweet{background:linear-gradient(135deg,#8c3f61,#e6a844)}.productPhoto.kitchen{background:linear-gradient(135deg,#2f6f61,#91b56c)}.productPhoto.drink{background:linear-gradient(135deg,#3b6178,#5fb0a5)}.productBody{min-width:0;display:grid;grid-gap:18px;gap:18px;padding:16px}.productBody h4{margin-top:6px;font-size:18px;line-height:1.2}.productBody p{margin:7px 0 0;color:var(--muted)}.productFooter strong{display:block;margin-bottom:8px;font-size:18px}.deadlineChip{color:var(--rust);background:#f3e2db}.quantityControl{width:116px;min-width:116px;display:grid;grid-template-columns:34px 1fr 34px;align-items:center;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff}.quantityButton{min-height:38px;border-radius:0;padding:0;color:var(--ink);background:#eef3f0}.quantityButton:hover{color:#fff;background:var(--green)}.quantityControl span{text-align:center;font-weight:800}.cartPanel{position:-webkit-sticky;position:sticky;top:24px;border:1px solid var(--line);border-radius:8px;padding:18px;background:var(--surface);box-shadow:var(--shadow)}.statusChip{color:var(--blue);background:#e2edf2}.cartList{display:grid;grid-gap:0;gap:0;margin-top:16px;border-top:1px solid var(--line)}.cartLine{min-height:72px;border-bottom:1px solid var(--line);padding:12px 0}.cartLine div:first-child{min-width:0;display:grid;grid-gap:6px;gap:6px}.cartLine strong{line-height:1.25}.cartQty{display:grid;grid-gap:6px;gap:6px;text-align:right;white-space:nowrap}.deadlineBoard{display:grid;grid-gap:8px;gap:8px;margin:18px 0}.deadlineBoard div{display:flex;justify-content:space-between;gap:12px;border-left:4px solid var(--green);padding:10px 12px;background:var(--surface-soft)}.cartTotal{border-top:1px solid var(--line);padding-top:16px}.cartTotal strong{font-size:26px}.submitButton{width:100%;margin-top:16px;font-weight:800}.mobileCartBar{display:none}@media (max-width:1180px){.orderApp{grid-template-columns:1fr}.sideRail{position:static;min-height:auto;padding:16px 18px}.primaryNav{grid-template-columns:repeat(5,minmax(max-content,1fr));overflow-x:auto}.orderGrid,.orderHeader{grid-template-columns:1fr}.cartPanel{position:static}}@media (max-width:760px){body{padding-bottom:78px}.workspace{padding:18px 14px 28px}.brandLockup strong{font-size:24px}.primaryNav a{min-width:max-content}.orderHeader{gap:18px}.orderTitle h1{font-size:42px}.orderTitle p{font-size:15px}.orderForm,.productGrid,.summaryStrip{grid-template-columns:1fr}.summaryStrip{grid-template-columns:repeat(2,minmax(0,1fr))}.summaryStrip div{min-height:82px}.catalogTopline{align-items:flex-start;flex-direction:column}.categoryPills{width:100%}.productCard{grid-template-columns:104px minmax(0,1fr);min-height:176px}.productPhoto{min-height:176px;padding:12px}.productBody{padding:14px}.productFooter{align-items:flex-start;flex-direction:column;gap:12px}.quantityControl{width:100%}.cartPanel{box-shadow:none}.mobileCartBar{position:fixed;left:12px;right:12px;bottom:12px;z-index:20;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:10px 10px 10px 14px;color:#fff;background:#202829;box-shadow:0 18px 34px rgba(24,28,28,.28)}.mobileCartBar div{display:grid;grid-gap:2px;gap:2px}.mobileCartBar span{color:rgba(255,255,255,.68)}.mobileCartBar a{display:inline-flex;align-items:center;justify-content:center;min-width:116px;font-weight:800}}@media (max-width:430px){.sideRail{gap:16px}.summaryStrip{gap:8px}.summaryStrip div{padding:12px}.productCard{grid-template-columns:92px minmax(0,1fr)}.productBody h4{font-size:16px}.deadlineChip{min-height:30px}.cartHeader,.cartLine,.cartTotal{align-items:flex-start;flex-direction:column}.cartQty{text-align:left}}.emptyState,.inlineError,.loadState,.resultPanel{border:1px solid var(--line);border-radius:8px;margin:0 0 18px;padding:14px 16px;background:var(--surface)}.loadState,.resultPanel{display:flex;align-items:center;justify-content:space-between;gap:16px}.emptyCart,.loadState span,.resultPanel span{color:var(--muted);font-size:13px;font-weight:700}.loadState strong{color:var(--green-strong)}.inlineError{border-color:#e1b8ad;color:#7f321f;background:#fbebe6}.emptyCart,.emptyState{min-height:74px;display:grid;align-items:center}.resultPanel{border-color:#bad3cb;background:#eef7f3}.resultPanel h2{margin:4px 0 0;font-size:20px}.resultSuborders{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.resultSuborders span{min-height:34px;display:inline-flex;align-items:center;border-radius:8px;padding:0 10px;color:var(--green-strong);background:#dceee7}.productCard.unavailable{background:#fbfbfa}.productCard.unavailable .productPhoto{filter:grayscale(.35)}.productCard.unavailable .productBody h4{color:var(--muted)}.submitButton:disabled{color:rgba(255,255,255,.72);background:#8aa79d}@media (max-width:760px){.loadState,.resultPanel{align-items:flex-start;flex-direction:column}.resultSuborders{justify-content:flex-start}}.operatorApp{display:grid;grid-template-columns:224px minmax(0,1fr);min-height:100vh;background:#f4f6f5}.operatorRail{position:-webkit-sticky;position:sticky;top:0;align-self:start;min-height:100vh;display:flex;flex-direction:column;gap:30px;padding:28px 22px;color:#fff;background:linear-gradient(180deg,#202829,#293d43)}.operatorRailNav{display:grid;grid-gap:8px;gap:8px}.operatorRailNav button{min-height:44px;justify-content:flex-start;color:rgba(255,255,255,.72);background:transparent;text-align:left}.operatorRailNav button.active,.operatorRailNav button:hover{color:#fff;background:rgba(255,255,255,.12)}.operatorWorkspace{min-width:0;padding:28px clamp(18px,3vw,40px) 42px}.operatorHeader{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,620px);align-items:end;grid-gap:24px;gap:24px}.operatorHeader h1{margin:8px 0 0;font-size:clamp(34px,4vw,52px);line-height:1;letter-spacing:0}.operatorAccess{display:grid;grid-template-columns:minmax(160px,1fr) auto auto;grid-gap:10px;gap:10px}.operatorMetrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin:22px 0}.operatorEmpty,.operatorError,.operatorMetrics div,.operatorNotice,.operatorPanel,.operatorSection,.operatorToolbar{border:1px solid var(--line);border-radius:8px;background:var(--surface)}.operatorMetrics div{min-height:86px;display:grid;align-content:center;grid-gap:8px;gap:8px;padding:16px}.operatorEmptyLine,.operatorMetrics span,.operatorOrder span,.operatorSuborders small,.operatorTable span,.operatorToolbar span{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}.operatorMetrics strong{font-size:30px;line-height:1}.operatorToolbar{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;padding:12px 14px}.operatorToolbar div{display:grid;grid-gap:4px;gap:4px}.operatorEmpty,.operatorError,.operatorNotice{margin-bottom:16px;padding:14px 16px}.operatorNotice{border-color:#bad3cb;color:var(--green-strong);background:#eef7f3}.operatorError{border-color:#e1b8ad;color:#7f321f;background:#fbebe6}.operatorEmpty{min-height:148px;display:grid;align-content:center;grid-gap:8px;gap:8px}.operatorEmpty h2,.operatorEmpty p,.operatorOrder h3,.operatorPanel h3,.operatorSection h2{margin:0;letter-spacing:0}.operatorEmpty p{color:var(--muted)}.operatorSection{padding:18px}.operatorSectionHeader{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.operatorSectionHeader h2{margin-top:6px;font-size:28px}.operatorOrderList{display:grid;grid-gap:12px;gap:12px}.operatorOrder{display:grid;grid-gap:14px;gap:14px;border:1px solid var(--line);border-radius:8px;padding:14px;background:#fbfcfb}.operatorActions,.operatorOrderMain{display:flex;align-items:center;justify-content:space-between;gap:14px}.operatorOrderMain h3{margin-top:6px;font-size:20px}.operatorOrderFacts{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px;text-align:right}.operatorLines span,.operatorOrderFacts span,.operatorSuborders div{min-height:32px;display:inline-flex;align-items:center;border-radius:8px;padding:0 10px;color:var(--ink);background:var(--surface-soft)}.operatorOrderFacts strong{min-width:108px;font-size:18px}.operatorLines,.operatorSuborders{display:flex;flex-wrap:wrap;gap:8px}.operatorSuborders div{min-height:58px;align-items:flex-start;flex-direction:column;justify-content:center;gap:4px;min-width:180px}.operatorSuborders strong{color:var(--green-strong)}.operatorLines span{color:var(--muted)}.operatorPricingGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:14px;gap:14px;margin-bottom:14px}.operatorPanel{min-width:0;padding:16px}.operatorPanel h3{margin-bottom:12px;font-size:20px}.operatorTableWrap{width:100%;overflow-x:auto}.operatorTable{width:100%;min-width:720px;border-collapse:collapse}.operatorTable td,.operatorTable th{border-bottom:1px solid var(--line);padding:10px 8px;text-align:left;vertical-align:middle}.operatorTable th{color:var(--muted);font-size:12px;letter-spacing:0;text-transform:uppercase}.operatorTable td{font-size:14px}.operatorTable td:first-child{min-width:180px}.operatorTable td:first-child span,.operatorTable td:first-child strong{display:block}.operatorTable input,.operatorTable select{min-height:40px}.operatorTable button{min-height:40px;white-space:nowrap}.operatorToggle{display:inline-flex;align-items:center;gap:8px}.operatorToggle input{width:18px;min-width:18px;min-height:18px}.productPriceTable{min-width:860px}@media (max-width:1180px){.operatorApp{grid-template-columns:1fr}.operatorRail{position:static;min-height:auto;padding:16px 18px}.operatorRailNav{grid-template-columns:repeat(2,minmax(120px,max-content));overflow-x:auto}.operatorHeader,.operatorPricingGrid{grid-template-columns:1fr}}@media (max-width:760px){.operatorWorkspace{padding:18px 14px 30px}.operatorHeader{gap:16px}.operatorAccess,.operatorMetrics{grid-template-columns:1fr}.operatorMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}.operatorActions,.operatorOrderMain,.operatorSectionHeader,.operatorToolbar{align-items:flex-start;flex-direction:column}.operatorActions button,.operatorToolbar button{width:100%}.operatorOrderFacts{justify-content:flex-start;text-align:left}}@media (max-width:430px){.operatorMetrics{gap:8px}.operatorMetrics div,.operatorOrder,.operatorPanel,.operatorSection{padding:12px}.operatorSuborders div{width:100%}}