.Quotes-module__ZyeZKW__container{background-color:#f8f9fa;min-height:100vh}.Quotes-module__ZyeZKW__header{background-color:#fff;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;box-shadow:0 2px 4px #0000001a}.Quotes-module__ZyeZKW__header h1{color:#333;margin:0}.Quotes-module__ZyeZKW__nav{align-items:center;gap:1rem;display:flex}.Quotes-module__ZyeZKW__nav a{color:#0070f3;white-space:nowrap;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s;display:flex}.Quotes-module__ZyeZKW__nav a:hover{background-color:#f0f0f0}.Quotes-module__ZyeZKW__icon{font-size:1.25rem;display:inline-block}.Quotes-module__ZyeZKW__navText{display:inline}.Quotes-module__ZyeZKW__loading{text-align:center;color:#666;padding:3rem;font-size:1.2rem}.Quotes-module__ZyeZKW__content{max-width:1200px;margin:2rem auto;padding:0 2rem}.Quotes-module__ZyeZKW__emptyState{text-align:center;background-color:#fff;border-radius:8px;padding:4rem 2rem;box-shadow:0 2px 4px #0000001a}.Quotes-module__ZyeZKW__emptyState h2{color:#333;margin:0 0 1rem}.Quotes-module__ZyeZKW__emptyState p{color:#666;margin-bottom:2rem}.Quotes-module__ZyeZKW__btnPrimary{color:#fff;background-color:#0070f3;border-radius:4px;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s;display:inline-block}.Quotes-module__ZyeZKW__btnPrimary:hover{background-color:#0051cc}.Quotes-module__ZyeZKW__quotesList{flex-direction:column;gap:1.5rem;display:flex}.Quotes-module__ZyeZKW__quoteCard{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.Quotes-module__ZyeZKW__quoteHeader{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Quotes-module__ZyeZKW__quoteHeader h3{color:#333;margin:0 0 .25rem}.Quotes-module__ZyeZKW__quoteDate{color:#666;margin:0;font-size:.875rem}.Quotes-module__ZyeZKW__statusDraft,.Quotes-module__ZyeZKW__statusPending,.Quotes-module__ZyeZKW__statusPriced,.Quotes-module__ZyeZKW__statusOrdered{border-radius:4px;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.Quotes-module__ZyeZKW__statusDraft{color:#495057;background-color:#e9ecef}.Quotes-module__ZyeZKW__statusPending{color:#856404;background-color:#fff3cd}.Quotes-module__ZyeZKW__statusPriced{color:#0c5460;background-color:#d1ecf1}.Quotes-module__ZyeZKW__statusOrdered{color:#155724;background-color:#d4edda}.Quotes-module__ZyeZKW__quoteItems{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.Quotes-module__ZyeZKW__quoteItem{border:1px solid #e0e0e0;border-radius:8px;grid-template-columns:100px 1fr auto;gap:1rem;padding:1rem;display:grid}.Quotes-module__ZyeZKW__itemImage{background-color:#f5f5f5;border-radius:4px;width:100px;height:100px;overflow:hidden}.Quotes-module__ZyeZKW__itemImage img{object-fit:cover;width:100%;height:100%}.Quotes-module__ZyeZKW__noImage{color:#999;justify-content:center;align-items:center;width:100%;height:100%;font-size:.75rem;display:flex}.Quotes-module__ZyeZKW__itemDetails h4{color:#333;margin:0 0 .25rem}.Quotes-module__ZyeZKW__itemSku,.Quotes-module__ZyeZKW__itemCategory,.Quotes-module__ZyeZKW__itemDimensions{color:#666;margin:0 0 .25rem;font-size:.875rem}.Quotes-module__ZyeZKW__itemAttributes{flex-wrap:wrap;gap:.5rem;margin:.5rem 0;display:flex}.Quotes-module__ZyeZKW__attributeItem{color:#495057;background-color:#e9ecef;border-radius:4px;padding:.25rem .5rem;font-size:.75rem}.Quotes-module__ZyeZKW__itemDimensions{color:#495057;background-color:#f8f9fa;border-radius:4px;margin:.5rem 0;padding:.5rem;font-size:.875rem}.Quotes-module__ZyeZKW__itemDimensions strong{color:#333}.Quotes-module__ZyeZKW__itemProcessing{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.Quotes-module__ZyeZKW__itemProcessing strong{color:#333;width:100%;margin-bottom:.25rem;font-size:.875rem;display:block}.Quotes-module__ZyeZKW__itemProcessing span{color:#666;background-color:#f0f0f0;border-radius:4px;padding:.25rem .5rem;font-size:.75rem}.Quotes-module__ZyeZKW__itemPrice{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.Quotes-module__ZyeZKW__priceQuoted{color:#0070f3;font-size:1.5rem;font-weight:600}.Quotes-module__ZyeZKW__priceNotSet{color:#999;font-size:.9rem;font-style:italic}.Quotes-module__ZyeZKW__btnRemove{color:#fff;cursor:pointer;background-color:#dc3545;border:none;border-radius:4px;padding:.4rem .8rem;font-size:.875rem;transition:all .2s}.Quotes-module__ZyeZKW__btnRemove:hover{background-color:#bb2d3b}.Quotes-module__ZyeZKW__quoteFooter{background-color:#f8f9fa;border-top:1px solid #e0e0e0;padding:1.5rem}.Quotes-module__ZyeZKW__quoteActions{justify-content:flex-end;gap:1rem;display:flex}.Quotes-module__ZyeZKW__btnSubmit,.Quotes-module__ZyeZKW__btnDelete{cursor:pointer;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.Quotes-module__ZyeZKW__btnSubmit{color:#fff;background-color:#0070f3}.Quotes-module__ZyeZKW__btnSubmit:hover:not(:disabled){background-color:#0051cc}.Quotes-module__ZyeZKW__btnSubmit:disabled{cursor:not-allowed;background-color:#ccc}.Quotes-module__ZyeZKW__btnDelete{color:#fff;background-color:#6c757d}.Quotes-module__ZyeZKW__btnDelete:hover{background-color:#5a6268}.Quotes-module__ZyeZKW__quoteValidity{color:#856404;background-color:#fff3cd;border-radius:4px;margin-bottom:.5rem;padding:.75rem}.Quotes-module__ZyeZKW__quoteAgent{color:#666;margin:0;font-size:.875rem}@media (max-width:768px){.Quotes-module__ZyeZKW__header{flex-wrap:wrap;padding:1rem}.Quotes-module__ZyeZKW__header h1{text-align:center;width:100%;margin-bottom:.75rem;font-size:1.2rem}.Quotes-module__ZyeZKW__nav{justify-content:center;gap:.5rem;width:100%}.Quotes-module__ZyeZKW__navText{display:none}.Quotes-module__ZyeZKW__nav a{justify-content:center;min-width:40px;padding:.5rem}.Quotes-module__ZyeZKW__icon{font-size:1.5rem}.Quotes-module__ZyeZKW__content{margin:1rem auto;padding:0 1rem}.Quotes-module__ZyeZKW__quoteItem{grid-template-columns:1fr}.Quotes-module__ZyeZKW__itemPrice{align-items:flex-start}.Quotes-module__ZyeZKW__quoteActions{flex-direction:column}.Quotes-module__ZyeZKW__btnSubmit,.Quotes-module__ZyeZKW__btnDelete{width:100%}}@media (max-width:480px){.Quotes-module__ZyeZKW__header{padding:.75rem .5rem}.Quotes-module__ZyeZKW__header h1{font-size:1rem}.Quotes-module__ZyeZKW__nav{gap:.25rem}.Quotes-module__ZyeZKW__nav a{min-width:36px;padding:.4rem}.Quotes-module__ZyeZKW__icon{font-size:1.3rem}.Quotes-module__ZyeZKW__content{margin:.5rem auto;padding:0 .5rem}}
