.quote-modal-overlay{backdrop-filter:blur(6px);z-index:1999;background:rgba(0,0,0,.5);position:fixed;inset:0;width:100vw!important;overflow:hidden!important}.quote-modal-modal-container{z-index:2000!important;background:var(--surface)!important;border:1px solid var(--border)!important;border-radius:var(--radius)!important;width:90%!important;max-width:700px!important;height:85vh!important;max-height:85vh!important;box-shadow:var(--shadow-overlay)!important;flex-direction:column!important;display:flex!important;position:fixed!important;top:50%!important;left:50%!important;overflow:hidden!important;transform:translate(-50%,-50%)!important}.quote-header{justify-content:space-between;align-items:center;gap:16px;padding:.7rem 1rem;display:flex}.quote-header-content{flex:1}.quote-title{letter-spacing:-.5px;margin:0 0 4px;font-size:24px;font-weight:700;color:var(--table-data)!important}.quote-subtitle{margin:0;font-size:13px;font-weight:500;color:var(--table-heading)!important}.quote-close-btn{border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;flex:0 0 32px;place-content:center;width:32px;height:32px;padding:0;transition:background-color .15s,color .15s;display:grid;color:var(--table-heading)!important}.quote-close-btn:hover{background:var(--surface-hover)!important;color:var(--table-data)!important}.quote-close-btn:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.quote-divider{height:1px;margin:0;background:var(--border)!important}.quote-image-container{background:var(--surface-2);flex:1;overflow:auto}.quote-footer{border-top:1px solid var(--border);background:var(--surface);gap:12px;padding:.7rem 1rem;display:flex}.quote-btn{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;background:var(--surface);flex:1;justify-content:center;align-items:center;gap:8px;padding:9px 18px;font-size:14px;font-weight:500;transition:background-color .15s,border-color .15s,color .15s;display:flex}.quote-btn:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.quote-btn-cancel{color:var(--table-heading)}.quote-btn-cancel:hover{background:var(--surface-hover);border-color:var(--border-strong);color:var(--table-data)}.quote-btn-accept{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.quote-btn-accept.enabled{cursor:pointer}.quote-btn-accept.enabled:hover{background:var(--primary-strong);border-color:var(--primary-strong)}.quote-btn-accept.disabled{background:var(--surface);border-color:var(--border);color:var(--table-heading);cursor:not-allowed;opacity:.55}@media (width<=768px){.quote-modal-modal-container{border-radius:12px!important;width:95%!important;height:90vh!important;max-height:90vh!important}.quote-footer,.quote-header{padding:.5rem .8rem}.quote-title{font-size:20px}.quote-btn{padding:10px 16px;font-size:13px}}@media (width<=480px){.quote-modal-modal-container{border-radius:10px!important;width:98%!important;height:95vh!important;max-height:95vh!important}.quote-footer,.quote-header{padding:.4rem .6rem}.quote-footer{gap:5px}.quote-title{font-size:18px}.quote-btn{padding:10px 14px;font-size:12px}}@media (width<=768px) and (orientation:landscape){.quote-modal-modal-container{height:95vh!important;max-height:95vh!important}}