*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #2563eb;--primary-hover: #1d4ed8;--primary-light: #eff6ff;--danger: #dc2626;--danger-hover: #b91c1c;--success: #16a34a;--warning: #f59e0b;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--radius: 8px;--shadow: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 6px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.06)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--gray-800);background:var(--gray-50);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:500;border:none;border-radius:var(--radius);padding:.5rem 1rem;transition:all .15s ease}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:var(--danger-hover)}.btn-secondary{background:var(--gray-200);color:var(--gray-700)}.btn-secondary:hover{background:var(--gray-300)}.btn-outline{background:transparent;border:1px solid var(--gray-300);color:var(--gray-700)}.btn-outline:hover{background:var(--gray-100)}.btn-sm{padding:.25rem .75rem;font-size:.8rem}input,select,textarea{font-family:inherit;font-size:.875rem;border:1px solid var(--gray-300);border-radius:var(--radius);padding:.5rem .75rem;width:100%;transition:border-color .15s;background:#fff}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}label{display:block;font-size:.8rem;font-weight:500;color:var(--gray-600);margin-bottom:.25rem}.card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.page-title{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.error-text{color:var(--danger);font-size:.8rem;margin-top:.25rem}.badge{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:500;white-space:nowrap}.badge-new{background:#dbeafe;color:#1e40af}.badge-quote{background:#fef3c7;color:#92400e}.badge-partial{background:#ffedd5;color:#9a3412}.badge-paid{background:#d1fae5;color:#065f46}.badge-delivered{background:#e0e7ff;color:#3730a3}.badge-rejected{background:#fee2e2;color:#991b1b}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.85rem}thead th{text-align:left;padding:.75rem;background:var(--gray-50);border-bottom:2px solid var(--gray-200);font-weight:600;color:var(--gray-600);white-space:nowrap}tbody td{padding:.75rem;border-bottom:1px solid var(--gray-100);vertical-align:top}tbody tr:hover{background:var(--gray-50)}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;align-items:flex-end}.filters .form-group{margin-bottom:0}.filters select,.filters input{min-width:140px}@media(max-width:768px){.form-row{grid-template-columns:1fr}.filters{flex-direction:column;align-items:stretch}.filters select,.filters input{min-width:auto}.page-title{font-size:1.25rem}.card{padding:1rem}thead th,tbody td{padding:.5rem;font-size:.8rem}}
