.QuotePrintModal_overlay__e6O_E{position:fixed;inset:0;z-index:1100;border:none;padding:0;margin:0;background:rgba(15,36,69,.4);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);cursor:default}.QuotePrintModal_modal__kZ_Ev{position:fixed;z-index:1101;left:50%;top:50%;transform:translate(-50%,-50%);width:min(440px,calc(100vw - 32px));max-height:calc(100vh - 32px);height:auto;overflow:hidden;display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 24px 64px rgba(15,36,69,.18)}.QuotePrintModal_header__VcVH0{flex-shrink:0;position:relative;padding:22px 48px 16px 24px;border-bottom:1px solid #f0f2f5;background:#fff;border-radius:16px 16px 0 0}.QuotePrintModal_title__lFgnf{margin:0;font-size:1.15rem;font-weight:700;color:var(--text)}.QuotePrintModal_subtitle__K6QxC{margin:4px 0 0;font-size:.85rem;font-weight:400;color:var(--muted)}.QuotePrintModal_close__T_jK1{position:absolute;right:14px;top:18px;width:32px;height:32px;border:none;border-radius:50%;background:transparent;color:var(--muted);font-size:1.4rem;line-height:1;cursor:pointer}.QuotePrintModal_close__T_jK1:hover{background:#f5f7fa;color:var(--text)}.QuotePrintModal_body__NUSsE{flex:1 1 auto;min-height:0;padding:20px 22px 22px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff;border-radius:0 0 16px 16px}.QuotePrintModal_form__g_yXf{display:grid;grid-gap:0;gap:0}.QuotePrintModal_field__E6NWK{margin-bottom:14px}.QuotePrintModal_field__E6NWK label{display:block;margin-bottom:6px;font-size:.85rem;font-weight:500;color:var(--text)}.QuotePrintModal_field__E6NWK input,.QuotePrintModal_field__E6NWK textarea{width:100%;padding:11px 12px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;font-size:.95rem;color:var(--text);font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.QuotePrintModal_field__E6NWK input:focus,.QuotePrintModal_field__E6NWK textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 1px var(--brand) inset}.QuotePrintModal_field__E6NWK textarea{min-height:76px;resize:vertical}.QuotePrintModal_actions__eRZC_{margin-top:6px}.QuotePrintModal_submit__kXfbq{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;border:1px solid #0d4a81;border-radius:10px;background:linear-gradient(135deg,#1a6fb8,#0d4a81);color:#fff;font-size:1rem;font-weight:600;letter-spacing:-.02em;cursor:pointer;box-shadow:0 2px 8px rgba(13,74,129,.22);transition:background .28s ease,box-shadow .28s ease,filter .28s ease,opacity .28s ease}.QuotePrintModal_submit__kXfbq:hover{filter:brightness(1.06);box-shadow:0 6px 20px rgba(13,74,129,.32)}.QuotePrintModal_submit__kXfbq:active{filter:brightness(.96);box-shadow:0 2px 6px rgba(13,74,129,.18)}.QuotePrintModal_submitIcon__ZQJNd{display:inline-flex;flex-shrink:0}.QuotePrintModal_submitLabel__Gdxhj{line-height:1.2}.QuotePrintModal_overlayIn__9UbFE{animation:QuotePrintModal_quotePrintOverlayIn__qrAlx .24s ease forwards}.QuotePrintModal_overlayOut__sB_qj{animation:QuotePrintModal_quotePrintOverlayOut__uKWTp .2s ease forwards}.QuotePrintModal_modalIn__iCbIS{animation:QuotePrintModal_quotePrintModalIn__36VFg .28s cubic-bezier(.22,1,.36,1) forwards}.QuotePrintModal_modalOut__FpHTX{animation:QuotePrintModal_quotePrintModalOut__CWFWM .2s ease forwards}@keyframes QuotePrintModal_quotePrintOverlayIn__qrAlx{0%{opacity:0}to{opacity:1}}@keyframes QuotePrintModal_quotePrintOverlayOut__uKWTp{0%{opacity:1}to{opacity:0}}@keyframes QuotePrintModal_quotePrintModalIn__36VFg{0%{opacity:0;transform:translate(-50%,-50%) scale(.96) translateY(10px)}to{opacity:1;transform:translate(-50%,-50%) scale(1) translateY(0)}}@keyframes QuotePrintModal_quotePrintModalOut__CWFWM{0%{opacity:1;transform:translate(-50%,-50%) scale(1) translateY(0)}to{opacity:0;transform:translate(-50%,-50%) scale(.97) translateY(8px)}}@keyframes QuotePrintModal_quotePrintModalInMobile__W7MFG{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes QuotePrintModal_quotePrintModalOutMobile__RrCOc{0%{transform:translateY(0)}to{transform:translateY(100%)}}@media (max-width:767px){.QuotePrintModal_modal__kZ_Ev{left:0;right:0;bottom:0;top:auto;width:100%;max-width:none;max-height:min(88dvh,88vh);border-radius:20px 20px 0 0;box-shadow:0 -12px 40px rgba(15,36,69,.16);transform:none}.QuotePrintModal_modal__kZ_Ev:before{content:"";display:block;flex-shrink:0;width:36px;height:4px;margin:10px auto 0;background:#e5e7eb;border-radius:99px}.QuotePrintModal_header__VcVH0{border-radius:0}.QuotePrintModal_body__NUSsE{padding:16px 20px calc(20px + env(safe-area-inset-bottom, 0px));border-radius:0}.QuotePrintModal_modalIn__iCbIS{animation:QuotePrintModal_quotePrintModalInMobile__W7MFG .28s cubic-bezier(.22,1,.36,1) forwards}.QuotePrintModal_modalOut__FpHTX{animation:QuotePrintModal_quotePrintModalOutMobile__RrCOc .2s ease forwards}}@media print{.QuotePrintModal_modal__kZ_Ev,.QuotePrintModal_overlay__e6O_E{display:none!important}}