@import url('./print.css');

#bc-estimator {
  --bc-ink: #172e3a;
  --bc-muted: #536671;
  --bc-teal: #006e66;
  --bc-teal-hover: #00584f;
  --bc-paper: #fbfaf6;
  --bc-card: #fff;
  --bc-border: #dce3df;
  --bc-soft: #edf4ef;
  --bc-gold: #e6b75b;
  --bc-danger: #a73225;
  color: var(--bc-ink);
  background: var(--bc-paper);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  padding-bottom: 126px;
  text-align: left;
}
#bc-estimator *, #bc-estimator *::before, #bc-estimator *::after { box-sizing: border-box; }
#bc-estimator [hidden] { display: none !important; }
#bc-estimator button, #bc-estimator input, #bc-estimator textarea, #bc-estimator select { font: inherit; }
#bc-estimator button { cursor: pointer; text-transform: none; letter-spacing: normal; }
#bc-estimator button:disabled { cursor: wait; opacity: .6; }
#bc-estimator button, #bc-estimator a { -webkit-tap-highlight-color: transparent; }
#bc-estimator :focus-visible { outline: 3px solid #dc9e27; outline-offset: 3px; }
#bc-estimator h1, #bc-estimator h2, #bc-estimator h3, #bc-estimator p { margin: 0; color: inherit; }
#bc-estimator h1 { font-size: clamp(28px, 4vw, 40px); font-weight: 720; line-height: 1.12; letter-spacing: -1.2px; }
#bc-estimator h2 { font-size: 22px; font-weight: 700; line-height: 1.3; letter-spacing: -.45px; }
#bc-estimator h3 { font-size: 17px; font-weight: 690; line-height: 1.4; }
#bc-estimator small, #bc-estimator .bc-small { font-size: 13px; }
#bc-estimator .bc-muted { color: var(--bc-muted); }
#bc-estimator .bc-mono { font-variant-numeric: tabular-nums; }
#bc-estimator .bc-wrap { max-width: 1120px; margin-inline: auto; padding-inline: 24px; }
#bc-estimator .bc-topbar { border-bottom: 1px solid var(--bc-border); background: #fff; }
#bc-estimator .bc-topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 80px; }
#bc-estimator .bc-brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; font-size: 19px; letter-spacing: -.45px; font-weight: 750; }
#bc-estimator .bc-brand-mark { display: grid; place-items: center; width: 34px; height: 36px; background: var(--bc-ink); color: #fff; border-radius: 7px 7px 14px 7px; font-size: 24px; }
#bc-estimator .bc-brand-sub { color: var(--bc-muted); font-size: 10px; font-weight: 650; line-height: 1; letter-spacing: 1.8px; margin-top: 3px; }
#bc-estimator .bc-top-actions { display: flex; align-items: center; gap: 15px; }
#bc-estimator .bc-save-status { color: var(--bc-muted); font-size: 12px; max-width: 220px; }
#bc-estimator .bc-save-status::before { content: ''; display: inline-block; width: 6px; height: 6px; background: #438168; border-radius: 50%; margin-right: 6px; vertical-align: 1px; }
#bc-estimator .bc-hero { padding-block: 30px 26px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
#bc-estimator .bc-eyebrow { text-transform: uppercase; letter-spacing: 1.8px; font-size: 10px; font-weight: 750; color: var(--bc-teal); margin-bottom: 10px; }
#bc-estimator .bc-hero p { color: var(--bc-muted); margin-top: 12px; max-width: 540px; font-size: 15px; }
#bc-estimator .bc-market { display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--bc-border); border-radius: 24px; padding: 8px 12px; font-size: 12px; background: #fff; white-space: nowrap; }
#bc-estimator .bc-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--bc-border); margin-bottom: 24px; gap: 12px; }
#bc-estimator .bc-step { border: 0; border-bottom: 3px solid transparent; background: transparent; color: var(--bc-muted); min-height: 58px; padding: 10px 12px 15px; display: flex; gap: 9px; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; border-radius: 0; }
#bc-estimator .bc-step[aria-current='step'] { border-bottom-color: var(--bc-teal); color: var(--bc-teal); }
#bc-estimator .bc-step-number { width: 24px; height: 24px; display: inline-grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 12px; flex-shrink: 0; }
#bc-estimator .bc-step[aria-current='step'] .bc-step-number { color: #fff; background: var(--bc-teal); border-color: var(--bc-teal); }
#bc-estimator .bc-content { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 24px; align-items: start; }
#bc-estimator .bc-main { min-width: 0; }
#bc-estimator .bc-stack { display: grid; gap: 20px; }
#bc-estimator .bc-card { background: var(--bc-card); border: 1px solid var(--bc-border); border-radius: 14px; padding: 24px; min-width: 0; box-shadow: 0 3px 8px #17332a02; }
#bc-estimator .bc-card-head { display: flex; gap: 14px; align-items: flex-start; justify-content: space-between; margin-bottom: 20px; }
#bc-estimator .bc-card-head p { color: var(--bc-muted); font-size: 13px; margin-top: 5px; }
#bc-estimator .bc-tag { color: var(--bc-teal); background: var(--bc-soft); border-radius: 4px; padding: 3px 7px; font-size: 10px; letter-spacing: .6px; text-transform: uppercase; font-weight: 700; white-space: nowrap; }
#bc-estimator .bc-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 16px; }
#bc-estimator .bc-field { display: flex; flex-direction: column; min-width: 0; gap: 6px; }
#bc-estimator .bc-field.bc-wide { grid-column: 1 / -1; }
#bc-estimator .bc-field label { font-size: 12px; font-weight: 650; color: #354954; }
#bc-estimator .bc-field label span { font-weight: 400; color: var(--bc-muted); }
#bc-estimator input, #bc-estimator textarea, #bc-estimator select { border: 1px solid #cbd7d1; border-radius: 7px; background: #fff; color: var(--bc-ink); min-height: 46px; padding: 10px 12px; box-shadow: none; width: 100%; min-width: 0; max-width: 100%; margin: 0; font-size: 16px; }
#bc-estimator input::placeholder, #bc-estimator textarea::placeholder { color: #82908f; opacity: 1; }
#bc-estimator input:focus, #bc-estimator textarea:focus, #bc-estimator select:focus { border-color: var(--bc-teal); }
/* Keep Safari's native date control inside its field without changing the picker. */
#bc-estimator input[type='date'] { display: block; -webkit-appearance: none; appearance: none; text-align: left; }
#bc-estimator input[type='date']::-webkit-date-and-time-value { min-width: 0; text-align: left; }
#bc-estimator input[type='number'] { -moz-appearance: textfield; font-variant-numeric: tabular-nums; }
#bc-estimator input::-webkit-inner-spin-button, #bc-estimator input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
#bc-estimator textarea { resize: vertical; min-height: 96px; line-height: 1.5; }
#bc-estimator .bc-hint { color: var(--bc-muted); font-size: 12px; line-height: 1.5; }
#bc-estimator .bc-footnote { color: var(--bc-muted); font-size: 12px; padding: 0 2px; }
#bc-estimator .bc-btn { border: 1px solid var(--bc-border); border-radius: 8px; min-height: 46px; background: #fff; color: var(--bc-ink); padding: 11px 16px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 650; line-height: 1.3; font-size: 14px; text-decoration: none; }
#bc-estimator .bc-btn:hover { background: #f3f6f3; border-color: #afc4b9; }
#bc-estimator .bc-btn-primary { background: var(--bc-teal); border-color: var(--bc-teal); color: #fff; }
#bc-estimator .bc-btn-primary:hover { background: var(--bc-teal-hover); border-color: var(--bc-teal-hover); }
#bc-estimator .bc-btn-dark { background: var(--bc-ink); border-color: var(--bc-ink); color: #fff; }
#bc-estimator .bc-btn-dark:hover { background: #284651; color: #fff; }
#bc-estimator .bc-btn-text { border-color: transparent; background: transparent; padding-inline: 7px; color: var(--bc-teal); }
#bc-estimator .bc-btn-danger { color: var(--bc-danger); }
#bc-estimator .bc-btn-full { width: 100%; }
#bc-estimator .bc-icon-btn { width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: var(--bc-muted); border-radius: 7px; font-size: 22px; display: inline-grid; place-items: center; flex-shrink: 0; }
#bc-estimator .bc-icon-btn:hover { background: var(--bc-soft); color: var(--bc-ink); }
#bc-estimator .bc-nav-bottom { display: flex; justify-content: space-between; gap: 12px; margin-top: 4px; }
#bc-estimator .bc-aside { position: sticky; top: 24px; }
#bc-estimator .bc-summary { padding: 23px; background: var(--bc-ink); color: #fff; border-radius: 14px; }
#bc-estimator .bc-summary .bc-eyebrow { color: #c4d5d1; }
#bc-estimator .bc-summary-amount { font-size: 40px; line-height: 1.2; font-weight: 700; letter-spacing: -1.5px; overflow-wrap: anywhere; font-variant-numeric: tabular-nums; }
#bc-estimator .bc-summary-sub { color: #bfd1d1; font-size: 12px; margin-top: 7px; }
#bc-estimator .bc-summary dl { margin: 25px 0 0; padding-top: 17px; border-top: 1px solid #ffffff26; font-size: 13px; }
#bc-estimator .bc-row { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; margin: 8px 0; }
#bc-estimator .bc-row dt { color: #c7d8d8; }
#bc-estimator .bc-row dd { margin: 0; font-variant-numeric: tabular-nums; font-weight: 600; }
#bc-estimator .bc-summary .bc-btn { margin-top: 18px; border-color: #546a74; background: transparent; color: #fff; }
#bc-estimator .bc-side-note { border-left: 2px solid var(--bc-gold); color: var(--bc-muted); font-size: 12px; padding-left: 12px; margin-top: 20px; }
#bc-estimator .bc-side-note strong { display: block; color: var(--bc-ink); margin-bottom: 5px; }
#bc-estimator .bc-bottombar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 40; background: #fff; border-top: 1px solid var(--bc-border); box-shadow: 0 -3px 18px #152e3910; padding: 13px 0 calc(13px + env(safe-area-inset-bottom)); }
#bc-estimator .bc-bottombar-inner { display: flex; align-items: center; gap: 16px; justify-content: space-between; }
#bc-estimator .bc-bottom-total-label { font-size: 10px; letter-spacing: .6px; font-weight: 650; text-transform: uppercase; color: var(--bc-muted); }
#bc-estimator .bc-bottom-total { display: block; font-size: 26px; font-weight: 750; letter-spacing: -.7px; line-height: 1.3; font-variant-numeric: tabular-nums; }
#bc-estimator .bc-bottombar .bc-btn { min-width: 170px; }
#bc-estimator .bc-presets { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
#bc-estimator .bc-preset { border: 1px solid var(--bc-border); border-radius: 8px; background: #fff; text-align: left; color: var(--bc-ink); padding: 14px 12px; font-size: 13px; min-height: 60px; line-height: 1.35; display: flex; align-items: center; gap: 10px; }
#bc-estimator .bc-preset[aria-pressed='true'] { border-color: var(--bc-teal); box-shadow: inset 0 0 0 1px var(--bc-teal); color: var(--bc-teal); background: #edf6f1; }
#bc-estimator .bc-preset-custom { border-style: dashed; }
#bc-estimator .bc-job-group { display: grid; grid-template-columns: 24px minmax(0, 1fr) 12px; min-height: 82px; gap: 10px; }
#bc-estimator .bc-group-label { min-width: 0; }
#bc-estimator .bc-group-label strong { display: block; font-size: 13px; font-weight: 650; overflow-wrap: anywhere; hyphens: auto; }
#bc-estimator .bc-group-status { display: block; width: fit-content; color: var(--bc-muted); font-size: 10px; margin-top: 6px; line-height: 1.2; }
#bc-estimator .bc-group-indicator { color: var(--bc-teal); font-size: 18px; text-align: center; }
#bc-estimator .bc-job-group.bc-has-selections { background: #edf6f1; border-color: #c2dcd0; }
#bc-estimator .bc-has-selections .bc-group-status { color: var(--bc-teal); background: #d7eade; border-radius: 4px; padding: 3px 6px; font-weight: 700; }
#bc-estimator .bc-job-group[aria-expanded='true'] { border-color: var(--bc-teal); box-shadow: inset 0 0 0 1px var(--bc-teal); }
#bc-estimator .bc-group-panel { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--bc-border); scroll-margin-top: 18px; }
#bc-estimator .bc-group-panel-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
#bc-estimator .bc-group-panel-head h3 { font-size: 20px; scroll-margin-top: 18px; }
#bc-estimator .bc-group-panel-head p { font-size: 12px; color: var(--bc-muted); margin-top: 6px; }
#bc-estimator .bc-group-panel-head .bc-icon-btn { margin-top: -9px; margin-right: -8px; }
#bc-estimator .bc-variants { display: grid; gap: 9px; }
#bc-estimator .bc-variant { display: flex; align-items: flex-start; gap: 12px; width: 100%; border: 1px solid var(--bc-border); border-radius: 9px; background: #fff; color: var(--bc-ink); padding: 14px; text-align: left; min-height: 74px; line-height: 1.4; }
#bc-estimator .bc-variant:hover { border-color: #adc5b8; }
#bc-estimator .bc-variant-check { display: grid; place-items: center; flex-shrink: 0; width: 24px; height: 24px; border-radius: 6px; border: 1px solid #b9cfc3; color: var(--bc-teal); font-size: 18px; line-height: 1; }
#bc-estimator .bc-variant-copy { min-width: 0; }
#bc-estimator .bc-variant-copy strong { display: block; font-size: 14px; font-weight: 650; }
#bc-estimator .bc-variant-copy small { display: block; font-size: 12px; color: var(--bc-muted); margin-top: 5px; }
#bc-estimator .bc-variant-status { display: block; color: var(--bc-teal); font-size: 10px; font-weight: 650; margin-top: 8px; }
#bc-estimator .bc-variant[aria-pressed='true'] { border-color: var(--bc-teal); background: #edf6f1; box-shadow: inset 0 0 0 1px var(--bc-teal); }
#bc-estimator .bc-variant[aria-pressed='true'] .bc-variant-check { color: #fff; background: var(--bc-teal); border-color: var(--bc-teal); }
#bc-estimator .bc-group-done { margin-top: 14px; }
#bc-estimator .bc-selected-job .bc-eyebrow { display: block; margin-bottom: 6px; }
#bc-estimator .bc-selected-job .bc-card-head .bc-icon-btn { margin-top: -8px; margin-right: -8px; }
#bc-estimator .bc-shared-visit { border-left: 3px solid var(--bc-teal); }
#bc-estimator #bc-custom-work { scroll-margin-top: 18px; }
#bc-estimator .bc-preset-symbol { font-size: 20px; width: 24px; text-align: center; flex-shrink: 0; }
#bc-estimator .bc-preset-content { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--bc-border); }
#bc-estimator .bc-preset-description { color: var(--bc-muted); font-size: 13px; margin-bottom: 16px; }
#bc-estimator .bc-preset-count { max-width: 190px; margin-bottom: 18px; }
#bc-estimator .bc-stepper { display: grid; grid-template-columns: 44px minmax(44px, 1fr) 44px; width: 100%; }
#bc-estimator .bc-stepper button { background: #f2f6f2; color: var(--bc-ink); border: 1px solid #cbd7d1; border-radius: 0; font-size: 22px; min-height: 46px; width: 44px; padding: 0; }
#bc-estimator .bc-stepper button:first-child { border-radius: 7px 0 0 7px; }
#bc-estimator .bc-stepper button:last-child { border-radius: 0 7px 7px 0; }
#bc-estimator .bc-stepper input { border-radius: 0; border-left: 0; border-right: 0; padding-inline: 2px; text-align: center; min-width: 0; }
#bc-estimator .bc-line { padding-block: 16px; border-bottom: 1px solid #e9eeea; }
#bc-estimator .bc-line:first-child { padding-top: 0; }
#bc-estimator .bc-line:last-child { border-bottom: 0; padding-bottom: 0; }
#bc-estimator .bc-line-title { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; margin-bottom: 10px; }
#bc-estimator .bc-line-title strong { font-size: 14px; font-weight: 650; display: block; }
#bc-estimator .bc-line-title small { display: block; margin-top: 2px; color: var(--bc-muted); font-size: 11px; }
#bc-estimator .bc-line-title .bc-icon-btn { width: 44px; height: 44px; margin-top: -12px; margin-right: -8px; }
#bc-estimator .bc-line-controls { display: grid; grid-template-columns: minmax(128px, 1.05fr) minmax(90px, 1fr) minmax(65px, .65fr); gap: 12px; align-items: end; }
#bc-estimator .bc-line-total { text-align: right; padding-bottom: 11px; font-size: 15px; font-weight: 700; font-variant-numeric: tabular-nums; }
#bc-estimator .bc-line-total span { display: block; color: var(--bc-muted); font-size: 10px; font-weight: 400; margin-bottom: 9px; }
#bc-estimator .bc-empty { padding: 23px 18px; background: #f7f9f6; border: 1px dashed #cbd7ce; border-radius: 9px; text-align: center; color: var(--bc-muted); font-size: 13px; }
#bc-estimator .bc-empty strong { color: var(--bc-ink); display: block; font-size: 14px; margin-bottom: 4px; }
#bc-estimator .bc-add-row { display: flex; gap: 8px; margin-top: 17px; flex-wrap: wrap; }
#bc-estimator .bc-add-row .bc-btn:first-child { flex: 1; }
#bc-estimator details.bc-details { padding: 20px 24px; }
#bc-estimator .bc-details summary { cursor: pointer; font-weight: 650; min-height: 28px; list-style-position: outside; margin-left: 17px; font-size: 15px; }
#bc-estimator .bc-details[open] summary { margin-bottom: 22px; }
#bc-estimator .bc-details-note { margin-top: 16px; font-size: 12px; color: var(--bc-muted); }
#bc-estimator .bc-inline-details { margin-top: 16px; }
#bc-estimator .bc-inline-details summary { font-size: 12px; color: var(--bc-teal); cursor: pointer; min-height: 44px; padding-block: 10px; }
#bc-estimator .bc-inline-details p { color: var(--bc-muted); font-size: 12px; padding-bottom: 12px; }
#bc-estimator .bc-error, #bc-estimator .bc-notice { border: 1px solid #e4c8a1; border-radius: 8px; background: #fff7e9; color: #704e15; padding: 12px 15px; font-size: 13px; margin-bottom: 16px; }
#bc-estimator .bc-error { background: #fff2ee; color: #932d23; border-color: #e7c3b8; }
#bc-estimator .bc-error ul { margin: 5px 0 0; padding-left: 18px; }
#bc-estimator .bc-notice-success { background: #edf7f0; color: #205b41; border-color: #b9d7c5; }
#bc-estimator .bc-offline { margin-block: 16px 0; }
#bc-estimator .bc-delivery { display: grid; gap: 10px; }
#bc-estimator .bc-delivery-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
#bc-estimator .bc-quote { padding: 28px; background: #fff; color: #172e3a; }
#bc-estimator .bc-quote-head { display: flex; justify-content: space-between; gap: 20px; border-bottom: 2px solid #172e3a; padding-bottom: 24px; margin-bottom: 22px; }
#bc-estimator .bc-quote-head h2 { font-size: 24px; letter-spacing: -.6px; overflow-wrap: anywhere; }
#bc-estimator .bc-quote-head p { font-size: 12px; margin-top: 4px; color: #536671; overflow-wrap: anywhere; }
#bc-estimator .bc-quote-head > div { min-width: 0; }
#bc-estimator .bc-quote-id { text-align: right; font-size: 12px; min-width: 0; max-width: 50%; overflow-wrap: anywhere; }
#bc-estimator .bc-quote-id strong { display: block; font-size: 11px; letter-spacing: 1.2px; margin-bottom: 6px; }
#bc-estimator .bc-quote-recipient { font-size: 13px; margin-bottom: 23px; white-space: pre-line; overflow-wrap: anywhere; }
#bc-estimator .bc-quote-label { color: #536671; font-size: 10px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 6px; }
#bc-estimator .bc-quote-scope { font-size: 14px; white-space: pre-line; margin-top: 8px; overflow-wrap: anywhere; }
#bc-estimator .bc-quote-list { font-size: 12px; margin: 12px 0 22px; padding-left: 18px; color: #536671; }
#bc-estimator .bc-quote-list li { margin-bottom: 5px; }
#bc-estimator .bc-quote-total { display: flex; justify-content: space-between; align-items: center; gap: 12px; background: #edf4ef; padding: 18px; border-radius: 7px; margin-block: 24px 12px; }
#bc-estimator .bc-quote-total strong { font-size: 27px; white-space: nowrap; letter-spacing: -.7px; }
#bc-estimator .bc-quote-terms { border-top: 1px solid #dce3df; margin-top: 24px; padding-top: 18px; font-size: 12px; color: #536671; white-space: pre-line; }
#bc-estimator .bc-quote-terms p + p { margin-top: 9px; }
#bc-estimator .bc-quote-brand { display: flex; justify-content: center; flex-wrap: wrap; gap: 4px; text-align: center; margin-top: 24px; border-top: 1px solid #dce3df; padding-top: 12px; color: #536671; font-size: 10px; line-height: 1.4; }
#bc-estimator .bc-quote-brand a { color: inherit; white-space: nowrap; text-decoration: none; }
#bc-estimator .bc-quote-brand a:hover { text-decoration: underline; }
#bc-estimator .bc-quote .bc-row { font-size: 12px; }
#bc-estimator .bc-quote .bc-row dt, #bc-estimator .bc-breakdown .bc-row dt { color: var(--bc-muted); }
#bc-estimator .bc-breakdown { margin: 0; font-size: 13px; }
#bc-estimator .bc-breakdown .bc-row { margin-block: 11px; }
#bc-estimator .bc-breakdown .bc-row:last-child { border-top: 1px solid var(--bc-border); padding-top: 12px; }
#bc-estimator .bc-part { display: grid; grid-template-columns: minmax(0, 1fr) 92px 64px; gap: 14px; align-items: center; padding-block: 14px; border-bottom: 1px solid var(--bc-border); }
#bc-estimator .bc-part:last-child { border: 0; }
#bc-estimator .bc-part strong { display: block; font-size: 13px; }
#bc-estimator .bc-part small { color: var(--bc-muted); font-size: 11px; }
#bc-estimator .bc-part-buy { font-variant-numeric: tabular-nums; font-size: 19px; font-weight: 700; text-align: right; }
#bc-estimator .bc-part-buy small { display: block; font-size: 10px; font-weight: 400; }
#bc-estimator .bc-dialog { border: 0; border-radius: 16px; width: min(620px, calc(100% - 32px)); max-height: min(760px, calc(100dvh - 48px)); color: var(--bc-ink); background: var(--bc-paper); padding: 0; box-shadow: 0 15px 60px #0f243f40; margin: auto; }
#bc-estimator .bc-dialog::backdrop { background: #112d38a6; backdrop-filter: blur(3px); }
#bc-estimator .bc-dialog-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 24px 14px; }
#bc-estimator .bc-dialog-head h2 { font-size: 22px; }
#bc-estimator .bc-dialog-search { padding: 0 24px 18px; display: grid; gap: 10px; }
#bc-estimator .bc-catalog-list { overflow-y: auto; overscroll-behavior: contain; max-height: 440px; padding: 0 24px 20px; }
#bc-estimator .bc-catalog-group { font-size: 10px; color: var(--bc-muted); text-transform: uppercase; letter-spacing: 1px; padding-block: 18px 8px; font-weight: 700; }
#bc-estimator .bc-catalog-item { display: flex; width: 100%; align-items: center; text-align: left; gap: 14px; padding: 14px 0; border: 0; border-bottom: 1px solid var(--bc-border); background: transparent; color: var(--bc-ink); line-height: 1.35; }
#bc-estimator .bc-catalog-item:hover { color: var(--bc-teal); }
#bc-estimator .bc-catalog-name { flex: 1; font-size: 14px; min-width: 0; }
#bc-estimator .bc-catalog-name small { display: block; font-size: 11px; color: var(--bc-muted); margin-top: 4px; }
#bc-estimator .bc-catalog-price { text-align: right; font-size: 14px; font-weight: 650; white-space: nowrap; }
#bc-estimator .bc-catalog-price small { display: block; font-size: 10px; font-weight: 400; color: var(--bc-muted); }
#bc-estimator .bc-catalog-add { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #e6eee8; color: var(--bc-teal); font-size: 20px; }
#bc-estimator .bc-dialog-body { padding: 0 24px 24px; }
#bc-estimator .bc-dialog-body p { color: var(--bc-muted); font-size: 14px; margin-bottom: 20px; }
#bc-estimator .bc-dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }
#bc-estimator .bc-toast { position: fixed; z-index: 100; bottom: 106px; left: 50%; transform: translateX(-50%); max-width: calc(100% - 32px); padding: 12px 18px; border-radius: 8px; color: #fff; background: var(--bc-ink); box-shadow: 0 3px 16px #0002; font-size: 13px; text-align: center; }
#bc-estimator .bc-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

