html,body{height:100%;margin:0;font-family:Roboto,sans-serif;font-size:14px;color:#1a1a1a;background:#f8f9fa}*{box-sizing:border-box}.card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-bottom:1.25rem}.card h2{font-size:1.1rem;font-weight:600;margin:0 0 1.25rem;color:#1a1a1a}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.field label{font-size:.875rem;font-weight:500;color:#333}.field input,.field select,.field textarea{padding:.5rem .75rem;border:1px solid #ccc;border-radius:6px;font-size:.9rem;font-family:inherit;background:#fafafa;transition:border-color .15s;color:#1a1a1a}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:#480055;background:#fff}.field input.invalid,.field select.invalid,.field textarea.invalid{border-color:#dc3545}.field textarea{resize:vertical}.field .error-msg{font-size:.78rem;color:#dc3545}.row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.btn,.btn-ghost,.btn-secondary,.btn-primary{display:inline-flex;align-items:center;gap:6px;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;border:none;transition:background .15s,opacity .15s;text-decoration:none;line-height:1}.btn .material-icons,.btn-ghost .material-icons,.btn-secondary .material-icons,.btn-primary .material-icons{font-size:18px;line-height:1}.btn:disabled,.btn-ghost:disabled,.btn-secondary:disabled,.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:#3fbb63;color:#fff}.btn-primary:hover:not(:disabled){background:#34a456}.btn-secondary{background:#fff;color:#480055;border:1px solid #480055}.btn-secondary:hover:not(:disabled){background:#f8f0ff}.btn-ghost{background:transparent;color:#555;border:1px solid #ccc}.btn-ghost:hover:not(:disabled){background:#f5f5f5}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.page-header h1{margin:0;font-size:1.5rem;font-weight:700}.page-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.alert{padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.alert.error{background:#fdecea;color:#c0392b;border:1px solid #f5c6cb}.alert.success{background:#e9f7ef;color:#1e7e34;border:1px solid #c3e6cb}.status-chip{display:inline-block;padding:2px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;background:#e0e0e0;color:#333}.status-chip.status-draft{background:#eceff1;color:#455a64}.status-chip.status-proposal_sent{background:#fff8e1;color:#f57f17}.status-chip.status-accepted{background:#e8f5e9;color:#2e7d32}.status-chip.status-rejected{background:#ffebee;color:#c62828}.status-chip.status-closed,.status-chip.status-cancelled{background:#f5f5f5;color:#757575}.status-chip.status-scheduled{background:#f3e5f5;color:#6a1b9a}.status-chip.status-in_production{background:#e3f2fd;color:#1565c0}.status-chip.status-ready{background:#e8f5e9;color:#2e7d32}.status-chip.status-delivered{background:#e0f2f1;color:#00695c}.status-chip.status-invoiced{background:#fce4ec;color:#880e4f}.required{color:#dc3545}@media(max-width:768px){.btn,.btn-primary,.btn-secondary,.btn-ghost{min-height:44px;padding:.6rem 1rem}.page-header{flex-wrap:wrap;gap:.75rem}.page-header h1{font-size:1.25rem}}
