:root{--ds-color-text: var(--p-text-color, #1e293b);--ds-color-text-muted: var(--p-text-muted-color, #64748b);--ds-color-border: var(--p-content-border-color, #e2e8f0);--ds-color-surface-0: var(--p-surface-0, #fff);--ds-color-surface-100: var(--p-surface-100, #f1f5f9);--ds-color-surface-300: var(--p-surface-300, #cbd5e1);--ds-color-primary: var(--p-primary-color, #6366f1);--ds-color-primary-contrast: var(--p-primary-contrast-color, #fff);--ds-color-danger: #dc2626;--ds-color-danger-hover: #b91c1c;--ds-radius: .5rem}.field{display:flex;flex-direction:column;gap:.35rem}.field-hint{font-size:.875rem;color:var(--ds-color-text-muted)}.form-actions{margin-top:.5rem}.back-link{display:inline-block;margin-bottom:1rem}.detail-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.detail-actions{display:flex;gap:.5rem}.item-thumbnail-placeholder{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px dashed var(--ds-color-surface-300);border-radius:4px;background:var(--ds-color-surface-100);color:var(--ds-color-text-muted);padding:0}.manifest-section{display:flex;flex-direction:column;gap:1rem}.manifest-section h2{margin:0}.po-field-row,.company-field-row{display:flex;align-items:center;gap:.5rem}.company-field-row p-select{flex:1}.filter-field{display:flex;flex-direction:column;gap:.35rem;min-width:12rem}.list-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.bordered-row{padding:.75rem;border:1px solid var(--ds-color-border);border-radius:var(--ds-radius)}.form{display:flex;flex-direction:column;gap:1rem}.form-narrow{max-width:28rem}.form-wide{max-width:44rem}.detail-grid{display:grid;grid-template-columns:max-content 1fr;gap:.5rem 1.5rem;margin:0}.detail-grid dt{font-weight:600;color:var(--ds-color-text-muted)}.detail-grid dd{margin:0}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}
