@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;550;600;650;700;750;800&display=swap');
:root{
  --yellow:#FBBF3B;
  --navy:#13252E;
  --off-white:#FAFAF7;
  --white:#FFFFFF;
  --gray:#E5E7EB;
  --slate:#6B7280;
  --yellow-hover:#EAAF28;
  --danger:#A33425;
  --warning:#79521F;
  --warning-border:#BD853C;
  --warning-surface:#FFF8E9;
  --shadow:0 10px 35px #13252e0d;
  --ink:var(--navy);
  --muted:var(--slate);
  --line:var(--gray);
  --paper:var(--white);
  --bg:var(--off-white);
  --pale:var(--gray);
  font-family:Inter,system-ui,sans-serif;
  color:var(--ink);background:var(--bg);font-synthesis:none;
}*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}button{cursor:pointer}button,a,input,textarea{ -webkit-tap-highlight-color:transparent}button{min-height:48px}button:disabled{cursor:not-allowed;opacity:.5}button:focus-visible,a:focus-visible{outline:3px solid var(--navy);outline-offset:4px}input:focus,textarea:focus{outline:2px solid var(--navy);outline-offset:1px}header{max-width:1320px;margin:auto;padding:26px 48px;display:flex;align-items:center;gap:20px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;border:0;background:none;padding:0;color:var(--navy)}.brand .brand-symbol{width:32px;height:47px}.brand .brand-wordmark{width:154px;height:30px}.brand-dot{margin-left:-10px}.demo-badge{font-size:10px;letter-spacing:1.5px;border:1px solid var(--gray);border-radius:4px;padding:5px 7px;color:var(--muted)}.text-button{border:0;background:none;color:var(--navy);font-weight:600;padding:8px 12px}#header-action{margin-left:auto}.primary,.secondary{border:0;border-radius:8px;min-height:56px;padding:15px 24px;font-weight:650;display:inline-flex;align-items:center;justify-content:center;gap:12px}.primary{background:var(--yellow);color:var(--navy);font-weight:750}.primary:hover{background:var(--yellow-hover)}.secondary{background:var(--white);border:1px solid var(--line);color:var(--ink)}.wide{width:100%}.arrow{margin-left:20px;font-size:23px;font-weight:400}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Inter,system-ui,sans-serif}h1{font-size:44px;font-weight:750;line-height:1.14;letter-spacing:-1.8px;margin-bottom:16px}h2{font-size:27px;letter-spacing:-.8px}p{line-height:1.6;color:var(--muted)}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;color:var(--navy);text-transform:uppercase}.hero{max-width:1224px;margin:auto;padding:82px 48px 64px;display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center}.hero h1{font-size:clamp(42px,4.8vw,66px);line-height:1.08;letter-spacing:-.045em;margin:24px 0}.hero h1 span{color:var(--navy)}.hero p{font-size:18px;margin-bottom:28px}.hero .micro{font-size:13px;margin-top:14px}.hero-art{position:relative;padding:26px 10px 0 20px}.preview-quote{background:var(--white);border:1px solid var(--line);border-radius:8px;padding:34px;box-shadow:0 22px 65px #13252e0d;transform:rotate(2deg)}.preview-head{display:flex;justify-content:space-between;gap:16px;margin-bottom:34px;font-size:12px;letter-spacing:1px;font-weight:700;color:var(--navy)}.preview-quote .label{font-size:11px}.preview-quote h3{font-size:21px;margin:5px 0 24px}.preview-quote p{font-size:13px;line-height:1.7;color:var(--slate)}.preview-row{display:flex;justify-content:space-between;font-size:13px;padding:10px 0;border-bottom:1px solid var(--gray)}.preview-total{display:flex;justify-content:space-between;font-weight:700;font-size:23px;padding:20px 0 0}.voice-chip{position:relative;margin:-8px -10px 0 -24px;background:var(--navy);color:var(--white);border-radius:10px;padding:18px 22px;display:flex;align-items:center;gap:18px;box-shadow:0 12px 28px #13252e14;transform:rotate(-2deg)}.voice-chip p{font-size:13px;color:var(--white);margin:0;line-height:1.5}.wave{display:flex;align-items:center;justify-content:center;gap:4px;height:48px}.wave i{display:block;background:currentColor;width:4px;height:var(--h);border-radius:3px}.steps{max-width:1128px;margin:0 auto;padding:28px 0;display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line)}.steps span{font-size:14px;color:var(--muted)}.steps b{color:var(--navy);font-size:11px;margin-right:10px}.footer{max-width:1128px;margin:18px auto 24px;font-size:12px;color:var(--muted);display:flex;justify-content:space-between}.shell{max-width:760px;margin:48px auto 80px;padding:0 24px}.narrow{max-width:530px}.back{margin-left:-12px;margin-bottom:25px;font-size:14px}.sub{margin-bottom:30px}.panel{padding:30px;background:var(--white);border:1px solid var(--line);border-radius:12px}label,.label{display:block;font-size:14px;font-weight:550;margin-bottom:8px}.label{color:var(--muted)}input,textarea{width:100%;border:1px solid var(--gray);border-radius:7px;background:var(--white);color:var(--ink);padding:14px 15px;min-height:52px}textarea{resize:vertical;line-height:1.7;min-height:150px}.field{margin-bottom:20px}.optional{font-size:12px;color:var(--muted);font-weight:400}.small{font-size:13px}.muted{color:var(--muted)}.logo-upload{display:flex;align-items:center;gap:15px;margin-bottom:25px}.logo-box{width:64px;height:64px;flex:none;border:1px dashed var(--slate);border-radius:8px;display:grid;place-items:center;color:var(--navy);overflow:hidden;background:var(--bg)}.logo-box img{width:100%;height:100%;object-fit:contain}.file-label{cursor:pointer;color:var(--navy);margin:0;padding:10px 0}.file-label input{position:absolute;opacity:0;width:1px;height:1px;min-height:0}.file-label:focus-within{outline:2px solid var(--navy)}.list-title{display:flex;align-items:center;justify-content:space-between;margin:44px 0 12px}.list-title h2{font-size:16px;letter-spacing:0;margin:0}.quote-row{width:100%;padding:24px 20px;border:0;border-bottom:1px solid var(--line);background:transparent;display:flex;text-align:left;align-items:center;gap:16px}.quote-row:hover{background:var(--gray)}.initials{width:44px;height:44px;border-radius:50%;background:var(--pale);display:grid;place-items:center;font-size:13px;color:var(--navy);flex-shrink:0}.row-name{font-weight:600;display:block}.row-date{font-size:13px;color:var(--muted);display:block;margin-top:6px}.row-amount{font-weight:600;margin-left:auto;white-space:nowrap}.row-chevron{font-size:22px;margin-left:10px;color:var(--slate)}.record-panel{text-align:center;margin-top:26px;padding:40px 24px}.mic{width:78px;height:78px;border-radius:50%;background:var(--pale);display:grid;place-items:center;margin:0 auto 20px;color:var(--navy)}.mic svg{width:32px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.record-panel p{font-size:14px}.divider{display:flex;align-items:center;gap:18px;color:var(--muted);font-size:12px;margin:22px 0}.divider:before,.divider:after{content:'';flex:1;height:1px;background:var(--line)}.recording{text-align:center}.recording h1{font-size:30px;letter-spacing:-1px}.record-state{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--navy);margin-bottom:26px}.record-state i{width:8px;height:8px;border-radius:50%;background:var(--yellow)}.timer{font-size:64px;font-family:Inter,system-ui,sans-serif;font-weight:650;letter-spacing:-2px;font-variant-numeric:tabular-nums;margin:0 0 22px}.recording .wave{height:100px;color:var(--navy);gap:7px;margin-bottom:34px}.recording .wave i{width:5px}.active .wave i{animation:wave 1.8s ease-in-out infinite alternate;animation-delay:var(--d)}@keyframes wave{to{height:12px}}.recording .primary{margin-bottom:12px}.record-note{border-top:1px solid var(--line);margin-top:28px;padding-top:20px}.spinner{width:48px;height:48px;border:3px solid var(--line);border-top-color:var(--yellow);border-radius:50%;animation:spin 1s linear infinite;margin:50px auto 28px}@keyframes spin{to{transform:rotate(360deg)}}.center{text-align:center}.quote-shell{max-width:850px}.quote-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px}.quote-toolbar .back{margin-bottom:0}.paper{border:1px solid var(--line);background:var(--white);padding:48px;border-radius:8px;box-shadow:0 10px 35px #13252e0d}.paper-head{display:flex;justify-content:space-between;align-items:start;gap:20px;padding-bottom:32px;border-bottom:2px solid var(--navy);margin-bottom:28px}.business-name{font-size:20px;font-weight:750;color:var(--navy);letter-spacing:-.5px}.business-meta{font-size:12px;line-height:1.8;color:var(--muted);margin-top:7px;overflow-wrap:anywhere}.paper-logo{max-width:110px;max-height:65px;object-fit:contain;margin-bottom:12px}.quote-stamp{font-size:12px;text-align:right;white-space:nowrap;color:var(--muted);line-height:2}.quote-stamp strong{display:block;font-size:23px;letter-spacing:3px;color:var(--ink)}.paper .label{font-size:11px;letter-spacing:1.4px;text-transform:uppercase;font-weight:700;margin-top:25px}.inline{border:1px solid transparent;background:transparent;border-radius:4px;padding:8px;margin-left:-9px;width:calc(100% + 18px);min-height:40px}.inline:hover{border-color:var(--line);background:var(--off-white)}.customer{font-size:21px;font-weight:600}.scope{font-size:15px;min-height:133px}.items-head,.item{display:grid;grid-template-columns:1fr 120px 32px;align-items:center;gap:8px}.items-head{font-size:11px;letter-spacing:1px;text-transform:uppercase;color:var(--muted);padding:20px 0 10px;border-bottom:1px solid var(--line)}.item{border-bottom:1px solid var(--line);padding:6px 0}.amount{text-align:right;font-variant-numeric:tabular-nums}.remove{border:0;background:none;color:var(--slate);font-size:22px;min-height:44px}.add-line{font-size:13px;padding-left:0}.total{border-top:2px solid var(--navy);margin-top:16px;padding:23px 0 0;display:flex;justify-content:space-between;align-items:center}.total span{font-weight:550}.total strong{font-family:Inter,system-ui,sans-serif;font-size:30px;letter-spacing:-1px}.quote-actions{margin-top:24px;display:flex;gap:12px}.quote-actions .primary{flex:1}.notice{font-size:12px;text-align:center;margin-top:16px;color:var(--muted)}dialog{border:1px solid var(--line);padding:32px;border-radius:16px;max-width:430px;width:calc(100% - 32px);box-shadow:0 24px 100px #13252e40}dialog::backdrop{background:#13252e60;backdrop-filter:blur(3px)}.modal-title{display:flex;align-items:center;justify-content:space-between}.modal-title h2{margin:0}.close{border:0;background:transparent;font-size:26px;color:var(--muted)}.success-icon{width:64px;height:64px;border-radius:50%;background:var(--pale);color:var(--navy);font-size:32px;display:grid;place-items:center;margin:0 auto 24px}#toast:empty{display:none}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);max-width:90vw;background:var(--navy);color:var(--white);padding:14px 22px;border-radius:8px;box-shadow:0 6px 25px #0002;z-index:10;font-size:14px} .error{color:var(--danger);font-size:14px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media(max-width:760px){header{padding:18px 22px;gap:12px}.brand{font-size:22px}.brand svg{width:29px}.demo-badge{font-size:9px;letter-spacing:.6px}#header-action{font-size:13px;padding:6px}.hero{grid-template-columns:1fr;padding:42px 24px 28px;gap:24px}.hero h1{font-size:clamp(2.5rem,12.3vw,3rem);letter-spacing:-.045em}.hero p{font-size:17px}.hero-art{max-width:460px;width:100%;margin:auto;padding:12px 14px 0}.preview-quote{padding:28px}.voice-chip{margin-left:-6px;margin-right:-4px}.steps{margin:20px 24px 0;padding:24px 0;gap:8px;flex-wrap:wrap}.steps span{font-size:12px}.steps b{margin-right:5px}.footer{margin:20px 24px;gap:16px;line-height:1.6}.shell{margin-top:25px;padding:0 20px}h1{font-size:35px;letter-spacing:-1.5px}.panel{padding:24px}.paper{padding:26px 20px}.paper-head{gap:10px}.business-name{font-size:18px}.quote-stamp strong{font-size:18px}.quote-stamp{font-size:11px}.items-head,.item{grid-template-columns:1fr 90px 26px;gap:4px}.item input{font-size:14px}.quote-actions{flex-direction:column}.quote-toolbar .small{font-size:12px}.row-amount{font-size:16px}.quote-row{padding:22px 4px}.hero .primary{width:100%}.scope{min-height:190px}.record-panel{padding:30px 20px}.footer span:last-child{text-align:right}}@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}}@media print{body{background:var(--white)}header,.quote-toolbar,.quote-actions,.notice,.add-line,.remove,#toast,dialog{display:none!important}.shell{margin:0;max-width:none;padding:0}.paper{border:0;box-shadow:none;padding:15px}.inline{border:0!important;resize:none}.paper textarea{overflow:visible}.item{grid-template-columns:1fr 120px 0}.paper .label{margin-top:18px}}

