@import url("https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@400;500&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#ffffff;--bg-subtle:#f9fafb;--bg-muted:#f3f4f6;--border:#e5e7eb;--border-strong:#d1d5db;--text:#111827;--text-subtle:#6b7280;--text-muted:#9ca3af;--accent:#111827;--accent-fg:#ffffff;--status-received:#dbeafe;--status-received-text:#1d4ed8;--status-production:#fef3c7;--status-production-text:#92400e;--status-ready:#d1fae5;--status-ready-text:#065f46;--status-shipped:#e0e7ff;--status-shipped-text:#3730a3;--status-cancelled:#fee2e2;--status-cancelled-text:#991b1b;--sidebar-w:220px;--header-h:56px;--font-sans:"Geist",system-ui,sans-serif;--font-mono:"Geist Mono",monospace;--radius-sm:4px;--radius:6px;--radius-lg:10px}body,html{height:100%}body{font-family:var(--font-sans);font-size:14px;line-height:1.5;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}