:root{--text:#374151;--text-muted:#5a6472;--text-strong:#111827;--bg:#eef0f3;--bg-card:#fff;--border:#dce0e6;--border-strong:#b6bdc9;--accent:#2563eb;--accent-hover:#1d4ed8;--danger:#dc2626;--warn:#facc15;--success:#10b981;--shadow-sm:0 1px 2px #10182814;--shadow-md:0 4px 12px #1018281a;--sidebar-bg:#0f172a;--sidebar-bg-strong:#1e293b;--sidebar-bg-active:#1e3a8a;--sidebar-text:#f1f5f9;--sidebar-text-muted:#94a3b8;--sidebar-border:#1e293b;--sidebar-accent:#60a5fa;--manila:#fff;--manila-dark:#eef0f3;--manila-edge:#c5cbd5;--manila-soft:#f7f8fa;--folder-line:#b6bdc9;--folder-text:#111827;--folder-muted:#5a6472;--sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font-family:var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.5}*{box-sizing:border-box}body{min-height:100vh;margin:0}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3{color:var(--text-strong);margin:0 0 .5em;font-weight:600}h1{font-size:1.75rem}h2{font-size:1.25rem}h3{font-size:1.05rem}button{font:inherit;cursor:pointer;border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:6px;padding:.5rem 1rem;transition:background .15s}button:hover{background:var(--accent-hover)}button:disabled{opacity:.5;cursor:not-allowed}button.secondary{background:var(--bg-card);color:var(--text);border-color:var(--border-strong)}button.secondary:hover{background:var(--bg)}input,select,textarea{font:inherit;border:1px solid var(--border-strong);background:var(--bg-card);color:var(--text-strong);border-radius:6px;padding:.42rem .6rem;font-size:.92rem}input::placeholder,textarea::placeholder{color:#98a1ae}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.wo-card-arrived-btn{background:var(--manila-dark);color:var(--folder-text);border:1.5px solid var(--folder-line);letter-spacing:.2px;cursor:pointer;white-space:nowrap;border-radius:6px;padding:.28rem .72rem;font-family:inherit;font-size:.78rem;font-weight:700;transition:background .13s,transform .13s,box-shadow .13s}.wo-card-arrived-btn:hover:not(:disabled){background:var(--border);box-shadow:0 1px 3px #1018281f}.wo-card-arrived-btn:active:not(:disabled){transform:translateY(1px)}.wo-card-arrived-btn:disabled{opacity:.7;cursor:progress}.wo-card-arrived-btn .arrow{margin-left:.3rem;transition:transform .2s;display:inline-block}.wo-card-arrived-btn:hover:not(:disabled) .arrow{transform:translate(2px)}.wo-card-arrived-btn:hover:not(:disabled) .arrow--up-right{transform:translate(2px,-2px)}.wo-card-menu-btn{letter-spacing:.5px;padding:.28rem .6rem;font-weight:800;line-height:1.15}.wo-machine-switch{background:var(--manila-dark);border:1px solid var(--folder-line);border-radius:999px;flex-shrink:0;align-items:center;gap:1px;padding:1px 2px;display:inline-flex}.wo-machine-switch-btn{width:22px;height:20px;color:var(--folder-text);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:1rem;line-height:1;display:inline-flex}.wo-machine-switch-btn:hover{background:var(--border)}.wo-machine-switch-btn:active{transform:translateY(.5px)}.wo-machine-switch-count{font-family:var(--mono);color:var(--folder-text);font-variant-numeric:tabular-nums;text-align:center;white-space:nowrap;min-width:26px;padding:0 2px;font-size:.72rem;font-weight:700}.wo-machine-switch-count .sep{opacity:.4;margin:0 1px}.field-copy-btn{opacity:0;color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0 .2rem;font-size:.9rem;font-weight:600;line-height:1;transition:opacity .1s,color .1s}.copyable-field:hover .field-copy-btn,.field-copy-btn:focus-visible{opacity:1}.field-copy-btn:hover{color:var(--accent);background:0 0}@media (pointer:coarse){.field-copy-btn{opacity:.55;padding:.3rem .4rem}}.copy-value{min-width:0;max-width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-items:baseline;gap:.28rem;padding:0;display:inline-flex}.copy-value:hover,.copy-value:focus-visible{background:0 0;outline:none}.copy-value-text{overflow-wrap:anywhere;text-underline-offset:3px;min-width:0;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;text-decoration-thickness:1.5px;transition:color .1s,text-decoration-color .1s}.copy-value:hover .copy-value-text,.copy-value:focus-visible .copy-value-text{color:var(--accent);-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.copy-value.is-copied .copy-value-text{color:#166534;text-decoration-color:#0000}.copy-value-icon{opacity:0;color:var(--text-muted);flex-shrink:0;align-self:center;font-size:.82em;line-height:1;transition:opacity .1s}.copy-value:hover .copy-value-icon,.copy-value:focus-visible .copy-value-icon{opacity:1;color:var(--accent)}.copy-value.is-copied .copy-value-icon{opacity:1;color:#166534}@media (pointer:coarse){.copy-value-icon{opacity:.4}}.copy-value-empty{color:var(--text-muted)}.wo-card-menu-item{color:var(--text-strong);background:0 0;border:none}.wo-card-menu-item:hover{background:var(--bg)}.wo-card-arrived-btn--secondary{background:var(--manila);border-color:var(--manila-edge);color:var(--folder-muted)}.wo-card-arrived-btn--secondary:hover:not(:disabled){background:var(--manila-dark);color:var(--folder-text)}.wo-card-arrived-btn--icon{padding:.18rem .45rem;font-size:.7rem}.wo-card-arrived-btn--shipped{color:#92400e;background:#fef3c7;border-color:#d97706}.wo-card-arrived-btn--shipped:hover:not(:disabled){background:#fde68a;box-shadow:0 1px 4px #d9770659}@keyframes wo-card-fly-off{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(24px)}}.wo-card-flying-off{pointer-events:none;z-index:5;animation:.28s ease-out forwards wo-card-fly-off}@media (prefers-reduced-motion:reduce){.wo-card-flying-off{opacity:0;transition:opacity .2s;animation:none}}@keyframes wo-card-enter{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.wo-card-just-entered{animation:.32s ease-out both wo-card-enter}.pp-pill-btn:hover{background:#fee2e2!important}@media (width<=899px){html,body{overflow-x:hidden}}@media (pointer:coarse){.wo-card-arrived-btn{min-height:42px;padding:.55rem .95rem;font-size:.85rem}.wo-card-arrived-btn--icon{min-height:42px;padding:.4rem .7rem}.wo-card-menu-btn{min-height:42px;padding:.4rem .8rem}}.scroll-no-bar{scrollbar-width:none;-ms-overflow-style:none}.scroll-no-bar::-webkit-scrollbar{display:none}@media print{aside,.overview-print-btn,.overview-toolbar-controls,.overview-submit-reminder-dismiss,.wo-sticky-bar,button{display:none!important}body,html{background:#fff!important}main{padding:0!important}.app-content{margin-left:0!important}}