#app:focus{outline:none}
.hero > div{min-width:0}
@media(max-width:380px){.voice-chip{gap:12px;padding:16px}.voice-chip .wave{gap:3px}.voice-chip .wave i{width:3px}.voice-chip p{font-size:12px}.preview-quote{padding:22px}}
.quote-title{font-family:Inter,system-ui,sans-serif;font-size:20px;font-weight:650;margin-top:20px;letter-spacing:-.5px}
.inline.missing-amount{border-color:var(--warning-border);background:var(--warning-surface)}
.price-notice{font-size:14px;color:var(--warning);margin-top:12px}
[hidden]{display:none!important}

/* Supplied logo images are displayed through SVG viewports, not redrawn. */
header{background:var(--white)}
.voice-chip .wave{color:var(--yellow)}
.remove:hover{color:var(--danger)}
.record-entry{margin-top:32px}
.record-entry .back{margin-bottom:22px}
.record-entry label{font-size:14px;color:var(--slate)}
.record-entry #customer{font-size:20px;font-weight:600}
.record-launch{text-align:center;padding:24px 0}
.record-trigger{width:160px;height:160px;border-radius:50%;padding:0;box-shadow:0 4px 0 var(--yellow-hover);margin:4px auto 20px}
.record-trigger svg{width:62px;height:62px;fill:none;stroke:var(--navy);stroke-width:1.8;stroke-linecap:round}
.record-trigger:active{transform:translateY(2px);box-shadow:0 2px 0 var(--yellow-hover)}
.record-caption{font-size:20px;font-weight:650;line-height:1.4;color:var(--navy);margin-bottom:22px}
.record-launch .error{margin:16px 0}
.recording .record-panel{background:none;border:0;padding:30px 16px;margin-top:12px}
.recording .prepared{color:var(--slate);font-size:14px;margin-bottom:4px}
.recording .prepared-name{font-size:23px;font-weight:650;color:var(--navy);margin-bottom:12px}
.record-state{font-size:16px;font-weight:600;min-height:24px}
.record-state i{background:var(--slate)}
.active .record-state i{background:var(--yellow)}
.recording .wave{color:var(--slate);height:70px;margin-bottom:28px}
.recording .active .wave{color:var(--yellow-hover)}
.recording .timer{font-size:68px;margin-bottom:12px}
.recording .finish-button{min-height:56px;font-weight:650}
.generating-mark{margin:56px auto 24px;width:56px;height:82px;display:block}
@media(max-width:760px){
  header{padding:16px 22px}
  .brand .brand-symbol{width:28px;height:41px}
  .brand .brand-wordmark{width:135px;height:26px}
  .record-entry{margin-top:20px}
  .record-launch{padding:20px 0}
  .recording .record-panel{padding:20px 0}
  .recording .back{margin-bottom:16px}
}
@media print{.missing-amount{background:transparent!important}.price-notice{color:var(--navy)}}

