:root{--active-color:#2cc2f6;--active-color-dark:#1699c7;--active-color-light:#e8f8fd;--gradient-green:170 221 198;--gradient-blue:168 196 244;--gradient-violet:205 186 232;--gradient-warm:236 210 166;color:#1e2431;background:#f4f6fa;font-family:Arial,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100dvh;margin:0;overflow-x:hidden}html,#root{min-height:100%}.animated-background{z-index:0;pointer-events:none;background:#f4f6fa;position:fixed;inset:0;overflow:hidden}.background-blob{background:radial-gradient(ellipse 64% 58% at 45% 45%, rgb(var(--blob-rgb) / .58) 0%, rgb(var(--blob-rgb) / .48) 16%, rgb(var(--blob-rgb) / .36) 34%, rgb(var(--blob-rgb) / .25) 52%, rgb(var(--blob-rgb) / .16) 68%, rgb(var(--blob-rgb) / .09) 82%, rgb(var(--blob-rgb) / .04) 94%, rgb(var(--blob-rgb) / .015) 106%, transparent 116%), radial-gradient(ellipse 88% 42% at 58% 52%, rgb(var(--blob-rgb) / .13) 0%, rgb(var(--blob-rgb) / .08) 46%, rgb(var(--blob-rgb) / .035) 84%, rgb(var(--blob-rgb) / .01) 108%, transparent 124%), radial-gradient(ellipse 42% 82% at 35% 62%, rgb(var(--blob-rgb) / .08) 0%, rgb(var(--blob-rgb) / .035) 56%, rgb(var(--blob-rgb) / .012) 92%, transparent 112%);opacity:.74;filter:blur(30px)saturate(.96);will-change:transform, filter;width:clamp(1100px,160vw,2400px);height:clamp(900px,135vw,2000px);animation:20s linear infinite background-edge-orbit;animation-delay:calc(var(--blob-delay) - var(--background-elapsed,0s));border-radius:46% 54% 58% 42%/52% 48% 55% 45%;position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.background-blob-1{--blob-rgb:var(--gradient-green);--blob-delay:0s}.background-blob-2{--blob-rgb:var(--gradient-blue);--blob-delay:-5s}.background-blob-3{--blob-rgb:var(--gradient-violet);--blob-delay:-10s}.background-blob-4{--blob-rgb:var(--gradient-warm);--blob-delay:-15s}.background-center-wash{z-index:1;background:radial-gradient(#ffffff94 0%,#ffffff6b 24%,#ffffff45 44%,#ffffff24 64%,#ffffff0f 82%,#0000 100%);position:absolute;inset:0}.app-content{z-index:1;min-height:100dvh;position:relative}@keyframes background-edge-orbit{0%,to{transform:translate(calc(-10vw - 50%),calc(-10vh - 50%))}25%{transform:translate(calc(110vw - 50%),calc(-10vh - 50%))}50%{transform:translate(calc(110vw - 50%),calc(110vh - 50%))}75%{transform:translate(calc(-10vw - 50%),calc(110vh - 50%))}}@media (prefers-reduced-motion:reduce){.background-blob{animation:none}.background-blob-1{transform:translate(calc(-10vw - 50%),calc(-10vh - 50%))}.background-blob-2{transform:translate(calc(110vw - 50%),calc(-10vh - 50%))}.background-blob-3{transform:translate(calc(110vw - 50%),calc(110vh - 50%))}.background-blob-4{transform:translate(calc(-10vw - 50%),calc(110vh - 50%))}}button,input{font:inherit}button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:12px 16px;font-weight:700}button:disabled{opacity:.6;cursor:wait}.auth-shell{place-items:center;min-height:100dvh;padding:24px 16px;display:grid;position:relative}.login-card{background:#ffffffad;border:1px solid #1e2431;border-radius:16px;width:min(100%,520px);padding:clamp(24px,5vw,40px);box-shadow:0 12px 30px #1e24310d}.app-shell{width:min(100%,1100px);margin:0 auto;padding:0 24px 24px}.home-logo{width:min(100%,150px);height:auto;display:block}.page-logo{width:min(100%,180px);height:auto;display:block;position:absolute;top:24px;left:24px}.login-card{margin-top:72px}h1{margin:14px 0 8px;font-size:clamp(28px,5vw,38px)}.subtitle{color:#64748b}form{margin-top:24px}label{margin:16px 0 7px;font-weight:700;display:block}input{color:#1e2431;border:1px solid #cbd5e1;border-radius:8px;width:100%;min-height:46px;padding:10px 12px}input:focus{border-color:#2563eb;outline:3px solid #bfdbfe}.password-field{position:relative}.password-field input{padding-right:48px}.password-toggle{color:#64748b;background:0 0;place-items:center;width:38px;height:38px;margin:0;padding:8px;display:grid;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.password-toggle:hover,.password-toggle[aria-pressed=true]{color:#2563eb;background:#eaf2ff}.password-toggle svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.primary-action{width:100%;min-height:48px;margin-top:20px}.link-button{color:#2563eb;background:0 0;margin-top:14px;padding:0}.error{color:#a02020}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.topbar{z-index:20;isolation:isolate;width:100vw;box-shadow:none;background:0 0;justify-content:space-between;align-items:center;gap:16px;margin:0 calc(50% - 50vw);padding:16px max(24px,50vw - 526px);transition:box-shadow .18s;display:flex;position:sticky;top:0;overflow:visible}.topbar-stuck{box-shadow:0 8px 18px #1e243140}.topbar-background-clip{z-index:-1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.topbar-background{width:100vw;height:100dvh;position:absolute;inset:0 auto auto 0}.topbar-nav{align-items:center;gap:8px;margin-left:auto;display:flex}.nav-action{color:#475569;background:0 0;padding:8px 12px}.nav-action:hover{background:var(--active-color-light);color:var(--active-color-dark)}.nav-action-active{color:var(--active-color);background:0 0}.nav-action-active:hover{background:var(--active-color-light);color:var(--active-color)}.nav-action:focus-visible{outline:2px solid var(--active-color);outline-offset:2px}.nav-action:disabled{opacity:1;cursor:default}.report-card{-webkit-backdrop-filter:blur(6px);background:#ffffffad;border:1px solid #cbd5e1d1;border-radius:12px;margin-top:12px;padding:20px}.stock-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-top:15px;display:flex}.stock-header h2{color:#1e293b;letter-spacing:-.02em;margin:0;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(22px,3vw,28px);font-weight:700}.stock-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;gap:8px;display:flex}.stock-summaries{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin:0;padding:0;display:flex}.stock-summary{min-height:44px;font:inherit;text-align:left;cursor:pointer;border:0;border-radius:8px;flex-direction:column;justify-content:center;align-items:stretch;gap:2px;padding:5px 10px 4px;font-size:.86rem;font-weight:600;line-height:1.25;display:flex;box-shadow:0 1px 2px #1e243114}.stock-summary:focus-visible{outline-offset:2px;outline:2px solid}.summary-label{white-space:nowrap}.summary-detail{white-space:nowrap;justify-content:center;align-items:center;gap:4px;display:flex}.summary-eye{border-radius:999px;place-items:center;width:18px;height:18px;padding:1px;display:grid}.summary-eye svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.low-stock-summary{color:#b91c1c;background:#fef2f2}.low-stock-summary:hover,.low-stock-summary[aria-pressed=true]{background:#fee2e2}.stale-stock-summary{color:#1d4ed8;background:#eff6ff}.stale-stock-summary:hover,.stale-stock-summary[aria-pressed=true]{background:#dbeafe}.reports-page,.orders-page{margin-top:15px}.orders-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.orders-header-main{flex-direction:column;align-items:flex-start;gap:10px;min-width:0;display:flex}.orders-header-actions{flex:none;justify-content:flex-end;align-items:center;margin-left:auto;display:flex}.orders-header h2{color:#1e293b;letter-spacing:-.02em;margin:0;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(22px,3vw,28px)}.orders-header p{color:#64748b;margin:4px 0 0}.orders-tools{border-bottom:1px solid #94a3b842;justify-content:space-between;align-items:center;gap:12px 20px;margin:-4px 0 16px;padding:0 0 12px;display:flex;position:relative}.orders-tool{align-items:center;gap:8px;min-width:0;display:flex}.orders-tool-event{flex-wrap:wrap;flex:300px}.orders-tool-catalog,.orders-tool-groups{flex:none}.orders-all-items-toggle{flex:0 0 30px}.orders-groups-toggle{color:#0f7498;background:#ffffffb3;border:1px solid #1699c761;border-radius:50%;place-items:center;width:36px;min-width:36px;height:36px;min-height:36px;padding:8px;transition:border-color .16s,background-color .16s,color .16s,transform .16s;display:inline-grid;box-shadow:0 2px 5px #1e293b12}.orders-groups-toggle:hover:not(:disabled),.orders-groups-toggle[aria-pressed=true]{color:#0c6380;background:#e8f8fdeb;border-color:#1699c7}.orders-groups-toggle:active:not(:disabled){transform:scale(.94)}.orders-groups-toggle:focus-visible{outline-offset:2px;outline:2px solid #1699c7}.orders-groups-toggle:disabled{cursor:not-allowed;opacity:.48}.orders-groups-toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:18px;height:18px}.orders-tool-label{color:#475569;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;flex:none;font-size:.72rem;font-weight:800}.orders-tool-event .orders-event-picker{width:min(100%,280px)}.orders-tool-event .orders-event-select-control{width:100%}.orders-tools .orders-edit-toggle{min-height:36px;padding:8px 12px;font-size:.76rem}.orders-event-picker{flex-wrap:nowrap;align-items:center;gap:6px;width:100%;min-width:0;display:flex}.orders-event-picker>.orders-event-select-control{flex:auto;width:auto}.orders-event-select-control{align-items:center;gap:6px;width:100%;min-width:0;display:flex}.orders-event-custom-select{flex:auto;min-width:0;position:relative}.orders-event-custom-select-open{z-index:100}.orders-event-select{appearance:none;color:#334155;text-align:left;background:#ffffffc7;border:1px solid #b9bde8;border-radius:9px;align-items:center;gap:7px;width:100%;min-height:36px;padding:8px 34px 8px 11px;font-size:.78rem;font-weight:700;transition:border-color .16s,background-color .16s,box-shadow .16s;display:flex;box-shadow:0 2px 5px #1e293b12}.orders-event-select:hover:not(:disabled),.orders-event-custom-select-open .orders-event-select{background:#fff;border-color:#858dd2}.orders-event-select:focus-visible{border-color:#7c83d4;outline:none;box-shadow:0 0 0 3px #c7d2fead}.orders-event-picker-active .orders-event-select{color:#4d54a0;background:#eef0ffe6;border-color:#7c83d4}.orders-event-option-dot{border:1px solid #47556947;border-radius:50%;flex:0 0 11px;width:11px;height:11px;display:inline-block;box-shadow:inset 0 0 0 1px #ffffff8c}.orders-event-select-value,.orders-event-option-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.orders-event-select-value{flex:auto}.orders-event-select-chevron{border-bottom:2px solid #7c83d4;border-right:2px solid #7c83d4;flex:0 0 7px;width:7px;height:7px;margin-left:2px;transform:translateY(-25%)rotate(45deg)}.orders-event-option-list{z-index:40;background:#fff;border:1px solid #94a3b88a;border-radius:11px;gap:2px;max-height:min(320px,50vh);padding:5px;display:grid;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow:auto;box-shadow:0 12px 28px #1e293b33}.orders-event-option{color:#334155;width:100%;min-width:0;min-height:31px;font:inherit;text-align:left;white-space:nowrap;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;padding:6px 9px;font-size:.77rem;display:flex}.orders-event-option:hover,.orders-event-option[aria-selected=true]{color:#4d54a0;background:#eef0ff}.orders-event-option-check{color:#6269b5;margin-left:auto;font-weight:800}.orders-event-custom-select-open .orders-event-option-list{animation:.12s ease-out order-container-menu-in}.orders-event-clear{color:#be3545;background:#fff1f2;border:1px solid #e8a6ad;border-radius:50%;flex:0 0 30px;place-items:center;width:30px;height:30px;padding:0;display:grid}.orders-event-clear:hover:not(:disabled){background:#ffe1e5;border-color:#d66b76}.orders-event-clear svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2px;width:14px;height:14px}.orders-event-inline-error{flex-basis:100%;margin:0;font-size:.74rem}.orders-export-button{color:#0f7498;background:#e8f8fde6;border:1px solid #1699c7;border-radius:8px;flex:none;min-height:32px;padding:7px 13px;font-size:.76rem}.orders-export-button:hover:not(:disabled),.orders-export-button:focus-visible{color:#075985;background:#d6f3fc;border-color:#0f7498}.orders-export-button:focus-visible{outline-offset:2px;outline:2px solid #2cc2f6}.orders-export-dialog{text-align:left;background:#fff;border:1px solid #1699c747;border-radius:18px;width:min(100%,860px);max-height:min(760px,100dvh - 32px);padding:26px 28px 24px;box-shadow:0 24px 70px #0f172a3d,inset 0 0 0 1px #ffffffdb}.orders-export-backdrop{-webkit-backdrop-filter:blur(4px);background:#0f172a6b}.orders-export-dialog>h3{color:#0f3b52;border-bottom:1px solid #1699c72e;padding:2px 40px 14px 2px;font-size:1.16rem}.orders-export-description{color:#25627a;background:#e8f8fdb8;border:1px solid #1699c729;border-radius:10px;margin:14px 0 0;padding:9px 12px;font-size:.82rem;line-height:1.45}.orders-export-description strong{color:#0f7498;font-weight:800}.orders-export-text{box-sizing:border-box;resize:vertical;color:#1e293b;white-space:pre;-webkit-user-select:none;user-select:none;cursor:default;background:linear-gradient(135deg,#f8fcff 0%,#f3f8fc 100%);border:1px solid #1699c74d;border-radius:12px;width:100%;min-height:min(52vh,500px);margin-top:14px;padding:15px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.78rem;line-height:1.45;display:block;box-shadow:inset 0 1px 2px #0f172a0d}.orders-export-text:focus{border-color:#1699c7;outline:none;box-shadow:0 0 0 3px #bae6fd94,inset 0 1px 2px #0f172a0d}.orders-export-actions{border-top:1px solid #94a3b833;justify-content:flex-end;margin-top:16px;padding-top:14px}.orders-export-actions>button{height:42px}.orders-export-actions .secondary-action{margin:0}.orders-export-copy-button{flex:0 0 42px;place-items:center;width:42px;min-width:42px;height:42px;min-height:42px;padding:10px;display:inline-grid}.orders-export-copy-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:17px;height:17px}.secondary-action.orders-export-copy-button-success{color:#15803d;background:#dcfce7;border:1px solid #cbd5e1}.secondary-action.orders-export-copy-button-success:hover,.secondary-action.orders-export-copy-button-success:focus-visible{color:#166534;background:#bbf7d0;border:1px solid #cbd5e1}.orders-resource-edit-button{color:#6269b5;background:#ffffffc7;border:1px solid #b9bde8;border-radius:9px;flex:0 0 34px;place-items:center;width:34px;min-width:34px;height:34px;min-height:34px;padding:8px;display:inline-grid;box-shadow:0 2px 5px #1e293b12}.orders-resource-edit-button:hover:not(:disabled),.orders-resource-edit-button:focus-visible{color:#4d54a0;background:#eef0ff;border-color:#858dd2}.orders-resource-edit-button:focus-visible{outline-offset:2px;outline:2px solid #858dd2}.orders-resource-edit-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:17px;height:17px}.orders-edit-toggle{color:#9a6700;background:#fff7ede0;border:1px solid #d8ad64;min-height:38px;box-shadow:0 2px 5px #78501414}.orders-edit-toggle:hover,.orders-edit-toggle-active{color:#8a5b00;background:#fef3c7;border-color:#c58a26}.orders-edit-toggle:focus-visible{outline-offset:2px;outline:2px solid #d19a2a}.orders-edit-error{margin:8px 0 0}.order-container-cell{white-space:nowrap;min-width:max-content}.order-container-editor{align-items:center;width:max-content;max-width:none;display:inline-flex}.order-container-select-wrap{width:max-content;position:relative}.order-container-select-control{align-items:center;gap:5px;width:max-content;min-width:0;display:flex}.order-container-custom-select{width:max-content;min-width:150px;display:inline-grid;position:relative}.order-container-custom-select-open{z-index:100}.order-container-select-size,.order-container-select-trigger{box-sizing:border-box;white-space:nowrap;grid-area:1/1;min-height:32px;padding:6px 34px 6px 11px;font-size:.78rem;font-weight:600}.order-container-select-size{visibility:hidden;border:1px solid #0000;padding-right:61px;overflow:hidden}.order-container-select-trigger{color:#334155;text-align:left;background:linear-gradient(135deg,#ffffffe0,#e8f8fdad);border:1px solid #64748b6b;border-radius:9px;align-items:center;gap:7px;width:100%;transition:border-color .16s,background-color .16s,box-shadow .16s;display:flex;box-shadow:0 2px 5px #1e293b12}.order-container-select-trigger:hover,.order-container-custom-select-open .order-container-select-trigger{background:#e8f8fd;border-color:#1699c7}.order-container-select-trigger:focus-visible{border-color:#1699c7;outline:none;box-shadow:0 0 0 3px #bae6fdad}.order-container-select-value,.order-container-option-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.order-container-select-value{flex:auto}.order-container-color-dot{background:#f8fafc;border:1px solid #47556947;border-radius:50%;flex:0 0 11px;width:11px;height:11px;display:inline-block;box-shadow:inset 0 0 0 1px #ffffff8c}.order-container-select-chevron{border-bottom:2px solid #1699c7;border-right:2px solid #1699c7;flex:0 0 7px;width:7px;height:7px;margin-left:2px;transform:translateY(-25%)rotate(45deg)}.order-container-option-list{z-index:40;background:#fff;border:1px solid #94a3b88a;border-radius:11px;gap:2px;width:max-content;min-width:100%;max-width:min(360px,100vw - 32px);max-height:min(320px,50vh);padding:5px;display:grid;position:absolute;top:calc(100% + 5px);left:0;overflow:auto;box-shadow:0 12px 28px #1e293b33}.order-container-option{color:#334155;width:100%;min-width:0;min-height:31px;font:inherit;text-align:left;white-space:nowrap;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;padding:6px 9px;font-size:.77rem;display:flex}.order-container-option:hover,.order-container-option[aria-selected=true]{color:#0f7498;background:#e8f8fd}.order-container-option-check{color:#1699c7;margin-left:auto;font-weight:800}.order-container-custom-select-open .order-container-option-list{animation:.12s ease-out order-container-menu-in}@keyframes order-container-menu-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.order-container-select-wrap:focus-within{border-radius:9px}.order-article-name-button{max-width:100%;color:inherit;font:inherit;text-align:left;cursor:text;background:0 0;border:0;margin:0;padding:0;display:inline-block}.order-article-name-button:hover{color:#0f7498;text-underline-offset:3px;-webkit-text-decoration:underline #1699c79e;text-decoration:underline #1699c79e}.order-article-name-button:focus-visible{outline-offset:3px;border-radius:4px;outline:2px solid #1699c7}.order-article-editor{width:100%;min-width:0;max-width:none;display:block;position:relative}.order-article-editor-sizer{white-space:nowrap;visibility:hidden;min-width:0;min-height:30px;display:block;overflow:hidden}.order-article-editor input{z-index:1;box-sizing:border-box;color:#1e293b;width:100%;min-width:0;min-height:30px;font:inherit;background:#ffffffdb;border:1px solid #1699c7;border-radius:7px;padding:5px 8px;font-size:.82rem;display:block;position:absolute;inset:0}.order-article-editor input:focus{border-color:#0f7498;outline:none;box-shadow:0 0 0 3px #bae6fdad}.order-add-item-button{color:#0f7498;background:#ffffffb8;border:1px solid #1699c7}.order-add-item-button:hover{background:#e8f8fd;border-color:#0f7498}.order-delete-cell{text-align:center;width:48px;min-width:48px}.order-delete-heading{width:48px;min-width:48px}.order-delete-item-button{color:#dc2626;background:#fff1f2;border:1px solid #fca5a5;border-radius:8px;place-items:center;width:32px;min-width:32px;height:32px;min-height:32px;padding:7px;display:inline-grid}.order-delete-item-button:hover{background:#fee2e2;border-color:#dc2626}.order-delete-item-button:focus-visible,.order-add-item-button:focus-visible{outline-offset:2px;outline:2px solid #1699c7}.order-delete-item-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:17px;height:17px}.order-add-item-button{border-radius:7px;min-height:32px;margin:8px auto 2px;padding:6px 12px;font-size:.78rem;font-weight:700}.orders-table-editing tfoot td{text-align:center;border-top:1px solid #e2e8f0;padding-top:6px}.orders-edit-dialog{text-align:left}.orders-edit-dialog h3,.orders-edit-dialog p{text-align:center}.orders-edit-dialog label{margin-top:12px}.orders-edit-dialog input,.orders-edit-dialog select{color:#1e2431;width:100%;min-height:40px;font:inherit;background:#ffffffdb;border:1px solid #cbd5e1;border-radius:8px;padding:9px 11px}.orders-edit-dialog select{cursor:pointer}.orders-resource-editor-dialog{width:min(100%,620px);max-height:min(760px,100dvh - 32px);position:relative;overflow:auto}.orders-resource-editor-dialog.orders-export-dialog{width:min(100%,860px)}.orders-event-editor-dialog>h3{padding-right:30px}.orders-resource-editor-close{color:#64748b;background:#f8fafc;border:1px solid #cbd5e1;border-radius:50%;place-items:center;width:30px;min-width:30px;height:30px;min-height:30px;padding:6px;display:grid;position:absolute;top:12px;right:12px}.orders-resource-editor-close:hover:not(:disabled),.orders-resource-editor-close:focus-visible{color:#334155;background:#eef2f7;border-color:#94a3b8}.orders-resource-editor-close:focus-visible{outline:2px solid var(--active-color);outline-offset:2px}.orders-resource-editor-close svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2px;width:16px;height:16px}.orders-resource-editor-list{gap:7px;max-height:300px;margin-top:16px;padding:2px;display:grid;overflow:auto}.orders-resource-editor-row{background:0 0;border:0;border-radius:0;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:8px;padding:5px 0;display:grid}.orders-container-editor-row{grid-template-columns:minmax(0,1fr) auto 34px}.orders-resource-editor-fields{align-items:center;gap:8px;min-width:0;display:flex}.orders-resource-editor-row input{min-width:0;min-height:34px;padding:7px 9px}.orders-inline-color-control{background:var(--editor-color,#e2e8f0);cursor:pointer;width:30px;min-width:30px;height:30px;min-height:30px;font:inherit;border:1px solid #cbd5e1;border-radius:50%;flex:0 0 30px;place-items:center;margin:0;display:inline-grid;position:relative;overflow:hidden;box-shadow:inset 0 0 0 3px #ffffffb3}.orders-inline-color-control input[type=color]{opacity:0;cursor:pointer;border:0;width:100%;height:100%;min-height:0;padding:0;position:absolute;inset:0}.orders-inline-color-control:focus-within,.orders-inline-color-control:focus-visible{outline-offset:2px;outline:2px solid #1699c7}.orders-container-color-editor{display:inline-flex;position:relative}.orders-container-color-popover{z-index:200;background:#fff;border:1px solid #cbd5e1;border-radius:12px;width:260px;padding:10px;position:absolute;top:50%;left:calc(100% + 8px);transform:translateY(-50%);box-shadow:0 12px 28px #1e293b33}.orders-container-color-popover .orders-color-fieldset{border:0;margin:0;padding:4px}.orders-container-color-popover .orders-color-palette{grid-template-columns:repeat(8,minmax(20px,1fr));gap:7px}.orders-container-editor-dialog .orders-resource-table-wrap,.orders-container-editor-dialog{overflow:visible}.orders-resource-usage{color:#64748b;white-space:nowrap;font-size:.72rem}.orders-resource-delete-button{color:#dc2626;background:#fff1f2;border:1px solid #fca5a5;border-radius:8px;place-items:center;width:32px;min-width:32px;height:32px;min-height:32px;padding:7px;display:inline-grid}.orders-resource-delete-button:hover:not(:disabled),.orders-resource-delete-button:focus-visible{background:#fee2e2;border-color:#dc2626}.orders-resource-delete-button:focus-visible{outline-offset:2px;outline:2px solid #dc2626}.orders-resource-delete-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:17px;height:17px}.orders-resource-empty{color:#64748b;text-align:center;margin:12px 0;font-size:.78rem}.orders-resource-add-section{border-top:1px solid #e2e8f0;margin-top:16px;padding-top:12px}.orders-resource-add-section>label{color:#475569;margin:0 0 7px;font-size:.78rem;font-weight:700;display:block}.orders-resource-add-row{align-items:center;gap:8px;display:flex}.orders-resource-add-row>input{flex:auto;min-width:0}.orders-resource-add-button{color:#fff;background:#1699c7;border:1px solid #1699c7;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;min-width:34px;height:34px;min-height:34px;padding:0;font-size:1.35rem;font-weight:700;line-height:1;display:inline-grid;box-shadow:0 3px 8px #1699c738}.orders-resource-add-button:hover:not(:disabled),.orders-resource-add-button:focus-visible{background:#0f7498;border-color:#0f7498}.orders-resource-add-button:focus-visible{outline-offset:2px;outline:2px solid #1699c7}.orders-resource-add-section-compact{justify-content:center;padding-top:10px;display:flex}.orders-resource-add-section-compact .orders-resource-add-button{margin:0}.orders-resource-table-wrap{width:100%;margin-top:12px;overflow-x:auto}.orders-resource-table{border-collapse:collapse;width:100%;font-size:.78rem}.orders-resource-table th,.orders-resource-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e2e8f0;padding:5px 8px}.orders-resource-table th{color:#64748b;letter-spacing:.04em;text-transform:uppercase;font-size:.68rem;font-weight:800}.orders-container-editor-table{table-layout:auto;width:100%;min-width:min(100%,400px);max-width:100%}.orders-container-editor-table th:first-child,.orders-container-editor-table td:first-child{white-space:nowrap;width:auto}.orders-container-editor-table td:first-child input{width:100%;min-width:8ch;max-width:none;min-height:30px;padding:5px 7px;display:block}.orders-container-editor-table th:nth-child(2),.orders-container-editor-table td:nth-child(2),.orders-container-editor-table th:nth-child(3),.orders-container-editor-table td:nth-child(3),.orders-container-editor-table th:last-child,.orders-container-editor-table td:last-child{width:1%}.orders-container-editor-table th:nth-child(3),.orders-container-editor-table td:nth-child(3){white-space:nowrap}.orders-container-editor-table td:last-child{text-align:right}.orders-container-editor-table .orders-inline-color-control{box-sizing:border-box;aspect-ratio:1;border-radius:50%;flex:0 0 26px;width:26px;min-width:26px;height:26px;min-height:26px;padding:0}.orders-container-editor-table .orders-resource-delete-button{width:28px;min-width:28px;height:28px;min-height:28px;padding:6px}.orders-resource-add-form{background:linear-gradient(135deg,#e8f8fd94,#fffffff0);border:1px solid #1699c738;border-radius:12px;gap:9px;margin-top:16px;padding:16px;display:grid;box-shadow:inset 0 1px #ffffffe6,0 5px 14px #1e293b0f}.orders-resource-add-form h4{color:#1e293b;align-items:center;gap:7px;margin:0 0 4px;font-size:.88rem;font-weight:800;display:flex}.orders-resource-add-form h4:before{background:var(--active-color);content:"";border-radius:50%;flex:0 0 8px;width:8px;height:8px;box-shadow:0 0 0 3px #2cc2f629}.orders-resource-add-form>label{color:#334155;margin:0;font-size:.72rem;font-weight:700}.orders-resource-add-form input,.orders-resource-add-form select{background:#ffffffeb;border:1px solid #94a3b8ad;border-radius:9px;width:100%;min-height:40px;padding:8px 11px;transition:border-color .16s,box-shadow .16s,background-color .16s;box-shadow:0 1px 2px #1e293b0a}.orders-resource-add-form input:hover,.orders-resource-add-form select:hover{border-color:#1699c794}.orders-resource-add-form input:focus,.orders-resource-add-form select:focus{border-color:var(--active-color-dark);background:#fff;outline:none;box-shadow:0 0 0 3px #bae6fd9e}.orders-resource-add-form select{cursor:pointer}.orders-resource-add-form .orders-color-fieldset{background:#ffffff7a;border-color:#94a3b87a;margin:8px 0 0}.orders-resource-add-form .report-delete-dialog-actions{border-top:1px solid #94a3b83d;justify-content:flex-end;margin-top:8px;padding-top:10px}.orders-resource-add-form .report-delete-dialog-actions button{border-radius:8px;min-height:36px;padding:8px 14px;font-size:.76rem}.orders-resource-add-form .report-delete-dialog-actions>button:not(.secondary-action){background:var(--active-color-dark);box-shadow:0 2px 5px #0f749829}.orders-resource-add-form .report-delete-dialog-actions>button:not(.secondary-action):hover:not(:disabled){background:#0f7498}.orders-confirm-replacement-label{color:#475569;gap:7px;margin-top:14px;font-size:.78rem;font-weight:700;display:grid}.orders-confirm-replacement-label select{color:#1e2431;width:100%;min-height:38px;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px;font-weight:400}.orders-editor-confirm-backdrop{z-index:80}.orders-resource-confirm-dialog{width:min(100%,430px)}.orders-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.orders-form-grid label{margin:12px 0 0}.orders-dialog-error{text-align:center;margin:12px 0 0}.orders-color-fieldset{border:1px solid #e2e8f0;border-radius:8px;min-width:0;margin:16px 0 0;padding:8px 10px 10px}.orders-color-fieldset legend{color:#475569;padding:0 4px;font-size:.78rem;font-weight:700}.orders-color-palette{grid-template-columns:repeat(10,minmax(20px,1fr));gap:6px;display:grid}.orders-color-swatch{background:var(--swatch-color);border:2px solid #fff;border-radius:50%;width:24px;min-width:24px;height:24px;min-height:24px;padding:0;box-shadow:0 0 0 1px #cbd5e1}.orders-color-swatch:hover,.orders-color-swatch-selected{transform:scale(1.08);box-shadow:0 0 0 2px #1699c7}.orders-color-picker-label{cursor:pointer;background:conic-gradient(#ef4444,#eab308,#22c55e,#06b6d4,#3b82f6,#a855f7,#ef4444);border:1px solid #94a3b8;border-radius:50%;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;min-height:24px;margin:0;padding:0;display:inline-flex;overflow:hidden}.orders-edit-dialog .orders-color-picker-label{margin:0}.orders-color-picker-label span{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.orders-color-picker-label input[type=color]{opacity:0;cursor:pointer;border:0;width:100%;height:100%;min-height:0;margin:0;padding:0}.orders-card{width:100%;margin-top:12px}.orders-category-tab-name-button{max-width:100%;color:inherit;font:inherit;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;background:0 0;border:0;margin:0;padding:0;overflow:hidden}.orders-category-tab-name-button:hover{color:#0f7498;text-underline-offset:3px;-webkit-text-decoration:underline #1699c79e;text-decoration:underline #1699c79e}.orders-category-tab-name-button:focus-visible{outline-offset:3px;border-radius:4px;outline:2px solid #1699c7}.orders-category-status{white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-width:44px;padding:3px 6px;font-size:.66rem;font-weight:800;line-height:1;display:inline-flex}.orders-category-status-all{color:#15803d;background:#dcfce7d1;border-color:#16a34a3d}.orders-category-status-partial{color:#a16207;background:#fef9c3d1;border-color:#eab30852}.orders-category-status-none,.orders-category-status-empty{color:#64748b;background:#f1f5f9db;border-color:#94a3b842}.orders-category-stale-warning{color:#c2410c;white-space:nowrap;background:#fff7edf0;border:1px solid #ea580c57;border-radius:7px;align-items:center;gap:5px;min-width:0;padding:4px 7px;font-size:.68rem;font-weight:800;line-height:1.15;display:inline-flex}.orders-category-stale-warning svg{fill:currentColor;flex:0 0 16px;width:16px;height:16px}.orders-category-stale-warning .order-warning-mark{fill:#9a3412;stroke:#9a3412;stroke-linecap:round;stroke-width:1.8px}.orders-global-stale-warning{flex:0 auto;margin-left:0}.orders-category-name-editor{flex-direction:column;align-items:stretch;gap:4px;width:min(180px,100%);min-width:0;display:inline-flex}.orders-category-name-editor input{box-sizing:border-box;color:#1e293b;width:100%;min-width:0;min-height:30px;font:inherit;background:#ffffffdb;border:1px solid #1699c7;border-radius:7px;padding:4px 7px;font-size:.78rem;display:block}.orders-category-name-editor input:focus{border-color:#0f7498;outline:none;box-shadow:0 0 0 3px #bae6fdad}.orders-group-heading{cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid #94a3b840;align-items:center;gap:8px;min-height:32px;margin-bottom:8px;padding:0 2px 6px;display:flex}.orders-group-category-name{color:#1e293b;white-space:nowrap;background:0 0;border:0;border-radius:0;align-items:center;min-width:0;padding:4px 2px 4px 16px;font-size:.92rem;font-weight:800;line-height:1.15;display:inline-flex;position:relative}.orders-group-category-name:before,.orders-group-heading .orders-category-tab-name-button:before{background:var(--category-color,#cbd5e1);width:8px;height:8px;box-shadow:0 0 0 3px color-mix(in srgb, var(--category-color,#cbd5e1) 16%, transparent);content:"";border-radius:50%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.orders-category-edit-control{flex:0 auto;align-items:center;min-width:0;display:inline-flex;position:relative}.orders-category-edit-control>.orders-category-tab-name-button{color:#1e293b;background:0 0;border:0;border-radius:0;align-items:center;min-width:0;padding:4px 2px 4px 28px;font-size:.92rem;font-weight:800;line-height:1.15;display:inline-flex;position:relative}.orders-category-edit-control .orders-category-tab-name-button:hover,.orders-category-edit-control .orders-category-tab-name-button:focus-visible{color:var(--active-color-dark)}.orders-category-edit-control .orders-category-tab-name-button:before{width:20px;height:20px;box-shadow:0 0 0 4px color-mix(in srgb, var(--category-color,#cbd5e1) 18%, transparent)}.orders-category-color-picker{z-index:4;width:20px;height:20px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.orders-category-color-picker-open{z-index:220}.orders-category-color-trigger{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50%;width:20px;min-width:20px;height:20px;min-height:20px;padding:0;display:block}.orders-category-color-trigger:hover,.orders-category-color-trigger[aria-expanded=true]{background:#ffffff24;border-color:#0f74986b}.orders-category-color-trigger:focus-visible{border-color:var(--active-color-dark);outline-offset:2px;outline:2px solid #2cc2f675}.orders-category-color-picker-popover{z-index:230;pointer-events:auto;background:#fff;border:1px solid #94a3b88a;border-radius:11px;width:min(330px,100vw - 32px);padding:7px;position:absolute;top:calc(100% + 7px);left:-5px;box-shadow:0 12px 28px #1e293b33}.orders-category-color-picker-popover .orders-color-fieldset{border:0;margin:0;padding:3px}.orders-category-color-picker-popover .orders-color-palette{grid-template-columns:repeat(auto-fill,24px);justify-content:start}.orders-category-color-picker-popover .orders-color-picker-label,.orders-category-color-picker-popover .orders-color-picker-label input[type=color]{z-index:1;pointer-events:auto;position:relative}.orders-group-heading>.orders-category-name-editor{flex:0 220px}.orders-category-delete-button{color:#dc2626;background:#fff1f2;border:1px solid #fecaca;border-radius:7px;flex:0 0 28px;place-items:center;width:28px;min-width:28px;height:28px;min-height:28px;padding:6px;display:inline-grid}.orders-category-delete-button:hover:not(:disabled),.orders-category-delete-button:focus-visible{color:#b91c1c;background:#fee2e2;border-color:#f87171}.orders-category-delete-button:focus-visible{outline-offset:2px;outline:2px solid #ef4444}.orders-category-delete-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:16px;height:16px}.orders-group-heading>.orders-category-status{margin-left:0}.orders-group-heading[data-has-stale-warning=true]>.orders-category-stale-warning{margin-left:auto}.orders-group-heading[data-has-stale-warning=true]>.orders-batch-quantity-actions,.orders-group-heading[data-has-stale-warning=true]>.orders-category-status{margin-left:0}.orders-group-heading>.order-category-toggle{flex:none}.orders-group-heading>.orders-batch-quantity-actions,.orders-card-editing .orders-group-heading>.orders-category-status{margin-left:auto}.orders-card-editing .orders-group-heading[data-has-stale-warning=true]>.orders-category-status{margin-left:0}.orders-category-add-row{justify-content:center;width:100%;padding-top:4px;display:flex}.orders-category-add-button{color:#0f7498;background:#e8f8fd7a;border:1px dashed #1699c785;border-radius:8px;align-items:center;gap:6px;min-height:32px;padding:5px 11px;font-size:.76rem;font-weight:700;display:inline-flex}.orders-category-add-button:hover,.orders-category-add-button:focus-visible{background:#e8f8fd;border-color:#1699c7}.orders-category-add-button>span{font-size:1.15rem;font-weight:500;line-height:.8}.orders-group-collapse{color:#64748b;cursor:pointer;background:#f8fafcdb;border:1px solid #94a3b873;border-radius:50%;flex:0 0 30px;place-items:center;width:30px;min-width:30px;height:30px;min-height:30px;margin-left:2px;padding:0;transition:border-color .16s,background-color .16s,color .16s,transform .16s;display:inline-grid}.orders-group-collapse:hover,.orders-group-collapse:focus-visible{border-color:var(--active-color-dark);background:var(--active-color-light);color:var(--active-color-dark)}.orders-group-collapse:focus-visible{outline:2px solid var(--active-color);outline-offset:2px}.orders-group-collapse>span{border-bottom:2px solid;border-right:2px solid;width:8px;height:8px;transition:transform .16s;transform:translateY(-2px)rotate(45deg)}.orders-group-collapse-open>span{transform:translateY(2px)rotate(225deg)}.orders-groups{grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr));width:100%}.orders-group{width:100%;min-width:0}.orders-card .orders-groups{flex-flow:column;align-items:flex-start;gap:24px;display:flex}.orders-card .orders-group{flex:0 0 100%;width:100%;min-width:0}.orders-table-wrap{width:100%;overflow:visible}.orders-card .report-summary-table-wrap{-webkit-backdrop-filter:none;width:100%;min-width:0;overflow:visible}.orders-table{table-layout:auto;white-space:nowrap;width:max-content;min-width:100%}.orders-table th,.orders-table td{white-space:nowrap;vertical-align:middle;min-width:0;padding:3px 8px;line-height:1.2;overflow:visible}.orders-table th{font-size:.72rem}.orders-table thead th:first-child{text-align:center}.orders-table .report-summary-category,.orders-table .report-summary-container{white-space:nowrap;padding:2px 7px;font-size:.78rem}.orders-table td:first-child{font-weight:700}.orders-table .report-chip{padding:3px 9px;font-size:.85rem}.order-last-pointage-cell{color:#64748b;font-variant-numeric:tabular-nums;text-align:center;white-space:nowrap;font-size:.72rem}.orders-table tbody tr.order-stale-row>td{background:#facc151f}.order-pointage-meta{flex-direction:column;align-items:center;gap:2px;display:flex}.order-pointage-warning-line{justify-content:center;align-items:center;min-height:24px;display:flex}.order-pointage-date{white-space:nowrap;align-items:center;min-height:15px;display:inline-flex}.order-pointage-operator{border-color:var(--operator-color,#cbd5e1);background:0 0;padding:1px 5px;font-size:10px;line-height:1.1}.order-stale-warning{color:#eab308;filter:drop-shadow(0 1px 1px #a1620747);width:24px;height:24px;display:inline-flex}.order-stale-warning svg{fill:currentColor;width:100%;height:100%;display:block}.order-stale-warning .order-warning-mark{fill:#854d0e;stroke:#854d0e;stroke-linecap:round;stroke-width:1.8px}.orders-table th:nth-child(2),.orders-table td:nth-child(2){min-width:560px}.order-stock-control{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:560px;display:grid}.order-stock-visual{min-width:0;padding:21px 0 25px;position:relative}.order-stock-track{background:#e8eef5;border-radius:999px;height:16px;margin:0 2px;position:relative;box-shadow:inset 0 0 0 1px #cbd5e180}.order-stock-control-editing .order-stock-track{cursor:ew-resize;touch-action:none;-webkit-user-select:none;user-select:none}.order-stock-ticks{z-index:1;pointer-events:none;position:absolute;inset:0}.order-stock-tick{background:#47556961;border-radius:1px;width:1px;height:8px;position:absolute;top:4px;transform:translate(-.5px)}.order-stock-tick-major{background:#47556952;width:2px;height:14px;top:1px;transform:translate(-1px)}.order-stock-level-fill{border-radius:inherit;opacity:.72;background:#2cc2f6;max-width:100%;position:absolute;inset:0 auto 0 0}.order-stock-order-fill{border-radius:inherit;background-color:#ffffff29;background-image:repeating-linear-gradient(45deg,#0000 0 6px,#2cc2f694 6px 8px);border:1px solid #2cc2f661;max-width:100%;position:absolute;inset:0 auto 0 0}.order-stock-order-fill-event{background-color:#eef0ff6b;background-image:repeating-linear-gradient(45deg,#0000 0 6px,#7c83d494 6px 8px);border-color:#7c83d461}.order-stock-marker{z-index:3;pointer-events:none;border-radius:2px;width:2px;height:26px;position:absolute;top:-5px;transform:translate(-1px)}.order-stock-marker-current{background:#1699c7;box-shadow:0 0 0 2px #fff}.order-stock-marker-minimum{background:#d97706}.order-stock-marker-maximum{background:#64748b}.order-stock-range{z-index:4;cursor:ew-resize;appearance:none;background:0 0;border:0;border-radius:0;outline:none;width:100%;height:28px;min-height:0;margin:0;padding:0;position:absolute;inset:-6px auto auto 0}.order-stock-range:focus,.order-stock-range:focus-visible{box-shadow:none;border:0;outline:none}.order-stock-control-editing .order-stock-order-fill,.order-stock-control-editing .order-stock-range,.order-stock-control-editing .order-stock-command-label{display:none}.order-stock-limit-handle{z-index:6;background:var(--limit-color,#64748b);cursor:ew-resize;touch-action:none;-webkit-user-select:none;user-select:none;border:2px solid #fff;border-radius:4px;outline:none;width:10px;height:28px;min-height:0;margin:0;padding:0;position:absolute;top:-6px;transform:translate(-50%);box-shadow:0 2px 6px #1e3a8a4d,0 0 0 1px #1e293b3d}.order-stock-limit-handle:focus,.order-stock-limit-handle:focus-visible{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px #2cc2f647}.order-stock-limit-handle-min{--limit-color:#d97706}.order-stock-limit-handle-max{--limit-color:#64748b}.orders-table-editing .order-stock-control{grid-template-columns:minmax(0,1fr)}.order-stock-range::-webkit-slider-runnable-track{background:0 0;border:0;height:16px}.order-stock-range::-moz-range-track{background:0 0;border:0;height:16px}.order-stock-range::-webkit-slider-thumb{cursor:ew-resize;appearance:none;background:linear-gradient(145deg,#5bd5f7,#1699c7);border:2px solid #fff;border-radius:999px;width:6px;height:28px;margin-top:-6px;box-shadow:0 2px 6px #1e3a8a4d,0 0 0 1px #1699c766}.order-stock-range::-moz-range-thumb{cursor:ew-resize;background:linear-gradient(145deg,#5bd5f7,#1699c7);border:2px solid #fff;border-radius:999px;width:6px;height:28px;box-shadow:0 2px 6px #1e3a8a4d,0 0 0 1px #1699c766}.order-stock-control-event .order-stock-range::-webkit-slider-thumb{background:linear-gradient(145deg,#b9b8f4,#7c83d4);box-shadow:0 2px 6px #5854aa4d,0 0 0 1px #7c83d48c}.order-stock-control-event .order-stock-range::-moz-range-thumb{background:linear-gradient(145deg,#b9b8f4,#7c83d4);box-shadow:0 2px 6px #5854aa4d,0 0 0 1px #7c83d48c}.order-stock-scale-label{z-index:3;color:#64748b;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:.68rem;line-height:1.1;position:absolute}.order-stock-scale-start{top:auto;bottom:5px;left:0}.order-stock-command-label{color:#1699c7;font-weight:700;top:-18px;transform:translate(-50%)}.order-stock-control-event .order-stock-command-label{color:#7c83d4}.order-stock-marker-labels{height:17px;position:absolute;bottom:0;left:0;right:0}.order-stock-marker-labels .order-stock-scale-label{transform:translate(-50%)}.order-stock-marker-labels .order-stock-scale-label:first-child{color:#1699c7;text-align:center;font-weight:700;top:-42px;transform:translate(-50%)}.order-stock-marker-labels .order-stock-scale-label:nth-child(2){color:#b45309}.order-stock-marker-labels .order-stock-scale-label:nth-child(3){color:#475569}.order-quantity-actions{justify-content:flex-end;align-items:center;gap:3px;display:inline-flex}.orders-batch-quantity-actions{flex:none;justify-content:center;align-self:center;align-items:center;width:27px;height:27px;line-height:0}.order-quantity-action{color:#334155;background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;place-items:center;width:27px;min-width:27px;height:27px;min-height:27px;padding:5px;display:inline-grid}.order-quantity-action:hover:not(:disabled){border-color:var(--active-color);color:#1699c7;background:#e8f8fd}.order-quantity-action:disabled{color:#cbd5e1;cursor:not-allowed;background:#f8fafc;border-color:#e2e8f0}.order-quantity-action svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:16px;height:16px}.order-quantity-reset{color:#1699c7;background:#ffffff9e;border:1px solid #2cc2f661;border-radius:50%;transition:transform .16s,border-color .16s,background .16s,color .16s;box-shadow:0 1px 3px #1e243114}.order-quantity-reset:hover:not(:disabled){color:#0f6f8f;background:#e8f8fd;border-color:#1699c7;transform:rotate(-18deg)}.order-quantity-reset:disabled{color:#b8c3d1;box-shadow:none;background:#ffffff6b;border-color:#e2e8f0}.order-include-heading{flex-direction:column;justify-content:center;align-items:center;gap:3px;display:flex}.order-toggle{justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;min-height:30px;display:inline-flex;position:relative}.order-item-toggle{flex-direction:column;gap:4px;width:48px;min-width:48px;height:auto;min-height:0}.order-include-quantity{color:#64748b;white-space:nowrap;font-size:.64rem;font-weight:600;line-height:1}.order-include-quantity-hidden{visibility:hidden}.checkbox-wrapper-26 *{-webkit-tap-highlight-color:transparent;outline:none}.checkbox-wrapper-26 input[type=checkbox]{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.checkbox-wrapper-26 label{--size:28px;width:var(--size);height:var(--size);box-shadow:0 calc(var(--size) * .07) calc(var(--size) * .1) #ffbeb8;cursor:pointer;z-index:1;background-color:#f72414;border-radius:50%;margin:0;transition:transform .2s,background-color .2s,box-shadow .2s;display:block;position:relative;overflow:hidden}.checkbox-wrapper-26 label:before{content:"";width:calc(var(--size) * .7);height:calc(var(--size) * .7);box-shadow:inset 0 calc(var(--size) * .07) calc(var(--size) * .1) #ffbeb8;background-color:#fff;border-radius:50%;margin:0 auto;transition:width .2s,height .2s,box-shadow .2s;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.checkbox-wrapper-26 label:hover:before{width:calc(var(--size) * .55);height:calc(var(--size) * .55);box-shadow:inset 0 calc(var(--size) * .07) calc(var(--size) * .1) #ff9d96}.checkbox-wrapper-26 label:active{transform:scale(.9)}.checkbox-wrapper-26 .tick_mark{top:-1px;right:0;left:calc(var(--size) * -.05);width:calc(var(--size) * .6);height:calc(var(--size) * .6);margin:0 auto 0 calc(var(--size) * .14);position:absolute;transform:rotate(-40deg)}.checkbox-wrapper-26 .tick_mark:before,.checkbox-wrapper-26 .tick_mark:after{content:"";opacity:0;background-color:#fff;border-radius:2px;transition:transform .2s,opacity .2s;position:absolute}.checkbox-wrapper-26 .tick_mark:before{width:calc(var(--size) * .1);height:calc(var(--size) * .3);transform:translateY(calc(var(--size) * -.68));bottom:0;left:0;box-shadow:-2px 0 5px #0000003b}.checkbox-wrapper-26 .tick_mark:after{width:100%;height:calc(var(--size) * .1);transform:translateX(calc(var(--size) * .78));bottom:0;left:0;box-shadow:0 3px 5px #0000003b}.checkbox-wrapper-26 input[type=checkbox]:checked+label{box-shadow:0 calc(var(--size) * .07) calc(var(--size) * .1) #92ff97;background-color:#07d410}.order-toggle-mixed .order-toggle-check{box-shadow:0 calc(var(--size) * .07) calc(var(--size) * .1) #fde68a;background-color:#f59e0b}.order-toggle-mixed .order-toggle-check:before{box-shadow:inset 0 calc(var(--size) * .07) calc(var(--size) * .1) #fcd34d}.checkbox-wrapper-26 input[type=checkbox]:checked+label:before{width:0;height:0}.checkbox-wrapper-26 input[type=checkbox]:checked+label .tick_mark:before,.checkbox-wrapper-26 input[type=checkbox]:checked+label .tick_mark:after{opacity:1;transform:translate(0)}.checkbox-wrapper-26 input[type=checkbox]:focus-visible+label{outline:2px solid var(--active-color);outline-offset:3px}.orders-empty{color:#64748b;text-align:center;margin:0}.new-report-button{background:#2563eb;border-radius:8px;place-items:center;width:44px;min-width:44px;height:44px;padding:10px;display:inline-grid;box-shadow:0 2px 6px #1d4ed82b}.new-report-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:22px;height:22px}.reports-heading{margin-bottom:18px}.reports-heading h2{color:#1e293b;letter-spacing:-.02em;margin:0;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(22px,3vw,28px)}.reports-list{gap:16px;display:grid}.reports-table-card{-webkit-backdrop-filter:blur(6px);background:#ffffffa8;border:1px solid #cbd5e1d1;border-radius:10px;overflow:hidden}.report-history-operator{color:#334155;white-space:nowrap;align-items:center;gap:6px;font-size:.9rem;font-weight:700;display:inline-flex}.reports-table-wrap{overflow-x:auto}.reports-table{border-collapse:collapse;white-space:nowrap;width:100%;min-width:930px}.reports-table th,.reports-table td{text-align:left;border-bottom:1px solid #e2e8f0;padding:7px 8px}.reports-table th{color:#475569;text-transform:uppercase;font-size:.78rem}.reports-table tbody tr:last-child td{border-bottom:0}.reports-table th:nth-child(n+2),.reports-table td:nth-child(n+2){text-align:center}.reports-table tbody tr:hover{background:#f8fafc}.reports-table tbody tr.report-history-row{cursor:pointer}.reports-table tbody tr.report-history-row:focus-visible{outline:2px solid var(--active-color);outline-offset:-2px}.reports-table tbody tr.report-history-row-selected{background:#e8f8fd}.reports-table td:first-child{font-weight:700}.reports-table td:first-child small{color:#64748b;margin-top:2px;font-size:.78rem;font-weight:400;display:block}.report-history-number{font-variant-numeric:tabular-nums;font-size:.96rem;display:inline-block}.reports-history-contributors{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 8px;max-width:230px;display:inline-flex}.reports-table .report-history-operator{gap:4px;font-size:.78rem}.reports-table .report-history-operator .operator-badge{flex-basis:8px;width:8px;height:8px}.reports-history-muted{color:#94a3b8}.reports-history-last-entry{text-align:left;gap:2px;display:inline-grid}.reports-history-last-entry time{font-variant-numeric:tabular-nums}.reports-history-last-entry small{color:#64748b;font-size:.76rem}.reports-history-count,.reports-history-total{font-variant-numeric:tabular-nums}.reports-history-count{font-weight:700}.reports-history-total{color:#64748b}.reports-history-progress{text-align:left;gap:4px;min-width:112px;display:inline-grid}.reports-history-progress strong{font-variant-numeric:tabular-nums;font-size:.8rem}.reports-history-progress-track{background:#dff4fb;border-radius:999px;width:100%;height:6px;display:block;overflow:hidden}.reports-history-progress-fill{border-radius:inherit;background:var(--active-color);height:100%;transition:width .18s;display:block}.reports-history-alert{color:#b91c1c;font-weight:700}.reports-action-heading,.reports-action-cell{width:52px;text-align:center!important}.reports-actions{align-items:center;gap:4px;display:inline-flex}.report-edit-button{color:#1699c7;background:#e8f8fd;border-radius:999px;place-items:center;width:30px;height:30px;padding:6px;display:inline-grid}.report-edit-button:hover{color:#0f83b0;background:#cfeffc}.reports-table tbody tr.report-history-row-selected .report-edit-button{border:1px solid #1699c7}.report-edit-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:17px;height:17px}.report-delete-button{color:#fff;background:#dc2626;border-radius:8px;place-items:center;width:44px;height:44px;padding:10px;display:inline-grid;box-shadow:0 2px 6px #991b1b2b}.report-delete-button:hover{color:#fff;background:#b91c1c}.report-delete-button:focus-visible{outline-offset:2px;outline:2px solid #ef4444}.report-delete-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:21px;height:21px}.reports-action-unavailable{color:#cbd5e1}.report-delete-dialog-backdrop{z-index:50;background:#1e24314d;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.report-delete-dialog{opacity:1;text-align:center;background:#fff;border:1px solid #cbd5e1;border-radius:12px;width:min(100%,420px);padding:24px;box-shadow:0 16px 36px #1e243138}.report-delete-dialog h3{color:#1e293b;margin:0;font-size:1.08rem}.report-delete-dialog p{color:#64748b;margin:8px 0 0}.report-delete-dialog-actions{justify-content:center;gap:8px;margin-top:20px;display:flex}.report-delete-dialog-actions .secondary-action{margin:0;display:inline-block}.report-delete-dialog-actions .danger-action{color:#b91c1c;background:#fee2e2;margin:0}.report-delete-confirm-button{touch-action:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;min-width:132px;position:relative;overflow:hidden}.report-delete-hold-progress{pointer-events:none;background:#dc2626;width:0;transition:width 1.1s linear;position:absolute;inset:0 auto 0 0}.report-delete-confirm-label{z-index:1;position:relative}.report-delete-dialog-actions .danger-action:hover:not(:disabled){background:#fecaca}.orders-replace-confirm-button{color:#075985;background:#2cc2f6;margin:0}.orders-replace-confirm-button:hover:not(:disabled){color:#fff;background:#1699c7}.orders-replace-confirm-button:focus-visible{outline-offset:2px;outline:2px solid #1699c7}.reports-more-button{background:#2563eb;margin:20px auto 0;display:block}.new-report-button:hover{background:#1d4ed8}.new-report-page{margin-top:15px}.new-report-card{-webkit-backdrop-filter:blur(6px);background:#ffffffa3;border:1px solid #cbd5e1d1;border-radius:12px;padding:20px;overflow:hidden}.new-report-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.new-report-header-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.new-report-header h2{color:#1e293b;letter-spacing:-.02em;margin:0;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(22px,3vw,28px)}.report-overall-progress{border-radius:12px 12px 0 0;width:calc(100% + 40px);height:6px;margin:-20px -20px 16px;position:relative;overflow:hidden}.report-overall-progress-fill{border-radius:inherit;background:var(--active-color);height:100%;transition:width .24s;display:block}.report-confirmation{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;max-width:480px;margin:0 auto;padding:16px}.report-confirmation h3{color:#1e293b;margin:0;font-size:1.05rem}.report-confirmation p{color:#64748b;margin:6px 0 0}.report-confirmation-actions{justify-content:center;gap:8px;margin-top:16px;display:flex}.report-confirmation-actions .secondary-action{margin:0}.report-category-selection{margin-top:4px}.report-category-list{border-bottom:1px solid #edf2f7;flex-wrap:wrap;align-items:stretch;gap:10px;padding:4px 0 14px;display:flex}.report-category-button{isolation:isolate;border:1px solid var(--category-color,#dbe4ee);color:#334155;background:#ffffffad;border-radius:10px;justify-content:center;align-items:center;min-height:42px;padding:8px 14px;font-size:.88rem;font-weight:700;transition:border-color .14s,box-shadow .14s,transform .14s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 2px 6px #1e24310f}.report-category-button-urgent{color:#b91c1c;border-color:#f87171;margin-right:14px}.report-category-button-urgent:hover,.report-category-button-urgent.report-category-button-active{border-color:#dc2626;box-shadow:0 0 0 2px #dc262633,0 3px 8px #1e243114}.report-category-button:before{z-index:0;width:var(--category-progress,0%);content:"";background:var(--category-color,#e2e8f0);pointer-events:none;transition:width .24s;position:absolute;inset:0 auto 0 0}.report-category-button:hover{border-color:var(--category-color,#2cc2f6);transform:translateY(-1px)}.report-category-button-active{border-color:var(--category-color,#2cc2f6);box-shadow:0 0 0 2px #2cc2f633,0 3px 8px #1e243114}.report-category-button>span{z-index:1;position:relative}.report-category-button:focus-visible{outline-offset:2px;outline:2px solid #2cc2f6}.report-category-empty{color:#64748b;margin:0}.report-category-prompt{color:#64748b;text-align:center;margin:16px 0 0;font-size:.9rem}.report-progress-heading{color:#475569;justify-content:space-between;align-items:center;gap:16px;margin:20px 0 10px;font-size:.9rem;font-weight:700;display:flex}.touch-report-card{-webkit-backdrop-filter:blur(6px);background:#ffffff9e;border:1px solid #cbd5e1d1;border-radius:18px;flex-direction:column;width:min(100%,760px);height:clamp(300px,100dvh - 280px,540px);min-height:0;margin:0 auto;padding:0 20px 20px;display:flex;box-shadow:0 12px 30px #1e24310d;container-type:inline-size}.report-card-progress{z-index:3;margin-bottom:12px;border-radius:18px 18px 0 0;flex:none;width:calc(100% + 40px);height:6px;margin-inline:-20px;position:relative;overflow:hidden}.report-card-progress-fill{border-radius:inherit;background:#2cc2f6;height:100%;transition:width .18s;display:block}.report-shortcuts{z-index:3;flex-wrap:wrap;flex:none;justify-content:flex-end;align-self:stretch;gap:8px;width:100%;margin-inline:0;display:flex;position:relative}.report-shortcuts button,.quantity-controls button{color:#334155;background:#f8fafc;border:1px solid #cbd5e1;min-width:48px;min-height:48px;padding:8px 10px;font-size:1rem}.report-shortcuts button:hover,.quantity-controls button:hover:not(:disabled){color:#1699c7;background:#e8f8fd;border-color:#2cc2f6}.report-shortcuts button.quantity-shortcut-active{color:#fff;background:#2cc2f6;border-color:#2cc2f6}.report-shortcuts button.quantity-shortcut-clear{color:#b91c1c;background:#fff7f7;border-color:#fecaca;font-size:.78rem;font-weight:700}.report-shortcuts button.quantity-shortcut-clear:hover{color:#991b1b;background:#fee2e2;border-color:#ef4444}.report-tap-quantity-controls{z-index:3;margin-top:8px;pointer-events:auto;flex:none;justify-content:space-between;align-self:stretch;align-items:center;gap:8px;width:100%;margin-inline:0;padding-bottom:4px;display:flex;position:relative}.report-tap-quantity-controls button{color:#334155;background:#f8fafc;border:1px solid #cbd5e1;min-width:48px;min-height:40px;padding:8px 10px;font-size:1rem}.report-tap-quantity-controls button:hover:not(:disabled){color:#1699c7;background:#e8f8fd;border-color:#2cc2f6}.report-tap-quantity-controls button:disabled{color:#cbd5e1;cursor:not-allowed;background:#f8fafc;border-color:#e2e8f0}.report-tap-zone{-webkit-user-select:none;user-select:none;border-radius:14px;flex-direction:column;flex:auto;min-height:0;margin-inline:-20px;padding-inline:20px;display:flex;position:relative;overflow:hidden}.report-tap-side{z-index:1;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;width:50%;position:absolute;top:0;bottom:0}.report-tap-side-left{clip-path:inset(0 0 0 -100vw);background:#ef44440f;border-right:1px solid #f5f8fd;left:0}.report-tap-side-right{clip-path:inset(0 -100vw 0 0);background:#0db6f10f;right:0}.report-tap-side:focus,.report-tap-side:focus-visible{outline:none}.report-ripple{opacity:0;pointer-events:none;will-change:transform, opacity;border:3px solid;border-radius:50%;width:26px;height:26px;animation:.76s ease-out forwards report-ripple-expand-right;position:absolute;top:50%;transform:translate(-50%,-50%)scale(.2)}.report-ripple-increase{border-color:#2cc2f6;left:0;box-shadow:0 0 0 3px #2cc2f62b}.report-ripple-decrease{border-color:#ef4444;right:0;transform:translate(50%,-50%)scale(.2);box-shadow:0 0 0 3px #ef44442b}@keyframes report-ripple-expand-right{0%{opacity:.65;transform:translate(-50%,-50%)scale(.2)}to{opacity:0;transform:translate(-50%,-50%)scale(18)}}@keyframes report-ripple-expand-left{0%{opacity:.65;transform:translate(50%,-50%)scale(.2)}to{opacity:0;transform:translate(50%,-50%)scale(18)}}.report-ripple-decrease{animation-name:report-ripple-expand-left}.report-tap-content{z-index:2;pointer-events:none;flex-direction:column;flex:auto;justify-content:center;align-items:center;height:auto;min-height:0;padding:24px;display:flex;position:relative;overflow:hidden}.report-tap-zone h3{color:#1e293b;text-align:center;margin:0;font-size:clamp(1.4rem,3vw,2.2rem)}.report-container-badge{color:#1e2431;border-radius:999px;margin-top:8px;padding:5px 12px;font-size:.95rem;display:inline-block;box-shadow:inset 0 0 0 1px #1e243126}.report-quantity-display{color:#1e293b;text-align:center;margin:12px 0 4px;font-size:clamp(72px,15vw,150px);font-weight:700;line-height:.95}.report-tap-hint{color:#94a3b8;font-size:.82rem}.quantity-controls{grid-template-columns:auto minmax(8px,1fr) auto;grid-template-areas:"previous spacer next";align-items:center;gap:8px;margin-top:4px;display:grid}.quantity-controls .report-inline-nav-previous{grid-area:previous}.quantity-controls .report-inline-nav-next{grid-area:next}.quantity-controls .report-inline-nav{color:#0f7498;background:#e8f8fdc7;border:1px solid #1699c757;min-width:0;min-height:40px;padding:8px 10px;font-weight:700;transition:background-color .16s,border-color .16s,color .16s,transform .16s;box-shadow:0 2px 5px #1e293b0f}.quantity-controls .report-inline-nav:hover:not(:disabled){color:#0b607c;background:#d7f2fa;border-color:#1699c7}.quantity-controls .report-inline-nav:active:not(:disabled){background:#c4edf8;transform:translateY(1px)}@container (width<=440px){.quantity-controls{grid-template-columns:auto auto;grid-template-areas:"previous next";justify-content:space-between}.quantity-controls .report-inline-nav-previous{grid-area:previous}.quantity-controls .report-inline-nav-next{grid-area:next}}.quantity-controls button:disabled{color:#cbd5e1;cursor:not-allowed;background:#f8fafc;border-color:#e2e8f0}.report-card-footer{z-index:3;flex:none;margin-top:4px;padding-top:4px;position:relative}.report-summary{width:min(100%,760px);margin:18px auto 0}.reports-history-detail{-webkit-backdrop-filter:blur(6px);background:#ffffffa3;border:1px solid #cbd5e1d1;border-radius:10px;width:100%;max-width:none;padding:16px}.report-summary-groups{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));align-items:start;gap:16px;display:grid}.report-summary-group{min-width:0}.report-summary h3{color:#1e293b;margin:0;font-size:1rem}.report-summary-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.report-summary-progress{color:#0f7498;white-space:nowrap;background:#e8f8fdcc;border:1px solid #1699c747;border-radius:999px;flex:none;padding:4px 10px;font-size:.82rem;font-weight:700;line-height:1.2}.report-summary-table-wrap{-webkit-backdrop-filter:blur(6px);background:#fff9;border:1px solid #cbd5e1d1;border-radius:10px;overflow-x:auto}.report-summary-table{border-collapse:collapse;white-space:nowrap;width:100%}.report-summary-table th,.report-summary-table td{text-align:left;border-bottom:1px solid #e2e8f0;padding:6px 9px}.report-summary-table th{color:#475569;text-transform:uppercase;font-size:.76rem;font-weight:700}.report-summary-table th:nth-child(n+2),.report-summary-table td:nth-child(n+2){text-align:center}.report-summary-table tbody tr:last-child td{border-bottom:0}.report-summary-table tbody tr.report-summary-row-selectable{cursor:pointer}.report-summary-table tbody tr.report-summary-row-selectable:hover{background:#f8fafc}.report-summary-table tbody tr.report-summary-row-selectable:focus-visible{outline:2px solid var(--active-color);outline-offset:-2px}.report-summary-category,.report-summary-container{white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:.82rem;line-height:1.2;display:inline-block}.report-summary-category{border:1px solid var(--category-color,#cbd5e1);background:var(--category-color,#e2e8f0);color:#334155}.report-summary-container{color:#1e2431;margin-left:6px;box-shadow:inset 0 0 0 1px #1e243126}.report-summary-quantity{font-weight:700}.report-summary-empty{color:#64748b;text-align:center;background:#ffffffad;border:1px solid #cbd5e1;border-radius:10px;margin:0;padding:12px}.save-success{color:#15803d}.report-groups{column-width:320px;column-gap:36px}.report-category-group{vertical-align:top;break-inside:avoid;width:100%;min-width:0;max-width:100%;margin:0 0 20px;padding-right:16px;display:inline-block}.report-table-wrap{width:100%;max-width:100%;overflow-x:auto}.report-table{border-collapse:collapse;table-layout:auto;white-space:nowrap;width:max-content;min-width:100%;max-width:none}.report-table th,.report-table td{text-align:left;text-overflow:clip;border-bottom:1px solid #e2e8f0;padding:6px 8px;overflow:visible}.report-table th:nth-child(n+2),.report-table td:nth-child(n+2){text-align:center}.report-table th:nth-child(2),.report-table td:nth-child(2){border-left:1px solid #e2e8f0}.report-table th:nth-child(4),.report-table td:nth-child(4){border-right:1px solid #e2e8f0}.report-table th{color:#475569;font-size:13px;font-weight:700}.report-table thead th{border-bottom:1px solid #e2e8f0;padding-bottom:14px}.report-table thead th:first-child{text-align:center}.report-table tbody tr:first-child td{padding-top:8px}.report-chip{vertical-align:middle;border-radius:999px;padding:3px 10px;display:inline-block;box-shadow:inset 0 0 0 1px #1e243126}.container-note{color:#1e2431;font-size:.85em}.stock-operator-badge{color:#1e2431;white-space:nowrap;background:0 0;border:1px solid #cbd5e1;border-radius:999px;padding:2px 6px;font-size:11px;line-height:1.2;display:inline-block}.stale-stock-row td,.stale-stock-row td .container-note{color:#1d4ed8;font-weight:700}.low-stock-row td{background:#fee2e2}.operator-list{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.operator-option{color:#1e2431;background:#ffffffad;border:1px solid #cbd5e1;align-items:center;gap:8px;padding:9px 13px;display:inline-flex}.operator-option:hover{color:#1d4ed8;background:#eff6ff;border-color:#2563eb}.operator-badge{border-radius:999px;flex:0 0 12px;width:12px;height:12px;box-shadow:inset 0 0 0 1px #1e243126}.operator-menu{position:relative}.operator-current{white-space:nowrap;color:#1e2431;background:#ffffffad;border-radius:999px;align-items:center;gap:8px;padding:11px 18px;display:inline-flex;box-shadow:inset 0 0 0 1px #1e243126}.operator-current:hover,.operator-current[aria-expanded=true]{box-shadow:inset 0 0 0 2px #2563eb}.operator-menu-popover{z-index:10;background:#ffffffad;border:1px solid #cbd5e1;border-radius:10px;gap:4px;width:210px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 30px #1e243126}#operator-menu{opacity:1;background:#fff}.operator-menu-popover button{color:#1e2431;text-align:left;background:0 0;width:100%;padding:10px 12px}.operator-menu-popover button:hover{background:#eff6ff}.operator-menu-popover .danger-action{color:#b91c1c}.operator-menu-popover .danger-action:hover{background:#fef2f2}.selection-topbar>.danger-action{color:#b91c1c;background:#fef2f2}.selection-topbar>.danger-action:hover:not(:disabled){color:#991b1b;background:#fee2e2}.operator-selection-page{background:0 0;min-height:100dvh;padding:24px}.selection-topbar{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.operator-selection-card{background:#ffffffad;border:1px solid #cbd5e1;border-radius:16px;width:min(100%,720px);margin:clamp(64px,15vh,140px) auto 0;padding:clamp(32px,6vw,64px);position:relative;box-shadow:0 12px 30px #1e24310d}.operator-selection-card h1{text-align:center;margin:0 0 28px}.operator-selection-heading{margin-bottom:28px;position:relative}.operator-selection-heading h1{text-align:center;margin:0}.operator-selection-card .operator-list{justify-content:center;margin-top:0}.operator-selection-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:24px;display:flex}.operator-selection-actions>.secondary-action,.operator-selection-actions>.admin-team-edit-button{margin:0}.operator-empty{color:#64748b;text-align:center;margin:0}.secondary-action{color:#64748b;background:#f8fafce6;border:1px solid #cbd5e1;margin:24px auto 0;display:block}.secondary-action:hover{color:#475569;background:#e2e8f0;border-color:#94a3b8}.admin-team-edit-button{color:#0f7498;background:#e8f8fde6;border:1px solid #1699c76b;border-radius:8px;align-items:center;gap:7px;min-height:34px;padding:7px 11px;font-size:.76rem;display:inline-flex}.admin-team-edit-button:hover:not(:disabled){color:#075985;background:#d6f3fc;border-color:#1699c7}.admin-team-edit-button:focus-visible{outline-offset:2px;outline:2px solid #2cc2f6}.admin-team-edit-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:15px;height:15px}.team-editor-backdrop{z-index:60;-webkit-backdrop-filter:blur(3px);background:#0f172a61}.team-editor-dialog{text-align:left;flex-direction:column;width:min(100%,760px);max-height:min(780px,100dvh - 32px);display:flex;overflow:hidden}.team-editor-header{justify-content:space-between;align-items:center;gap:12px;margin:0 0 16px;display:flex}.team-editor-header h2{color:#1e293b;margin:0;font-size:1.15rem}.team-editor-close{color:#64748b;background:#f8fafc;border:1px solid #cbd5e1;border-radius:50%;place-items:center;width:32px;height:32px;padding:0;font-size:1.25rem;line-height:1;display:inline-grid}.team-editor-close:hover:not(:disabled){color:#334155;background:#e2e8f0;border-color:#94a3b8}.team-editor-table-wrap{background:#f8fafc7a;border:1px solid #cbd5e1db;border-radius:10px;width:100%;overflow-x:auto}.team-editor-dialog-body{min-height:0;overflow:auto}.team-editor-table{border-collapse:collapse;width:100%}.team-editor-table th,.team-editor-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e2e8f0;padding:4px 7px}.team-editor-table tbody tr:last-child td{border-bottom:0}.team-editor-table tbody tr:hover{background:#e8f8fd61}.team-editor-table th{color:#475569;letter-spacing:.04em;text-transform:uppercase;font-size:.7rem;font-weight:800}.team-editor-table thead th{background:#f1f5f9b8;padding-top:7px;padding-bottom:7px}.team-editor-table input[type=text]{color:#1e293b;background:#ffffffdb;border:1px solid #cbd5e1;border-radius:7px;width:100%;min-width:0;height:32px;min-height:32px;padding:5px 8px;font-size:.86rem}.team-editor-table input[type=text]:focus,.team-editor-table input[type=number]:focus{border-color:#2cc2f6;outline:none;box-shadow:0 0 0 2px #2cc2f62e}.team-editor-table td:nth-child(3),.team-editor-table td:nth-child(4){text-align:center}.team-editor-color-control{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:50%;width:27px;min-width:27px;height:27px;min-height:27px;margin:0 auto;padding:0;display:block;position:relative}.team-editor-color-control:focus-within{outline-offset:2px;outline:2px solid #2cc2f659}.team-editor-color-swatch{pointer-events:none;border-radius:50%;display:block;position:absolute;inset:3px;box-shadow:inset 0 0 0 1px #1e24311f}.team-editor-color{z-index:1;opacity:0;cursor:pointer;appearance:none;background:0 0;border:0;border-radius:50%;width:100%;min-width:0;height:100%;min-height:0;margin:0;padding:0;display:block;position:absolute;inset:0}.team-editor-color:focus,.team-editor-color:focus-visible{box-shadow:none;border:0;outline:none}.team-editor-priority{color:#1e293b;background:#fff;border:1px solid #cbd5e1;border-radius:7px;width:58px;height:32px;min-height:32px;padding:4px 7px}.team-editor-actions-cell{white-space:nowrap;width:1%;padding-right:2px;text-align:right!important}.team-editor-delete-button{color:#dc2626;background:#fff1f2;border:1px solid #fca5a5;border-radius:7px;place-items:center;width:28px;height:28px;padding:0;display:inline-grid}.team-editor-delete-button:hover:not(:disabled){color:#b91c1c;background:#fee2e2;border-color:#f87171}.team-editor-delete-button:focus-visible{outline-offset:2px;outline:2px solid #f8717173}.team-editor-delete-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:15px;height:15px}.team-editor-add{color:#0f7498;background:#e8f8fdbd;border:1px dashed #1699c78f;margin:14px auto 0;padding:8px 12px;font-size:.78rem;display:block}.team-editor-add:hover:not(:disabled){color:#075985;background:#d6f3fc}.team-editor-error{margin:12px 0 0;font-size:.8rem}.team-editor-footer{background:#fff;border-top:1px solid #94a3b847;flex-wrap:wrap;flex:none;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding-top:14px;display:flex}.team-editor-footer .team-editor-add{flex:none;margin:0}.team-editor-footer .report-delete-dialog-actions{flex:none;margin-top:0}.team-member-delete-backdrop{z-index:70}.team-member-delete-dialog{width:min(100%,420px)}@media (width<=1080px){.orders-table{width:100%}.orders-table thead tr,.orders-table tbody tr{grid-template-columns:minmax(0,1fr) 80px 80px;align-items:center;column-gap:0;display:grid}.orders-table thead th,.orders-table tbody td{width:auto;min-width:0}.orders-table thead th:nth-child(2){display:none}.orders-table thead tr{border-bottom:1px solid #e2e8f0}.orders-table tbody tr{border-bottom:1px solid #e2e8f0;row-gap:0}.orders-table tbody tr:last-child,.orders-table thead th,.orders-table tbody td{border-bottom:0}.orders-table thead th:first-child,.orders-table tbody td:first-child{grid-area:1/1}.orders-table thead th:nth-child(3),.orders-table tbody td:nth-child(3){grid-area:1/2}.orders-table thead th:nth-child(4),.orders-table tbody td:nth-child(4){grid-area:1/3}.orders-table tbody td:nth-child(2){padding-top:8px;padding-bottom:7px;grid-area:2/1/auto/-1;width:100%;padding-inline:0}.orders-table tbody td:nth-child(2)>.order-stock-control{width:calc(100% - 16px);margin-inline:8px}.orders-table th:nth-child(2),.orders-table td:nth-child(2),.order-stock-control{min-width:0}.order-stock-control{width:100%}.orders-table-editing thead tr,.orders-table-editing tbody tr{grid-template-columns:minmax(0,1fr) 170px 48px}.orders-table-editing thead th:nth-child(2){display:none}.orders-table-editing thead th:nth-child(3){grid-area:1/2}.orders-table-editing thead th:nth-child(4){grid-area:1/3}.orders-table-editing tbody td:nth-child(2){grid-area:2/1/auto/-1}.orders-table-editing tbody td:nth-child(3){grid-area:1/2}.orders-table-editing tbody td:nth-child(4){grid-area:1/3}.orders-table-editing .order-container-cell{min-width:0;padding-inline:4px}.orders-table-editing .order-container-editor{width:100%;max-width:none}.orders-table-editing .order-container-select-wrap{width:100%;min-width:0}.orders-table-editing .order-container-select-control{width:100%;min-width:0;max-width:100%}.orders-table-editing .order-container-custom-select{flex:auto;width:100%;min-width:0;max-width:100%;display:block}.orders-table-editing .order-container-select-size{display:none}.orders-table-editing .order-container-select-trigger{min-width:0}.orders-table-editing .order-container-option-list{width:100%;min-width:100%;max-width:100%;right:0;overflow-x:hidden}.orders-table-editing .order-delete-cell{min-width:48px;padding-inline:2px}}@media (width<=775px){.topbar-nav .nav-action{flex:1 1 0;min-width:0;padding:8px 5px;font-size:.84rem}}@media (width<=680px){.app-shell{width:100%;min-width:0;padding:0 12px 16px}.app-shell>*{min-width:0}.topbar{flex-wrap:wrap;gap:10px 12px;padding:12px 16px}.topbar .home-logo{width:min(120px,42vw)}.topbar-nav{order:3;gap:4px;width:100%;margin-left:0}.report-card,.new-report-card{width:100%;min-width:0;padding:14px}.report-summary,.touch-report-card{width:100%;min-width:0}.report-summary-groups{grid-template-columns:1fr;gap:12px}.report-groups{column-count:1;column-width:auto;column-gap:0}.report-category-group{width:100%;margin-bottom:16px;padding-right:0}.report-table-wrap{width:100%;overflow-x:visible}.report-table{table-layout:fixed;white-space:normal;width:100%;min-width:0;max-width:100%}.report-table th,.report-table td{overflow-wrap:break-word;padding:5px 6px}.operator-selection-page{padding:16px}.operator-selection-card{width:100%;margin-top:clamp(32px,10vh,96px);padding:24px 20px}.team-editor-table{min-width:460px}.team-editor-table input[type=text]{min-width:120px}}@media (width<=760px){.stock-header{flex-direction:column;gap:12px}.stock-header-actions{justify-content:space-between;width:100%}.stock-summaries{justify-content:flex-start}.orders-header{flex-direction:column}.orders-header-main{width:100%}.orders-header-actions{align-self:flex-end}.orders-tools{flex-wrap:wrap;align-items:stretch}.orders-tool-event{flex-basis:100%}.orders-tool-event .orders-event-picker{flex:auto;width:auto}.orders-tool-catalog{margin-left:0}.orders-form-grid{grid-template-columns:1fr}}@media (height<=800px){.new-report-page{margin-top:8px}.new-report-card{padding:12px 16px}.report-overall-progress{border-radius:12px 12px 0 0;width:calc(100% + 32px);height:5px;margin:-12px -16px 12px}.new-report-header{margin-bottom:10px}.report-progress-heading{margin:10px 0 6px}.touch-report-card{height:clamp(280px,100dvh - 280px,520px);padding:0 14px 12px}.report-card-progress{margin-bottom:8px;width:calc(100% + 28px);height:5px;margin-inline:-14px}.report-tap-zone,.report-tap-content{min-height:0}.report-tap-zone{margin-inline:-14px;padding-inline:14px}.report-tap-content{padding:12px}.report-quantity-display{margin:8px 0 2px;font-size:clamp(56px,12vw,110px)}}@media (width<=480px){.operator-selection-page{padding:16px}.operator-selection-heading{display:block}.touch-report-card{height:clamp(260px,100dvh - 340px,500px);padding:0 10px 10px}.report-card-progress{margin-bottom:6px;width:calc(100% + 20px);height:4px;margin-inline:-10px}.report-shortcuts{gap:4px}.quantity-controls{gap:6px}.report-shortcuts button,.quantity-controls button{min-width:36px;min-height:36px;padding:5px 7px;font-size:.9rem}.report-shortcuts button.quantity-shortcut-clear{padding-inline:8px}.report-tap-content{padding:8px}.report-tap-zone{margin-inline:-10px;padding-inline:10px}.report-tap-zone h3{font-size:clamp(1.1rem,5vw,1.5rem)}.report-container-badge{margin-top:4px;padding:4px 10px;font-size:.85rem}.report-quantity-display{margin:5px 0 1px;font-size:clamp(48px,20vw,84px)}.report-tap-hint{font-size:.72rem}.report-category-list{gap:6px;padding-bottom:10px}.report-category-button{min-height:38px;padding:7px 10px;font-size:.82rem}}
