:root{--primary: #c5a059;--primary-light: #d4af37;--secondary: #1e3a8a;--accent: #d4af37;--background: #f8fafc;--surface: #ffffff;--text-main: #1e293b;--text-muted: #64748b;--border: #e2e8f0;--radius: 12px;--shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--transition: all .3s cubic-bezier(.4, 0, .2, 1)}[data-theme=dark]{--background: #0a0a0a;--surface: #141414;--text-main: #ffffff;--text-muted: #888888;--border: #222222;--shadow: 0 10px 15px -3px rgb(0 0 0 / .8)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--background);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased;transition:var(--transition)}h1,h2,h3,h4,.heading{font-family:Outfit,sans-serif;font-weight:600}.table-container{display:block!important}.mobile-list{display:none!important}@media (max-width: 768px){.table-container{display:none!important}.mobile-list{display:block!important}}.mobile-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;margin-bottom:16px;box-shadow:var(--shadow)}.mobile-card-header{border-bottom:1px solid var(--border);padding-bottom:12px;margin-bottom:12px}.mobile-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:14px}.mobile-label{color:var(--text-muted);font-weight:500}.mobile-value{color:var(--text-main);font-weight:600;text-align:right;max-width:60%}.status-badge{padding:4px 8px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase}.status-badge.pending{background:#fef9c3;color:#b45309}.status-badge.processed{background:#dbeafe;color:#1e40af}.status-badge.confirmed{background:#e0e7ff;color:#3730a3}.status-badge.purchased{background:#f3e8ff;color:#6b21a8}.status-badge.received{background:#ffedd5;color:#9a3412}.status-badge.delivered{background:#dcfce7;color:#166534}.status-badge.cancelled{background:#fee2e2;color:#991b1b}.link-icon{display:flex;align-items:center;gap:4px;color:var(--primary);text-decoration:none;font-weight:500}.card-header-flex{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.search-bar{display:flex;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--border);padding:8px 16px;border-radius:var(--radius);width:100%;max-width:400px;color:var(--text-muted)}.search-bar input{border:none;background:transparent;outline:none;width:100%;color:var(--text-main);font-size:14px}@media (max-width: 768px){.card-header-flex{flex-direction:column;align-items:flex-start!important;gap:16px}.card-header-flex h3{text-align:left!important;width:100%;margin-bottom:0!important}.search-bar{max-width:100%!important;width:100%!important}.dashboard-actions{flex-direction:column;width:100%;gap:12px}.dashboard-actions button{width:100%!important;justify-content:center;padding:14px}}
