html:has(.wms-scope){background:#0a1628;--lightningcss-light: !important;--lightningcss-dark:initial!important;color-scheme:dark!important}html:has(.wms-scope) body{background:#0a1628;--lightningcss-light: !important;--lightningcss-dark:initial!important;color-scheme:dark!important}html:has(.wms-scope[data-theme=light]){background:#eef2f8;--lightningcss-light:initial!important;--lightningcss-dark: !important;color-scheme:light!important}html:has(.wms-scope[data-theme=light]) body{background:#eef2f8;--lightningcss-light:initial!important;--lightningcss-dark: !important;color-scheme:light!important}.wms-scope{--wms-bg:#0a1628;--wms-tile:#4a9fd8;--wms-primary:#7cb342;--wms-accent:#4ecdc4;--wms-warn:#e53935;--wms-data:#ffd54f;--wms-surface:#12213a;--wms-border:#23375a;--wms-text:#eaf2fb;--wms-text-dim:#8fa6c4;--wms-fg-accent:var(--wms-accent);--wms-fg-warn:var(--wms-warn);--wms-fg-data:var(--wms-data);--wms-tag-staging:var(--wms-fg-data);--wms-tag-hold:var(--wms-fg-warn);--wms-radius:12px;--wms-tap:56px;background:var(--wms-bg);min-height:100vh;color:var(--wms-text);-webkit-text-size-adjust:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;position:relative}.wms-scope[data-theme=light]{--wms-bg:#eef2f8;--wms-surface:#fff;--wms-border:#ccd7e8;--wms-text:#0e1c30;--wms-text-dim:#52657f;--wms-fg-accent:#0f766e;--wms-fg-warn:#c62828;--wms-fg-data:#8a6100;--wms-sidebar-bg:#dfe6f1;--wms-chart-normal:#1f5f8f}.wms-scope[data-theme=light] .wms-badge-admin{color:#3a2b00}.wms-scope *,.wms-scope :before,.wms-scope :after{box-sizing:border-box}.wms-scope .wms-shell{align-items:stretch;min-height:100vh;display:flex}.wms-scope .wms-topbar{justify-content:space-between;align-items:center;gap:12px;padding:12px 4px 20px;display:flex}.wms-scope .wms-brand{letter-spacing:-.01em;color:var(--wms-text);font-size:20px;font-weight:700;text-decoration:none}.wms-scope .wms-who{color:var(--wms-text-dim);align-items:center;gap:10px;font-size:14px;display:flex}.wms-scope .wms-badge-admin{color:var(--wms-bg);background:var(--wms-data);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.wms-scope .wms-tiles{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}@media (max-width:560px){.wms-scope .wms-tiles:not(.wms-tiles-compact){grid-template-columns:repeat(2,minmax(0,1fr))}}.wms-scope .wms-tile{border:1px solid var(--wms-border);border-radius:var(--wms-radius);background:var(--wms-tile);color:#06121f;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:10px;min-height:88px;padding:16px;font-size:17px;font-weight:600;text-decoration:none;transition:transform 80ms ease-out;display:flex;position:relative}.wms-scope .wms-tile:active{transform:scale(.98)}.wms-scope .wms-tile svg{stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:28px;height:28px}.wms-scope .wms-tile-badge{background:var(--wms-warn);color:#fff;text-align:center;border-radius:999px;min-width:30px;padding:3px 8px;font-size:13px;font-weight:700;position:absolute;top:10px;right:10px}.wms-scope .wms-card{border:1px solid var(--wms-border);border-left:4px solid var(--wms-border);border-radius:var(--wms-radius);background:var(--wms-surface);padding:16px}.wms-scope .wms-card-ok{border-left-color:var(--wms-primary)}.wms-scope .wms-card-active{border-left-color:var(--wms-accent)}.wms-scope .wms-card-warn{border-left-color:var(--wms-warn)}.wms-scope .wms-card-data{border-left-color:var(--wms-data)}.wms-scope .wms-muted{color:var(--wms-text-dim);font-size:14px}.wms-scope .wms-field{margin-bottom:14px;display:block}.wms-scope .wms-label{color:var(--wms-text-dim);margin-bottom:6px;font-size:14px;font-weight:600;display:block}.wms-scope .wms-input,.wms-scope .wms-select{width:100%;min-height:var(--wms-tap);border:1px solid var(--wms-border);border-radius:var(--wms-radius);background:var(--wms-bg);color:var(--wms-text);padding:0 14px;font-size:18px}.wms-scope .wms-input:focus,.wms-scope .wms-select:focus{outline:2px solid var(--wms-accent);outline-offset:1px}.wms-scope .wms-btn{width:100%;min-height:var(--wms-tap);border-radius:var(--wms-radius);background:var(--wms-primary);color:#06121f;cursor:pointer;border:0;justify-content:center;align-items:center;padding:0 20px;font-size:18px;font-weight:700;display:inline-flex}.wms-scope .wms-btn:disabled{opacity:.5;cursor:default}.wms-scope .wms-btn-ghost{border:1px solid var(--wms-border);border-radius:var(--wms-radius);color:var(--wms-text);cursor:pointer;background:0 0;justify-content:center;align-items:center;width:auto;min-height:44px;padding:0 16px;font-size:15px;font-weight:600;display:inline-flex}.wms-scope .wms-btn-ghost:disabled{opacity:.5;cursor:default}.wms-scope .wms-error{border-left:4px solid var(--wms-warn);color:var(--wms-text);background:#e5393524;border-radius:8px;margin-bottom:14px;padding:12px 14px;font-size:15px}.wms-scope .wms-login{max-width:420px;margin:0 auto;padding:8vh 16px 32px}.wms-scope .wms-title{margin-bottom:20px;font-size:24px;font-weight:700}.wms-scope .wms-scan-input{opacity:0;pointer-events:none;border:0;width:1px;height:1px;padding:0;position:absolute}.wms-scope .wms-scan-status{color:var(--wms-text-dim);align-items:center;gap:8px;font-size:14px;display:inline-flex}.wms-scope .wms-scan-dot{background:var(--wms-accent);border-radius:50%;width:10px;height:10px}.wms-scope:after{content:"";z-index:9999;opacity:0;pointer-events:none;position:fixed;inset:0}body.wms-flash-ok .wms-scope:after{animation:.12s ease-out wms-flash-ok}body.wms-flash-err .wms-scope:after{animation:.12s ease-out wms-flash-err}@keyframes wms-flash-ok{0%{opacity:.5;background:var(--wms-accent)}to{opacity:0;background:var(--wms-accent)}}@keyframes wms-flash-err{0%{opacity:.5;background:var(--wms-warn)}to{opacity:0;background:var(--wms-warn)}}@media (prefers-reduced-motion:reduce){body.wms-flash-ok .wms-scope:after,body.wms-flash-err .wms-scope:after{animation-duration:1ms}.wms-scope .wms-tile{transition:none}}.wms-scope{--wms-sidebar-bg:#081221}.wms-scope .wms-sidebar{background:var(--wms-sidebar-bg);border-right:1px solid var(--wms-border);flex-direction:column;flex-shrink:0;align-self:flex-start;gap:2px;width:232px;height:100vh;padding:14px 10px;display:flex;position:sticky;top:0;overflow-y:auto}.wms-scope .wms-side-link{min-height:48px;color:var(--wms-text-dim);border-left:3px solid #0000;border-radius:8px;align-items:center;gap:10px;padding:0 12px;font-size:15px;font-weight:600;text-decoration:none;display:flex}.wms-scope .wms-side-sub{min-height:40px;margin-left:20px;margin-right:8px;padding-left:14px;font-size:14px;font-weight:500}.wms-scope .wms-side-link:hover{color:var(--wms-text);background:#4ecdc40f}.wms-scope .wms-side-link[aria-current=page]{border-left-color:var(--wms-accent);color:var(--wms-text);background:#4ecdc41f}.wms-scope .wms-side-link[data-section-open=true]{color:var(--wms-text)}.wms-scope .wms-side-sub[aria-current=page]{color:var(--wms-accent);background:#4ecdc42e;border-left-color:#0000}.wms-scope .wms-side-link svg{stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:18px;height:18px}.wms-scope .wms-side-link span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.wms-scope .wms-side-badge{background:var(--wms-warn);color:#fff;text-align:center;border-radius:999px;min-width:24px;padding:2px 7px;font-size:12px;font-weight:700}.wms-scope .wms-main{flex:1;min-width:0}.wms-scope .wms-content{width:100%;max-width:1400px;margin:0 auto;padding:16px 24px 48px}.wms-scope .wms-topbar-left{align-items:center;gap:10px;display:flex}.wms-scope .wms-menu-btn{border:1px solid var(--wms-border);width:44px;height:44px;color:var(--wms-text);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;padding:0;display:none}.wms-scope .wms-menu-btn svg{stroke:currentColor;stroke-width:2px;fill:none;stroke-linecap:round;width:22px;height:22px}@media (max-width:1279px){.wms-scope .wms-menu-btn{display:inline-flex}.wms-scope .wms-sidebar{z-index:1000;width:280px;height:100%;transition:transform .16s ease-out;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.wms-scope .wms-sidebar[data-open]{transform:translate(0);box-shadow:0 0 40px #00000080}.wms-scope .wms-backdrop{z-index:999;cursor:pointer;background:#040a1499;border:0;padding:0;position:fixed;inset:0}}@media (min-width:1280px){.wms-scope .wms-backdrop{display:none}}@media (prefers-reduced-motion:reduce){.wms-scope .wms-sidebar{transition:none}}.wms-scope{--wms-chart-normal:#3f8cc4}.wms-scope .wms-stats-strip{margin-bottom:20px}.wms-scope .wms-stats-controls{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;display:flex}.wms-scope .wms-stats-title{margin-right:4px;font-size:16px;font-weight:700}.wms-scope .wms-worker-form{flex-wrap:wrap;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.wms-scope .wms-worker-form .wms-field{flex-direction:column;margin-bottom:0;display:flex}.wms-scope .wms-field-hint{min-height:18px;color:var(--wms-text-dim);margin-top:4px;font-size:13px;line-height:18px;display:block}.wms-scope .wms-worker-form-actions{min-height:var(--wms-tap);align-items:center;gap:12px;display:flex}.wms-scope .wms-worker-form-actions .wms-btn{white-space:nowrap;width:auto}.wms-scope .wms-account-btn{width:auto;min-height:44px;padding:0 18px;font-size:15px}.wms-scope .wms-select-inline{width:auto;min-height:44px;font-size:15px}.wms-scope .wms-stat-tiles{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-bottom:14px;display:grid}.wms-scope .wms-stat-tile{border:1px solid var(--wms-border);background:var(--wms-bg);border-radius:8px;padding:10px 12px}.wms-scope .wms-stat-tile-label{color:var(--wms-text-dim);margin-bottom:2px;font-size:13px}.wms-scope .wms-stat-tile-value{font-size:22px;font-weight:700}.wms-scope .wms-stat-tile-sub{color:var(--wms-text-dim);font-size:12px}.wms-scope .wms-chart{width:100%;height:auto;display:block}.wms-scope .wms-chart-grid{stroke:var(--wms-border);stroke-width:1px;stroke-dasharray:2 4}.wms-scope .wms-chart-axis{stroke:var(--wms-border);stroke-width:1px}.wms-scope .wms-chart-tick{fill:var(--wms-text-dim);font-size:10px}.wms-scope .wms-chart-bar-normal{fill:var(--wms-chart-normal)}.wms-scope .wms-chart-bar-damaged{fill:var(--wms-warn)}.wms-scope .wms-chart-legend{color:var(--wms-text-dim);gap:16px;margin-top:6px;font-size:13px;display:flex}.wms-scope .wms-chart-dot{vertical-align:-1px;border-radius:3px;width:10px;height:10px;margin-right:4px;display:inline-block}.wms-scope .wms-chart-dot-normal{background:var(--wms-chart-normal)}.wms-scope .wms-chart-dot-damaged{background:var(--wms-warn)}.wms-scope .wms-chart-table{margin-top:8px;font-size:13px}.wms-scope .wms-chart-table summary{cursor:pointer}.wms-scope .wms-chart-table table{border-collapse:collapse;margin-top:6px}.wms-scope .wms-chart-table th,.wms-scope .wms-chart-table td{text-align:left;border-top:1px solid var(--wms-border);padding:4px 12px 4px 0}.wms-scope .wms-detail-grid{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:20px;display:grid}@media (max-width:1023px){.wms-scope .wms-detail-grid{grid-template-columns:1fr}}.wms-scope .wms-stats-panel{position:sticky;top:16px}.wms-scope .wms-queue-cols{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:20px;display:grid}@media (max-width:1023px){.wms-scope .wms-queue-cols{grid-template-columns:1fr}}.wms-scope .wms-queue-col{border:1px solid var(--wms-border);border-radius:var(--wms-radius);min-width:0;padding:14px}.wms-scope .wms-queue-col-head{color:var(--wms-text);align-items:center;gap:10px;margin:0 0 12px;font-size:18px;font-weight:700;display:flex}.wms-scope .wms-queue-count{background:var(--wms-border);min-width:28px;color:var(--wms-text);text-align:center;border-radius:999px;padding:2px 8px;font-size:14px;font-weight:700}.wms-scope .wms-queue-items{flex-direction:column;gap:10px;display:flex}.wms-scope .wms-queue-empty{text-align:center;margin:0;padding:18px 0}.wms-scope .wms-zone-tag{border:1px solid;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:700;line-height:1.5;display:inline-block}.wms-scope .wms-zone-staging{color:var(--wms-tag-staging)}.wms-scope .wms-zone-hold{color:var(--wms-tag-hold)}.wms-scope .wms-settings-hub{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;display:grid}.wms-scope .wms-settings-link{min-height:var(--wms-tap);color:var(--wms-text);justify-content:space-between;align-items:center;gap:12px;font-size:17px;font-weight:600;text-decoration:none;display:flex}.wms-scope .wms-settings-chevron{fill:none;width:22px;height:22px;stroke:var(--wms-text-dim);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex:none}.wms-scope .wms-settings-back{width:auto;margin-bottom:12px}.wms-scope .wms-choice-row{flex-wrap:wrap;gap:10px;display:flex}.wms-scope .wms-choice{background:var(--wms-surface);width:auto;min-width:120px;color:var(--wms-text);border:1px solid var(--wms-border)}.wms-scope .wms-choice[aria-pressed=true]{background:var(--wms-primary);color:#06121f;border-color:var(--wms-primary)}@media (max-width:1023px){.wms-scope .wms-stats-panel{position:static}}.wms-scope .wms-donut{width:140px;margin:0 auto 10px;display:block}.wms-scope .wms-donut-pct{fill:var(--wms-text);font-size:22px;font-weight:700}.wms-scope .wms-donut-sub{fill:var(--wms-text-dim);font-size:10px}.wms-scope .wms-stat-list{margin-top:4px}.wms-scope .wms-stat-row{border-top:1px solid var(--wms-border);justify-content:space-between;align-items:center;gap:10px;padding:8px 0;font-size:14px;display:flex}.wms-scope .wms-stat-label{color:var(--wms-text-dim)}.wms-scope .wms-stat-value{font-variant-numeric:tabular-nums;font-weight:700}.wms-scope .wms-stat-warn{color:var(--wms-fg-warn)}.wms-scope .wms-stat-attn{color:var(--wms-fg-data)}.wms-scope .wms-stat-status{border:1px solid var(--wms-border);color:var(--wms-text-dim);text-align:center;border-radius:8px;margin-top:12px;padding:10px 12px;font-size:14px;font-weight:600}.wms-scope .wms-stat-status-ok{border-color:var(--wms-primary);color:var(--wms-text);background:#7cb34224}.wms-scope .wms-stat-status-diff{border-color:var(--wms-data);color:var(--wms-text);background:#ffd54f1f}.wms-scope .wms-map{border:1px solid var(--wms-border);border-radius:var(--wms-radius);background:var(--wms-surface);padding:12px;overflow-x:auto}.wms-scope .wms-map-zone+.wms-map-zone{margin-top:16px}.wms-scope .wms-map-zone-name{color:var(--wms-text-dim);letter-spacing:.06em;margin-bottom:6px;font-size:13px;font-weight:700}.wms-scope .wms-map-grid{gap:3px;width:max-content;display:grid}.wms-scope .wms-map-cell{border:1px solid var(--wms-border);width:26px;height:22px;color:var(--wms-text-dim);background:0 0;border-radius:4px;justify-content:center;align-items:center;padding:0;font-size:10px;line-height:1;display:flex}.wms-scope .wms-map-cell-gap{border-color:#0000}.wms-scope .wms-map-cell-stock{border-color:var(--wms-accent);color:var(--wms-text);background:#4ccdc438}.wms-scope .wms-map-cell-inactive{opacity:.45;border-style:dashed}.wms-scope .wms-map-cell-target{background:var(--wms-primary);border:2px solid var(--wms-text);color:#08150a;font-weight:800;transform:scale(1.12)}.wms-scope .wms-map-axis{color:var(--wms-text-dim);justify-content:center;align-items:center;font-size:9px;display:flex}.wms-scope .wms-map-legend{color:var(--wms-text-dim);flex-wrap:wrap;gap:12px;margin-top:10px;font-size:11px;display:flex}.wms-scope .wms-map-legend span{align-items:center;gap:5px;display:inline-flex}.wms-scope .wms-map-swatch{border:1px solid var(--wms-border);border-radius:3px;width:12px;height:12px;display:inline-block}.wms-scope .wms-table{border-collapse:collapse;width:100%;color:var(--wms-text);font-size:13px}.wms-scope .wms-table th,.wms-scope .wms-table td{text-align:left;border-bottom:1px solid var(--wms-border);vertical-align:middle;padding:8px 10px}.wms-scope .wms-table th{color:var(--wms-text-dim);white-space:nowrap;font-weight:600}.wms-scope .wms-table tr:last-child td{border-bottom:0}.wms-badge{letter-spacing:.02em;white-space:nowrap;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700;display:inline-block}.wms-badge-sell{color:var(--wms-primary);background:#7cb3422e;border:1px solid #7cb34273}.wms-badge-muted{color:var(--wms-text-dim);border:1px solid var(--wms-border);background:#ffffff0f}.wms-badge-warn{color:var(--wms-warn);background:#e539351f;border:1px solid #e5393573}.wms-scope .wms-tiles-compact{grid-template-columns:repeat(auto-fit,minmax(104px,1fr));gap:8px;margin-bottom:20px}.wms-scope .wms-tiles-compact .wms-tile{gap:4px;min-height:72px;padding:10px 8px;font-size:13px}.wms-scope .wms-tiles-compact .wms-tile svg{width:22px;height:22px}
