.quote-compact{display:flex;flex-direction:column;gap:12px;width:100%;color:var(--sp-ui-text,#171717)}.quote-compact-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px;border:1px solid hsla(0,0%,7%,.1);border-radius:8px;background:#fff}.quote-compact-header__eyebrow,.quote-compact-header__meta{margin:0;color:var(--sp-ui-text-muted,#666);font-size:12px}.quote-compact-header h2{margin:3px 0;font-size:18px;line-height:1.15;letter-spacing:0}.quote-compact-status{flex:0 0 auto;max-width:44%;padding:5px 8px;border-radius:999px;background:rgba(37,99,235,.09);color:#1d4ed8;font-size:12px;font-weight:700;text-align:right}.quote-compact-status.is-readonly{background:rgba(82,82,82,.12);color:#404040}.quote-compact-actions{display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid hsla(0,0%,7%,.1);border-radius:8px;background:#fff}.quote-compact-actions__quick,.quote-compact-doc-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.quote-compact-doc-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.quote-compact-action,.quote-compact-chip{display:inline-flex;align-items:center;justify-content:center;min-height:42px;gap:7px;border:1px solid hsla(0,0%,7%,.12);border-radius:8px;background:#f8fafc;color:#111;font-size:13px;font-weight:700}.quote-compact-action--primary{background:#111827;color:#fff}.quote-compact-action:disabled,.quote-compact-chip:disabled{cursor:not-allowed;opacity:.48}.quote-compact-section{border:1px solid hsla(0,0%,7%,.1);border-radius:8px;background:#fff;overflow:hidden}.quote-compact-section__header{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:38px;padding:9px 11px;border-bottom:1px solid hsla(0,0%,7%,.08);background:#f8fafc}.quote-compact-section__header h3{margin:0;font-size:14px;line-height:1.2;letter-spacing:0}.quote-compact-section__header span{color:var(--sp-ui-text-muted,#666);font-size:12px;white-space:nowrap}.quote-compact-section__body{padding:10px}.quote-compact-card,.quote-compact-piece-list{display:flex;flex-direction:column;gap:8px}.quote-compact-card{padding:10px;border:1px solid hsla(0,0%,7%,.1);border-radius:8px;background:#fff}.quote-compact-card__top{display:flex;justify-content:space-between;gap:10px}.quote-compact-card h4,.quote-compact-card p{margin:0}.quote-compact-card h4{font-size:14px;line-height:1.2;letter-spacing:0}.quote-compact-card p,.quote-compact-card__child{color:var(--sp-ui-text-muted,#666);font-size:12px;line-height:1.25}.quote-compact-card__top>strong{flex:0 0 auto;font-size:13px;white-space:nowrap}.quote-compact-card__tools{display:flex;gap:8px}.quote-compact-card__tools span{display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border-radius:999px;background:#f1f5f9;color:#334155;font-size:12px;font-weight:700}.quote-compact-card__children{display:flex;flex-direction:column;gap:5px;padding-left:14px;border-left:2px solid hsla(0,0%,7%,.1)}.quote-compact-card__child{display:flex;justify-content:space-between;gap:10px}.quote-compact-empty{margin:0;color:var(--sp-ui-text-muted,#666);font-size:13px}.quote-compact-summary{display:grid;grid-gap:7px;gap:7px}.quote-compact-summary>div{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px}.quote-compact-summary__total{padding-top:7px;border-top:1px solid hsla(0,0%,7%,.1);font-size:15px}.quote-compact-tablet__grid{display:grid;grid-template-columns:minmax(260px,.82fr) minmax(420px,1.18fr);grid-gap:12px;gap:12px;align-items:start}.quote-compact-tablet__left{display:flex;flex-direction:column;gap:12px}.quote-compact-tablet__editor{min-width:0}.quote-compact-sheet-viewport{width:100%;max-width:100%;height:calc(100dvh - 64px);max-height:calc(100dvh - 64px);overflow:auto;-webkit-overflow-scrolling:touch;border:1px solid hsla(0,0%,7%,.1);border-radius:8px;background:#e5e7eb}.quote-compact-sheet-spacer{position:relative;margin:0 auto}.quote-compact-sheet-canvas{position:absolute;top:0;left:0;width:210mm;transform-origin:top left}.quote-compact-zoom{display:block;align-items:center;padding:0 4px}.quote-compact-zoom__range{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:block;width:100%;min-height:0;height:14px;margin:0;background:transparent;accent-color:#111827}.compact-phone .quote-compact-zoom__range{min-height:0}.quote-compact-zoom__range::-webkit-slider-runnable-track{height:2px;border-radius:999px;background:hsla(0,0%,7%,.22)}.quote-compact-zoom__range::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;margin-top:-5px;border:2px solid #fff;border-radius:50%;background:var(--sp-color-accent-orange,#ff6a00);box-shadow:0 1px 3px hsla(0,0%,7%,.25)}.quote-compact-zoom__range::-moz-range-track{height:2px;border-radius:999px;background:hsla(0,0%,7%,.22)}.quote-compact-zoom__range::-moz-range-thumb{width:12px;height:12px;border:2px solid #fff;border-radius:50%;background:var(--sp-color-accent-orange,#ff6a00);box-shadow:0 1px 3px hsla(0,0%,7%,.25)}@media (max-width:767px){.quote-compact-phone{padding:0}.quote-compact-header{align-items:stretch;flex-direction:column}.quote-compact-status{max-width:100%;text-align:left}.quote-compact-sheet-viewport{height:calc(100dvh - 58px);max-height:calc(100dvh - 58px)}}@media (max-width:980px){.quote-compact-tablet__grid{grid-template-columns:1fr}}