.v2-workspace{--v2-bg-base:#fff;--v2-bg-subtle:#fafafa;--v2-bg-muted:#f5f5f5;--v2-bg-hover:#f0f0f0;--v2-bg-active:#e8e8e8;--v2-bg-selected:#f0f4ff;--v2-text-primary:#171717;--v2-text-secondary:#525252;--v2-text-tertiary:#a3a3a3;--v2-text-placeholder:#d4d4d4;--v2-border:#e5e5e5;--v2-border-subtle:#f0f0f0;--v2-border-focus:#6366f1;--v2-accent:#6366f1;--v2-accent-hover:#4f46e5;--v2-accent-subtle:#eef2ff;--v2-status-quoted:#737373;--v2-status-booked:#2563eb;--v2-status-dispatched:#d97706;--v2-status-arrived:#7c3aed;--v2-status-ondock:#0891b2;--v2-status-delivered:#16a34a;--v2-status-cancelled:#dc2626;--v2-views-width:220px;--v2-list-width:380px;--v2-header-height:52px;--v2-font:-apple-system,BlinkMacSystemFont,"Segoe UI","Inter",sans-serif;--v2-font-mono:"SF Mono","Fira Code",monospace;--v2-transition:.12s ease}.v2-workspace.dark{--v2-bg-base:#0a0a0a;--v2-bg-subtle:#141414;--v2-bg-muted:#1a1a1a;--v2-bg-hover:#262626;--v2-bg-active:#333;--v2-bg-selected:#1e1b4b;--v2-text-primary:#fafafa;--v2-text-secondary:#a3a3a3;--v2-text-tertiary:#525252;--v2-text-placeholder:#404040;--v2-border:#262626;--v2-border-subtle:#1f1f1f;--v2-accent-subtle:#1e1b4b}.v2-workspace{font-family:var(--v2-font);background:var(--v2-bg-base);color:var(--v2-text-primary);flex-direction:column;height:100vh;display:flex;overflow:hidden}.v2-header{height:var(--v2-header-height);border-bottom:1px solid var(--v2-border);background:var(--v2-bg-base);flex-shrink:0;align-items:center;gap:16px;padding:0 16px;display:flex}.v2-header-logo{color:var(--v2-text-primary);align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.v2-header-logo-icon{background:var(--v2-accent);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.v2-header-search{flex:1;max-width:400px;position:relative}.v2-header-search input{border:1px solid var(--v2-border);background:var(--v2-bg-subtle);width:100%;height:32px;color:var(--v2-text-primary);transition:var(--v2-transition);border-radius:6px;outline:none;padding:0 12px 0 32px;font-size:13px}.v2-header-search input:focus{border-color:var(--v2-border-focus);background:var(--v2-bg-base)}.v2-header-search input::placeholder{color:var(--v2-text-tertiary)}.v2-header-search-icon{color:var(--v2-text-tertiary);width:14px;height:14px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.v2-header-search-kbd{color:var(--v2-text-tertiary);background:var(--v2-bg-muted);font-size:11px;font-family:var(--v2-font-mono);border-radius:4px;padding:2px 6px;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.v2-header-actions{align-items:center;gap:8px;display:flex}.v2-panes{flex:1;display:flex;overflow:hidden}.v2-views{width:var(--v2-views-width);border-right:1px solid var(--v2-border);background:var(--v2-bg-subtle);flex-direction:column;flex-shrink:0;display:flex}.v2-views-header{text-transform:uppercase;letter-spacing:.05em;color:var(--v2-text-tertiary);padding:16px;font-size:11px;font-weight:600}.v2-views-list{flex:1;padding:0 8px;overflow-y:auto}.v2-view-item{color:var(--v2-text-secondary);cursor:pointer;transition:var(--v2-transition);border-radius:6px;align-items:center;gap:10px;margin-bottom:2px;padding:8px 12px;font-size:13px;display:flex}.v2-view-item:hover{background:var(--v2-bg-hover);color:var(--v2-text-primary)}.v2-view-item.active{background:var(--v2-bg-selected);color:var(--v2-accent);font-weight:500}.v2-view-item-icon{flex-shrink:0;width:16px;height:16px}.v2-view-item-label{flex:1}.v2-view-item-count{color:var(--v2-text-tertiary);text-align:right;min-width:24px;font-size:12px;font-weight:500}.v2-views-footer{border-top:1px solid var(--v2-border);padding:12px}.v2-list{width:var(--v2-list-width);border-right:1px solid var(--v2-border);background:var(--v2-bg-base);flex-direction:column;flex-shrink:0;display:flex}.v2-list-header{border-bottom:1px solid var(--v2-border);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.v2-list-title{color:var(--v2-text-primary);font-size:13px;font-weight:600}.v2-list-count{color:var(--v2-text-tertiary);font-size:12px;font-weight:500}.v2-list-items{flex:1;overflow-y:auto}.v2-list-item{border-bottom:1px solid var(--v2-border-subtle);cursor:pointer;transition:var(--v2-transition);padding:12px 16px}.v2-list-item:hover{background:var(--v2-bg-hover)}.v2-list-item.selected{background:var(--v2-bg-selected)}.v2-list-item.focused{outline:2px solid var(--v2-accent);outline-offset:-2px}.v2-list-item-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.v2-list-item-id{color:var(--v2-text-primary);font-size:13px;font-weight:600;font-family:var(--v2-font-mono)}.v2-list-item-time{color:var(--v2-text-tertiary);font-size:11px}.v2-list-item-ref{color:var(--v2-text-secondary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:12px;overflow:hidden}.v2-list-item-meta{align-items:center;gap:8px;display:flex}.v2-list-item-amount{color:var(--v2-text-primary);font-size:12px;font-weight:500}.v2-list-empty{height:100%;color:var(--v2-text-tertiary);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:32px;font-size:13px;display:flex}.v2-details{background:var(--v2-bg-base);flex-direction:column;flex:1;display:flex;overflow:hidden}.v2-details-empty{height:100%;color:var(--v2-text-tertiary);flex-direction:column;justify-content:center;align-items:center;font-size:13px;display:flex}.v2-details-empty-icon{width:48px;height:48px;color:var(--v2-text-placeholder);margin-bottom:16px}.v2-details-header{border-bottom:1px solid var(--v2-border);justify-content:space-between;align-items:flex-start;padding:20px 24px;display:flex}.v2-details-title{color:var(--v2-text-primary);font-size:18px;font-weight:600;font-family:var(--v2-font-mono)}.v2-details-subtitle{color:var(--v2-text-secondary);margin-top:4px;font-size:13px}.v2-details-actions{gap:8px;display:flex}.v2-details-content{flex:1;padding:24px;overflow-y:auto}.v2-details-section{margin-bottom:24px}.v2-details-section-title{text-transform:uppercase;letter-spacing:.05em;color:var(--v2-text-tertiary);margin-bottom:12px;font-size:11px;font-weight:600}.v2-details-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.v2-details-field{flex-direction:column;gap:4px;display:flex}.v2-details-label{color:var(--v2-text-tertiary);font-size:12px}.v2-details-value{color:var(--v2-text-primary);font-size:14px;font-weight:500}.v2-status{text-transform:uppercase;letter-spacing:.02em;border-radius:4px;align-items:center;gap:6px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.v2-status-dot{border-radius:50%;width:6px;height:6px}.v2-status-quoted{color:#737373;background:#f5f5f5}.v2-status-quoted .v2-status-dot{background:#737373}.v2-status-booked{color:#1d4ed8;background:#dbeafe}.v2-status-booked .v2-status-dot{background:#2563eb}.v2-status-dispatched{color:#b45309;background:#fef3c7}.v2-status-dispatched .v2-status-dot{background:#d97706}.v2-status-arrived{color:#6d28d9;background:#ede9fe}.v2-status-arrived .v2-status-dot{background:#7c3aed}.v2-status-on_dock{color:#0e7490;background:#cffafe}.v2-status-on_dock .v2-status-dot{background:#0891b2}.v2-status-delivered{color:#15803d;background:#dcfce7}.v2-status-delivered .v2-status-dot{background:#16a34a}.v2-status-cancelled{color:#b91c1c;background:#fee2e2}.v2-status-cancelled .v2-status-dot{background:#dc2626}.v2-btn{cursor:pointer;transition:var(--v2-transition);color:var(--v2-text-primary);background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;display:inline-flex}.v2-btn:disabled{opacity:.5;cursor:not-allowed}.v2-btn-primary{background:var(--v2-accent);color:#fff;border-color:var(--v2-accent)}.v2-btn-primary:hover:not(:disabled){background:var(--v2-accent-hover)}.v2-btn-secondary{background:var(--v2-bg-muted);border-color:var(--v2-border)}.v2-btn-secondary:hover:not(:disabled){background:var(--v2-bg-hover)}.v2-btn-ghost{color:var(--v2-text-secondary)}.v2-btn-ghost:hover:not(:disabled){background:var(--v2-bg-hover);color:var(--v2-text-primary)}.v2-btn-sm{padding:4px 8px;font-size:12px}.v2-btn-icon{padding:6px}.v2-btn svg{width:14px;height:14px}.v2-command-overlay{z-index:100;background:#00000080;justify-content:center;align-items:flex-start;padding-top:20vh;animation:.1s v2-fadeIn;display:flex;position:fixed;inset:0}.v2-command{background:var(--v2-bg-base);border:1px solid var(--v2-border);border-radius:12px;width:560px;max-height:400px;animation:.15s v2-slideUp;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.v2-command-input{border-bottom:1px solid var(--v2-border);align-items:center;gap:12px;padding:16px;display:flex}.v2-command-input input{color:var(--v2-text-primary);background:0 0;border:none;outline:none;flex:1;font-size:15px}.v2-command-input input::placeholder{color:var(--v2-text-tertiary)}.v2-command-list{max-height:320px;padding:8px;overflow-y:auto}.v2-command-group-title{text-transform:uppercase;letter-spacing:.05em;color:var(--v2-text-tertiary);padding:8px 12px 6px;font-size:11px;font-weight:600}.v2-command-item{cursor:pointer;transition:var(--v2-transition);border-radius:6px;align-items:center;gap:12px;padding:10px 12px;display:flex}.v2-command-item:hover,.v2-command-item.selected{background:var(--v2-bg-hover)}.v2-command-item-icon{width:16px;height:16px;color:var(--v2-text-tertiary)}.v2-command-item-label{color:var(--v2-text-primary);flex:1;font-size:13px}.v2-command-item-kbd{color:var(--v2-text-tertiary);font-size:11px;font-family:var(--v2-font-mono)}@keyframes v2-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes v2-slideUp{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:1024px){.v2-views{width:200px}.v2-list{width:320px}}@media (max-width:768px){.v2-panes{flex-direction:column}.v2-views{display:none}.v2-list{border-right:none;border-bottom:1px solid var(--v2-border);width:100%;height:40%}.v2-details{height:60%}}.v2-workspace ::-webkit-scrollbar{width:8px;height:8px}.v2-workspace ::-webkit-scrollbar-track{background:0 0}.v2-workspace ::-webkit-scrollbar-thumb{background:var(--v2-border);border-radius:4px}.v2-workspace ::-webkit-scrollbar-thumb:hover{background:var(--v2-text-tertiary)}
