*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0f0f0f;--bg-secondary: #1a1a1a;--bg-tertiary: #252525;--border: #333;--text-primary: #e0e0e0;--text-secondary: #888;--text-mono: #b0b0b0;--accent: #4a9eff;--accent-hover: #3a8eef;--status-draft: #666;--status-submitted: #4a9eff;--status-ordered: #f0ad4e;--status-shipped: #e67e22;--status-received: #27ae60;--status-cancelled: #e74c3c;--status-partial: #9b59b6;--warning: #d4a017}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh}code,.mono{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:.9em;color:var(--text-mono)}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit;background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-primary);padding:8px 12px;border-radius:4px;font-size:14px}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent)}table{width:100%;border-collapse:collapse}th,td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--border)}th{font-weight:600;color:var(--text-secondary);font-size:12px;text-transform:uppercase;letter-spacing:.5px}tr:hover{background:var(--bg-tertiary)}