/* Modern contractor document. App branding remains outside the paper. */
.paper{--quote-accent:#13252E;--quote-text:#23343c;--quote-muted:#69757b;--quote-border:#dfe4e6;color:var(--quote-text);padding:48px 52px 32px;border-radius:3px;box-shadow:0 12px 40px #13252e09}
.quote-shell{max-width:900px}
.paper-head{padding-bottom:28px;margin-bottom:30px;border-bottom:2px solid var(--quote-accent);gap:28px}
.contractor-brand{min-width:0}.business-name{font-size:25px;letter-spacing:-.7px;color:var(--quote-accent);overflow-wrap:anywhere}
.business-meta{font-size:13px;line-height:1.7;color:var(--quote-muted);margin-top:9px}
.paper-logo{display:block;max-width:180px;max-height:80px;margin-bottom:15px;object-position:left center}
.quote-stamp{font-size:12px;line-height:1.8;color:var(--quote-muted)}
.quote-stamp strong{font-size:23px;font-weight:600;letter-spacing:3px;color:var(--quote-accent);line-height:1.3;margin-bottom:9px}
.quote-number{display:block;font-size:13px;font-weight:600;color:var(--quote-accent);letter-spacing:.4px}
.quote-stamp time{display:block;margin-top:3px}
.paper .label{font-size:11px;line-height:1.5;letter-spacing:1.6px;color:var(--quote-muted);margin:0 0 9px;font-weight:650}
.document-field{min-width:0}.paper .inline{display:block;border:1px solid transparent;background:transparent;box-shadow:none;resize:none;overflow:hidden;margin:-7px -7px;width:calc(100% + 14px);padding:6px;min-height:0;line-height:1.65;color:var(--quote-text);font-size:15px;border-radius:3px;transition:background .15s,border-color .15s}
.paper .inline:hover{background:#f7f9fa;border-color:transparent}
.paper .inline:focus{outline:2px solid var(--quote-accent);outline-offset:1px;background:#f7f9fa;border-color:transparent}
.print-value{display:none;white-space:pre-wrap;overflow-wrap:anywhere}
.quote-recipient{margin-bottom:34px}.paper .customer .inline{font-size:23px;font-weight:600;letter-spacing:-.5px;line-height:1.4}
.paper .quote-title{margin:0 0 22px;letter-spacing:0}
.paper .quote-title .inline{font-size:25px;font-weight:650;letter-spacing:-.7px;line-height:1.3;color:var(--quote-accent)}
.quote-scope-section{margin-bottom:32px}.paper .scope{min-height:0;font-size:16px}.paper .scope .inline{font-size:16px;line-height:1.8}
.quote-table{width:100%;border-collapse:collapse;table-layout:fixed;margin-top:8px}
.quote-table .amount-column{width:155px}.quote-table .control-column{width:28px}
.quote-table th{font-size:11px;text-align:left;text-transform:uppercase;letter-spacing:1.5px;font-weight:650;color:var(--quote-accent);background:#f3f5f6;padding:13px 0;border-top:1px solid var(--quote-border);border-bottom:1px solid var(--quote-border)}
.quote-table th:first-child{padding-left:12px}.quote-table th.amount{text-align:right}
.quote-table .item{display:table-row;border-bottom:1px solid var(--quote-border)}
.quote-table td{padding:17px 0;vertical-align:top}.quote-table td:first-child{padding-left:12px;padding-right:18px}
.quote-table .inline{font-size:15px;line-height:1.6}
.amount-field{position:relative;min-height:24px;text-align:right;font-variant-numeric:tabular-nums}
.amount-display{display:block;font-size:15px;line-height:24px;white-space:nowrap}
.paper .amount-field input{position:absolute;inset:-7px -7px auto auto;text-align:right;margin:0;width:calc(100% + 14px);color:transparent;caret-color:var(--quote-accent);font-size:16px;appearance:textfield;-moz-appearance:textfield}
.amount-field input::-webkit-inner-spin-button,.amount-field input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.amount-field:focus-within .amount-display{visibility:hidden}.paper .amount-field input:focus{color:var(--quote-text)}
.amount-field:has(.missing-amount) .amount-display{visibility:hidden}.paper .amount-field input.missing-amount{color:var(--quote-text)}
.quote-table td.row-control{padding:7px 0 0}.remove{width:28px;min-height:44px;font-size:20px;opacity:0;transition:opacity .15s;color:var(--quote-muted)}
.item:hover .remove,.item:focus-within .remove,.remove:focus-visible{opacity:1}.remove:focus-visible{outline:2px solid var(--quote-accent)}
.add-line{font-size:12px;color:var(--quote-muted);padding:12px;margin-left:0;min-height:44px}
.paper .total{margin:12px 0 0;border-top:2px solid var(--quote-accent);border-bottom:1px solid var(--quote-border);padding:21px 28px 21px 12px;background:#f3f5f6;break-inside:avoid}
.total span{font-size:12px;letter-spacing:1.5px;text-transform:uppercase;font-weight:700;color:var(--quote-accent)}
.total strong{font-size:29px;letter-spacing:-.8px;font-weight:650;font-variant-numeric:tabular-nums;color:var(--quote-accent)}
.quote-notes{margin-top:30px}.paper .quote-notes .inline{font-size:14px;line-height:1.75}.quote-notes.is-empty .label{display:none}.quote-notes.is-empty .inline::placeholder{color:var(--quote-muted);font-size:13px}
.document-footer{margin-top:38px;padding-top:20px;border-top:1px solid var(--quote-border);display:flex;justify-content:space-between;align-items:end;gap:20px;color:var(--quote-muted);font-size:11px;line-height:1.7;overflow-wrap:anywhere}
.document-footer strong{display:block;font-size:12px;font-weight:600;color:var(--quote-accent);margin-bottom:3px}.document-footer>span{flex-shrink:0;font-size:10px}
@media(hover:none){.remove{opacity:.45}.quote-table .control-column{width:36px}.remove{width:36px}.paper .total{padding-right:36px}}
@media(max-width:600px){
 .quote-shell{padding:0 12px}.paper{padding:28px 22px 24px}.paper-head{gap:16px;margin-bottom:26px;padding-bottom:24px}
 .business-name{font-size:21px}.business-meta{font-size:12px}.quote-stamp strong{font-size:19px}.quote-stamp{font-size:11px}.quote-number{font-size:12px}.paper-logo{max-width:130px;max-height:65px}
 .quote-recipient{margin-bottom:28px}.paper .customer .inline{font-size:21px}.paper .quote-title .inline{font-size:23px}.paper .quote-title{margin-bottom:20px}
 .quote-table .amount-column{width:112px}.quote-table .control-column{width:24px}.quote-table td:first-child{padding-left:0;padding-right:12px}.quote-table th:first-child{padding-left:0}.quote-table .inline{font-size:16px}.quote-table .amount-display{font-size:14px}.remove{width:24px;opacity:.4}
 .paper .total{padding:20px 24px 20px 0;background:transparent}.total strong{font-size:26px}
 .document-footer{display:block}.document-footer>span{display:block;margin-top:16px}
 .quote-actions{flex-direction:column-reverse}.quote-actions button{width:100%;min-height:54px}
}
@page{margin:16mm}
@media print{
 body{background:white;color:#23343c}body>header,.quote-toolbar,.quote-actions,.notice,.add-line,.remove,#toast,dialog,.row-control,.control-column,.price-notice{display:none!important}
 .quote-shell{width:100%;max-width:none;margin:0;padding:0}.paper{padding:0;border:0;border-radius:0;box-shadow:none;--quote-accent:#13252E;-webkit-print-color-adjust:exact;print-color-adjust:exact}
 .paper input,.paper textarea{display:none!important}.print-value{display:block;font-size:11pt;line-height:1.7}
 .paper-head{margin-bottom:24px;padding-bottom:24px;break-inside:avoid}.business-name{font-size:22pt}.business-meta{font-size:9pt}.quote-stamp{font-size:9pt}.quote-stamp strong{font-size:18pt}
 .quote-recipient{margin-bottom:26px;break-inside:avoid}.customer .print-value{font-size:17pt;font-weight:600;line-height:1.4}
 .quote-title{break-after:avoid}.quote-title .print-value{font-size:20pt;font-weight:650;line-height:1.3;color:var(--quote-accent);letter-spacing:-.5px}.paper .label{margin:0 0 8px;break-after:avoid}
 .quote-scope-section{margin-bottom:26px}.quote-table{margin-top:0}.quote-table .amount-column{width:120px}.quote-table th{background:#f3f5f6}.quote-table thead{display:table-header-group}.quote-table tr{break-inside:avoid}.quote-table td{padding:13px 0}.quote-table th:last-of-type{padding-right:12px}
 .amount-field{min-height:0}.amount-display,.amount-field:focus-within .amount-display{visibility:visible;display:block;font-size:11pt;line-height:1.7}.quote-table .print-value{font-size:11pt}
 .paper .total{padding:18px 0 18px 12px;margin-top:24px;background:#f3f5f6;break-inside:avoid}.total strong{font-size:22pt}.quote-notes{margin-top:26px}.quote-notes.is-empty{display:none}.quote-notes .print-value{font-size:10pt}
 .document-footer{display:flex;break-inside:avoid;margin-top:32px;padding-top:16px}.document-footer>span{margin:0}.paper *{box-shadow:none!important}
}

.paper .amount-field input:not(:focus):not(.missing-amount){background:transparent}

.record-launch .language-hint{font-size:12px;font-weight:400;color:var(--slate);margin:-12px 0 18px}
.editor-hints{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.save-error{color:var(--danger)}.row-title{display:block;font-size:13px;color:var(--muted);margin-top:5px}.empty-quotes{text-align:center;margin:36px 0}.delete-quote{display:block;margin:16px auto 0;font-size:13px;color:var(--muted)}.delete-quote:hover{color:var(--danger)}.editor-hints #retry-save{padding:3px 6px;font-size:12px}.logo-upload p{margin:0}
@media print{.delete-quote{display:none!important}}

.sent-status{text-align:center;color:var(--navy);font-size:14px;margin:18px 0}.customer-view .customer-title{font-size:25px;line-height:1.35;letter-spacing:-.7px;margin:0 0 24px;overflow-wrap:anywhere}.customer-copy{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.8}.customer-view .quote-table td.amount{white-space:nowrap;padding-right:12px}.customer-view .quote-actions{justify-content:flex-end}.customer-view .customer{overflow-wrap:anywhere}.customer-view .paper .total{padding-right:12px}
@media(max-width:600px){.customer-view .customer-title{font-size:23px}.customer-view .quote-table .amount-column{width:105px}.customer-view .quote-table td{font-size:14px}.customer-view .quote-table td.amount{padding-right:0}}
@media print{.sent-status{display:none!important}.customer-view .customer-title{font-size:20pt}.customer-view .customer-copy{font-size:11pt}.customer-view .customer{font-size:17pt}.customer-view .quote-notes .customer-copy{font-size:10pt}.customer-view .quote-table td{font-size:11pt}}
