:root{--background:#f4f7fb;--surface:#fff;--surface-soft:#f8fafc;--border:#dbe3ef;--text:#111827;--muted:#667085;--primary:#0f766e;--primary-strong:#0b5f59;--primary-soft:#e5f5f2;--warning-soft:#fff7ed;--warning-text:#b45309;--shadow:0 10px 30px #0f172a14}*{box-sizing:border-box}html,body{background:var(--background);min-height:100%;color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}.app-shell{grid-template-columns:248px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--border);color:#e5edf7;background:#07111f;flex-direction:column;height:100vh;display:flex;position:sticky;top:0}.sidebar-header{border-bottom:1px solid #ffffff1a;padding:22px 20px}.sidebar-title{margin:0;font-size:18px;font-weight:750}.sidebar-subtitle{color:#9caac0;margin:4px 0 0;font-size:12px}.sidebar-nav{gap:6px;padding:16px 12px;display:grid}.sidebar-spacer{flex:1}.sidebar-account{border-top:1px solid #ffffff1a;gap:4px;margin:0 12px;padding:16px 12px 8px;display:grid}.sidebar-account strong,.sidebar-account span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-account strong{font-size:13px}.sidebar-account span{color:#9caac0;font-size:11px}.sidebar-account .role-badge{color:#d6f5ef;text-transform:capitalize;border:1px solid #ffffff29;border-radius:999px;width:fit-content;margin-top:4px;padding:3px 8px;font-size:10px;font-weight:800}.sidebar-link{color:#cbd5e1;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;min-height:42px;padding:0 12px;font-weight:650;display:flex}.sidebar-link:hover,.sidebar-link.active{color:#fff;background:#ffffff1a}.main{min-width:0;padding:26px}.page-frame{max-width:1500px;margin:0 auto}.page-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.eyebrow{color:var(--primary);letter-spacing:0;text-transform:uppercase;margin:0 0 5px;font-size:12px;font-weight:800}.page-title{margin:0;font-size:30px;line-height:1.15}.page-copy{color:var(--muted);margin:7px 0 0;font-size:14px}.panel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:8px}.toolbar{gap:12px;padding:18px;display:grid}.toolbar-row{grid-template-columns:minmax(280px,1fr) auto;gap:12px;display:grid}.mode-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.filter-grid{grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px;display:grid}.filter-grid.sealed{grid-template-columns:repeat(3,minmax(160px,1fr))}.input-wrap{position:relative}.input-icon{color:var(--muted);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.input,.select,.textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:8px;outline:none}.input,.select{height:44px;padding:0 12px}.input.with-icon{padding-left:42px}.textarea{resize:vertical;min-height:96px;padding:10px 12px}.input:focus,.select:focus,.textarea:focus{border-color:#0f766e8c;box-shadow:0 0 0 3px #0f766e1f}.button{background:var(--primary);color:#fff;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-weight:750;display:inline-flex}.button:hover{background:var(--primary-strong)}.button.secondary{border-color:var(--border);color:var(--text);background:#fff}.button.secondary:hover{background:var(--surface-soft)}.button.secondary.active{color:#fff;background:#07111f;border-color:#07111f}.button.ghost{color:var(--text);background:0 0;border-color:#0000}.button.icon-only{width:42px;padding:0}.button.compact{min-height:34px;padding:0 11px;font-size:13px}.segmented{border:1px solid var(--border);background:#fff;border-radius:8px;display:inline-flex;overflow:hidden}.segment{border:0;border-right:1px solid var(--border);min-height:42px;color:var(--muted);background:0 0;padding:0 15px;font-weight:750}.segment:last-child{border-right:0}.segment.active{color:#fff;background:#07111f}.view-toggle .icon-segment{justify-content:center;align-items:center;width:43px;padding:0;display:inline-flex}.sort-strip{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;display:flex}.sort-buttons{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.sort-label{color:#667085;text-transform:uppercase;margin-right:4px;font-size:12px;font-weight:800}.sort-button{color:#526174;background:0 0;border:0;border-radius:7px;min-height:34px;padding:0 11px;font-weight:750}.sort-button.active{color:#fff;background:#07111f}.sort-direction{min-height:34px;padding:0 11px;font-size:13px}.bulk-strip{border-top:1px solid var(--border);background:#fbfcfe;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 18px;display:flex}.selection-count{color:var(--muted);font-size:13px;font-weight:700}.bulk-message{color:var(--muted);margin:10px 4px 0;font-size:13px;font-weight:700}.results-meta{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;padding:18px 4px 12px;font-size:14px;display:flex}.product-list{gap:14px;display:grid}.product-list.grid{grid-template-columns:repeat(auto-fit,minmax(310px,1fr));align-items:stretch}.product-card{border:1px solid var(--border);background:#fff;border-radius:8px;grid-template-columns:88px minmax(0,1.25fr) minmax(280px,.8fr) auto;align-items:center;gap:18px;padding:18px;display:grid;box-shadow:0 1px 3px #0f172a0d}.product-card.selecting{grid-template-columns:34px 88px minmax(0,1.25fr) minmax(280px,.8fr) auto}.product-list.grid .product-card,.product-list.grid .product-card.selecting{grid-template-columns:1fr;align-items:stretch;gap:14px;position:relative}.product-list.grid .product-card.selecting{padding-top:50px}.product-list.grid .row-select{position:absolute;top:18px;left:18px}.product-list.grid .product-image{width:100%;height:184px}.product-list.grid .product-name{font-size:18px}.product-list.grid .product-subtitle{font-size:14px}.product-list.grid .field-grid{grid-template-columns:1fr}.product-list.grid .card-actions{grid-template-columns:repeat(2,minmax(0,1fr));min-width:0}.row-select{justify-content:center;align-items:center;display:flex}.row-select input{width:18px;height:18px;accent-color:var(--primary)}.product-image{border:1px solid var(--border);background:var(--surface-soft);width:88px;height:116px;color:var(--muted);text-align:center;border-radius:8px;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex;overflow:hidden}.product-image img{object-fit:contain;width:100%;height:100%;display:block}.badge-row{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.badge{background:var(--surface-soft);color:#475467;border-radius:7px;align-items:center;min-height:28px;padding:0 10px;font-size:13px;font-weight:750;display:inline-flex}.badge.green{background:var(--primary-soft);color:var(--primary)}.badge.orange{background:var(--warning-soft);color:var(--warning-text)}.product-name{margin:0;font-size:22px;line-height:1.2}.product-subtitle{color:#344054;margin:7px 0 0;font-size:15px}.sku-line{color:var(--muted);margin-top:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:13px}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.field-chip{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;min-height:58px;padding:9px 10px}.field-chip span{color:var(--muted);font-size:12px;font-weight:700;display:block}.field-chip strong{overflow-wrap:anywhere;margin-top:4px;font-size:14px;display:block}.field-chip.editable{min-height:0;box-shadow:none;background:0 0;border:0;gap:7px;padding:0;display:grid}.field-input{width:100%;min-width:0;min-height:38px;color:var(--text);overflow-wrap:anywhere;background:#fff;border:1px solid #c7d3e3;border-radius:6px;outline:none;padding:0 10px;font-size:14px;font-weight:750;transition:border-color .16s,box-shadow .16s,background .16s;box-shadow:inset 0 1px 2px #0f172a0a}.field-chip.editable:hover{border-color:#0000}.field-chip.editable:hover .field-input{background:#fbfdff;border-color:#a4b7ce}.field-input:focus{background:#fff;border-color:#0f766ead;box-shadow:0 0 0 3px #0f766e1f}.card-actions{gap:9px;min-width:174px;display:grid}.empty-state{border:1px dashed var(--border);min-height:280px;color:var(--muted);text-align:center;background:#ffffffa6;border-radius:8px;place-items:center;display:grid}.modal-backdrop{z-index:50;background:#0f172a75;justify-content:center;align-items:center;padding:22px;display:flex;position:fixed;inset:0}.modal{border:1px solid var(--border);background:#fff;border-radius:8px;width:min(920px,100%);max-height:calc(100vh - 44px);overflow:auto;box-shadow:0 24px 80px #0f172a38}.modal.slim{width:min(720px,100%)}.modal-header,.modal-footer{justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.modal-header{border-bottom:1px solid var(--border)}.modal-footer{border-top:1px solid var(--border)}.modal-body{gap:18px;padding:18px;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.form-field{gap:6px;display:grid}.form-field.full{grid-column:1/-1}.form-label{color:#344054;font-size:13px;font-weight:750}.history-panel{z-index:45;border-left:1px solid var(--border);background:#fff;width:min(480px,100%);position:fixed;inset:0 0 0 auto;box-shadow:-16px 0 50px #0f172a29}.history-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:18px;display:flex}.history-list{gap:12px;max-height:calc(100vh - 80px);padding:18px;display:grid;overflow:auto}.history-item{border:1px solid var(--border);border-radius:8px;padding:12px}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.dashboard-card,.metric-tile{border:1px solid var(--border);background:#fff;border-radius:8px;box-shadow:0 1px 3px #0f172a0d}.dashboard-card{gap:16px;padding:18px;display:grid}.dashboard-card-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.dashboard-card-header h2{margin:0;font-size:17px;line-height:1.25}.dashboard-card-header p{color:var(--muted);margin:5px 0 0;font-size:13px}.dashboard-pill{background:var(--surface-soft);min-height:26px;color:var(--muted);border-radius:7px;align-items:center;padding:0 9px;font-size:12px;font-weight:750;display:inline-flex}.donut-card-body{grid-template-columns:148px minmax(0,1fr);align-items:center;gap:18px;display:grid}.donut{background:conic-gradient(var(--donut-gradient));border-radius:50%;place-items:center;width:148px;height:148px;display:grid}.donut>div{text-align:center;background:#fff;border-radius:50%;place-items:center;width:82px;height:82px;display:grid}.donut strong{font-size:19px;line-height:1}.donut span{color:var(--muted);font-size:11px;font-weight:700}.legend-list,.task-list,.queue-list,.mix-bars{gap:10px;display:grid}.legend-row,.queue-row,.task-row,.mix-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.legend-row{color:#344054;font-size:13px}.legend-row strong,.queue-row span,.mix-row strong{font-size:14px}.legend-dot{background:#94a3b8;border-radius:50%;flex:none;width:9px;height:9px}.legend-dot.green,.metric-tile.green .metric-icon,.metric-tile.green svg{color:#15803d;background:#dcfce7}.legend-dot.amber,.metric-tile.amber .metric-icon,.metric-tile.amber svg{color:#b45309;background:#fef3c7}.legend-dot.red,.metric-tile.red .metric-icon,.metric-tile.red svg{color:#dc2626;background:#fee2e2}.legend-dot.green{background:#22c55e}.legend-dot.amber{background:#f59e0b}.legend-dot.red{background:#ef4444}.action-card{background:linear-gradient(#fff 0%,#f8fbff 100%)}.action-focus{border:1px solid var(--border);background:var(--surface-soft);border-radius:8px;grid-template-columns:auto minmax(0,1fr);gap:14px;padding:14px;display:grid}.action-focus strong{font-size:17px;display:block}.action-focus p{color:var(--muted);margin:6px 0 0;font-size:13px}.metric-icon,.metric-tile>svg{border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;padding:10px;display:inline-flex}.action-buttons{flex-wrap:wrap;gap:10px;display:flex}.metric-tile{gap:10px;min-height:168px;padding:16px;display:grid}.metric-tile span{color:var(--muted);font-size:13px;font-weight:750}.metric-tile strong{font-size:34px;line-height:1}.metric-tile p{color:var(--muted);margin:0;font-size:13px}.wide-card{grid-column:span 2}.queue-row,.task-row{border-top:1px solid var(--border);padding-top:10px}.queue-row:first-child,.task-row:first-child{border-top:0;padding-top:0}.queue-row strong,.task-row strong{font-size:14px;display:block}.queue-row p,.task-row p{color:var(--muted);margin:4px 0 0;font-size:13px}.queue-row span{min-width:64px;color:var(--primary);justify-content:flex-end;font-weight:800;display:inline-flex}.bar{background:#e8eef6;border-radius:999px;height:9px;overflow:hidden}.bar span{border-radius:inherit;background:linear-gradient(90deg, var(--primary), #60a5fa);height:100%;display:block}.task-row{justify-content:flex-start}.auth-page{background:radial-gradient(circle at top left, #0f766e24, transparent 34rem), var(--background);place-items:center;min-height:100vh;padding:32px 18px;display:grid}.auth-card{border:1px solid var(--border);background:var(--surface);width:min(100%,430px);box-shadow:var(--shadow);border-radius:14px;gap:24px;padding:32px;display:grid}.auth-brand{color:var(--primary);align-items:center;gap:10px;font-size:18px;font-weight:800;display:flex}.auth-card h1{margin:0;font-size:32px;line-height:1.15}.auth-copy{color:var(--muted);margin:8px 0 0;font-size:14px;line-height:1.55}.auth-form{gap:16px;display:grid}.auth-form label{color:var(--text);gap:7px;font-size:13px;font-weight:750;display:grid}.auth-submit{width:100%;margin-top:2px}.auth-alert{border:1px solid;border-radius:8px;margin:0;padding:10px 12px;font-size:13px;line-height:1.45}.auth-alert.error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.auth-alert.success{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.auth-link{color:var(--primary);text-align:center;font-size:14px;font-weight:750}.auth-link:hover{text-decoration:underline}.dashboard-auth-gate{min-height:calc(100vh - 52px);color:var(--muted);justify-content:center;align-items:center;gap:10px;font-size:14px;font-weight:700;display:flex}.auth-spinner{border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:18px;height:18px;animation:.75s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (max-width:1000px){.app-shell{grid-template-columns:1fr}.sidebar{height:auto;position:static}.sidebar-nav{grid-template-columns:repeat(4,minmax(0,1fr))}.toolbar-row,.mode-controls,.filter-grid,.filter-grid.sealed,.product-card,.product-card.selecting,.form-grid{grid-template-columns:1fr}.mode-controls{justify-content:stretch}.mode-controls .segmented{width:100%}.mode-controls .segment{flex:1}.product-image{width:96px;height:128px}.dashboard-grid{grid-template-columns:1fr}.wide-card{grid-column:auto}.donut-card-body{grid-template-columns:1fr}}@media (max-width:640px){.main{padding:16px}.page-header,.sort-strip,.results-meta{flex-direction:column;align-items:stretch}.sidebar-nav{grid-template-columns:1fr 1fr}.auth-card{padding:24px}}
