.QuoteBoard-module__R8OH-a__boardColumn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141499;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;flex-shrink:0;min-width:300px;max-width:320px;height:calc(100vh - 300px);min-height:500px;display:flex}.QuoteBoard-module__R8OH-a__columnHeader{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#141414f2;border-bottom:1px solid #ffffff0d;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:1.25rem;display:flex;position:sticky;top:0}.QuoteBoard-module__R8OH-a__columnTitle{align-items:center;gap:.75rem;display:flex}.QuoteBoard-module__R8OH-a__columnTitle h3{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:1rem;font-weight:600}.QuoteBoard-module__R8OH-a__columnCount{min-width:24px;height:24px;color:var(--primary-blue);background:#0066ff26;border:1px solid #0066ff4d;border-radius:12px;justify-content:center;align-items:center;padding:0 8px;font-size:.75rem;font-weight:600;display:inline-flex}.QuoteBoard-module__R8OH-a__columnAddButton{width:32px;height:32px;color:var(--primary-blue);cursor:pointer;background:#0066ff1a;border:1px solid #0066ff4d;border-radius:6px;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;transition:all .2s;display:flex}.QuoteBoard-module__R8OH-a__columnAddButton:hover{border-color:var(--primary-blue);background:#06f3;transform:scale(1.05)}.QuoteBoard-module__R8OH-a__columnCards{flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow:hidden auto}.QuoteBoard-module__R8OH-a__columnCards::-webkit-scrollbar{width:8px}.QuoteBoard-module__R8OH-a__columnCards::-webkit-scrollbar-track{background:#ffffff05;border-radius:4px}.QuoteBoard-module__R8OH-a__columnCards::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.QuoteBoard-module__R8OH-a__columnCards::-webkit-scrollbar-thumb:hover{background:#ffffff26}.QuoteBoard-module__R8OH-a__boardCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:linear-gradient(135deg,#141414e6 0%,#141414b3 100%);border:1px solid #ffffff0d;border-radius:8px;flex-shrink:0;min-height:260px;transition:all .2s;position:relative;overflow:hidden}.QuoteBoard-module__R8OH-a__boardCard:hover{border-color:#0066ff4d;transform:translateY(-2px);box-shadow:0 8px 32px #0066ff26}.QuoteBoard-module__R8OH-a__boardCard:before{content:"";background:var(--primary-blue);height:2px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.QuoteBoard-module__R8OH-a__boardCard:hover:before{transform:scaleX(1)}.QuoteBoard-module__R8OH-a__cardImage{background:#0a0a0acc;justify-content:center;align-items:center;width:100%;height:160px;display:flex;overflow:hidden}.QuoteBoard-module__R8OH-a__cardImage img{object-fit:cover;width:100%;height:100%}.QuoteBoard-module__R8OH-a__cardImagePlaceholder{color:#06f6;background:linear-gradient(135deg,#0066ff1a 0%,#0066ff0d 100%);justify-content:center;align-items:center;width:100%;height:160px;display:flex}.QuoteBoard-module__R8OH-a__cardImagePlaceholder svg{opacity:.5}.QuoteBoard-module__R8OH-a__cardContent{flex-direction:column;gap:.5rem;padding:1rem;display:flex}.QuoteBoard-module__R8OH-a__cardHeader{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.25rem;display:flex}.QuoteBoard-module__R8OH-a__cardTitle{color:var(--text-primary);flex:1;margin:0;font-size:.9375rem;font-weight:600}.QuoteBoard-module__R8OH-a__cardStatus{text-transform:uppercase;letter-spacing:.025em;white-space:nowrap;border-radius:12px;flex-shrink:0;padding:.25rem .625rem;font-size:.625rem;font-weight:600}.QuoteBoard-module__R8OH-a__statusDraft{color:#9ca3af;background:#9ca3af1a}.QuoteBoard-module__R8OH-a__statusSent{color:#3b82f6;background:#3b82f61a}.QuoteBoard-module__R8OH-a__statusViewed{color:#8b5cf6;background:#8b5cf61a}.QuoteBoard-module__R8OH-a__statusAccepted{color:#22c55e;background:#22c55e1a}.QuoteBoard-module__R8OH-a__statusRejected{color:#ef4444;background:#ef44441a}.QuoteBoard-module__R8OH-a__statusExpired{color:#fb923c;background:#fb923c1a}.QuoteBoard-module__R8OH-a__statusCancelled{color:#6b7280;background:#6b72801a}.QuoteBoard-module__R8OH-a__cardClient{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.875rem;font-weight:500;overflow:hidden}.QuoteBoard-module__R8OH-a__cardCompany{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.75rem;overflow:hidden}.QuoteBoard-module__R8OH-a__cardFooter{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:.75rem;display:flex}.QuoteBoard-module__R8OH-a__cardAmount{color:var(--primary-blue);font-size:1rem;font-weight:600}.QuoteBoard-module__R8OH-a__cardDate{color:var(--text-secondary);font-size:.75rem}.QuoteBoard-module__R8OH-a__cardPreviewButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:32px;height:32px;color:var(--primary-blue);cursor:pointer;opacity:0;background:#141414e6;border:1px solid #4299e14d;border-radius:6px;justify-content:center;align-items:center;font-size:1rem;transition:all .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.QuoteBoard-module__R8OH-a__boardCard:hover .QuoteBoard-module__R8OH-a__cardPreviewButton{opacity:1}.QuoteBoard-module__R8OH-a__cardPreviewButton:hover{border-color:var(--primary-blue);background:#06f3;transform:scale(1.1)}.QuoteBoard-module__R8OH-a__columnEmpty{color:var(--text-secondary);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1.5rem;font-size:.875rem;display:flex}.QuoteBoard-module__R8OH-a__columnEmpty svg{opacity:.3;width:48px;height:48px;margin-bottom:1rem}@media (max-width:768px){.QuoteBoard-module__R8OH-a__boardColumn{min-width:300px;max-width:300px;height:auto;min-height:400px}.QuoteBoard-module__R8OH-a__cardImage,.QuoteBoard-module__R8OH-a__cardImagePlaceholder{height:120px}.QuoteBoard-module__R8OH-a__cardContent{padding:.875rem}.QuoteBoard-module__R8OH-a__cardTitle{font-size:.875rem}.QuoteBoard-module__R8OH-a__cardAmount{font-size:.9375rem}}
.ProductCatalog-module__abFv7W__modal{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#141414f2 0%,#141414d9 100%);border:1px solid #ffffff0d;border-radius:12px;width:1200px;max-width:90vw;max-height:90vh;box-shadow:0 8px 32px #0066ff1a}.ProductCatalog-module__abFv7W__formModal{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#141414f2 0%,#141414d9 100%);border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;max-width:600px;max-height:90vh;display:flex;box-shadow:0 8px 32px #0066ff1a}.ProductCatalog-module__abFv7W__modalHeader{border-bottom:1px solid #ffffff0d;padding-bottom:1rem}.ProductCatalog-module__abFv7W__modalTitle{color:#fff;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;display:flex}.ProductCatalog-module__abFv7W__content{flex-direction:column;gap:1rem;padding:1rem 0;display:flex}.ProductCatalog-module__abFv7W__filters{flex-direction:column;gap:.75rem;display:flex}.ProductCatalog-module__abFv7W__searchContainer{position:relative}.ProductCatalog-module__abFv7W__searchIcon{width:18px;height:18px;color:var(--text-secondary);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.ProductCatalog-module__abFv7W__searchInput{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:.625rem .75rem .625rem 2.5rem;font-size:.875rem;transition:all .2s}.ProductCatalog-module__abFv7W__searchInput::placeholder{color:var(--text-secondary)}.ProductCatalog-module__abFv7W__searchInput:focus{border-color:var(--primary-blue);background:#ffffff0d;outline:none}.ProductCatalog-module__abFv7W__filterOptions{gap:1rem;display:flex}.ProductCatalog-module__abFv7W__checkbox{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.ProductCatalog-module__abFv7W__checkbox input[type=checkbox]{cursor:pointer}.ProductCatalog-module__abFv7W__actions{justify-content:flex-end;display:flex}.ProductCatalog-module__abFv7W__addButton{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.ProductCatalog-module__abFv7W__addButton:hover{background:#0052cc;transform:translateY(-1px)}.ProductCatalog-module__abFv7W__tableContainer{border:1px solid #ffffff0d;border-radius:8px;max-height:500px;overflow:auto}.ProductCatalog-module__abFv7W__table{border-collapse:collapse;width:100%;font-size:.875rem}.ProductCatalog-module__abFv7W__table thead{z-index:10;background:#141414f2;position:sticky;top:0}.ProductCatalog-module__abFv7W__table th{text-align:left;color:var(--text-secondary);white-space:nowrap;border-bottom:1px solid #ffffff1a;padding:.75rem;font-weight:600}.ProductCatalog-module__abFv7W__table td{color:#fff;border-bottom:1px solid #ffffff0d;padding:.75rem}.ProductCatalog-module__abFv7W__table tbody tr{transition:background .2s}.ProductCatalog-module__abFv7W__table tbody tr:hover{background:#ffffff05}.ProductCatalog-module__abFv7W__table tbody tr.ProductCatalog-module__abFv7W__inactive{opacity:.5}.ProductCatalog-module__abFv7W__productName{flex-direction:column;gap:.25rem;display:flex}.ProductCatalog-module__abFv7W__name{color:#fff;font-weight:500}.ProductCatalog-module__abFv7W__description{color:var(--text-secondary);font-size:.75rem}.ProductCatalog-module__abFv7W__sku{color:var(--text-secondary);background:#ffffff0d;border-radius:4px;padding:.125rem .375rem;font-family:monospace;font-size:.75rem}.ProductCatalog-module__abFv7W__serviceBadge,.ProductCatalog-module__abFv7W__productBadge{border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.ProductCatalog-module__abFv7W__serviceBadge{color:#a78bfa;background:#8b5cf633}.ProductCatalog-module__abFv7W__productBadge{color:#60a5fa;background:#3b82f633}.ProductCatalog-module__abFv7W__price{color:var(--primary-blue);font-weight:600}.ProductCatalog-module__abFv7W__taxableYes,.ProductCatalog-module__abFv7W__taxableNo{font-size:.75rem}.ProductCatalog-module__abFv7W__taxableYes{color:#22c55e}.ProductCatalog-module__abFv7W__taxableNo{color:var(--text-secondary)}.ProductCatalog-module__abFv7W__activeStatus,.ProductCatalog-module__abFv7W__inactiveStatus{border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.ProductCatalog-module__abFv7W__activeStatus{color:#22c55e;background:#22c55e33}.ProductCatalog-module__abFv7W__inactiveStatus{color:#ef4444;background:#ef444433}.ProductCatalog-module__abFv7W__actionButtons{gap:.5rem;display:flex}.ProductCatalog-module__abFv7W__editButton,.ProductCatalog-module__abFv7W__deleteButton{cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.375rem;transition:all .2s;display:flex}.ProductCatalog-module__abFv7W__editButton{color:#60a5fa;background:#3b82f633}.ProductCatalog-module__abFv7W__editButton:hover{background:#3b82f64d}.ProductCatalog-module__abFv7W__deleteButton{color:#ef4444;background:#ef444433}.ProductCatalog-module__abFv7W__deleteButton:hover{background:#ef44444d}.ProductCatalog-module__abFv7W__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.ProductCatalog-module__abFv7W__emptyIcon{width:64px;height:64px;color:var(--text-secondary);margin-bottom:1rem}.ProductCatalog-module__abFv7W__emptyTitle{color:#fff;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.ProductCatalog-module__abFv7W__emptyDescription{color:var(--text-secondary);margin-bottom:1.5rem}.ProductCatalog-module__abFv7W__emptyButton{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.ProductCatalog-module__abFv7W__emptyButton:hover{background:#0052cc}.ProductCatalog-module__abFv7W__loading{text-align:center;color:var(--text-secondary);padding:3rem}.ProductCatalog-module__abFv7W__summary{text-align:center;color:var(--text-secondary);padding-top:.5rem;font-size:.875rem}.ProductCatalog-module__abFv7W__modalFooter{border-top:1px solid #ffffff0d;justify-content:flex-end;padding-top:1rem;display:flex}.ProductCatalog-module__abFv7W__closeButton{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.625rem 1.5rem;font-weight:500;transition:all .2s}.ProductCatalog-module__abFv7W__closeButton:hover{background:#ffffff14}.ProductCatalog-module__abFv7W__form{flex-direction:column;flex:1;gap:1.5rem;min-height:0;padding:1rem 0;display:flex;overflow-y:auto}.ProductCatalog-module__abFv7W__error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;padding:.75rem;font-size:.875rem}.ProductCatalog-module__abFv7W__formGroup{flex-direction:column;gap:.5rem;display:flex}.ProductCatalog-module__abFv7W__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ProductCatalog-module__abFv7W__label{color:#fff;font-size:.875rem;font-weight:500}.ProductCatalog-module__abFv7W__required{color:#ef4444}.ProductCatalog-module__abFv7W__input,.ProductCatalog-module__abFv7W__textarea,.ProductCatalog-module__abFv7W__select{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;padding:.625rem .75rem;font-size:.875rem;transition:all .2s}.ProductCatalog-module__abFv7W__input::placeholder,.ProductCatalog-module__abFv7W__textarea::placeholder{color:var(--text-secondary)}.ProductCatalog-module__abFv7W__input:focus,.ProductCatalog-module__abFv7W__textarea:focus,.ProductCatalog-module__abFv7W__select:focus{border-color:var(--primary-blue);background:#ffffff0d;outline:none}.ProductCatalog-module__abFv7W__textarea{resize:vertical;font-family:inherit}.ProductCatalog-module__abFv7W__inputPrefix{position:relative}.ProductCatalog-module__abFv7W__prefix{color:var(--text-secondary);pointer-events:none;font-weight:500;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.ProductCatalog-module__abFv7W__inputWithPrefix{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:.625rem .75rem .625rem 2rem;font-size:.875rem;transition:all .2s}.ProductCatalog-module__abFv7W__inputWithPrefix:focus{border-color:var(--primary-blue);background:#ffffff0d;outline:none}.ProductCatalog-module__abFv7W__checkboxGroup{flex-direction:column;gap:.75rem;display:flex}.ProductCatalog-module__abFv7W__checkboxLabel{color:#fff;cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.ProductCatalog-module__abFv7W__checkboxInput{cursor:pointer;width:16px;height:16px}.ProductCatalog-module__abFv7W__formActions{border-top:1px solid #ffffff0d;justify-content:flex-end;gap:.75rem;padding-top:1rem;display:flex}.ProductCatalog-module__abFv7W__cancelButton{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.625rem 1.25rem;font-weight:500;transition:all .2s}.ProductCatalog-module__abFv7W__cancelButton:hover{background:#ffffff14}.ProductCatalog-module__abFv7W__submitButton{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.625rem 1.25rem;font-weight:500;transition:all .2s}.ProductCatalog-module__abFv7W__submitButton:hover:not(:disabled){background:#0052cc}.ProductCatalog-module__abFv7W__submitButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.ProductCatalog-module__abFv7W__modal{max-width:95vw;max-height:95vh;padding:1rem}.ProductCatalog-module__abFv7W__formModal{flex-direction:column;max-width:95vw;max-height:90vh;padding:1rem;display:flex}.ProductCatalog-module__abFv7W__modalTitle{font-size:1.125rem}.ProductCatalog-module__abFv7W__formRow{grid-template-columns:1fr;gap:1.5rem}.ProductCatalog-module__abFv7W__searchInput{font-size:16px}.ProductCatalog-module__abFv7W__actions{justify-content:stretch}.ProductCatalog-module__abFv7W__addButton{justify-content:center;width:100%;min-height:44px}.ProductCatalog-module__abFv7W__tableContainer{border:none}.ProductCatalog-module__abFv7W__table{border:0}.ProductCatalog-module__abFv7W__table thead{display:none}.ProductCatalog-module__abFv7W__table tbody{display:block}.ProductCatalog-module__abFv7W__table tbody tr{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;margin-bottom:1rem;padding:1rem;display:block}.ProductCatalog-module__abFv7W__table tbody tr.ProductCatalog-module__abFv7W__inactive{opacity:.6}.ProductCatalog-module__abFv7W__table tbody tr:last-child{margin-bottom:0}.ProductCatalog-module__abFv7W__table td{text-align:left;border:none;padding:.5rem 0;display:block}.ProductCatalog-module__abFv7W__table td:before{content:attr(data-label);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.ProductCatalog-module__abFv7W__table td:first-child{border-bottom:1px solid #ffffff0d;margin-bottom:.5rem;padding-top:0;padding-bottom:1rem}.ProductCatalog-module__abFv7W__table td:last-child{border-top:1px solid #ffffff0d;margin-top:.5rem;padding-top:1rem;padding-bottom:0}.ProductCatalog-module__abFv7W__actionButtons{flex-direction:row;width:100%}.ProductCatalog-module__abFv7W__actionButtons button{flex:1;min-height:44px}.ProductCatalog-module__abFv7W__empty{padding:2rem 1rem}.ProductCatalog-module__abFv7W__emptyIcon{width:48px;height:48px}.ProductCatalog-module__abFv7W__emptyTitle{font-size:1rem}.ProductCatalog-module__abFv7W__emptyDescription{font-size:.875rem}}
.Quotes-module__RFDbnq__container{width:100%;max-width:1920px;margin:0 auto;padding:1rem 1.5rem 2rem}@media (min-width:640px){.Quotes-module__RFDbnq__container{padding:1.5rem 2rem 2rem}}@media (min-width:1024px){.Quotes-module__RFDbnq__container{padding:2rem}}.Quotes-module__RFDbnq__header{justify-content:flex-end;align-items:center;margin-bottom:2rem;display:flex}.Quotes-module__RFDbnq__headerButtons{align-items:center;gap:1rem;display:flex}.Quotes-module__RFDbnq__newQuoteButton{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:background-color .2s}.Quotes-module__RFDbnq__newQuoteButton:hover{background:var(--primary-dark)}.Quotes-module__RFDbnq__manageProductsButton{color:#a78bfa;cursor:pointer;background:#8b5cf633;border:1px solid #8b5cf64d;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.Quotes-module__RFDbnq__manageProductsButton:hover{background:#8b5cf64d;border-color:#8b5cf666}.Quotes-module__RFDbnq__filters{gap:1rem;margin-bottom:2rem;display:flex}.Quotes-module__RFDbnq__searchInput{border:1px solid var(--grey-800);background:var(--dark-surface);max-width:400px;color:var(--text-primary);border-radius:4px;flex:1;padding:.75rem 1rem;font-size:1rem}.Quotes-module__RFDbnq__statusFilter,.Quotes-module__RFDbnq__sortFilter{border:1px solid var(--grey-700);background:var(--grey-900);color:var(--text-primary);border-radius:6px;padding:.5rem 1rem;font-size:1rem}.Quotes-module__RFDbnq__sortOrderButton{border:1px solid var(--grey-700);background:var(--grey-800);color:var(--text-secondary);cursor:pointer;border-radius:6px;padding:.5rem 1rem;font-size:1rem;transition:background-color .2s}.Quotes-module__RFDbnq__sortOrderButton:hover{background:var(--grey-700)}.Quotes-module__RFDbnq__loading{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem;display:flex}.Quotes-module__RFDbnq__loadingSpinner{border:3px solid var(--grey-800);border-top-color:var(--primary-blue);border-radius:50%;width:3rem;height:3rem;animation:.8s linear infinite Quotes-module__RFDbnq__spin}@keyframes Quotes-module__RFDbnq__spin{to{transform:rotate(360deg)}}.Quotes-module__RFDbnq__empty{text-align:center;padding:4rem}.Quotes-module__RFDbnq__empty p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.125rem}.Quotes-module__RFDbnq__createButton{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:background-color .2s}.Quotes-module__RFDbnq__createButton:hover{background:var(--primary-dark)}.Quotes-module__RFDbnq__errorMessage{border:1px solid var(--error-border);color:var(--error-text);background-color:#ef44441a;border-radius:4px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem;display:flex}.Quotes-module__RFDbnq__dismissError{color:var(--error-text);cursor:pointer;background:0 0;border:none;border-radius:2px;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;padding:0;font-size:1.25rem;transition:background-color .2s;display:flex}.Quotes-module__RFDbnq__dismissError:hover{background:#ef44441a}.Quotes-module__RFDbnq__statsContainer{grid-template-columns:repeat(auto-fit,minmax(160px,180px));gap:1.5rem;margin-bottom:2rem;display:grid}.Quotes-module__RFDbnq__statCard{background:var(--dark-surface);border:1px solid var(--grey-800);text-align:center;border-radius:8px;padding:1.5rem;transition:all .2s}.Quotes-module__RFDbnq__statCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.Quotes-module__RFDbnq__statValue{color:var(--primary-blue);margin-bottom:.5rem;font-size:2rem;font-weight:700}.Quotes-module__RFDbnq__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.Quotes-module__RFDbnq__quotesGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.Quotes-module__RFDbnq__boardContainer{gap:1rem;margin-top:1rem;padding-bottom:1rem;display:flex;overflow-x:auto}.Quotes-module__RFDbnq__boardContainer::-webkit-scrollbar{height:10px}.Quotes-module__RFDbnq__boardContainer::-webkit-scrollbar-track{background:#ffffff05;border-radius:5px}.Quotes-module__RFDbnq__boardContainer::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:5px}.Quotes-module__RFDbnq__boardContainer::-webkit-scrollbar-thumb:hover{background:#ffffff26}.Quotes-module__RFDbnq__quoteCard{background:var(--dark-surface);border:1px solid var(--grey-800);cursor:pointer;border-radius:8px;padding:1.5rem;transition:all .2s;position:relative;overflow:hidden}.Quotes-module__RFDbnq__quoteCard:before{content:"";background:var(--primary-blue);height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:translate(-100%)}.Quotes-module__RFDbnq__quoteCard:hover{border-color:var(--primary-blue);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.Quotes-module__RFDbnq__quoteCard:hover:before{transform:translate(0)}.Quotes-module__RFDbnq__quoteHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Quotes-module__RFDbnq__quoteActions{align-items:center;gap:.5rem;display:flex}.Quotes-module__RFDbnq__previewButton{color:var(--primary-blue);cursor:pointer;background:#4299e11a;border:1px solid #4299e14d;border-radius:4px;padding:.25rem .75rem;font-size:.875rem;transition:all .2s}.Quotes-module__RFDbnq__previewButton:hover{border-color:var(--primary-blue);background:#4299e133}.Quotes-module__RFDbnq__quoteHeader h3{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600}.Quotes-module__RFDbnq__status{text-transform:uppercase;letter-spacing:.025em;border-radius:16px;align-items:center;gap:.25rem;padding:.375rem .875rem;font-size:.75rem;font-weight:600;display:inline-flex;position:relative}.Quotes-module__RFDbnq__status:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.Quotes-module__RFDbnq__statusDraft{color:#6b7280;background:#9ca3af1a}.Quotes-module__RFDbnq__statusSent{color:#3b82f6;background:#3b82f61a}.Quotes-module__RFDbnq__statusViewed{color:#8b5cf6;background:#8b5cf61a}.Quotes-module__RFDbnq__statusAccepted{color:#22c55e;background:#22c55e1a}.Quotes-module__RFDbnq__statusRejected{color:#ef4444;background:#ef44441a}.Quotes-module__RFDbnq__statusExpired{color:#fb923c;background:#fb923c1a}.Quotes-module__RFDbnq__statusCancelled{color:#6b7280;background:#6b72801a}.Quotes-module__RFDbnq__quoteDetails{flex-direction:column;gap:.5rem;display:flex}.Quotes-module__RFDbnq__clientName{color:var(--text-primary);margin:0;font-weight:500}.Quotes-module__RFDbnq__clientCompany{color:var(--text-secondary);margin:0;font-size:.875rem}.Quotes-module__RFDbnq__quoteInfo{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.Quotes-module__RFDbnq__amount{color:var(--primary-blue);font-size:1.25rem;font-weight:600}.Quotes-module__RFDbnq__date{color:var(--text-secondary);font-size:.875rem}.Quotes-module__RFDbnq__validUntil{color:var(--text-secondary);margin:.5rem 0 0;font-size:.875rem}@media (max-width:768px){.Quotes-module__RFDbnq__container{padding:1rem}.Quotes-module__RFDbnq__header{flex-direction:column;align-items:flex-start;gap:1rem}.Quotes-module__RFDbnq__headerButtons{flex-direction:column;gap:.75rem;width:100%}.Quotes-module__RFDbnq__manageProductsButton,.Quotes-module__RFDbnq__newQuoteButton{justify-content:center;width:100%;min-height:44px;padding:.875rem 1.5rem}.Quotes-module__RFDbnq__header h1{font-size:1.5rem}.Quotes-module__RFDbnq__filters{flex-direction:column}.Quotes-module__RFDbnq__searchInput{max-width:100%}.Quotes-module__RFDbnq__statsContainer{grid-template-columns:repeat(2,1fr);gap:1rem}.Quotes-module__RFDbnq__statCard{padding:1rem}.Quotes-module__RFDbnq__statValue{font-size:1.5rem}.Quotes-module__RFDbnq__quotesGrid{grid-template-columns:1fr}.Quotes-module__RFDbnq__quoteCard{padding:1rem}.Quotes-module__RFDbnq__amount{font-size:1.125rem}}
