:root{--mf-color-text:#172033;--mf-color-muted:#77869a;--mf-color-bg:#f5f7fb;--mf-color-surface:#fff;--mf-color-border:#e2e8f0;--mf-color-accent:#2f6df6;--mf-color-positive:#149447;--mf-color-warning:#e8a318;--mf-color-critical:#e84c44;--mf-space-1:4px;--mf-space-2:8px;--mf-space-3:12px;--mf-space-4:16px;--mf-space-6:24px;--mf-space-8:32px;--mf-radius-sm:8px;--mf-radius-md:12px;--mf-radius-lg:16px;--mf-radius-xl:24px;--mf-target-min:44px;--mf-target-ops:48px}*,:before,:after{box-sizing:border-box}button,input,select,textarea{font:inherit}:focus-visible{outline-offset:2px;outline:3px solid #2f6df66b}[aria-disabled=true],:disabled{cursor:not-allowed;opacity:.48}.mf-ui-button{min-height:var(--mf-target-min);justify-content:center;align-items:center;gap:var(--mf-space-2);padding:0 var(--mf-space-4);border:1px solid var(--mf-color-border);border-radius:var(--mf-radius-md);background:var(--mf-color-surface);color:var(--mf-color-text);cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:650;display:inline-flex}.mf-ui-button[data-pressed]{transform:translateY(1px)}.mf-ui-button--primary{border-color:var(--mf-color-accent);background:var(--mf-color-accent);color:#fff}.mf-ui-button--danger{border-color:var(--mf-color-critical);background:var(--mf-color-critical);color:#fff}.mf-ui-button--ghost{background:0 0;border-color:#0000}.mf-ui-icon-button{width:var(--mf-target-min);padding:0}.mf-ui-field{gap:var(--mf-space-2);display:grid}.mf-ui-label{color:var(--mf-color-text);font-size:.875rem;font-weight:650}.mf-ui-input,.mf-ui-select-trigger{min-height:var(--mf-target-min);border:1px solid var(--mf-color-border);border-radius:var(--mf-radius-md);background:var(--mf-color-surface);width:100%;color:var(--mf-color-text);padding:0 var(--mf-space-3)}.mf-ui-number-group{grid-template-columns:var(--mf-target-min) minmax(0, 1fr) var(--mf-target-min);border:1px solid var(--mf-color-border);border-radius:var(--mf-radius-md);display:grid;overflow:hidden}.mf-ui-number-group .mf-ui-input{text-align:center;border:0;border-radius:0}.mf-ui-stepper{min-height:var(--mf-target-min);background:var(--mf-color-bg);color:var(--mf-color-text);border:0}.mf-ui-select-trigger{text-align:left;justify-content:space-between;align-items:center;display:flex}.mf-ui-popover,.mf-ui-tooltip{z-index:1000;border:1px solid var(--mf-color-border);border-radius:var(--mf-radius-md);background:var(--mf-color-surface);color:var(--mf-color-text);box-shadow:0 16px 48px #17203329}.mf-ui-popover{min-width:180px;padding:var(--mf-space-2)}.mf-ui-listbox{outline:0;gap:2px;display:grid}.mf-ui-listbox-item{min-height:var(--mf-target-min);border-radius:var(--mf-radius-sm);padding:0 var(--mf-space-3);align-items:center;display:flex}.mf-ui-listbox-item[data-focused],.mf-ui-listbox-item[data-selected]{background:#2f6df61a}.mf-ui-checkbox,.mf-ui-radio{min-height:var(--mf-target-min);align-items:center;gap:var(--mf-space-2);cursor:pointer;display:inline-flex}.mf-ui-checkbox-box,.mf-ui-radio-dot{border:2px solid var(--mf-color-border);background:var(--mf-color-surface);flex:0 0 20px;width:20px;height:20px}.mf-ui-checkbox-box{border-radius:6px}.mf-ui-radio-dot{border-radius:50%}.mf-ui-checkbox[data-selected] .mf-ui-checkbox-box,.mf-ui-radio[data-selected] .mf-ui-radio-dot{border-color:var(--mf-color-accent);box-shadow:inset 0 0 0 4px var(--mf-color-surface);background:var(--mf-color-accent)}.mf-ui-radio-group{gap:var(--mf-space-2);display:grid}.mf-ui-tabs{gap:var(--mf-space-3);display:grid}.mf-ui-tab-list{gap:var(--mf-space-2);border-bottom:1px solid var(--mf-color-border);display:flex}.mf-ui-tab{min-height:var(--mf-target-min);padding:0 var(--mf-space-3);color:var(--mf-color-muted);border-bottom:2px solid #0000;align-items:center;display:inline-flex}.mf-ui-tab[data-selected]{border-bottom-color:var(--mf-color-accent);color:var(--mf-color-text);font-weight:700}.mf-ui-modal-overlay{z-index:900;padding:var(--mf-space-4);background:#1720336b;place-items:center;display:grid;position:fixed;inset:0}.mf-ui-modal{border-radius:var(--mf-radius-xl);background:var(--mf-color-surface);width:min(560px,100vw - 32px);max-height:calc(100vh - 32px);overflow:auto;box-shadow:0 28px 84px #1720333d}.mf-ui-dialog{padding:var(--mf-space-6);outline:0}.mf-ui-dialog-title{margin:0 0 var(--mf-space-4);color:var(--mf-color-text);font-size:1.25rem}.mf-ui-dialog-body{color:var(--mf-color-text)}.mf-ui-sheet{background:var(--mf-color-surface);position:fixed;overflow:auto;box-shadow:0 24px 80px #17203338}.mf-ui-sheet--left,.mf-ui-sheet--right{width:min(440px,92vw);top:0;bottom:0}.mf-ui-sheet--left{left:0}.mf-ui-sheet--right{right:0}.mf-ui-sheet--bottom{border-radius:var(--mf-radius-xl) var(--mf-radius-xl) 0 0;max-height:85vh;bottom:0;left:0;right:0}.mf-ui-tooltip{max-width:280px;padding:var(--mf-space-2) var(--mf-space-3);font-size:.8125rem}.mf-ui-card,.mf-ui-pane,.mf-ui-notice{border:1px solid var(--mf-color-border);border-radius:var(--mf-radius-lg);background:var(--mf-color-surface)}.mf-ui-card,.mf-ui-pane{padding:var(--mf-space-4)}.mf-ui-toolbar{min-height:var(--mf-target-min);align-items:center;gap:var(--mf-space-2);display:flex}.mf-ui-badge,.mf-ui-status{align-items:center;gap:var(--mf-space-2);border-radius:999px;font-size:.8125rem;display:inline-flex}.mf-ui-badge{padding:4px var(--mf-space-2)}.mf-ui-status{padding:6px var(--mf-space-3)}.mf-ui-status-dot{background:currentColor;border-radius:50%;width:8px;height:8px}.mf-ui-notice{padding:var(--mf-space-3) var(--mf-space-4)}.mf-ui-tone--neutral{color:var(--mf-color-muted)}.mf-ui-tone--info{color:var(--mf-color-accent);background-color:#2f6df614}.mf-ui-tone--positive{color:var(--mf-color-positive);background-color:#14944714}.mf-ui-tone--warning{color:var(--mf-color-warning);background-color:#e8a31817}.mf-ui-tone--critical{color:var(--mf-color-critical);background-color:#e84c4414}.mf-ui-app-shell{width:100%;min-height:100%;color:var(--mf-color-text);background:var(--mf-color-bg)}.mf-ui-app-shell__body{grid-template-columns:auto minmax(0,1fr);min-height:0;display:grid}.mf-ui-app-shell__navigation:empty{display:none}.mf-ui-app-shell__content{min-width:0}.mf-ui-app-shell--compact{--mf-shell-gap:var(--mf-space-2)}.mf-ui-app-shell--comfortable{--mf-shell-gap:var(--mf-space-4)}.mf-ui-app-shell--operational{--mf-shell-gap:var(--mf-space-3)}@media (width<=599px){.mf-ui-app-shell__body{grid-template-columns:minmax(0,1fr)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{color:#172033;--blue:#2f6df6;--blue2:#1f5ee9;--line:#e2e8f0;--muted:#77869a;--green:#149447;--shadow:0 12px 36px #2c395014;background:#f5f7fb;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang HK,Noto Sans TC,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{background:linear-gradient(#fbfcfe,#f4f7fb);min-width:1024px;overflow:hidden}button,input,a{font:inherit;color:inherit}.glass-panel,.panel{box-shadow:var(--shadow);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffffeb;border:1px solid #dbe1eaf2}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}.smt-topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:40;background:#ffffffd6;grid-template-columns:1fr auto 1fr;align-items:center;height:64px;padding:0 24px;display:grid;position:relative}.smt-brand{align-items:center;gap:13px;font-size:18px;display:flex}.menu-icon{font-size:20px}.system-status{background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:7px;padding:8px 14px;font-size:12px;display:flex}.system-status i{background:#8290a4;border-radius:50%;width:9px;height:9px}.system-status.ready{background:#effbf3;border-color:#d8eee0}.system-status.ready i{background:#18ad58}.system-status.warning{background:#fff8e9;border-color:#f4d58b}.system-status.warning i{background:#e8a318}.system-status.offline,.system-status.blocked{background:#fff2f1;border-color:#ffc7c1}.system-status.offline i,.system-status.blocked i{background:#e84c44}.system-status strong{color:var(--muted);font-size:10px}.top-actions{justify-self:end}.staff-pill{background:#fff;border:1px solid #e5e8ed;border-radius:999px;padding:8px 13px;font-size:12px;display:inline-flex}.runtime-unavailable{background:radial-gradient(circle at 50% 25%,#fff 0,#f2f6fc 55%,#edf2f8 100%);place-items:center;height:100%;padding:24px;display:grid}.runtime-unavailable-card{background:#fffffff0;border:1px solid #dfe6ef;border-radius:24px;width:min(520px,90vw);padding:42px;box-shadow:0 28px 80px #233c5f1f}.runtime-mark{color:#2363db;background:#eaf2ff;border-radius:16px;place-items:center;width:56px;height:56px;font-weight:900;display:grid}.runtime-unavailable .eyebrow{color:#6f7d91;letter-spacing:.08em;margin:22px 0 4px;font-size:12px}.runtime-unavailable h1{margin:0;font-size:30px}.runtime-unavailable p{color:#59687c;line-height:1.7}.runtime-unavailable strong{color:#c23a33;letter-spacing:.06em;font-size:11px}.back-home{color:#2367dd;background:#eef5ff;border-radius:11px;place-items:center;width:38px;height:38px;text-decoration:none;display:grid}.nav-disabled{opacity:.5;cursor:default}.p01-shell{height:100%;min-height:0;position:relative}.p01-workspace{grid-template-columns:minmax(420px,42%) minmax(0,1fr);gap:14px;height:100%;min-height:0;padding:14px 16px 8px;display:grid}.p01-cart{z-index:20;border-radius:20px;flex-direction:column;min-height:0;padding:14px;display:flex;position:relative}.p01-order-header{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;padding:2px 4px 10px;display:grid}.order-identity{gap:2px;min-width:0;display:grid}.order-identity .eyebrow{color:var(--muted);letter-spacing:.04em;font-size:11px;font-weight:750}.order-identity strong{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.02em;min-width:0;font-size:26px;line-height:1.05;overflow:hidden}.order-item-count{color:#687284;white-space:nowrap;background:#f1f4f8;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}.cart-mode-row{align-items:center;gap:8px;margin-bottom:9px;display:flex}.segmented{background:#f7f8fa;border:1px solid #e2e6ed;border-radius:13px;grid-template-columns:1fr 1fr;gap:2px;padding:3px;display:grid}.segmented button{color:#697283;cursor:pointer;background:0 0;border:0;border-radius:10px;height:38px;font-weight:780}.segmented button.active{color:#245dd9;background:linear-gradient(#edf3ff,#e7efff);box-shadow:0 1px 4px #1d4a9914}.service-mode-toggle{flex:210px;width:min(230px,58%)}.display-mode-toggle{flex:0 164px;width:min(164px,42%)}.segmented.compact button{height:38px;font-size:12px}.cart-list{border-top:1px solid var(--line);border-bottom:1px solid var(--line);overscroll-behavior:contain;flex:auto;min-height:0;overflow:auto}.cart-row{border-bottom:1px solid var(--line);grid-template-columns:48px minmax(0,1fr) 92px 88px;align-items:center;gap:9px;min-height:72px;display:grid}.cart-row:last-child{border-bottom:0}.row-id{color:#1262d2;cursor:pointer;background:#f7fbff;border:1px solid #d7e4fa;border-radius:10px;align-content:center;place-items:center;width:46px;height:50px;display:grid}.row-id b{font-size:15px;line-height:15px}.row-id small{margin-top:2px;font-size:9px}.row-id.takeaway{color:#df7e22;background:#fffaf4;border-color:#f6dec2}.line-copy{min-width:0}.line-copy>div{align-items:center;gap:6px;min-width:0;display:flex}.line-copy b{white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.line-copy>span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:10px;display:block;overflow:hidden}.group-badge{color:#238448;cursor:pointer;background:#e6f6ea;border:0;border-radius:999px;flex:0 0 22px;width:22px;height:22px;font-size:9px;font-weight:900}.group-badge.empty{color:#9ba2ad;background:#f0f2f5;place-items:center;display:grid}.qty{grid-template-columns:34px minmax(20px,1fr) 34px;align-items:center;gap:4px;display:grid}.qty button,.product-footer button{cursor:pointer;background:#fff;border:1px solid #dbe1ea;border-radius:999px}.qty button{width:34px;height:34px;font-size:18px;line-height:1}.qty b{text-align:center;font-size:13px}.line-price{text-align:right;font-variant-numeric:tabular-nums;font-size:17px}.cart-summary{color:#687284;justify-content:space-between;align-items:center;padding:10px 4px 8px;font-size:12px;display:flex}.cart-summary strong{color:var(--mf-color-text,#172033);font-variant-numeric:tabular-nums;font-size:24px;line-height:1}.drawer-trigger{color:#364152;cursor:pointer;background:#fff;border:1px solid #dfe4eb;border-radius:12px;justify-content:space-between;align-items:center;min-height:48px;margin-bottom:9px;padding:0 15px;display:flex}.drawer-trigger b{font-size:13px}.drawer-trigger span{color:#2b63d8;font-size:26px;line-height:1}.primary-action{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;cursor:pointer;border:0;border-radius:14px;grid-template-columns:1fr auto;align-items:center;min-height:64px;padding:0 22px;font-size:18px;font-weight:850;display:grid;box-shadow:0 10px 24px #2f6df63b}.primary-action strong{font-variant-numeric:tabular-nums;font-size:22px}.pair-drawer{z-index:70;overscroll-behavior:contain;background:#fffffffe;border:1px solid #dfe4eb;border-radius:22px;width:min(520px,42vw);height:auto;padding:18px;animation:.16s ease-out pairDrawerIn;position:fixed;top:78px;bottom:88px;right:20px;overflow:auto;box-shadow:0 28px 70px #1d293d42}@keyframes pairDrawerIn{0%{opacity:.72;transform:translate(28px)}to{opacity:1;transform:translate(0)}}.drawer-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.drawer-head small{color:var(--muted);font-size:11px;font-weight:800}.drawer-head h2{margin:3px 0 0;font-size:20px}.drawer-head button{cursor:pointer;background:#f2f4f7;border:0;border-radius:12px;width:44px;height:44px;font-size:22px}.group-tabs{gap:7px;margin:16px 0 12px;display:flex;overflow-x:auto}.group-tabs button{cursor:pointer;background:#fff;border:1px solid #dfe4eb;border-radius:10px;min-width:42px;height:42px;font-weight:850}.group-tabs .active{color:#245fd8;background:#e9f1ff;border-color:#b9d0ff}.slot-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.slot-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e0e5ed;border-radius:13px;min-height:94px;padding:10px}.slot-card.selected{border-color:#9fc0ff;box-shadow:0 0 0 2px #e5efff}.slot-card small,.slot-card span{color:var(--muted);font-size:10px;display:block}.slot-card b{margin:8px 0;font-size:12px;line-height:1.35;display:block}.drawer-note{color:#687284;background:#f7f9fc;border-radius:12px;margin:12px 0;padding:10px 12px;font-size:11px;line-height:1.5}.drawer-section-title{justify-content:space-between;margin:15px 0 8px;font-size:12px;display:flex}.drawer-section-title span{color:#2b63d5}.candidate-list{gap:7px;display:grid}.candidate-list>button{text-align:left;cursor:pointer;background:#fff;border:1px solid #e3e7ee;border-radius:12px;grid-template-columns:42px 1fr auto;align-items:center;gap:9px;min-height:52px;padding:9px;display:grid}.candidate-row{color:#2b62d2;font-weight:850}.candidate-list b,.candidate-list small{display:block}.candidate-list b{font-size:12px}.candidate-list small{color:var(--muted);margin-top:2px;font-size:10px}.candidate-group{color:#2a62d4;background:#eef5ff;border-radius:999px;padding:4px 7px;font-size:10px}.empty-copy{color:var(--muted);font-size:12px}.p01-catalog{grid-template-rows:52px minmax(0,1fr);gap:10px;min-width:0;min-height:0;display:grid}.categories{min-width:0;box-shadow:none;overscroll-behavior-inline:contain;scrollbar-width:none;border-radius:16px;align-items:center;gap:6px;padding:5px 8px;display:flex;overflow-x:auto}.categories::-webkit-scrollbar{display:none}.categories button{white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:11px;height:40px;padding:0 15px;font-weight:760}.categories button.active{color:#fff;background:linear-gradient(135deg,#3475fb,#2a63e6);box-shadow:0 4px 12px #2f6df629}.catalog-scroll{overscroll-behavior:contain;min-height:0;padding:0 2px 10px;overflow:auto}.product-section{margin-bottom:16px}.product-section h2{margin:2px 2px 10px;font-size:15px}.product-grid{grid-template-columns:repeat(4,minmax(150px,1fr));gap:11px;display:grid}.product-card{background:#fff;border:1px solid #e5e8ee;border-radius:15px;grid-template-rows:minmax(118px,1fr) auto auto;min-width:0;display:grid;overflow:hidden;box-shadow:0 6px 18px #303d520d}.product-card.disabled{opacity:.44;filter:grayscale(.55)}.product-media{background:linear-gradient(145deg,#f1f5fb,#fff);place-items:center;min-height:118px;display:grid;position:relative}.product-media img{object-fit:cover;width:100%;height:100%}.product-placeholder{color:#2d68df;background:#edf3ff;border-radius:18px;place-items:center;width:58px;height:58px;font-weight:900;display:grid}.badge{color:#fff;background:#ff805f;border-radius:8px;padding:4px 7px;font-size:9px;font-weight:850;position:absolute;top:8px;left:8px}.product-copy{min-width:0;padding:10px 11px 0}.product-copy h3{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;line-height:1.3;overflow:hidden}.product-copy p{color:#7c8493;white-space:nowrap;text-overflow:ellipsis;margin:5px 0 0;font-size:10px;overflow:hidden}.product-footer{justify-content:space-between;align-items:center;gap:10px;padding:8px 10px 10px;display:flex}.product-footer strong{font-variant-numeric:tabular-nums;font-size:17px}.product-footer button{color:#fff;background:#3475fb;border-color:#3475fb;width:44px;height:44px;font-size:24px;line-height:1;box-shadow:0 5px 14px #3475fb38}@media (width<=1360px){.p01-workspace{grid-template-columns:minmax(390px,44%) minmax(0,1fr);gap:12px;padding-left:12px;padding-right:12px}.cart-row{grid-template-columns:46px minmax(0,1fr) 86px 76px;gap:7px}.line-price{font-size:15px}.product-grid{grid-template-columns:repeat(3,minmax(145px,1fr))}.pair-drawer{width:min(500px,46vw)}}@media (width<=1080px){.p01-workspace{grid-template-columns:minmax(360px,46%) minmax(0,1fr)}.cart-mode-row{gap:5px}.service-mode-toggle{width:auto}.display-mode-toggle{width:150px}.cart-row{grid-template-columns:44px minmax(0,1fr) 78px 68px}.qty{grid-template-columns:30px minmax(18px,1fr) 30px}.qty button{width:30px;height:30px}.product-grid{grid-template-columns:repeat(2,minmax(145px,1fr))}}@media (width<=820px){.p01-workspace{grid-template-columns:1fr;height:auto;min-height:100%;padding-bottom:16px;overflow:auto}.p01-cart{min-height:560px}.p01-catalog{min-height:620px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pair-drawer{width:auto;inset:78px 12px 82px}}.text-badge{width:max-content;margin-bottom:6px;display:none;position:static}.product-mode-compact .product-grid{grid-template-columns:repeat(5,minmax(125px,1fr));gap:9px}.product-mode-compact .product-card{grid-template-rows:88px auto auto}.product-mode-compact .product-media{min-height:88px}.product-mode-compact .product-placeholder{border-radius:14px;width:46px;height:46px;font-size:12px}.product-mode-compact .product-copy{padding:8px 9px 0}.product-mode-compact .product-copy h3{font-size:12px}.product-mode-compact .product-footer{padding:7px 8px 8px}.product-mode-compact .product-footer strong{font-size:15px}.product-mode-text .product-grid{grid-template-columns:repeat(5,minmax(125px,1fr));gap:9px}.product-mode-text .product-card{grid-template-rows:minmax(78px,auto) auto;align-content:stretch}.product-mode-text .product-media{display:none}.product-mode-text .product-copy{padding:13px 12px 4px}.product-mode-text .product-copy h3{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;display:-webkit-box}.product-mode-text .product-copy p{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}.product-mode-text .text-badge{display:inline-flex}.product-mode-text .product-footer{padding:8px 10px 10px}.product-mode-text .product-footer strong{font-size:18px}@media (width<=1360px){.product-mode-compact .product-grid,.product-mode-text .product-grid{grid-template-columns:repeat(4,minmax(125px,1fr))}}@media (width<=1080px){.product-mode-compact .product-grid,.product-mode-text .product-grid{grid-template-columns:repeat(3,minmax(125px,1fr))}}@media (width<=820px){.product-mode-compact .product-grid,.product-mode-text .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.workspace-mode-toggle{min-width:176px}.workspace-task-strip{border-bottom:1px solid #e5eaf1;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding:8px 0;display:grid}.workspace-task-strip button{text-align:left;color:#516176;background:#f8fafc;border:1px solid #dce4ef;border-radius:11px;gap:2px;min-height:44px;padding:7px 9px;display:grid}.workspace-task-strip button b{color:#25344a;font-size:12px}.workspace-task-strip button span{font-size:9px}.workspace-task-strip button.required{background:#fff6ec;border-color:#f0c896}.workspace-task-strip button.required b{color:#c76611}.cart-row.needs-required{background:#fffdfa;border-color:#f0c896}.line-name-button{text-align:left;min-width:0;color:inherit;background:0 0;border:0;padding:0}.line-name-button:disabled{opacity:1}.required-badge,.edit-badge{border:0;border-radius:7px;padding:3px 6px;font-size:9px;font-weight:850}.required-badge{color:#c65f0b;background:#fff0df}.edit-badge{color:#2666ca;background:#edf4ff}.combo-proposals,.combo-groups,.pool-section{gap:8px;margin-top:10px;display:grid}.combo-proposal{background:#f8fbff;border:1px solid #dbe5f2;border-radius:13px;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:10px;display:grid}.combo-proposal>div:first-child{gap:3px;display:grid}.combo-proposal>div:first-child b{font-size:12px}.combo-proposal>div:first-child span,.combo-proposal>div:first-child small{color:#6b7a8e;font-size:9px}.combo-proposal-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.combo-proposal-actions button{color:#fff;background:#2168df;border:0;border-radius:9px;min-height:36px;padding:0 10px;font-size:10px;font-weight:800}.combo-proposal-actions button.secondary{color:#2161ba;background:#fff;border:1px solid #b9cff3}.combo-group{background:#fff;border:1px solid #e0e6ee;border-radius:13px;gap:9px;padding:10px;display:grid}.combo-group-head{align-items:center;gap:8px;display:flex}.group-letter{color:#245fc3;background:#eaf2ff;border-radius:8px;place-items:center;width:28px;height:28px;font-size:12px;font-weight:900;display:grid}.combo-group-head>div{display:grid}.combo-group-head b{font-size:11px}.combo-group-head small{color:#748196;font-size:9px}.combo-slot-list{gap:6px;display:grid}.combo-slot{background:#fafbfd;border:1px solid #e7ebf1;border-radius:10px;padding:8px}.combo-slot-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.combo-slot-head b{font-size:10px}.combo-slot-head span,.combo-slot-head button{font-size:9px}.combo-slot-head button{color:#b24b42;background:#fff;border:0;border-radius:7px;padding:4px 7px}.assigned-unit{color:#26384f;margin-top:5px;font-size:10px;font-weight:700}.slot-candidates{gap:5px;margin-top:6px;display:flex;overflow-x:auto}.slot-candidates>button{background:#fff;border:1px solid #cbdaf0;border-radius:8px;flex:none;align-items:center;gap:5px;min-height:34px;padding:5px 8px;font-size:10px;display:flex}.slot-candidates>button:disabled{opacity:.45}.slot-candidates small{color:#77869a;font-size:8px}.slot-candidates>span{color:#8993a2;font-size:9px}.pool-list{gap:6px;display:grid}.pool-list article{background:#fff;border:1px solid #e3e9f0;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:8px 9px;display:flex}.pool-list article>div{gap:2px;display:grid}.pool-list b{font-size:10px}.pool-list small{color:#7a8798;font-size:8px}.pool-list button{color:#55657a;background:#fff;border:1px solid #ced9e7;border-radius:8px;min-height:32px;padding:0 8px;font-size:9px}.pool-list button.active{color:#205fc5;background:#edf4ff;border-color:#a9c6f7}.quick-drink-dock{z-index:35;background:#fffffff5;border:1px solid #dce5ef;border-radius:14px;flex:none;margin:0 10px 8px;position:relative;box-shadow:0 7px 22px #20324c17}.quick-drink-handle{text-align:left;color:#304057;background:0 0;border:0;grid-template-columns:1fr auto 20px;align-items:center;width:100%;height:42px;padding:0 12px;display:grid}.quick-drink-handle span{font-size:11px;font-weight:800}.quick-drink-handle b{color:#c56612;background:#fff4e8;border-radius:999px;padding:4px 7px;font-size:10px}.quick-drink-handle i{text-align:right;font-style:normal}.quick-drink-targets{background:#fff;border:1px solid #dce5ef;border-radius:14px 14px 0 0;gap:10px;max-height:310px;padding:10px;display:grid;position:absolute;bottom:44px;left:-1px;right:-1px;overflow:auto;box-shadow:0 -12px 28px #20324c1f}.quick-drink-target{gap:7px;display:grid}.quick-drink-target-head{justify-content:space-between;align-items:center;display:flex}.quick-drink-target-head b{font-size:11px}.quick-drink-target-head span{color:#718096;font-size:9px}.quick-drink-list{gap:7px;padding-bottom:2px;display:flex;overflow-x:auto}.quick-drink-list>button{text-align:left;background:#fff;border:1px solid #dbe4ee;border-radius:11px;flex:0 0 112px;align-content:center;gap:3px;min-height:70px;padding:8px;display:grid}.quick-drink-list>button:not(:disabled):active{transform:translateY(1px)}.quick-drink-list>button:disabled{opacity:.46}.quick-drink-list b{font-size:10px}.quick-drink-list span{color:#1f5eb9;font-size:12px;font-weight:850}.quick-drink-list small{color:#b35c16;font-size:8px}.product-config-actions .primary:not(:disabled){min-height:46px}@media (width<=1180px){.cart-mode-row{flex-wrap:wrap}.workspace-mode-toggle{min-width:154px}.workspace-task-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.combo-proposal{grid-template-columns:1fr}.combo-proposal-actions{justify-content:flex-start}}@media (width<=820px){.workspace-task-strip{grid-template-columns:1fr}.quick-drink-dock{margin-left:6px;margin-right:6px}}.p01-active-work-stage{flex-direction:column;gap:8px;display:flex}.p01-active-work-toolbar{border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin:8px 12px 0;padding:9px 12px;display:flex}.p01-active-work-toolbar>div{align-items:center;gap:9px;min-width:0;display:flex}.p01-active-work-toolbar b{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.p01-active-work-toolbar small{opacity:.65}.p01-active-work-toolbar button,.p01-active-work-list-head button,.p01-active-work-item button{border-radius:10px;min-height:40px;padding:0 14px;font-weight:800}.p01-active-work-error{border:1px solid;border-radius:12px;margin:0 12px;padding:10px 12px}.p01-active-work-empty{grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);gap:12px;min-height:calc(100dvh - 132px);padding:12px;display:grid}.p01-active-work-start,.p01-active-work-list,.p01-order-stage-card{border-radius:18px;padding:18px}.p01-active-work-start{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.p01-active-work-start h1{margin:5px 0 8px}.p01-active-work-start p{opacity:.72;max-width:520px;line-height:1.55}.p01-active-work-start .primary-action{width:100%;margin-top:14px}.p01-active-work-list{flex-direction:column;gap:10px;display:flex}.p01-active-work-list-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.p01-active-work-list-head h2{margin:2px 0 0}.p01-active-work-item{border:1px solid var(--mf-border,#d9dde5);border-radius:13px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.p01-active-work-item>div:first-child{flex-direction:column;gap:3px;min-width:0;display:flex}.p01-active-work-item b{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.p01-active-work-item span,.p01-active-work-item small{opacity:.72;font-size:12px}.p01-active-work-item-meta{align-items:center;gap:8px;display:flex}.p01-active-work-item-meta strong{font-size:16px}.claimed-badge{background:var(--mf-surface-subtle,#f2f4f7);border-radius:999px;padding:7px 9px;font-weight:800}.p01-active-work-rule,.p01-order-stage-note{opacity:.65;font-size:12px;line-height:1.5}.p01-order-stage{place-items:start center;padding:18px;display:grid}.p01-order-stage-card{width:min(620px,100%)}.p01-order-stage-card h1{margin:4px 0}.p01-order-stage-lines{flex-direction:column;margin:16px 0;display:flex}.p01-order-stage-lines article{border-bottom:1px solid var(--mf-border,#d9dde5);justify-content:space-between;gap:12px;padding:10px 0;display:flex}.p01-order-stage-lines article div{flex-direction:column;display:flex}.p01-order-stage-lines span{opacity:.68;font-size:12px}.p01-order-stage-total{justify-content:space-between;align-items:center;padding:14px 0;display:flex}.p01-order-stage-total strong{font-size:24px}.p01-order-stage-card .primary-action{width:100%}@media (width<=820px){.p01-active-work-empty{grid-template-columns:1fr}.p01-active-work-toolbar{align-items:flex-start}.p01-active-work-toolbar>div{flex-direction:column;align-items:flex-start;gap:2px}}@media (width<=520px){.p01-active-work-empty{gap:8px;padding:8px}.p01-active-work-item{grid-template-columns:1fr}.p01-active-work-item-meta{justify-content:space-between}}.p02-shell{height:100%;min-height:0}.review-workspace{grid-template-columns:minmax(360px,42%) minmax(0,1fr);gap:12px;height:100%;min-height:0;padding:12px 14px 8px;display:grid}.panel{border-radius:18px;min-height:0}.panel h2{margin:0;font-size:17px}.order-inbox{flex-direction:column;padding:14px;display:flex;overflow:hidden}.p02-queue-summary{border-bottom:1px solid #e4e9f0;grid-template-columns:auto auto 1fr;align-items:center;gap:8px;padding-bottom:10px;display:grid}.p02-queue-summary>div{background:#f7faff;border:1px solid #dce6f4;border-radius:12px;justify-content:space-between;align-items:baseline;gap:10px;min-width:88px;padding:8px 10px;display:flex}.p02-queue-summary>div span{color:#68778b;font-size:11px;font-weight:750}.p02-queue-summary>div strong{color:#1f66df;font-size:22px;line-height:1}.p02-queue-summary>div.urgent{background:#fff8ef;border-color:#f3d5ad}.p02-queue-summary>div.urgent strong{color:#d66a16}.p02-queue-summary>small{color:var(--muted);justify-self:end;font-size:10px}.search-row{grid-template-columns:1fr 42px;gap:8px;margin:10px 0 8px;display:grid}.search-row input{background:#fff;border:1px solid #dce5f0;border-radius:12px;outline:0;height:42px;padding:0 13px}.search-row input:focus{border-color:#9fc1ff;box-shadow:0 0 0 3px #2f6df614}.search-row span{background:#fff;border:1px solid #dce5f0;border-radius:12px;place-items:center;height:42px;display:grid}.p02-source-filters{scrollbar-width:none;gap:6px;padding-bottom:7px;display:flex;overflow-x:auto}.p02-source-filters::-webkit-scrollbar{display:none}.p02-source-filters button{color:#5f6e82;background:#fff;border:1px solid #e0e6ef;border-radius:10px;flex:none;align-items:center;gap:7px;height:36px;padding:0 9px;font-size:11px;display:flex}.p02-source-filters button.active{color:#155fd7;background:#edf4ff;border-color:#a9c6fa}.p02-source-filters button b{font-size:11px}.p02-source-filters button i{background:#eef1f5;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 4px;font-size:9px;font-style:normal;display:grid}.p02-source-filters button.active i{color:#155fd7;background:#fff}.tabs{background:#f2f5f9;border-radius:12px;grid-template-columns:repeat(3,1fr);padding:3px;display:grid}.tabs button{background:0 0;border:0;border-radius:9px;padding:7px;font-size:11px}.tabs button.active{color:#1862ce;background:#fff;box-shadow:0 2px 8px #1428460f}.order-list{overscroll-behavior:contain;flex:auto;align-content:start;gap:7px;min-height:0;margin-top:8px;display:grid;overflow:auto}.review-card{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:13px;min-height:88px;padding:11px}.review-card.selected{border:2px solid var(--blue);background:#f8fbff}.order-card-head{grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:6px;display:grid}.order-card-head>b{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.severity{color:#fff;border-radius:50%;place-items:center;width:18px;height:18px;font-size:11px;font-weight:900;display:grid}.severity.red{background:#ef4444}.severity.orange{background:#f97316}.severity.blue{background:#2f74ff}.severity.violet{background:#7857e8}.severity.green{background:#1a9c56}.severity.gray{background:#76869a}.source{color:#64748b;background:#f1f4f8;border-radius:7px;padding:3px 6px;font-size:10px}.order-meta{color:#68778b;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;margin:7px 0;font-size:11px;display:grid}.order-meta span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.order-meta strong{color:#172033;font-variant-numeric:tabular-nums;font-size:15px}.order-issue{align-items:center;gap:7px;min-width:0;font-size:11px;display:flex}.order-issue>span:last-child{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.issue-chip{white-space:nowrap;border-radius:7px;padding:3px 7px;font-size:10px;font-weight:800;display:inline-flex}.issue-chip.red{color:#d6443d;background:#fff0ef}.issue-chip.orange{color:#dd6b20;background:#fff1e7}.issue-chip.blue{color:#2563d6;background:#eaf3ff}.issue-chip.violet{color:#7048d9;background:#f1ecff}.issue-chip.green{color:#198754;background:#e9f8ef}.issue-chip.gray{color:#68778b;background:#eef1f5}.order-count{color:var(--muted);padding:7px 2px 0;font-size:10px}.empty-state,.empty-detail{text-align:center;color:var(--muted);padding:30px}.empty-detail{place-items:center;gap:6px;height:100%;display:grid}.review-detail{flex-direction:column;padding:16px;display:flex;overflow:hidden}.detail-head{grid-template-columns:58px minmax(0,1fr);align-items:start;gap:12px;display:grid}.detail-icon{color:#2168df;background:#eaf3ff;border-radius:15px;place-items:center;width:52px;height:52px;font-size:24px;display:grid}.detail-head h2{margin:2px 0 8px;font-size:18px}.detail-meta{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.detail-meta span{min-width:0;font-size:12px}.detail-meta small{color:var(--muted);margin-bottom:3px;font-size:10px;display:block}.compare-table{border:1px solid #dde5ef;border-radius:13px;margin-top:12px;font-size:11px;overflow:auto}.compare-head,.compare-row{grid-template-columns:110px minmax(160px,1fr) minmax(160px,1fr);display:grid}.compare-head{z-index:1;background:#f8fafc;font-weight:800;position:sticky;top:0}.compare-head>div,.compare-row>div{border-bottom:1px solid #e3e9f1;border-right:1px solid #e3e9f1;padding:9px 10px}.compare-row:last-child>div{border-bottom:0}.compare-head>div:last-child,.compare-row>div:last-child{border-right:0}.compare-letter{color:#fff;border-radius:5px;place-items:center;width:18px;height:18px;margin-right:6px;display:inline-grid}.compare-letter.blue{background:#3477ef}.compare-letter.green{background:#1a9c56}.compare-label{color:#64748b}.authority-money{color:#198754;margin-right:8px;font-size:13px;display:inline-block}.delta{color:#d84435;background:#fff3f1;border:1px solid #ff8c80;border-radius:7px;margin-right:8px;padding:3px 7px;font-weight:900;display:inline-block}.alerts{gap:6px;margin-top:8px;display:grid;overflow:auto}.alert-box{background:#f8fafc;border:1px solid #dfe6ef;border-radius:11px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 10px;display:grid}.alert-box.tone-red{color:#b93d34;background:#fff2f1;border-color:#ffc7c1}.alert-box.tone-orange{color:#9b640e;background:#fff8e9;border-color:#f4d58b}.alert-box.tone-blue,.alert-box.tone-violet{color:#2164c2;background:#edf5ff;border-color:#c5dcff}.alert-box.tone-green{color:#198754;background:#eefbf3;border-color:#c9ead5}.alert-box b{font-size:11px}.alert-box p{margin:2px 0 0;font-size:10px}.alert-box button{background:#fff;border:1px solid #00000014;border-radius:9px;min-height:34px;padding:6px 9px;font-size:10px}.alert-icon{font-size:19px}.internal-note{background:#f8fafc;border:1px solid #e1e7ef;border-radius:10px;grid-template-columns:25px auto minmax(0,1fr);align-items:center;gap:8px;margin-top:7px;padding:8px 10px;font-size:11px;display:grid}.internal-note span:last-child{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.detail-actions{border-top:1px solid #e3e8ef;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:8px;margin-top:auto;padding-top:9px;display:grid}.detail-actions button{color:#1d63c9;background:#fff;border:1px solid #b9d2fa;border-radius:11px;min-height:46px;font-size:12px;font-weight:800}.detail-actions button.primary{color:#fff;background:linear-gradient(135deg,#2877f5,#155fe2);border-color:#0000;box-shadow:0 7px 16px #2168e038}.detail-actions button.danger{color:#c83e36;background:#fff5f4;border-color:#f3b8b4}@media (width<=1280px){.review-workspace{grid-template-columns:minmax(330px,44%) minmax(0,1fr);padding-left:10px;padding-right:10px}.p02-queue-summary{grid-template-columns:auto auto}.p02-queue-summary>small{display:none}.detail-meta{grid-template-columns:repeat(2,1fr)}.compare-head,.compare-row{grid-template-columns:95px minmax(140px,1fr) minmax(140px,1fr)}}@media (width<=920px){.review-workspace{grid-template-columns:1fr;height:auto;min-height:100%;overflow:auto}.order-inbox{min-height:560px}.review-detail{min-height:620px}.detail-meta{grid-template-columns:repeat(2,1fr)}}.orders-page{background:var(--surface,#f5f6f8);grid-template-columns:minmax(360px,40%) minmax(0,60%);gap:14px;height:calc(100vh - 154px);min-height:620px;padding:14px;display:grid}.orders-page .glass-panel{background:#fffffff0;border:1px solid #1720331a;border-radius:18px;min-height:0;box-shadow:0 10px 30px #1720330f}.orders-queue,.orders-detail{flex-direction:column;min-width:0;display:flex;overflow:hidden}.orders-detail{padding:18px;overflow:auto}.orders-queue-header,.orders-detail-header,.orders-evidence-heading,.orders-actions-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.orders-queue-header h2,.orders-detail-header h2,.orders-evidence-heading h3,.orders-actions h3{margin:0}.orders-queue-tools{align-items:center;gap:8px;display:flex}.orders-queue-header strong{background:#eef1f5;border-radius:999px;padding:7px 10px;font-size:14px}.orders-filter-reset{min-height:36px;font:inherit;color:#475467;background:#fff;border:1px solid #d8dde6;border-radius:10px;padding:0 10px;font-size:11px;font-weight:800}.orders-filter-reset:hover{color:#172033;border-color:#172033}.orders-page .eyebrow{color:#667085;letter-spacing:.08em;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:800}.orders-search{gap:5px;margin-top:12px;display:grid}.orders-search span,.orders-evidence-fields span{color:#667085;font-size:12px;font-weight:800}.orders-search input,.orders-evidence-fields input,.orders-evidence-fields select{box-sizing:border-box;width:100%;font:inherit;background:#fff;border:1px solid #d8dde6;border-radius:12px;min-height:44px;padding:11px 12px}.orders-search input:focus,.orders-evidence-fields input:focus,.orders-evidence-fields select:focus{outline-offset:1px;outline:2px solid #98a2b3}.orders-stage-filter{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin:10px 0 7px;display:grid}.orders-stage-filter button,.orders-source-filter button,.orders-channel-filter button{color:#475467;white-space:nowrap;background:#fff;border:1px solid #dde1e8;border-radius:10px;min-height:40px;font-weight:800}.orders-stage-filter button.active,.orders-source-filter button.active,.orders-channel-filter button.active{color:#fff;background:#172033;border-color:#172033}.orders-source-filter,.orders-channel-filter{scrollbar-width:thin;gap:6px;padding-bottom:5px;display:flex;overflow-x:auto}.orders-source-filter button,.orders-channel-filter button{flex:none;padding:0 11px;font-size:11px}.orders-channel-filter{margin-bottom:9px}.orders-error,.orders-mutation-message{color:#b42318;background:#fff1f0;border-radius:10px;padding:10px 12px;font-size:13px;font-weight:700}.orders-empty{color:#667085;text-align:center;place-items:center;min-height:160px;display:grid}.orders-list{flex-direction:column;gap:8px;padding-right:2px;display:flex;overflow:auto}.orders-row{text-align:left;color:#172033;background:#fff;border:1px solid #e2e5eb;border-left:5px solid #98a2b3;border-radius:14px;gap:8px;width:100%;padding:12px;display:grid}.orders-row:hover{border-color:#aeb5c0}.orders-row.selected{outline-offset:-1px;outline:2px solid #172033}.orders-row.open{border-left-color:#4b76ff}.orders-row.ready{border-left-color:#12b76a}.orders-row.completed{border-left-color:#98a2b3}.orders-row.cancelled,.orders-row.attention{border-left-color:#f04438}.orders-row-top,.orders-row-meta,.orders-row-status{justify-content:space-between;align-items:center;gap:8px;display:flex}.orders-row-top strong{font-size:16px}.orders-row-top span,.orders-row-meta{color:#667085;font-size:12px}.orders-row-status b{font-size:12px}.orders-row-status strong{font-size:17px}.orders-attention{color:#b42318;background:#fff1f0;border-radius:8px;padding:6px 8px;font-size:11px;font-weight:800}.orders-detail-empty{text-align:center;color:#667085;flex:1;place-content:center;gap:6px;display:grid}.orders-detail-empty b{color:#172033;font-size:20px}.orders-detail-header{border-bottom:1px solid #eaecf0;padding-bottom:14px}.orders-detail-header span{color:#667085;font-size:12px}.orders-detail-total{text-align:right;gap:3px;display:grid}.orders-detail-total span{font-size:12px;font-weight:800}.orders-detail-total strong{font-size:26px}.orders-detail-alert{flex-wrap:wrap;gap:6px;padding:10px 0;display:flex}.orders-detail-alert span{color:#b42318;background:#fff1f0;border-radius:8px;padding:6px 8px;font-size:12px;font-weight:800}.orders-detail-grid{grid-template-columns:minmax(0,1.6fr) minmax(240px,.9fr);gap:16px;padding:14px 0;display:grid}.orders-detail-grid h3,.orders-facts h3{margin:0 0 9px;font-size:14px}.orders-lines{gap:8px;display:grid}.orders-lines article{background:#fff;border:1px solid #eaecf0;border-radius:12px;padding:11px}.orders-lines article>div{justify-content:space-between;gap:12px;display:flex}.orders-lines p{color:#475467;margin:6px 0 0;font-size:12px}.orders-lines small{color:#667085;margin-top:6px;display:block}.orders-facts{background:#fafafa;border:1px solid #eaecf0;border-radius:14px;padding:12px}.orders-facts dl{gap:7px;margin:0;display:grid}.orders-facts dl>div{border-bottom:1px solid #eceff3;justify-content:space-between;gap:10px;padding-bottom:7px;display:flex}.orders-facts dl>div:last-child{border-bottom:0;padding-bottom:0}.orders-facts dt{color:#667085;font-size:12px}.orders-facts dd{text-align:right;color:#172033;margin:0;font-size:12px;font-weight:800}.orders-actions{border-top:1px solid #eaecf0;padding-top:14px}.orders-actions-title span{color:#667085;font-size:12px}.orders-action-buttons{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:9px;display:grid}.orders-action-buttons button{min-height:56px;font:inherit;background:#fff;border:1px solid #d8dde6;border-radius:12px;padding:8px}.orders-action-buttons button b{font-size:13px;display:block}.orders-action-buttons button small{color:#98a2b3;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:9px;display:block;overflow:hidden}.orders-action-buttons button:not(:disabled):hover{border-color:#172033}.orders-action-buttons .fulfillment-action:not(:disabled){color:#fff;background:#172033}.orders-action-buttons .payment-action:not(:disabled){color:#9a3412;background:#fff7ed;border-color:#fed7aa}.orders-mutation-message{color:#344054;background:#f2f4f7;margin-top:9px}.orders-evidence{background:#fffaf5;border:1px solid #f4c790;border-radius:14px;margin-top:14px;padding:14px}.orders-evidence-heading button{background:#fff;border:0;border-radius:10px;width:40px;height:40px;font-size:22px}.orders-evidence-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.orders-evidence-fields label{gap:5px;display:grid}.orders-evidence-fields .wide{grid-column:1/-1}.orders-evidence-submit{color:#fff;background:#172033;border:0;border-radius:12px;width:100%;min-height:48px;margin-top:12px;font-size:14px;font-weight:900}@media (width<=1100px){.orders-page{grid-template-columns:minmax(330px,44%) minmax(0,56%)}.orders-action-buttons{grid-template-columns:repeat(3,minmax(0,1fr))}.orders-detail-grid{grid-template-columns:1fr}.orders-stage-filter{grid-template-columns:repeat(3,minmax(0,1fr))}.orders-queue-tools{gap:5px}.orders-filter-reset{padding:0 8px}}.dine-in-page{grid-template-columns:minmax(0,1.65fr) minmax(310px,.85fr);gap:12px;min-height:calc(100dvh - 132px);padding:12px;display:grid}.dine-in-board,.dine-in-detail{border-radius:18px;min-width:0;padding:14px}.dine-in-board{flex-direction:column;gap:14px;display:flex}.dine-in-board-head,.dine-in-detail-head,.dine-in-section-head,.dine-in-area-title,.table-card-top,.table-card-bottom{justify-content:space-between;align-items:center;gap:10px;display:flex}.dine-in-board-head h1,.dine-in-detail-head h2,.dine-in-section-head h2,.dine-in-section-head h3{margin:2px 0 0}.dine-in-meta{align-items:center;gap:8px;font-size:12px;display:flex}.dine-in-meta>*{background:var(--mf-surface-subtle,#f2f4f7);border-radius:999px;padding:6px 9px}.dine-in-areas{flex-direction:column;gap:12px;display:flex}.dine-in-area{flex-direction:column;gap:8px;display:flex}.dine-in-area-title{font-size:13px}.dine-in-area-title span{opacity:.65}.dine-in-table-grid{grid-template-columns:repeat(4,minmax(112px,1fr));gap:9px;display:grid}.dine-in-table{text-align:left;border:1px solid var(--mf-border,#d9dde5);background:var(--mf-surface,#fff);border-radius:15px;flex-direction:column;justify-content:space-between;gap:8px;min-height:116px;padding:11px;display:flex}.dine-in-table:not(:disabled){cursor:pointer}.dine-in-table.state-occupied{box-shadow:inset 4px 0}.dine-in-table.state-disabled,.dine-in-table.state-partitioned{opacity:.55}.table-card-top strong{font-size:22px}.table-card-top span,.table-card-body span,.table-card-bottom small{opacity:.72;font-size:11px}.table-card-body{flex-direction:column;gap:2px;display:flex}.table-card-bottom strong{font-size:16px}.table-card-bottom small{font-weight:700}.dine-in-target-mode,.dine-in-error{background:var(--mf-surface-subtle,#f2f4f7);border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.dine-in-error{display:block}.dine-in-target-mode button{min-height:38px}.dine-in-queue{flex-direction:column;gap:8px;margin-top:auto;display:flex}.dine-in-queue-list{flex-direction:column;gap:7px;max-height:230px;display:flex;overflow:auto}.queue-row{border:1px solid var(--mf-border,#d9dde5);border-radius:13px;grid-template-columns:72px 1fr auto;align-items:center;gap:10px;padding:9px 10px;display:grid}.queue-code,.queue-copy{flex-direction:column;display:flex}.queue-code strong{font-size:18px}.queue-code span,.queue-copy span{opacity:.7;font-size:11px}.queue-actions{gap:6px;display:flex}.queue-actions button,.session-actions button{border-radius:10px;min-height:40px;padding:0 12px}.dine-in-detail{flex-direction:column;gap:14px;display:flex}.dine-in-detail-head code{opacity:.6;word-break:break-all;margin-top:4px;font-size:11px;display:block}.session-state{background:var(--mf-surface-subtle,#f2f4f7);border-radius:999px;padding:6px 9px;font-size:12px;font-weight:800}.session-kpis{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.session-kpis div,.session-money div{background:var(--mf-surface-subtle,#f2f4f7);border-radius:12px;flex-direction:column;gap:3px;padding:10px;display:flex}.session-kpis span,.session-money span{opacity:.65;font-size:11px}.session-kpis b{font-size:18px}.session-money{grid-template-columns:1fr 1fr 1fr;gap:8px;display:grid}.session-money strong{font-size:17px}.session-attention{border:1px solid;border-radius:12px;padding:10px 12px;font-weight:800}.session-orders{flex-direction:column;gap:7px;min-height:0;display:flex}.session-orders article{border-bottom:1px solid var(--mf-border,#d9dde5);grid-template-columns:1fr auto;gap:3px 10px;padding:9px;display:grid}.session-orders article div{flex-direction:column;display:flex}.session-orders article span,.session-orders article small{opacity:.7;font-size:11px}.session-orders article small{grid-column:2}.session-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:auto;display:grid}.dine-in-empty-detail{text-align:center;opacity:.72;max-width:260px;margin:auto}.dine-in-empty-detail span{font-size:44px}.dine-in-loading{padding:28px}.dine-in-dialog-backdrop{z-index:80;background:#0000005c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.dine-in-dialog{background:var(--mf-surface,#fff);border-radius:18px;width:min(390px,100%);padding:20px;box-shadow:0 24px 80px #00000040}.dine-in-dialog h2{margin:4px 0 18px}.dine-in-dialog label{flex-direction:column;gap:6px;font-weight:700;display:flex}.dine-in-dialog input{border:1px solid var(--mf-border,#d9dde5);min-height:46px;font:inherit;border-radius:10px;padding:0 12px}.dine-in-dialog>div{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.dine-in-dialog button{border-radius:10px;min-height:42px;padding:0 15px}.dine-in-dialog button.primary{font-weight:800}.empty-copy{opacity:.6;text-align:center;padding:16px}@media (width<=980px){.dine-in-page{grid-template-columns:1fr}.dine-in-detail{min-height:320px}.dine-in-table-grid{grid-template-columns:repeat(3,minmax(105px,1fr))}}@media (width<=640px){.dine-in-page{gap:8px;padding:8px}.dine-in-table-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.queue-row{grid-template-columns:64px 1fr}.queue-actions{grid-column:1/-1}.session-money,.session-actions{grid-template-columns:1fr}}.soldout-page{gap:12px;padding:12px 12px 96px;display:grid}.soldout-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.soldout-head h1,.soldout-schedules h2{margin:3px 0}.soldout-head p,.soldout-policy small,.soldout-node small,.soldout-schedules small{opacity:.68}.soldout-summary{text-align:right;grid-template-columns:auto auto;align-items:baseline;gap:2px 8px;display:grid}.soldout-summary strong{font-size:1.35rem}.soldout-policy{justify-content:space-between;align-items:center;gap:12px;display:flex}.soldout-policy div{gap:3px;display:grid}.soldout-error{border:1px solid;border-radius:12px;padding:10px 12px}.soldout-controls{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.soldout-controls input{border:1px solid var(--ui-border,#00000024);min-width:210px;color:inherit;background:0 0;border-radius:10px;flex:1;padding:10px 12px}.soldout-controls button,.soldout-actions button,.soldout-node button{border-radius:10px;min-height:42px;padding:8px 13px}.soldout-filters{gap:5px;display:flex}.soldout-filters button[aria-pressed=true]{outline-offset:-2px;outline:2px solid;font-weight:700}.soldout-list{gap:8px;display:grid}.soldout-node{border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.soldout-select{place-items:center;min-width:44px;min-height:44px;display:grid}.soldout-select input{width:20px;height:20px}.soldout-node-body{gap:3px;min-width:0;display:grid}.soldout-node-title{align-items:center;gap:8px;min-width:0;display:flex}.soldout-node-title b{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.soldout-node-title span{opacity:.66;font-size:.78rem}.soldout-node-status{text-align:right;gap:2px;display:grid}.soldout-node.status-soldout .soldout-node-status strong{font-weight:800}.soldout-node.status-paused{opacity:.78}.soldout-no-result,.soldout-empty{text-align:center;border-radius:16px;padding:24px}.soldout-schedules{gap:8px;display:grid}.soldout-schedules article{border-top:1px solid var(--ui-border,#0000001a);grid-template-columns:1fr auto;gap:2px 10px;padding-top:8px;display:grid}.soldout-schedules article small{grid-column:1/-1}.soldout-actions{z-index:8;border-radius:16px;justify-content:flex-end;align-items:center;gap:8px;width:min(720px,100% - 24px);padding:10px 12px;display:flex;position:fixed;bottom:70px;left:50%;transform:translate(-50%)}.soldout-actions span{margin-right:auto;font-weight:700}@media (width<=720px){.soldout-head,.soldout-policy{flex-direction:column;align-items:flex-start}.soldout-summary{text-align:left}.soldout-controls{align-items:stretch}.soldout-controls input{width:100%}.soldout-filters{overflow-x:auto}.soldout-node{grid-template-columns:auto minmax(0,1fr)}.soldout-node-status{text-align:left;grid-column:2}.soldout-actions{justify-content:flex-start;overflow-x:auto}.soldout-actions span{white-space:nowrap}}.business-day-page{align-content:start;gap:12px;height:100%;min-height:0;padding:14px 16px 96px;display:grid;overflow:auto}.business-day-head,.business-day-tabs,.business-day-card,.business-day-empty,.business-day-open-form{border-radius:18px}.business-day-head{justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.business-day-head h1{margin:3px 0;font-size:24px}.business-day-head p{color:var(--muted);margin:0;font-size:11px}.business-day-head-status{text-align:right;gap:5px;display:grid}.business-day-head-status strong{font-size:14px}.business-day-head-status span{color:#66758a;font-size:11px}.business-day-tabs{gap:6px;padding:6px;display:flex}.business-day-tabs a{text-align:center;color:#617086;border-radius:12px;flex:1;padding:10px 12px;font-size:12px;font-weight:850;text-decoration:none}.business-day-tabs a.active{color:#245fc9;background:#eef4ff}.business-day-section{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.business-day-card{align-content:start;gap:12px;padding:16px;display:grid}.business-day-card h2,.business-day-open-form h2{margin:2px 0 0;font-size:17px}.business-day-card>strong{font-size:18px}.business-day-card p{color:#66758a;margin:0;font-size:11px;line-height:1.55}.business-day-card>small,.business-day-open-form>small{color:#7b8798;font-size:10px;line-height:1.5}.business-day-actions{flex-wrap:wrap;gap:7px;display:flex}.business-day-actions button,.business-day-form-row button,.business-day-open-form button{background:#fff;border:1px solid #dbe3ed;border-radius:11px;min-height:40px;padding:8px 12px;font-weight:800}.business-day-actions button:disabled,.business-day-form-row button:disabled,.business-day-open-form button:disabled{opacity:.45}.business-day-form-row,.business-day-open-form{flex-wrap:wrap;align-items:end;gap:9px;display:flex}.business-day-open-form{padding:16px}.business-day-form-row label,.business-day-open-form label{color:#6d798a;flex:1;gap:5px;min-width:120px;font-size:10px;display:grid}.business-day-form-row input,.business-day-form-row select,.business-day-open-form input{min-height:39px;font:inherit;color:#27354a;background:#fff;border:1px solid #dce3ec;border-radius:10px;padding:7px 9px}.business-day-card dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;display:grid}.business-day-card dl div{background:#f7f9fc;border-radius:10px;padding:9px 10px}.business-day-card dt{color:#778396;font-size:9px}.business-day-card dd{margin:3px 0 0;font-size:13px;font-weight:850}.business-day-close-card{border-color:#f0d5d5;grid-column:1/-1}.business-day-error,.business-day-notice{border-radius:11px;padding:10px 12px;font-size:11px;font-weight:700}.business-day-error{color:#a33232;background:#fff2f2}.business-day-notice{color:#18794e;background:#eefbf3}.business-day-empty{padding:24px}.business-day-empty h1{margin:4px 0 6px}.business-day-empty p{color:#718096;margin:0}@media (width<=900px){.business-day-section{grid-template-columns:1fr}.business-day-close-card{grid-column:auto}.business-day-head{flex-direction:column;align-items:flex-start}.business-day-head-status{text-align:left}.business-day-card dl{grid-template-columns:1fr 1fr}}@media (width<=600px){.business-day-card dl{grid-template-columns:1fr}.business-day-form-row{grid-template-columns:1fr;display:grid}.business-day-form-row label{min-width:0}.business-day-tabs{z-index:3;position:sticky;top:0}}.report-page{align-content:start;gap:12px;height:100%;min-height:0;padding:14px 16px 84px;display:grid;overflow:auto}.report-hero{border-radius:20px;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex}.report-hero h1{margin:3px 0 4px;font-size:26px}.report-hero p{color:#66758a;max-width:760px;margin:0;font-size:12px;line-height:1.5}.report-refresh{color:#245bb1;background:#f4f8ff;border:1px solid #c9daf7;border-radius:12px;min-height:44px;padding:0 16px;font-weight:800}.report-refresh:disabled{opacity:.55}.report-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.report-card{border-radius:18px;min-width:0;padding:16px}.report-core{grid-column:1/-1}.report-card-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.report-card-head h2{margin:3px 0 0;font-size:18px}.report-card .eyebrow{color:var(--muted);letter-spacing:.05em;font-size:10px;font-weight:800}.report-live{color:#198754;background:#eefbf3;border:1px solid #c8ead5;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:850}.report-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.report-metric-grid.core-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.report-metric{background:#f7f9fc;border:1px solid #edf0f4;border-radius:13px;min-width:0;padding:11px 12px}.report-metric small{color:#748195;font-size:10px;font-weight:700;display:block}.report-metric strong{letter-spacing:-.02em;overflow-wrap:anywhere;margin-top:4px;font-size:20px;display:block}.report-inline-facts{color:#718095;border-top:1px solid #edf0f4;flex-wrap:wrap;gap:7px 16px;margin-top:10px;padding-top:10px;font-size:10px;display:flex}.report-inline-facts b{color:#27364b}.report-split-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.report-split-list h3{color:#65748a;margin:0 0 7px;font-size:11px}.report-row{border-bottom:1px solid #f0f2f5;justify-content:space-between;align-items:center;gap:10px;padding:8px 0;font-size:10px;display:flex}.report-row:last-child{border-bottom:0}.report-row span{color:#617085;overflow-wrap:anywhere;min-width:0}.report-row b{text-align:right;font-size:10px}.report-ranking{gap:7px;display:grid}.report-rank-row{border-bottom:1px solid #f0f2f5;grid-template-columns:32px minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:8px 0;display:grid}.report-rank-row:last-child{border-bottom:0}.report-rank{color:#285fb6;background:#f0f5ff;border-radius:9px;place-items:center;width:30px;height:30px;font-size:10px;font-weight:900;display:grid}.report-rank-row div{min-width:0}.report-rank-row div>b{white-space:nowrap;text-overflow:ellipsis;font-size:11px;display:block;overflow:hidden}.report-rank-row div>small{color:#8190a5;margin-top:2px;font-size:9px;display:block}.report-rank-row>strong,.report-rank-row>span:last-child{white-space:nowrap;font-size:10px}.report-status-list{gap:8px;display:grid}.report-status-list>span{color:#6d7b8f;background:#f7f9fc;border-radius:11px;justify-content:space-between;gap:12px;padding:9px 10px;font-size:10px;display:flex}.report-status-list b{color:#28374c;text-align:right}.report-ops-link{color:#245bb1;background:#f4f8ff;border-radius:10px;align-items:center;min-height:38px;margin-top:10px;padding:0 11px;font-size:10px;font-weight:800;text-decoration:none;display:inline-flex}.report-state{color:#64748b;border-radius:16px;gap:5px;padding:18px;display:grid}.report-state b{color:#26364b}.report-state span{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.report-state small{font-size:10px}.report-error{background:#fff9f9;border-color:#f0c5c5}.report-empty,.report-notice{color:#718095;background:#f8fafc;border-radius:11px;margin:0;padding:10px 11px;font-size:10px;line-height:1.5}.report-notice{color:#765c2a;background:#fffaf0}@media (width<=980px){.report-grid{grid-template-columns:1fr}.report-core{grid-column:auto}}@media (width<=680px){.report-hero{flex-direction:column;align-items:flex-start}.report-refresh{width:100%}.report-metric-grid,.report-metric-grid.core-metrics,.report-split-list{grid-template-columns:1fr}.report-rank-row{grid-template-columns:32px minmax(0,1fr) auto}.report-rank-row>span:last-child{grid-column:2/-1}.report-page{padding-inline:10px}}.print-ops-page{align-content:start;gap:12px;height:100%;min-height:0;padding:14px 16px 84px;display:grid;overflow:auto}.print-ops-hero{border-radius:20px;justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 20px;display:flex}.print-ops-hero h1{margin:3px 0 5px;font-size:26px}.print-ops-hero p{color:#66758a;max-width:780px;margin:0;font-size:12px;line-height:1.55}.print-ops-ceiling{color:#785b1c;white-space:nowrap;background:#fff8e8;border:1px solid #f1d799;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:900}.print-ops-search{border-radius:16px;padding:14px 16px}.print-ops-search form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.print-ops-search label{gap:5px;display:grid}.print-ops-search label span{color:#6c7b8f;font-size:10px;font-weight:800}.print-ops-search input{color:#23334a;background:#fff;border:1px solid #d9e0e8;border-radius:11px;min-height:44px;padding:0 12px}.print-ops-search button{color:#fff;background:#245bb1;border:0;border-radius:11px;min-height:44px;padding:0 16px;font-weight:850}.print-ops-helper,.print-ops-form-message{color:#718095;margin:9px 0 0;font-size:10px}.order-printing{background:#fff;border:1px solid #e7ebf0;border-radius:18px;padding:16px}.order-printing-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.order-printing-head h3{margin:2px 0 0;font-size:18px}.order-printing-head>span{color:#765c2a;background:#fffaf0;border:1px solid #f0dfb4;border-radius:999px;padding:5px 8px;font-size:10px}.order-printing-jobs{gap:9px;display:grid}.order-printing-job{background:#fbfcfd;border:1px solid #e8edf2;border-radius:14px;padding:12px}.order-printing-job-head{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.order-printing-job-head div{min-width:0}.order-printing-job-head strong{font-size:12px;display:block}.order-printing-job-head small{color:#8290a4;overflow-wrap:anywhere;margin-top:2px;font-size:9px;display:block}.order-printing-job-head>span{text-align:right;font-size:10px;font-weight:850}.order-printing-proof{background:#f2f5f8;border-radius:10px;justify-content:space-between;gap:10px;margin-top:9px;padding:8px 9px;display:flex}.order-printing-proof b{color:#8b3e32;font-size:10px}.order-printing-proof small{color:#718095;font-size:9px}.order-printing-warning{color:#725719;background:#fff4cf;border-radius:10px;margin:9px 0 0;padding:9px 10px;font-size:10px;line-height:1.5}.order-printing-targets{gap:5px;margin-top:9px;display:grid}.order-printing-targets>div{background:#f7f9fb;border-radius:9px;grid-template-columns:minmax(0,1fr) auto;gap:5px 10px;padding:7px 8px;font-size:9px;display:grid}.order-printing-targets small{color:#9a4d43;overflow-wrap:anywhere;grid-column:1/-1}.order-printing-actions{justify-content:flex-end;gap:7px;margin-top:10px;display:flex}.order-printing-actions button,.order-printing-form-actions button{color:#315477;background:#fff;border:1px solid #cbd7e6;border-radius:10px;min-height:38px;padding:0 11px;font-size:10px;font-weight:800}.order-printing-actions button:last-child,.order-printing-form-actions button:last-child{color:#fff;background:#245bb1;border-color:#245bb1}.order-printing-action-form{background:#f8fbff;border:1px solid #d7e2f1;border-radius:13px;gap:9px;margin-top:12px;padding:12px;display:grid}.order-printing-action-form>div:first-child{justify-content:space-between;gap:8px;display:flex}.order-printing-action-form small{color:#748195;font-size:9px}.order-printing-action-form label{gap:5px;display:grid}.order-printing-action-form label span{color:#6a788c;font-size:10px}.order-printing-action-form input{background:#fff;border:1px solid #cfd8e4;border-radius:10px;min-height:42px;padding:0 10px}.order-printing-form-actions{justify-content:flex-end;gap:7px;display:flex}.order-printing-message,.order-printing-alert,.order-printing-empty{border-radius:10px;margin-top:10px;padding:9px 10px;font-size:10px}.order-printing-message{color:#2c6840;background:#eef8f1}.order-printing-alert{color:#8d3d3d;background:#fff1f1}.order-printing-empty{color:#718095;background:#f7f9fb}@media (width<=680px){.print-ops-page{padding-inline:10px}.print-ops-hero{flex-direction:column}.print-ops-search form{grid-template-columns:1fr}.print-ops-search button{width:100%}.order-printing-head,.order-printing-proof{flex-direction:column}.order-printing-job-head{align-items:flex-start}.order-printing-job-head>span{text-align:left}.order-printing-actions{justify-content:stretch}.order-printing-actions button{flex:1}}.product-config-backdrop{z-index:80;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172a7a;justify-content:flex-end;align-items:stretch;display:flex;position:fixed;inset:0}.product-config-panel{background:#fff;flex-direction:column;gap:18px;width:min(540px,92vw);height:100%;padding:22px;display:flex;overflow:auto;box-shadow:-18px 0 48px #0f172a33}.product-config-head{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:16px;display:flex}.product-config-head small{color:#64748b;margin-bottom:4px;font-weight:700;display:block}.product-config-head h2{margin:0;font-size:25px;line-height:1.2}.product-config-head span{color:#0f766e;margin-top:6px;font-size:18px;font-weight:850;display:block}.product-config-head>button{cursor:pointer;background:#f1f5f9;border:0;border-radius:12px;width:44px;height:44px;font-size:24px}.product-config-groups{flex-direction:column;gap:16px;display:flex}.product-config-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:14px}.product-config-group-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.product-config-group-head span{color:#64748b;font-size:12px}.product-config-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.product-config-options button{text-align:left;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:12px;justify-content:space-between;align-items:center;min-height:54px;padding:10px 12px;display:flex}.product-config-options button.selected{background:#ecfdf5;border-color:#0f766e;box-shadow:inset 0 0 0 1px #0f766e}.product-config-options button:disabled{opacity:.42}.product-config-options small{color:#0f766e;font-weight:800}.product-config-note{color:#64748b;background:#f1f5f9;border-radius:12px;padding:10px 12px;font-size:12px;line-height:1.5}.product-config-actions{grid-template-columns:1fr 2fr;gap:10px;margin-top:auto;padding-top:12px;display:grid}.product-config-actions button{cursor:pointer;border:0;border-radius:14px;min-height:58px;font-weight:850}.product-config-actions .secondary{color:#334155;background:#e2e8f0}.product-config-actions .primary{color:#fff;background:#0f766e}.product-config-actions .primary:disabled{opacity:.4}@media (width<=760px){.product-config-panel{width:100%;padding:16px}.product-config-options{grid-template-columns:1fr}}.payment-backdrop{z-index:90;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172a8f;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.payment-panel{background:#fff;border-radius:22px;flex-direction:column;gap:18px;width:min(580px,96vw);padding:22px;display:flex;box-shadow:0 24px 80px #0f172a47}.payment-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.payment-head small{color:#64748b;margin-bottom:4px;font-weight:800;display:block}.payment-head h2{letter-spacing:-.025em;font-variant-numeric:tabular-nums;margin:0;font-size:36px;line-height:1}.payment-head-actions{align-items:center;gap:9px;display:flex}.payment-authority-badge{color:#0f766e;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}.payment-close{color:#334155;cursor:pointer;background:#f1f5f9;border:0;border-radius:12px;width:44px;height:44px;font-size:23px;line-height:1}.payment-methods{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.payment-methods button{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:13px;min-height:56px;font-weight:850}.payment-methods button.selected{color:#fff;background:#0f766e;border-color:#0f766e;box-shadow:0 5px 14px #0f766e2e}.payment-field{flex-direction:column;gap:7px;display:flex}.payment-field>span{color:#334155;font-weight:800}.payment-field input{border:1px solid #cbd5e1;border-radius:13px;min-height:56px;padding:0 14px;font-size:22px}.payment-field small{color:#64748b}.payment-note{color:#64748b;background:#f8fafc;border-radius:12px;padding:11px 13px;font-size:12px;line-height:1.5}.payment-confirm{color:#fff;cursor:pointer;background:#0f766e;border:0;border-radius:15px;min-height:62px;font-size:19px;font-weight:900;box-shadow:0 8px 20px #0f766e2e}.payment-confirm:disabled{opacity:.4}@media (width<=640px){.payment-panel{padding:16px}.payment-methods{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-head-actions{flex-direction:column-reverse;align-items:flex-end}.payment-head h2{font-size:32px}}.smt-shared-shell{height:100vh;min-height:720px;position:relative;overflow:hidden}.smt-shared-shell .mf-ui-app-shell__header{height:64px}.smt-shared-shell .mf-ui-app-shell__body{height:calc(100vh - 64px);min-height:0;display:block;position:relative}.smt-shared-shell .mf-ui-app-shell__navigation{position:static}.smt-shared-shell .mf-ui-app-shell__content{height:100%;min-height:0;padding-bottom:76px}.smt-shared-shell .p01-shell,.smt-shared-shell .p02-shell{height:100%;min-height:0;padding-bottom:0}.smt-shared-shell .p01-workspace,.smt-shared-shell .review-workspace{height:100%}.top-actions{align-items:center;gap:9px;display:flex}.top-review-action{color:#42516a;background:#fff;border:1px solid #dbe3ef;border-radius:999px;align-items:center;gap:7px;min-height:40px;padding:0 13px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex;position:relative}.top-review-icon{color:#d56d16;background:#fff4e8;border-radius:50%;place-items:center;width:22px;height:22px;font-weight:950;display:grid}.top-review-action i{color:#fff;background:#ff4b43;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:10px;font-style:normal;display:grid}.smt-global-nav{z-index:60;border-radius:999px;grid-template-columns:repeat(5,1fr);width:min(860px,68vw);height:56px;padding:4px;display:grid;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.smt-global-nav>a,.smt-global-nav>.nav-disabled{color:#6f7784;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;text-decoration:none;display:flex;position:relative}.smt-global-nav>a.active{color:#2b63d8;background:#edf3ff}.smt-global-nav b{font-size:12px}.smt-global-nav .nav-disabled{opacity:.54;cursor:not-allowed}.smt-global-nav .nav-disabled small{color:#7e8796;background:#eef1f5;border-radius:999px;padding:1px 5px;font-size:8px;font-weight:750;position:absolute;top:4px;right:10px}@media (width<=1120px){.top-review-action b{display:none}.smt-global-nav{width:min(760px,76vw)}}.more-hub{align-content:start;gap:12px;height:100%;min-height:0;padding:14px 16px 84px;display:grid;overflow:auto}.more-hero{justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex}.more-hero .eyebrow,.more-section .eyebrow{color:var(--muted);letter-spacing:.05em;font-size:10px;font-weight:800}.more-hero h1{margin:3px 0 4px;font-size:26px}.more-hero p{color:#66758a;margin:0;font-size:12px}.more-live-badge{color:#198754;background:#eefbf3;border:1px solid #c8ead5;border-radius:999px;flex:none;padding:8px 11px;font-size:11px;font-weight:850}.more-section-head{justify-content:space-between;align-items:end;gap:12px;margin-bottom:13px;display:flex}.more-section-head h2{margin:3px 0 0;font-size:18px}.more-section-head>small{color:var(--muted);font-size:10px}.presentation-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.presentation-choice-grid>button{text-align:left;background:#fff;border:1px solid #dfe5ed;border-radius:15px;grid-template-rows:auto auto;grid-template-columns:72px minmax(0,1fr);align-items:center;column-gap:12px;min-height:116px;padding:12px;display:grid}.presentation-choice-grid b{font-size:14px}.presentation-choice-grid small{color:#6d7b8f;font-size:10px;line-height:1.4}.card-mode-preview{background:#f0f4fa;border:1px solid #dfe6ef;border-radius:12px;grid-row:1/span 2;gap:4px;width:72px;height:72px;padding:7px;display:grid}.card-mode-preview i{background:#d4e2fa;border-radius:4px;display:block}.card-mode-preview.mode-large{grid-template-rows:1fr 7px 7px}.card-mode-preview.mode-compact{grid-template-rows:1fr 1fr;grid-template-columns:24px 1fr}.card-mode-preview.mode-compact i:first-child{grid-row:1/span 2}.card-mode-preview.mode-text{grid-template-rows:repeat(3,1fr)}.card-mode-preview.mode-text i{background:#dce3ec}.more-preference-note{color:#68778b;background:#f8fafc;border-radius:11px;margin:12px 0 0;padding:9px 11px;font-size:10px}.more-module-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.more-module{background:#fbfcfe;border:1px solid #e1e6ed;border-radius:14px;grid-template-rows:1fr auto;grid-template-columns:1fr auto;gap:8px;min-height:112px;padding:12px;display:grid}.more-module b{font-size:13px}.more-module p{color:#788598;margin:5px 0 0;font-size:10px;line-height:1.4}.more-module>span{color:#68778b;background:#eef2f7;border-radius:7px;align-self:start;padding:4px 6px;font-size:9px;font-weight:800}.more-module>small{color:#9aa3b1;grid-column:1/-1;font-size:9px}.more-module.locked{opacity:.74}.more-module.live{color:inherit;background:#f7fbff;border-color:#c9daf7;text-decoration:none}.more-module.live:hover{background:#f2f7ff;border-color:#91b6ff}.more-module.live>small{color:#2764c9;font-weight:800}@media (width<=1180px){.more-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.presentation-choice-grid>button{grid-template-columns:58px minmax(0,1fr)}.card-mode-preview{width:58px;height:58px}}@media (width<=760px){.presentation-choice-grid,.more-module-grid{grid-template-columns:1fr}.more-hero{flex-direction:column;align-items:flex-start}}.p01-active-work-stage{--p01-cart-width:28%;--p01-paper:#fffdf8;--p01-bg:#f8f4ec;--p01-ink:#4b3428;--p01-muted:#867469;--p01-line:#6d503a24;--p01-accent:#c87532;--p01-accent-soft:#fff0df;--p01-purple:#7a5aa6;--p01-glass:#fffdf8c7;--p01-shadow:0 18px 45px #442c1d1c;background:radial-gradient(circle at 12% 0%,#e8a5361a,transparent 26%), radial-gradient(circle at 92% 2%,#7a5aa612,transparent 22%), var(--p01-bg);height:100%;min-height:0;position:relative}.p01-device-tuning-controls{z-index:65;-webkit-backdrop-filter:saturate(165%)blur(24px);backdrop-filter:saturate(165%)blur(24px);background:#fffdf8d1;border:1px solid #ffffffb8;border-radius:17px;align-items:center;padding:3px;display:flex;position:absolute;top:13px;right:20px;box-shadow:0 8px 26px #432b1b1f,inset 0 1px #ffffffe6}.p01-layout-controls{align-items:center;gap:4px;display:flex;position:relative}.p01-layout-controls>button{min-width:44px;height:38px;color:var(--p01-ink);background:#ffffffb8;border:1px solid #6a4c371c;border-radius:12px;font-weight:800;box-shadow:0 2px 8px #3a27190d}.p01-layout-controls>button:active{transform:scale(.96)}.p01-hand-flip{justify-content:center;align-items:center;gap:4px;padding:0 9px;display:flex}.p01-hand-flip span{color:var(--p01-accent);font-size:18px;line-height:1}.p01-hand-flip b{font-size:10px}.p01-layout-trigger{grid-template-columns:auto auto;align-items:center;gap:5px;padding:0 9px;display:grid}.p01-layout-trigger span{color:var(--p01-muted);font-size:10px}.p01-layout-trigger b{color:var(--p01-ink);font-size:12px}.p01-layout-popover{z-index:100;width:280px;color:var(--p01-ink);-webkit-backdrop-filter:saturate(170%)blur(30px);backdrop-filter:saturate(170%)blur(30px);background:#fffdf8e6;border:1px solid #ffffffc2;border-radius:24px;padding:14px;animation:.16s cubic-bezier(.2,.85,.25,1) p01PopoverIn;position:absolute;top:calc(100% + 11px);right:0;box-shadow:0 24px 64px #3d271933}.p01-popover-arrow{background:#fffdf8f0;border-top:1px solid #fffc;border-left:1px solid #fffc;width:14px;height:14px;position:absolute;top:-7px;right:40px;transform:rotate(45deg)}.p01-layout-popover header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:13px;display:flex}.p01-layout-popover header small{color:var(--p01-muted);letter-spacing:.1em;font-size:9px;font-weight:850;display:block}.p01-layout-popover header h3{letter-spacing:-.02em;margin:2px 0 0;font-size:18px}.p01-layout-popover header>button{width:34px;height:34px;color:var(--p01-ink);background:#7676801a;border:0;border-radius:11px;font-size:18px}.p01-layout-group{gap:7px;margin-top:12px;display:grid}.p01-layout-group>span{color:var(--p01-muted);font-size:11px;font-weight:750}.p01-choice-row{background:#7676801a;border-radius:13px;grid-auto-columns:1fr;grid-auto-flow:column;gap:3px;padding:3px;display:grid}.p01-choice-row button{min-height:38px;color:var(--p01-muted);background:0 0;border:0;border-radius:10px;font-weight:800}.p01-choice-row button.active{color:var(--p01-ink);background:#fffffff5;box-shadow:0 1px 5px #32241a1a}.p01-layout-popover p{color:var(--p01-muted);margin:12px 1px 0;font-size:10px;line-height:1.45}@keyframes p01PopoverIn{0%{opacity:0;transform:translateY(-5px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.p01-active-work-stage .p01-workspace{grid-template-columns:minmax(0,var(--p01-cart-width)) minmax(0,1fr);gap:12px;padding:10px 14px 8px}.p01-active-work-stage.cart-right .p01-workspace{grid-template-columns:minmax(0,1fr) minmax(0,var(--p01-cart-width))}.p01-active-work-stage.cart-left .p01-cart{grid-area:1/1}.p01-active-work-stage.cart-left .p01-catalog,.p01-active-work-stage.cart-right .p01-cart{grid-area:1/2}.p01-active-work-stage.cart-right .p01-catalog{grid-area:1/1}.p01-active-work-stage .p01-cart{background:#fffdf8f2;border:1px solid #6d503a21;border-radius:24px;padding:12px;box-shadow:0 12px 34px #452f1f14,inset 0 1px #ffffffeb;container-type:inline-size}.p01-active-work-stage .p01-order-header{padding:0 2px 8px}.p01-active-work-stage .order-identity .eyebrow{color:var(--p01-muted)}.p01-active-work-stage .order-identity strong{color:var(--p01-ink);font-size:24px}.p01-active-work-stage .order-item-count{color:#806b5c;background:#f4eee6}.p01-active-work-stage .segmented{background:#7676801a;border:0;border-radius:13px;padding:3px}.p01-active-work-stage .segmented button{color:#75675f;border-radius:10px;height:36px}.p01-active-work-stage .segmented button.active{color:var(--p01-ink);background:#fffffff7;box-shadow:0 1px 5px #39271b1a}.p01-active-work-stage .service-mode-toggle button.active{color:#a65320}.p01-active-work-stage .cart-list{border-color:var(--p01-line)}.p01-active-work-stage .cart-row{border-color:var(--p01-line);grid-template-columns:44px minmax(0,1fr) 86px 78px;gap:7px;min-height:66px}.p01-active-work-stage .row-id{color:#bd6429;background:#fff9f2;border-color:#ead6c2;border-radius:12px;width:42px;height:46px}.p01-active-work-stage .row-id.takeaway{color:var(--p01-purple);background:#faf7fd;border-color:#e3d7ec}.p01-active-work-stage .line-copy b{color:var(--p01-ink);font-size:13px}.p01-active-work-stage .qty{grid-template-columns:31px minmax(19px,1fr) 31px}.p01-active-work-stage .qty button{border-color:var(--p01-line);width:31px;height:31px;color:var(--p01-ink);background:#fffaf4}.p01-active-work-stage .line-price{color:var(--p01-ink);font-size:16px}.p01-active-work-stage .cart-summary{color:var(--p01-muted)}.p01-active-work-stage .cart-summary strong{color:var(--p01-ink)}.cart-empty-inline{text-align:center;min-height:100%;color:var(--p01-muted);place-content:center;gap:5px;padding:22px 12px;display:grid}.cart-empty-inline b{color:var(--p01-ink);font-size:15px}.cart-empty-inline span{font-size:11px;line-height:1.45}.cart-secondary-actions{grid-template-columns:minmax(88px,.72fr) minmax(0,1.28fr);gap:7px;margin-bottom:8px;display:grid}.cart-secondary-actions:has(.work-action:only-child){grid-template-columns:1fr}.work-action,.p01-active-work-stage .drawer-trigger{border:1px solid var(--p01-line);min-height:46px;color:var(--p01-ink);background:#fffaf4f0;border-radius:14px;margin:0;font-weight:850;box-shadow:0 2px 8px #462d1c0a}.work-action:not(:disabled):active,.p01-active-work-stage .drawer-trigger:not(:disabled):active{transform:scale(.975)}.p01-active-work-stage .drawer-trigger{padding:0 12px}.p01-active-work-stage .drawer-trigger span{color:var(--p01-accent)}.cart-work-error{color:#9a3f2b;background:#fff3ef;border:1px solid #be4e343d;border-radius:11px;margin:0 0 7px;padding:8px 10px;font-size:11px}.p01-active-work-stage .primary-action{background:linear-gradient(#d48643,#bf672d);border-radius:16px;min-height:60px;box-shadow:0 10px 24px #be672d38,inset 0 1px #fff3}.cart-work-picker{z-index:58;-webkit-backdrop-filter:saturate(170%)blur(28px);backdrop-filter:saturate(170%)blur(28px);background:#fffdf8eb;border:1px solid #ffffffd1;border-radius:20px;flex-direction:column;min-height:0;padding:12px;animation:.16s cubic-bezier(.2,.85,.25,1) cartWorkPickerIn;display:flex;position:absolute;inset:72px 10px 78px;box-shadow:0 24px 58px #3c271938,inset 0 1px #ffffffe6}@keyframes cartWorkPickerIn{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:none}}.cart-work-picker-head{border-bottom:1px solid var(--p01-line);justify-content:space-between;align-items:flex-start;gap:10px;padding-bottom:9px;display:flex}.cart-work-picker-head>div{gap:2px;display:grid}.cart-work-picker-head small{color:var(--p01-muted);letter-spacing:.08em;font-size:9px}.cart-work-picker-head b{color:var(--p01-ink);font-size:16px}.cart-work-picker-head>button{width:34px;height:34px;color:var(--p01-ink);background:#7676801a;border:0;border-radius:11px;font-size:18px}.cart-work-picker-list{flex:1;align-content:start;gap:7px;min-height:0;padding:8px 1px;display:grid;overflow:auto}.cart-work-item{border:1px solid var(--p01-line);background:#ffffffb8;border-radius:13px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:9px;display:grid}.cart-work-item>div:first-child{gap:2px;min-width:0;display:grid}.cart-work-item>div:last-child{justify-items:end;gap:4px;display:grid}.cart-work-item b{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.cart-work-item span,.cart-work-item small{color:var(--p01-muted);font-size:9px}.cart-work-item strong{font-size:13px}.cart-work-item button{background:var(--p01-accent);color:#fff;border:0;border-radius:9px;min-height:32px;padding:0 10px;font-weight:850}.cart-work-item .claimed-badge{font-size:9px}.cart-work-refresh{border:1px solid var(--p01-line);min-height:40px;color:var(--p01-ink);background:#ffffffbd;border-radius:11px;font-weight:800}.p01-active-work-stage .p01-catalog{grid-template-rows:52px minmax(0,1fr);gap:9px}.p01-active-work-stage .categories{-webkit-backdrop-filter:saturate(145%)blur(18px);backdrop-filter:saturate(145%)blur(18px);background:#fffdf8ad;border-radius:17px;align-items:center;gap:6px;min-width:0;padding:5px 132px 5px 7px;display:flex;overflow-x:auto}.p01-active-work-stage .categories button{color:#74645a;background:#fffdf8bd;border:1px solid #6f523d17;border-radius:12px;flex:none;min-width:72px;height:40px;padding:0 13px;box-shadow:0 2px 7px #422d1e09}.p01-active-work-stage .categories button.active{color:#a65320;background:linear-gradient(#fff4e6,#ffead3);border-color:#c875323d;box-shadow:0 4px 12px #c875321f}.p01-active-work-stage .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.p01-active-work-stage .product-card{border-color:var(--p01-line);background:#fffdf9;border-radius:18px;box-shadow:0 7px 20px #4631210e}.p01-active-work-stage .product-card:not(.disabled):active{transform:scale(.985)}.p01-active-work-stage .product-footer button{background:linear-gradient(#d48643,#bf672d);border:0;width:42px;height:42px;box-shadow:0 5px 14px #be672d30}.p01-active-work-stage .product-placeholder{color:#ad5c26;background:#fff0df}.p01-active-work-stage .badge{background:#c87532}.p01-active-work-stage .pair-drawer{-webkit-backdrop-filter:saturate(160%)blur(28px);backdrop-filter:saturate(160%)blur(28px);background:#fffdf8e6;border:1px solid #ffffffb8;border-radius:28px;width:min(520px,42vw);padding:18px;animation:.18s cubic-bezier(.2,.85,.25,1) p01TaskSheetIn;top:72px;bottom:84px;box-shadow:0 30px 80px #3c27193b}.p01-active-work-stage.cart-left .pair-drawer{left:calc(var(--p01-cart-width) + 28px);right:auto}.p01-active-work-stage.cart-right .pair-drawer{right:calc(var(--p01-cart-width) + 28px);left:auto}@keyframes p01TaskSheetIn{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}@container (width<=390px){.p01-active-work-stage .cart-mode-row{grid-template-columns:1fr 1fr;gap:6px;display:grid}.p01-active-work-stage .service-mode-toggle{grid-column:1/-1;width:100%}.p01-active-work-stage .workspace-mode-toggle,.p01-active-work-stage .display-mode-toggle{width:auto;min-width:0}.p01-active-work-stage .cart-row{grid-template-columns:40px minmax(0,1fr) 72px;grid-template-areas:"id copy price""id copy qty";min-height:72px;padding:4px 0}.p01-active-work-stage .row-id{grid-area:id;width:38px;height:48px}.p01-active-work-stage .line-copy{grid-area:copy}.p01-active-work-stage .line-price{grid-area:price}.p01-active-work-stage .qty{grid-area:qty}.cart-secondary-actions{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.p01-layout-popover,.p01-active-work-stage .pair-drawer,.cart-work-picker{animation:none}.p01-layout-controls>button:active,.work-action:active,.p01-active-work-stage .product-card:active{transform:none}}@media (prefers-contrast:more),(forced-colors:active){.p01-active-work-stage .p01-cart,.p01-layout-popover,.p01-active-work-stage .pair-drawer,.cart-work-picker{box-shadow:none;border-width:2px}}.p01-active-work-stage .product-config-backdrop{z-index:88;padding:48px 16px max(12px,env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(12px)saturate(115%);backdrop-filter:blur(12px)saturate(115%);background:#2a1f184d;justify-content:center;align-items:flex-end;animation:.16s ease-out p01BackdropIn;display:flex}.p01-active-work-stage .product-config-panel{color:#4b3428;-webkit-backdrop-filter:saturate(145%)blur(30px);backdrop-filter:saturate(145%)blur(30px);background:#fffdf8f0;border:1px solid #ffffffb8;border-radius:30px;gap:14px;width:min(720px,100vw - 32px);height:min(620px,100dvh - 86px);padding:18px 20px 16px;animation:.22s cubic-bezier(.16,.86,.28,1) p01SheetIn;position:relative;overflow:hidden;box-shadow:0 34px 90px #37241847}.p01-active-work-stage .product-config-panel:before{content:"";background:#5d4e4533;border-radius:999px;width:46px;height:5px;position:absolute;top:7px;left:50%;transform:translate(-50%)}.p01-active-work-stage .product-config-head{border-color:#6d503a1f;flex:none;padding:10px 2px 13px}.p01-active-work-stage .product-config-head small{color:#88766b}.p01-active-work-stage .product-config-head h2{color:#4b3428;font-size:24px}.p01-active-work-stage .product-config-head span{color:#b35e28}.p01-active-work-stage .product-config-head>button{color:#4b3428;background:#7676801a;border-radius:13px}.p01-active-work-stage .product-config-groups{overscroll-behavior:contain;flex:auto;min-height:0;padding:2px 2px 12px;overflow:auto}.p01-active-work-stage .product-config-group{background:#fffaf3db;border-color:#6d503a1f;border-radius:18px}.p01-active-work-stage .product-config-group-head span{color:#88766b}.p01-active-work-stage .product-config-options button{color:#4b3428;background:#fffdf9;border-color:#6d503a26;border-radius:14px;min-height:52px}.p01-active-work-stage .product-config-options button.selected{background:#fff0df;border-color:#d28a52;box-shadow:inset 0 0 0 1px #d28a52}.p01-active-work-stage .product-config-options small{color:#b35e28}.p01-active-work-stage .product-config-note{color:#7e6f66;background:#76768014;border-radius:13px;flex:none}.p01-active-work-stage .product-config-actions{flex:none;margin-top:0;padding-top:2px}.p01-active-work-stage .product-config-actions button{border-radius:15px;min-height:54px}.p01-active-work-stage .product-config-actions .secondary{color:#4b3428;background:#7676801c}.p01-active-work-stage .product-config-actions .primary{color:#fff;background:linear-gradient(#d48643,#bf672d);box-shadow:0 8px 20px #be672d2e}.p01-active-work-stage .payment-backdrop{z-index:96;padding:48px 16px max(12px,env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(13px)saturate(115%);backdrop-filter:blur(13px)saturate(115%);background:#2a1f1857;align-items:flex-end;animation:.16s ease-out p01BackdropIn}.p01-active-work-stage .payment-panel{color:#4b3428;-webkit-backdrop-filter:saturate(145%)blur(30px);backdrop-filter:saturate(145%)blur(30px);background:#fffdf8f2;border:1px solid #ffffffb8;border-radius:30px;width:min(640px,100vw - 32px);max-height:calc(100dvh - 92px);animation:.22s cubic-bezier(.16,.86,.28,1) p01SheetIn;position:relative;overflow:auto;box-shadow:0 34px 90px #3724184d}.p01-active-work-stage .payment-panel:before{content:"";background:#5d4e4533;border-radius:999px;width:46px;height:5px;position:absolute;top:7px;left:50%;transform:translate(-50%)}.p01-active-work-stage .payment-head{padding-top:8px}.p01-active-work-stage .payment-head small,.p01-active-work-stage .payment-field small,.p01-active-work-stage .payment-note{color:#88766b}.p01-active-work-stage .payment-head h2{color:#4b3428}.p01-active-work-stage .payment-authority-badge{color:#7a5a33;background:#fff2df;border-color:#efd3ad}.p01-active-work-stage .payment-close{color:#4b3428;background:#7676801a;border-radius:13px}.p01-active-work-stage .payment-methods button{color:#4b3428;background:#fffdf9;border-color:#6d503a26;border-radius:14px}.p01-active-work-stage .payment-methods button.selected{color:#fff;background:#c87532;border-color:#c87532;box-shadow:0 5px 14px #c875322e}.p01-active-work-stage .payment-field>span{color:#4b3428}.p01-active-work-stage .payment-field input{color:#4b3428;background:#fffdf9;border-color:#6d503a2e;border-radius:14px}.p01-active-work-stage .payment-note{background:#76768014}.p01-active-work-stage .payment-confirm{background:linear-gradient(#d48643,#bf672d);border-radius:16px;box-shadow:0 8px 20px #be672d2e}@keyframes p01BackdropIn{0%{opacity:0}to{opacity:1}}@keyframes p01SheetIn{0%{opacity:0;transform:translateY(26px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.p01-active-work-stage .product-config-backdrop,.p01-active-work-stage .product-config-panel,.p01-active-work-stage .payment-backdrop,.p01-active-work-stage .payment-panel{animation:none}}.p01-catalog-search{z-index:61;color:#867469;-webkit-backdrop-filter:saturate(150%)blur(20px);backdrop-filter:saturate(150%)blur(20px);background:#fffdf8eb;border:1px solid #6d503a1f;border-radius:13px;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;width:min(230px,22vw);height:42px;padding:0 8px 0 11px;display:grid;position:absolute;top:15px;box-shadow:0 4px 14px #442c1d12,inset 0 1px #ffffffe0}.p01-active-work-stage.cart-left .p01-catalog-search{right:150px}.p01-active-work-stage.cart-right .p01-catalog-search{right:calc(var(--p01-cart-width) + 34px)}.p01-catalog-search>span{text-align:center;color:#a58c7c;font-size:18px;line-height:1}.p01-catalog-search input{color:#4b3428;width:100%;min-width:0;height:100%;font:inherit;background:0 0;border:0;outline:0;font-size:12px;font-weight:750}.p01-catalog-search input::placeholder{color:#9c8b80;font-weight:650}.p01-catalog-search input::-webkit-search-cancel-button{display:none}.p01-catalog-search>button{color:#6f5d52;background:#7676801a;border:0;border-radius:9px;width:28px;height:28px;font-size:17px;line-height:1}.p01-active-work-stage.cart-left .categories{padding-right:390px}.p01-active-work-stage.cart-right .categories{padding-right:252px}.p01-catalog-search:focus-within{border-color:#c875325c;box-shadow:0 0 0 3px #c8753217,0 5px 16px #442c1d14}@media (width<=980px){.p01-catalog-search{width:min(190px,24vw)}.p01-active-work-stage.cart-left .categories{padding-right:340px}.p01-active-work-stage.cart-right .categories{padding-right:210px}}@media (prefers-reduced-motion:reduce){.p01-catalog-search{scroll-behavior:auto}}:root{--smt-content:#f4f5f7;--smt-content-strong:#fff;--smt-content-muted:#f8f9fb;--smt-glass:#fafbfdc7;--smt-glass-strong:#ffffffe6;--smt-line:#121b2a1a;--smt-line-strong:#121b2a29;--smt-text:#161d2a;--smt-text-2:#5f6b7b;--smt-text-3:#8791a0;--smt-accent:#ec5a43;--smt-accent-strong:#d94731;--smt-blue:#3478f6;--smt-green:#20a45b;--smt-amber:#d78b18;--smt-danger:#d84a3a;--smt-radius-xs:10px;--smt-radius-sm:13px;--smt-radius-md:17px;--smt-radius-lg:22px;--smt-shadow:0 14px 40px #1f2a3d14,0 1px 0 #ffffffb3 inset;--smt-shadow-float:0 22px 70px #1822322e,0 1px 0 #ffffffd1 inset;--smt-motion:cubic-bezier(.2,.8,.2,1)}html,body,#root{background:var(--smt-content);color:var(--smt-text)}body{background:linear-gradient(#fafafb 0,#f3f4f6 48%,#eff1f4 100%)}button,input,select,a{-webkit-tap-highlight-color:transparent}button{transition:transform .14s var(--smt-motion),background-color .18s var(--smt-motion),border-color .18s var(--smt-motion),box-shadow .18s var(--smt-motion),opacity .18s var(--smt-motion)}button:not(:disabled):active,.smt-global-nav>a:active,.top-review-action:active{transform:scale(.975)}button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{outline-offset:2px;outline:3px solid #3478f63d!important}.smt-topbar{background:var(--smt-glass);-webkit-backdrop-filter:saturate(160%)blur(26px);border-bottom:1px solid #ffffff8c;height:62px;padding:0 18px;box-shadow:0 8px 24px #2430440b}.smt-brand{letter-spacing:-.01em;gap:10px;font-size:17px}.menu-icon{background:#ffffffbd;border:1px solid #121b2a14;border-radius:50%;place-items:center;width:34px;height:34px;font-size:0;display:grid}.menu-icon:after{content:"•••";letter-spacing:1px;font-size:15px;transform:translateY(-2px)}.system-status{background:#ffffffa8;border-color:#121b2a14;min-height:34px;padding:6px 12px;box-shadow:0 4px 16px #1c283a0a}.top-review-action,.staff-pill{background:#ffffffad;border-color:#121b2a17;box-shadow:0 5px 18px #232d3c0a}.top-review-action{border-radius:999px;min-height:38px}.top-review-action.active{color:#2361bf;background:#3478f61a;border-color:#3478f62e}.smt-global-nav{-webkit-backdrop-filter:saturate(170%)blur(30px);background:#f8f9fbc2;border:1px solid #ffffff9e;width:min(780px,66vw);height:58px;padding:5px;bottom:10px;box-shadow:0 16px 48px #1d273829,inset 0 1px #ffffffeb}.smt-global-nav>a,.smt-global-nav>.nav-disabled{transition:all .18s var(--smt-motion);border-radius:999px;gap:7px}.smt-global-nav>a.active{color:var(--smt-text);background:#ffffffeb;box-shadow:0 3px 14px #202b3d1a,0 0 0 1px #121b2a0f}.smt-global-nav span{font-size:16px}.smt-global-nav b{font-size:11px;font-weight:800}.glass-panel,.panel{background:var(--smt-content-strong);border-color:var(--smt-line);-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 8px 28px #1f2a3d0e}.orders-page,.dine-in-page,.soldout-page,.business-day-page,.report-page,.print-ops-page,.more-hub{background:0 0}.orders-page .glass-panel,.dine-in-board,.dine-in-detail,.soldout-head,.soldout-policy,.soldout-controls,.soldout-schedules,.business-day-head,.business-day-card,.business-day-open-form,.report-hero,.report-card,.print-ops-hero,.print-ops-search,.order-printing,.more-hero,.more-section{background:var(--smt-content-strong);border:1px solid var(--smt-line);box-shadow:0 7px 24px #222d3f0d}.orders-page{grid-template-columns:minmax(350px,35%) minmax(0,65%);gap:10px;height:calc(100vh - 140px);min-height:0;padding:10px}.orders-page .glass-panel{border-radius:var(--smt-radius-md)}.orders-queue{padding:13px}.orders-detail{padding:15px}.orders-stage-filter{background:#eef0f3;border-radius:13px;gap:3px;padding:3px}.orders-stage-filter button,.orders-source-filter button,.orders-channel-filter button{background:0 0;border-color:#0000;border-radius:10px;min-height:36px}.orders-stage-filter button.active,.orders-source-filter button.active,.orders-channel-filter button.active{color:var(--smt-text);background:#fff;border-color:#121b2a0f;box-shadow:0 2px 8px #1f2a3d17}.orders-search input,.orders-evidence-fields input,.orders-evidence-fields select{border-color:var(--smt-line);background:#f9fafb;border-radius:11px;box-shadow:inset 0 1px #fffc}.orders-row{border-color:var(--smt-line);border-left-width:4px;border-radius:13px;padding:10px 11px;box-shadow:inset 0 1px #fffc}.orders-row.selected{border-color:#3478f661;outline:0;box-shadow:0 0 0 3px #3478f617}.orders-detail-grid{gap:12px;padding:12px 0}.orders-lines article,.orders-facts{border-color:var(--smt-line);background:#fafbfc}.orders-action-buttons{gap:7px}.orders-action-buttons button{border-color:var(--smt-line);background:#fafbfc;border-radius:11px;min-height:50px}.orders-action-buttons .fulfillment-action:not(:disabled){background:var(--smt-text);color:#fff}.orders-evidence{background:#fffaf2;border-color:#d78b1847}.dine-in-page{grid-template-columns:minmax(0,1.75fr) minmax(300px,.75fr);gap:10px;min-height:calc(100dvh - 128px);padding:10px}.dine-in-board,.dine-in-detail{border-radius:var(--smt-radius-md);padding:13px}.dine-in-meta>*{background:#f0f2f5;border:1px solid #121b2a0d}.dine-in-table-grid{gap:8px}.dine-in-table{border-color:var(--smt-line);background:#fafbfc;border-radius:14px;min-height:108px;padding:10px;box-shadow:0 2px 8px #1f2a3d09}.dine-in-table:not(:disabled):hover{border-color:#3478f647;box-shadow:0 5px 16px #1f2a3d12}.queue-row{border-color:var(--smt-line);background:#fafbfc;border-radius:12px}.session-kpis div,.session-money div{background:#f4f5f7;border:1px solid #121b2a0a}.session-actions button,.queue-actions button{border:1px solid var(--smt-line);background:#f9fafb}.dine-in-dialog-backdrop{z-index:90;-webkit-backdrop-filter:blur(5px);background:#1319243d;justify-content:center;align-items:flex-end;padding:18px;animation:.18s ease-out both smt-backdrop-in;display:flex;position:fixed;inset:0}.dine-in-dialog{-webkit-backdrop-filter:saturate(160%)blur(30px);width:min(520px,100vw - 36px);max-height:min(76vh,620px);box-shadow:var(--smt-shadow-float);transform-origin:50% 100%;animation:smt-sheet-in .28s var(--smt-motion) both;background:#fafbfdf0;border:1px solid #ffffffb8;border-radius:28px;padding:20px 20px 18px;overflow:auto}.dine-in-dialog:before{content:"";background:#4d576740;border-radius:999px;width:36px;height:5px;margin:-7px auto 12px;display:block}.dine-in-dialog input{border-color:var(--smt-line);background:#fffc;border-radius:12px}.soldout-page{gap:10px;padding:10px 10px 92px}.soldout-head,.soldout-policy,.soldout-controls,.soldout-schedules{border-radius:var(--smt-radius-md);padding:13px}.soldout-controls{z-index:8;position:sticky;top:6px}.soldout-controls input{border-color:var(--smt-line);background:#f8f9fb;border-radius:11px}.soldout-filters{background:#eef0f3;border-radius:12px;padding:3px}.soldout-filters button{background:0 0;border:0}.soldout-filters button[aria-pressed=true]{background:#fff;outline:0;box-shadow:0 2px 8px #1f2a3d17}.soldout-node{border:1px solid var(--smt-line);background:#fff;border-radius:13px;padding:10px 12px}.soldout-node.status-soldout{background:snow;border-color:#d84a3a38}.soldout-node.status-paused{background:#faf9f6}.soldout-actions{background:var(--smt-glass-strong);-webkit-backdrop-filter:saturate(160%)blur(28px);box-shadow:var(--smt-shadow-float);border:1px solid #ffffffb3;border-radius:999px;bottom:72px}.business-day-page{gap:10px;padding:10px 12px 88px}.business-day-head,.business-day-card,.business-day-open-form{border-radius:var(--smt-radius-md)}.business-day-tabs{z-index:9;background:var(--smt-glass);-webkit-backdrop-filter:blur(22px);border:1px solid #ffffffa6;border-radius:999px;padding:4px;position:sticky;top:6px;box-shadow:0 7px 24px #1f2a3d14}.business-day-tabs a{border-radius:999px;padding:9px 12px}.business-day-tabs a.active{color:var(--smt-text);background:#fff;box-shadow:0 2px 9px #1f2a3d17}.business-day-card dl div{background:#f6f7f9;border:1px solid #121b2a09}.business-day-actions button,.business-day-form-row button,.business-day-open-form button{border-color:var(--smt-line);background:#fafbfc;border-radius:11px}.business-day-form-row button.danger{color:#b83d2f;background:#fff6f4;border-color:#d84a3a33}.report-page{gap:10px;padding:10px 12px 82px}.report-hero,.report-card{border-radius:var(--smt-radius-md)}.report-grid{gap:10px}.report-card{padding:14px}.report-refresh{color:#225ead;background:#3478f614;border-color:#3478f624;border-radius:999px;box-shadow:inset 0 1px #fffc}.report-metric{background:#f5f6f8;border-color:#121b2a0b;border-radius:12px}.report-metric strong{letter-spacing:-.025em}.report-live{color:#197b47;background:#eff9f3;border-color:#20a45b24}.report-rank{color:#285fb6;background:#eef3ff}.print-ops-page{gap:10px;padding:10px 12px 82px}.print-ops-hero,.print-ops-search,.order-printing{border-radius:var(--smt-radius-md)}.print-ops-ceiling{background:#fff8eb;border-color:#d78b1838}.print-ops-search input,.order-printing-action-form input{border-color:var(--smt-line);background:#f8f9fb;border-radius:11px}.print-ops-search button{background:var(--smt-text);border-radius:11px}.order-printing-job{border-color:var(--smt-line);background:#fafbfc;border-radius:13px}.order-printing-job.state-failed{background:#fff8f7;border-color:#d84a3a38}.order-printing-job.state-unknown{background:#fffbf3;border-color:#d78b1842}.order-printing-action-form{background:#f6f9ff;border-color:#3478f624}.more-hub{gap:10px;padding:10px 12px 82px}.more-hero,.more-section{border-radius:var(--smt-radius-md)}.more-section{padding:15px}.presentation-choice-grid{gap:8px}.presentation-choice-grid>button{border-color:var(--smt-line);background:#fafbfc;border-radius:14px;min-height:104px}.presentation-choice-grid>button.selected{background:#f3f7ff;border-color:#3478f63d;box-shadow:0 0 0 3px #3478f612}.more-module-grid{gap:8px}.more-module{border-color:var(--smt-line);background:#fafbfc;border-radius:13px;min-height:102px}.more-module.live{background:#f7f9ff;border-color:#3478f629}.p01-shell,.p01-workspace{background:0 0}.p01-cart,.p01-catalog,.review-workspace{border-color:var(--smt-line)}.p01-layout-popover{transform-origin:50% 0;-webkit-backdrop-filter:saturate(160%)blur(28px)!important;box-shadow:var(--smt-shadow-float)!important;background:#fafbfded!important;border:1px solid #ffffffb8!important}.product-config-backdrop,.payment-overlay{-webkit-backdrop-filter:blur(5px);background:#1319243d!important}.product-config-sheet,.payment-sheet{animation:smt-sheet-in .28s var(--smt-motion) both;border-radius:28px 28px 0 0!important;box-shadow:0 -18px 60px #1822322e!important}.smt-popover,.layout-popover,[data-smt-overlay=popover]{-webkit-backdrop-filter:saturate(160%)blur(28px);box-shadow:var(--smt-shadow-float);animation:smt-popover-in .18s var(--smt-motion) both;background:#fafbfdf0;border:1px solid #ffffffb8;border-radius:18px}.smt-sheet,[data-smt-overlay=sheet]{animation:smt-sheet-in .28s var(--smt-motion) both;background:#fafbfdf5;border-radius:28px 28px 0 0;box-shadow:0 -18px 60px #1822322e}.smt-alert,[data-smt-overlay=alert]{width:min(360px,100vw - 36px);box-shadow:var(--smt-shadow-float);animation:smt-popover-in .18s var(--smt-motion) both;background:#fafbfdf5;border-radius:22px}@keyframes smt-popover-in{0%{opacity:0;transform:translateY(-5px)scale(.975)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes smt-sheet-in{0%{opacity:.55;transform:translateY(24px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes smt-backdrop-in{0%{opacity:0}to{opacity:1}}@media (width<=1120px){.orders-page{grid-template-columns:minmax(330px,40%) minmax(0,60%)}.smt-global-nav{width:min(760px,76vw)}.dine-in-page{grid-template-columns:minmax(0,1.55fr) minmax(290px,.8fr)}}@media (width<=900px){.orders-page,.dine-in-page{grid-template-columns:1fr;height:auto;min-height:100%}.orders-detail,.dine-in-detail{min-height:340px}.smt-global-nav{width:calc(100vw - 28px);max-width:760px}}@media (width<=680px){.smt-topbar{padding:0 10px}.smt-global-nav{height:54px;bottom:8px}.smt-global-nav b{font-size:10px}.orders-page,.dine-in-page,.soldout-page,.business-day-page,.report-page,.print-ops-page,.more-hub{padding-inline:8px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}@media (prefers-reduced-transparency:reduce){.smt-topbar,.smt-global-nav,.business-day-tabs,.soldout-actions,.p01-layout-popover,.dine-in-dialog,.smt-popover,.smt-sheet,.smt-alert{-webkit-backdrop-filter:none!important;background:#fff!important}}
