.qcm-wrapper{justify-content:center;width:100%;margin:8px 0;padding:0 8px;display:flex}.qcm-card{background:#fff;border:2px solid #c9a24a;border-radius:16px;width:100%;max-width:440px;overflow:hidden;box-shadow:0 8px 24px #a6842f26}.qcm-card.accepted{border-color:#2e8b57;box-shadow:0 8px 24px #2e8b5726}.qcm-card.rejected{opacity:.9;border-color:#c2454b;box-shadow:0 8px 24px #c2454b1a}.qcm-card.expired{opacity:.75;border-color:#e8e6df}.qcm-header{color:#fff;background:linear-gradient(135deg,#c9a24a 0%,#a6842f 100%);justify-content:space-between;align-items:center;gap:8px;padding:14px 18px;display:flex}.qcm-card.accepted .qcm-header{background:linear-gradient(135deg,#2e8b57 0%,#1f6340 100%)}.qcm-card.rejected .qcm-header{background:linear-gradient(135deg,#888 0%,#666 100%)}.qcm-title{align-items:center;gap:8px;min-width:0;font-size:14px;font-weight:700;display:flex}.qcm-title-icon{flex-shrink:0;font-size:16px}.qcm-badge{background:#fff3;border:1px solid #ffffff4d;border-radius:999px;flex-shrink:0;padding:3px 10px;font-size:10px;font-weight:700}.qcm-body{padding:18px}.qcm-price-section{border-bottom:1px dashed #e8e6df;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:14px;padding-bottom:14px;display:flex}.qcm-price-main{flex:1;min-width:0}.qcm-price-label,.qcm-total-label{color:#8a8a82;margin-bottom:4px;font-size:11px;font-weight:600}.qcm-price-value{color:#a6842f;font-family:ui-monospace,monospace;font-size:28px;font-weight:700;line-height:1}.qcm-price-currency{color:#8a8a82;margin-right:4px;font-size:14px;font-weight:500}.qcm-price-discount{color:#8a8a82;margin-top:4px;font-size:11px;font-weight:500}.qcm-price-total{text-align:left;flex-shrink:0}.qcm-total-value{color:#1a1a1a;font-family:ui-monospace,monospace;font-size:16px;font-weight:700}.qcm-total-qty{color:#8a8a82;margin-top:2px;font-family:ui-monospace,monospace;font-size:11px;font-weight:600}.qcm-details{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px;display:grid}.qcm-detail{background:#f4f3ee;border-radius:8px;padding:10px 12px}.qcm-detail-wide{grid-column:1/-1}.qcm-detail-label{color:#8a8a82;align-items:center;gap:4px;margin-bottom:3px;font-size:10.5px;font-weight:600;display:flex}.qcm-detail-value{color:#1a1a1a;font-size:12.5px;font-weight:700}.qcm-includes{background:#fbf6e8;border-radius:10px;margin-bottom:14px;padding:12px}.qcm-includes-title{color:#a6842f;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:700}.qcm-includes-list{grid-template-columns:1fr 1fr;gap:5px;display:grid}.qcm-includes-item{color:#1a1a1a;align-items:center;gap:5px;font-size:11.5px;display:flex}.qcm-includes-item svg{color:#2e8b57;flex-shrink:0}.qcm-notes{color:#4a4a4a;background:#f4f3ee;border-right:3px solid #c9a24a;border-radius:8px;margin-bottom:14px;padding:10px 12px;font-size:11.5px;line-height:1.6}.qcm-notes strong{color:#a6842f;margin-bottom:4px;display:block}.qcm-notes p{margin:0}.qcm-expiry{color:#a8680a;background:#e89b4214;border:1px solid #e89b4240;border-radius:8px;align-items:center;gap:8px;margin-bottom:14px;padding:10px 12px;font-size:11.5px;font-weight:600;display:flex}.qcm-expiry.urgent{color:#c2454b;background:#c2454b14;border-color:#c2454b40}.qcm-expiry.expired{color:#8a8a82;background:#f4f3ee;border-color:#e8e6df}.qcm-status-result{border-radius:10px;align-items:center;gap:12px;margin-bottom:14px;padding:14px;display:flex}.qcm-status-result.accepted{background:#2e8b5714;border:1px solid #2e8b5733}.qcm-status-result.rejected{background:#c2454b14;border:1px solid #c2454b33}.qcm-status-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.qcm-status-result.accepted .qcm-status-icon{color:#fff;background:#2e8b57}.qcm-status-result.rejected .qcm-status-icon{color:#fff;background:#c2454b}.qcm-status-text{flex:1;font-size:12.5px;line-height:1.5}.qcm-status-text strong{margin-bottom:2px;font-size:13.5px;display:block}.qcm-status-result.accepted strong{color:#2e8b57}.qcm-status-result.rejected strong{color:#c2454b}.qcm-status-text span{color:#8a8a82;font-size:11.5px}.qcm-actions{grid-template-columns:1fr 1fr 1fr;gap:8px;display:grid}.qcm-btn{cursor:pointer;border:1.5px solid;border-radius:10px;justify-content:center;align-items:center;gap:5px;padding:12px 10px;font-family:inherit;font-size:12.5px;font-weight:700;transition:all .15s;display:flex}.qcm-btn-accept{color:#fff;background:linear-gradient(135deg,#2e8b57 0%,#1f6340 100%);border-color:#0000;box-shadow:0 3px 10px #2e8b574d}.qcm-btn-accept:hover{transform:translateY(-1px);box-shadow:0 5px 14px #2e8b5766}.qcm-btn-negotiate{color:#3078c4;background:#fff;border-color:#3078c4}.qcm-btn-negotiate:hover{background:#3078c40d}.qcm-btn-reject{color:#c2454b;background:#fff;border-color:#c2454b4d}.qcm-btn-reject:hover{background:#c2454b0d;border-color:#c2454b}.qcm-footer{text-align:center;color:#8a8a82;background:#f4f3ee;border-top:1px solid #e8e6df;padding:10px 18px;font-family:ui-monospace,monospace;font-size:10.5px}.qsm-wrapper{flex-direction:column;align-items:center;width:100%;margin:10px 0;padding:0 16px;display:flex}.qsm-message{color:#1a1a1a;text-align:right;border:1px solid;border-radius:14px;max-width:90%;padding:12px 18px;font-size:12.5px;line-height:1.6}.qsm-content{white-space:pre-wrap;word-wrap:break-word}.qsm-time{color:#8a8a82;margin-top:4px;font-family:ui-monospace,monospace;font-size:10px}.qam-overlay,.qrm-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background:#1a151099;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.qam-modal,.qrm-modal{background:#fff;border-radius:18px;width:100%;max-width:440px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.qam-header{color:#fff;text-align:center;background:linear-gradient(135deg,#2e8b57 0%,#1f6340 100%);padding:28px 24px 20px}.qam-icon-wrap{color:#2e8b57;background:#fff;border-radius:22px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 14px;display:flex;box-shadow:0 6px 20px #00000026}.qam-title{margin:0 0 4px;font-size:20px;font-weight:700}.qam-subtitle{color:#ffffffd9;margin:0;font-size:12.5px;font-weight:500}.qam-body{padding:24px}.qam-summary{background:linear-gradient(135deg,#fbf6e8 0%,#f5edd9 100%);border:1px solid #f5edd9;border-radius:12px;margin-bottom:20px;padding:16px}.qam-summary-title{color:#a6842f;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-size:11px;font-weight:700}.qam-summary-row{border-bottom:1px dashed #c9a24a4d;justify-content:space-between;align-items:center;padding:6px 0;font-size:12.5px;display:flex}.qam-summary-row:last-child{border-bottom:none}.qam-summary-row.total{background:#2e8b5714;border:none;border-radius:0 0 10px 10px;margin:10px -16px -16px;padding:14px 16px}.qam-summary-label{color:#4a4a4a;font-weight:600}.qam-summary-value{color:#1a1a1a;font-family:ui-monospace,monospace;font-weight:700}.qam-summary-value.highlight{color:#a6842f;font-size:14px}.qam-summary-value.total{color:#2e8b57;font-size:16px}.qam-confirm{text-align:center;color:#4a4a4a;margin-bottom:20px;padding:0 8px;font-size:13.5px;line-height:1.7}.qam-confirm strong{color:#1a1a1a}.qam-next{background:#2e8b570d;border:1px solid #2e8b5733;border-radius:11px;margin-bottom:20px;padding:14px 16px}.qam-next-title{color:#2e8b57;align-items:center;gap:6px;margin-bottom:10px;font-size:12px;font-weight:700;display:flex}.qam-next-list{margin:0;padding:0;list-style:none}.qam-next-list li{color:#1a1a1a;align-items:flex-start;gap:10px;padding:5px 0;font-size:12.5px;line-height:1.6;display:flex}.qam-num{color:#fff;background:#2e8b57;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-family:ui-monospace,monospace;font-size:10px;font-weight:700;display:flex}.qam-modal.qam-success{text-align:center;max-width:400px;padding:50px 40px}.qam-success-icon{color:#fff;background:linear-gradient(135deg,#2e8b57 0%,#1f6340 100%);border-radius:22px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 16px;display:flex;box-shadow:0 8px 24px #2e8b574d}.qam-modal.qam-success h2{color:#1a1a1a;margin-bottom:6px;font-size:20px;font-weight:700}.qam-modal.qam-success p{color:#8a8a82;margin:0;font-size:13px}.qam-footer,.qrm-footer{gap:10px;padding:16px 24px 24px;display:flex}.qam-btn,.qrm-btn{cursor:pointer;border:1.5px solid;border-radius:11px;justify-content:center;align-items:center;gap:7px;padding:13px 20px;font-family:inherit;font-size:13.5px;font-weight:700;transition:all .2s;display:inline-flex}.qam-btn-cancel,.qrm-btn-cancel{color:#4a4a4a;background:#fff;border-color:#e8e6df;flex:1}.qam-btn-accept{color:#fff;background:linear-gradient(135deg,#2e8b57 0%,#1f6340 100%);border-color:#0000;flex:2;box-shadow:0 3px 10px #2e8b574d}.qam-btn-accept:disabled,.qrm-btn-reject:disabled{opacity:.6;cursor:not-allowed}.qam-spinner,.qrm-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite qam-spin}@keyframes qam-spin{to{transform:rotate(360deg)}}.qam-error,.qrm-error{color:#c2454b;background:#c2454b14;border:1px solid #c2454b33;border-radius:9px;align-items:center;gap:8px;margin-top:8px;padding:10px 12px;font-size:12px;font-weight:600;display:flex}.qrm-header{color:#fff;text-align:center;background:linear-gradient(135deg,#c2454b 0%,#8b2f35 100%);padding:28px 24px 20px}.qrm-icon-wrap{color:#c2454b;background:#fff;border-radius:22px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 14px;display:flex;box-shadow:0 6px 20px #00000026}.qrm-title{margin:0 0 4px;font-size:20px;font-weight:700}.qrm-subtitle{color:#ffffffd9;margin:0;font-size:12.5px;font-weight:500}.qrm-body{padding:24px}.qrm-intro{color:#4a4a4a;text-align:center;margin-bottom:14px;font-size:13px;line-height:1.6}.qrm-reasons{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.qrm-reason{cursor:pointer;text-align:right;background:#fff;border:1.5px solid #e8e6df;border-radius:11px;align-items:center;gap:10px;width:100%;padding:12px 14px;font-family:inherit;display:flex}.qrm-reason.selected{background:#c2454b0a;border-color:#c2454b}.qrm-radio{border:2px solid #e8e6df;border-radius:50%;flex-shrink:0;width:18px;height:18px;position:relative}.qrm-reason.selected .qrm-radio{background:#c2454b;border-color:#c2454b}.qrm-reason-text{text-align:right;flex:1}.qrm-reason-label{color:#1a1a1a;font-size:13px;font-weight:600}.qrm-reason-hint{color:#8a8a82;margin-top:2px;font-size:11px;font-weight:500}.qrm-other-wrap{margin-bottom:16px}.qrm-textarea{box-sizing:border-box;resize:vertical;direction:rtl;border:1.5px solid #e8e6df;border-radius:10px;outline:none;width:100%;min-height:70px;padding:12px 14px;font-family:inherit;font-size:12.5px}.qrm-textarea:focus{border-color:#c2454b;box-shadow:0 0 0 3px #c2454b14}.qrm-help{color:#8a8a82;margin-top:4px;font-size:11px}.qrm-privacy{color:#3078c4;background:#3078c40d;border:1px solid #3078c426;border-radius:10px;gap:10px;margin-bottom:16px;padding:12px;font-size:11.5px;font-weight:600;line-height:1.5;display:flex}.qrm-privacy-icon{flex-shrink:0}.qrm-btn-reject{color:#fff;background:linear-gradient(135deg,#c2454b 0%,#8b2f35 100%);border:none;flex:2;box-shadow:0 3px 10px #c2454b4d}@media (max-width:500px){.qam-overlay,.qrm-overlay{align-items:flex-end;padding:0}.qam-modal,.qrm-modal{border-radius:12px 12px 0 0;max-height:100vh}.qcm-actions{grid-template-columns:1fr 1fr}.qcm-btn-reject{grid-column:1/-1}}
