.qr-radio-option{display:flex;align-items:flex-start;gap:.625rem;padding:.75rem .875rem;border:1px solid var(--ds-border);border-radius:var(--ds-radius-md);background:var(--ds-surface);cursor:pointer;transition:border-color .15s ease,background .15s ease}.qr-radio-option:has(input:checked){border-color:var(--ds-primary);background:var(--ds-surface-muted,#fafafa)}.qr-radio-option input{margin-top:.2rem}.qr-radio-option__body{display:flex;flex-direction:column;gap:.125rem}.qr-radio-option__title{font-size:.875rem;font-weight:600;color:var(--ds-text-primary)}.qr-radio-option__meta{font-size:.75rem;font-weight:400;color:var(--ds-text-secondary,#64748b)}.qr-detail-shell{max-width:1280px;margin:0 auto;width:100%}.qr-back-link{display:inline-flex;margin-bottom:1rem;font-size:.875rem;color:var(--ds-text-secondary,#64748b);text-decoration:none}.qr-back-link:hover{color:var(--ds-text-primary)}.qr-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.qr-detail-header__main{display:flex;align-items:center;gap:.875rem;min-width:0}.qr-detail-header__avatar,.qr-detail-header__logo{width:3rem;height:3rem;border-radius:var(--ds-radius-md);flex-shrink:0}.qr-detail-header__logo{object-fit:cover;border:1px solid var(--ds-border)}.qr-detail-header__avatar{display:inline-flex;align-items:center;justify-content:center;background:var(--ds-surface-muted,#f1f5f9);color:var(--ds-text-primary);font-size:.875rem;font-weight:600}.qr-detail-header__title{margin:0;font-size:1.5rem;font-weight:600;color:var(--ds-text-primary)}.qr-detail-header__subtitle{margin:.25rem 0 0;font-size:.875rem;font-weight:400;color:var(--ds-text-secondary,#64748b)}.qr-detail-header__badge{flex-shrink:0}.qr-detail-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:1rem;align-items:start}.qr-detail-main,.qr-detail-sidebar{display:flex;flex-direction:column;gap:1rem}.qr-detail-sidebar{position:sticky;top:1rem}.qr-panel{width:100%}.qr-section-title{margin:0 0 .875rem;font-size:1rem}.qr-section-title,.qr-subsection-title{font-weight:600;color:var(--ds-text-primary)}.qr-subsection-title{margin:0 0 .375rem;font-size:.875rem}.qr-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.qr-summary-field{display:flex;flex-direction:column;gap:.25rem;min-width:0}.qr-summary-field__label{font-size:.75rem;font-weight:400;color:var(--ds-text-secondary,#64748b)}.qr-summary-field__value{font-size:.875rem;font-weight:600;color:var(--ds-text-primary);word-break:break-word}.qr-text-block+.qr-text-block{margin-top:1rem}.qr-body-text{font-size:.875rem;font-weight:400;color:var(--ds-text-primary);white-space:pre-wrap;line-height:1.5;overflow-wrap:anywhere}.qr-body-text--muted{color:var(--ds-text-secondary,#64748b)}.qr-sidebar-summary{margin-bottom:1rem}.qr-sidebar-actions,.qr-sidebar-summary{display:flex;flex-direction:column;gap:.625rem}.qr-decline-link{border:none;background:transparent;padding:.375rem 0;font-size:.875rem;font-weight:400;color:var(--ds-danger,#b42318);text-align:left;cursor:pointer}.qr-decline-link:disabled{opacity:.6;cursor:not-allowed}.qr-fee-row{display:flex;justify-content:space-between;gap:1rem;font-size:.875rem;padding:.25rem 0}.qr-fee-row--total{border-top:1px solid var(--ds-border);margin-top:.25rem;padding-top:.625rem;font-weight:600}.qr-fee-preview{padding:.75rem .875rem;border:1px solid var(--ds-border);border-radius:var(--ds-radius-md);background:var(--ds-surface-muted,#fafafa)}.qr-send-quote{display:flex;flex-direction:column;gap:.875rem}.qr-send-quote__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.qr-input-prefix,.qr-input-suffix{display:flex;align-items:center;gap:.5rem}.qr-input-prefix__symbol,.qr-input-suffix__label{font-size:.875rem;color:var(--ds-text-secondary,#64748b);flex-shrink:0}.qr-input-prefix .ds-input,.qr-input-suffix .ds-input{flex:1}.qr-quote-empty{padding:.5rem 0}.qr-quote-empty__title{margin:0;font-size:.875rem;font-weight:600}.qr-quote-empty__copy{margin:.375rem 0 0;font-size:.875rem;font-weight:400;color:var(--ds-text-secondary,#64748b)}.qr-quote-timeline{display:flex;flex-direction:column;gap:.75rem}.qr-quote-timeline__item{border:1px solid var(--ds-border);border-radius:var(--ds-radius-md);padding:.875rem}.qr-quote-timeline__head{display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start}.qr-quote-timeline__amount{margin:0;font-size:.9375rem;font-weight:600}.qr-quote-timeline__detail,.qr-quote-timeline__meta{margin:.25rem 0 0;font-size:.75rem;color:var(--ds-text-secondary,#64748b)}.qr-quote-timeline__fees{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem;font-size:.8125rem}.qr-attachments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.875rem}.qr-attachment-card{border:1px solid var(--ds-border);border-radius:var(--ds-radius-md);overflow:hidden;background:var(--ds-surface)}.qr-attachment-card__preview{display:block;width:100%;border:none;padding:0;background:var(--ds-surface-muted,#f8fafc);cursor:pointer}.qr-attachment-card__thumb{width:100%;height:110px;object-fit:cover;display:block}.qr-attachment-card__icon-shell,.qr-attachment-card__video-shell{height:110px;display:flex;align-items:center;justify-content:center}.qr-attachment-card__play{width:2.5rem;height:2.5rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(15,23,42,.72);color:#fff}.qr-attachment-card__meta{padding:.625rem .75rem 0}.qr-attachment-card__name{margin:0;font-size:.8125rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qr-attachment-card__sub{margin:.25rem 0 0;font-size:.75rem;color:var(--ds-text-secondary,#64748b)}.qr-attachment-card__actions{display:flex;gap:.5rem;padding:.625rem .75rem .75rem}.qr-attachment-skeleton{height:110px;background:linear-gradient(90deg,#eef2f7 25%,#f8fafc 50%,#eef2f7 75%);background-size:200% 100%;animation:qr-skeleton 1.2s ease-in-out infinite}.qr-attachment-fallback{height:110px;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:var(--ds-text-secondary,#64748b)}@keyframes qr-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.qr-attachment-modal{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:1rem}.qr-attachment-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55)}.qr-attachment-modal__panel{position:relative;width:min(960px,100%);max-height:90vh;background:var(--ds-surface);border-radius:var(--ds-radius-lg,12px);overflow:hidden;display:flex;flex-direction:column}.qr-attachment-modal__toolbar{display:flex;justify-content:space-between;gap:1rem;padding:.875rem 1rem;border-bottom:1px solid var(--ds-border)}.qr-attachment-modal__title{margin:0;font-size:.9375rem;font-weight:600}.qr-attachment-modal__meta{margin:.125rem 0 0;font-size:.75rem;color:var(--ds-text-secondary,#64748b)}.qr-attachment-modal__toolbar-actions{display:flex;align-items:center;gap:.5rem}.qr-attachment-modal__close{border:none;background:transparent;cursor:pointer;color:var(--ds-text-secondary,#64748b)}.qr-attachment-modal__body{padding:1rem;overflow:auto}.qr-attachment-modal__media{width:100%;max-height:70vh;border:none;border-radius:var(--ds-radius-md)}.qr-attachment-modal__media:is(img,video){object-fit:contain;background:#0f172a}.qr-attachment-modal__nav{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem 1rem;border-top:1px solid var(--ds-border)}.qr-attachment-modal__count{font-size:.8125rem;color:var(--ds-text-secondary,#64748b)}.qr-decline-dialog{position:fixed;inset:0;z-index:70;display:flex;align-items:center;justify-content:center;padding:1rem}.qr-decline-dialog__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.45)}.qr-decline-dialog__panel{position:relative;width:min(480px,100%);background:var(--ds-surface);border-radius:var(--ds-radius-lg,12px);padding:1rem;display:flex;flex-direction:column;gap:.75rem}.qr-decline-dialog__actions{display:flex;justify-content:flex-end;gap:.5rem}@media (max-width:860px){.qr-detail-layout{grid-template-columns:1fr}.qr-detail-sidebar{position:static}.qr-send-quote__grid,.qr-summary-grid{grid-template-columns:1fr}.qr-detail-header{flex-direction:column}}.qr-detail-columns,.qr-detail-grid{display:flex;flex-direction:column;gap:1rem}.qr-fact-list{display:flex;flex-direction:column;gap:.625rem}.qr-fact{display:flex;justify-content:space-between;gap:1rem;font-size:.875rem}.qr-fact__label{color:var(--ds-text-secondary,#64748b);font-weight:400}.qr-fact__value{color:var(--ds-text-primary);font-weight:600;text-align:right}.qr-action-row{display:flex;flex-wrap:wrap;gap:.625rem}