:root{font-family:Arial,sans-serif;color:#1f2937;background:#f5f7fa}*{box-sizing:border-box}[hidden]{display:none!important}body{margin:0}header{display:flex;justify-content:space-between;padding:16px 5%;background:#fff;border-bottom:1px solid #ddd}main{max-width:1180px;margin:28px auto;padding:0 16px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:16px;box-shadow:0 2px 8px #0000000a}.narrow{max-width:420px;margin:80px auto}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.toolbar,.products-heading,.item-heading,.history-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.toolbar-actions{display:flex;align-items:center;gap:10px}.toolbar-actions form{margin:0}.products-heading h2,.products-heading p,.item-heading h2,.item-heading p,.history-heading h3{margin:0 0 5px}.link{text-decoration:none;color:inherit}.button,button{display:inline-block;background:#1f6feb;color:#fff;border:0;border-radius:8px;padding:11px 16px;text-decoration:none;cursor:pointer}.secondary{background:#4b5563}.small{padding:7px 10px}button:disabled{cursor:not-allowed;opacity:.45}label{display:block;font-weight:600;margin:12px 0}input,select,textarea{width:100%;padding:10px;border:1px solid #cbd5e1;border-radius:7px;margin-top:5px;background:white}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.product-row{display:grid;grid-template-columns:minmax(220px,2fr) minmax(110px,.7fr) minmax(150px,1fr) minmax(200px,1.5fr) auto;gap:12px;align-items:end;padding:14px;margin-bottom:12px;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc}.product-row label{margin:0}.remove-product{background:#b91c1c;margin-bottom:1px}.seller-product{border-left:5px solid #1f6feb}.quote-history-card{transition:transform .15s,border-color .15s}.quote-history-card:hover{transform:translateY(-2px);border-color:#93c5fd}.history-heading{margin-bottom:10px}.history-metrics{display:flex;gap:18px;padding-top:12px;border-top:1px solid #e5e7eb;color:#475569}.history-metrics span{white-space:nowrap}.order-text{min-height:220px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;line-height:1.5;background:#f8fafc}.copy-feedback{min-height:20px;margin-bottom:0;color:#166534}.empty-state{text-align:center;padding:40px 20px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:10px;border-bottom:1px solid #e5e7eb;vertical-align:top}.comparison-table{min-width:1200px}.comparison-table th{white-space:nowrap;background:#f8fafc}.best-row{background:#fffbeb}.selected-row{background:#ecfdf5}.best-badge,.selected-badge,.status{display:inline-block;border-radius:999px;padding:4px 8px;font-size:.75rem;font-weight:700}.best-badge{display:block;width:max-content;margin-top:6px;background:#fef3c7;color:#92400e}.selected-badge,.status-closed,.status-finalized{background:#dcfce7;color:#166534}.status-open{background:#dbeafe;color:#1d4ed8}.status-draft{background:#e5e7eb;color:#374151}.chosen-text{color:#166534}.decision-form{min-width:190px}.decision-form input{margin:0 0 7px}.hint{font-size:.9rem;color:#64748b}.error{color:#b91c1c}.success{background:#ecfdf5;padding:10px;border-radius:8px;color:#166534}.product h3{margin-bottom:4px}@media(max-width:850px){.product-row{grid-template-columns:1fr 1fr}.remove-product{grid-column:1/-1}}@media(max-width:600px){.toolbar,.products-heading,.item-heading{align-items:flex-start;flex-direction:column}.toolbar-actions{align-items:stretch;flex-direction:column;width:100%}.toolbar-actions .button,.toolbar-actions button{width:100%;text-align:center}.history-metrics{gap:10px;justify-content:space-between;font-size:.85rem}header{padding:14px 16px}.card{padding:15px}.product-row{grid-template-columns:1fr}}