@media (max-width: 880px) {
  #bc-estimator .bc-content { grid-template-columns: minmax(0, 1fr); }
  #bc-estimator .bc-aside { display: none; }
  #bc-estimator .bc-wrap { max-width: 740px; }
  #bc-estimator .bc-hero { padding-top: 24px; }
}
@media (max-width: 520px) {
  #bc-estimator .bc-wrap { padding-inline: 16px; }
  #bc-estimator .bc-topbar-inner { min-height: 68px; }
  #bc-estimator .bc-brand { font-size: 17px; gap: 8px; }
  #bc-estimator .bc-brand-mark { width: 29px; height: 32px; font-size: 20px; }
  #bc-estimator .bc-top-actions { gap: 0; }
  #bc-estimator .bc-top-actions .bc-save-status { display: none; }
  #bc-estimator .bc-top-actions .bc-btn { font-size: 12px; padding-inline: 10px; }
  #bc-estimator .bc-hero { padding-block: 22px 14px; align-items: flex-start; }
  #bc-estimator .bc-hero p { font-size: 13px; margin-top: 9px; }
  #bc-estimator .bc-market { display: none; }
  #bc-estimator .bc-eyebrow { font-size: 9px; margin-bottom: 8px; }
  #bc-estimator .bc-steps { gap: 0; margin-bottom: 18px; }
  #bc-estimator .bc-step { font-size: 12px; padding-inline: 4px; gap: 7px; min-height: 54px; padding-bottom: 12px; }
  #bc-estimator .bc-step-number { width: 22px; height: 22px; }
  #bc-estimator .bc-card { padding: 19px 16px; border-radius: 11px; }
  #bc-estimator .bc-card-head { margin-bottom: 17px; gap: 9px; }
  #bc-estimator h2 { font-size: 20px; }
  #bc-estimator .bc-fields { gap: 16px 12px; }
  #bc-estimator .bc-field.bc-phone-wide { grid-column: 1 / -1; }
  #bc-estimator .bc-stack { gap: 16px; }
  #bc-estimator .bc-tag { font-size: 9px; }
  #bc-estimator .bc-line-controls { gap: 8px 12px; grid-template-columns: minmax(132px, 1.05fr) minmax(80px, 1fr); }
  #bc-estimator .bc-line-total { font-size: 13px; grid-column: 1 / -1; display: flex; justify-content: space-between; padding-bottom: 0; }
  #bc-estimator .bc-line-total span { margin-bottom: 0; font-size: 11px; }
  #bc-estimator .bc-line .bc-field label { font-size: 10px; }
  #bc-estimator .bc-line input { padding-inline: 7px; }
  #bc-estimator .bc-stepper { grid-template-columns: 44px minmax(44px, 1fr) 44px; }
  #bc-estimator .bc-stepper button { width: 44px; min-height: 48px; }
  #bc-estimator .bc-stepper input { min-height: 48px; }
  #bc-estimator .bc-btn { min-height: 48px; }
  #bc-estimator .bc-presets { gap: 8px; }
  #bc-estimator .bc-preset { padding: 12px 10px; min-height: 69px; font-size: 12px; gap: 8px; }
  #bc-estimator .bc-preset-symbol { width: 19px; }
  #bc-estimator .bc-job-group { grid-template-columns: 19px minmax(0, 1fr); gap: 8px; min-height: 85px; }
  #bc-estimator .bc-group-label strong { font-size: 12px; }
  #bc-estimator .bc-group-status { font-size: 9px; }
  #bc-estimator .bc-group-indicator { display: none; }
  #bc-estimator .bc-variant { padding: 13px 11px; gap: 10px; }
  #bc-estimator details.bc-details { padding: 19px 16px; }
  #bc-estimator .bc-bottombar-inner { gap: 12px; }
  #bc-estimator .bc-bottombar .bc-btn { min-width: 150px; font-size: 13px; }
  #bc-estimator .bc-bottom-total { font-size: 25px; }
  #bc-estimator .bc-quote-head { gap: 12px; }
  #bc-estimator .bc-quote-head h2 { font-size: 20px; }
  #bc-estimator .bc-quote-total { padding: 15px 12px; }
  #bc-estimator .bc-quote-total strong { font-size: 24px; }
  #bc-estimator .bc-part { grid-template-columns: minmax(0, 1fr) 70px 52px; gap: 9px; }
  #bc-estimator .bc-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 30px); }
  #bc-estimator .bc-dialog-head, #bc-estimator .bc-dialog-search, #bc-estimator .bc-catalog-list, #bc-estimator .bc-dialog-body { padding-inline: 18px; }
  #bc-estimator .bc-catalog-list { max-height: calc(100dvh - 265px); }
  #bc-estimator .bc-delivery-buttons { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: no-preference) {
  #bc-estimator .bc-btn, #bc-estimator .bc-preset { transition: background .12s, border-color .12s; }
}
