:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#14232d;background:#eef3f5;font-synthesis:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;--sidebar: 252px;--ink: #14232d;--muted: #687985;--soft: #8d9aa3;--line: #dce5e8;--line-strong: #cad7db;--surface: #ffffff;--surface-soft: #f7fafb;--canvas: #eef3f5;--nav: #0d1b22;--nav-2: #122730;--accent: #0b8fa3;--accent-2: #15b8bf;--accent-soft: #e2f7f7;--blue: #4579ff;--violet: #7a69d8;--green: #26986f;--amber: #d8902f;--red: #d15c65;--shadow: 0 14px 42px rgba(24, 48, 58, .07);--shadow-hover: 0 20px 55px rgba(24, 48, 58, .12);--radius: 18px}*{box-sizing:border-box}html{min-width:320px;background:var(--canvas);scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 80% -20%,rgba(21,184,191,.08),transparent 31rem),var(--canvas);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select{font:inherit}button{border:0;background:none;color:inherit;cursor:pointer}a{color:inherit;text-decoration:none}code,kbd,.num,time{font-variant-numeric:tabular-nums;font-feature-settings:"cv02","cv03","cv04","cv11","tnum"}code{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;background:#f1f5f6;border:1px solid #e0e8ea;padding:3px 6px;border-radius:6px;white-space:nowrap}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:var(--sidebar);background:linear-gradient(180deg,#0a171e,#10232c);color:#d8e4e8;display:flex;flex-direction:column;padding:16px 12px;box-shadow:12px 0 40px #0d1b2214}.brand-row{display:flex;align-items:center;justify-content:space-between;padding:4px 8px 14px}.brand{display:flex;align-items:center;gap:10px;min-height:36px}.brand-symbol{width:28px;height:27px;display:inline-flex;align-items:end;gap:3px;transform:skew(-13deg)}.brand-symbol i{display:block;width:6px;border-radius:2px 2px 0 0;background:linear-gradient(180deg,#34d4d5,#0b8fa3);box-shadow:0 0 18px #34d4d52e}.brand-symbol i:nth-child(1){height:11px}.brand-symbol i:nth-child(2){height:18px}.brand-symbol i:nth-child(3){height:25px}.brand-word{color:#fff;font-family:Inter,sans-serif;font-weight:700;font-size:19px;letter-spacing:-.01em}.brand-word span{color:#36d4d1}.product-pill{border:1px solid rgba(141,232,230,.22);background:#23b1b71a;color:#8de8e6;border-radius:7px;font-size:9px;font-weight:700;letter-spacing:.14em;padding:5px 6px}.warehouse-switch{margin:0 2px 10px;min-height:58px;width:calc(100% - 4px);display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 10px;border:1px solid rgba(205,232,238,.1);border-radius:13px;background:#ffffff09;text-align:left;transition:.22s ease}.warehouse-switch:hover{background:#fff1;border-color:#6edbdc2e}.warehouse-switch-icon{width:34px;height:34px;display:grid;place-items:center;color:#6de0de;background:#17a9b01f;border-radius:10px}.warehouse-switch strong,.warehouse-switch small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.warehouse-switch strong{font-size:12px;color:#f5fbfc;font-weight:600}.warehouse-switch small{margin-top:3px;color:#7e939d;font-size:10px}.sidebar-live{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 5px 11px;padding:8px 7px;color:#71909a;border-bottom:1px solid rgba(226,244,248,.07);font-size:9px}.sidebar-live div{color:#9fc4c7;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.live-dot,.pulse-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#39c995;box-shadow:0 0 0 4px #39c9951a;margin-right:6px;animation:livePulse 2s ease-in-out infinite}.sidebar-nav{overflow-y:auto;padding-right:2px;scrollbar-width:none}.sidebar-nav::-webkit-scrollbar{display:none}.nav-group{margin-bottom:11px}.nav-label{padding:7px 11px 5px;color:#59727c;font-size:9px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.nav-item{position:relative;display:flex;align-items:center;gap:10px;min-height:36px;width:100%;padding:7px 9px;margin:2px 0;border-radius:10px;color:#94a9b2;font-size:11.5px;transition:color .18s ease,background .18s ease,transform .18s ease}.nav-item:hover{color:#e9f5f7;background:#ffffff0b;transform:translate(2px)}.nav-item.active{color:#f2ffff;background:linear-gradient(90deg,#11a0ab3d,#11a0ab12)}.nav-item.active:before{content:"";position:absolute;left:-6px;top:8px;bottom:8px;width:3px;border-radius:2px;background:#34d4d1;box-shadow:0 0 16px #34d4d18c;animation:navIndicator .24s ease both}.nav-icon{width:23px;display:grid;place-items:center;color:#78919b}.nav-item.active .nav-icon{color:#53d6d6}.nav-copy{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-count{min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border-radius:999px;background:#cdeef114;color:#9fcbd1;font-style:normal;font-size:9px}.nav-item.active .nav-count{background:#2cd2cf29;color:#b7f4ef}.sidebar-bottom{margin-top:auto;padding-top:10px;border-top:1px solid rgba(226,244,248,.07)}.ghost-nav{justify-content:flex-start}.shift-card{display:flex;align-items:center;gap:9px;margin:7px 2px 0;padding:10px;border-radius:11px;background:#0000001f}.shift-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#ffffff0d;color:#8bc5ca}.shift-card strong,.shift-card small{display:block}.shift-card strong{color:#dbeaec;font-size:10px}.shift-card small{margin-top:2px;color:#67808a;font-size:9px}.main-shell{min-height:100vh;margin-left:var(--sidebar)}.topbar{position:sticky;top:0;z-index:20;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 26px;background:#f7fafbe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(202,215,219,.75)}.topbar-left,.topbar-actions{display:flex;align-items:center;gap:10px}.route-copy{display:flex;align-items:baseline;gap:9px}.route-copy span{color:#93a1a8;font-size:10px}.route-copy strong{font-size:12px;font-weight:600}.sync-pill{height:32px;display:flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #d7e2e5;border-radius:9px;color:#4f6873;background:#fff;font-size:10px}.sync-pill svg{color:var(--green)}.sync-pill i{color:#91a0a7;font-style:normal}.top-search{min-width:138px;height:32px;display:flex;align-items:center;gap:7px;padding:0 9px;border:1px solid #d7e2e5;border-radius:9px;background:#fff;color:#72848d;font-size:10px;transition:.18s ease}.top-search:hover{border-color:#aecdd0;box-shadow:0 4px 16px #193e460f}.top-search span{flex:1;text-align:left}kbd{padding:2px 5px;border:1px solid #e2e9eb;border-bottom-color:#ced9dc;border-radius:5px;background:#f6f8f9;color:#8c999f;font-size:8px}.icon-button{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;color:#687c85;transition:.18s ease}.icon-button:hover{background:#e9f0f2;color:#27414b}.notify-button{position:relative}.notify-button>i{position:absolute;top:7px;right:8px;width:6px;height:6px;border-radius:50%;background:#d66068;border:2px solid #f7fafb;box-sizing:content-box}.avatar{width:32px;height:32px;border-radius:9px;background:#102832;color:#def7f6;font-size:9px;font-weight:700}.main-content{padding:28px 28px 48px;animation:pageIn .34s cubic-bezier(.2,.7,.25,1) both}.page-stack{display:grid;gap:18px}.page-heading{min-height:70px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.page-heading h1{margin:0;font-family:Inter,sans-serif;font-size:clamp(24px,2.2vw,32px);line-height:1.2;letter-spacing:-.015em;color:#10242d}.page-heading p{max-width:720px;margin:8px 0 0;color:#71838c;font-size:13px;line-height:1.55}.page-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px;color:#7b8f97;font-size:12px}.page-meta span{display:inline-flex;align-items:center;gap:5px}.heading-actions{display:flex;flex-wrap:wrap;gap:8px}.panel{min-width:0;border:1px solid var(--line);border-radius:var(--radius);background:#ffffffed;box-shadow:0 1px #112a3405;overflow:hidden}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:19px 20px 15px}.panel-head h2{margin:0;font-family:Inter,sans-serif;font-size:15px;letter-spacing:-.01em}.panel-head p{margin:4px 0 0;color:#84949b;font-size:12px}.button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:7px 13px;border:1px solid #d4dfe2;border-radius:9px;background:#fff;color:#4c626c;font-size:13px;font-weight:600;transition:.18s ease}.button:hover:not(:disabled){transform:translateY(-1px);border-color:#accbce;box-shadow:0 6px 18px #1b434b14}.button:active:not(:disabled){transform:translateY(0)}.button-primary{position:relative;overflow:hidden;border-color:#0b899a;background:linear-gradient(135deg,#0b8fa3,#10a9ad);color:#fff;box-shadow:0 7px 17px #0b8fa329}.button-primary:after{content:"";position:absolute;inset:0 auto 0 -50%;width:35%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transform:skew(-18deg);transition:left .35s ease}.button-primary:hover:after{left:120%}.button-danger{border-color:#f0c8cc;color:#ba4c55;background:#fff7f7}.button-quiet{border-color:transparent;background:#f4f8f9;color:#5f747d}.button:disabled{opacity:.46;cursor:default;transform:none;box-shadow:none}.text-link{display:inline-flex;align-items:center;gap:5px;color:var(--accent);font-size:12px;font-weight:600}.hero-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.7fr);gap:16px}.command-hero{position:relative;overflow:hidden;min-height:258px;padding:28px;border-radius:22px;background:linear-gradient(120deg,#102b35,#12414b 65%,#0c5b64);color:#fff;box-shadow:0 22px 60px #1236402b}.command-hero:before{content:"";position:absolute;width:320px;height:320px;right:-70px;top:-160px;border:1px solid rgba(123,235,232,.12);border-radius:50%;box-shadow:0 0 0 45px #7bebe809,0 0 0 90px #7bebe805;animation:orbital 11s linear infinite}.command-hero:after{content:"";position:absolute;inset:auto 0 0;height:2px;background:linear-gradient(90deg,transparent,rgba(70,225,218,.85),transparent);transform:translate(-100%);animation:sweep 4.5s ease-in-out infinite}.hero-topline{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:6px;color:#5b7c85;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.command-hero .eyebrow{color:#73d6d6}.hero-time{color:#6b939b;font-size:11px}.command-hero h1{position:relative;z-index:1;max-width:620px;margin:29px 0 10px;font-family:Inter,sans-serif;font-size:clamp(28px,3.5vw,42px);letter-spacing:-.02em;line-height:1.1}.command-hero h1 em{color:#65dedb;font-style:normal}.command-hero>p{position:relative;z-index:1;max-width:590px;margin:0;color:#a9c1c7;font-size:13px;line-height:1.6}.hero-actions{position:relative;z-index:1;display:flex;gap:8px;margin-top:21px}.command-hero .button:not(.button-primary){border-color:#cff1f421;background:#ffffff0f;color:#d8edf0}.hero-signal{position:absolute;z-index:1;left:28px;right:28px;bottom:18px;display:flex;flex-wrap:wrap;gap:14px;padding-top:13px;border-top:1px solid rgba(225,244,247,.1);color:#7fa4aa;font-size:11px}.hero-signal span{display:inline-flex;align-items:center;gap:5px}.warehouse-score{min-height:258px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:24px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}.score-ring{--score: 96;position:relative;width:122px;aspect-ratio:1;display:grid;place-content:center;text-align:center;border-radius:50%;background:conic-gradient(#12a8ad calc(var(--score) * 1%),#e5edef 0)}.score-ring:before{content:"";position:absolute;inset:8px;border-radius:50%;background:#fff}.score-ring strong,.score-ring span{position:relative;z-index:1;display:block}.score-ring strong{font-family:Inter,sans-serif;font-size:32px;letter-spacing:-.02em}.score-ring span{margin-top:-2px;color:#8d9aa1;font-size:11px}.score-list{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.score-list span{padding:9px 7px;text-align:center;border-radius:10px;background:#f5f9fa}.score-list small,.score-list strong{display:block}.score-list small{color:#8b9ba2;font-size:10px;line-height:1.3}.score-list strong{margin-top:4px;font-size:12px}.flow-board{padding:20px;border:1px solid var(--line);border-radius:20px;background:#ffffffb8}.flow-board-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}.flow-board-head h2{margin:4px 0 0;font-size:16px}.flow-board-head>small{color:#93a0a5;font-size:11px}.process-flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.flow-step{--tone: #0b8fa3;position:relative;overflow:hidden;min-height:88px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:14px;border:1px solid #dfe8ea;border-radius:14px;background:#fff;text-align:left;animation:riseIn .35s var(--delay,0ms) cubic-bezier(.2,.7,.2,1) both;transition:.2s ease}.flow-step:before{content:"";position:absolute;inset:auto 0 0;height:3px;background:var(--tone);transform:scaleX(.3);transform-origin:left;opacity:.72;transition:transform .2s ease}.flow-step:hover{transform:translateY(-3px);border-color:#c8dcdf;box-shadow:var(--shadow-hover)}.flow-step:hover:before{transform:scaleX(1)}.flow-step.tone-blue{--tone: var(--blue)}.flow-step.tone-violet{--tone: var(--violet)}.flow-step.tone-amber{--tone: var(--amber)}.flow-step.tone-green{--tone: var(--green)}.flow-index{align-self:start;color:#9ba9ae;font-size:11px;font-weight:700}.flow-step strong,.flow-step small{display:block}.flow-step strong{font-size:12px}.flow-step small{margin-top:4px;color:#85949a;font-size:11px}.flow-step>svg{color:var(--tone)}.kpi-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.metric-card{display:flex;align-items:center;gap:13px;min-height:88px;padding:15px;border:1px solid var(--line);border-radius:15px;background:#fff;transition:.18s ease}.metric-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.metric-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#e9f7f8;color:var(--accent)}.metric-card small,.metric-card strong,.metric-card span{display:block}.metric-card small{color:#85949a;font-size:11px}.metric-card strong{margin:3px 0;font-family:Inter,sans-serif;font-size:20px;letter-spacing:-.01em}.metric-card div>span{color:#9aa5aa;font-size:10px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:16px}.compact-task-list{padding:0 8px 8px}.compact-task{width:100%;display:grid;grid-template-columns:36px minmax(0,1fr) auto 8px;align-items:center;gap:10px;padding:11px 12px;border-radius:11px;text-align:left;transition:.18s ease}.compact-task:hover{background:#f4f8f9;transform:translate(2px)}.compact-task strong,.compact-task span,.compact-task small{display:block}.compact-task strong{font-size:10.5px}.compact-task>div:nth-child(2) span{margin-top:3px;color:#8a999f;font-size:8.5px}.task-person{text-align:right}.task-person span{font-size:9px}.task-person small{margin-top:3px;color:#9aa6ab;font-size:8px}.priority-dot{width:7px;height:7px;border-radius:50%;background:#aeb9bd}.priority-dot.high{background:#e2775d;box-shadow:0 0 0 4px #e2775d17}.task-glyph{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#edf7f8;color:var(--accent)}.task-glyph.type-pick{background:#eef2ff;color:#5f72d7}.task-glyph.type-count{background:#fff6e7;color:#bd7d25}.task-glyph.type-pack{background:#edf9f3;color:#3d9977}.task-glyph.type-move{background:#f4effd;color:#7a69d8}.activity-list{padding:0 12px 9px}.activity-row{display:grid;grid-template-columns:31px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 7px;border-bottom:1px solid #edf2f3}.activity-row:last-child{border-bottom:0}.activity-icon{width:29px;height:29px;display:grid;place-items:center;border-radius:9px;background:#eef6f7;color:#5e8790}.activity-icon.error{color:var(--red);background:#fff0f1}.activity-icon.command{color:var(--blue);background:#eef2ff}.activity-row strong,.activity-row small{display:block}.activity-row strong{font-size:9.5px}.activity-row small{margin-top:3px;color:#8c9aa0;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.activity-row time{color:#9aa7ac;font-size:8px}.attention-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.attention-card{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;text-align:left;transition:.18s ease}.attention-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.attention-card>svg:first-child{color:#69848d}.attention-card.warn>svg:first-child{color:var(--amber)}.attention-card strong{font-size:16px}.attention-card span{margin-left:6px;color:#7d8d93;font-size:9px}.attention-card>svg:last-child{color:#9aabad}.summary-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.summary-card{padding:15px;border:1px solid var(--line);border-radius:14px;background:#fff}.summary-card span,.summary-card strong,.summary-card small{display:block}.summary-card span{color:#83949a;font-size:12px}.summary-card strong{margin:5px 0 2px;font-family:Inter,sans-serif;font-size:20px;letter-spacing:-.01em}.summary-card small{color:#a0aaae;font-size:11px}.table-toolbar{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 16px;border-bottom:1px solid var(--line)}.table-toolbar>div:first-child strong,.table-toolbar>div:first-child span{display:block}.table-toolbar>div:first-child strong{font-size:13px}.table-toolbar>div:first-child span{margin-top:3px;color:#93a0a5;font-size:11.5px}.search-mini,.search-field{display:flex;align-items:center;gap:7px;height:36px;padding:0 10px;border:1px solid #d8e2e5;border-radius:9px;background:#fff;color:#819198}.search-mini{width:230px}.search-field{width:min(380px,100%)}.search-mini input,.search-field input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#243b45;font-size:13px}.table-wrap{width:100%;overflow-x:auto}.table-wrap table{width:100%;border-collapse:collapse;min-width:850px}.table-wrap th{padding:10px 14px;background:#f7fafb;border-bottom:1px solid var(--line);color:#89979d;text-align:left;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.table-wrap td{padding:11px 14px;border-bottom:1px solid #edf2f3;color:#50636b;font-size:13px;vertical-align:middle}.table-wrap tbody tr{transition:.15s ease}.table-wrap tbody tr:hover{background:#fbfdfd}.table-wrap tbody tr:last-child td{border-bottom:0}.table-wrap td b{color:#243a43}.table-wrap td small,.cell-main{display:block}.table-wrap td small{margin-top:3px;color:#95a1a6;font-size:11.5px}.cell-main{color:#31464f;font-weight:500;max-width:250px}.num{text-align:right!important}.status-badge{display:inline-flex;align-items:center;gap:6px;min-height:24px;padding:3px 8px;border-radius:999px;background:#f1f4f5;color:#475569;font-size:11.5px;font-weight:600;white-space:nowrap}.status-badge i{width:6px;height:6px;border-radius:50%;background:currentColor}.tone-green{color:#166534;background:#ecfdf3}.tone-blue{color:#1d4ed8;background:#eff6ff}.tone-amber{color:#9a3412;background:#fff7ed}.tone-red{color:#991b1b;background:#fef2f2}.tone-neutral{color:#475569;background:#f1f5f9}.progress-cell{min-width:95px;display:grid;grid-template-columns:minmax(56px,1fr) auto;align-items:center;gap:7px}.progress-cell>div{height:6px;border-radius:999px;background:#e7edef;overflow:hidden}.progress-cell>div i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0b8fa3,#35c7c4);transition:width .35s ease}.progress-cell span{color:#7c8c92;font-size:11.5px}.segmented{display:flex;padding:3px;border:1px solid #dbe4e6;border-radius:10px;background:#f7fafb;overflow-x:auto}.segmented button{min-height:28px;padding:0 10px;border-radius:7px;color:#75868d;font-size:12px;white-space:nowrap}.segmented button.active{background:#fff;color:#14303a;box-shadow:0 2px 8px #1a38420f}.label-workspace{display:grid;grid-template-columns:minmax(280px,.62fr) minmax(0,1.38fr);gap:16px}.scan-station{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:360px;padding:28px;text-align:center;background:linear-gradient(180deg,#f8fcfc,#fff)}.scan-station .eyebrow{align-self:flex-start}.scanner-visual{position:relative;width:190px;height:96px;margin:28px 0 18px;display:grid;place-items:center;overflow:hidden;border:1px solid #d8e8ea;border-radius:16px;background:#f3f9fa}.barcode-bars{width:114px;height:48px;opacity:.72;background:repeating-linear-gradient(90deg,#18323b 0 2px,transparent 2px 5px,#18323b 5px 6px,transparent 6px 9px)}.scan-beam{position:absolute;left:16px;right:16px;height:2px;background:#24d1ca;box-shadow:0 0 16px #24d1ca;animation:scanBeam 2.2s ease-in-out infinite}.scan-station h2{margin:0;font-size:16px}.scan-station p{max-width:300px;margin:8px auto 18px;color:#84949a;font-size:9.5px;line-height:1.6}.scanner-status{color:#648087;font-size:8.5px}.label-list{padding:0 10px 10px}.label-row{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(150px,.7fr) auto;align-items:center;gap:12px;padding:12px;border-bottom:1px solid #edf2f3}.label-row:last-child{border-bottom:0}.label-code{display:flex;align-items:center;gap:9px}.label-code>svg{color:var(--accent)}.label-code strong,.label-code small{display:block}.label-code strong{font-size:10px}.label-code small{margin-top:3px;color:#8b999f;font-size:8px}.label-state{font-size:8.5px;color:#89969c}.label-state.printed{color:#9a6c24}.label-state.verified{color:#2c8969}.row-actions{display:flex;gap:6px;flex-wrap:wrap}.print-history{padding:0 12px 10px}.print-history>div{display:grid;grid-template-columns:31px minmax(0,1fr) 60px 60px auto;align-items:center;gap:8px;padding:9px 8px;border-bottom:1px solid #edf2f3;font-size:9px}.print-history>div:last-child{border-bottom:0}.printer-icon{width:29px;height:29px;display:grid;place-items:center;border-radius:9px;background:#eef6f7;color:#64848d}.print-history strong,.print-history small{display:block}.print-history small{margin-top:2px;color:#929fa4;font-size:8px}.print-history time{color:#88979d}.putaway-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(270px,.65fr);gap:16px}.putaway-list{padding:0 10px 10px}.putaway-card{display:grid;grid-template-columns:30px minmax(0,1fr) minmax(180px,.8fr) auto;align-items:center;gap:10px;padding:12px 9px;border-bottom:1px solid #edf2f3;animation:riseIn .3s var(--delay,0ms) ease both}.sequence{color:#a1adb1;font-size:8px}.putaway-card strong,.putaway-card small{display:block}.putaway-card strong{font-size:10px}.putaway-card small{margin-top:3px;color:#8a9a9f;font-size:8px}.route,.route-inline{display:flex;align-items:center;gap:6px;color:#8ba0a6}.priority-pill{padding:4px 7px;border-radius:999px;background:#f1f4f5;color:#75848b;font-size:7.5px;font-weight:600}.priority-pill.high{background:#fff1eb;color:#c26045}.recommendation-panel{padding:22px;background:linear-gradient(145deg,#102a34,#14414a);color:#fff}.recommendation-panel .eyebrow{color:#68d9d6}.recommendation-panel h2{margin:20px 0 6px;font-family:Manrope,Inter,sans-serif;font-size:34px}.recommendation-panel p{color:#a3bdc2;font-size:9.5px;line-height:1.65}.capacity{margin:18px 0}.capacity>div{height:7px;overflow:hidden;border-radius:999px;background:#ffffff14}.capacity i,.capacity span{display:block;height:100%;border-radius:inherit;background:#40d4cf}.capacity small{display:block;margin-top:6px;color:#85a9af;font-size:8px}.recommendation-panel ul{list-style:none;display:grid;gap:8px;padding:0;margin:0}.recommendation-panel li{display:flex;align-items:center;gap:7px;color:#c7dadd;font-size:8.5px}.recommendation-panel li svg{color:#51cfaa}.channel-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.channel-card{padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:#fff}.channel-card span{display:block;color:#72858d;font-size:9px;font-weight:600}.channel-card strong{display:block;margin:7px 0 2px;font-size:20px}.channel-card small{color:#9aa5aa;font-size:8px}.channel-badge{display:inline-flex;min-width:43px;justify-content:center;padding:4px 7px;border-radius:7px;background:#f2f5f6;color:#657880;font-size:8px;font-weight:700}.channel-badge.wb{color:#9a4f9f;background:#faeffa}.channel-badge.ozon{color:#4c72ce;background:#edf2ff}.channel-badge.yaндекс{color:#c45c45;background:#fff0eb}.pick-task-cell{display:grid;gap:6px;justify-items:end}.pick-task-progress{display:flex;align-items:center;gap:6px}.pick-task-progress small{color:#667880;font-size:8px}.pick-shortage-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border-radius:999px;background:#fff0f1;color:#b9575f;font-size:7.5px;font-weight:600;white-space:nowrap}.packing-layout{display:grid;grid-template-columns:minmax(280px,.65fr) minmax(0,1.35fr);gap:16px}.packing-station{min-height:330px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:26px;text-align:center;background:linear-gradient(180deg,#f7fbfb,#fff)}.packing-station .eyebrow{align-self:flex-start}.packing-scanner{position:relative;width:120px;height:120px;display:grid;place-items:center;margin:25px 0 16px;border:1px dashed #bcd1d5;border-radius:24px;color:#5e8992;background:#eef7f8;overflow:hidden}.scan-line{position:absolute;left:10px;right:10px;height:2px;background:#28c5c2;box-shadow:0 0 14px #28c5c2;animation:scanBeam 2.4s ease-in-out infinite}.packing-station h2{margin:0;font-size:15px}.packing-station p{max-width:300px;margin:7px 0 15px;color:#87959b;font-size:9.5px;line-height:1.6}.packing-meta{display:flex;gap:12px;color:#728990;font-size:8.5px}.packing-meta span{display:inline-flex;align-items:center;gap:5px}.packing-list{padding:0 12px 12px}.packing-order{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 7px;border-bottom:1px solid #edf2f3}.packing-order strong,.packing-order span,.packing-order small,.packing-order b{display:block}.packing-order strong{font-size:10px}.packing-order span,.packing-order small{margin-top:3px;color:#8b999f;font-size:8px}.packing-order b{margin-top:4px;color:#536971;font-size:9px}.task-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.task-toolbar>span{color:#85949a;font-size:9px}.task-board{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.task-card{padding:15px;border:1px solid var(--line);border-radius:15px;background:#fff;animation:riseIn .32s var(--delay,0ms) ease both;transition:.18s ease}.task-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.task-card-top{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px}.task-card-top strong,.task-card-top span{display:block}.task-card-top strong{font-size:10.5px}.task-card-top div>span{margin-top:3px;color:#8e9da2;font-size:8px}.task-route{display:flex;align-items:center;gap:7px;margin:13px 0;padding:10px;border-radius:10px;background:#f6f9fa;color:#8ca0a6}.task-card-bottom{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px}.task-card-bottom>div span,.task-card-bottom>div small{display:block}.task-card-bottom>div span{font-size:9px}.task-card-bottom>div small{margin-top:2px;color:#94a1a6;font-size:8px}.zone-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:9px}.zone-summary-card{padding:13px;border:1px solid var(--line);border-radius:13px;background:#fff}.zone-summary-card span,.zone-summary-card strong,.zone-summary-card small{display:block}.zone-summary-card span{color:#7e8f95;font-size:8.5px}.zone-summary-card strong{margin:4px 0;font-size:17px}.zone-summary-card>div{height:4px;margin:7px 0 5px;overflow:hidden;border-radius:999px;background:#e9eff1}.zone-summary-card i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0b8fa3,#2bc8c4)}.zone-summary-card small{color:#9ba6aa;font-size:7.5px}.location-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:9px;padding:12px}.location-card{position:relative;min-height:104px;padding:12px;border:1px solid #dbe5e7;border-radius:12px;background:#fbfdfd;animation:cellIn .3s var(--delay,0ms) cubic-bezier(.2,.75,.2,1) both;transition:.18s ease}.location-card:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 8px 22px #1a3c4514}.location-card.blocked{border-color:#f1cdd0;background:#fff8f8}.location-top,.location-bottom{display:flex;align-items:center;justify-content:space-between}.location-top>span{color:#9aa6aa;font-size:7px}.location-fill{height:8px;margin:14px 0 8px;overflow:hidden;border-radius:999px;background:#e7eef0}.location-fill i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#13a1ad,#36d0c9);transform-origin:left;animation:fillGrow .65s var(--delay,0ms) ease both}.location-card.blocked .location-fill i{background:#d3656d}.location-bottom strong{font-size:12px}.location-bottom span{color:#91a0a6;font-size:8px}.location-blocked{position:absolute;inset:auto 7px 6px;display:flex;justify-content:center;gap:5px;padding:4px;border-radius:7px;background:#fff0f1;color:#b9575f;font-size:7px}.counting-grid{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:16px}.counting-command{padding:24px;background:linear-gradient(145deg,#f4fbfb,#fff)}.counting-command h2{margin:30px 0 7px;font-size:18px}.counting-command p{max-width:360px;margin:0 0 18px;color:#809197;font-size:9.5px;line-height:1.65}.count-list{padding:0 10px 10px}.count-list button{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 60px auto;align-items:center;gap:10px;padding:11px;border-bottom:1px solid #edf2f3;text-align:left}.count-list button:hover{background:#f8fbfb}.count-list strong,.count-list span{display:block}.count-list strong{font-size:9.5px}.count-list span{margin-top:3px;color:#8d9ba0;font-size:8px}.count-list b{font-size:9px}.return-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.return-card{display:grid;gap:11px;padding:16px;border:1px solid var(--line);border-radius:15px;background:#fff}.return-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.return-head>div{display:flex;align-items:center;gap:7px}.return-head strong{font-size:10px}.return-head>div span{padding:3px 6px;border-radius:6px;background:#f0f4f5;color:#788990;font-size:7px;font-weight:600}.return-card h3{margin:0;font-size:11px}.return-card p{min-height:28px;margin:0;color:#839198;font-size:8.5px;line-height:1.55}.return-meta{display:flex;justify-content:space-between;padding:9px;border-radius:9px;background:#f7fafb;color:#71858d;font-size:8px}.return-actions{display:flex;flex-wrap:wrap;gap:6px;padding-top:3px;border-top:1px solid #eef2f3}.decision-chip{padding:6px 8px;border-radius:8px;background:#edf8f3;color:#2f876a;font-size:8px;font-weight:600}.device-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:11px}.device-card{padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff;animation:riseIn .34s var(--delay,0ms) ease both;transition:.2s ease}.device-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}.device-card.blocked{border-color:#efc9cd}.device-head{display:flex;align-items:center;justify-content:space-between}.device-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#ebf7f8;color:#0f92a0}.device-status{padding:4px 6px;border-radius:999px;color:#2e8c6c;background:#eaf8f2;font-size:7px;font-weight:800;letter-spacing:.08em}.device-status.offline{color:#8b979c;background:#f0f3f4}.device-status.blocked{color:#bc5059;background:#fff0f1}.device-title{margin:14px 0 12px}.device-title strong,.device-title span{display:block}.device-title strong{font-family:Manrope,Inter,sans-serif;font-size:15px}.device-title span{margin-top:3px;color:#8c9a9f;font-size:8px}.device-user{display:flex;align-items:center;gap:8px;padding:10px;border-radius:10px;background:#f6f9fa}.mini-avatar{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#dfecef;color:#516f78;font-size:8px;font-weight:700}.device-user strong,.device-user small{display:block}.device-user strong{font-size:9px}.device-user small{margin-top:2px;color:#92a0a5;font-size:7.5px}.device-stats{display:flex;justify-content:space-between;gap:8px;margin:12px 0}.device-stats span{display:inline-flex;align-items:center;gap:4px;color:#6f838b;font-size:8px}.device-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:10px;border-top:1px solid #edf2f3}.device-footer small{color:#98a4a8;font-size:7.5px}.device-bottom-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:16px}.device-log{padding:0 13px 11px}.device-log>div{display:grid;grid-template-columns:8px 50px 63px minmax(0,1fr);align-items:center;gap:8px;padding:8px 4px;border-bottom:1px solid #edf2f3;color:#687b83;font-size:8.5px}.log-dot{width:6px;height:6px;border-radius:50%;background:#4d80da}.log-dot.scan{background:#16a8ab}.log-dot.sync{background:#3ba376}.log-dot.command{background:#7b6ad6}.log-dot.error{background:#d16069}.device-log time{color:#9aa7ac}.device-log code{padding:2px 5px;font-size:7.5px}.printer-panel{padding-bottom:14px}.printer-item{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px;margin:0 14px 9px;padding:10px;border-radius:10px;background:#f6f9fa}.printer-item>span{width:31px;height:31px;display:grid;place-items:center;border-radius:9px;background:#e6f2f3;color:#63858e}.printer-item strong,.printer-item small{display:block}.printer-item strong{font-size:9px}.printer-item small{margin-top:2px;color:#8d9ca1;font-size:7.5px}.printer-item em{color:#349270;font-size:7px;font-style:normal;text-transform:uppercase}.printer-panel>.button{margin-left:14px}.device-command-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.device-command-summary span{padding:10px;border-radius:9px;background:#f5f9fa}.device-command-summary small,.device-command-summary strong{display:block}.device-command-summary small{color:#8d9ba0;font-size:7.5px}.device-command-summary strong{margin-top:4px;font-size:9px}.command-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:13px}.activation-code{margin-top:15px;padding:14px;border:1px dashed #bcd3d7;border-radius:11px;text-align:center;background:#f8fbfb}.activation-code span,.activation-code strong,.activation-code small{display:block}.activation-code span{color:#87969c;font-size:8px}.activation-code strong{margin:7px 0 4px;letter-spacing:.12em;font-size:16px}.activation-code small{color:#a0aaae;font-size:7.5px}.terminal-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(250px,.45fr);gap:16px}.terminal-board{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.terminal-card{position:relative;overflow:hidden;padding:15px;border:1px solid var(--line);border-radius:15px;background:#fff;animation:riseIn .32s var(--delay,0ms) ease both}.terminal-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#bdc8cc}.terminal-card.status-assigned:before{background:#557ddb}.terminal-card.status-work:before{background:#12a8ad;animation:activeBar 1.5s ease-in-out infinite}.terminal-card.status-done:before{background:#3b9d76}.terminal-card-head{display:flex;justify-content:space-between;gap:10px}.terminal-card-head>div span,.terminal-card-head>div strong{display:block}.terminal-card-head>div span{color:#8b999f;font-size:8px}.terminal-card-head>div strong{margin-top:4px;font-size:11px}.terminal-status{padding:4px 7px;height:fit-content;border-radius:999px;background:#f0f3f4;color:#74848b;font-size:7.5px;font-weight:600}.terminal-status.assigned{background:#edf1ff;color:#4e71cc}.terminal-status.work{background:#e6f8f7;color:#16838a}.terminal-status.done{background:#eaf8f2;color:#318765}.terminal-destination{margin:13px 0;padding:9px 10px;border-radius:9px;background:#f6f9fa}.terminal-destination small,.terminal-destination strong{display:block}.terminal-destination small{color:#95a1a6;font-size:7px}.terminal-destination strong{margin-top:3px;font-size:9px}.terminal-progress{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.terminal-progress>div{height:6px;border-radius:999px;background:#e7edef;overflow:hidden}.terminal-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0b8fa3,#2cc6c2);transition:width .3s ease}.terminal-progress span{color:#74878e;font-size:8px}.terminal-device{display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:7px;margin:12px 0}.device-dot{width:7px;height:7px;border-radius:50%;background:#aeb9bd}.device-dot.online{background:#35a57c;box-shadow:0 0 0 3px #35a57c1a}.device-dot.blocked{background:#d15c65}.terminal-device strong,.terminal-device small{display:block}.terminal-device strong{font-size:8.5px}.terminal-device small{margin-top:2px;color:#96a2a6;font-size:7.5px}.terminal-device select{max-width:100px;height:28px;border:1px solid #d8e2e4;border-radius:8px;background:#fff;color:#5f737c;font-size:7.5px}.terminal-actions{display:flex;gap:6px;padding-top:10px;border-top:1px solid #edf2f3}.done-line{display:inline-flex;align-items:center;gap:5px;color:#318765;font-size:8.5px}.terminal-side{height:fit-content;padding:20px;background:linear-gradient(145deg,#102a34,#16424b);color:#fff}.terminal-side .eyebrow{color:#67d9d5}.terminal-side h2{margin:15px 0 18px;font-size:16px}.offline-counter strong,.offline-counter span{display:block}.offline-counter strong{font-size:36px}.offline-counter span{color:#95b3b9;font-size:8.5px}.offline-list{display:grid;gap:7px;margin:16px 0;padding:12px;border-radius:10px;background:#ffffff0b}.offline-list span{display:flex;align-items:center;gap:6px;color:#bad0d4;font-size:8px}.offline-list i{width:5px;height:5px;border-radius:50%;background:#48c7c2}.terminal-side .button{width:100%}.terminal-side-note{display:flex;align-items:center;gap:6px;margin-top:13px;color:#8eb6b8;font-size:7.5px}.analytics-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.analytics-kpi{padding:16px;border:1px solid var(--line);border-radius:14px;background:#fff}.analytics-kpi span,.analytics-kpi strong,.analytics-kpi small{display:block}.analytics-kpi span{color:#7e8f95;font-size:8.5px}.analytics-kpi strong{margin:6px 0 3px;font-family:Manrope,Inter,sans-serif;font-size:23px}.analytics-kpi small{color:#3d9977;font-size:7.5px}.analytics-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:16px}.bar-chart{display:grid;gap:13px;padding:8px 20px 20px}.bar-chart>div{display:grid;grid-template-columns:80px minmax(0,1fr) 42px 58px;align-items:center;gap:8px}.bar-chart span{color:#61777f;font-size:8.5px}.bar-chart>div>div{height:9px;overflow:hidden;border-radius:999px;background:#e9eff1}.bar-chart i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0b8fa3,#37cdc8);animation:fillGrow .7s ease both}.bar-chart b{font-size:8.5px}.bar-chart small{color:#99a5aa;font-size:7.5px}.quality-list{padding:0 15px 14px}.quality-row{display:grid;grid-template-columns:minmax(0,1fr) 30px 10px;align-items:center;gap:7px;padding:11px 6px;border-bottom:1px solid #edf2f3;font-size:8.5px}.quality-row:last-child{border-bottom:0}.quality-row strong{text-align:right}.quality-indicator{width:7px;height:7px;border-radius:50%;background:#d8902f}.quality-indicator.ok{background:#339774}.quality-indicator.warn{background:#d15c65}.zone-bars{display:grid;gap:9px;padding:0 20px 19px}.zone-bars>div{display:grid;grid-template-columns:60px minmax(0,1fr) 40px 75px;align-items:center;gap:8px}.zone-bars span{color:#637880;font-size:8px}.zone-bars>div>div{height:6px;border-radius:999px;background:#e8eef0;overflow:hidden}.zone-bars i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0b8fa3,#2bc8c4);animation:fillGrow .65s ease both}.zone-bars b,.zone-bars small{font-size:8px}.zone-bars small{color:#98a5aa}.popover{position:fixed;z-index:60;top:56px;right:55px;width:330px;padding:8px;border:1px solid #d8e2e4;border-radius:14px;background:#fffffffa;box-shadow:0 18px 55px #1a303a29;animation:popIn .16s ease both}.popover-head{display:flex;justify-content:space-between;align-items:center;padding:8px 9px 10px}.popover-head strong{font-size:10px}.popover-head button{color:#8b999f}.notifications>button:not(.popover-head button){width:100%;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:8px;padding:10px;border-radius:9px;text-align:left}.notifications>button:hover{background:#f5f9fa}.notifications>button>svg{color:#6f8b93}.notifications strong,.notifications span{display:block}.notifications strong{font-size:9px}.notifications span{margin-top:3px;color:#8b999f;font-size:8px}.modal-layer{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:20px;background:#0c1d2447;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .16s ease both}.modal{width:min(560px,100%);max-height:calc(100vh - 40px);overflow:auto;border:1px solid rgba(215,226,229,.9);border-radius:18px;background:#fff;box-shadow:0 28px 90px #0b1f2742;animation:modalIn .23s cubic-bezier(.2,.75,.25,1) both}.modal-head{display:flex;justify-content:space-between;gap:16px;padding:18px 20px 14px;border-bottom:1px solid var(--line)}.modal-head h2{margin:0;font-size:14px}.modal-head p{margin:4px 0 0;color:#8a999f;font-size:8.5px}.modal-head button{color:#85949a}.modal-body{padding:18px 20px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;padding:14px 20px 18px;border-top:1px solid var(--line)}.field{display:grid;gap:6px;margin-bottom:13px;color:#61747c;font-size:8.5px;font-weight:600}.field input,.field select{width:100%;height:36px;padding:0 10px;border:1px solid #d6e1e3;border-radius:9px;outline:0;background:#fff;color:#243b44;font-size:9.5px;transition:.16s ease}.field input:focus,.field select:focus{border-color:#79bdc3;box-shadow:0 0 0 3px #109daa14}.field small{color:#95a1a6;font-size:7.5px;font-weight:400}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.form-error,.info-note{display:flex;align-items:flex-start;gap:7px;padding:9px 10px;border-radius:9px;font-size:8.5px;line-height:1.45}.form-error{background:#fff1f2;color:#b8535b}.info-note{background:#eef7f8;color:#53747d}.move-preview{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:15px;padding:14px;border-radius:10px;background:#f5f9fa;color:#789097}.count-summary{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:15px;border:1px solid #dde6e8;border-radius:11px;overflow:hidden}.count-summary span{padding:12px;border-right:1px solid #e5ecee;text-align:center}.count-summary span:last-child{border-right:0}.count-summary small,.count-summary strong{display:block}.count-summary small{color:#8b999f;font-size:7.5px}.count-summary strong{margin-top:5px;font-size:16px}.count-summary .has-diff strong{color:#c06b30}.search-layer{align-items:start;padding-top:11vh}.command-palette{width:min(650px,100%);overflow:hidden;border:1px solid #d4e0e3;border-radius:17px;background:#fff;box-shadow:0 30px 95px #091d2540;animation:modalIn .2s ease both}.command-search{height:54px;display:flex;align-items:center;gap:9px;padding:0 14px;border-bottom:1px solid var(--line);color:#74868d}.command-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#203943;font-size:12px}.command-empty{display:grid;justify-items:center;padding:55px 20px;text-align:center;color:#819198}.command-empty svg{color:#a7b7bc}.command-empty strong{margin-top:10px;color:#536971;font-size:11px}.command-empty span{margin-top:5px;font-size:8.5px}.command-results{padding:8px}.command-results button{width:100%;display:grid;grid-template-columns:27px minmax(0,1fr) auto;align-items:center;gap:8px;padding:9px;border-radius:9px;text-align:left}.command-results button:hover{background:#f4f8f9}.command-results button>svg:first-child{color:#6d8b93}.command-results strong,.command-results span{display:block}.command-results strong{font-size:9px}.command-results span{margin-top:2px;color:#8f9ca1;font-size:7.5px}.command-results button>svg:last-child{color:#a3afb3}.empty{display:grid;justify-items:center;padding:45px 20px;color:#95a2a7;text-align:center}.empty strong{margin-top:8px;color:#667981;font-size:10px}.empty small{margin-top:4px;font-size:8px}.toast{position:fixed;z-index:100;right:24px;bottom:24px;display:flex;align-items:center;gap:7px;padding:11px 13px;border-radius:10px;background:#112932;color:#eaf8f8;box-shadow:0 16px 40px #0e252d3d;font-size:9px;animation:toastIn .26s ease both}.toast svg{color:#54d4ac}@keyframes pageIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes riseIn{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}@keyframes cellIn{0%{opacity:0;transform:scale(.96) translateY(4px)}to{opacity:1;transform:none}}@keyframes fillGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes navIndicator{0%{transform:scaleY(.2);opacity:0}to{transform:none;opacity:1}}@keyframes livePulse{0%,to{box-shadow:0 0 0 3px #39c99514}50%{box-shadow:0 0 0 6px #39c99505}}@keyframes sweep{0%,55%{transform:translate(-100%)}82%,to{transform:translate(100%)}}@keyframes orbital{to{transform:rotate(360deg)}}@keyframes scanBeam{0%,to{transform:translateY(-34px);opacity:.45}50%{transform:translateY(34px);opacity:1}}@keyframes activeBar{0%,to{opacity:.55}50%{opacity:1;box-shadow:0 0 16px #12a8ad73}}@keyframes popIn{0%{opacity:0;transform:translateY(-5px) scale(.98)}to{opacity:1;transform:none}}@keyframes modalIn{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}@keyframes toastIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media(max-width:1240px){.hero-grid{grid-template-columns:1fr}.warehouse-score{min-height:auto;flex-direction:row}.score-list{max-width:480px}.process-flow{grid-template-columns:repeat(3,1fr)}.kpi-strip,.summary-row,.analytics-kpis,.return-board{grid-template-columns:repeat(2,1fr)}}@media(max-width:1040px){.dashboard-grid,.label-workspace,.putaway-layout,.packing-layout,.counting-grid,.device-bottom-grid,.terminal-layout,.analytics-grid{grid-template-columns:1fr}.terminal-side{max-width:none}.task-board,.terminal-board{grid-template-columns:1fr}.process-flow{grid-template-columns:repeat(2,1fr)}.label-row{grid-template-columns:minmax(0,1fr) auto}.label-row>div:nth-child(2){display:none}}@media(max-width:780px){.sidebar{transform:translate(-102%);transition:transform .22s ease}.sidebar.is-open{transform:translate(0)}.sidebar-backdrop{position:fixed;inset:0;z-index:25;display:block;background:#0819204d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.main-shell{margin-left:0}.mobile-toggle{display:grid}.topbar{height:58px;padding:0 13px}.route-copy span,.sync-pill,.top-search span,.top-search kbd{display:none}.top-search{min-width:34px;width:34px;padding:0;justify-content:center}.main-content{padding:20px 13px 38px}.page-heading{flex-direction:column;min-height:0}.heading-actions{width:100%}.command-hero{min-height:300px;padding:22px}.command-hero h1{font-size:36px}.hero-signal{left:22px;right:22px}.process-flow{grid-template-columns:1fr}.kpi-strip,.summary-row,.analytics-kpis,.attention-grid,.channel-strip,.return-board{grid-template-columns:repeat(2,1fr)}.warehouse-score{flex-direction:column}.task-toolbar{align-items:stretch;flex-direction:column}.segmented{max-width:100%}.table-toolbar{align-items:stretch;flex-direction:column}.search-mini,.search-field{width:100%}.putaway-card{grid-template-columns:26px minmax(0,1fr) auto}.putaway-card .route{grid-column:2 / -1}.device-command-summary,.command-grid{grid-template-columns:1fr}.popover{right:10px;width:calc(100vw - 20px)}}@media(max-width:520px){.route-copy strong{max-width:135px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.avatar{display:none}.kpi-strip,.summary-row,.analytics-kpis,.attention-grid,.channel-strip,.return-board{grid-template-columns:1fr}.command-hero{min-height:340px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.hero-signal{display:grid;gap:6px}.score-list{grid-template-columns:1fr}.flow-board-head{align-items:flex-start;flex-direction:column}.flow-board-head>small{display:none}.label-row{grid-template-columns:1fr}.label-row>div:nth-child(2){display:block}.print-history>div{grid-template-columns:31px minmax(0,1fr) auto}.print-history>div>span:nth-child(3),.print-history time{display:none}.packing-order{grid-template-columns:1fr}.task-card-bottom{grid-template-columns:1fr auto}.task-card-bottom .button{grid-column:1 / -1}.form-grid,.count-summary{grid-template-columns:1fr}.count-summary span{border-right:0;border-bottom:1px solid #e5ecee}.count-summary span:last-child{border-bottom:0}.device-log>div{grid-template-columns:8px 48px minmax(0,1fr)}.device-log code{display:none}.terminal-device{grid-template-columns:8px minmax(0,1fr)}.terminal-device select{grid-column:2;max-width:none;width:100%}.bar-chart>div{grid-template-columns:62px minmax(0,1fr) 34px}.bar-chart small{display:none}.zone-bars>div{grid-template-columns:40px minmax(0,1fr) 36px}.zone-bars small{display:none}.modal-layer{padding:8px}.modal{max-height:calc(100vh - 16px);border-radius:14px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}:root{--ink: #20221f;--muted: #77776f;--soft: #9b998f;--line: #ded8cc;--line-strong: #c8c0b1;--surface: #fffdf8;--surface-soft: #f6f1e8;--canvas: #f1ede4;--nav: #1d201d;--nav-2: #2a2d28;--accent: #4450e8;--accent-2: #6672ff;--accent-soft: #ececff;--blue: #4450e8;--violet: #7557d9;--green: #3f7f5c;--amber: #d79a2f;--red: #e15f49;--lime: #ccf36a;--coral: #ff745c;--paper: #fffaf0;--shadow: 0 12px 32px rgba(55, 48, 38, .07);--shadow-hover: 0 20px 46px rgba(55, 48, 38, .12);--radius: 13px}html{background:var(--canvas)}body{background:linear-gradient(rgba(72,62,47,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(72,62,47,.028) 1px,transparent 1px),var(--canvas);background-size:28px 28px;color:var(--ink)}.v4-shell{min-height:100vh}.global-header{position:sticky;top:0;z-index:40;color:#f8f4ea;background:#20231f;box-shadow:0 10px 30px #26221c1f}.global-header-main{position:relative;height:62px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 clamp(18px,3vw,42px);border-bottom:1px solid rgba(255,255,255,.08)}.header-brand-cluster,.topbar-actions{display:flex;align-items:center;gap:13px;min-width:0}.brand-v4{gap:9px;flex:0 0 auto}.brand-v4 .brand-symbol{width:25px;height:24px}.brand-v4 .brand-symbol i{width:5px;background:var(--lime);box-shadow:none}.brand-v4 .brand-word{color:#fffdf8;font-size:18px}.brand-v4 .brand-word span{color:var(--lime)}.brand-v4>b{margin-left:2px;padding:4px 6px;border:1px solid rgba(204,243,106,.38);border-radius:4px;color:var(--lime);font-size:8px;letter-spacing:.15em}.header-separator{width:1px;height:24px;background:#ffffff21}.warehouse-context{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;min-width:188px;color:#c9c5ba;text-align:left}.warehouse-context>svg:first-child{color:var(--lime)}.warehouse-context strong,.warehouse-context small{display:block;white-space:nowrap}.warehouse-context strong{color:#f2eee4;font-size:10px;font-weight:600}.warehouse-context small{margin-top:1px;color:#7f8379;font-size:8px}.system-state{display:inline-flex;align-items:center;gap:5px;color:#aeb1a7;font-size:8px;letter-spacing:.09em}.system-state b{color:#f0ece2;font-size:9px;letter-spacing:0}.global-header .live-dot{background:var(--lime);box-shadow:0 0 0 4px #ccf36a1c;animation:limePulse 1.8s ease-in-out infinite}.v4-search{width:min(300px,23vw);min-width:210px;height:34px;border:1px solid rgba(255,255,255,.12);border-radius:7px;background:#ffffff0e;color:#a8aba1}.v4-search:hover{border-color:#ccf36a52;box-shadow:none;background:#ffffff13}.v4-search kbd{border-color:#ffffff1a;background:#0000002e;color:#777c71}.global-header .icon-button{color:#aaada5;border-radius:7px}.global-header .icon-button:hover{color:var(--lime);background:#ffffff12}.global-header .notify-button>i{background:var(--coral);border-color:#20231f}.avatar-v4{border-radius:50%;background:var(--lime);color:#20231f}.domain-tabs{height:48px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:0 clamp(18px,3vw,42px);background:#20231f}.domain-tabs button{position:relative;display:flex;align-items:center;gap:8px;min-width:0;padding:0 13px;border-right:1px solid rgba(255,255,255,.07);color:#787d73;text-align:left;transition:color .2s ease,background .2s ease}.domain-tabs button:first-child{border-left:1px solid rgba(255,255,255,.07)}.domain-tabs button:hover{color:#d8d7d0;background:#ffffff09}.domain-tabs button>span{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px;color:#5c6058}.domain-tabs button>strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:600}.domain-tabs button>i{margin-left:auto;min-width:19px;height:19px;display:grid;place-items:center;padding:0 5px;border-radius:3px;background:#30342e;color:#a9ada2;font-size:8px;font-style:normal}.domain-tabs button.active{color:#fffdf8;background:#282c27}.domain-tabs button.active>span{color:var(--lime)}.domain-tabs button.active:after{content:"";position:absolute;left:13px;right:13px;bottom:0;height:3px;background:var(--lime);transform-origin:left;animation:tabDraw .32s cubic-bezier(.2,.8,.2,1) both}.domain-tabs button.active>i{background:var(--lime);color:#20231f}.module-band{min-height:56px;display:grid;grid-template-columns:minmax(180px,.75fr) minmax(0,2fr) auto;align-items:center;gap:18px;padding:8px clamp(18px,3vw,42px);border-bottom:1px solid var(--line);background:#fffdf8e0;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.module-band-copy{min-width:0}.module-band-copy span,.module-band-copy strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.module-band-copy span{color:#a09a8f;font-size:8px;text-transform:uppercase;letter-spacing:.12em}.module-band-copy strong{margin-top:3px;font-size:11px}.module-tabs{min-width:0;display:flex;align-items:center;gap:6px;overflow-x:auto;scrollbar-width:none}.module-tabs::-webkit-scrollbar{display:none}.module-tabs a{position:relative;flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;min-height:35px;padding:0 11px;border:1px solid transparent;border-radius:7px;color:#77766e;font-size:9.5px;transition:.18s ease}.module-tabs a:hover{background:#f0ebe2;color:#34352f}.module-tabs a.active{border-color:#22241f;background:#22241f;color:#fffdf8;box-shadow:0 7px 18px #2a271f1f}.module-tabs a.active svg{color:var(--lime)}.module-tabs a i{min-width:17px;height:17px;display:grid;place-items:center;border-radius:3px;background:#ece5d9;color:#68655e;font-size:7px;font-style:normal}.module-tabs a.active i{background:var(--lime);color:#20231f}.module-meta{display:flex;align-items:center;justify-content:flex-end;gap:10px;color:#858278;font-size:8.5px;white-space:nowrap}.module-meta span,.module-meta button{display:inline-flex;align-items:center;gap:5px}.module-meta .urgent{color:#c45b48}.module-meta button{padding:6px 7px;border-radius:5px;color:#aaa398;font-size:8px}.module-meta button:hover{background:#ece6dc;color:#4a4943}.v4-content{width:min(1540px,100%);margin:0 auto;padding:30px clamp(18px,3vw,42px) 56px;animation:pageSlice .38s cubic-bezier(.2,.75,.2,1) both}.v4-content .page-stack{gap:20px}.v4-content .page-heading{position:relative;min-height:94px;padding:4px 0 16px 19px;border-bottom:1px solid var(--line-strong)}.v4-content .page-heading:before{content:"";position:absolute;left:0;top:6px;bottom:20px;width:4px;background:var(--accent)}.v4-content .page-heading h1{font-family:Manrope,Inter,sans-serif;color:#20221f;font-size:clamp(28px,3vw,42px);letter-spacing:-1.4px}.v4-content .page-heading p{max-width:670px;color:#7e7a70;font-size:11px}.v4-content .page-meta{color:#928d82}.v4-content .panel{border-color:var(--line);border-radius:11px;background:#fffdf8f0;box-shadow:0 1px #3c332808}.v4-content .panel:hover{border-color:#d0c7b8}.v4-content .panel-head{padding:18px 19px 14px;border-bottom:1px solid rgba(222,216,204,.65)}.v4-content .panel-head h2{color:#242621;font-size:13px}.v4-content .panel-head p{color:#918b80}.v4-content .button{border-color:#cfc6b7;border-radius:6px;background:#fffdf8;color:#5c5850;box-shadow:0 1px #3831280a}.v4-content .button:hover:not(:disabled){transform:translateY(-1px);border-color:#aca292;background:#fff;box-shadow:0 7px 18px #3a322714}.v4-content .button-primary{border-color:var(--accent);background:var(--accent);color:#fff}.v4-content .button-primary:hover:not(:disabled){border-color:#3542d1;background:#3542d1;box-shadow:0 8px 20px #4450e838}.v4-content .button-danger{border-color:#d75c47;background:#d75c47;color:#fff}.v4-content .button-quiet{background:transparent}.v4-content .summary-row{gap:1px;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--line)}.v4-content .summary-card{border:0;border-radius:0;background:#fffdf8;box-shadow:none}.v4-content .summary-card strong{color:#252620}.v4-content .summary-card small{color:#a09a8e}.v4-content table thead{background:#f0ebe2}.v4-content table th{color:#8a857b;border-color:#ddd5c8}.v4-content table td{border-color:#ebe5da}.v4-content table tbody tr:hover{background:#faf7ef}.v4-content code{border-color:#ddd5c8;border-radius:4px;background:#f5f0e7;color:#55524a}.v4-content .search-mini,.v4-content .search-field{border-color:#d3cabd;border-radius:6px;background:#fffdf8}.v4-content .status-badge{border-radius:4px}.v4-content .tone-blue{color:#4450e8;background:#ececff}.v4-content .tone-green{color:#397856;background:#e9f3e9}.v4-content .tone-amber{color:#a56b14;background:#fbf0d7}.v4-content .tone-red{color:#c45340;background:#ffebe7}.v4-content .segmented{border-color:#d2c9ba;border-radius:7px;background:#ebe5da}.v4-content .segmented button.active{background:#22241f;color:#fffdf8;box-shadow:none}.v4-content .progress-cell>div,.v4-content .terminal-progress>div{background:#ebe5db}.v4-content .progress-cell i,.v4-content .terminal-progress i{background:var(--accent)}.v4-content .priority-pill.high{color:#bf4b39;background:#ffebe6}.v4-content .priority-pill.normal{color:#5f6357;background:#eeebe2}.v4-content .label-workspace,.v4-content .putaway-layout,.v4-content .packing-layout,.v4-content .counting-grid,.v4-content .device-bottom-grid,.v4-content .terminal-layout,.v4-content .analytics-grid{gap:14px}.v4-content .scan-station{background:#22241f;color:#fffdf8}.v4-content .scan-station:after{background:radial-gradient(circle,rgba(204,243,106,.18),transparent 64%)}.v4-content .scan-station .eyebrow,.v4-content .scanner-status{color:#d6f18d}.v4-content .scan-beam{background:var(--lime);box-shadow:0 0 15px #ccf36ab8}.v4-content .recommendation-panel{background:var(--accent);color:#fff}.v4-content .recommendation-panel .eyebrow,.v4-content .recommendation-panel p,.v4-content .recommendation-panel small{color:#dfe1ff}.v4-content .capacity>div{background:#ffffff2e}.v4-content .capacity span{background:var(--lime)}.v4-content .terminal-side{background:#22241f;color:#fffdf8}.v4-content .terminal-side .eyebrow{color:var(--lime)}.v4-content .terminal-side-note{color:#adb0a6}.v4-content .analytics-kpi{border-radius:9px;border-color:var(--line);background:#fffdf8}.v4-content .analytics-kpi strong{color:#22241f}.v4-content .bar-chart i,.v4-content .zone-bars i{background:var(--accent)}.v4-content .location-cell{border-radius:7px}.v4-content .location-cell.active{background:#fffdf8}.v4-content .location-cell.blocked{background:#ffede8}.v4-content .location-fill{background:linear-gradient(90deg,var(--accent),#7780ff)}.v4-content .device-card,.v4-content .terminal-card,.v4-content .task-card,.v4-content .putaway-card{border-radius:9px}.v4-content .terminal-card:before,.v4-content .task-card:before{background:var(--accent)}.dashboard-v4{gap:16px!important}.shift-board{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(430px,.75fr);min-height:360px;border:1px solid #1e201d;border-radius:14px;overflow:hidden;background:#20231f;box-shadow:0 20px 50px #2d271f1c}.shift-lead{position:relative;display:flex;flex-direction:column;justify-content:center;padding:clamp(34px,5vw,70px);overflow:hidden;color:#fffdf8}.shift-lead:before{content:"";position:absolute;width:460px;height:460px;right:-160px;top:-210px;border:1px solid rgba(204,243,106,.15);border-radius:50%;box-shadow:0 0 0 70px #ccf36a06,0 0 0 140px #ccf36a05;animation:slowOrbit 16s linear infinite}.shift-kicker{position:relative;display:flex;align-items:center;gap:7px;color:#dce0d7;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.shift-kicker small{margin-left:5px;color:#6f756a;font-weight:500}.shift-lead h1{position:relative;max-width:760px;margin:22px 0 12px;font-family:Manrope,Inter,sans-serif;font-size:clamp(40px,5.2vw,76px);line-height:.94;letter-spacing:-3.4px}.shift-lead h1 em{color:var(--lime);font-style:normal}.shift-lead>p{position:relative;max-width:610px;margin:0;color:#999e93;font-size:12px;line-height:1.7}.shift-actions{position:relative;display:flex;gap:8px;margin-top:26px}.shift-lead .button{border-color:#ffffff26;background:#ffffff0f;color:#f6f2e8}.shift-lead .button-primary{border-color:var(--lime);background:var(--lime);color:#20231f}.shift-lead .button:hover{background:#ffffff1a}.shift-lead .button-primary:hover{background:#d8ff77}.shift-ticker{position:relative;display:flex;flex-wrap:wrap;gap:22px;margin-top:34px;padding-top:17px;border-top:1px solid rgba(255,255,255,.09);color:#787e72;font-size:9px}.shift-ticker b{color:#f0eee6;font-size:11px}.shift-stats{display:grid;grid-template-columns:1fr 1fr;background:#151714;gap:1px}.stat-tile{position:relative;min-height:178px;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;overflow:hidden;transition:transform .22s ease,filter .22s ease}.stat-tile:hover{filter:brightness(1.025)}.stat-tile>svg{position:absolute;right:20px;top:20px;opacity:.55}.stat-tile span{margin-bottom:auto;font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.stat-tile strong{font-family:Manrope,Inter,sans-serif;font-size:42px;line-height:1;letter-spacing:-1.7px}.stat-tile small{margin-top:7px;opacity:.62;font-size:8.5px}.stat-tile.dark{background:#2a2d28;color:#f5f2e9}.stat-tile.lime{background:var(--lime);color:#22241f}.stat-tile.paper{background:#fffaf0;color:#282923}.stat-tile.coral{background:var(--coral);color:#2c1c18}.route-board-v4{padding:23px 25px 25px;border:1px solid var(--line);border-radius:12px;background:#fffdf8}.route-board-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.route-board-head span{color:var(--accent);font-size:8px;font-weight:800;letter-spacing:.16em}.route-board-head h2{margin:3px 0 0;font-family:Manrope,Inter,sans-serif;font-size:18px;letter-spacing:-.5px}.route-board-head p{margin:0;color:#9c968b;font-size:9px}.route-line{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.route-line:before{content:"";position:absolute;left:4%;right:4%;top:22px;height:1px;background:linear-gradient(90deg,#cfc6b7,var(--accent),#cfc6b7);opacity:.5}.route-node{--delay: 0ms;position:relative;z-index:1;min-height:112px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-rows:auto 1fr;align-items:start;gap:10px;padding:13px;border:1px solid #ddd5c8;border-radius:9px;background:#fffdf8;text-align:left;animation:cardDrop .42s var(--delay) both cubic-bezier(.2,.8,.2,1);transition:.2s ease}.route-node:hover{z-index:2;transform:translateY(-4px);border-color:#aaa08f;box-shadow:0 13px 30px #41372a1a}.route-node .node-no{width:30px;height:20px;display:grid;place-items:center;border-radius:4px;background:#22241f;color:var(--lime);font-family:ui-monospace,monospace;font-size:8px}.route-node .node-copy strong,.route-node .node-copy small{display:block}.route-node .node-copy strong{font-size:10px}.route-node .node-copy small{margin-top:3px;color:#9b958a;font-size:8px}.route-node>b{grid-column:1 / 3;align-self:end;font-family:Manrope,Inter,sans-serif;font-size:27px;letter-spacing:-1px}.route-node>svg{position:absolute;right:12px;bottom:13px;color:#aaa396;transition:transform .18s ease}.route-node:hover>svg{color:var(--accent);transform:translate(3px)}.control-grid-v4{display:grid;grid-template-columns:1.2fr .82fr .72fr;gap:14px;align-items:stretch}.priority-list-v4{padding:7px 10px 11px}.priority-list-v4>button{width:100%;display:grid;grid-template-columns:30px 28px minmax(0,1fr) auto auto;align-items:center;gap:9px;min-height:58px;padding:7px 8px;border-bottom:1px solid #ebe4d8;text-align:left;transition:.16s ease}.priority-list-v4>button:last-child{border-bottom:0}.priority-list-v4>button:hover{padding-left:12px;background:#f8f3ea}.priority-index{font-family:ui-monospace,monospace;color:#b2aa9d;font-size:8px}.priority-list-v4 .task-glyph{background:#ececff;color:var(--accent)}.priority-list-v4 strong,.priority-list-v4 small{display:block}.priority-list-v4 strong{font-size:9.5px}.priority-list-v4 small{margin-top:3px;color:#938d82;font-size:8px}.priority-list-v4>button>svg:last-child{color:#b1aa9e}.zone-matrix-v4{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;padding:11px}.zone-matrix-v4 button{--load: 0%;--delay: 0ms;min-height:92px;display:grid;grid-template-columns:1fr auto;align-content:start;gap:7px;padding:11px;border:1px solid #e1d9cc;border-radius:7px;background:#faf6ed;text-align:left;animation:cardDrop .38s var(--delay) both;transition:.18s ease}.zone-matrix-v4 button:hover{border-color:#aca292;background:#fffdf8;transform:translateY(-2px)}.zone-matrix-v4 span{font-size:9px;font-weight:700}.zone-matrix-v4 strong{font-size:9px}.zone-matrix-v4 i{grid-column:1 / -1;height:5px;overflow:hidden;border-radius:2px;background:#e4ddd2}.zone-matrix-v4 i b{display:block;width:var(--load);height:100%;background:var(--accent);transform-origin:left;animation:loadGrow .7s .1s both cubic-bezier(.2,.8,.2,1)}.zone-matrix-v4 small{grid-column:1 / -1;color:#aaa397;font-size:7.5px}.terminal-pulse-v4{min-height:100%}.terminal-orbit-v4{position:relative;width:178px;height:178px;margin:18px auto 9px;border:1px dashed #cfc6b7;border-radius:50%;animation:orbitBorder 20s linear infinite}.terminal-orbit-v4:before{content:"";position:absolute;inset:27px;border:1px solid #e5ddd0;border-radius:50%}.orbit-core{position:absolute;left:50%;top:50%;width:80px;height:80px;transform:translate(-50%,-50%);display:grid;place-items:center;align-content:center;border-radius:50%;background:#22241f;color:var(--lime);box-shadow:0 10px 28px #2d282024}.orbit-core strong{margin-top:3px;color:#fff;font-size:17px;line-height:1}.orbit-core small{color:#7c8276;font-size:7px}.orbit-device{position:absolute;width:32px;height:32px;display:grid;place-items:center;margin:-16px;border:3px solid #fffdf8;border-radius:50%;background:#e9e3d8;color:#8b857b;box-shadow:0 4px 10px #372f261a}.orbit-device.online{background:var(--lime);color:#27301d}.orbit-device.offline{background:#e5ded2;color:#9e978b}.orbit-device.d1{left:50%;top:0}.orbit-device.d2{right:0;top:50%}.orbit-device.d3{left:50%;bottom:0}.orbit-device.d4{left:0;top:50%}.terminal-mini-list{padding:0 14px 14px}.terminal-mini-list>div{display:grid;grid-template-columns:8px auto minmax(0,1fr) auto;align-items:center;gap:7px;padding:7px 0;border-top:1px solid #ece5d9;font-size:8px}.terminal-mini-list strong{font-size:8.5px}.terminal-mini-list small{color:#969085;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.terminal-mini-list b{font-size:8px}.event-ribbon-v4{display:grid;grid-template-columns:auto repeat(3,1fr);align-items:stretch;overflow:hidden;border:1px solid #cec5b6;border-radius:9px;background:#22241f;color:#f6f1e8}.event-ribbon-v4>span{display:grid;place-items:center;padding:0 15px;background:var(--lime);color:#20231f;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.event-ribbon-v4 button{min-width:0;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:7px;padding:11px 13px;border-right:1px solid rgba(255,255,255,.09);color:#d8d5cc;text-align:left;transition:.18s ease}.event-ribbon-v4 button:hover{background:#ffffff0e}.event-ribbon-v4 button svg{color:var(--lime)}.event-ribbon-v4 button strong{font-size:8.5px}.event-ribbon-v4 button small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7d8277;font-size:8px}.event-ribbon-v4 time{color:#9a9d94;font-size:7.5px}.mobile-navigator{pointer-events:none;position:fixed;inset:0;z-index:80;visibility:hidden}.mobile-navigator.is-open{pointer-events:auto;visibility:visible}.mobile-nav-backdrop{position:absolute;inset:0;width:100%;background:#1d1d196b;opacity:0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);transition:opacity .2s ease}.mobile-navigator.is-open .mobile-nav-backdrop{opacity:1}.mobile-nav-panel{position:absolute;inset:0 auto 0 0;width:min(330px,88vw);overflow-y:auto;padding:17px;background:#20231f;color:#f6f1e8;transform:translate(-102%);transition:transform .26s cubic-bezier(.2,.8,.2,1)}.mobile-navigator.is-open .mobile-nav-panel{transform:none}.mobile-nav-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.mobile-nav-head>button{color:#9ca095}.mobile-nav-group{display:grid;gap:3px;margin-bottom:17px}.mobile-nav-group>span{margin-bottom:5px;color:#62675e;font-size:8px;text-transform:uppercase;letter-spacing:.1em}.mobile-nav-group a{display:flex;align-items:center;gap:9px;padding:10px;border-radius:6px;color:#a2a69b;font-size:10px}.mobile-nav-group a.active{background:var(--lime);color:#20231f}.mobile-reset{width:100%;display:flex;align-items:center;gap:8px;padding:10px;border-top:1px solid rgba(255,255,255,.1);color:#797e73;font-size:9px}.popover,.modal,.command-palette{border-color:#d6cdbf;border-radius:10px;background:#fffdf8;box-shadow:0 28px 80px #352d2338}.popover-head,.modal-head,.command-search{border-color:#e4ddd1}.field input,.field select{border-color:#d4cbbc;border-radius:6px;background:#fffdf8;color:#2c2d28}.field input:focus,.field select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #4450e81a}.info-note{background:#eeedff;color:#5e61a3}.move-preview{background:#f5f0e7;color:#817d73}.command-results button:hover{background:#f5f0e7}.toast{border-radius:7px;background:#22241f;color:#fffdf8;box-shadow:0 18px 44px #2e28203d}.toast svg{color:var(--lime)}@keyframes tabDraw{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes limePulse{0%,to{box-shadow:0 0 0 3px #ccf36a14}50%{box-shadow:0 0 0 7px #ccf36a04}}@keyframes pageSlice{0%{opacity:0;transform:translateY(10px);clip-path:inset(0 0 10% 0)}to{opacity:1;transform:none;clip-path:inset(0)}}@keyframes cardDrop{0%{opacity:0;transform:translateY(12px) rotateX(4deg)}to{opacity:1;transform:none}}@keyframes loadGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes slowOrbit{to{transform:rotate(360deg)}}@keyframes orbitBorder{to{transform:rotate(360deg)}}@media(max-width:1180px){.module-band{grid-template-columns:auto minmax(0,1fr)}.module-meta{display:none}.shift-board{grid-template-columns:1fr}.shift-stats{grid-template-columns:repeat(4,1fr)}.stat-tile{min-height:135px;padding:18px}.stat-tile strong{font-size:34px}.control-grid-v4{grid-template-columns:1.1fr .9fr}.terminal-pulse-v4{grid-column:1 / -1}.terminal-pulse-v4{display:grid;grid-template-columns:1fr 1fr}.terminal-pulse-v4 .panel-head{grid-column:1 / -1}.terminal-orbit-v4{margin:18px auto}.terminal-mini-list{align-self:center;padding-right:24px}}@media(max-width:900px){.global-header-main{padding:0 14px}.warehouse-context,.system-state{display:none}.v4-search{min-width:34px;width:34px;padding:0;justify-content:center}.v4-search span,.v4-search kbd{display:none}.mobile-toggle{display:grid!important}.domain-tabs{padding:0 10px}.domain-tabs button{justify-content:center;padding:0 8px}.domain-tabs button>span,.domain-tabs button>i{display:none}.domain-tabs button>strong{font-size:9px}.module-band{padding:8px 14px;grid-template-columns:1fr;gap:6px}.module-band-copy{display:none}.module-tabs{width:100%}.v4-content{padding:22px 14px 42px}.route-line{grid-template-columns:repeat(2,1fr)}.route-line:before{display:none}.route-node:last-child{grid-column:1 / -1}.control-grid-v4{grid-template-columns:1fr}.terminal-pulse-v4{grid-column:auto}.event-ribbon-v4{grid-template-columns:1fr}.event-ribbon-v4>span{padding:10px}.event-ribbon-v4 button{border-right:0;border-top:1px solid rgba(255,255,255,.08)}.v4-content .page-heading{flex-direction:column;min-height:0}}@media(max-width:620px){.global-header-main{height:56px}.brand-v4>b,.header-separator{display:none}.avatar-v4{display:none}.domain-tabs{height:44px;overflow-x:auto;display:flex;scrollbar-width:none}.domain-tabs button{flex:0 0 auto;min-width:108px;border-left:0!important}.domain-tabs button.active:after{left:8px;right:8px}.module-tabs a{padding:0 9px}.module-tabs a span{font-size:9px}.shift-board{min-height:0}.shift-lead{padding:32px 23px}.shift-lead h1{font-size:45px;letter-spacing:-2.2px}.shift-kicker small{display:none}.shift-actions{flex-direction:column;align-items:stretch}.shift-actions .button{width:100%}.shift-ticker{gap:12px;justify-content:space-between}.shift-stats{grid-template-columns:1fr 1fr}.stat-tile{min-height:124px}.stat-tile strong{font-size:29px}.stat-tile>svg{width:18px;height:18px}.route-board-v4{padding:18px 14px}.route-board-head{align-items:flex-start;flex-direction:column}.route-board-head p{display:none}.route-line{grid-template-columns:1fr}.route-node:last-child{grid-column:auto}.priority-list-v4>button{grid-template-columns:24px 25px minmax(0,1fr) auto}.priority-list-v4>button>svg:last-child{display:none}.priority-list-v4 .priority-pill{grid-column:4}.zone-matrix-v4{grid-template-columns:1fr 1fr}.terminal-pulse-v4{display:block}.v4-content .summary-row{grid-template-columns:1fr 1fr}.v4-content .heading-actions{width:100%}.v4-content .heading-actions .button{flex:1}}@media(max-width:430px){.topbar-actions{gap:4px}.global-header-main{padding:0 10px}.brand-v4 .brand-word{font-size:16px}.shift-lead h1{font-size:39px}.shift-ticker{display:grid;grid-template-columns:1fr 1fr}.shift-stats{grid-template-columns:1fr}.stat-tile{min-height:112px}.zone-matrix-v4,.v4-content .summary-row{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.shift-lead:before,.terminal-orbit-v4{animation:none!important}}:root{--rail: 72px;--context: 248px;--ink: #17212d;--muted: #667085;--soft: #98a2b3;--line: #dbe4e1;--line-strong: #c8d5d1;--surface: #ffffff;--surface-soft: #f7faf8;--canvas: #eef3f0;--nav: #13263d;--nav-2: #19334f;--accent: #e86f3b;--accent-2: #f58b5d;--accent-soft: #fff0e8;--blue: #3f6fd8;--violet: #7567c6;--green: #2f855a;--teal: #2c7a7b;--amber: #d69e2e;--red: #c95656;--shadow: 0 10px 28px rgba(24, 54, 45, .07);--shadow-hover: 0 18px 44px rgba(24, 54, 45, .11);--radius: 14px}html,body{background:var(--canvas)}body{background:radial-gradient(circle at 85% -10%,rgba(44,122,123,.08),transparent 28rem),linear-gradient(180deg,#f4f7f5 0,#eef3f0 22rem 100%);color:var(--ink)}.v5-shell{min-height:100vh}.workspace-rail{position:fixed;inset:0 auto 0 0;z-index:45;width:var(--rail);display:flex;flex-direction:column;align-items:center;background:linear-gradient(180deg,#10263d,#142d47);border-right:1px solid rgba(255,255,255,.06);box-shadow:8px 0 26px #182d3f14}.rail-brand{width:100%;height:68px;display:grid;place-items:center;border-bottom:1px solid rgba(255,255,255,.07)}.rail-brand .brand-symbol{width:27px;height:28px;transform:none;gap:3px;align-items:center;justify-content:center}.rail-brand .brand-symbol i{width:6px;border-radius:4px;background:#ff8a57;box-shadow:none;transform:none}.rail-brand .brand-symbol i:nth-child(1){height:11px}.rail-brand .brand-symbol i:nth-child(2){height:19px}.rail-brand .brand-symbol i:nth-child(3){height:27px}.rail-nav{width:100%;display:grid;gap:5px;padding:13px 8px}.rail-nav button{position:relative;width:100%;min-height:58px;display:grid;place-items:center;align-content:center;gap:5px;border-radius:11px;color:#87a0b9;transition:transform .18s ease,color .18s ease,background .18s ease}.rail-nav button:hover{color:#d9e7f4;background:#ffffff0e;transform:translateY(-1px)}.rail-nav button.active{color:#fff;background:#ffffff17}.rail-nav button.active:before{content:"";position:absolute;left:-8px;top:12px;bottom:12px;width:3px;border-radius:0 4px 4px 0;background:#ff8350;box-shadow:0 0 14px #ff835066;animation:railMark .28s ease both}.rail-icon{position:relative;display:grid;place-items:center}.rail-icon i{position:absolute;top:-8px;right:-11px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border:2px solid #142d47;border-radius:999px;background:#f17b49;color:#fff;font-size:7px;font-style:normal;font-weight:700}.rail-nav small{font-size:7.5px;font-weight:600;letter-spacing:.01em}.rail-avatar{margin-top:auto;margin-bottom:15px;width:36px;height:36px;border-radius:11px;background:#f2e6da;color:#9c4b2d;font-size:9px;font-weight:800}.context-sidebar{position:fixed;inset:0 auto 0 var(--rail);z-index:35;width:var(--context);display:flex;flex-direction:column;background:#fbfcfa;border-right:1px solid #dce5e1}.context-brand{height:68px;display:flex;align-items:center;padding:0 18px;border-bottom:1px solid #e5ebe8}.brand-v5{gap:6px}.brand-v5 .brand-word{color:#172b3e;font-size:18px;letter-spacing:-.7px}.brand-v5 .brand-word span{color:var(--accent)}.brand-v5>b{margin-left:3px;padding:4px 6px;border-radius:5px;background:#142b43;color:#f6faf8;font-size:7px;letter-spacing:.12em}.warehouse-card{width:calc(100% - 24px);margin:14px 12px 16px;display:grid;grid-template-columns:35px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px;border:1px solid #dde5e2;border-radius:12px;background:#fff;text-align:left;box-shadow:0 2px 8px #28433906;transition:.18s ease}.warehouse-card:hover{border-color:#c6d5d0;box-shadow:0 6px 18px #2843390f;transform:translateY(-1px)}.warehouse-card-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#e7f1ee;color:var(--teal)}.warehouse-card span:nth-child(2){min-width:0}.warehouse-card small,.warehouse-card strong,.warehouse-card em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.warehouse-card small{color:#98a2a5;font-size:7px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.warehouse-card strong{margin-top:2px;color:#263746;font-size:10px}.warehouse-card em{margin-top:2px;color:#85918f;font-size:8px;font-style:normal}.warehouse-card>svg{color:#98a4a0}.context-section-head{padding:0 16px 8px}.context-section-head span,.context-section-head strong{display:block}.context-section-head span{color:#9aa5a1;font-size:7.5px;font-weight:700;text-transform:uppercase;letter-spacing:.13em}.context-section-head strong{margin-top:4px;color:#183047;font-size:14px;letter-spacing:-.3px}.context-nav{display:grid;gap:5px;padding:0 10px}.context-nav>a{position:relative;min-height:54px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 9px;border:1px solid transparent;border-radius:11px;color:#64727d;transition:.18s ease}.context-nav>a:hover{background:#f2f6f4;color:#293b48}.context-nav>a.active{border-color:#e8d8cf;background:#fff5ef;color:#8f482d;box-shadow:0 3px 10px #874d320d}.context-icon{width:31px;height:31px;display:grid;place-items:center;border-radius:8px;background:#edf3f0;color:#657d77}.context-nav>a.active .context-icon{background:#ffe4d7;color:#d76134}.context-copy{min-width:0}.context-copy strong,.context-copy small{display:block}.context-copy strong{font-size:9.5px;font-weight:650}.context-copy small{margin-top:2px;overflow:hidden;color:#99a19e;font-size:7px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.context-nav>a>i{min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border-radius:999px;background:#ecf0ee;color:#6b7774;font-size:7.5px;font-style:normal}.context-nav>a.active>i{background:#f7cfbd;color:#9e4d2d}.context-health{margin:auto 12px 10px;display:grid;grid-template-columns:1fr 1fr;gap:7px}.context-health>div{min-width:0;padding:10px;border-radius:10px;background:#f1f5f3;color:#677671}.context-health>div>svg{margin-bottom:5px;color:#cf734a}.context-health strong,.context-health small{display:block}.context-health strong{color:#40524d;font-size:8px}.context-health small{margin-top:2px;color:#98a39f;font-size:6.8px;line-height:1.3}.health-dot{display:block;width:7px;height:7px;margin-bottom:7px;border-radius:50%;background:#3e9b74;box-shadow:0 0 0 4px #3e9b7414;animation:healthPulse 2s ease-in-out infinite}.context-reset{margin:0 12px 14px;display:flex;align-items:center;gap:7px;padding:8px 10px;color:#8a9692;border-radius:9px;font-size:8px;text-align:left;transition:.18s ease}.context-reset:hover{background:#eff3f1;color:#4c6059}.workspace-main{min-height:100vh;margin-left:calc(var(--rail) + var(--context))}.utility-bar{position:sticky;top:0;z-index:30;height:68px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 24px;border-bottom:1px solid rgba(203,216,211,.92);background:#f7faf8eb;-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px)}.utility-left,.utility-actions{display:flex;align-items:center;gap:10px;min-width:0}.route-breadcrumb{display:flex;align-items:center;gap:7px;min-width:0;color:#8b9894;font-size:9px}.route-breadcrumb strong{overflow:hidden;color:#32464f;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.route-breadcrumb svg{color:#a8b3af}.utility-search{width:min(300px,26vw);height:36px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid #d8e1de;border-radius:10px;background:#fff;color:#85938f;font-size:9px;transition:.18s ease}.utility-search:hover{border-color:#c1d1cc;box-shadow:0 5px 16px #2843390e}.utility-search span{flex:1;text-align:left}.utility-search kbd{border-color:#e3e8e6;background:#f6f8f7;color:#98a39f}.utility-live{display:inline-flex;align-items:center;gap:6px;color:#667973;font-size:8px;font-weight:600}.utility-live i{width:7px;height:7px;border-radius:50%;background:#42a47b;box-shadow:0 0 0 4px #42a47b14;animation:healthPulse 2s ease-in-out infinite}.utility-bar .icon-button{color:#6f7e7a}.utility-bar .icon-button:hover{background:#e8efec;color:#314640}.utility-bar .notify-button>i{background:var(--accent);border-color:#f7faf8}.utility-user{display:grid;grid-template-columns:30px auto 12px;align-items:center;gap:8px;text-align:left}.utility-user>span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#19344e;color:#fff;font-size:8px;font-weight:800}.utility-user strong,.utility-user small{display:block;white-space:nowrap}.utility-user strong{color:#334a51;font-size:8.5px}.utility-user small{margin-top:1px;color:#9ba6a2;font-size:6.8px}.utility-user>svg{color:#9aa5a1}.v5-content{max-width:1540px;margin:0 auto;padding:28px clamp(18px,2.4vw,36px) 55px;animation:v5PageIn .34s cubic-bezier(.2,.7,.25,1) both}.mobile-toggle{display:none}.v5-shell .panel{border:1px solid #dce5e1;border-radius:14px;background:#fffffff5;box-shadow:0 3px 12px #1b392f06}.v5-shell .panel:hover{border-color:#d4dfdb}.v5-shell .panel-head{padding:18px 19px 14px}.v5-shell .panel-head h2{color:#253a45;font-size:13px}.v5-shell .panel-head p{color:#8c9995}.v5-shell .page-heading{padding:5px 0 1px}.v5-shell .page-heading h1{color:#162e43;font-size:clamp(25px,2vw,32px);letter-spacing:-.85px}.v5-shell .page-heading p{color:#6f807b}.v5-shell .page-meta{color:#7b8d87}.v5-shell .button{border-color:#d6e0dc;border-radius:9px;background:#fff;color:#52665f}.v5-shell .button:hover:not(:disabled){border-color:#bccdc7;background:#fbfdfc;box-shadow:0 5px 15px #2145390f;transform:translateY(-1px)}.v5-shell .button-primary{border-color:#d76435;background:linear-gradient(180deg,#ef7c4b,#df6838);color:#fff;box-shadow:0 6px 16px #dc66372e}.v5-shell .button-primary:hover:not(:disabled){border-color:#c85c31;background:linear-gradient(180deg,#f18858,#df6838)}.v5-shell .button-danger{border-color:#ecc8c8;color:#b44d4d;background:#fff7f7}.v5-shell .button-quiet{background:#f5f8f6}.v5-shell .summary-card{border-color:#dce5e1;border-radius:12px;background:#fff}.v5-shell .summary-card strong{color:#213847}.v5-shell .summary-card span{color:#778884}.v5-shell .summary-card small{color:#9ca7a3}.v5-shell table th{color:#7b8985;background:#f4f7f5;border-color:#e4ebe8}.v5-shell table td{border-color:#edf1ef;color:#53645f}.v5-shell tbody tr:hover{background:#fbf7f3}.v5-shell code{border-color:#dfe7e4;background:#f5f8f6;color:#4a625c}.v5-shell .search-mini,.v5-shell .search-field{border-color:#d9e2df;background:#fff}.v5-shell .search-mini:focus-within,.v5-shell .search-field:focus-within{border-color:#e5a182;box-shadow:0 0 0 3px #e86f3b14}.v5-shell .progress-cell>div{background:#e9efec}.v5-shell .progress-cell i{background:linear-gradient(90deg,#2c7a7b,#55a49b)}.v5-shell .status-badge.tone-blue{color:#315fae;background:#edf3ff}.v5-shell .status-badge.tone-green{color:#2f7d58;background:#eaf6ef}.v5-shell .status-badge.tone-amber{color:#9d6d17;background:#fff5de}.v5-shell .status-badge.tone-red{color:#b45151;background:#fff0f0}.v5-shell .status-badge.tone-neutral{color:#63716d;background:#f0f4f2}.v5-shell .text-link{color:#b65d37}.v5-shell .text-link:hover{color:#8e4327}.v5-shell .metric-icon{background:#edf4f1;color:var(--teal)}.v5-shell .metric-card{border-color:#dbe5e1;background:#fff}.v5-shell .bar-chart i,.v5-shell .zone-bars i{background:linear-gradient(90deg,#e86f3b,#f39a72)}.v5-shell .terminal-side{background:linear-gradient(145deg,#173149,#1e5360)}.v5-shell .terminal-side .eyebrow{color:#89d9cc}.v5-shell .offline-list i{background:#f18a5e}.v5-shell .device-orbit,.v5-shell .scanner-stage{--accent: #e86f3b}.v5-shell .scanner-line{background:linear-gradient(90deg,transparent,#e86f3b,transparent);box-shadow:0 0 16px #e86f3b52}.v5-shell .form-error{background:#fff1ef;color:#b65045}.v5-shell .info-note{background:#edf6f3;color:#4f7168}.v5-shell .field input:focus,.v5-shell .field select:focus{border-color:#e89a78;box-shadow:0 0 0 3px #e86f3b14}.v5-shell .toast{background:#163149;color:#fff}.v5-shell .toast svg{color:#ff976a}.v5-shell .popover{top:58px;right:18px;border-color:#d9e3df}.dashboard-v5{gap:18px}.today-header{min-height:104px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:6px 0 0}.today-kicker{display:inline-flex;align-items:center;gap:6px;color:#71817c;font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.today-kicker i{width:7px;height:7px;border-radius:50%;background:#3f9c75;box-shadow:0 0 0 4px #3f9c7514;animation:healthPulse 2s ease-in-out infinite}.today-header h1{margin:8px 0 0;max-width:760px;color:#142d43;font-family:Manrope,Inter,sans-serif;font-size:clamp(28px,3vw,42px);line-height:1.05;letter-spacing:-1.4px}.today-header p{max-width:720px;margin:9px 0 0;color:#74827e;font-size:10px;line-height:1.55}.today-actions{display:flex;gap:8px;padding-top:18px}.attention-board-v5{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.45fr);gap:14px}.attention-primary,.shift-summary-v5{border:1px solid #d9e3df;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 5px 18px #1d3c3209}.section-title-v5{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-bottom:1px solid #edf1ef}.section-title-v5>div>span{color:#c06139;font-size:7px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.section-title-v5 h2{margin:3px 0 0;color:#263b46;font-size:13px;letter-spacing:-.25px}.section-title-v5>button{display:inline-flex;align-items:center;gap:5px;color:#88786f;font-size:8px}.section-title-v5>small{color:#9ba5a1;font-size:7.5px}.next-actions-list{display:grid}.next-actions-list>button{position:relative;min-height:59px;display:grid;grid-template-columns:27px 33px minmax(0,1fr) 86px 62px 16px;align-items:center;gap:9px;padding:8px 14px;border-bottom:1px solid #edf1ef;text-align:left;transition:background .17s ease,transform .17s ease}.next-actions-list>button:last-child{border-bottom:0}.next-actions-list>button:hover{background:#faf8f5}.next-actions-list>button.urgent:before{content:"";position:absolute;left:0;top:13px;bottom:13px;width:3px;border-radius:0 4px 4px 0;background:#e86f3b}.action-order{color:#acb6b2;font-size:7px;font-weight:700}.action-glyph{width:31px;height:31px;display:grid;place-items:center;border-radius:8px;background:#eef4f1;color:#53746c}.action-copy{min-width:0}.action-copy strong,.action-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.action-copy strong{color:#314750;font-size:9px}.action-copy small{margin-top:3px;color:#98a39f;font-size:7.5px}.action-assignee{color:#687973;font-size:7.5px}.action-state{justify-self:start;padding:4px 6px;border-radius:999px;background:#eef3f1;color:#70807b;font-size:6.8px;font-weight:700}.next-actions-list>button.urgent .action-state{background:#fff0e8;color:#b45a34}.next-actions-list>button>svg{color:#a3adaa}.shift-summary-v5{display:grid;grid-template-rows:auto 1fr}.summary-score-v5{padding:18px;background:linear-gradient(145deg,#183149,#204f5b);color:#fff}.summary-score-v5>span{color:#9bb9bc;font-size:7px;text-transform:uppercase;letter-spacing:.11em}.summary-score-v5>strong{display:block;margin-top:7px;font-family:Manrope,Inter,sans-serif;font-size:24px;letter-spacing:-.7px}.summary-score-v5>p{margin:7px 0 14px;color:#b6cbcd;font-size:8px;line-height:1.45}.score-line{height:5px;overflow:hidden;border-radius:999px;background:#ffffff1a}.score-line i{display:block;height:100%;border-radius:inherit;background:#f58a5d;transform-origin:left;animation:scoreGrow .7s cubic-bezier(.2,.75,.25,1) both}.summary-score-v5>small{display:block;margin-top:7px;color:#8faeb2;font-size:7px}.summary-mini-grid{display:grid;grid-template-columns:1fr 1fr}.summary-mini-grid button{padding:14px;border-right:1px solid #edf1ef;text-align:left;transition:background .16s ease}.summary-mini-grid button:last-child{border-right:0}.summary-mini-grid button:hover{background:#fafcfa}.summary-mini-grid span,.summary-mini-grid strong,.summary-mini-grid small{display:block}.summary-mini-grid span{color:#899792;font-size:7px}.summary-mini-grid strong{margin:4px 0 2px;color:#273d47;font-size:18px}.summary-mini-grid small{color:#9aa5a1;font-size:6.8px;line-height:1.35}.workflow-v5{border:1px solid #d9e3df;border-radius:16px;background:#fff;overflow:hidden}.workflow-steps-v5{display:grid;grid-template-columns:repeat(4,1fr)}.workflow-step{position:relative;min-height:92px;display:grid;grid-template-columns:24px 39px minmax(0,1fr) auto;align-items:center;gap:8px;padding:13px 15px;border-right:1px solid #edf1ef;text-align:left;transition:background .18s ease,transform .18s ease;animation:stepIn .4s var(--delay) both}.workflow-step:last-child{border-right:0}.workflow-step:hover{z-index:2;background:#fafcfa;transform:translateY(-2px)}.workflow-no{align-self:start;padding-top:2px;color:#a7b1ad;font-size:6.8px;font-weight:800}.workflow-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px}.workflow-step.orange .workflow-icon{background:#fff0e8;color:#d96334}.workflow-step.teal .workflow-icon{background:#e9f5f1;color:#2d7a71}.workflow-step.blue .workflow-icon{background:#edf2fb;color:#496db8}.workflow-step.green .workflow-icon{background:#eaf5ee;color:#347b59}.workflow-copy{min-width:0}.workflow-copy strong,.workflow-copy small{display:block}.workflow-copy strong{color:#30444d;font-size:10px}.workflow-copy small{margin-top:3px;color:#93a09b;font-size:7px}.workflow-step>b{color:#1f3643;font-size:20px}.workflow-arrow{position:absolute;z-index:3;right:-10px;width:20px;height:20px;display:grid;place-items:center;border:1px solid #dfe7e4;border-radius:50%;background:#fff;color:#9ba6a2}.dashboard-lower-v5{display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,.65fr) minmax(270px,.65fr);gap:14px}.day-metrics-v5{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #edf1ef}.day-metrics-v5>div{padding:16px 15px;border-right:1px solid #edf1ef}.day-metrics-v5>div:last-child{border-right:0}.day-metrics-v5 span,.day-metrics-v5 strong,.day-metrics-v5 small{display:block}.day-metrics-v5 span{color:#7e8e89;font-size:7.5px}.day-metrics-v5 strong{margin:5px 0 3px;color:#243b47;font-size:20px}.day-metrics-v5 small{color:#9da7a3;font-size:6.8px}.exception-list-v5,.people-list-v5{display:grid;padding:0 10px 10px}.exception-list-v5 button{display:grid;grid-template-columns:25px minmax(0,1fr) 14px;align-items:center;gap:8px;padding:10px 8px;border-radius:9px;text-align:left;transition:background .16s ease}.exception-list-v5 button:hover{background:#faf6f2}.exception-list-v5 button>svg:first-child{color:#c86b45}.exception-list-v5 button>svg:last-child{color:#a7b0ad}.exception-list-v5 strong,.exception-list-v5 small{display:block}.exception-list-v5 strong{color:#3b4f56;font-size:8px}.exception-list-v5 small{margin-top:2px;color:#9ba5a1;font-size:6.8px}.people-list-v5 button{display:grid;grid-template-columns:8px 30px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px;border-radius:9px;text-align:left;transition:background .16s ease}.people-list-v5 button:hover{background:#f5f8f6}.people-status{width:6px;height:6px;border-radius:50%;background:#9ba6a2}.people-status.online{background:#429b74;box-shadow:0 0 0 3px #429b7414}.people-status.blocked{background:#c95656}.people-avatar{width:29px;height:29px;display:grid;place-items:center;border-radius:8px;background:#edf3f0;color:#58766e}.people-list-v5 strong,.people-list-v5 small{display:block}.people-list-v5 strong{color:#3c5058;font-size:8px}.people-list-v5 small{margin-top:2px;color:#9aa5a1;font-size:6.7px}.people-list-v5 b{color:#6b7b76;font-size:7.5px}.v5-shell .modal-layer{background:#11263452}.v5-shell .modal{border-color:#d8e2de;border-radius:15px}.v5-shell .command-palette{border-color:#d5e0dc;border-radius:14px}.v5-shell .command-results button:hover{background:#faf5f1}.v5-mobile-nav{display:none}.v5-mobile-nav .mobile-nav-panel{background:#fbfcfa;color:#30464c}.v5-mobile-nav .mobile-nav-head{border-color:#e2e9e6}.v5-mobile-nav .mobile-nav-group>span{color:#9aa5a1}.v5-mobile-nav .mobile-nav-group a{color:#61736d}.v5-mobile-nav .mobile-nav-group a.active{background:#fff0e8;color:#a64f2d}@keyframes railMark{0%{transform:scaleY(.2);opacity:0}to{transform:scaleY(1);opacity:1}}@keyframes healthPulse{0%,to{box-shadow:0 0 0 3px #3f9c7514}50%{box-shadow:0 0 0 6px #3f9c7505}}@keyframes v5PageIn{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes stepIn{0%{opacity:0;transform:translate(-7px)}to{opacity:1;transform:none}}@keyframes scoreGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media(max-width:1280px){:root{--context: 220px}.context-copy small{display:none}.dashboard-lower-v5{grid-template-columns:1fr 1fr}.day-numbers-v5{grid-column:1 / -1}.utility-user div,.utility-user>svg{display:none}.utility-user{grid-template-columns:30px}}@media(max-width:1080px){:root{--rail: 64px;--context: 202px}.rail-nav small{font-size:6.8px}.attention-board-v5{grid-template-columns:1fr}.shift-summary-v5{grid-template-columns:1.1fr .9fr;grid-template-rows:auto}.workflow-steps-v5{grid-template-columns:repeat(2,1fr)}.workflow-step:nth-child(2){border-right:0}.workflow-step:nth-child(-n+2){border-bottom:1px solid #edf1ef}.workflow-step:nth-child(2) .workflow-arrow{display:none}.utility-live{display:none}}@media(max-width:820px){.workspace-rail,.context-sidebar{display:none}.workspace-main{margin-left:0}.utility-bar{height:60px;padding:0 13px}.mobile-toggle{display:grid}.route-breadcrumb span,.route-breadcrumb svg{display:none}.utility-search{width:36px;padding:0;justify-content:center}.utility-search span,.utility-search kbd,.utility-user{display:none}.v5-content{padding:20px 13px 42px}.v5-mobile-nav{display:block;pointer-events:none;position:fixed;inset:0;z-index:70}.v5-mobile-nav.is-open{pointer-events:auto}.v5-mobile-nav .mobile-nav-backdrop{position:absolute;inset:0;opacity:0;background:#11263452;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);transition:opacity .2s ease}.v5-mobile-nav.is-open .mobile-nav-backdrop{opacity:1}.v5-mobile-nav .mobile-nav-panel{position:absolute;inset:0 auto 0 0;width:min(320px,88vw);overflow-y:auto;transform:translate(-102%);box-shadow:18px 0 50px #142c3a29;transition:transform .23s ease}.v5-mobile-nav.is-open .mobile-nav-panel{transform:none}.today-header{min-height:0;flex-direction:column;gap:12px}.today-actions{padding-top:0}.next-actions-list>button{grid-template-columns:25px 31px minmax(0,1fr) 58px 15px}.action-assignee{display:none}.workflow-steps-v5{grid-template-columns:1fr}.workflow-step{border-right:0;border-bottom:1px solid #edf1ef}.workflow-step:last-child{border-bottom:0}.workflow-arrow{display:none}.dashboard-lower-v5{grid-template-columns:1fr}.day-numbers-v5{grid-column:auto}.day-metrics-v5{grid-template-columns:repeat(2,1fr)}.day-metrics-v5>div:nth-child(2){border-right:0}.day-metrics-v5>div:nth-child(-n+2){border-bottom:1px solid #edf1ef}}@media(max-width:520px){.today-header h1{font-size:30px}.today-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.today-actions .button{width:100%}.shift-summary-v5{grid-template-columns:1fr}.summary-mini-grid{border-top:1px solid #edf1ef}.section-title-v5{align-items:flex-start}.section-title-v5>small{display:none}.next-actions-list>button{grid-template-columns:23px 30px minmax(0,1fr) 14px}.action-state{display:none}.day-metrics-v5{grid-template-columns:1fr}.day-metrics-v5>div{border-right:0;border-bottom:1px solid #edf1ef}.day-metrics-v5>div:last-child{border-bottom:0}.v5-shell .summary-row,.v5-shell .analytics-kpis,.v5-shell .channel-strip,.v5-shell .attention-grid{grid-template-columns:1fr}.v5-shell .page-heading{flex-direction:column}.v5-shell .heading-actions{width:100%}.v5-shell .heading-actions .button{flex:1}}:root{--v6-ink: #19171d;--v6-ink-2: #27232c;--v6-plum: #6f4778;--v6-plum-deep: #4b2f53;--v6-plum-soft: #efe7f1;--v6-sky: #4aa6d8;--v6-sky-soft: #e6f4fb;--v6-bone: #f2efe8;--v6-paper: #fffdfa;--v6-line: #dcd7cf;--v6-line-dark: #c7c0b6;--v6-muted: #777179;--v6-soft: #a29ba2;--v6-rose: #c85e72;--v6-rose-soft: #fae9ed;--v6-sand: #d6b56f;--v6-sand-soft: #f7f0df;--v6-good: #56856d;--v6-good-soft: #e8f1eb;--v6-shadow: 0 18px 45px rgba(36, 29, 39, .08);font-family:Golos Text,ui-sans-serif,system-ui,sans-serif;color:var(--v6-ink);background:var(--v6-bone)}html{background:var(--v6-bone)}body{font-family:Golos Text,ui-sans-serif,system-ui,sans-serif;color:var(--v6-ink);background:linear-gradient(90deg,rgba(44,34,47,.022) 1px,transparent 1px),linear-gradient(rgba(44,34,47,.022) 1px,transparent 1px),var(--v6-bone);background-size:34px 34px}code,kbd,.num,time{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-variant-numeric:tabular-nums}.v6-shell{min-height:100vh;background:transparent}.v6-header{position:sticky;top:0;z-index:60;height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 22px;color:#f8f5f9;background:#19171df7;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 12px 34px #19141c21;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.v6-brand-block,.v6-header-actions{display:flex;align-items:center;gap:12px;min-width:0}.v6-brand{display:inline-flex;align-items:center;gap:9px;min-width:0}.v6-brand .brand-symbol{width:24px;height:24px;gap:3px}.v6-brand .brand-symbol i{width:5px;border-radius:0;background:var(--v6-sky);box-shadow:none}.v6-brand .brand-symbol i:nth-child(1){height:8px}.v6-brand .brand-symbol i:nth-child(2){height:16px;background:#9d76a6}.v6-brand .brand-symbol i:nth-child(3){height:23px;background:#efe9d8}.v6-brand .brand-word{color:#fff;font-family:Unbounded,sans-serif;font-size:15px;font-weight:600;letter-spacing:-.04em}.v6-brand .brand-word span{color:var(--v6-sky)}.v6-brand>b{padding:4px 6px;border:1px solid rgba(255,255,255,.15);color:#cfc6d1;font-size:8px;letter-spacing:.15em;font-weight:700}.v6-header-rule{width:1px;height:28px;background:#ffffff1a}.v6-warehouse-switch{min-width:190px;display:grid;grid-template-columns:19px minmax(0,1fr) auto;align-items:center;gap:9px;padding:7px 9px;border:1px solid transparent;color:#c5bdc7;text-align:left;transition:.18s ease}.v6-warehouse-switch:hover{border-color:#ffffff1a;background:#ffffff0a}.v6-warehouse-switch>svg:first-child{color:#8ec9e9}.v6-warehouse-switch strong,.v6-warehouse-switch small{display:block;white-space:nowrap}.v6-warehouse-switch small{color:#77707a;font-size:7px;text-transform:uppercase;letter-spacing:.09em}.v6-warehouse-switch strong{margin-top:2px;color:#f2edf3;font-size:10px;font-weight:600}.v6-search{width:min(280px,24vw);height:36px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0b;color:#938b96;transition:.18s ease}.v6-search:hover{border-color:#4aa6d873;background:#fff1;color:#dcd5de}.v6-search span{flex:1;text-align:left;font-size:9px}.v6-search kbd{padding:2px 5px;border:1px solid rgba(255,255,255,.1);border-radius:2px;background:#00000029;color:#777079;font-size:7px}.v6-shift-state{display:inline-flex;align-items:center;gap:7px;padding:0 4px;color:#aaa2ac;font-size:8px;white-space:nowrap}.v6-shift-state i{width:7px;height:7px;border-radius:50%;background:#8cc39f;box-shadow:0 0 0 4px #8cc39f1a;animation:v6Pulse 2s ease-in-out infinite}.v6-icon-button,.v6-mobile-toggle{position:relative;width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.08);color:#afa7b1;transition:.18s ease}.v6-icon-button:hover,.v6-mobile-toggle:hover{border-color:#4aa6d866;color:#fff;background:#ffffff0b}.v6-icon-button>i{position:absolute;top:7px;right:7px;width:5px;height:5px;border-radius:50%;background:#e27487;box-shadow:0 0 0 2px #19171d}.v6-user{display:grid;grid-template-columns:31px auto 14px;align-items:center;gap:8px;padding:2px 0 2px 4px;color:#bdb5c0;text-align:left}.v6-user>span{width:31px;height:31px;display:grid;place-items:center;background:#fff;color:var(--v6-plum-deep);font-size:8px;font-weight:800}.v6-user strong,.v6-user small{display:block}.v6-user strong{color:#f7f3f8;font-size:9px}.v6-user small{margin-top:2px;color:#6f6872;font-size:7px}.v6-mobile-toggle{display:none}.v6-layout{display:grid;grid-template-columns:270px minmax(0,1fr);min-height:calc(100vh - 68px)}.v6-process-panel{position:sticky;top:68px;height:calc(100vh - 68px);overflow:auto;display:flex;flex-direction:column;padding:24px 16px 16px;background:#fffdfaeb;border-right:1px solid var(--v6-line);scrollbar-width:thin;scrollbar-color:#d4ced0 transparent}.v6-nav-heading{padding:0 8px 17px;border-bottom:1px solid var(--v6-line)}.v6-nav-heading>span{color:var(--v6-plum);font-size:7px;font-weight:700;text-transform:uppercase;letter-spacing:.16em}.v6-nav-heading>strong{display:block;margin-top:5px;font-family:Unbounded,sans-serif;font-size:13px;letter-spacing:-.035em}.v6-nav-heading p{margin:8px 0 0;color:#8a8389;font-size:8px;line-height:1.55}.v6-process-nav{position:relative;padding:12px 0}.v6-process-nav:before{content:"";position:absolute;left:19px;top:32px;bottom:32px;width:1px;background:#d8d2d5}.v6-process-group{position:relative;padding:4px 0 7px}.v6-process-stage{position:relative;z-index:2;width:100%;display:grid;grid-template-columns:39px minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px 8px 7px 0;text-align:left}.v6-stage-number{width:39px;height:31px;display:grid;place-items:center;color:#989198;background:var(--v6-paper);border:1px solid #d9d3d5;font:600 8px/1 ui-monospace,monospace;transition:.2s ease}.v6-process-stage small,.v6-process-stage strong{display:block}.v6-process-stage small{color:#a39ca2;font-size:6.5px;letter-spacing:.08em;text-transform:uppercase}.v6-process-stage strong{margin-top:2px;color:#4b454c;font-size:9px;font-weight:700}.v6-process-stage>i{min-width:19px;height:19px;display:grid;place-items:center;padding:0 5px;border-radius:999px;background:#eee9eb;color:#746d74;font-size:7px;font-style:normal}.v6-process-group.active .v6-stage-number{border-color:var(--v6-plum);background:var(--v6-plum);color:#fff;box-shadow:0 5px 14px #6f477833}.v6-process-group.active .v6-process-stage strong{color:var(--v6-plum-deep)}.v6-process-items{display:grid;gap:2px;padding-left:39px}.v6-process-items a{position:relative;min-height:31px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:6px;padding:5px 8px;color:#7b747a;font-size:8.5px;transition:.17s ease}.v6-process-items a svg{color:#aaa2aa}.v6-process-items a:hover{color:var(--v6-ink);background:#f6f2f4;transform:translate(2px)}.v6-process-items a.active{color:var(--v6-plum-deep);background:var(--v6-plum-soft);font-weight:700}.v6-process-items a.active:before{content:"";position:absolute;left:-1px;top:7px;bottom:7px;width:2px;background:var(--v6-plum);animation:v6Mark .22s ease both}.v6-process-items a.active svg{color:var(--v6-plum)}.v6-process-items a b{min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;border-radius:999px;background:#eee8ec;color:#746c73;font-size:7px;font-weight:600}.v6-process-items a.active b{background:#6f477821;color:var(--v6-plum-deep)}.v6-system-card{margin-top:auto;padding:11px;border:1px solid #ddd7d7;background:#faf7f8}.v6-system-card>div{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:7px;padding:7px 2px;border-bottom:1px solid #e8e3e4}.v6-system-card>div>svg{color:var(--v6-rose)}.v6-system-card strong,.v6-system-card small{display:block}.v6-system-card strong{color:#5a5259;font-size:8px}.v6-system-card small{margin-top:2px;color:#a29aa1;font-size:6.8px}.v6-system-pulse{width:7px;height:7px;border-radius:50%;background:var(--v6-good);box-shadow:0 0 0 4px #56856d17}.v6-system-card>button{width:100%;display:flex;align-items:center;gap:6px;padding:9px 2px 1px;color:#918991;font-size:7.5px}.v6-system-card>button:hover{color:var(--v6-plum)}.v6-workspace{min-width:0}.v6-context-bar{height:44px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 26px;border-bottom:1px solid var(--v6-line);background:#f7f4efd1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.v6-breadcrumb,.v6-context-status{display:flex;align-items:center;gap:8px}.v6-breadcrumb{color:#9b9499;font-size:8px}.v6-breadcrumb strong{color:#4a444a;font-size:9px}.v6-context-status span{display:inline-flex;align-items:center;gap:5px;color:#898188;font-size:7.5px}.v6-context-status svg{color:var(--v6-sky)}.v6-content{max-width:1580px;margin:0 auto;padding:31px clamp(20px,3vw,44px) 58px;animation:v6PageIn .36s cubic-bezier(.2,.72,.25,1) both}.v6-shell .page-stack{gap:15px}.v6-shell .page-heading{min-height:78px;align-items:flex-end;padding:0 0 7px;border-bottom:1px solid var(--v6-line)}.v6-shell .page-heading h1{color:var(--v6-ink);font-family:Unbounded,sans-serif;font-size:clamp(22px,2vw,31px);font-weight:600;line-height:1.12;letter-spacing:-.045em}.v6-shell .page-heading p{max-width:760px;margin-top:8px;color:#7f787e;font-size:10px;line-height:1.6}.v6-shell .page-meta{margin-top:9px;color:#918a90;font-size:8px}.v6-shell .heading-actions{padding-bottom:1px}.v6-shell .panel{border:1px solid var(--v6-line);border-radius:2px;background:#fffdfaf0;box-shadow:0 1px #231d2505}.v6-shell .panel:hover{border-color:#cfc8c5}.v6-shell .panel-head{padding:17px 18px 13px;border-bottom:1px solid #e7e2dc}.v6-shell .panel-head h2{color:#353036;font-family:Golos Text,sans-serif;font-size:11px;font-weight:700;letter-spacing:-.01em}.v6-shell .panel-head p{color:#948c92;font-size:8px}.v6-shell .button{min-height:35px;padding:7px 11px;border:1px solid #d7d0cc;border-radius:2px;background:#fffdfa;color:#5d555c;font-size:9px;font-weight:600;box-shadow:none}.v6-shell .button:hover:not(:disabled){border-color:#b9afb3;background:#faf6f7;box-shadow:none;transform:translateY(-1px)}.v6-shell .button-primary{border-color:var(--v6-plum);background:var(--v6-plum);color:#fff;box-shadow:0 7px 18px #6f477829}.v6-shell .button-primary:hover:not(:disabled){border-color:var(--v6-plum-deep);background:var(--v6-plum-deep)}.v6-shell .button-danger{border-color:#e5bfc7;background:#fff8f9;color:#aa4b60}.v6-shell .button-quiet{background:#f4f0ec;border-color:transparent;color:#766f73}.v6-shell .text-link{color:var(--v6-plum);font-size:8px}.v6-shell .text-link:hover{color:var(--v6-plum-deep)}.v6-shell .summary-row,.v6-shell .analytics-kpis{gap:8px}.v6-shell .summary-card,.v6-shell .analytics-kpi,.v6-shell .channel-card{border:1px solid var(--v6-line);border-radius:2px;background:var(--v6-paper);box-shadow:none}.v6-shell .summary-card{padding:14px 15px}.v6-shell .summary-card span,.v6-shell .analytics-kpi span,.v6-shell .channel-card span{color:#8e868c;font-size:7px;letter-spacing:.04em;text-transform:uppercase}.v6-shell .summary-card strong,.v6-shell .analytics-kpi strong,.v6-shell .channel-card strong{color:#29252b;font-family:Unbounded,sans-serif;font-weight:600;letter-spacing:-.04em}.v6-shell .summary-card small,.v6-shell .analytics-kpi small,.v6-shell .channel-card small{color:#aaa2a8}.v6-shell .metric-card{border:1px solid var(--v6-line);border-radius:2px;background:var(--v6-paper)}.v6-shell .metric-icon{border-radius:2px;background:var(--v6-plum-soft);color:var(--v6-plum)}.v6-shell .table-toolbar{padding:13px 15px;border-bottom-color:var(--v6-line);background:#faf7f3}.v6-shell .table-toolbar strong{color:#3c363c;font-size:9px}.v6-shell .table-toolbar span{color:#989096;font-size:7px}.v6-shell table{border-collapse:collapse}.v6-shell table th{padding:10px 12px;border-bottom:1px solid #ded8d3;background:#f0ece7;color:#847c82;font-size:7px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.v6-shell table td{padding:11px 12px;border-bottom:1px solid #ece7e2;color:#5f585e;font-size:8.5px}.v6-shell tbody tr{transition:background .14s ease,box-shadow .14s ease}.v6-shell tbody tr:hover{background:#fbf7fa;box-shadow:inset 3px 0 0 var(--v6-plum)}.v6-shell td b,.v6-shell .cell-main{color:#373138;font-weight:600}.v6-shell td small{color:#aaa2a7}.v6-shell code{padding:3px 6px;border:1px solid #ddd7d2;border-radius:1px;background:#f5f1ed;color:#625b62;font-size:8px}.v6-shell .progress-cell>div{height:4px;border-radius:0;background:#e6e1dc}.v6-shell .progress-cell i{border-radius:0;background:linear-gradient(90deg,var(--v6-plum),#a57aaf)}.v6-shell .status-badge{border-radius:2px;font-size:7px}.v6-shell .status-badge i{width:5px;height:5px}.v6-shell .status-badge.tone-blue{color:#397da4;background:var(--v6-sky-soft)}.v6-shell .status-badge.tone-green{color:#47745b;background:var(--v6-good-soft)}.v6-shell .status-badge.tone-amber{color:#8b6a2e;background:var(--v6-sand-soft)}.v6-shell .status-badge.tone-red{color:#a4485b;background:var(--v6-rose-soft)}.v6-shell .status-badge.tone-neutral{color:#746d73;background:#efebed}.v6-shell .search-mini,.v6-shell .search-field{border:1px solid #d8d1ce;border-radius:2px;background:#fffdfa;color:#80787e}.v6-shell .search-mini:focus-within,.v6-shell .search-field:focus-within{border-color:#9c78a5;box-shadow:0 0 0 3px #6f477814}.v6-shell .segmented{border-radius:2px;background:#eeeae6}.v6-shell .segmented button{border-radius:1px;color:#7c747a}.v6-shell .segmented button.active{background:#fffdfa;color:var(--v6-plum-deep);box-shadow:0 1px 4px #28202a14}.v6-shell .priority-pill{border-radius:2px}.v6-shell .priority-pill.high{color:#a3485b;background:var(--v6-rose-soft)}.v6-shell .priority-pill.normal{color:#666066;background:#efebed}.v6-shell .channel-badge{border-radius:2px;filter:saturate(.7)}.v6-shell .scan-station,.v6-shell .terminal-side{border-radius:2px;background:linear-gradient(145deg,#29232d,#3f3045);color:#f7f2f7}.v6-shell .scan-station .eyebrow,.v6-shell .terminal-side .eyebrow{color:#9fd6f2}.v6-shell .scanner-visual{border-radius:1px;background:#ffffff0e;border-color:#ffffff1c}.v6-shell .scan-beam,.v6-shell .scanner-line{background:linear-gradient(90deg,transparent,#7bc8ee,transparent);box-shadow:0 0 20px #4aa6d85c}.v6-shell .scanner-status{color:#aaa0ad}.v6-shell .pulse-dot,.v6-shell .live-dot{background:#8fc6a0}.v6-shell .label-row,.v6-shell .putaway-card,.v6-shell .packing-order,.v6-shell .task-card,.v6-shell .terminal-card,.v6-shell .return-card,.v6-shell .device-card,.v6-shell .location-card{border-radius:2px}.v6-shell .label-row:hover,.v6-shell .putaway-card:hover,.v6-shell .packing-order:hover,.v6-shell .task-card:hover,.v6-shell .terminal-card:hover,.v6-shell .return-card:hover,.v6-shell .device-card:hover{border-color:#c4b9c4;box-shadow:0 10px 26px #34283612;transform:translateY(-1px)}.v6-shell .label-code>svg,.v6-shell .task-glyph,.v6-shell .device-icon,.v6-shell .printer-icon{color:var(--v6-plum);background:var(--v6-plum-soft)}.v6-shell .recommendation-panel{background:#29232d;color:#f8f4f8}.v6-shell .recommendation-panel .eyebrow{color:#8fd2f1}.v6-shell .recommendation-panel h2{color:#fff;font-family:Unbounded,sans-serif}.v6-shell .recommendation-panel .capacity>div{background:#ffffff1a}.v6-shell .recommendation-panel .capacity span{background:linear-gradient(90deg,var(--v6-sky),#a87daf)}.v6-shell .recommendation-panel li svg{color:#8fc6a0}.v6-shell .route code,.v6-shell .task-route code,.v6-shell .route-inline code{background:#f2eeeb}.v6-shell .location-fill{background:linear-gradient(90deg,var(--v6-plum),#9e75a8)}.v6-shell .location-card.blocked,.v6-shell .location-blocked{background:var(--v6-rose-soft)}.v6-shell .quality-indicator i,.v6-shell .zone-bars i,.v6-shell .bar-chart i{background:linear-gradient(90deg,var(--v6-plum),var(--v6-sky))}.v6-shell .offline-counter{color:#a54f61;background:var(--v6-rose-soft)}.v6-shell .activation-code{border-radius:2px;background:#f1edf3;color:var(--v6-plum-deep)}.v6-shell .terminal-device select,.v6-shell .field input,.v6-shell .field select{border:1px solid #d7d0cc;border-radius:2px;background:#fffdfa;color:#4b444a}.v6-shell .field input:focus,.v6-shell .field select:focus,.v6-shell .terminal-device select:focus{border-color:#9a77a3;box-shadow:0 0 0 3px #6f477814;outline:0}.v6-shell .info-note{border-radius:2px;background:var(--v6-sky-soft);color:#47758c}.v6-shell .form-error{border-radius:2px;background:var(--v6-rose-soft);color:#a34b5d}.v6-shell .count-summary{border-color:var(--v6-line);border-radius:2px}.v6-shell .count-summary span{border-color:var(--v6-line)}.v6-shell .move-preview{border-radius:2px;background:#f1ede9}.v6-shell .device-log>div{border-color:#e9e3de}.v6-shell .log-dot{background:var(--v6-sky)}.dashboard-v6{gap:14px}.v6-dashboard-cover{position:relative;min-height:255px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);overflow:hidden;border:1px solid #2e2831;background:#211d24;color:#f8f5f8}.v6-dashboard-cover:before{content:"";position:absolute;inset:0 38% 0 0;opacity:.45;background:repeating-linear-gradient(118deg,transparent 0 22px,rgba(255,255,255,.025) 22px 23px);pointer-events:none}.v6-dashboard-cover:after{content:"";position:absolute;left:-90px;bottom:-150px;width:430px;height:260px;border:1px solid rgba(74,166,216,.18);border-radius:50%;box-shadow:0 0 0 38px #6f47780f,0 0 0 76px #4aa6d809;transform:rotate(-11deg);pointer-events:none}.v6-cover-copy{position:relative;z-index:2;align-self:center;padding:34px 38px}.v6-cover-kicker{display:inline-flex;align-items:center;gap:8px;color:#aaa1ac;font-size:8px;text-transform:uppercase;letter-spacing:.09em}.v6-cover-kicker i{width:22px;height:1px;background:var(--v6-sky)}.v6-cover-copy h1{max-width:760px;margin:15px 0 10px;color:#fff;font-family:Unbounded,sans-serif;font-size:clamp(30px,3.1vw,50px);font-weight:600;line-height:1.03;letter-spacing:-.055em}.v6-cover-copy p{max-width:620px;margin:0;color:#ada5af;font-size:10px;line-height:1.65}.v6-cover-actions{display:flex;gap:8px;margin-top:22px}.v6-dashboard-cover .button{border-color:#ffffff26;background:transparent;color:#d7d0d9}.v6-dashboard-cover .button:hover{background:#ffffff0f;color:#fff}.v6-dashboard-cover .button-primary{border-color:#8e62a0;background:#82588d;color:#fff}.v6-dashboard-cover .button-primary:hover{background:#9668a2}.v6-shift-card{position:relative;z-index:2;align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding:30px;border-left:1px solid rgba(255,255,255,.09);background:linear-gradient(160deg,#6f477842,#4aa6d812)}.v6-shift-card>span{color:#9f95a1;font-size:7px;text-transform:uppercase;letter-spacing:.12em}.v6-shift-card>strong{margin-top:7px;font-family:Unbounded,sans-serif;font-size:24px;font-weight:600;letter-spacing:-.05em}.v6-shift-card>p{margin:8px 0 15px;color:#aaa1ac;font-size:8px;line-height:1.5}.v6-shift-progress{height:4px;background:#ffffff17}.v6-shift-progress i{display:block;height:100%;background:var(--v6-sky);transform-origin:left;animation:v6Grow .8s cubic-bezier(.2,.75,.2,1) both}.v6-shift-card>small{margin-top:7px;color:#817985;font-size:7px}.v6-shift-mini{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:18px}.v6-shift-mini button{padding:11px;border:1px solid rgba(255,255,255,.08);text-align:left;transition:.18s ease}.v6-shift-mini button:hover{border-color:#4aa6d859;background:#ffffff0a}.v6-shift-mini span,.v6-shift-mini b,.v6-shift-mini small{display:block}.v6-shift-mini span{color:#8d858f;font-size:6.8px}.v6-shift-mini b{margin:4px 0 2px;color:#fff;font:600 17px/1 Unbounded,sans-serif}.v6-shift-mini small{color:#77707a;font-size:6.3px;line-height:1.4}.v6-dashboard-core{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(350px,.82fr);gap:14px}.v6-attention-panel,.v6-flow-panel{border:1px solid var(--v6-line);background:#fffdfaf0}.v6-section-head{min-height:64px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:14px 16px 13px;border-bottom:1px solid #e7e1dd}.v6-section-head span{display:block;color:var(--v6-plum);font-size:6.8px;font-weight:700;text-transform:uppercase;letter-spacing:.13em}.v6-section-head h2{margin:4px 0 0;color:#302b31;font-size:12px}.v6-section-head>button{display:inline-flex;align-items:center;gap:5px;color:#766d74;font-size:7.5px}.v6-section-head>small{color:#9c949a;font-size:7px}.v6-action-feed{display:grid}.v6-action-feed>button{position:relative;min-height:57px;display:grid;grid-template-columns:31px 31px minmax(0,1fr) 96px 58px 16px;align-items:center;gap:8px;padding:8px 14px;border-bottom:1px solid #ece6e2;text-align:left;transition:background .17s ease;animation:v6RowIn .35s ease both}.v6-action-feed>button:last-child{border-bottom:0}.v6-action-feed>button:hover{background:#f8f3f7}.v6-action-feed>button.urgent:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;background:var(--v6-rose)}.v6-action-index{color:#aaa2a8;font:600 7px/1 ui-monospace,monospace}.v6-action-icon{width:30px;height:30px;display:grid;place-items:center;background:var(--v6-plum-soft);color:var(--v6-plum)}.v6-action-copy strong,.v6-action-copy small{display:block}.v6-action-copy strong{color:#484148;font-size:8.5px}.v6-action-copy small{margin-top:3px;color:#a49ca2;font-size:6.8px}.v6-action-person{color:#7d757c;font-size:7px}.v6-action-priority{color:#716970;font-size:7px}.v6-action-feed>button.urgent .v6-action-priority{color:var(--v6-rose);font-weight:700}.v6-action-feed>button>svg{color:#aaa2a8}.v6-flow-lane{position:relative;display:grid;padding:8px 14px 11px}.v6-flow-step{position:relative;min-height:66px;display:grid;grid-template-columns:28px 35px minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px 2px;text-align:left;animation:v6FlowIn .38s var(--delay) both}.v6-flow-index{color:#a59da3;font:600 7px/1 ui-monospace,monospace}.v6-flow-glyph{width:34px;height:34px;display:grid;place-items:center;border:1px solid #ddd6d8;background:#fffdfa;color:var(--v6-plum);transition:.18s ease}.v6-flow-step:hover .v6-flow-glyph{transform:translate(3px);border-color:#b9aeb9;box-shadow:4px 4px #eee8ef}.v6-flow-step.sky .v6-flow-glyph{color:#377fa6;background:var(--v6-sky-soft)}.v6-flow-step.ink .v6-flow-glyph{color:#fff;border-color:var(--v6-ink);background:var(--v6-ink)}.v6-flow-step.sand .v6-flow-glyph{color:#8b6a2f;background:var(--v6-sand-soft)}.v6-flow-copy strong,.v6-flow-copy small{display:block}.v6-flow-copy strong{color:#494249;font-size:8.5px}.v6-flow-copy small{margin-top:3px;color:#9d959b;font-size:6.7px}.v6-flow-step>b{color:#2c282d;font:600 17px/1 Unbounded,sans-serif}.v6-flow-line{position:absolute;left:44px;bottom:-5px;height:11px;width:1px;background:#d8d1d4}.v6-dashboard-lower{display:grid;grid-template-columns:1.05fr .82fr .82fr;gap:14px}.v6-day-metrics{display:grid;grid-template-columns:repeat(4,1fr)}.v6-day-metrics>div{padding:17px 15px;border-right:1px solid #e7e1dd}.v6-day-metrics>div:last-child{border-right:0}.v6-day-metrics span,.v6-day-metrics strong,.v6-day-metrics small{display:block}.v6-day-metrics span{color:#8d858b;font-size:7px;text-transform:uppercase;letter-spacing:.04em}.v6-day-metrics strong{margin:5px 0 3px;color:#29252a;font:600 17px/1 Unbounded,sans-serif}.v6-day-metrics small{color:#aaa2a7;font-size:6.5px}.v6-exception-list,.v6-people-list{display:grid;padding:7px}.v6-exception-list button{display:grid;grid-template-columns:25px minmax(0,1fr) 14px;align-items:center;gap:8px;padding:10px 8px;text-align:left;transition:.15s ease}.v6-exception-list button:hover{background:#f9eff2}.v6-exception-list button>svg:first-child{color:var(--v6-rose)}.v6-exception-list button>svg:last-child{color:#a59da3}.v6-exception-list strong,.v6-exception-list small{display:block}.v6-exception-list strong{color:#514a50;font-size:8px}.v6-exception-list small{margin-top:2px;color:#a39ba1;font-size:6.5px}.v6-people-list button{display:grid;grid-template-columns:7px 29px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px;text-align:left;transition:.15s ease}.v6-people-list button:hover{background:#f3eef4}.v6-people-status{width:6px;height:6px;border-radius:50%;background:#a8a0a6}.v6-people-status.online{background:var(--v6-good);box-shadow:0 0 0 3px #56856d14}.v6-people-status.blocked{background:var(--v6-rose)}.v6-people-avatar{width:29px;height:29px;display:grid;place-items:center;background:var(--v6-plum-soft);color:var(--v6-plum)}.v6-people-list strong,.v6-people-list small{display:block}.v6-people-list strong{color:#4c454b;font-size:8px}.v6-people-list small{margin-top:2px;color:#a1999f;font-size:6.4px}.v6-people-list b{color:#777076;font-size:7px}.v6-shell .popover{top:60px;right:18px;border:1px solid #d8d1d5;border-radius:2px;background:#fffdfa;box-shadow:var(--v6-shadow)}.v6-shell .popover-head{border-color:#e5dfdb}.v6-shell .modal-layer{background:#1c161e6b;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.v6-shell .modal{border:1px solid #cfc8ca;border-radius:2px;background:#fffdfa;box-shadow:0 30px 100px #19131b45}.v6-shell .modal-head{border-color:#e3ddd8}.v6-shell .modal-head h2{font-family:Unbounded,sans-serif;font-size:12px;letter-spacing:-.03em}.v6-shell .modal-actions{border-color:#e3ddd8;background:#faf7f3}.v6-shell .command-palette{border:1px solid #cfc8ca;border-radius:2px;background:#fffdfa;box-shadow:0 30px 100px #19131b40}.v6-shell .command-search{border-color:#e3ddd8}.v6-shell .command-results button{border-radius:1px}.v6-shell .command-results button:hover{background:var(--v6-plum-soft)}.v6-shell .toast{border-radius:2px;background:#27222b;color:#fff;box-shadow:0 18px 45px #18131a3b}.v6-shell .toast svg{color:#8fc7e7}.v6-mobile-nav{display:none}.v6-mobile-nav .mobile-nav-panel{background:#fbf8f4;color:#4c454b}.v6-mobile-nav .mobile-nav-head{border-color:#e1dad6}.v6-mobile-nav .mobile-nav-head .v6-brand .brand-word{color:var(--v6-ink)}.v6-mobile-nav .mobile-nav-group>span{color:var(--v6-plum);font-size:7px;letter-spacing:.1em}.v6-mobile-nav .mobile-nav-group a{border-radius:1px;color:#6f676d}.v6-mobile-nav .mobile-nav-group a.active{background:var(--v6-plum-soft);color:var(--v6-plum-deep)}.v6-mobile-nav .mobile-reset{color:#8d858b}@keyframes v6Pulse{0%,to{box-shadow:0 0 0 4px #8cc39f14}50%{box-shadow:0 0 0 7px #8cc39f05}}@keyframes v6Mark{0%{transform:scaleY(.15);opacity:0}to{transform:none;opacity:1}}@keyframes v6PageIn{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}@keyframes v6Grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes v6RowIn{0%{opacity:0;transform:translate(-7px)}to{opacity:1;transform:none}}@keyframes v6FlowIn{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@media(max-width:1280px){.v6-layout{grid-template-columns:238px minmax(0,1fr)}.v6-search{width:210px}.v6-dashboard-lower{grid-template-columns:1fr 1fr}.v6-day-panel{grid-column:1 / -1}.v6-action-feed>button{grid-template-columns:28px 31px minmax(0,1fr) 58px 16px}.v6-action-person{display:none}}@media(max-width:1080px){.v6-user div,.v6-user>svg{display:none}.v6-user{grid-template-columns:31px}.v6-dashboard-cover{grid-template-columns:1fr}.v6-shift-card{border-left:0;border-top:1px solid rgba(255,255,255,.09)}.v6-dashboard-core{grid-template-columns:1fr}.v6-flow-lane{grid-template-columns:repeat(2,1fr);gap:1px 16px}.v6-flow-step:nth-child(2n) .v6-flow-line{display:none}}@media(max-width:860px){.v6-header{height:60px;padding:0 13px}.v6-header-rule,.v6-warehouse-switch,.v6-shift-state,.v6-user{display:none}.v6-brand .brand-word{font-size:13px}.v6-search{width:36px;padding:0;justify-content:center}.v6-search span,.v6-search kbd{display:none}.v6-mobile-toggle{display:grid}.v6-layout{display:block;min-height:calc(100vh - 60px)}.v6-process-panel{display:none}.v6-context-bar{height:40px;padding:0 13px}.v6-context-status span:first-child{display:none}.v6-content{padding:20px 13px 42px}.v6-mobile-nav{display:block;pointer-events:none;position:fixed;inset:0;z-index:80}.v6-mobile-nav.is-open{pointer-events:auto}.v6-mobile-nav .mobile-nav-backdrop{position:absolute;inset:0;opacity:0;background:#1c161e6b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:opacity .2s ease}.v6-mobile-nav.is-open .mobile-nav-backdrop{opacity:1}.v6-mobile-nav .mobile-nav-panel{position:absolute;inset:0 auto 0 0;width:min(330px,88vw);overflow-y:auto;transform:translate(-102%);box-shadow:20px 0 60px #19131b2e;transition:transform .23s ease}.v6-mobile-nav.is-open .mobile-nav-panel{transform:none}.v6-dashboard-cover{min-height:0}.v6-cover-copy{padding:28px 24px}.v6-cover-copy h1{font-size:clamp(29px,8vw,42px)}.v6-shift-card{padding:22px 24px}.v6-action-feed>button{grid-template-columns:25px 30px minmax(0,1fr) 52px 14px}.v6-action-person{display:none}.v6-day-metrics{grid-template-columns:repeat(2,1fr)}.v6-day-metrics>div:nth-child(2){border-right:0}.v6-day-metrics>div:nth-child(-n+2){border-bottom:1px solid #e7e1dd}.v6-shell .page-heading{flex-direction:column;align-items:stretch}.v6-shell .heading-actions{width:100%}}@media(max-width:580px){.v6-header-actions{gap:6px}.v6-brand>b{display:none}.v6-context-status{display:none}.v6-cover-actions{display:grid;grid-template-columns:1fr 1fr}.v6-cover-actions .button{width:100%}.v6-shift-mini,.v6-flow-lane{grid-template-columns:1fr}.v6-flow-step .v6-flow-line{display:block!important}.v6-flow-step:last-child .v6-flow-line{display:none!important}.v6-action-feed>button{grid-template-columns:24px 29px minmax(0,1fr) 14px}.v6-action-priority,.v6-action-person{display:none}.v6-dashboard-lower{grid-template-columns:1fr}.v6-day-panel{grid-column:auto}.v6-day-metrics{grid-template-columns:1fr}.v6-day-metrics>div{border-right:0;border-bottom:1px solid #e7e1dd}.v6-day-metrics>div:last-child{border-bottom:0}.v6-shell .summary-row,.v6-shell .analytics-kpis,.v6-shell .channel-strip,.v6-shell .attention-grid,.v6-shell .return-board{grid-template-columns:1fr}}.order-card-summary{display:flex;flex-direction:column;gap:14px;padding:16px;margin-bottom:18px;border:1px solid var(--line);border-radius:14px;background:#fbfdfd;transition:background-color .5s ease,border-color .5s ease}.order-card-summary.order-card-flash{background:#eafaf6;border-color:#8fe0c8}.order-card-summary-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.order-card-identity{display:flex;align-items:center;gap:10px}.order-card-identity strong{display:block;font-size:15px}.order-card-identity span{display:block;color:var(--muted);font-size:11px;margin-top:2px}.order-card-meta{display:flex;flex-wrap:wrap;gap:8px 16px}.order-card-meta span{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:11px}.order-card-meta svg{color:var(--accent);flex-shrink:0}.order-stage-tracker{display:flex;align-items:flex-start;gap:0;padding:4px 2px}.order-stage-step{position:relative;display:flex;flex-direction:column;align-items:center;flex:1;text-align:center}.order-stage-dot{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#eef2f3;color:var(--muted);font-size:11px;font-weight:700;border:2px solid #eef2f3;z-index:1}.order-stage-step.active .order-stage-dot{background:var(--accent);border-color:var(--accent);color:#fff}.order-stage-step.done .order-stage-dot{background:#2b8969;border-color:#2b8969;color:#fff}.order-stage-label{margin-top:6px;font-size:10px;color:var(--muted);font-weight:600}.order-stage-step.active .order-stage-label{color:var(--ink)}.order-stage-step.done .order-stage-label{color:#2b8969}.order-stage-line{position:absolute;top:12px;left:50%;width:100%;height:2px;background:#eef2f3;z-index:0}.order-stage-step.done .order-stage-line{background:#2b8969}.order-stage-cancelled{display:flex;align-items:center;gap:8px;color:#bc525b;font-size:12px;font-weight:600}.order-qty-bars{display:grid;gap:10px}.order-qty-bar-head{display:flex;justify-content:space-between;font-size:11px;margin-bottom:5px}.order-qty-bar-head span{color:var(--muted);font-weight:600}.order-qty-bar-head strong{color:var(--ink)}.order-qty-bar-track{height:8px;border-radius:999px;background:#eef2f3;overflow:hidden}.order-qty-bar-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0b8fa3,#35c7c4);transition:width .4s ease}.order-qty-bar.tone-green .order-qty-bar-track i{background:linear-gradient(90deg,#2b8969,#4fd19a)}.order-items-list{display:flex;flex-direction:column;gap:6px;padding-top:4px;border-top:1px dashed var(--line)}.order-items-row{display:grid;grid-template-columns:minmax(0,1fr) auto 110px;align-items:center;gap:10px;padding:6px 0}.order-items-row small{color:var(--muted)}.order-live-indicator{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--muted)}.order-live-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 3px #16a34a26}.order-live-time{color:var(--muted)}:root{--v7-bg: #f4f7fb;--v7-surface: #ffffff;--v7-surface-soft: #f8fafc;--v7-ink: #172033;--v7-ink-2: #344054;--v7-muted: #667085;--v7-soft: #98a2b3;--v7-line: #e4e9f0;--v7-line-strong: #d0d7e2;--v7-accent: #2563eb;--v7-accent-dark: #1d4ed8;--v7-accent-soft: #eff6ff;--v7-green: #159455;--v7-green-soft: #ecfdf3;--v7-amber: #c87512;--v7-amber-soft: #fff7ed;--v7-red: #d14343;--v7-red-soft: #fff1f2;--v7-cyan: #0e7490;--v7-cyan-soft: #ecfeff;--v7-shadow: 0 8px 26px rgba(15, 23, 42, .06);--v7-shadow-hover: 0 14px 34px rgba(15, 23, 42, .09)}html,body,#root{min-height:100%}body{background:var(--v7-bg)!important;color:var(--v7-ink)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:13.5px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}button,input,select,textarea{font-family:inherit!important}.v7-shell{min-height:100vh;background:var(--v7-bg);color:var(--v7-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.v7-header{position:sticky;top:0;z-index:60;background:#fffffff7;border-bottom:1px solid var(--v7-line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 1px #0f172a05}.v7-header-main{height:68px;max-width:1600px;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}.v7-brand-area,.v7-header-actions{display:flex;align-items:center;min-width:0}.v7-brand-area{gap:20px}.v7-header-actions{gap:10px}.v7-brand{display:inline-flex;align-items:center;gap:9px;min-height:40px;color:var(--v7-ink);flex:0 0 auto}.v7-brand .brand-symbol{width:26px;height:25px;gap:3px;transform:skew(-11deg)}.v7-brand .brand-symbol i{width:6px;background:var(--v7-accent)!important;box-shadow:none!important;border-radius:1px 1px 0 0}.v7-brand .brand-symbol i:nth-child(1){height:10px;opacity:.55}.v7-brand .brand-symbol i:nth-child(2){height:17px;opacity:.78}.v7-brand .brand-symbol i:nth-child(3){height:24px}.v7-brand .brand-word{color:var(--v7-ink)!important;font-family:inherit!important;font-size:18px;font-weight:800;letter-spacing:-.01em}.v7-brand .brand-word span{color:var(--v7-accent)!important}.v7-brand>b{padding:4px 7px;border-radius:5px;background:var(--v7-ink);color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em}.v7-warehouse-switch{min-width:190px;height:42px;display:grid;grid-template-columns:28px minmax(0,1fr) 16px;align-items:center;gap:8px;padding:5px 10px;border:1px solid var(--v7-line);border-radius:9px;background:var(--v7-surface-soft);text-align:left;transition:border-color .16s ease,background .16s ease}.v7-warehouse-switch:hover{border-color:#b9c7da;background:#fff}.v7-warehouse-switch>svg:first-child{color:var(--v7-accent)}.v7-warehouse-switch small,.v7-warehouse-switch strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v7-warehouse-switch small{color:var(--v7-soft);font-size:11px;line-height:1.1}.v7-warehouse-switch strong{margin-top:2px;color:var(--v7-ink);font-size:13px;line-height:1.2;font-weight:650}.v7-warehouse-switch>svg:last-child{color:var(--v7-soft)}.v7-search{width:clamp(220px,22vw,350px);height:40px;display:flex;align-items:center;gap:9px;padding:0 10px 0 12px;border:1px solid var(--v7-line);border-radius:9px;background:#f8fafc;color:var(--v7-muted);text-align:left;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.v7-search:hover{border-color:#b8c7dc;background:#fff;box-shadow:0 0 0 3px #2563eb0d}.v7-search span{flex:1;font-size:13px}.v7-search kbd{padding:2px 6px;border:1px solid var(--v7-line);border-radius:5px;background:#fff;color:var(--v7-soft);font-size:11px}.v7-live-summary{display:flex;align-items:center;gap:6px}.v7-live-item{height:32px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border-radius:8px;font-size:12px;font-weight:600;white-space:nowrap}.v7-live-item.success{background:var(--v7-green-soft);color:#117545}.v7-live-item.warning{background:var(--v7-amber-soft);color:#9a570f}.v7-live-item.error{background:#fee2e2;color:#991b1b}.v7-live-item>i{width:7px;height:7px;border-radius:50%;background:currentColor;animation:v7Pulse 2.2s ease-in-out infinite}.v7-icon-button,.v7-mobile-toggle{position:relative;width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--v7-line);border-radius:9px;background:#fff;color:var(--v7-ink-2);transition:.16s ease}.v7-icon-button:hover,.v7-mobile-toggle:hover{color:var(--v7-accent);border-color:#b8c7dc;background:var(--v7-accent-soft)}.v7-icon-button>i{position:absolute;top:7px;right:7px;width:7px;height:7px;border:2px solid white;border-radius:50%;background:var(--v7-red)}.v7-user{height:42px;display:grid;grid-template-columns:34px minmax(0,1fr) 15px;align-items:center;gap:9px;padding:0 8px 0 5px;border-radius:9px;text-align:left;transition:background .16s ease}.v7-user:hover{background:#f4f7fb}.v7-user>span{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;background:var(--v7-ink);color:#fff;font-size:11px;font-weight:750}.v7-user strong,.v7-user small{display:block}.v7-user strong{color:var(--v7-ink);font-size:12.5px;font-weight:650}.v7-user small{margin-top:1px;color:var(--v7-soft);font-size:10.5px}.v7-user>svg{color:var(--v7-soft)}.v7-mobile-toggle{display:none}.v7-primary-nav{border-top:1px solid #f0f2f5;background:#fff}.v7-primary-inner{max-width:1600px;height:50px;margin:0 auto;padding:0 28px;display:flex;align-items:stretch;gap:4px;overflow-x:auto;scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.v7-primary-inner::-webkit-scrollbar{display:none}.v7-primary-inner>a{flex-shrink:0;position:relative;height:50px;display:inline-flex;align-items:center;gap:7px;padding:0 16px;color:var(--v7-muted);font-size:13.5px;font-weight:600;text-decoration:none;transition:none}.v7-primary-inner>a:hover{color:var(--v7-ink);background:#f8fafc}.v7-primary-inner>a.active{color:var(--v7-accent)}.v7-primary-inner>a.active:after{content:"";position:absolute;left:16px;right:16px;bottom:-1px;height:3px;border-radius:3px 3px 0 0;background:var(--v7-accent);animation:none}.v7-primary-inner>a b{min-width:20px;height:20px;display:grid;place-items:center;padding:0 6px;border-radius:999px;background:#eef2f7;color:var(--v7-muted);font-size:10px}.v7-primary-inner>a.active b{background:#dbeafe;color:var(--v7-accent-dark)}.v7-secondary-nav{background:#f8fafc;border-top:1px solid var(--v7-line);border-bottom:1px solid var(--v7-line)}.v7-secondary-inner{max-width:1600px;min-height:48px;margin:0 auto;padding:6px 28px;display:flex;align-items:center;gap:16px}.v7-section-title{display:flex;align-items:center;gap:7px;padding-left:16px;color:var(--v7-soft);font-size:12px;font-weight:600;white-space:nowrap}.v7-secondary-inner>nav{min-width:0;flex:1;display:flex;align-items:center;gap:5px;overflow-x:auto;scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.v7-secondary-inner>nav::-webkit-scrollbar{display:none}.v7-secondary-inner>nav a{flex-shrink:0;min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 11px;border:1px solid transparent;border-radius:8px;color:var(--v7-muted);font-size:12.5px;font-weight:550;white-space:nowrap;user-select:none;-webkit-user-select:none;transition:none;animation:none}.v7-secondary-inner>nav a:hover{color:var(--v7-ink);background:#fff;border-color:var(--v7-line)}.v7-secondary-inner>nav a.active{color:var(--v7-accent-dark);background:#fff;border-color:#cfe0ff;box-shadow:0 1px 2px #0f172a08}.v7-secondary-inner>nav a b{min-width:18px;height:18px;display:grid;place-items:center;padding:0 5px;border-radius:999px;background:#eef2f7;color:var(--v7-muted);font-size:10px}.v7-secondary-inner>nav a.active b{background:#dbeafe;color:var(--v7-accent-dark)}.v7-secondary-status{display:flex;align-items:center;gap:7px;color:var(--v7-soft);font-size:11.5px;white-space:nowrap}.v7-secondary-status svg{color:#4f91e8}.v7-secondary-status time{margin-left:2px;color:var(--v7-muted);font-size:11.5px}.v7-content{width:min(1480px,calc(100% - 48px));margin:0 auto;padding:30px 0 64px!important;animation:none}.v7-shell .page-stack{display:grid;gap:18px}.v7-shell .page-heading{min-height:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:4px 0 16px;border-bottom:0}.v7-shell .page-heading-copy{min-width:0}.v7-shell .page-heading h1{margin:0;color:var(--v7-ink);font-family:inherit!important;font-size:clamp(26px,2.2vw,34px);font-weight:750;line-height:1.18;letter-spacing:-.015em}.v7-shell .page-heading p{max-width:780px;margin:8px 0 0;color:var(--v7-muted);font-size:14px;line-height:1.55}.v7-shell .page-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:11px;color:var(--v7-muted);font-size:12px}.v7-shell .page-meta span{display:inline-flex;align-items:center;gap:5px}.v7-shell .heading-actions{flex:0 0 auto;padding:0}.v7-shell .panel{overflow:hidden;border:1px solid var(--v7-line);border-radius:12px;background:var(--v7-surface);box-shadow:0 1px 2px #0f172a06;transition:border-color .16s ease,box-shadow .16s ease}.v7-shell .panel:hover{border-color:#d6dde8;box-shadow:var(--v7-shadow)}.v7-shell .panel-head{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 18px;border-bottom:1px solid var(--v7-line);background:#fff}.v7-shell .panel-head h2{margin:0;color:var(--v7-ink);font-family:inherit!important;font-size:15.5px;font-weight:700;letter-spacing:-.015em}.v7-shell .panel-head p{margin:4px 0 0;color:var(--v7-muted);font-size:12px;line-height:1.35}.v7-shell .button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 13px;border:1px solid var(--v7-line-strong);border-radius:8px;background:#fff;color:var(--v7-ink-2);font-size:12.5px;font-weight:650;line-height:1.2;box-shadow:0 1px 1px #0f172a05;transition:border-color .15s ease,background .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease}.v7-shell .button:hover:not(:disabled){transform:translateY(-1px);border-color:#aebcd0;background:#fbfdff;box-shadow:0 4px 12px #0f172a0f}.v7-shell .button-primary{border-color:var(--v7-accent);background:var(--v7-accent);color:#fff;box-shadow:0 4px 12px #2563eb2e}.v7-shell .button-primary:hover:not(:disabled){border-color:var(--v7-accent-dark);background:var(--v7-accent-dark)}.v7-shell .button-danger{border-color:#fecaca;background:#fff;color:var(--v7-red)}.v7-shell .button-danger:hover:not(:disabled){border-color:#fca5a5;background:var(--v7-red-soft)}.v7-shell .button-quiet{border-color:transparent;background:#f2f5f9;color:var(--v7-ink-2);box-shadow:none}.v7-shell .button:disabled{opacity:.52;cursor:not-allowed;transform:none}.v7-shell .text-link{display:inline-flex;align-items:center;gap:5px;color:var(--v7-accent);font-size:12px;font-weight:650}.v7-shell .summary-row,.v7-shell .analytics-kpis,.v7-shell .channel-strip{gap:12px}.v7-shell .summary-card,.v7-shell .analytics-kpi,.v7-shell .channel-card{min-height:108px;padding:17px 18px;border:1px solid var(--v7-line);border-radius:11px;background:#fff;box-shadow:none;transition:.16s ease}.v7-shell .summary-card:hover,.v7-shell .analytics-kpi:hover,.v7-shell .channel-card:hover{border-color:#cdd6e3;transform:translateY(-1px)}.v7-shell .summary-card span,.v7-shell .analytics-kpi span,.v7-shell .channel-card span{display:block;color:var(--v7-muted);font-size:12px;letter-spacing:0;text-transform:none}.v7-shell .summary-card strong,.v7-shell .analytics-kpi strong,.v7-shell .channel-card strong{display:block;margin:7px 0 4px;color:var(--v7-ink);font-family:inherit!important;font-size:24px;font-weight:750;letter-spacing:-.015em;font-variant-numeric:tabular-nums}.v7-shell .summary-card small,.v7-shell .analytics-kpi small,.v7-shell .channel-card small{color:var(--v7-soft);font-size:12px}.v7-shell .metric-card{padding:16px;border:1px solid var(--v7-line);border-radius:11px;background:#fff}.v7-shell .metric-icon{width:38px;height:38px;border-radius:9px;background:var(--v7-accent-soft);color:var(--v7-accent)}.v7-shell .metric-card small{color:var(--v7-muted);font-size:11.5px}.v7-shell .metric-card strong{margin:4px 0;color:var(--v7-ink);font-family:inherit!important;font-size:22px;font-weight:750}.v7-shell .metric-card span{color:var(--v7-soft);font-size:11.5px}.v7-shell .status-badge{min-height:28px;display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border:1px solid transparent;border-radius:999px;font-size:12px;font-weight:650;white-space:nowrap}.v7-shell .status-badge i{width:6px;height:6px;border-radius:50%;background:currentColor}.v7-shell .tone-green{color:#117545;background:var(--v7-green-soft);border-color:#c9efd9}.v7-shell .tone-blue{color:var(--v7-accent-dark);background:var(--v7-accent-soft);border-color:#d6e5ff}.v7-shell .tone-amber{color:#9a570f;background:var(--v7-amber-soft);border-color:#fed7aa}.v7-shell .tone-red{color:#b42318;background:var(--v7-red-soft);border-color:#fecdd3}.v7-shell .tone-neutral{color:#475467;background:#f2f4f7;border-color:#e4e7ec}.v7-shell .priority-pill{padding:5px 8px;border-radius:999px;background:#f2f4f7;color:var(--v7-muted);font-size:10.5px;font-weight:650}.v7-shell .priority-pill.high{background:var(--v7-amber-soft);color:#9a570f}.v7-shell .eyebrow{display:inline-flex;align-items:center;gap:6px;color:var(--v7-accent);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.v7-shell .table-toolbar{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 16px;border-bottom:1px solid var(--v7-line);background:#fff}.v7-shell .table-toolbar strong{display:block;color:var(--v7-ink);font-size:14px;font-weight:700}.v7-shell .table-toolbar span{display:block;margin-top:2px;color:var(--v7-muted);font-size:11.5px}.v7-shell .table-wrap{overflow-x:auto}.v7-shell table{width:100%;border-collapse:separate;border-spacing:0}.v7-shell table th{padding:11px 14px;border-bottom:1px solid var(--v7-line);background:#f8fafc;color:var(--v7-muted);font-size:11px;font-weight:700;letter-spacing:.025em;text-transform:uppercase;white-space:nowrap;text-align:left}.v7-shell table td{padding:13px 14px;border-bottom:1px solid #eef1f5;color:var(--v7-ink-2);font-size:13px;line-height:1.4;vertical-align:middle}.v7-shell tbody tr{transition:background .14s ease}.v7-shell tbody tr:hover{background:#f8fbff;box-shadow:none}.v7-shell table tbody tr:last-child td{border-bottom:0}.v7-shell table td>small,.v7-shell .cell-main+small{display:block;margin-top:3px;color:var(--v7-soft);font-size:11px}.v7-shell .cell-main{color:var(--v7-ink);font-size:13px;font-weight:650}.v7-shell code{padding:4px 7px;border:1px solid #dce3ec;border-radius:5px;background:#f8fafc;color:#465267;font-size:11.5px}.v7-shell .search-mini,.v7-shell .search-field{min-height:38px;border:1px solid var(--v7-line-strong);border-radius:8px;background:#fff;color:var(--v7-ink);font-size:12.5px}.v7-shell .search-mini input,.v7-shell .search-field input{font-size:12.5px;color:var(--v7-ink)}.v7-shell .segmented{padding:3px;border:1px solid var(--v7-line);border-radius:9px;background:#f4f7fa}.v7-shell .segmented button{min-height:30px;padding:0 10px;border-radius:6px;color:var(--v7-muted);font-size:11.5px;font-weight:600}.v7-shell .segmented button.active{background:#fff;color:var(--v7-accent-dark);box-shadow:0 1px 3px #0f172a14}.v7-shell .progress-cell span{color:var(--v7-muted);font-size:11px}.v7-shell .progress-cell>div{height:6px;background:#edf1f5}.v7-shell .progress-cell i{background:var(--v7-accent)}.v7-shell .dashboard-v6{gap:16px}.v7-shell .v6-dashboard-cover{min-height:0;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.65fr);overflow:hidden;border:1px solid var(--v7-line);border-radius:14px;background:#fff;color:var(--v7-ink);box-shadow:var(--v7-shadow)}.v7-shell .v6-cover-copy{padding:30px 32px;background:linear-gradient(135deg,#fff,#f7faff)}.v7-shell .v6-cover-kicker{display:inline-flex;align-items:center;gap:8px;color:#147d49;font-size:12px;font-weight:650}.v7-shell .v6-cover-kicker i{width:8px;height:8px;border-radius:50%;background:var(--v7-green);box-shadow:0 0 0 4px #1594551a}.v7-shell .v6-cover-copy h1{max-width:660px;margin:16px 0 10px;color:var(--v7-ink);font-family:inherit!important;font-size:clamp(28px,3vw,40px);font-weight:760;line-height:1.12;letter-spacing:-.015em}.v7-shell .v6-cover-copy p{max-width:620px;margin:0;color:var(--v7-muted);font-size:14px;line-height:1.6}.v7-shell .v6-cover-actions{display:flex;gap:9px;margin-top:24px}.v7-shell .v6-shift-card{padding:28px;border:0;border-left:1px solid var(--v7-line);background:#f8fafc;color:var(--v7-ink)}.v7-shell .v6-shift-card>span{color:var(--v7-muted);font-size:12px}.v7-shell .v6-shift-card>strong{display:block;margin:6px 0;color:var(--v7-ink);font-family:inherit!important;font-size:25px;font-weight:750}.v7-shell .v6-shift-card>p{margin:0;color:var(--v7-muted);font-size:12.5px;line-height:1.5}.v7-shell .v6-shift-progress{height:7px;margin:19px 0 7px;border-radius:999px;background:#e4e9f0;overflow:hidden}.v7-shell .v6-shift-progress i{display:block;height:100%;border-radius:inherit;background:var(--v7-accent);animation:v7Grow .6s .12s both cubic-bezier(.2,.75,.2,1);transform-origin:left}.v7-shell .v6-shift-card>small{color:var(--v7-soft);font-size:11px}.v7-shell .v6-shift-mini{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:17px}.v7-shell .v6-shift-mini button{padding:11px;border:1px solid var(--v7-line);border-radius:9px;background:#fff;text-align:left}.v7-shell .v6-shift-mini span,.v7-shell .v6-shift-mini b,.v7-shell .v6-shift-mini small{display:block}.v7-shell .v6-shift-mini span{color:var(--v7-muted);font-size:10.5px}.v7-shell .v6-shift-mini b{margin:3px 0;color:var(--v7-ink);font-size:19px}.v7-shell .v6-shift-mini small{color:var(--v7-soft);font-size:10px}.v7-shell .v6-dashboard-core{display:grid;grid-template-columns:1fr;gap:16px}.v7-shell .v6-attention-panel,.v7-shell .v6-flow-panel{overflow:hidden;border:1px solid var(--v7-line);border-radius:12px;background:#fff}.v7-shell .v6-section-head{min-height:65px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 17px;border-bottom:1px solid var(--v7-line)}.v7-shell .v6-section-head span{color:var(--v7-accent);font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.055em}.v7-shell .v6-section-head h2{margin:3px 0 0;color:var(--v7-ink);font-family:inherit!important;font-size:15.5px;font-weight:700}.v7-shell .v6-section-head button{display:inline-flex;align-items:center;gap:5px;color:var(--v7-accent);font-size:11.5px;font-weight:650}.v7-shell .v6-section-head>small{color:var(--v7-soft);font-size:10.5px}.v7-shell .v6-action-feed{display:grid}.v7-shell .v6-action-feed>button{min-height:64px;display:grid;grid-template-columns:28px 36px minmax(0,1fr) 110px 70px 18px;align-items:center;gap:9px;padding:9px 14px;border-bottom:1px solid #eef1f5;text-align:left;transition:background .14s ease}.v7-shell .v6-action-feed>button:last-child{border-bottom:0}.v7-shell .v6-action-feed>button:hover{background:#f8fbff}.v7-shell .v6-action-feed>button.urgent{box-shadow:inset 3px 0 0 var(--v7-amber)}.v7-shell .v6-action-index{color:var(--v7-soft);font-size:10px;font-variant-numeric:tabular-nums}.v7-shell .v6-action-icon .task-glyph{width:34px;height:34px;border-radius:8px}.v7-shell .v6-action-copy strong{display:block;color:var(--v7-ink);font-size:12.5px;font-weight:650}.v7-shell .v6-action-copy small{display:block;margin-top:3px;color:var(--v7-muted);font-size:10.5px}.v7-shell .v6-action-person,.v7-shell .v6-action-priority{color:var(--v7-muted);font-size:10.5px}.v7-shell .v6-action-feed>button.urgent .v6-action-priority{color:#9a570f;font-weight:700}.v7-shell .v6-flow-lane{display:grid;padding:8px 14px}.v7-shell .v6-flow-step{min-height:72px;display:grid;grid-template-columns:26px 38px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px 2px;border-bottom:1px solid #eef1f5;text-align:left}.v7-shell .v6-flow-step:last-child{border-bottom:0}.v7-shell .v6-flow-index{color:var(--v7-soft);font-size:10px}.v7-shell .v6-flow-glyph{width:38px;height:38px;border:1px solid #dce3ec;border-radius:9px;background:#f8fafc;color:var(--v7-accent)}.v7-shell .v6-flow-step:hover .v6-flow-glyph{transform:none;border-color:#b9c9df;box-shadow:none;background:var(--v7-accent-soft)}.v7-shell .v6-flow-step.sky .v6-flow-glyph,.v7-shell .v6-flow-step.ink .v6-flow-glyph,.v7-shell .v6-flow-step.sand .v6-flow-glyph{color:var(--v7-accent);border-color:#dce3ec;background:#f8fafc}.v7-shell .v6-flow-copy strong{display:block;color:var(--v7-ink);font-size:12.5px;font-weight:650}.v7-shell .v6-flow-copy small{display:block;margin-top:3px;color:var(--v7-muted);font-size:10.5px}.v7-shell .v6-flow-step>b{color:var(--v7-ink);font-family:inherit!important;font-size:21px;font-weight:750}.v7-shell .v6-flow-line{display:none}.v7-shell .v6-dashboard-lower{display:grid;grid-template-columns:1.15fr .9fr .9fr;gap:16px}.v7-shell .v6-day-metrics{display:grid;grid-template-columns:repeat(2,1fr)}.v7-shell .v6-day-metrics>div{padding:17px;border-right:1px solid var(--v7-line)}.v7-shell .v6-day-metrics>div:last-child{border-right:0}.v7-shell .v6-day-metrics span,.v7-shell .v6-day-metrics strong,.v7-shell .v6-day-metrics small{display:block}.v7-shell .v6-day-metrics span{color:var(--v7-muted);font-size:11px}.v7-shell .v6-day-metrics strong{margin:5px 0 3px;color:var(--v7-ink);font-family:inherit!important;font-size:22px;font-weight:750}.v7-shell .v6-day-metrics small{color:var(--v7-soft);font-size:10.5px}.v7-shell .v6-exception-list,.v7-shell .v6-people-list{display:grid;padding:8px}.v7-shell .v6-exception-list button{display:grid;grid-template-columns:26px minmax(0,1fr) 16px;align-items:center;gap:9px;padding:10px;border-radius:8px;text-align:left}.v7-shell .v6-exception-list button:hover{background:#f8fafc}.v7-shell .v6-exception-list strong,.v7-shell .v6-exception-list small,.v7-shell .v6-people-list strong,.v7-shell .v6-people-list small{display:block}.v7-shell .v6-exception-list strong,.v7-shell .v6-people-list strong{color:var(--v7-ink);font-size:11.5px}.v7-shell .v6-exception-list small,.v7-shell .v6-people-list small{margin-top:2px;color:var(--v7-muted);font-size:10px}.v7-shell .v6-people-list button{display:grid;grid-template-columns:7px 32px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px;border-radius:8px;text-align:left}.v7-shell .v6-people-list button:hover{background:#f8fafc}.v7-shell .v6-people-avatar{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:var(--v7-accent-soft);color:var(--v7-accent)}.v7-shell .v6-people-list b{color:var(--v7-muted);font-size:11px}.v7-shell .v6-people-status{width:7px;height:7px;border-radius:50%;background:var(--v7-soft)}.v7-shell .v6-people-status.online{background:var(--v7-green);box-shadow:0 0 0 3px #15945517}.v7-shell .v6-people-status.blocked{background:var(--v7-red)}.v7-shell .label-workspace,.v7-shell .putaway-layout,.v7-shell .packing-layout,.v7-shell .counting-grid,.v7-shell .device-bottom-grid,.v7-shell .terminal-layout,.v7-shell .analytics-grid{gap:16px}.v7-shell .scan-station,.v7-shell .packing-station,.v7-shell .counting-command{padding:22px}.v7-shell .scan-station h2,.v7-shell .packing-station h2,.v7-shell .counting-command h2{margin:16px 0 7px;color:var(--v7-ink);font-family:inherit!important;font-size:20px;font-weight:700}.v7-shell .scan-station p,.v7-shell .packing-station p,.v7-shell .counting-command p{color:var(--v7-muted);font-size:12.5px;line-height:1.55}.v7-shell .scanner-visual{border:1px solid #dbe4ef;border-radius:10px;background:#f8fafc}.v7-shell .scan-beam{background:linear-gradient(90deg,transparent,var(--v7-accent),transparent)}.v7-shell .scanner-status{color:#147d49;font-size:11.5px}.v7-shell .label-row{padding:12px 14px;border-bottom-color:#eef1f5}.v7-shell .label-code strong{color:var(--v7-ink);font-size:12.5px}.v7-shell .label-code small{color:var(--v7-muted);font-size:10.5px}.v7-shell .label-state{padding:5px 8px;border-radius:999px;font-size:10.5px;font-weight:650}.v7-shell .print-history>div{padding:11px 16px;border-bottom-color:#eef1f5;font-size:12px}.v7-shell .print-history strong{color:var(--v7-ink);font-size:12px}.v7-shell .print-history small{color:var(--v7-muted);font-size:10.5px}.v7-shell .putaway-card{min-height:68px;padding:11px 14px;border-bottom:1px solid #eef1f5}.v7-shell .putaway-card .sequence{color:var(--v7-soft);font-size:10px}.v7-shell .putaway-card strong{color:var(--v7-ink);font-size:12.5px}.v7-shell .putaway-card small{color:var(--v7-muted);font-size:10.5px}.v7-shell .route,.v7-shell .route-inline{color:var(--v7-muted)}.v7-shell .recommendation-panel{padding:24px;border:0;border-radius:12px;background:linear-gradient(145deg,#172033,#233047);color:#fff}.v7-shell .recommendation-panel .eyebrow{color:#93c5fd}.v7-shell .recommendation-panel h2{margin:19px 0 8px;color:#fff;font-family:inherit!important;font-size:32px;font-weight:760;letter-spacing:-.015em}.v7-shell .recommendation-panel p{color:#c3ccda;font-size:12.5px;line-height:1.55}.v7-shell .capacity{margin:20px 0}.v7-shell .capacity>div{height:8px;border-radius:999px;background:#ffffff1a;overflow:hidden}.v7-shell .capacity span{display:block;height:100%;border-radius:inherit;background:#60a5fa}.v7-shell .capacity small{display:block;margin-top:7px;color:#9eabc0;font-size:10.5px}.v7-shell .recommendation-panel ul{gap:9px}.v7-shell .recommendation-panel li{color:#d8e0eb;font-size:11.5px}.v7-shell .recommendation-panel li svg{color:#6ee7b7}.v7-shell .task-toolbar{padding:12px 14px;border:1px solid var(--v7-line);border-radius:11px;background:#fff}.v7-shell .task-toolbar>span{color:var(--v7-muted);font-size:11.5px}.v7-shell .task-board{gap:12px}.v7-shell .task-card,.v7-shell .return-card,.v7-shell .device-card,.v7-shell .terminal-card,.v7-shell .location-card,.v7-shell .zone-summary-card{border:1px solid var(--v7-line);border-radius:11px;background:#fff;box-shadow:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.v7-shell .task-card:hover,.v7-shell .return-card:hover,.v7-shell .device-card:hover,.v7-shell .terminal-card:hover,.v7-shell .location-card:hover{border-color:#cad4e1;box-shadow:var(--v7-shadow);transform:translateY(-1px)}.v7-shell .task-card{padding:16px}.v7-shell .task-card-top strong{color:var(--v7-ink);font-size:13px}.v7-shell .task-card-top span{color:var(--v7-muted);font-size:11px}.v7-shell .task-glyph{border-radius:8px;background:var(--v7-accent-soft);color:var(--v7-accent)}.v7-shell .task-route{color:var(--v7-muted)}.v7-shell .task-card-bottom{border-top-color:#edf1f5}.v7-shell .task-card-bottom span{color:var(--v7-ink-2);font-size:11.5px}.v7-shell .task-card-bottom small{color:var(--v7-soft);font-size:10px}.v7-shell .zone-summary{gap:10px}.v7-shell .zone-summary-card{padding:15px}.v7-shell .zone-summary-card span{color:var(--v7-muted);font-size:11px}.v7-shell .zone-summary-card strong{color:var(--v7-ink);font-family:inherit!important;font-size:22px;font-weight:750}.v7-shell .zone-summary-card>div{height:6px;border-radius:999px;background:#eef2f6}.v7-shell .zone-summary-card>div i{background:var(--v7-accent)}.v7-shell .zone-summary-card small{color:var(--v7-soft);font-size:10.5px}.v7-shell .location-grid{gap:10px;padding:14px}.v7-shell .location-card{padding:13px}.v7-shell .location-top span{color:var(--v7-muted);font-size:9.5px}.v7-shell .location-fill{height:6px;border-radius:999px;background:#edf1f5}.v7-shell .location-fill i{background:var(--v7-accent)}.v7-shell .location-bottom strong{color:var(--v7-ink);font-size:16px}.v7-shell .location-bottom span{color:var(--v7-muted);font-size:10.5px}.v7-shell .location-blocked{color:var(--v7-red);background:var(--v7-red-soft);font-size:10.5px}.v7-shell .location-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,240px),1fr))}.v7-shell .location-card{min-width:0;min-height:120px}.v7-shell .location-top{gap:8px;align-items:flex-start}.v7-shell .location-top code{min-width:0;overflow-wrap:anywhere}.v7-shell .location-top span{flex:0 0 auto}.v7-shell .location-bottom{align-items:flex-start;flex-direction:column;gap:3px}.v7-shell .location-bottom span{font-size:11px;overflow-wrap:anywhere}.v7-shell .location-card.is-over-capacity,.v7-shell .zone-summary-card.is-over-capacity{border-color:#f1c4ba;background:#fffaf8}.v7-shell .location-card.is-over-capacity .location-fill i,.v7-shell .zone-summary-card.is-over-capacity>div i{background:#e26a50}.v7-shell .location-card.is-over-capacity .location-bottom strong,.v7-shell .zone-summary-card.is-over-capacity strong{color:#b8422c}.v7-shell .zone-summary-card.is-over-capacity strong{font-size:16px;line-height:1.3}.v7-shell .count-list button{padding:12px 14px;border-bottom-color:#eef1f5}.v7-shell .count-list strong{color:var(--v7-ink);font-size:12.5px}.v7-shell .count-list span{color:var(--v7-muted);font-size:10.5px}.v7-shell .count-list b{color:var(--v7-ink-2);font-size:12px}.v7-shell .count-summary span{padding:14px;font-size:11px}.v7-shell .count-summary strong{font-size:22px}.v7-shell .return-board{gap:12px}.v7-shell .return-card{padding:17px}.v7-shell .return-head strong{color:var(--v7-ink);font-size:13px}.v7-shell .return-head span,.v7-shell .return-card p{color:var(--v7-muted);font-size:11.5px}.v7-shell .return-card h3{color:var(--v7-ink);font-size:14px}.v7-shell .return-meta{color:var(--v7-muted);font-size:11px}.v7-shell .decision-chip{padding:6px 9px;border-radius:999px;background:var(--v7-green-soft);color:#117545;font-size:11px}.v7-shell .packing-order{padding:14px 15px;border-bottom-color:#eef1f5}.v7-shell .packing-order strong{color:var(--v7-ink);font-size:12.5px}.v7-shell .packing-order small,.v7-shell .packing-meta{color:var(--v7-muted);font-size:10.5px}.v7-shell .packing-scanner{border-radius:10px;background:#f8fafc;border-color:#dbe3ec}.v7-shell .device-grid{gap:12px}.v7-shell .device-card{padding:17px}.v7-shell .device-icon{width:40px;height:40px;border-radius:9px;background:var(--v7-accent-soft);color:var(--v7-accent)}.v7-shell .device-status{padding:5px 8px;border-radius:999px;font-size:9.5px;font-weight:750;letter-spacing:.04em}.v7-shell .device-title strong{color:var(--v7-ink);font-size:14px}.v7-shell .device-title span{color:var(--v7-muted);font-size:11px}.v7-shell .device-user strong{color:var(--v7-ink-2);font-size:11.5px}.v7-shell .device-user small{color:var(--v7-soft);font-size:10px}.v7-shell .mini-avatar{border-radius:8px;background:#eef2f7;color:var(--v7-ink-2)}.v7-shell .device-stats{border-color:#edf1f5;color:var(--v7-muted);font-size:11px}.v7-shell .device-footer small{color:var(--v7-soft);font-size:10px}.v7-shell .device-log>div{min-height:38px;padding:7px 12px;border-bottom-color:#eef1f5;color:var(--v7-ink-2);font-size:11px}.v7-shell .device-log time{color:var(--v7-soft);font-size:10px}.v7-shell .printer-item{padding:11px 0;border-bottom-color:#eef1f5}.v7-shell .printer-item strong{color:var(--v7-ink);font-size:12px}.v7-shell .printer-item small{color:var(--v7-muted);font-size:10.5px}.v7-shell .printer-item em{color:var(--v7-green);font-size:10px}.v7-shell .terminal-card{padding:16px}.v7-shell .terminal-card-head strong{color:var(--v7-ink);font-size:13px}.v7-shell .terminal-card-head span{color:var(--v7-muted);font-size:10.5px}.v7-shell .terminal-device{color:var(--v7-muted);font-size:11px}.v7-shell .terminal-device select{min-height:36px;border:1px solid var(--v7-line-strong);border-radius:7px;background:#fff;color:var(--v7-ink);font-size:11.5px}.v7-shell .terminal-progress>div{height:7px;border-radius:999px;background:#edf1f5}.v7-shell .terminal-progress i{background:var(--v7-accent)}.v7-shell .terminal-progress span{color:var(--v7-muted);font-size:10.5px}.v7-shell .terminal-side{border-radius:12px;background:#172033;color:#fff}.v7-shell .terminal-side h2{color:#fff;font-size:17px}.v7-shell .terminal-side .eyebrow{color:#93c5fd}.v7-shell .offline-counter strong{font-family:inherit!important;font-size:34px}.v7-shell .offline-counter span,.v7-shell .offline-list span,.v7-shell .terminal-side-note{color:#b9c5d6;font-size:11px}.v7-shell .chart-panel{min-height:300px}.v7-shell .bar-chart{padding:14px 18px 18px;gap:10px}.v7-shell .bar-chart>div{min-height:34px}.v7-shell .bar-chart span{color:var(--v7-muted);font-size:11px}.v7-shell .bar-chart small{color:var(--v7-soft);font-size:10px}.v7-shell .bar-chart i{background:var(--v7-accent);border-radius:999px}.v7-shell .zone-bars>div{min-height:34px}.v7-shell .zone-bars span{color:var(--v7-muted);font-size:11px}.v7-shell .zone-bars i{background:var(--v7-cyan)}.v7-shell .quality-row{padding:11px 0;border-bottom-color:#eef1f5}.v7-shell .quality-row span{color:var(--v7-muted);font-size:11.5px}.v7-shell .quality-row strong{color:var(--v7-ink);font-size:12.5px}.v7-shell .field{display:grid;gap:6px;margin-bottom:14px;color:var(--v7-ink-2);font-size:13px;font-weight:600}.v7-shell .field>span,.v7-shell .field label{color:var(--v7-ink-2);font-size:13px;font-weight:650;line-height:1.4}.v7-shell .field input,.v7-shell .field select,.v7-shell .field textarea{min-height:42px;padding:8px 12px;border:1px solid var(--v7-line-strong);border-radius:8px;background:#fff;color:var(--v7-ink);font-size:13.5px;line-height:1.4;transition:border-color .15s ease,box-shadow .15s ease}.v7-shell .field textarea{min-height:76px;resize:vertical}.v7-shell .field input:focus,.v7-shell .field select:focus,.v7-shell .field textarea:focus{border-color:#8fb4f8;box-shadow:0 0 0 3px #2563eb17;outline:none}.v7-shell .field small{color:var(--v7-muted);font-size:12px;font-weight:400;line-height:1.45}.v7-shell .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.v7-shell .form-error{display:flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #fecaca;border-radius:8px;background:#fff5f5;color:#b91c1c;font-size:13px;font-weight:500}.v7-shell .info-note{display:flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #dbeafe;border-radius:8px;background:#eff6ff;color:#1e40af;font-size:13px}.v7-shell .move-preview{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:16px;padding:14px 18px;border-radius:10px;background:var(--v7-surface-soft);border:1px solid var(--v7-line)}.v7-shell .move-preview code{font-size:14px;font-weight:700;padding:4px 10px;border-radius:6px;background:#fff;border:1px solid var(--v7-line);color:var(--v7-accent-dark)}.v7-shell .count-summary{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:16px;border:1px solid var(--v7-line);border-radius:11px;overflow:hidden;background:#fff}.v7-shell .count-summary span{padding:14px 12px;border-right:1px solid var(--v7-line);text-align:center}.v7-shell .count-summary span:last-child{border-right:0}.v7-shell .count-summary small{color:var(--v7-muted);font-size:12px}.v7-shell .count-summary strong{margin-top:6px;font-size:18px;font-weight:700;color:var(--v7-ink)}.v7-shell .count-summary .has-diff strong{color:var(--v7-amber)}.v7-shell .modal-layer{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:16px;background:#0f172a7a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.v7-shell .modal{display:flex;flex-direction:column;width:min(600px,100%);max-height:calc(100dvh - 36px);border:1px solid var(--v7-line);border-radius:14px;background:#fff;box-shadow:0 30px 90px #0f172a38;overflow:hidden}.v7-shell .modal-head{flex-shrink:0;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 22px;border-bottom:1px solid var(--v7-line);background:#fff}.v7-shell .modal-head h2{margin:0;color:var(--v7-ink);font-family:inherit!important;font-size:18px;font-weight:700}.v7-shell .modal-head p{margin:4px 0 0;color:var(--v7-muted);font-size:13px;line-height:1.45}.v7-shell .modal-body{flex:1;min-height:0;overflow-y:auto;padding:20px 22px;color:var(--v7-ink-2);font-size:13.5px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.v7-shell .modal-actions{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px 22px;border-top:1px solid var(--v7-line);background:#f8fafc}.v7-shell .popover{top:58px;right:24px;border:1px solid var(--v7-line);border-radius:11px;background:#fff;box-shadow:0 18px 48px #0f172a24}.v7-shell .popover-head{border-color:var(--v7-line)}.v7-shell .search-layer{align-items:start;padding-top:10vh}.v7-shell .command-palette{width:min(680px,calc(100vw - 32px));max-height:min(85vh,600px);display:flex;flex-direction:column;border:1px solid var(--v7-line);border-radius:14px;background:#fff;box-shadow:0 25px 60px -15px #0f172a40,0 0 0 1px #0f172a0d;overflow:hidden}.v7-shell .command-search{height:56px;display:flex;align-items:center;gap:12px;padding:0 18px;border-bottom:1px solid var(--v7-line);background:#fff;color:var(--v7-muted)}.v7-shell .command-search input{min-width:0;flex:1;border:0!important;outline:0!important;background:transparent!important;color:var(--v7-ink)!important;font-size:15px!important;font-weight:500!important;box-shadow:none!important}.v7-shell .command-search kbd{padding:3px 7px;border:1px solid var(--v7-line);border-radius:6px;background:var(--v7-bg);color:var(--v7-soft);font-size:11px;font-weight:600}.v7-shell .command-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;color:var(--v7-muted);gap:6px}.v7-shell .command-empty svg{color:var(--v7-soft);margin-bottom:4px}.v7-shell .command-empty strong{margin:0;color:var(--v7-ink);font-size:15px;font-weight:650}.v7-shell .command-empty span{margin:0;color:var(--v7-muted);font-size:13px;line-height:1.5}.v7-shell .command-results{flex:1;min-height:0;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:4px;scrollbar-width:thin}.v7-shell .command-results button{width:100%;display:grid;grid-template-columns:32px minmax(0,1fr) 20px;align-items:center;gap:12px;padding:10px 14px;border-radius:9px;text-align:left;transition:all .14s ease;color:var(--v7-ink)}.v7-shell .command-results button:hover{background:var(--v7-accent-soft);color:var(--v7-accent-dark)}.v7-shell .command-results button>svg:first-child{color:var(--v7-soft);transition:color .14s}.v7-shell .command-results button:hover>svg:first-child{color:var(--v7-accent)}.v7-shell .command-results button strong{display:block;font-size:13.5px;font-weight:600;color:var(--v7-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v7-shell .command-results button span{display:block;margin-top:3px;color:var(--v7-muted);font-size:12px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v7-shell .command-results button>svg:last-child{color:var(--v7-soft)}.v7-shell .command-results button:hover>svg:last-child{color:var(--v7-accent)}.v7-shell .toast{position:fixed;bottom:28px;right:28px;z-index:1000;display:flex;align-items:center;gap:10px;padding:12px 18px;border-radius:10px;background:#0f172a;color:#fff;box-shadow:0 16px 40px #0f172a40;font-size:13px;font-weight:500}.v7-shell .toast svg{color:#4ade80;flex-shrink:0}.v7-mobile-nav{pointer-events:none;position:fixed;inset:0;z-index:100;visibility:hidden}.v7-mobile-nav.is-open{pointer-events:auto;visibility:visible}.v7-mobile-backdrop{position:absolute;inset:0;width:100%;background:#0f172a6b;opacity:0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);transition:opacity .2s ease}.v7-mobile-nav.is-open .v7-mobile-backdrop{opacity:1}.v7-mobile-panel{position:absolute;inset:0 0 auto;max-height:min(88vh,760px);overflow-y:auto;padding:16px 18px 22px;border-radius:0 0 16px 16px;background:#fff;box-shadow:0 24px 80px #0f172a38;transform:translateY(-103%);transition:transform .24s cubic-bezier(.2,.75,.2,1)}.v7-mobile-nav.is-open .v7-mobile-panel{transform:translateY(0)}.v7-mobile-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--v7-line)}.v7-mobile-head>button{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;color:var(--v7-muted)}.v7-mobile-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding:14px 0 3px}.v7-mobile-group>strong{grid-column:1 / -1;margin-bottom:4px;color:var(--v7-muted);font-size:11px;text-transform:uppercase;letter-spacing:.04em}.v7-mobile-group a{min-height:42px;display:flex;align-items:center;gap:8px;padding:0 10px;border-radius:8px;color:var(--v7-ink-2);font-size:12.5px}.v7-mobile-group a.active{background:var(--v7-accent-soft);color:var(--v7-accent-dark);font-weight:650}.v7-reset{width:100%;min-height:42px;display:flex;align-items:center;gap:8px;margin-top:12px;padding:0 10px;border-top:1px solid var(--v7-line);color:var(--v7-muted);font-size:12px}@media(max-width:1350px){.v7-live-summary .v7-live-item:last-child{display:none}}@media(max-width:1250px){.v7-header-main,.v7-primary-inner,.v7-secondary-inner{padding-left:18px;padding-right:18px}.v7-warehouse-switch{min-width:150px;max-width:190px}.v7-search{width:195px}.v7-live-summary .v7-live-item:last-child{display:none}.v7-shell .v6-dashboard-lower{grid-template-columns:1fr 1fr}.v7-shell .v6-day-panel{grid-column:1 / -1}}@media(max-width:1100px){.v7-live-summary{display:none}.v7-search{width:170px}.v7-primary-inner>a{padding:0 12px}.v7-section-title{padding-left:12px}}@media(max-width:1050px){.v7-user div,.v7-user>svg{display:none}.v7-user{grid-template-columns:34px;padding:0}.v7-brand-area{gap:10px}.v7-warehouse-switch{min-width:140px}.v7-secondary-status span{display:none}.v7-shell .v6-dashboard-cover,.v7-shell .v6-dashboard-core{grid-template-columns:1fr}.v7-shell .v6-shift-card{border-left:0;border-top:1px solid var(--v7-line)}.v7-shell .v6-action-feed>button{grid-template-columns:28px 36px minmax(0,1fr) 65px 18px}.v7-shell .v6-action-person{display:none}}@media(max-width:860px){.v7-header-main{height:60px;padding:0 14px}.v7-warehouse-switch,.v7-live-summary,.v7-user{display:none}.v7-search{width:40px;height:40px;padding:0;justify-content:center}.v7-search span,.v7-search kbd{display:none}.v7-mobile-toggle{display:grid}.v7-primary-nav,.v7-secondary-nav{display:none}.v7-content{width:min(100% - 26px,1480px);padding:22px 0 44px!important}.v7-shell .page-heading{align-items:stretch;flex-direction:column;gap:14px}.v7-shell .heading-actions,.v7-shell .heading-actions .button{width:100%}.v7-shell .page-heading h1{font-size:29px}.v7-shell .summary-row,.v7-shell .analytics-kpis{grid-template-columns:repeat(2,1fr)}.v7-shell .v6-dashboard-lower{grid-template-columns:1fr}.v7-shell .v6-day-panel{grid-column:auto}.v7-shell .table-toolbar{align-items:stretch;flex-direction:column}.v7-shell .search-mini,.v7-shell .search-field{width:100%}}@media(max-width:580px){.v7-brand>b{display:none}.v7-brand .brand-word{font-size:17px}.v7-header-actions{gap:6px}.v7-shell .summary-row,.v7-shell .analytics-kpis,.v7-shell .channel-strip,.v7-shell .attention-grid,.v7-shell .return-board{grid-template-columns:1fr}.v7-shell .v6-cover-copy,.v7-shell .v6-shift-card{padding:22px 18px}.v7-shell .v6-cover-copy h1{font-size:31px}.v7-shell .v6-cover-actions{display:grid;grid-template-columns:1fr}.v7-shell .v6-shift-mini{grid-template-columns:1fr 1fr}.v7-shell .v6-action-feed>button{grid-template-columns:25px 34px minmax(0,1fr) 16px}.v7-shell .v6-action-priority,.v7-shell .v6-action-person{display:none}.v7-shell .v6-day-metrics{grid-template-columns:1fr 1fr}.v7-shell .v6-day-metrics>div:nth-child(2){border-right:0}.v7-shell .v6-day-metrics>div:nth-child(-n+2){border-bottom:1px solid var(--v7-line)}.v7-mobile-group{grid-template-columns:1fr}.v7-shell .button{min-height:40px}}@keyframes v7Nav{0%{transform:scaleX(.25);opacity:0}to{transform:scaleX(1);opacity:1}}@keyframes v7Page{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes v7Pulse{0%,to{box-shadow:0 0 0 0 currentColor}50%{box-shadow:0 0 0 4px transparent}}@keyframes v7Grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media(prefers-reduced-motion:reduce){.v7-shell *,.v7-shell *:before,.v7-shell *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.v7-secondary-nav{overflow:hidden;max-height:76px;opacity:1;transition:none;transform-origin:top}.v7-secondary-nav.is-collapsed{max-height:0;opacity:0;border-top-color:transparent;border-bottom-color:transparent;transform:translateY(-6px);pointer-events:none}.v7-warehouse-switch small,.v7-search kbd,.v7-primary-inner>a b,.v7-secondary-inner>nav a b,.v7-shell .v6-cover-kicker,.v7-shell .summary-card small,.v7-shell .metric-card small,.v7-shell .metric-card span,.v7-shell .priority-pill,.v7-shell .eyebrow,.v7-shell .v6-action-index,.v7-shell .v6-flow-index,.v7-shell .v6-section-head span,.v7-shell .v6-day-metrics span,.v7-shell .v6-day-metrics small,.v7-shell .v6-exception-list small,.v7-shell .v6-people-list small,.v7-shell .label-code small,.v7-shell .label-state,.v7-shell .putaway-card .sequence,.v7-shell .scanner-status,.v7-shell .progress-cell span,.v7-shell .table-toolbar span,.v7-shell .panel-head p,.v7-shell .page-meta,.v7-shell table td>small,.v7-shell .cell-main+small,.v7-user small{font-size:12px!important}.v7-shell table th{font-size:12px!important}.v7-shell table td,.v7-shell .cell-main,.v7-shell .label-code strong,.v7-shell .putaway-card strong,.v7-shell .v6-action-copy strong,.v7-shell .v6-flow-copy strong,.v7-shell .v6-exception-list strong,.v7-shell .v6-people-list strong,.v7-shell .scanner-status,.v7-shell .search-mini input,.v7-shell .search-field input,.v7-secondary-inner>nav a,.v7-section-title,.v7-live-item,.v7-user strong,.v7-search span{font-size:14px!important}.v7-shell .panel-head h2,.v7-shell .table-toolbar strong,.v7-shell .v6-section-head h2{font-size:16px!important}.v7-shell .v6-action-copy small,.v7-shell .v6-flow-copy small,.v7-shell .v6-action-person,.v7-shell .v6-action-priority,.v7-shell .v6-exception-list strong,.v7-shell .v6-people-list b,.v7-shell .metric-card small,.v7-shell .summary-card span,.v7-shell .analytics-kpi span,.v7-shell .channel-card span{font-size:13px!important}.v7-shell .progress-cell i,.v7-shell .v6-shift-progress i,.v7-shell .terminal-progress i,.v7-shell .bar-chart i,.v7-shell .zone-bars i,.v7-shell .capacity span,.v7-shell .location-fill i,.v7-shell .zone-summary-card i{transform-origin:left center!important;animation:v7GrowLeft .6s cubic-bezier(.2,.75,.2,1) both}@keyframes v7GrowLeft{0%{transform:scaleX(0);opacity:.65}to{transform:scaleX(1);opacity:1}}.v7-shell .panel,.v7-shell .device-card,.v7-shell .terminal-card,.v7-shell .task-card,.v7-shell .summary-card,.v7-shell .channel-card,.v7-shell .analytics-kpi,.v7-shell .zone-summary-card,.v7-shell .location-card,.v7-shell .putaway-card,.v7-shell .packing-order,.v7-shell .label-row{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.v7-shell .panel:hover,.v7-shell .device-card:hover,.v7-shell .terminal-card:hover,.v7-shell .task-card:hover,.v7-shell .summary-card:hover,.v7-shell .channel-card:hover,.v7-shell .analytics-kpi:hover,.v7-shell .zone-summary-card:hover,.v7-shell .location-card:hover,.v7-shell .putaway-card:hover,.v7-shell .packing-order:hover,.v7-shell .label-row:hover{transform:translateY(-2px);box-shadow:var(--v7-shadow-hover)}.v7-shell .button,.v7-shell .text-link,.v7-shell .profile-links button,.v7-shell .settings-list label{transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.v7-shell .button:active,.v7-shell .profile-links button:active{transform:translateY(1px) scale(.99)}.v7-secondary-inner>nav a.active{box-shadow:0 0 0 1px #2563eb2e inset}.v7-shell .page-stack{animation:none}.v7-shell .action-form-panel{padding:24px}.v7-shell .page-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.v7-shell .page-form-grid .field,.v7-shell .page-form-grid .field:has(textarea){min-width:0}.v7-shell .page-form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px;padding-top:18px;border-top:1px solid var(--v7-line)}.v7-shell .page-form-grid input,.v7-shell .page-form-grid select,.v7-shell .page-form-grid textarea{min-height:44px}.profile-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:18px}.profile-card{grid-column:1 / -1}.profile-hero{display:flex;align-items:center;gap:18px}.profile-avatar{width:72px;height:72px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#1d4ed8,#60a5fa);color:#fff;font-size:22px;font-weight:800;box-shadow:0 10px 28px #2563eb40}.profile-hero h2{margin:0;font-size:24px}.profile-hero p{margin:6px 0 0;color:var(--v7-muted);font-size:14px}.profile-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px}.profile-metrics>div{padding:14px;border:1px solid var(--v7-line);border-radius:14px;background:var(--v7-surface-soft)}.profile-metrics span{display:block;color:var(--v7-muted);font-size:13px}.profile-metrics strong{display:block;margin-top:6px;font-size:24px}.settings-list{display:grid;gap:12px}.settings-list label{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:0 14px;border:1px solid var(--v7-line);border-radius:12px;background:#fff;cursor:pointer}.settings-list label:hover{background:var(--v7-surface-soft);border-color:#cbd5e1}.profile-links{display:grid;gap:12px}.profile-links button{min-height:64px;display:grid;grid-template-columns:18px 1fr 14px;align-items:center;gap:12px;padding:0 16px;border:1px solid var(--v7-line);border-radius:14px;background:#fff;text-align:left}.profile-links button:hover{border-color:#cbd5e1;background:var(--v7-surface-soft)}.profile-links strong{display:block;font-size:14px}.profile-links small{display:block;margin-top:4px;color:var(--v7-muted);font-size:12px}.device-command-panel{animation:v7Page .24s ease both}.device-command-panel .command-grid{margin-top:18px}@media(max-width:1080px){.profile-grid,.v7-shell .page-form-grid,.profile-metrics{grid-template-columns:1fr}}.v7-shell .action-page-top{display:flex;align-items:center;justify-content:space-between;min-height:34px;color:var(--v7-muted);font-size:13px;animation:v7SlideDown .24s ease both}.v7-shell .back-button{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 10px;border-radius:8px;color:var(--v7-accent-dark);font-size:13px;font-weight:650;background:var(--v7-accent-soft);transition:transform .16s ease,background .16s ease}.v7-shell .back-button svg{transform:rotate(180deg);transition:transform .16s ease}.v7-shell .back-button:hover{background:#dbeafe;transform:translate(-2px)}.v7-shell .back-button:hover svg{transform:rotate(180deg) translate(2px)}.v7-shell .action-form-panel{max-width:920px;width:100%;border-radius:14px;overflow:hidden}.v7-shell .action-form-body{display:grid;gap:18px;padding:24px;overflow-y:auto}.v7-shell .action-form-actions,.v7-shell .page-form-actions,.v7-shell .catalog-form-actions,.v7-shell .managed-warehouse-editor-actions{position:sticky;bottom:0;z-index:10;display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid var(--v7-line);background:#fbfcfef5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 -4px 12px #0f172a08;border-radius:0 0 14px 14px}.v7-shell .action-page .field>span,.v7-shell .page-form-grid .field>span{font-size:13px!important;font-weight:650;color:var(--v7-ink-2)}.v7-shell .action-page input,.v7-shell .action-page select,.v7-shell .page-form-grid input,.v7-shell .page-form-grid select{font-size:14px!important}.v7-shell .device-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.v7-shell .device-detail-grid .panel{min-height:280px}.v7-shell .device-action-panel .command-grid{padding:0 18px 18px;display:grid;grid-template-columns:1fr;gap:10px}.v7-shell .device-action-panel .activation-code{margin:0 18px 18px}.v7-shell .settings-list input[type=checkbox]{appearance:none;width:40px;height:22px;border-radius:999px;background:#dbe2ea;position:relative;cursor:pointer;transition:background .2s ease,box-shadow .2s ease}.v7-shell .settings-list input[type=checkbox]:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0f172a38;transition:transform .2s cubic-bezier(.2,.8,.2,1)}.v7-shell .settings-list input[type=checkbox]:checked{background:var(--v7-accent)}.v7-shell .settings-list input[type=checkbox]:checked:after{transform:translate(18px)}.v7-shell .settings-list label:has(input:checked){border-color:#cfe0ff;background:#f8fbff}.v7-shell .terminal-card-head>div span,.v7-shell .terminal-destination small,.v7-shell .terminal-device small,.v7-shell .terminal-progress span,.v7-shell .done-line,.v7-shell .device-footer small,.v7-shell .device-title span,.v7-shell .device-user small,.v7-shell .device-log time,.v7-shell .device-log code,.v7-shell .printer-item small,.v7-shell .analytics-kpi small,.v7-shell .bar-chart small,.v7-shell .bar-chart span,.v7-shell .zone-bars span,.v7-shell .zone-bars small,.v7-shell .quality-row,.v7-shell .location-top>span,.v7-shell .location-bottom span,.v7-shell .location-blocked,.v7-shell .terminal-side-note,.v7-shell .offline-list span,.v7-shell .offline-counter span,.v7-shell .channel-card small,.v7-shell .task-card-top span,.v7-shell .task-card-bottom small,.v7-shell .packing-order small,.v7-shell .return-card p,.v7-shell .return-meta span{font-size:12px!important}.v7-shell .terminal-card-head>div strong,.v7-shell .terminal-destination strong,.v7-shell .terminal-device strong,.v7-shell .device-title strong,.v7-shell .device-user strong,.v7-shell .printer-item strong,.v7-shell .quality-row span,.v7-shell .quality-row strong,.v7-shell .location-bottom strong,.v7-shell .task-card-top strong,.v7-shell .packing-order strong,.v7-shell .return-card h3{font-size:14px!important}.v7-shell .terminal-status,.v7-shell .device-status,.v7-shell .channel-badge,.v7-shell .decision-chip{font-size:11.5px!important}.v7-shell tbody tr{transition:background .16s ease,box-shadow .16s ease,transform .16s ease}.v7-shell tbody tr:hover{background:#f8fbff;box-shadow:inset 3px 0 0 var(--v7-accent)}.v7-shell .button:not(:disabled):hover{transform:translateY(-1px)}.v7-shell .button:not(:disabled):active{transform:translateY(0) scale(.985)}.v7-shell .segmented button{transition:color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.v7-shell .segmented button:active{transform:scale(.98)}.v7-shell input:focus,.v7-shell select:focus,.v7-shell textarea:focus{outline:none;border-color:#8fb5ff!important;box-shadow:0 0 0 3px #2563eb1a}.v7-shell .device-dot.online,.v7-shell .live-dot{animation:v7StatusPulse 2.2s ease-in-out infinite}@keyframes v7SlideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}@keyframes v7StatusPulse{0%,to{box-shadow:0 0 0 3px #16a34a14}50%{box-shadow:0 0 0 7px #16a34a05}}@media(max-width:900px){.v7-shell .device-detail-grid{grid-template-columns:1fr}.v7-shell .action-form-panel{max-width:none}}@keyframes stockRowPulseGreen{0%{background-color:#10b9814d!important;box-shadow:inset 4px 0 #10b981!important}30%{background-color:#10b9812e!important;box-shadow:inset 4px 0 #10b981!important}to{background-color:transparent;box-shadow:inset 0 0 0 transparent}}@keyframes stockRowPulseRed{0%{background-color:#ef44444d!important;box-shadow:inset 4px 0 #ef4444!important}30%{background-color:#ef44442e!important;box-shadow:inset 4px 0 #ef4444!important}to{background-color:transparent;box-shadow:inset 0 0 0 transparent}}@keyframes stockNumPulseGreen{0%{color:#047857;transform:scale(1.22)}40%{color:#10b981;transform:scale(1.1)}to{color:inherit;transform:scale(1)}}@keyframes stockNumPulseRed{0%{color:#b91c1c;transform:scale(1.22)}40%{color:#ef4444;transform:scale(1.1)}to{color:inherit;transform:scale(1)}}.stock-row-flash-green{animation:stockRowPulseGreen 2.4s ease-out forwards!important}.stock-row-flash-red{animation:stockRowPulseRed 2.4s ease-out forwards!important}.stock-num-green b{display:inline-block;animation:stockNumPulseGreen 2.4s ease-out forwards;color:#10b981}.stock-num-red b{display:inline-block;animation:stockNumPulseRed 2.4s ease-out forwards;color:#ef4444}.stock-delta-pill{position:absolute;bottom:100%;left:50%;transform:translate(-50%);pointer-events:none;z-index:10;display:inline-flex;align-items:center;gap:2px;padding:1px 6px;border-radius:9999px;font-size:11px;font-weight:700;line-height:1.2;white-space:nowrap;animation:stockPillFloat 2.4s ease-out forwards;box-shadow:0 2px 8px #0000001a}.stock-delta-pill.pill-green{background:#ecfdf5;color:#047857;border:1px solid rgba(16,185,129,.35)}.stock-delta-pill.pill-red{background:#fef2f2;color:#b91c1c;border:1px solid rgba(239,68,68,.35)}@keyframes stockPillFloat{0%{opacity:0;transform:translate(-50%,4px) scale(.85)}15%{opacity:1;transform:translate(-50%,-3px) scale(1)}75%{opacity:1;transform:translate(-50%,-3px) scale(1)}to{opacity:0;transform:translate(-50%,-10px) scale(.9)}}.purchase-page{--purchase-border: var(--v7-line, #e4e9f0);--purchase-inset: 18px}.purchase-page.page-stack{gap:12px}.purchase-page .page-heading{padding:0 0 4px;min-height:0}.purchase-page .page-heading p{margin:3px 0 0;font-size:12px;line-height:1.4}.purchase-page .table-wrap{position:relative}.purchase-panel-title{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px 10px}.purchase-panel-title h2{display:flex;align-items:center;gap:10px;margin:0;font-size:15px;font-weight:700}.purchase-panel-title h2>span{padding:2px 8px;background:#f2f4f7;border-radius:6px;color:#667085;font-size:12px}.purchase-panel-title p{margin:3px 0 0;color:var(--v7-muted);font-size:12px}.purchase-overdue-note{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;color:#bd4545;background:#fff5f5;border-radius:7px;font-size:12px;white-space:nowrap}.purchase-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:0 18px 14px}.purchase-search{display:flex;align-items:center;gap:9px;width:260px;max-width:100%;min-height:38px;padding:0 11px;border:1px solid var(--purchase-border);border-radius:8px;color:var(--v7-soft);background:#fff}.purchase-search input{width:100%;min-width:0;padding:8px 0;border:0;outline:0;color:var(--v7-ink);font-size:12px;background:transparent}.purchase-search:focus-within{border-color:var(--v7-accent);box-shadow:0 0 0 3px #2563eb12}.purchase-search button{color:var(--v7-muted);font-size:21px}.purchase-document{display:block;max-width:100%;padding:0;color:var(--v7-accent);font-size:inherit;font-weight:650;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v7-shell .filter-table .purchase-orders-table tbody td:first-child,.v7-shell .filter-table .purchase-orders-table th:first-child .table-sort-button{padding-left:var(--purchase-inset)}.purchase-document:hover{text-decoration:underline}.purchase-page .purchase-late{color:#c94242!important}span.purchase-late{display:inline-flex;align-items:center;gap:5px}.purchase-money{white-space:nowrap;font-variant-numeric:tabular-nums}.purchase-progress{min-width:120px;max-width:165px}.purchase-progress>span{display:block;margin-bottom:7px;color:var(--v7-ink-2);font-size:12px;font-variant-numeric:tabular-nums}.purchase-page .purchase-progress small{display:inline;margin:0;font-size:inherit;color:var(--v7-muted)}.purchase-progress progress{display:block;width:100%;height:5px;border:0;border-radius:6px;overflow:hidden;appearance:none;background:#edf1f6}.purchase-progress progress::-webkit-progress-bar{background:#edf1f6;border-radius:6px}.purchase-progress progress::-webkit-progress-value{background:#5189ee;border-radius:6px}.purchase-progress progress::-moz-progress-bar{background:#5189ee;border-radius:6px}.purchase-page .purchase-receive{background:#f4f8ff;color:var(--v7-accent);border-color:#dae6fb}.purchase-done{display:inline-flex;align-items:center;gap:6px;color:var(--v7-muted);font-size:12px;white-space:nowrap}.purchase-done svg,.purchase-success{color:var(--v7-green)}.purchase-table-footer{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:15px 22px;border-top:1px solid var(--purchase-border);color:var(--v7-muted);font-size:11px}.purchase-table-footer>span{display:flex;align-items:center;gap:6px}.purchase-live-dot{width:6px;height:6px;border-radius:50%;background:#33a06f}.purchase-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:210px;padding:30px 20px;text-align:center}.purchase-empty svg{margin-bottom:15px;color:#98a8bd}.purchase-empty strong{font-size:15px;font-weight:600;color:var(--v7-ink-2)}.purchase-empty p{max-width:490px;margin:7px 0 0;color:var(--v7-muted);font-size:13px}.purchase-info{display:flex;align-items:center;gap:16px;padding:20px 22px;background:#eef5ff;border:1px solid #dce8fb;border-radius:12px}.purchase-info-icon{display:grid;place-items:center;width:44px;height:44px;flex-shrink:0;background:#fff;border:1px solid #dce8fb;color:var(--v7-accent);border-radius:10px}.purchase-info strong{font-size:14px;color:#294b7d}.purchase-info p{margin:5px 0 0;font-size:12px;line-height:1.65;color:#5b7293}.purchase-info>.purchase-count{margin-left:auto;white-space:nowrap}.purchase-page input[type=checkbox]{width:16px;height:16px;accent-color:var(--v7-accent);cursor:pointer}.purchase-page input:focus-visible,.purchase-page select:focus-visible,.purchase-page button:focus-visible{outline:2px solid var(--v7-accent);outline-offset:3px}.purchase-page .purchase-selected td{background:#f5f9ff}.purchase-incoming{display:inline-flex;align-items:center;gap:7px;color:#416b9e}.purchase-page .purchase-qty,.purchase-form-table input{width:96px;min-height:38px;border:1px solid var(--v7-line-strong);border-radius:7px;padding:8px 10px;color:var(--v7-ink);background:#fff;font-size:13px}.purchase-selection-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;border-top:1px solid var(--purchase-border);background:#fbfcfe;font-size:13px;color:var(--v7-muted)}.purchase-selection-bar span>button{margin-left:15px;color:var(--v7-accent);font-size:12px}.purchase-count,.purchase-currency{display:inline-block;padding:4px 9px;border-radius:6px;background:#f1f5fa;font-size:12px;font-weight:600;color:#576981}.purchase-count{min-width:30px;text-align:center}.purchase-supplier{display:flex;align-items:center;gap:12px}.purchase-avatar{display:grid;place-items:center;flex-shrink:0;width:36px;height:36px;border-radius:9px;background:#f1f5fc;color:#6482ac}.purchase-form-stack{display:grid;gap:20px}.purchase-form-section{padding:24px}.purchase-form-title{display:flex;align-items:center;gap:10px;margin-bottom:23px;color:var(--v7-accent)}.purchase-form-title h2{margin:0;color:var(--v7-ink);font-size:16px}.purchase-form-title>.purchase-currency{margin-left:auto}.purchase-form-section .page-form-grid{padding:0}.purchase-page .field>span{font-size:13px;font-weight:650;color:var(--v7-ink-2)}.purchase-form-hint{display:flex;align-items:center;color:var(--v7-muted);font-size:13px;line-height:1.7}.purchase-form-section .field input,.purchase-form-section .field select,.purchase-detail .field select{width:100%;min-height:42px;padding:10px 12px;border:1px solid var(--v7-line-strong);border-radius:8px;background:#fff;color:var(--v7-ink);font-size:14px}.purchase-form-section .field select:disabled{opacity:.55;cursor:not-allowed}.purchase-product-picker{margin:25px 0 20px;padding-top:22px;border-top:1px solid var(--purchase-border)}.purchase-product-picker .field{max-width:720px}.purchase-page .purchase-form-table{width:calc(100% + 48px);margin:0 -24px}.purchase-form-table table{min-width:680px}.purchase-form-table input{width:110px}.purchase-remove{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:#98a2b3;border-radius:6px}.purchase-remove:hover{color:#c94242;background:#fff1f2}.purchase-order-total{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;padding-top:20px;margin-top:6px;border-top:1px solid var(--purchase-border)}.purchase-order-total span{color:var(--v7-muted);font-size:12px}.purchase-order-total strong{color:var(--v7-ink);font-size:17px}.purchase-form-actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;padding-top:22px}.purchase-form-actions>div{display:flex;flex-wrap:wrap;gap:10px}.purchase-error{padding:12px 16px;margin:16px 0 0;color:#b93535;background:#fff1f2;border-radius:8px;font-size:13px}.purchase-detail-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding:24px;align-items:start}.purchase-detail-meta>div>small{display:block;margin-bottom:10px;color:var(--v7-muted);font-size:12px}.purchase-detail-meta>div>strong{font-size:15px}.purchase-detail-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;padding:24px}@media(max-width:1150px){.purchase-detail-meta{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.purchase-page{--purchase-inset: 16px}.purchase-panel-title{align-items:flex-start;flex-direction:column;padding:18px 16px;gap:14px}.purchase-toolbar{padding:0 16px 16px}.purchase-search{width:100%}.purchase-info{align-items:flex-start;padding:16px;gap:10px}.purchase-info>.purchase-count{display:none}.purchase-selection-bar{align-items:stretch;flex-direction:column;padding:16px}.purchase-detail-meta{grid-template-columns:1fr}.purchase-form-section{padding:18px}.purchase-page .purchase-form-table{width:calc(100% + 36px);margin:0 -18px}.purchase-form-actions,.purchase-form-actions>div{width:100%}.purchase-form-actions .button{flex-grow:1}}.ui-select{position:relative;display:block;min-width:0;width:100%;color:var(--v7-ink)}.v7-shell .ui-select>.ui-select-input{display:block;width:100%;min-width:0;height:42px;min-height:42px;padding:10px 40px 10px 13px;border:1px solid var(--v7-line-strong);border-radius:9px;background:#fff;color:var(--v7-ink);font-size:13px!important;font-weight:500;outline:none;cursor:pointer;text-overflow:ellipsis;transition:border-color .18s,box-shadow .18s,background .18s}.v7-shell .ui-select>.ui-select-input::placeholder{color:#77859a;font-weight:400}.v7-shell .ui-select:hover>.ui-select-input{border-color:#aabbd3}.v7-shell .ui-select.is-open>.ui-select-input,.v7-shell .ui-select>.ui-select-input:focus-visible{border-color:#6b98ed;box-shadow:0 0 0 3px #2563eb12;cursor:text}.ui-select-toggle{position:absolute;right:1px;top:1px;width:37px;height:calc(100% - 2px);display:grid;place-items:center;padding:0;background:transparent;color:#8292a9;border:0;border-radius:8px}.ui-select-toggle svg{transition:transform .2s}.ui-select.is-open .ui-select-toggle svg{transform:rotate(180deg);color:#2563eb}.ui-select.is-disabled{opacity:.55}.ui-select.is-disabled input{cursor:not-allowed;background:#f8fafc}.ui-select>select[hidden]{display:none!important}.ui-select-popup{position:fixed;z-index:500;display:flex;flex-direction:column;overflow:hidden;padding:5px;border:1px solid #dfe6f1;border-radius:12px;background:#fff;box-shadow:0 16px 40px #23385424,0 3px 10px #23385409;animation:controlReveal .16s ease-out both;font-family:Inter,Segoe UI,sans-serif}.ui-select-caption{display:flex;align-items:center;gap:7px;padding:8px 10px 10px;color:#8c99ad;font-size:11px;border-bottom:1px solid #f0f3f7}.ui-select-options{min-height:0;overflow:auto;padding-top:4px;scrollbar-width:thin;scrollbar-color:#cad4e3 transparent}.ui-select-options>button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:40px;padding:10px 11px;border:0;border-radius:7px;background:#fff;color:#344054;text-align:left;font-size:13px;line-height:1.45;cursor:pointer}.ui-select-options>button span{overflow-wrap:anywhere}.ui-select-options>button svg{flex-shrink:0}.ui-select-options>button[data-active=true]{background:#f3f6fb}.ui-select-options>button[aria-selected=true]{color:#2563eb;background:#eff5ff;font-weight:600}.ui-select-options>button:disabled{opacity:.45;cursor:not-allowed}.ui-select-empty{padding:24px 16px;text-align:center;color:#667085;font-size:13px}.ui-select-empty small{display:block;margin-top:5px;color:#98a2b3;font-size:11px}@keyframes controlReveal{0%{opacity:0;transform:translateY(-5px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.v7-shell .terminal-device>.ui-select{width:125px}.v7-shell .terminal-device .ui-select-input{min-height:35px;height:35px;padding-left:9px;font-size:12px!important}.warehouse-switch-wrap{position:relative;min-width:0}.mobile-warehouse-select{margin:0 12px 15px;padding:14px;border:1px solid #e4ebf5;border-radius:12px;background:#f8faff}.mobile-warehouse-select .field>span{font-size:12px;color:#7c8ea7}.mobile-warehouse-select .warehouse-switch-manage{padding:13px 0 0;margin-top:13px;background:transparent}.v7-warehouse-switch{max-width:260px}.v7-warehouse-switch>span{min-width:0;flex:1;text-align:left}.v7-warehouse-switch>svg{flex-shrink:0}.v7-warehouse-switch>svg:last-child{transition:transform .2s}.v7-warehouse-switch.is-open{background:#fff;border-color:#94b7f7;box-shadow:0 0 0 3px #2563eb0b}.v7-warehouse-switch.is-open>svg:last-child{transform:rotate(180deg)}.warehouse-switch-popup{position:absolute;top:calc(100% + 10px);left:0;z-index:90;width:330px;max-width:calc(100vw - 28px);overflow:hidden;border:1px solid #e1e7f1;border-radius:13px;background:#fff;box-shadow:0 18px 45px #23385422;animation:controlReveal .18s ease-out both}.warehouse-switch-caption{display:flex;align-items:center;justify-content:space-between;padding:16px 17px 10px;color:#8b97a9;font-size:11px;font-weight:650;text-transform:uppercase;letter-spacing:.07em}.warehouse-switch-caption>span{padding:2px 6px;border-radius:5px;background:#f1f5fa}.warehouse-switch-options{padding:5px 7px 10px;max-height:320px;overflow:auto}.warehouse-switch-options>button{display:flex;align-items:center;gap:11px;width:100%;padding:12px 10px;border-radius:9px;text-align:left;color:#344054}.warehouse-switch-options>button:hover{background:#f7f9fc}.warehouse-switch-options>button.selected{background:#eff5ff;color:#2563eb}.warehouse-option-icon{display:grid;place-items:center;width:35px;height:35px;flex-shrink:0;background:#fff;border:1px solid #e6edf7;border-radius:8px;color:#6482af}.warehouse-switch-options>button>span:nth-child(2){flex:1;min-width:0}.warehouse-switch-options strong{display:block;font-size:13px;font-weight:650}.warehouse-switch-options small{display:block;margin-top:4px;color:#8897ac;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.warehouse-switch-manage{display:flex;align-items:center;gap:9px;width:100%;padding:15px 18px;border-top:1px solid #e9eef5;color:#2563eb;background:#fbfcff;font-size:12px;font-weight:600;text-align:left}.warehouse-switch-manage:hover{background:#f0f5fe}.warehouse-switch-manage svg:last-child{margin-left:auto}.managed-warehouse-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.managed-warehouse-toolbar>span{color:#8b97a9;font-size:12px}.managed-warehouse-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.v7-shell .managed-warehouse-card{padding:24px}.v7-shell .managed-warehouse-card.is-current{border-color:#bfd3f6}.managed-warehouse-card-head{display:flex;gap:12px;align-items:center}.managed-warehouse-card-icon{display:grid;place-items:center;flex-shrink:0;width:48px;height:48px;border-radius:12px;background:#eff5ff;color:#4277d7}.managed-warehouse-code{color:#8593a8;font-size:12px;letter-spacing:.04em}.managed-warehouse-card-head>.status-badge{margin-left:auto}.managed-warehouse-card h2{margin:22px 0 9px;color:#172033;font-size:20px;letter-spacing:-.01em;overflow-wrap:anywhere}.managed-warehouse-address{display:flex;align-items:flex-start;gap:6px;min-height:35px;margin:0;color:#8c98aa;font-size:12px}.managed-warehouse-address svg{flex-shrink:0}.managed-warehouse-card-stats{display:grid;grid-template-columns:1fr 1fr;padding:19px 0;margin:18px 0;border-block:1px solid #edf1f6}.managed-warehouse-card-stats small{display:block;color:#8897ab;font-size:12px}.managed-warehouse-card-stats strong{display:block;margin-top:7px;font-size:24px;font-weight:650}.managed-warehouse-manager{display:grid;gap:4px}.managed-warehouse-manager>span{color:#8897ab;font-size:12px}.managed-warehouse-manager>strong{color:#475569;font-size:13px;font-weight:550}.managed-warehouse-manager a{color:#5379b2;font-size:12px}.managed-warehouse-notes{font-size:12px;color:#667085;line-height:1.65}.managed-warehouse-card-actions{display:flex;flex-wrap:wrap;gap:8px;padding-top:22px}.managed-warehouse-card-actions>.button-primary{margin-left:auto}.warehouse-delete{margin-top:16px;padding-top:14px;border-top:1px solid #edf1f6}.company-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.company-toolbar>span{color:#8b97a9;font-size:12px}.company-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.v7-shell .company-card{padding:16px}.company-card-head{display:flex;gap:10px;align-items:center}.company-card-icon{display:grid;place-items:center;flex-shrink:0;width:36px;height:36px;border-radius:10px;background:#eff5ff;color:#4277d7}.company-card-head h2{flex:1;min-width:0;margin:0;color:#172033;font-size:15px;font-weight:650;line-height:1.3;overflow-wrap:anywhere}.company-card-head>.status-badge{flex-shrink:0}.company-card-meta{display:flex;gap:18px;padding:10px 0;margin:12px 0;border-block:1px solid #edf1f6}.company-card-meta>div{display:grid;gap:2px}.company-card-meta span{color:#8897ab;font-size:11px;text-transform:uppercase;letter-spacing:.03em}.company-card-meta strong{color:#334155;font-size:13px;font-weight:600}.company-card-actions{display:flex;flex-wrap:wrap;gap:6px}.company-card-actions>.button-quiet{margin-left:auto}.company-card .warehouse-delete{margin-top:10px;padding-top:10px}@media(max-width:640px){.company-grid{grid-template-columns:1fr}}.v7-shell .warehouse-delete-trigger{padding:6px 0;min-height:30px;border:0;background:transparent;color:#b35b65;box-shadow:none;font-size:12px}.v7-shell .warehouse-delete-trigger:hover{color:#b42335;background:#fff3f4}.warehouse-delete-confirm{margin-top:12px;padding:16px;border:1px solid #f0d7db;border-radius:10px;background:#fff8f9}.warehouse-delete-heading{display:flex;align-items:flex-start;gap:9px;color:#98394a;font-size:13px}.warehouse-delete-heading svg{flex-shrink:0}.warehouse-delete-confirm p{margin:10px 0 16px;color:#8a6470;font-size:12px;line-height:1.65}.warehouse-delete-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.v7-shell .warehouse-delete-submit{background:#c3374c;border-color:#c3374c;color:#fff}.v7-shell .warehouse-delete-submit:hover{background:#aa293d;border-color:#aa293d}.v7-shell .managed-warehouse-editor{width:100%;max-width:1000px;padding:30px}.managed-warehouse-editor-title{display:flex;align-items:center;gap:14px;margin-bottom:30px}.managed-warehouse-editor-title h2{margin:0;font-size:18px}.managed-warehouse-editor-title p{margin:5px 0 0;color:#8897ab;font-size:12px}.managed-warehouse-editor-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:26px;padding-top:22px;border-top:1px solid #e9eef5}.v7-shell .notifications{width:365px;max-width:calc(100vw - 24px);top:61px;right:30px;padding:8px;border-color:#e1e7f1;border-radius:14px;background:#fff;box-shadow:0 18px 45px #23385422;animation:controlReveal .18s ease-out both}.v7-shell .notifications .popover-head{padding:13px 13px 17px;border-bottom:1px solid #edf1f6}.v7-shell .notifications .popover-head strong{font-size:15px}.v7-shell .notifications .popover-head span{margin-top:5px;color:#8b98ac;font-size:11px}.v7-shell .notifications>button{grid-template-columns:38px 1fr 16px;gap:11px;margin:5px 0;padding:13px 10px}.v7-shell .notifications>button strong{font-size:13px}.v7-shell .notifications>button small{display:block;margin-top:5px;color:#8997ab;font-size:11px}.v7-shell .notifications .notification-icon{display:grid;place-items:center;width:36px;height:36px;margin:0;border-radius:9px;background:#f0f5fd;color:#6a8abb}.notifications-footer{display:flex;align-items:center;gap:6px;padding:12px 13px 8px;border-top:1px solid #edf1f6;color:#91a0b3;font-size:10px}.v7-shell .task-card{padding:22px}.v7-shell .task-card-top{grid-template-columns:48px minmax(0,1fr) auto;gap:14px}.v7-shell .task-card-top>.task-glyph{display:grid;place-items:center;width:48px;height:48px;flex-shrink:0;border-radius:12px;color:#4d7bcc;background:#eff5ff}.v7-shell .task-card-top>.task-glyph svg{display:block;width:23px;height:23px}.v7-shell .task-card-top>.task-glyph.type-pick{color:#7770be;background:#f2effc}.v7-shell .task-card-top>.task-glyph.type-count{color:#bb8a38;background:#fff6e8}.v7-shell .task-card-top>.task-glyph.type-pack{color:#4a9474;background:#edf8f1}.v7-shell .task-card-top>.task-glyph.type-move{color:#548f9b;background:#edf7f9}.v7-shell .task-card .task-route{margin:19px 0;padding:12px}.v7-shell .profile-overview{padding:30px;border-radius:15px}.profile-identity{display:flex;align-items:center;gap:20px;padding-bottom:29px}.profile-identity .profile-avatar{width:80px;height:80px;border-radius:20px;font-size:28px}.profile-role{display:block;color:#8291a7;font-size:11.5px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.profile-identity h2{margin:5px 0 6px;font-size:26px;line-height:1.2;letter-spacing:-.015em}.profile-identity p{display:flex;align-items:center;gap:7px;margin:0;color:#7e8fa6;font-size:13.5px}.profile-shift{display:flex;align-items:center;gap:6px;margin-left:auto;padding:8px 11px;background:#effaf4;color:#438464;border:1px solid #ddf0e5;border-radius:8px;font-size:12px}.profile-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-top:25px;border-top:1px solid #ecf0f6}.profile-stats>div{display:flex;align-items:flex-start;gap:16px;padding:20px;border:1px solid #e7edf5;border-radius:11px;background:#fbfcfe}.profile-stat-icon{display:grid;place-items:center;width:39px;height:39px;border:1px solid #e5ecf7;border-radius:10px;background:#fff;color:#7995bd}.profile-stats small{color:#7e8fa6;font-size:12px}.profile-stats strong{display:block;margin:7px 0 4px;font-size:26px;line-height:1.2;font-weight:650;letter-spacing:-.015em;font-variant-numeric:tabular-nums}.profile-stats div>span:not(.profile-stat-icon){color:#99a5b6;font-size:11.5px}.profile-settings-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:22px}.v7-shell .profile-settings-grid>.panel{padding:26px}.profile-section-heading{display:flex;align-items:center;gap:12px;padding-bottom:21px;margin-bottom:8px;border-bottom:1px solid #edf1f6}.profile-section-heading h2{margin:0;font-size:16px;letter-spacing:-.01em}.profile-section-heading p{margin:5px 0 0;font-size:12px;color:#94a0b2}.profile-section-icon{display:grid;place-items:center;width:40px;height:40px;color:#7190bd;background:#f3f6fc;border-radius:10px}.profile-preferences{display:grid}.profile-preference{display:flex;align-items:center;gap:13px;min-height:94px;padding:20px 0;border-bottom:1px solid #f0f3f7;cursor:pointer}.profile-preference:last-child{border-bottom:0}.profile-preference-icon{color:#8a9bb2}.profile-preference>span:nth-child(2){flex:1}.profile-preference strong{display:block;font-size:13px;font-weight:600;color:#344054}.profile-preference small{display:block;max-width:310px;margin-top:5px;font-size:11px;line-height:1.6;color:#96a2b4}.profile-preference input{appearance:none;position:relative;width:39px;height:23px;flex-shrink:0;margin-left:10px;border:0;border-radius:20px;background:#dce3ed;transition:background .2s;cursor:pointer}.profile-preference input:checked{background:#3774ee}.profile-preference input:after{content:"";position:absolute;top:3px;left:3px;width:17px;height:17px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0002;transition:transform .2s}.profile-preference input:checked:after{transform:translate(16px)}.profile-preference input:focus-visible{outline:3px solid #a4c4fa;outline-offset:3px}.profile-shortcuts{display:grid;gap:6px;padding-top:6px}.profile-shortcuts>button{display:flex;align-items:center;gap:12px;width:100%;padding:12px 10px;border-radius:10px;text-align:left;transition:background .18s}.profile-shortcuts>button:hover{background:#f5f8fd}.profile-shortcuts>button>span:nth-child(2){flex:1}.profile-shortcut-icon{display:grid;place-items:center;width:38px;height:38px;border:1px solid #e9eef6;border-radius:9px;color:#6c88b0}.profile-shortcuts strong{display:block;font-size:13px;font-weight:600;color:#344054}.profile-shortcuts small{display:block;margin-top:4px;font-size:11px;color:#96a2b4}.profile-shortcuts>button>svg{color:#97a6ba}.inventory-filter-note{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:13px 16px;background:#f4f8ff;border-bottom:1px solid #e4edfc;color:#6582ac;font-size:12px}.inventory-filter-note>span,.inventory-filter-note>button{display:flex;align-items:center;gap:8px}.inventory-filter-note>button{color:#2563eb;font-size:12px}.inventory-filter-note b{padding:2px 7px;border-radius:5px;background:#e6effe}.v7-shell.compact-tables .table-wrap table td{padding-top:9px;padding-bottom:9px}.v7-shell.reduce-motion *,body:has(.reduce-motion) .ui-select-popup{animation:none!important;transition:none!important;scroll-behavior:auto!important}@media(prefers-reduced-motion:reduce){.ui-select-popup,.warehouse-switch-popup{animation:none}}@media(max-width:1100px){.managed-warehouse-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-stats>div{gap:10px;padding:15px}.profile-stat-icon{display:none}}@media(max-width:760px){.profile-settings-grid,.managed-warehouse-grid{grid-template-columns:1fr}.v7-shell .profile-overview,.v7-shell .profile-settings-grid>.panel,.v7-shell .managed-warehouse-editor{padding:20px}.profile-identity{flex-wrap:wrap;gap:14px}.profile-shift{margin-left:0}.profile-identity .profile-avatar{width:62px;height:62px;border-radius:15px;font-size:23px}.profile-identity h2{font-size:23px}.profile-stats{grid-template-columns:1fr;gap:10px}.profile-stats>div{padding:15px}.profile-stat-icon{display:grid}.profile-stats strong{font-size:23px}.managed-warehouse-toolbar{align-items:flex-start;flex-direction:column}.v7-shell .task-card{padding:17px}.v7-shell .task-card-top{grid-template-columns:43px minmax(0,1fr) auto;gap:10px}.v7-shell .task-card-top>.task-glyph{width:43px;height:43px}.v7-shell .notifications{top:57px;right:12px}}.v7-shell :is(input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=hidden]),textarea){box-sizing:border-box;min-width:0;min-height:var(--control-min-height, 42px);padding:var(--control-padding, 10px 13px);border:1px solid #d5dfed;border-radius:9px;background:#fff;color:#344054;font-family:inherit;font-size:13px;font-weight:450;line-height:1.5;outline:none;box-shadow:0 1px 2px #172b4d03;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.v7-shell .field{min-width:0;gap:8px;align-content:start}.v7-shell .field>span:first-child{color:#4b5a70;font-size:13px;font-weight:600;line-height:1.5}.v7-shell .field>:is(input,textarea){display:block;width:100%}.v7-shell textarea{--control-min-height: 112px;--control-padding: 12px 14px;display:block;width:100%;resize:vertical;scrollbar-width:thin;scrollbar-color:#c5d2e5 transparent}.v7-shell :is(input,textarea)::placeholder{color:#98a6ba;font-size:13px;font-weight:400;opacity:1}.v7-shell :is(input:not([type=checkbox]):not([type=radio]),textarea):hover:not(:disabled):not(:focus){border-color:#acbed8}.v7-shell :is(input:not([type=checkbox]):not([type=radio]),textarea):focus{outline:none;border-color:#7ca5ee!important;background:#fff;box-shadow:0 0 0 3px #2563eb10,0 1px 2px #172b4d03}.v7-shell :is(input,textarea):disabled{color:#95a2b5;background:#f4f7fb;border-color:#e3e9f2;box-shadow:none;cursor:not-allowed}.v7-shell :is(input,textarea)[readonly]{color:#75849b;background:#f6f8fc;border-color:#e4eaf3}.v7-shell :is(input,textarea)[aria-invalid=true],.v7-shell :is(input,textarea):user-invalid{border-color:#e79a9a!important;background:snow}.v7-shell :is(input,textarea):user-invalid:focus{box-shadow:0 0 0 3px #e0606012}.v7-shell input[type=number]{font-variant-numeric:tabular-nums}.v7-shell input[type=number]::-webkit-inner-spin-button{opacity:.45;cursor:pointer}.v7-shell input[type=date]{color-scheme:light;font-variant-numeric:tabular-nums}.v7-shell input[type=date]::-webkit-calendar-picker-indicator{padding:4px;opacity:.5;cursor:pointer;border-radius:5px;transition:opacity .18s,background .18s}.v7-shell input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:.85;background:#eaf1ff}.v7-shell .field>small{color:#94a1b4;font-size:12px;line-height:1.5}.v7-shell .managed-warehouse-editor .field:has(textarea){grid-column:1 / -1}.v7-shell :is(.search-mini,.search-field,.purchase-search,.command-search,.catalog-search) input{min-height:0;padding:7px 0;border:0!important;border-radius:0;background:transparent!important;box-shadow:none!important;outline:none;font-weight:400}.v7-shell :is(.search-mini,.search-field,.purchase-search){border:1px solid #d5dfed;border-radius:9px;background:#fff;transition:border-color .18s,box-shadow .18s}.v7-shell :is(.search-mini,.search-field,.purchase-search):focus-within{border-color:#7ca5ee;box-shadow:0 0 0 3px #2563eb10}.v7-shell .command-search input{font-size:15px!important;padding:10px 0}.v7-shell .ui-select>.ui-select-input{padding-right:40px}.v7-shell .table-wrap input[type=number]{min-height:38px;padding:8px 10px}@media(max-width:640px){.v7-shell .field>:is(input,textarea),.v7-shell .ui-select>.ui-select-input{font-size:16px!important}}.date-picker{--control-padding: 10px 43px 10px 13px;position:relative;display:block;min-width:0;width:100%}.v7-shell .date-picker>.date-picker-input{display:block;width:100%;cursor:pointer;font-variant-numeric:tabular-nums}.v7-shell .date-picker.is-open>.date-picker-input{border-color:#7ca5ee;box-shadow:0 0 0 3px #2563eb10}.date-picker-toggle{position:absolute;top:1px;right:1px;display:grid;place-items:center;width:39px;height:calc(100% - 2px);border:0;border-radius:8px;background:transparent;color:#8198b9}.date-picker-toggle:hover,.date-picker.is-open .date-picker-toggle{color:#2563eb}.date-picker.is-disabled{opacity:.55}.date-picker.is-disabled :is(input,button){cursor:not-allowed}.calendar-popup{position:fixed;z-index:500;box-sizing:border-box;overflow-y:auto;overscroll-behavior:contain;padding:0;border:1px solid #d4e0f1;border-radius:15px;background:#fff;color:#344054;box-shadow:0 18px 50px #223c652e,0 3px 12px #223c650d;font-family:Inter,Segoe UI,sans-serif;animation:controlReveal .16s ease-out both;scrollbar-width:thin;scrollbar-color:#cad4e3 transparent}.calendar-popup button{font-family:inherit;font-size:13px;line-height:1.4;cursor:pointer}.calendar-popup button:disabled{cursor:not-allowed}.calendar-popup button:focus-visible{outline:2px solid #78a3f0;outline-offset:2px}.calendar-caption{display:flex;align-items:center;justify-content:space-between;min-height:37px;padding:6px 12px 6px 17px;border-bottom:1px solid #e9eff8;background:#f5f8fe}.calendar-caption>span{display:flex;align-items:center;gap:7px;color:#7d92b0;font-size:11px;font-weight:500}.calendar-caption>button{display:grid;place-items:center;width:25px;height:25px;padding:0;border:0;border-radius:6px;background:transparent;color:#8ca0bc}.calendar-caption>button:hover{color:#42699f;background:#e8effb}.calendar-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 16px 10px}.calendar-arrow{display:grid;place-items:center;width:29px;height:29px;padding:0;border:1px solid #e5ecf7;border-radius:8px;color:#738aac;background:#f8faff;transition:background .15s,color .15s}.calendar-arrow:hover:not(:disabled){background:#eaf1ff;color:#2563eb}.calendar-arrow:disabled{opacity:.3}.calendar-period{display:flex;align-items:center;justify-content:center;gap:7px;padding:4px 8px;border:0;border-radius:6px;background:transparent;color:#273b58;font-weight:650}.calendar-period:hover{background:#f3f7fd}.calendar-period svg{color:#9aabc2}.calendar-grid{padding:0 15px 12px}.calendar-week{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:3px}.calendar-week>[role=columnheader]{display:grid;place-items:center;height:29px;color:#9ba9bd;font-size:11px;font-weight:500}.calendar-week>[role=columnheader]:nth-child(n+6){color:#b5a6af}.calendar-week>[role=gridcell]{display:block;min-width:0;padding:1px 0}.calendar-day{position:relative;display:grid;place-items:center;width:100%;height:34px;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;color:#425571;font-variant-numeric:tabular-nums;transition:background .12s,color .12s}.calendar-day:hover:not(:disabled){color:#2563eb;background:#ecf3ff}.calendar-day.outside-month{color:#b8c2d0}.calendar-day.is-today{color:#2563eb;font-weight:650;border-color:#d2e2fc}.calendar-day.is-today:after{content:"";position:absolute;width:3px;height:3px;bottom:3px;left:calc(50% - 1.5px);border-radius:50%;background:currentColor}.calendar-day.is-selected,.calendar-day.is-selected:hover{background:#316eeb;color:#fff;border-color:#316eeb;font-weight:650;box-shadow:0 3px 7px #2563eb24}.calendar-day:disabled{color:#d0d8e3;background:transparent;border-color:transparent;box-shadow:none}.calendar-selection{display:flex;align-items:center;justify-content:center;gap:7px;min-height:34px;margin:0 16px 12px;padding:7px;border-radius:7px;background:#f2f6fe;color:#6c87b1;font-size:11px}.calendar-selection svg{color:#6690d0}.calendar-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 17px;border-top:1px solid #e8eef7;background:#fbfcff}.calendar-footer button{display:flex;align-items:center;gap:6px;padding:2px 0;border:0;background:transparent;color:#4677bf;font-size:12px;font-weight:550}.calendar-footer button:last-child{color:#91a0b7;font-weight:400}.calendar-footer button:hover:not(:disabled){color:#2563eb}.calendar-footer button:disabled{opacity:.4}.calendar-today-dot{width:5px;height:5px;border-radius:50%;background:#5e91e4}.calendar-period-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;min-height:238px;padding:8px 16px 16px}.calendar-period-grid button{min-height:42px;padding:6px 0;border:1px solid transparent;border-radius:8px;background:#f7f9fd;color:#617898;font-size:12px}.calendar-period-grid button:hover:not(:disabled){color:#2563eb;background:#edf3ff}.calendar-period-grid button.is-selected{color:#2563eb;background:#edf3ff;border-color:#c8daf9}.calendar-period-grid button:disabled{opacity:.35}body:has(.reduce-motion) .calendar-popup{animation:none}@media(prefers-reduced-motion:reduce){.calendar-popup{animation:none}}@media(max-width:640px){.v7-shell .date-picker>.date-picker-input{font-size:16px!important}}.connection-screen{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:32px;text-align:center;background:#f5f7fb;color:#64748b}.connection-screen>svg{color:#2563eb}.connection-screen h1{margin:0;color:#182033;font-size:28px}.connection-screen p{max-width:580px;line-height:1.7}.connection-error{position:sticky;z-index:500;top:0;display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding:14px 24px;background:#fff5f5;border-bottom:1px solid #f0ced3;color:#9b3447;font-size:13px}.connection-error>span{flex:1;min-width:200px;line-height:1.6}.connection-error>svg{flex-shrink:0}.connection-pending{position:fixed;z-index:600;bottom:24px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;padding:13px 20px;border:1px solid #dce6fa;border-radius:12px;background:#fff;color:#315695;box-shadow:0 8px 32px #20325320;font-size:13px;white-space:nowrap}.v7-shell[data-source=api] .demo-only{display:none}.v7-shell[data-source=api] .v6-dashboard-cover{grid-template-columns:1fr}html{overflow-y:scroll;scrollbar-gutter:stable;scroll-behavior:auto}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:13.5px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}code,kbd,.num,time,[data-tabular],.sku-tag,.barcode-view,.barcode-cell{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important;font-variant-numeric:tabular-nums;font-feature-settings:"cv02","cv03","cv04","cv11","tnum"}:root table th,:root table th :is(.num,code,kbd,time,[data-tabular],.sku-tag,.barcode-view,.barcode-cell){font-family:inherit!important;font-variant-numeric:normal;font-feature-settings:normal}.v7-shell .v7-content{animation:none;min-width:0}.v7-shell .page-stack{animation:none!important}.skeleton-bridge{position:relative;min-width:0}.skeleton-bridge-content{min-width:0}.skeleton-bridge-overlay{position:absolute;z-index:2;inset:0;overflow:hidden;display:flex;flex-direction:column;gap:18px;pointer-events:none;background:var(--v7-bg);animation:skeletonBridgeOut ease-out both}.skeleton-bridge-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:62px}.skeleton-bridge-heading>div{display:grid;gap:12px;width:min(440px,65%)}.skeleton-bridge-bar{display:block;height:12px;min-width:0;border-radius:6px;background:#e5ebf3;position:relative;overflow:hidden}.skeleton-bridge-bar:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent 10%,#ffffffb3 50%,transparent 90%);transform:translate(-100%);animation:skeletonBridgeShimmer .85s ease-in-out infinite}.skeleton-bridge-title{width:72%;height:28px}.skeleton-bridge-subtitle{width:92%}.skeleton-bridge-button{width:148px;height:38px;flex-shrink:0}.skeleton-bridge-toolbar{display:flex;gap:12px;padding-block:8px}.skeleton-bridge-toolbar>i{width:112px;height:34px}.skeleton-bridge-toolbar>i:first-child{width:min(280px,45%)}.skeleton-bridge-panel{border:1px solid var(--v7-line);border-radius:14px;background:var(--v7-surface);overflow:hidden}.skeleton-bridge-row{display:grid;grid-template-columns:2fr 1.4fr 1fr 1fr .7fr;gap:28px;align-items:center;min-height:54px;padding:16px 20px;border-bottom:1px solid var(--v7-line)}.skeleton-bridge-row:first-child{background:var(--v7-surface-soft);min-height:46px}.skeleton-bridge-row:last-child{border-bottom:0}.skeleton-bridge-row:nth-child(2n)>i{width:78%}.skeleton-bridge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.skeleton-bridge-grid>div{display:grid;gap:20px;padding:24px}.skeleton-bridge-icon{width:40px;height:40px;border-radius:10px}.skeleton-bridge-form .skeleton-bridge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@keyframes skeletonBridgeOut{0%,35%{opacity:1}to{opacity:0}}@keyframes skeletonBridgeShimmer{to{transform:translate(100%)}}@media(max-width:760px){.skeleton-bridge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.skeleton-bridge-row{grid-template-columns:2fr 1.2fr 1fr;gap:18px;padding-inline:14px}.skeleton-bridge-row>i:nth-child(n+4){display:none}}@media(max-width:480px){.skeleton-bridge-heading{gap:12px}.skeleton-bridge-button{width:88px}.skeleton-bridge-grid,.skeleton-bridge-form .skeleton-bridge-grid{grid-template-columns:1fr}}.reduce-motion .skeleton-bridge-overlay{display:none}@media(prefers-reduced-motion:reduce){.skeleton-bridge-overlay{display:none}}.v7-shell :is(.task-card,.location-card,.flow-step,.putaway-card,.terminal-task-card){animation:none!important}.v7-shell .v7-secondary-nav{min-height:49px;transition:none!important;animation:none!important}.v7-primary-inner>a,.v7-secondary-inner>nav a{transform:none!important;user-select:none;-webkit-user-select:none;transition:none!important;animation:none!important}.v7-primary-inner>a:hover,.v7-primary-inner>a:active,.v7-secondary-inner>nav a:hover,.v7-secondary-inner>nav a:active{transform:none!important;transition:none!important;animation:none!important}.v7-primary-inner>a.active:after{animation:none!important;transition:none!important}.v7-shell .panel:hover{transform:none;box-shadow:0 1px 3px #172b4d06}.v7-shell .page-heading h1{font-size:clamp(28px,2.3vw,34px);line-height:1.2}.v7-shell .page-heading p{font-size:14px;line-height:1.6}.v7-shell :is(.panel-head h2,.purchase-form-title h2){font-size:16px}.v7-shell :is(.field>span,.field>label){font-size:13px;line-height:1.4}.v7-shell .button{font-size:13px;line-height:1.3;transition:color .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.v7-shell .button:hover:not(:disabled){transform:none}.v7-shell .button:not(.button-primary):not(.button-danger):hover:not(:disabled){color:#244ea0;background:#edf3ff;border-color:#b4c8ee;box-shadow:0 2px 6px #234c8c0a}:root .button.button-primary{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:10px 16px;border:1px solid #2563eb;border-radius:8px;background:#2563eb;color:#fff;font-family:inherit;font-size:13px;font-weight:600;line-height:18px;letter-spacing:0;text-decoration:none;text-align:center;box-shadow:0 1px 2px #1e40af1f;transform:none;cursor:pointer;touch-action:manipulation;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .12s ease}:root .button.button-primary:after{content:none}:root .button.button-primary>svg{width:16px;height:16px;flex-shrink:0}@media(hover:hover){:root .button.button-primary:hover:not(:disabled):not([aria-disabled=true]){color:#fff;background:#1d4ed8;border-color:#1d4ed8;box-shadow:0 4px 12px #2563eb29;transform:none}}:root .button.button-primary:active:not(:disabled):not([aria-disabled=true]){color:#fff;background:#1e40af;border-color:#1e40af;box-shadow:0 1px 2px #1e40af1f;transform:scale(.98)}:root .button.button-primary:focus-visible{outline:3px solid #93b4fb;outline-offset:3px}:root .button.button-primary:is(:disabled,[aria-disabled=true]){background:#dce5f6;border-color:#dce5f6;color:#52678d;opacity:1;cursor:not-allowed;box-shadow:none;transform:none}body:has(.reduce-motion) .button.button-primary{transition:none;transform:none}body:has(.reduce-motion) .button.button-primary:active:not(:disabled):not([aria-disabled=true]){transform:none}@media(prefers-reduced-motion:reduce){:root .button.button-primary{transition:none}:root .button.button-primary:active:not(:disabled):not([aria-disabled=true]){transform:none}}.v7-shell .page-heading{align-items:flex-start;gap:16px;padding:0 0 16px}.v7-shell .page-heading>:first-child{min-width:0}.v7-shell .heading-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px;margin-inline-start:auto;max-width:100%}.v7-shell .page-heading>.button{flex-shrink:0;margin-inline-start:auto}@media(max-width:860px){.v7-shell .page-heading{align-items:stretch}.v7-shell .page-heading>.button{width:100%;margin-inline-start:0}.v7-shell .heading-actions{margin-inline-start:0}.v7-shell .heading-actions>.button{width:100%}}.v7-shell .button-danger:hover:not(:disabled){color:#b91c1c;background:#fff1f2}.v7-shell .v6-dashboard-cover .button:not(.button-primary){color:#395174;border-color:#bdcbe1;background:#fff}.v7-shell .v6-dashboard-cover .button:not(.button-primary):hover:not(:disabled){color:#244ea0;border-color:#9ab6e8;background:#edf3ff}.v7-shell :is(.task-card-top strong,.return-card h3,.terminal-task-title strong){font-size:14px;line-height:1.45}.v7-shell :is(.task-card-top div>span,.task-card-bottom>div small,.location-top>span,.location-bottom>span){font-size:12px;line-height:1.5}.v7-shell .task-glyph{display:grid;place-items:center;width:42px;height:42px}.v7-shell .task-glyph svg{width:22px;height:22px}.v7-shell .task-card-top{grid-template-columns:42px minmax(0,1fr) auto;gap:12px}.v7-shell :is(.task-card,.location-card):hover{transform:none}.v7-shell .notifications>button:not(.popover-head button){display:grid;grid-template-columns:40px minmax(0,1fr) 16px;align-items:center;gap:12px;padding:14px 12px;margin:5px 0;min-height:76px}.v7-shell .notifications>button>span{margin:0;min-width:0}.v7-shell .notifications>button strong{display:block;color:#25334c;font-size:14px;font-weight:650;line-height:1.4}.v7-shell .notifications>button small{margin-top:5px;color:#73839d;font-size:12px;line-height:1.5}.v7-shell .notifications .notification-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;color:#567dba}.v7-shell .notifications .notification-icon svg{position:static;flex-shrink:0}.v7-shell .notifications>button>svg{margin:0;color:#91a2bc}.v7-shell .notifications .popover-head span{font-size:12px;line-height:1.5}.v7-shell .notifications-footer{font-size:11px;line-height:1.5;padding:14px 12px 10px}.v7-shell .segmented{display:flex;align-items:center;flex-wrap:nowrap;gap:2px;min-width:0;max-width:100%;padding:3px;border:1px solid #e1e7ef;border-radius:9px;background:#f4f7fa;overflow-x:auto;box-sizing:border-box}.v7-shell .segmented>button{flex:0 0 auto;box-sizing:border-box;min-height:30px;margin:0;padding:4px 10px;border:1px solid transparent;border-radius:6px;background:transparent;color:#68778e;font-family:inherit;font-size:12px;font-weight:600;line-height:20px;white-space:nowrap;transform:none;box-shadow:none;cursor:pointer;transition:color .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.v7-shell .segmented>button:hover:not(:disabled):not(.active){color:#34445d;background:#eaf0f7}.v7-shell .segmented>button.active{color:#2563eb;background:#fff;border-color:#e1e7ef;font-weight:600;box-shadow:0 1px 3px #0f172a0d}.v7-shell .segmented>button:active{transform:none}.v7-shell .segmented>button:focus-visible{outline:2px solid #2563eb;outline-offset:-2px}.v7-shell .segmented>button:disabled{opacity:.5;cursor:not-allowed}@media(prefers-reduced-motion:reduce){.v7-shell .segmented>button{transition:none}}.v7-shell .action-page-top{min-height:36px;gap:12px;animation:none}.v7-shell .back-button{display:inline-flex;align-items:center;justify-content:flex-start;gap:7px;width:auto;max-width:100%;min-height:36px;flex:0 1 auto;box-sizing:border-box;margin:0;padding:7px 10px;border:1px solid transparent;border-radius:8px;background:transparent;color:#526179;font:inherit;font-size:12px;font-weight:600;line-height:20px;text-align:left;cursor:pointer;transform:none;box-shadow:none;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.v7-shell .back-button>svg{width:16px;height:16px;flex-shrink:0;transform:none;transition:none}.v7-shell .back-button>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v7-shell .back-button:hover{color:#2563eb;background:#edf3ff;transform:none}.v7-shell .back-button:hover>svg{transform:none}.v7-shell .back-button:active{background:#e1ebff}.v7-shell .back-button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}@media(prefers-reduced-motion:reduce){.v7-shell .back-button{transition:none}}.filter-table{--table-line: #e6ebf2;--table-line-soft: #eef2f6;--table-head: #f6f8fb;--table-hover: #f1f6ff;--table-text: #243247;--table-muted: #68778e;--table-accent: #2563eb;width:100%;min-width:0;background:#fff}.v7-shell :is(.page-stack,.panel,.table-wrap){min-width:0}.v7-shell .table-wrap:has(>.filter-table){overflow:visible}.filter-table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px 16px;min-height:52px;padding:8px 12px 8px 14px;border-bottom:1px solid var(--table-line);background:#fff}.filter-table-toolbar.is-summary-only{min-height:42px}.filter-table-summary{display:flex;align-items:center;min-width:0}.filter-table-count{color:var(--table-muted);font-size:12px;line-height:1.35;white-space:nowrap}.filter-table-count b{color:var(--table-text);font-weight:700;font-variant-numeric:tabular-nums}.filter-table-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0}.filter-table-search{position:relative;display:flex;align-items:center;gap:7px;width:clamp(190px,22vw,300px);height:34px;padding:0 8px 0 10px;border:1px solid #d6dde8;border-radius:8px;background:#fff;color:#8090a7;transition:border-color .15s ease,box-shadow .15s ease}.filter-table-search:focus-within{border-color:#8aabef;box-shadow:0 0 0 3px #2563eb14}.filter-table-search input{width:100%;min-width:0;border:0!important;outline:0!important;padding:0!important;background:transparent!important;box-shadow:none!important;color:#27364c;font-size:12.5px!important}.filter-search-clear{display:grid;place-items:center;width:22px;height:22px;flex:0 0 22px;padding:0;border:0;border-radius:6px;background:transparent;color:#8c9aaf;cursor:pointer}.filter-search-clear:hover{background:#f0f3f7;color:#34445c}.table-tool-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:34px;padding:0 10px;border:1px solid #d6dde8;border-radius:8px;background:#fff;color:#526179;font:inherit;font-size:12px;font-weight:600;white-space:nowrap;cursor:pointer;transition:border-color .14s ease,background .14s ease,color .14s ease}.table-tool-button:hover{border-color:#b8c5d8;background:#f8fafc;color:#27364c}.table-tool-button.is-active{border-color:#aac1f3;background:#f3f7ff;color:#2456bd}.table-tool-reset{padding-inline:8px;border-color:transparent;background:transparent;color:#718198}.table-tool-reset:hover{border-color:transparent;background:#f4f6f9;color:#33445d}.table-filter-count{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#e5edff;color:#2456bd;font-size:10.5px;font-weight:700}.table-filter-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px 12px;padding:12px 14px 14px;border-bottom:1px solid var(--table-line);background:#f9fbfe}.table-filter-fields .field{margin:0}.table-filter-fields .field>span{margin-bottom:5px;color:#67768b;font-size:11px}.table-filter-fields .field input{min-height:34px;font-size:12px}.filter-table-scroll{position:relative;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#b8c2d1 transparent;background:#fff;isolation:isolate}.filter-table-scroll:focus-visible{outline:2px solid #91adf0;outline-offset:-2px}.filter-table-scroll:before,.filter-table-scroll:after{content:"";position:sticky;z-index:20;top:0;bottom:0;width:22px;height:100%;pointer-events:none;opacity:0;transition:opacity .12s ease}.filter-table-scroll:before{left:0;float:left;margin-right:-22px;background:linear-gradient(90deg,rgba(15,23,42,.1),transparent)}.filter-table-scroll:after{right:0;float:right;margin-left:-22px;background:linear-gradient(270deg,rgba(15,23,42,.1),transparent)}.filter-table-scroll.can-scroll-left:before{opacity:1}.filter-table-scroll.can-scroll-right:after{opacity:1}.filter-table-scroll.is-loading table{opacity:.52;pointer-events:none;transition:opacity .15s ease}.table-loading-bar{position:absolute;z-index:30;top:0;left:0;right:0;height:2px;overflow:hidden;background:#e7efff}.table-loading-bar:after{content:"";position:absolute;inset-block:0;left:-35%;width:35%;border-radius:999px;background:#4d7fe6;animation:tableProgress 1s infinite ease-in-out}@keyframes tableProgress{0%{left:-35%}to{left:100%}}.table-page-enter{animation:tableFadeIn .12s ease-out}@keyframes tableFadeIn{0%{opacity:.72}to{opacity:1}}tr.row-enter>td{animation:rowEnter 1.5s ease-out}@keyframes rowEnter{0%{background-color:#22c55e47;opacity:0;transform:translateY(-8px)}25%{opacity:1;transform:none}to{background-color:transparent}}tr.row-update>td{animation:rowUpdate 1.4s ease-out}@keyframes rowUpdate{0%{background-color:#3b82f642}to{background-color:transparent}}tr.row-exit{pointer-events:none}tr.row-exit>td{animation:rowExit .4s ease-in forwards}@keyframes rowExit{0%{background-color:#ef444440;opacity:1}to{background-color:#ef444440;opacity:0;transform:translate(24px)}}@media(prefers-reduced-motion:reduce){tr.row-enter>td,tr.row-exit>td,tr.row-update>td{animation-duration:.01s}}.v7-shell .filter-table table{border-collapse:separate;border-spacing:0;font-family:inherit;background:#fff}.v7-shell .filter-table thead th{position:relative;box-sizing:border-box;padding:0;border-bottom:1px solid #dfe5ed;background:var(--table-head);color:#66758b;font-size:11px;font-weight:600;letter-spacing:.01em;text-align:left;text-transform:none;vertical-align:middle;white-space:nowrap}.table-header-controls{display:flex;align-items:stretch;min-height:40px}.table-header-static{display:flex;align-items:center;min-height:40px;padding:0 12px}.table-sort-button{display:flex;align-items:center;gap:6px;min-width:0;min-height:40px;flex:1 1 auto;padding:0 7px 0 12px;border:0;background:transparent;color:inherit;font:inherit;font-weight:inherit;letter-spacing:inherit;text-align:inherit;cursor:pointer}.table-sort-button>span{min-width:0;overflow:hidden;text-overflow:ellipsis}.table-sort-button svg{flex:0 0 auto;opacity:.32}.table-sort-button:hover:not(:disabled){color:#2e4f84}.table-sort-button:hover:not(:disabled) svg,.table-sort-button.is-sorted svg{opacity:1;color:#2563eb}.table-sort-button.is-sorted{color:#2c4f89}.table-sort-button:disabled{cursor:default}.table-filter-button{display:grid;place-items:center;width:30px;min-width:30px;border:0;border-left:1px solid transparent;background:transparent;color:#9aa6b7;cursor:pointer}.table-filter-button:hover{background:#eef3fa;color:#45658f}.table-filter-button.is-filtered{background:#eaf1ff;color:#2563eb}.table-sort-button:focus-visible,.table-filter-button:focus-visible,.table-tool-button:focus-visible{outline:2px solid #7da2ee;outline-offset:-2px}.v7-shell .filter-table tbody td{box-sizing:border-box;padding:6px 12px;border-bottom:1px solid var(--table-line-soft);background:#fff;color:var(--table-text);font-size:13px!important;line-height:18px;vertical-align:middle;white-space:nowrap;overflow-wrap:normal;overflow:hidden;text-overflow:ellipsis;transition:background-color .12s ease}.v7-shell .filter-table tbody>tr{height:48px}.v7-shell .filter-table tbody>tr:last-child>td{border-bottom:0}.v7-shell .filter-table tbody>tr:hover>td{background:var(--table-hover)}.v7-shell .filter-table tbody>tr:focus-within>td{background:#f7faff}.v7-shell .filter-table tbody tr:is(.is-selected,.purchase-selected,:has(>td>input[type=checkbox]:checked))>td{background:#edf4ff}.v7-shell .filter-table tbody tr:is(.is-selected,.purchase-selected,:has(>td>input[type=checkbox]:checked)):hover>td{background:#e6efff}.v7-shell .filter-table td>:is(b,strong,.cell-main){color:#1e2d42;font-weight:650}.v7-shell .filter-table td>:is(b,strong,.cell-main,small,.table-link,.catalog-name),.v7-shell .filter-table .purchase-supplier :is(b,small){display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v7-shell .filter-table td .cell-main{font-size:13px!important;line-height:18px}.v7-shell .filter-table td>:is(a,div),.v7-shell .filter-table .purchase-supplier>div{min-width:0;max-width:100%}.v7-shell .filter-table td .table-link{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v7-shell .filter-table .purchase-supplier{gap:8px}.v7-shell .filter-table .purchase-avatar{width:30px;height:30px;border-radius:7px}.v7-shell .filter-table .purchase-supplier small{margin-top:1px;font-size:11px;line-height:14px}.v7-shell .filter-table .barcode-table-text-btn{max-width:100%;padding-inline:0;gap:4px}.v7-shell .filter-table .barcode-table-text-btn code{min-width:0;overflow:hidden;text-overflow:ellipsis}.v7-shell .filter-table td>small,.v7-shell .filter-table td .cell-main+small{display:block;margin-top:1px;color:#7a879a;font-size:11px!important;line-height:14px}.v7-shell .filter-table td :is(code,time,.status-badge,.channel-badge,.button),.v7-shell .filter-table td.num{white-space:nowrap}.v7-shell .filter-table td.num{text-align:right;font-variant-numeric:tabular-nums}.v7-shell .filter-table td .button{max-width:100%}.v7-shell .filter-table td .button:not(.button-primary){min-height:30px;padding-block:5px;font-size:12px;line-height:18px}.v7-shell .filter-table td .button>svg{flex-shrink:0}.v7-shell .receipt-detail-page .filter-table td .row-actions{align-items:center}.v7-shell .receipt-detail-page .filter-table td .row-actions .button{flex:0 0 auto;min-height:32px;padding:6px 10px;font-size:12px;line-height:18px}.v7-shell .filter-table td :is(.status-badge,.channel-badge){max-width:100%;box-sizing:border-box;overflow:hidden;font-size:11px}.v7-shell .filter-table td :is(.status-badge,.channel-badge)>:is(i,svg){flex-shrink:0}.v7-shell .filter-table input[type=checkbox]{width:15px;height:15px;margin:0;vertical-align:middle;accent-color:var(--table-accent)}.v7-shell .filter-table td>:is(input,select,textarea){max-width:100%;box-sizing:border-box}.v7-shell .filter-table .purchase-progress{min-width:120px}.v7-shell .filter-table table.is-fixed-layout{table-layout:fixed;width:100%}.v7-shell .filter-table table.is-fixed-layout thead th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v7-shell .filter-table table.is-fixed-layout tbody>tr{height:48px}.v7-shell .filter-table table.is-fixed-layout tbody td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;overflow-wrap:normal;vertical-align:middle}.v7-shell .filter-table table.is-fixed-layout tbody td>small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v7-shell .filter-table-scroll.has-fixed-height{min-height:410px}.v7-shell .filter-table-scroll.has-fixed-height .table-empty{min-height:350px;display:flex;flex-direction:column;align-items:center;justify-content:center}.v7-shell.compact-tables .filter-table tbody td{padding-block:4px}.table-empty-cell{padding:0!important;white-space:normal!important}.table-empty{display:grid;justify-items:center;gap:6px;padding:32px 18px;color:#8a98ac;text-align:center}.table-empty svg{color:#a5b3c6}.table-empty strong{color:#485871;font-size:13px}.table-empty span{max-width:420px;color:#7d8ba0;font-size:12px;line-height:1.5}.table-empty .button{margin-top:4px}.table-col-resizer{position:absolute;z-index:12;top:0;right:-4px;bottom:0;width:9px;cursor:col-resize;touch-action:none;-webkit-user-select:none;user-select:none}.table-col-resizer:after{content:"";position:absolute;top:9px;bottom:9px;right:4px;width:1px;border-radius:2px;background:#aeb9c8;opacity:0}.v7-shell .filter-table th:hover .table-col-resizer:after,.table-col-resizer:hover:after,.table-col-resizer.is-resizing:after{opacity:1}.table-col-resizer.is-resizing:after{top:0;bottom:0;width:2px;background:#2563eb}.table-column-popup,.table-columns-popup{position:fixed;z-index:170;box-sizing:border-box;border:1px solid #d8e0eb;border-radius:12px;background:#fff;color:#2d3b50;box-shadow:0 18px 45px #1d2b4329,0 2px 8px #1d2b430f;font-size:12.5px}.table-column-popup{padding:8px;overflow-y:auto}.table-columns-popup{display:flex;width:250px;max-height:390px;flex-direction:column;padding:9px}.table-column-heading,.table-columns-head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:34px;padding:0 4px 7px;border-bottom:1px solid #edf0f4}.table-column-heading strong,.table-columns-head strong{min-width:0;color:#28384f;font-size:12.5px;overflow-wrap:anywhere}.table-column-heading>button,.table-columns-head>button{display:grid;place-items:center;width:26px;height:26px;flex:0 0 auto;border:0;border-radius:6px;background:transparent;color:#7d8ba0;cursor:pointer}.table-column-heading>button:hover,.table-columns-head>button:hover{background:#f2f5f8;color:#34445b}.table-sort-actions{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:7px 0}.table-sort-actions button{display:flex;align-items:center;justify-content:center;gap:5px;min-height:32px;border:1px solid #e1e6ed;border-radius:7px;background:#fff;color:#526178;font-size:11.5px;cursor:pointer}.table-sort-actions button:hover{border-color:#c2cee0;background:#f8fafc;color:#2f4c79}.table-column-search{display:flex;align-items:center;gap:7px;margin:2px 0 6px;padding:0 9px;height:34px;border:1px solid #d8e0eb;border-radius:7px;color:#8d9aab}.table-column-search:focus-within{border-color:#8ba9e6;box-shadow:0 0 0 3px #2563eb12}.table-column-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#2c3b51;font:inherit}.table-column-options{max-height:180px;overflow-y:auto;overscroll-behavior:contain}.table-column-options button{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:32px;padding:6px 8px;border:0;border-radius:6px;background:transparent;color:#475871;text-align:left;font:inherit;cursor:pointer}.table-column-options button:hover{background:#f2f6fc;color:#274d88}.table-column-options button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-column-options button svg{flex:0 0 auto;color:#2563eb}.table-column-options p{margin:0;padding:12px 8px;color:#8b98aa;text-align:center}.table-column-apply{width:100%;margin-top:6px;padding:8px;border:0;border-top:1px solid #edf0f4;background:transparent;color:#2563eb;font-size:11.5px;cursor:pointer}.table-columns-list{display:flex;max-height:270px;flex-direction:column;gap:2px;padding:6px 0;overflow-y:auto}.table-column-toggle{display:flex;align-items:center;gap:8px;padding:6px 7px;border-radius:6px;color:#45556d;cursor:pointer;-webkit-user-select:none;user-select:none}.table-column-toggle:hover{background:#f6f8fb}.table-column-toggle input{width:15px;height:15px;margin:0;accent-color:#2563eb}.table-columns-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:7px;border-top:1px solid #edf0f4}.table-columns-foot button{padding:5px 6px;border:0;border-radius:5px;background:transparent;color:#3564b7;font-size:11px;cursor:pointer}.table-columns-foot button:hover{background:#f1f5fb}@media(max-width:760px){.filter-table-toolbar{align-items:stretch;flex-direction:column;padding:9px 10px}.filter-table-toolbar.is-summary-only{min-height:0}.filter-table-actions{justify-content:flex-start;flex-wrap:wrap}.filter-table-search{width:100%;flex:1 1 100%}.table-tool-button{flex:1 1 auto}.table-filter-fields{grid-template-columns:1fr;padding:10px}.v7-shell .filter-table tbody td{padding:6px 10px}.table-sort-button{padding-left:10px}.table-header-static{padding-inline:10px}}@media(max-width:480px){.filter-table-count{font-size:11.5px}.table-tool-button span{display:none}.table-tool-button{flex:0 0 34px;width:34px;padding:0}.table-tool-reset{width:auto;flex-basis:auto;padding-inline:7px;font-size:11px}}@media(prefers-reduced-motion:reduce){.table-page-enter,.table-loading-bar:after{animation:none}}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px;border-bottom:1px solid #e8edf5}.catalog-toolbar-actions{display:flex;gap:10px;align-items:center}.v7-shell .catalog-toolbar-actions .catalog-sort{flex:0 0 158px;width:158px}.v7-shell .catalog-toolbar-actions .catalog-sort>.ui-select-input{height:36px;min-height:36px;padding-top:7px;padding-bottom:7px;font-size:12.5px!important}.v7-shell .catalog-link-filter{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:0 11px;border:1px solid #d1dbea;border-radius:8px;background:#fff;color:#52647e;font:inherit;font-size:12.5px;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.v7-shell .catalog-link-filter:hover{border-color:#8baaf2;background:#f4f8ff;color:#2457bb}.v7-shell .catalog-link-filter.is-active{border-color:#7ca3f5;background:#ebf2ff;color:#1d54c5;box-shadow:inset 0 0 0 1px #c7dbff}.v7-shell .catalog-link-filter:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.catalog-bulk-bar{display:flex;align-items:center;gap:12px;padding:12px 18px;background:#fff;border-bottom:1px solid #e8edf5;font-size:13px;color:#243247}.catalog-bulk-bar span{font-weight:600;color:#243247}.catalog-bulk-bar .bulk-delete-btn{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#c53030;cursor:pointer;flex-shrink:0}.catalog-bulk-bar .bulk-delete-btn:not(:disabled):hover{background:#fff1f2;border-color:#fecdd3}.catalog-bulk-bar .bulk-delete-btn:disabled{opacity:.35;cursor:not-allowed;color:#94a3b8;border-color:#e2e8f0}.catalog-search{display:flex;align-items:center;gap:10px;width:min(100%,390px);padding:0 12px;border:1px solid #ccd9ed;border-radius:9px;color:#8797af;background:#fff}.v7-shell .catalog-search input{width:100%;min-width:0;height:40px;border:0;background:transparent;box-shadow:none;outline:0;padding:0;font-size:13px}.catalog-search:focus-within{border-color:#7198fa;box-shadow:0 0 0 3px #2563eb0b}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:12px;align-items:stretch}.v7-shell .stat-card{display:flex;flex-direction:column;min-width:0;min-height:120px;padding:16px 18px;border:1px solid var(--v7-line);border-radius:10px;background:#fff;text-align:left}.stat-card-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:28px}.stat-card-label{min-width:0;color:var(--v7-muted);font-size:13px;font-weight:500;line-height:1.4;overflow-wrap:anywhere}.stat-card-icon{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:7px;color:var(--v7-accent);background:var(--v7-accent-soft)}.stat-card-icon svg{width:16px;height:16px}.stat-card-value{display:block;margin:6px 0 4px;color:var(--v7-ink);font:inherit;font-size:24px;font-weight:700;line-height:1.25;letter-spacing:-.015em;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.stat-card-detail{display:block;margin-top:auto;color:var(--v7-muted);font-size:12px;line-height:1.5;overflow-wrap:anywhere}.profile-stat-grid{padding-top:24px;border-top:1px solid var(--v7-line)}.login-panel{width:min(100%,400px);padding:28px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;text-align:left}.login-heading{display:flex;align-items:center;gap:10px;color:#2563eb}.login-heading h1{margin:0;color:#0f172a;font-size:20px}.login-panel p,.login-panel small{color:#64748b;font-size:13px;line-height:1.5}.login-panel form{display:grid;gap:14px;margin:18px 0}.login-panel .field{display:grid;gap:6px;font-size:13px}.login-panel input{width:100%;min-height:40px;padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px}.login-tabs{display:flex;gap:4px;padding:4px;background:#f1f5f9;border-radius:8px}.login-tabs button{flex:1;min-height:36px;padding:6px 10px;border-radius:6px;font-size:13px;color:#64748b}.login-tabs button[aria-pressed=true]{background:#fff;color:#2563eb;box-shadow:0 1px 3px #0f172a15}.login-panel .form-error{color:#b91c1c}.summary-strip{display:flex;align-items:center;flex-wrap:wrap;gap:12px 20px;padding:8px;background:#fff;border:1px solid var(--v7-line);border-radius:10px}.summary-strip-items{display:flex;flex-wrap:wrap;gap:4px;min-width:0}.v7-shell .summary-strip-item{display:flex;align-items:center;gap:8px;min-height:36px;padding:8px 12px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--v7-muted);font:inherit;font-size:13px;line-height:18px;text-align:left}.summary-strip-item strong{color:var(--v7-ink);font-weight:650;font-variant-numeric:tabular-nums}.v7-shell button.summary-strip-item{cursor:pointer}.v7-shell button.summary-strip-item:hover{background:var(--v7-accent-soft)}.v7-shell .summary-strip-item[aria-pressed=true]{color:var(--v7-accent);border-color:var(--v7-line-strong);background:var(--v7-accent-soft)}.summary-strip-item[aria-pressed=true] strong{color:inherit}.summary-strip-progress{display:flex;align-items:center;gap:10px;flex:1 1 180px;max-width:320px;margin:0 12px 0 auto;font-size:12px;color:var(--v7-muted)}.summary-strip-progress .progress-track{flex:1}.page-help{padding:12px 16px;border:1px solid var(--v7-line);border-radius:8px;color:var(--v7-muted);font-size:13px}.page-help summary{cursor:pointer;color:var(--v7-ink);font-weight:600}.page-help p{margin:10px 0 0;line-height:1.6}@media(max-width:1100px){.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:540px){.stat-grid{grid-template-columns:minmax(0,1fr)}}.catalog-product{display:flex;align-items:center;gap:12px;text-align:left}.catalog-product-icon{display:grid;place-items:center;flex-shrink:0;width:46px;height:46px;background:#f0f5ff;border-radius:12px;color:#3b73e1}.catalog-product strong,.catalog-product small{display:block}.catalog-product strong{color:#25334c;font-size:14px}.catalog-product:hover strong{color:#2563eb}.v7-shell .catalog-name{display:block;max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#26344d;font-size:13.5px;font-weight:650;line-height:1.4;text-align:left;background:transparent;border:none;padding:0;cursor:pointer}.v7-shell .catalog-name:hover{color:#2563eb;text-decoration:underline}.v7-shell .catalog-info{padding:26px}.catalog-info>h2{font-size:17px;margin:0}.catalog-properties{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:0}.catalog-properties dt{margin-bottom:6px;color:#7b8ba3;font-size:12px}.catalog-properties dd{margin:0;font-size:14px;color:#354761;overflow-wrap:anywhere}.catalog-description h3,.catalog-danger h3{font-size:14px;color:#354761;margin:0 0 8px}.catalog-description p{margin:0}.catalog-barcodes{display:flex;flex-wrap:wrap;gap:8px}.catalog-barcodes code{display:inline-flex;align-items:center;gap:8px}.catalog-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:26px 0}.catalog-metrics span{color:#7b8aa1;font-size:12px}.catalog-metrics strong{display:block;font-size:28px;margin-top:8px}.catalog-muted,.catalog-danger p{color:#7b8aa1;font-size:13px;line-height:1.6;margin:0 0 18px}.catalog-danger{margin-top:30px;padding-top:24px;border-top:1px solid #e8edf5}.catalog-danger .catalog-confirm{flex-direction:column;align-items:flex-start;padding:16px}.catalog-detail-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:18px}.catalog-detail-page .page-heading-copy{min-width:0;flex:1}.catalog-detail-page .page-heading h1{white-space:normal;overflow-wrap:anywhere;line-height:1.25}.catalog-detail-page .page-meta{flex-wrap:wrap;row-gap:8px}.catalog-detail-page .page-meta>span{min-width:0;overflow-wrap:anywhere}.catalog-detail-page .catalog-detail-grid{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:start}.catalog-detail-page .catalog-detail-grid>*,.catalog-detail-aside>*{min-width:0}.catalog-detail-aside{display:grid;gap:18px}.catalog-detail-page .catalog-section-title{margin-bottom:22px}.catalog-detail-page .catalog-properties{gap:22px 32px}.catalog-detail-page .catalog-properties dd{line-height:1.5}.catalog-detail-page .catalog-description{margin-top:24px}.catalog-detail-page .catalog-description p{overflow-wrap:anywhere}.catalog-detail-page .catalog-metrics{margin:0 0 24px;grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-detail-page .catalog-metrics strong{font-size:clamp(20px,2vw,28px);font-weight:650;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.catalog-detail-page .catalog-metrics>div:first-child strong{color:#2563eb}.catalog-unit{margin-left:4px;font-size:12px;color:var(--v7-muted);font-weight:400}.catalog-prices{margin:0;display:grid;gap:16px}.catalog-prices>div{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.catalog-prices dt{font-size:13px;color:var(--v7-muted)}.catalog-prices dd{margin:0;color:var(--v7-ink);font-size:14px;text-align:right;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.catalog-prices>div:first-child dd{font-size:18px;font-weight:600}.catalog-prices>div:last-child{padding-top:16px;border-top:1px solid var(--v7-line)}.catalog-detail-page .catalog-table-heading{padding:22px 26px 18px;margin:0}.catalog-detail-page .catalog-barcodes>*{min-width:0;max-width:100%;box-sizing:border-box}.catalog-detail-page .barcode-card-container{flex:0 1 220px}.catalog-detail-page .barcode-plain-chip code{overflow-wrap:anywhere}@media(max-width:960px){.catalog-detail-page .catalog-detail-grid{grid-template-columns:minmax(0,1fr)}.catalog-detail-aside{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}}@media(max-width:640px){.catalog-detail-aside{grid-template-columns:minmax(0,1fr)}.catalog-detail-page .catalog-properties{gap:20px 16px}.catalog-detail-page .catalog-table-heading{padding:18px}}.v7-shell :is(.catalog-details,.catalog-balances,.catalog-stock-summary,.catalog-editor){padding:26px}.catalog-section-title{display:flex;align-items:center;gap:14px;margin-bottom:26px}.catalog-section-title h2,.catalog-form-divider h2,.catalog-balances h2,.catalog-stock-summary h2{margin:0;font-size:17px;line-height:1.4}.catalog-section-title p{margin:5px 0 0;font-size:13px;line-height:1.5;color:#8190a7}.catalog-details dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:0}.catalog-details dt{color:#7b8ba3;font-size:12px;margin-bottom:6px}.catalog-details dd{margin:0;font-size:14px;color:#354761;overflow-wrap:anywhere}.catalog-details dl.detail-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 32px}.catalog-details .detail-facts dd{font-weight:600}.catalog-details .detail-facts dd.purchase-late{color:#b91c1c}.v7-shell .disclosure-panel{overflow:hidden}.disclosure-panel>summary{display:flex;align-items:center;gap:12px;padding:18px 24px;color:var(--v7-ink);font-size:14px;font-weight:600;cursor:pointer;list-style:none}.disclosure-panel>summary::-webkit-details-marker{display:none}.disclosure-panel>summary>svg{flex-shrink:0;color:var(--v7-muted)}.disclosure-panel>summary>svg:last-child{margin-inline-start:auto;transition:transform .16s ease}.disclosure-panel[open]>summary{border-bottom:1px solid var(--v7-line)}.disclosure-panel[open]>summary>svg:last-child{transform:rotate(180deg)}.disclosure-panel>summary:hover{background:var(--v7-surface-soft)}.disclosure-panel>summary:focus-visible{outline:2px solid #2563eb;outline-offset:-4px;border-radius:8px}.disclosure-content{padding:0 24px}.settings-action-row{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 0}.settings-action-row+.settings-action-row{border-top:1px solid var(--v7-line)}.settings-action-row>div{min-width:0}.settings-action-row strong{color:var(--v7-ink);font-size:13px;font-weight:600}.settings-action-row p{margin:4px 0 0;color:var(--v7-muted);font-size:13px;overflow-wrap:anywhere}.settings-action-row>.button{flex-shrink:0}.v7-shell .disclosure-panel .sound-panel{max-width:none;padding:20px 24px}.sound-panel-note{margin:0 0 4px;color:var(--v7-muted);font-size:13px}@media(max-width:640px){.catalog-details dl.detail-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 16px}.disclosure-panel>summary{padding:18px}.disclosure-content{padding-inline:18px}.settings-action-row{align-items:stretch;flex-direction:column;gap:12px}.v7-shell .disclosure-panel .sound-panel{padding:18px}}@media(prefers-reduced-motion:reduce){.disclosure-panel>summary>svg:last-child{transition:none}}.catalog-description{margin:26px 0 0;padding-top:20px;border-top:1px solid #e8edf5;color:#63758e;font-size:14px;line-height:1.65;white-space:pre-wrap}.catalog-editor .page-form-grid{gap:22px}.catalog-wide{grid-column:1/-1}.catalog-form-divider{margin:28px 0 22px;padding-top:26px;border-top:1px solid #e8edf5}.v7-shell :is(.catalog-form-actions,.managed-warehouse-editor-actions,.action-form-actions,.page-form-actions,.purchase-form-actions){position:sticky;bottom:0;z-index:10;display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:28px;padding:16px 24px;border-top:1px solid #e8edf5;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 -4px 12px #0f172a0a;border-radius:0 0 12px 12px}.v7-shell :is(.catalog-form-actions,.managed-warehouse-editor-actions,.action-form-actions,.page-form-actions,.purchase-form-actions)>.button{flex:0 0 auto}.v7-shell .purchase-form-actions>[role=status]{margin-inline-end:auto}@media(max-width:580px){.v7-shell :is(.catalog-form-actions,.managed-warehouse-editor-actions,.action-form-actions,.page-form-actions,.purchase-form-actions){gap:8px;padding:12px}.v7-shell :is(.catalog-form-actions,.managed-warehouse-editor-actions,.action-form-actions,.page-form-actions,.purchase-form-actions)>.button{flex:1 1 100%;width:100%;white-space:normal}}.catalog-confirm{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px;border:1px solid #fed7d7;border-radius:12px;background:#fff9f9}.catalog-confirm strong{display:block;font-size:14px;color:#943e48}.catalog-confirm p{margin:6px 0 0;color:#96757a;font-size:13px;line-height:1.6}.catalog-confirm>div:last-child{display:flex;gap:8px;flex-shrink:0}.catalog-balance-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}.catalog-balance-stats span{font-size:12px;color:#7b8aa1}.catalog-balance-stats strong{display:block;margin-top:7px;font-size:25px;color:#25334c}.zone-summary-card{text-align:left}.v7-shell .zone-summary-card.is-selected{border-color:#82a6ff;background:#f5f8ff}.location-preview{display:flex;align-items:center;gap:14px;padding:20px;margin-bottom:26px;border:1px solid #dae6fc;border-radius:12px;background:#f8faff}.location-preview small{display:block;font-size:12px;color:#8091ac}.location-preview strong{display:block;margin-top:4px;color:#2c466f;font-size:22px;overflow-wrap:anywhere}.location-preview code{display:inline-flex;align-items:center;gap:8px;margin-left:auto;overflow-wrap:anywhere}.location-zone-action{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.location-zone-action p{max-width:280px;font-size:12px;line-height:1.6;color:#8493aa;margin:0}.location-zone-action .button{flex-shrink:0}.location-toggles{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:26px}.location-toggles label{display:flex;align-items:center;gap:12px;padding:18px;border:1px solid #e0e7f2;border-radius:10px}.location-toggles strong{display:block;font-size:13px}.location-toggles small{display:block;margin-top:5px;color:#8190a7;font-size:12px;line-height:1.5}@media(max-width:760px){.v7-shell .catalog-info{padding:18px}.catalog-toolbar,.catalog-confirm{align-items:stretch;flex-direction:column}.catalog-toolbar-actions{flex-wrap:wrap}.catalog-detail-grid,.location-toggles{grid-template-columns:1fr}.v7-shell :is(.catalog-details,.catalog-balances,.catalog-stock-summary,.catalog-editor){padding:18px}.location-preview{flex-wrap:wrap}.location-preview code{margin-left:0}.location-zone-action{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){.v7-shell .page-stack,.table-column-popup,.table-filter-fields{animation:none}}.pagination-bar{display:flex;align-items:center;justify-content:space-between;gap:12px 18px;padding:10px 12px 10px 14px;border-top:1px solid #e6ebf2;background:#fff;color:#65758b;font-size:12px}.pagination-info{display:flex;align-items:center;gap:14px;min-width:0}.pagination-info>span:first-child{white-space:nowrap}.pagination-info b{color:#27364b;font-weight:700;font-variant-numeric:tabular-nums}.pagination-filtered-note{color:#94a0b1}.pagination-size{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.pagination-size select{height:30px;padding:0 24px 0 8px;border:1px solid #d6dde8;border-radius:7px;background-color:#fff;color:#34445b;font:inherit;font-weight:600;outline:0;cursor:pointer}.pagination-size select:focus-visible{border-color:#8aa8e7;box-shadow:0 0 0 3px #2563eb12}.pagination-controls,.pagination-pages{display:flex;align-items:center;gap:3px}.pagination-btn{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0 6px;border:1px solid transparent;border-radius:7px;background:transparent;color:#56657a;font:inherit;font-size:11.5px;font-weight:650;cursor:pointer;-webkit-user-select:none;user-select:none}.pagination-btn:hover:not(:disabled):not(.is-active){border-color:#e0e5ec;background:#f5f7fa;color:#2f4058}.pagination-btn.is-active{border-color:#cad8f7;background:#edf3ff;color:#2456bd}.pagination-btn:disabled{opacity:.32;cursor:default}.pagination-btn:focus-visible{outline:2px solid #7da2ee;outline-offset:1px}.pagination-ellipsis{display:grid;place-items:center;width:20px;color:#9ba7b7;-webkit-user-select:none;user-select:none}.pagination-standalone{margin-top:14px;overflow:hidden;border:1px solid #e3e8ef;border-radius:10px}@media(max-width:760px){.pagination-bar{align-items:stretch;flex-direction:column;gap:8px;padding:9px 10px}.pagination-info{justify-content:space-between}.pagination-controls{justify-content:center}}@media(max-width:480px){.pagination-info{align-items:flex-start;flex-direction:column;gap:7px}.pagination-controls>.pagination-nav:first-child,.pagination-controls>.pagination-nav:last-child{display:none}.pagination-controls,.pagination-pages{gap:1px}.pagination-btn{min-width:28px;height:28px;padding-inline:4px}.pagination-ellipsis{width:14px}}.activation-qr{display:flex;align-items:center;justify-content:center;padding:16px}.activation-qr img{border:1px solid #e2e8f0;border-radius:8px;background:#fff;padding:8px}.activation-qr-placeholder{width:220px;height:220px;display:flex;align-items:center;justify-content:center;border:1px dashed #cbd5e1;border-radius:8px;color:#94a3b8;font-size:13px}.activation-code-field{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.activation-code-field code{font-size:18px;font-weight:700;letter-spacing:2px;color:#1e293b}.barcode-empty{color:#94a3b8;font-family:monospace}.barcode-table-text-btn{display:inline-flex;align-items:center;gap:6px;background:transparent;border:1px solid transparent;border-radius:6px;padding:3px 8px;color:#1e293b;font:inherit;cursor:pointer;transition:all .15s ease;-webkit-user-select:all;user-select:all;text-decoration:none}.barcode-table-text-btn code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12.5px;font-weight:600;color:#2563eb;letter-spacing:.02em}.barcode-table-text-btn .barcode-table-btn-icon{color:#64748b;flex-shrink:0;transition:color .15s ease}.barcode-table-text-btn:hover{background:#eff6ff;border-color:#bfdbfe}.barcode-table-text-btn:hover code{color:#1d4ed8}.barcode-table-text-btn:hover .barcode-table-btn-icon{color:#2563eb}.barcode-table-text-btn:focus-visible{outline:2px solid #2563eb;outline-offset:1px}.barcode-table-badge{display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #dbe2ea;border-radius:6px;padding:3px 6px;cursor:pointer;transition:all .15s ease;outline:none;min-width:0;max-width:100%;box-shadow:0 1px 2px #00000008;overflow:hidden}.barcode-table-badge:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f626;transform:translateY(-1px)}.barcode-table-badge:focus-visible{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.barcode-svg{width:100%;height:32px;display:block}.barcode-plain-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:12.5px}.barcode-plain-chip code{font-weight:650;color:#1e293b}.barcode-plain-chip small{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:10.5px}.barcode-card-container{display:inline-flex;flex-direction:column;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 14px;box-shadow:0 1px 3px #0000000a;gap:8px;min-width:180px}.barcode-card-visual{display:flex;justify-content:center}.barcode-svg-large{width:100%;max-width:320px;height:auto;display:block}.barcode-card-actions{display:flex;align-items:center;justify-content:space-between;padding-top:6px;border-top:1px solid #f1f5f9}.barcode-card-type{font-size:10.5px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.barcode-card-copy-btn{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:#64748b;cursor:pointer;padding:4px;border-radius:4px;transition:all .15s}.barcode-card-copy-btn:hover{background:#f1f5f9;color:#1e293b}.barcode-modal-overlay{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:16px;animation:fadeIn .15s ease}.barcode-modal-content{background:#fff;border-radius:14px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:460px;padding:24px;display:flex;flex-direction:column;gap:18px;animation:modalPop .2s cubic-bezier(.16,1,.3,1)}.barcode-modal-header{display:flex;align-items:flex-start;justify-content:space-between}.barcode-modal-header h3{margin:0;font-size:16px;font-weight:700;color:#0f172a}.barcode-modal-header span{font-size:12px;color:#64748b;margin-top:2px;display:block}.barcode-modal-close{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:6px;transition:all .15s}.barcode-modal-close:hover{background:#f1f5f9;color:#0f172a}.barcode-modal-body{background:#fff;border:1px dashed #cbd5e1;border-radius:10px;padding:24px 20px;display:flex;justify-content:center;align-items:center}.barcode-modal-footer{display:flex;align-items:center;justify-content:space-between;padding-top:8px}.barcode-modal-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:15px;font-weight:700;color:#0f172a;letter-spacing:1px}.barcode-copy-btn{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;padding:6px 12px}.confirm-modal-content{max-width:440px}.confirm-modal-content p{margin:0;color:#334155;font-size:13.5px;line-height:1.5}.confirm-modal-blockers{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;max-height:220px;overflow-y:auto}.confirm-modal-blockers li{background:#fff9f9;border:1px solid #fed7d7;border-radius:8px;padding:8px 12px;font-size:12.5px;color:#7a2e37}.confirm-modal-blockers li strong{color:#943e48}.confirm-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding-top:4px;flex-wrap:wrap}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalPop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.v7-shell .filter-table th.num .table-sort-button{justify-content:flex-end}.v7-shell .filter-table th.num .table-sort-button>span{flex:0 1 auto;text-align:right}.v7-shell .filter-table th.num .table-filter-button{margin-left:auto}.v7-shell :is(.table-toolbar,.catalog-toolbar){min-height:64px;box-sizing:border-box;padding:12px 16px;gap:14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--v7-line, #e8edf5);background:#fff}.v7-shell :is(.search-field,.search-mini,.catalog-search,.filter-table-search){min-height:36px;height:36px;box-sizing:border-box;border:1px solid #d6dde8;border-radius:8px;background:#fff;font-size:12.5px;transition:border-color .15s ease,box-shadow .15s ease}.v7-shell :is(.search-field,.search-mini,.catalog-search,.filter-table-search):focus-within{border-color:#8aabef;box-shadow:0 0 0 3px #2563eb14}.v7-shell :is(.search-field,.search-mini,.catalog-search) input{height:34px;font-size:12.5px;padding-block:0}.v7-shell :is(.search-field,.search-mini,.catalog-search){padding-inline:10px;gap:7px;align-items:center}.v7-shell :is(.search-field,.search-mini,.catalog-search) svg{flex:none}.v7-shell .catalog-search,.v7-shell .search-field{width:clamp(190px,22vw,300px)}.v7-shell .catalog-bulk-bar{padding:10px 16px;min-height:52px;box-sizing:border-box}.v7-shell .filter-table table.is-fixed-layout tbody td.expanded-cell{padding:0;background:#f8fafc;white-space:normal;overflow:visible}.v7-shell .expanded-body{padding:12px 16px 14px 48px;border-bottom:1px solid var(--v7-line, #e2e8f0)}.v7-shell .expanded-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.v7-shell .expanded-head>strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:#1e2d42}.v7-shell .expanded-head>div{display:flex;gap:8px}.v7-shell table.nested-items-table{width:100%;min-width:0;background:#fff;border:1px solid var(--v7-line, #e2e8f0);border-radius:8px;overflow:hidden;border-collapse:separate;border-spacing:0;table-layout:fixed;font-size:13px}.v7-shell .filter-table table.nested-items-table th{height:40px;padding:0 12px;background:var(--table-head);overflow:hidden;text-overflow:ellipsis}.v7-shell .filter-table table.nested-items-table th:first-child{padding-inline:8px}.v7-shell .filter-table table.nested-items-table td{padding:6px 12px;vertical-align:middle}.v7-shell table.nested-items-table :is(th,td).num{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.v7-shell :is(table.nested-items-table,.filter-table) td.is-done{color:#16a34a}.v7-shell .table-link{background:none;border:0;padding:0;font:inherit;font-weight:650;text-align:left;text-decoration:none;cursor:pointer;color:var(--v7-accent, #2563eb)}.v7-shell .table-link.is-muted{font-weight:400;color:#64748b}.v7-shell .table-link:hover{text-decoration:underline}.v7-shell .progress-track{height:6px;overflow:hidden;border-radius:999px;background:#edf1f6}.v7-shell .progress-track>i{display:block;width:100%;height:100%;border-radius:inherit;background:#2563eb;transform-origin:left center!important;animation:none!important;transition:transform .55s cubic-bezier(.22,1,.36,1)}@starting-style{.v7-shell .progress-track>i{transform:scaleX(0)!important}}.v7-shell .order-qty-bar[data-tone=green] .progress-track>i{background:#16a34a}.v7-shell .progress-cell{min-width:0;grid-template-columns:minmax(24px,1fr) auto}.v7-shell .progress-cell>span{white-space:nowrap;font-variant-numeric:tabular-nums}.v7-shell .order-detail-page{gap:16px}.order-detail-page .page-meta{align-items:center;gap:10px}.order-detail-page .page-meta>img{width:20px;height:20px;object-fit:contain}.v7-shell .order-detail-summary{display:grid;gap:28px;padding:24px}.order-detail-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 32px;margin:0}.order-detail-facts:has(>:nth-child(4)){grid-template-columns:repeat(3,minmax(0,1fr))}.order-detail-facts>div{min-width:0}.order-detail-facts>div:first-child{grid-column:1 / -1}.order-detail-facts dt{color:#718096;font-size:12px;margin-bottom:6px}.order-detail-facts dd{margin:0;color:#243247;font-size:14px;font-weight:600;line-height:1.5;white-space:normal;overflow-wrap:anywhere}.order-detail-facts>div:first-child dd{font-size:16px}.order-detail-facts small{display:block;margin-top:6px;color:#718096;font-size:12px;line-height:1.5;overflow-wrap:anywhere}.v7-shell .order-stage-tracker{padding:4px 0}.v7-shell .order-stage-label{font-size:11px;line-height:1.5}.v7-shell .order-stage-dot{width:22px;height:22px;box-sizing:border-box;transition:background-color .35s,border-color .35s,color .35s}.v7-shell .order-stage-line{top:10px;background:#e8edf4}.v7-shell .order-stage-line:after{content:"";position:absolute;inset:0;background:#16a34a;transform:scaleX(0);transform-origin:left;transition:transform .55s cubic-bezier(.22,1,.36,1)}.v7-shell .order-stage-step.done .order-stage-line:after{transform:scaleX(1)}.v7-shell .order-stage-step.active .order-stage-dot{background:#2563eb;border-color:#2563eb}.v7-shell .order-stage-step.done .order-stage-dot{background:#16a34a;border-color:#16a34a}.v7-shell .filter-table .orders-table .order-stage-label{font-size:10px;line-height:14px;white-space:nowrap}.v7-shell .filter-table .orders-table .order-stage-step{min-width:0}.v7-shell .order-stage-action{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:6px;width:100%;min-width:0;padding:4px 2px;border:0;border-radius:8px;background:transparent;font:inherit;cursor:pointer;transition:background-color .18s,box-shadow .18s}.v7-shell .order-stage-action:disabled{opacity:1;cursor:default}.v7-shell .order-stage-action .order-stage-label{margin-top:0}.v7-shell .order-stage-action:not(:disabled):hover,.v7-shell .order-stage-action:focus-visible{background:#eff6ff;box-shadow:inset 0 0 0 1px #bfdbfe;outline:none}.v7-shell .order-stage-action:not(:disabled):hover .order-stage-dot,.v7-shell .order-stage-action:focus-visible .order-stage-dot{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 0 0 4px #dbeafe;transform:translateY(-1px)}.v7-shell .order-stage-action:not(:disabled):hover .order-stage-label,.v7-shell .order-stage-action:focus-visible .order-stage-label{color:#1d4ed8}.v7-shell .order-stage-action .order-stage-dot{flex-shrink:0;transition:background-color .18s,border-color .18s,color .18s,box-shadow .18s,transform .18s}.v7-shell .order-stage-step:has(.order-stage-action) .order-stage-line{top:14px;pointer-events:none}.v7-shell [aria-busy=true] .order-stage-action{cursor:wait}@media(prefers-reduced-motion:reduce){.v7-shell .order-stage-action,.v7-shell .order-stage-action .order-stage-dot{transition:none}}.v7-shell.reduce-motion .order-stage-action,.v7-shell.reduce-motion .order-stage-action .order-stage-dot{transition:none}.v7-shell .filter-table .orders-table td{padding-inline:10px}.order-detail-page .order-qty-bars{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.order-detail-page .order-qty-bar-head{gap:8px;flex-wrap:wrap;font-size:12px;line-height:18px;margin-bottom:8px}.order-detail-page .order-qty-bar .progress-track{height:8px}.order-detail-page .order-qty-bar-head strong{font-weight:600;font-variant-numeric:tabular-nums}.order-detail-page .order-live-indicator{flex-wrap:wrap;color:#718096;font-size:11px}.order-detail-page .order-live-dot{width:6px;height:6px;box-shadow:none}.order-detail-page .order-live-time{margin-left:auto}.order-composition{border-top:1px solid #e6ebf2;padding-top:12px}.order-composition>summary{cursor:pointer;color:#526179;font-size:12px;font-weight:600}.order-detail-page .order-items-list{margin-top:10px;padding:0;border:0;gap:0}.order-detail-page .order-items-row{grid-template-columns:minmax(0,1fr) minmax(100px,180px);gap:16px;padding:12px 0;border-bottom:1px solid #eef2f6}.order-detail-page .order-items-row:last-child{border:0}.order-items-row>div{min-width:0}.order-detail-page .order-items-row .cell-main{max-width:100%;white-space:normal;overflow-wrap:anywhere;font-size:14px!important;line-height:1.5}.order-detail-page .order-items-row small{display:block;margin-top:4px;overflow-wrap:anywhere}.order-detail-page .order-edit-form{padding:0 20px 16px}.order-detail-page .page-form-grid{gap:14px 20px}.order-detail-page .page-form-actions{position:static;margin:16px 0 0;padding:12px 0 0;box-shadow:none}@media(max-width:640px){.v7-shell .order-detail-summary{gap:24px;padding:20px}.order-detail-facts,.order-detail-facts:has(>:nth-child(4)){grid-template-columns:repeat(2,minmax(0,1fr))}.order-detail-page .order-qty-bars{grid-template-columns:1fr;gap:14px}.order-detail-page .order-items-row{grid-template-columns:minmax(0,1fr);gap:10px}.order-detail-page .order-edit-form{padding-inline:16px}}.v7-shell.reduce-motion :is(.progress-track>i,.order-stage-line:after,.order-stage-dot){transition:none}@media(prefers-reduced-motion:reduce){.v7-shell :is(.progress-track>i,.order-stage-line:after,.order-stage-dot){transition:none}}.v7-shell .sound-panel{display:grid;gap:12px;padding:18px 16px;max-width:900px}.v7-shell .sound-panel-head strong{display:block;font-size:14px;color:#1e2d42}.v7-shell .sound-panel-head span{display:block;margin-top:3px;font-size:12px;color:#68778e;line-height:1.5}.v7-shell .sound-option{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 14px;border:1px solid #d6dde8;border-radius:10px;background:#fff;transition:border-color .15s ease,background .15s ease}.v7-shell .sound-option.is-active{border-color:#8aabef;background:#f5f8ff}.v7-shell .sound-option-main{display:flex;align-items:flex-start;gap:10px;cursor:pointer;min-width:0}.v7-shell .sound-option-main input{margin-top:3px}.v7-shell .sound-option-main strong{display:block;font-size:13px;color:#1e2d42}.v7-shell .sound-option-main small{display:block;margin-top:2px;font-size:12px;color:#68778e;overflow-wrap:anywhere}.v7-shell .sound-option-actions{display:flex;gap:8px;flex-wrap:wrap}.v7-shell .sound-error{margin:0;color:#b91c1c;font-size:12.5px}.row-context-menu{position:fixed;z-index:2000;min-width:190px;padding:5px;outline:none;border:1px solid #dfe6f0;border-radius:10px;background:#fff;box-shadow:0 12px 32px #0f172a29,0 2px 6px #0f172a14;animation:rowMenuIn .1s ease-out}@keyframes rowMenuIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:none}}.row-context-item{display:flex;align-items:center;gap:9px;width:100%;padding:8px 10px;border:0;border-radius:7px;background:none;color:#1e2d42;font:inherit;font-size:13px;text-align:left;cursor:pointer}.row-context-item:hover:not(:disabled),.row-context-item:focus-visible{background:#f1f5fb;outline:none}.row-context-item.is-danger{color:#dc2626}.row-context-item.is-danger:hover:not(:disabled){background:#fef2f2}.row-context-item:disabled{color:#a3aebe;cursor:not-allowed}.row-context-item svg{flex:none}.danger-zone{border:1px solid #fecaca;background:#fff5f5}.danger-zone-header{display:flex;gap:12px;align-items:flex-start;padding:4px 4px 16px;color:#b91c1c}.danger-zone-header svg{flex:none;margin-top:2px}.danger-zone-header h2{margin:0 0 4px;color:#b91c1c}.danger-zone-header p{margin:0;color:#7f1d1d;font-size:13px;line-height:1.5}.danger-zone-company{max-width:320px;margin-bottom:12px}.danger-zone-list{display:flex;flex-direction:column;gap:8px}.danger-zone-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border:1px solid #fecaca;border-radius:10px;background:#fff}.danger-zone-row-copy{display:flex;gap:10px;align-items:flex-start;min-width:0}.danger-zone-row-copy svg{flex:none;margin-top:2px;color:#b91c1c}.danger-zone-row-copy strong{display:block;font-size:13px}.danger-zone-row-copy small{display:block;color:#7f1d1d;font-size:12px;margin-top:2px}.danger-zone-all{margin-top:12px;border-color:#dc2626;background:#fef2f2}.danger-zone .button-danger{background:#dc2626;border-color:#dc2626;color:#fff;flex:none}.danger-zone .button-danger:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c;color:#fff}.danger-zone .button-danger:disabled{background:#fca5a5;border-color:#fca5a5;color:#fff;opacity:.7;cursor:not-allowed}@media(prefers-reduced-motion:reduce){.row-context-menu{animation:none}}.marketplace-icon{background:#eff5ff;color:#4277d7}.marketplace-icon.ozon{background:#edf2ff;color:#4c72ce}.marketplace-icon.wb{background:#faeffa;color:#9a4f9f}.marketplace-icon.yandex{background:#fff0eb;color:#c45c45}.marketplace-icon.b2b{background:#eef6f7;color:#64848d}.marketplace-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}.v7-shell .marketplace-card{display:flex;flex-direction:column;gap:20px;min-width:0;padding:20px;border:1px solid #e1e7f0;border-radius:12px;box-shadow:0 2px 4px #17203303;transition:border-color .16s ease,box-shadow .16s ease}.v7-shell .marketplace-card:hover{border-color:#cbd7e9;box-shadow:0 4px 14px #17203306}.marketplace-card .company-card-head{align-items:flex-start;gap:12px}.marketplace-card .marketplace-icon{width:44px;height:44px;border-radius:12px}.marketplace-card .marketplace-icon img{display:block;object-fit:contain;border-radius:7px}.marketplace-identity{flex:1;min-width:0;padding-top:1px}.marketplace-card .marketplace-identity h2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:16px;line-height:21px;font-weight:650}.marketplace-identity>span{display:block;margin-top:4px;color:#718096;font-size:12px;line-height:17px}.marketplace-card-body{display:grid;gap:12px;margin-top:auto}.marketplace-connection{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px 12px;min-height:30px}.marketplace-connection .status-badge{font-size:11px;font-weight:550;line-height:18px;padding:3px 8px}.marketplace-check{display:inline-flex;align-items:center;gap:5px;min-height:30px;margin-left:auto;padding:4px 0 4px 6px;border:0;border-radius:6px;background:transparent;color:#60718a;font:inherit;font-size:12px;cursor:pointer}.marketplace-check:hover:not(:disabled){color:#2563eb}.marketplace-check:disabled{color:#94a3b8;cursor:wait}.marketplace-disconnect{display:grid;place-items:center;flex-shrink:0;width:30px;height:30px;margin:-4px -4px 0 0;padding:0;border:0;border-radius:7px;background:transparent;color:#94a3b8;cursor:pointer;transition:color .15s ease,background-color .15s ease}.marketplace-disconnect:hover{color:#dc2626;background:#fef2f2}.marketplace-check:focus-visible,.marketplace-disconnect:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.marketplace-warehouse{display:flex;align-items:baseline;justify-content:space-between;gap:12px;color:#718096;font-size:11px}.marketplace-warehouse code{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#526179;font-size:11px}.marketplace-connection-error{margin:0;color:#b91c1c;font-size:12px;line-height:1.5;overflow-wrap:anywhere}.marketplace-card .company-card-actions{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:8px;padding-top:16px;border-top:1px solid #edf1f6}.v7-shell .marketplace-card .company-card-actions>.button{justify-content:center;gap:7px;min-width:0;min-height:36px;padding:7px 10px;border-radius:8px;border-color:#dce4ef;background:#fff;color:#34445d;font-size:12px;line-height:20px;white-space:nowrap;box-shadow:0 1px 2px #17203304}.v7-shell .marketplace-card .company-card-actions>.button:first-child{color:#245bd6;border-color:#d8e5ff;background:#f5f8ff}.v7-shell .marketplace-card .company-card-actions>.button:hover:not(:disabled){background:#edf3ff;border-color:#b9cdf2;color:#245bd6}.marketplace-card .company-card-actions svg{flex-shrink:0}.marketplace-card .company-card-actions>.button:last-child{grid-column:1 / -1}.marketplace-products-table{width:100%;min-width:960px;border-collapse:collapse}.marketplace-products-table tbody tr:hover{background:#f7faff}.marketplace-product-identity{display:flex;align-items:center;gap:10px;min-width:0}.marketplace-product-identity img{width:38px;height:38px;flex:none;border-radius:6px;object-fit:cover}.marketplace-product-identity>span{min-width:0}.marketplace-products-table th:last-child,.marketplace-products-table td:last-child{text-align:right}.v7-shell .panel.marketplace-product-editor,.v7-shell .panel.marketplace-product-editor:hover{position:fixed;z-index:200;top:50%;left:50%;transform:translate(-50%,-50%);width:min(540px,calc(100vw - 32px));max-height:min(720px,calc(100vh - 32px));overflow:auto;padding:20px;box-shadow:0 24px 80px #14213d45}.marketplace-product-editor h2{margin:0 0 12px;font-size:18px}.marketplace-product-editor p{margin:14px 0 8px;color:#64748b;font-size:13px}.marketplace-product-editor>.input{width:100%}.marketplace-product-preview{display:flex;align-items:flex-start;gap:12px;color:#526179;font-size:12px;line-height:1.7;overflow-wrap:anywhere}.marketplace-product-preview img{width:72px;height:72px;flex:none;border-radius:8px;object-fit:cover}.marketplace-product-link{display:block;margin-top:4px;color:#2563eb;font-size:12px;overflow-wrap:anywhere}.marketplace-product-created{display:grid;gap:4px;margin:12px 0;padding:12px;border:1px solid #bbf7d0;border-radius:8px;background:#f0fdf4;font-size:13px}.marketplace-product-created strong{color:#166534}.marketplace-product-created small{color:#64748b}.marketplace-prices{display:grid;gap:6px;margin:0}.marketplace-prices>div{display:flex;justify-content:space-between;gap:12px;font-size:12px;line-height:1.4}.marketplace-prices dt{color:#64748b}.marketplace-prices dd{margin:0;color:#182b49;font-weight:600;white-space:nowrap}.marketplace-prices.is-compact{min-width:170px}.marketplace-prices.is-compact>div{font-size:11px}.marketplace-product-price-section{margin:14px 0;padding:13px 14px;border:1px solid #e0e8f4;border-radius:9px;background:#f8faff}.marketplace-product-price-section h3,.catalog-marketplace-prices h3{margin:0 0 10px;font-size:13px;color:#243247}.marketplace-product-price-section>small,.catalog-marketplace-price>small{display:block;margin-top:8px;color:#8b98ad;font-size:11px}.catalog-marketplace-prices{margin-top:18px;padding-top:16px;border-top:1px solid #e8edf5}.catalog-marketplace-price+.catalog-marketplace-price{margin-top:14px;padding-top:14px;border-top:1px solid #e8edf5}.catalog-marketplace-price>strong{display:block;margin-bottom:9px;font-size:12px}.marketplace-badge-stack{display:inline-flex;align-items:center;min-height:24px;padding-left:1px;vertical-align:middle}.marketplace-badge-icon{display:block;flex:none;width:24px;height:24px;border:2px solid #fff;border-radius:8px;object-fit:cover;box-shadow:0 1px 3px #1a2b4a24}.marketplace-badge-icon+.marketplace-badge-icon{margin-left:-8px}@media(max-width:1100px){.marketplace-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.marketplace-grid{grid-template-columns:1fr}.v7-shell .marketplace-card{padding:16px;gap:16px}}@media(max-width:380px){.marketplace-card .company-card-actions{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.v7-shell .marketplace-card,.marketplace-disconnect{transition:none}}.marketplace-stock-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--line, #edf1f6)}.marketplace-stock-toolbar .field{min-width:220px;margin:0}.marketplace-stock-summary{display:flex;flex-wrap:wrap;gap:18px;padding:12px 16px;color:#64748b;font-size:12px;border-bottom:1px solid var(--line, #edf1f6)}.marketplace-stock-summary strong{color:#172033}@media(max-width:640px){.marketplace-stock-toolbar{flex-direction:column;align-items:stretch}.marketplace-stock-toolbar>div{display:flex;flex-direction:column}}.toast-viewport{position:fixed;z-index:10020;right:max(20px,env(safe-area-inset-right));bottom:max(20px,env(safe-area-inset-bottom));display:flex;flex-direction:column;width:min(400px,calc(100% - 32px));max-height:calc(100dvh - 32px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;pointer-events:none}.toast-viewport[hidden]{display:none}.toast-slot{display:grid;grid-template-rows:1fr;padding-top:8px;opacity:1;transform:translateY(0);transition:grid-template-rows .18s ease,padding .18s ease,opacity .18s ease,transform .18s ease}.toast-slot.is-closing{grid-template-rows:0fr;padding-top:0;opacity:0;transform:translate(12px);pointer-events:none}@starting-style{.toast-slot{grid-template-rows:0fr;padding-top:0;opacity:0;transform:translateY(8px)}}.toast-slot-inner{min-height:0;overflow:hidden}.toast-card{display:flex;align-items:flex-start;gap:10px;padding:14px;border:1px solid #dce4ef;border-radius:10px;background:#fff;color:#25334c;font-size:13px;line-height:1.5;pointer-events:auto}.toast-status-icon{flex:none;margin-top:2px;color:#2563eb}.toast-success .toast-status-icon{color:#16a34a}.toast-error{border-color:#f0c9c9}.toast-error .toast-status-icon{color:#dc2626}.toast-message{min-width:0;flex:1;overflow-wrap:anywhere;max-height:min(140px,30dvh);overflow-y:auto;scrollbar-width:thin}.toast-count{display:inline-block;margin-left:8px;padding:0 5px;border-radius:4px;background:#edf2f8;color:#64748b;font-size:11px;white-space:nowrap}.toast-close{display:grid;place-items:center;flex:none;width:26px;height:26px;margin:-3px -3px 0 0;padding:0;border:0;border-radius:6px;background:transparent;color:#64748b;cursor:pointer;transition:background .15s ease,color .15s ease}.toast-close:hover{background:#edf2f8;color:#25334c}.toast-close:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.toast-slot.is-closing .toast-card{pointer-events:none}.toast-pending .toast-status-icon{animation:toastSpin 1s linear infinite}.toast-queued{align-self:flex-end;margin-top:6px;padding:3px 8px;border:1px solid #dce4ef;border-radius:6px;background:#fff;color:#64748b;font-size:11px}@keyframes toastSpin{to{transform:rotate(360deg)}}.v7-shell .notifications{max-width:calc(100% - 24px);max-height:calc(100dvh - 100px);overflow-y:auto;overscroll-behavior:contain;opacity:1;transform:translateY(0);animation:none;transition:opacity .16s ease,transform .16s ease,display .16s allow-discrete}.v7-shell .notifications[hidden]{display:none;opacity:0;transform:translateY(-6px);pointer-events:none}@starting-style{.v7-shell .notifications[data-open=true]{opacity:0;transform:translateY(-6px)}}.notifications-empty{display:grid;justify-items:center;gap:8px;padding:24px 12px;color:#64748b;text-align:center;font-size:13px}.notifications-empty>svg{color:#16a34a}.v7-shell .notifications-empty strong{color:#25334c;font-size:14px}@media(max-width:540px){.toast-viewport{right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));width:calc(100% - 24px)}}@media(prefers-reduced-motion:reduce){.toast-slot,.toast-close,.v7-shell .notifications{transition:none;transform:none}.toast-pending .toast-status-icon{animation:none}}body:has(.reduce-motion) :is(.toast-slot,.toast-close,.notifications){transition:none;transform:none}body:has(.reduce-motion) .toast-pending .toast-status-icon{animation:none}.overview-page{gap:18px}.overview-page a.stat-card{text-decoration:none;transition:border-color .15s ease,background .15s ease}.overview-page a.stat-card:hover{border-color:#9bb7ee;background:#fcfdff}.overview-page a:focus-visible{outline:2px solid #2563eb;outline-offset:3px;border-radius:8px}.overview-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}.overview-columns>*,.overview-section-head>div{min-width:0}.overview-section-head{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 22px}.overview-section-head h2{margin:0;color:var(--v7-ink);font-size:16px;line-height:1.4}.overview-section-head p{margin:5px 0 0;color:var(--v7-muted);font-size:12px;line-height:1.5}.overview-section-head>.text-link{display:inline-flex;align-items:center;flex-shrink:0;gap:6px;font-size:12px;text-decoration:none}.overview-attention .overview-section-head{justify-content:flex-start;padding-bottom:12px}.overview-alerts{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:12px;padding:0 22px 20px}.overview-alert{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #f1dfbd;border-radius:8px;background:#fffcf5;color:#a66817;text-decoration:none}.overview-alert>svg{flex:none}.overview-alert>span{flex:1;min-width:0}.overview-alert strong{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#6b4b22;font-size:13px;line-height:1.5}.overview-alert b{font-variant-numeric:tabular-nums}.overview-alert small{display:block;margin-top:4px;color:#89714f;font-size:12px;line-height:1.5}.overview-alert:hover{border-color:#d6b77c}.overview-clear{display:flex;align-items:center;gap:10px;padding:0 22px 20px;color:var(--v7-muted);font-size:13px}.overview-clear svg{flex:none;color:#16a34a}.overview-list{display:grid}.overview-order,.overview-purchase{display:grid;gap:9px;min-width:0;padding:16px 22px;border-top:1px solid var(--v7-line);color:var(--v7-ink);text-decoration:none;transition:background .15s ease}.overview-order:hover,.overview-purchase:hover,.overview-event:hover{background:#f8faff}.overview-row-head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.overview-row-head>strong{min-width:0;font-size:14px;overflow-wrap:anywhere}.overview-row-head .status-badge{flex:none}.overview-product{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#42536d;font-size:13px;line-height:1.5;overflow-wrap:anywhere}.overview-row-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--v7-muted);font-size:12px}.overview-row-meta>span{display:inline-flex;align-items:center;gap:5px;min-width:0}.overview-row-meta>span:first-child{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overview-row-meta>span:last-child{flex-shrink:0;font-variant-numeric:tabular-nums}.overview-row-meta>span>svg{vertical-align:-2px;margin-right:4px}.overview-row-meta.is-overdue{color:#b45309}.overview-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:168px;padding:24px;color:var(--v7-muted);font-size:13px;text-align:center}.overview-empty>svg{color:#9aaac0}.overview-event{display:grid;grid-template-columns:130px minmax(0,1fr) 85px 135px;align-items:center;gap:18px;min-width:0;padding:13px 22px;border-top:1px solid var(--v7-line);font-size:13px;color:var(--v7-ink);text-decoration:none}.overview-event-product{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.overview-event-product small{display:block;overflow:hidden;text-overflow:ellipsis;margin-top:3px;color:var(--v7-muted);font-size:11px}.overview-event>strong{text-align:right;font-size:13px;font-weight:500;font-variant-numeric:tabular-nums}.overview-event>time{color:var(--v7-muted);font-size:12px;text-align:right}.overview-event-operation{color:#536984}.overview-error{display:flex;align-items:center;gap:12px;padding:14px 18px;border:1px solid #efcccc;border-radius:10px;color:#a83232;background:#fff8f8;font-size:13px}.overview-error>span{flex:1;min-width:0;overflow-wrap:anywhere}.overview-error>svg{flex:none}.overview-loading{display:grid;gap:18px}.overview-placeholder{min-height:120px;background:linear-gradient(100deg,#f1f4f8 20%,#fafbfc,#f1f4f8 70%);background-size:220% 100%;animation:overviewLoad 1.4s ease infinite}.overview-placeholder-tall{min-height:340px}@keyframes overviewLoad{to{background-position:-220% 0}}@media(max-width:900px){.overview-columns{grid-template-columns:minmax(0,1fr)}}@media(max-width:600px){.overview-section-head{flex-wrap:wrap;padding:18px;gap:10px}.overview-alerts{padding-inline:18px}.overview-clear{padding-inline:18px;line-height:1.5}.overview-order,.overview-purchase{padding:16px 18px}.overview-row-meta{flex-wrap:wrap;gap:6px}.overview-event{grid-template-columns:minmax(0,1fr) auto;gap:6px 12px;padding:14px 18px}.overview-event-product{grid-column:1;grid-row:2}.overview-event>strong{grid-column:2;grid-row:2}.overview-event>time{grid-column:2;grid-row:1}.overview-error{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){.overview-placeholder{animation:none}}.reduce-motion .overview-placeholder{animation:none}
