@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #18232d;
  --muted: #68737c;
  --paper: #eef0f1;
  --panel: #ffffff;
  --line: #d3d8dc;
  --acid: #e5b93f;
  --acid-dark: #2364aa;
  --orange: #c58d21;
  --blue: #2364aa;
  --shadow: 0 18px 50px rgba(24, 35, 45, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'Plus Jakarta Sans', sans-serif; }
button, input { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1320px, calc(100% - 56px)); margin: 0 auto; }
.topbar { display: flex; align-items: center; justify-content: space-between; height: 88px; border-bottom: 1px solid var(--line); }
.brand { color: var(--ink); display: flex; gap: 11px; align-items: center; text-decoration: none; font-size: 14px; font-weight: 800; letter-spacing: .14em; }
.brand-mark { display: flex; align-items: flex-end; gap: 3px; width: 24px; height: 21px; }
.brand-mark span { display: block; width: 6px; background: var(--acid-dark); transform: skew(-23deg); }
.brand-mark span:nth-child(1) { height: 10px; }.brand-mark span:nth-child(2) { height: 16px; }.brand-mark span:nth-child(3) { height: 21px; }
.view-selector { display: flex; align-items: center; gap: 9px; margin-left: auto; margin-right: 28px; color: var(--muted); font: 9px 'IBM Plex Mono', monospace; letter-spacing: .08em; }.view-selector select { min-width: 142px; padding: 9px 28px 9px 10px; border: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--ink); background: var(--panel); font: 600 11px 'Plus Jakarta Sans', sans-serif; }.view-selector select:focus { border-color: var(--acid-dark); box-shadow: 0 0 0 3px rgba(35, 100, 170, .16); }
.topbar-note, .hero-rule, .section-index, .unit-badge, .estimate-tag, .field-label small, .catalog-note, .range-labels, .strip-label, footer, .result-kicker { font-family: 'IBM Plex Mono', monospace; }
.topbar-note { color: var(--muted); font-size: 10px; letter-spacing: .13em; }.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--acid-dark); }.slash { color: var(--orange); margin: 0 8px; }
.hero { max-width: 790px; padding: 88px 0 71px; }.eyebrow { color: var(--orange); font: 500 11px 'IBM Plex Mono', monospace; letter-spacing: .11em; }.eyebrow span { color: var(--muted); margin: 0 8px; }
h1 { margin: 20px 0 22px; font-size: clamp(54px, 7.3vw, 105px); line-height: .91; letter-spacing: -.075em; font-weight: 800; }.hero h1 em { color: var(--acid-dark); font-style: normal; }.hero-copy { max-width: 480px; color: var(--muted); font-size: 15px; line-height: 1.75; }.hero-rule { display: flex; align-items: center; gap: 16px; margin-top: 36px; color: var(--muted); font-size: 10px; letter-spacing: .1em; }.hero-rule div { width: 84px; height: 1px; background: var(--ink); }
.workspace { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); gap: 20px; align-items: stretch; }.panel { background: var(--panel); box-shadow: var(--shadow); }.form-panel { padding: 40px 44px 44px; }.results-panel { padding: 40px; display: flex; flex-direction: column; }
.view-section.view-active { outline: 2px solid var(--acid-dark); outline-offset: 5px; }
.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 22px; }.panel-heading > div { display: flex; gap: 14px; align-items: baseline; }.section-index { color: var(--orange); font-size: 11px; }.panel h2 { margin: 0; font-size: 20px; letter-spacing: -.04em; }.unit-badge, .estimate-tag { color: var(--muted); border: 1px solid var(--line); padding: 7px 9px; font-size: 9px; letter-spacing: .08em; }.estimate-tag { color: var(--acid-dark); background: #f2fac7; border-color: #e3eea3; }.panel-intro { color: var(--muted); font-size: 13px; margin: 22px 0 30px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }.field-label { display: flex; justify-content: space-between; align-items: center; color: var(--ink); font: 500 11px 'IBM Plex Mono', monospace; letter-spacing: .04em; text-transform: uppercase; }.field-label small { color: var(--muted); font-size: 9px; }.input-wrap { display: flex; align-items: center; margin-top: 9px; border: 1px solid var(--line); background: #fafaf5; transition: border-color .2s, box-shadow .2s; }.input-wrap:focus-within, .price-input-wrap:focus-within { border-color: var(--acid-dark); box-shadow: 0 0 0 3px rgba(214,243,74,.25); }.input-wrap input { width: 100%; padding: 14px 10px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 19px; font-weight: 700; }.input-wrap span { padding-right: 12px; color: var(--muted); font: 11px 'IBM Plex Mono', monospace; }
.project-type-section { margin: 26px 0 22px; }.project-select { width: 100%; margin-top: 10px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--ink); background: #fafaf5; font: 600 13px 'Plus Jakarta Sans', sans-serif; }.project-select:focus { border-color: var(--acid-dark); box-shadow: 0 0 0 3px rgba(214,243,74,.25); }.quantity-field { display: none; }
.location-section { margin: 24px 0 26px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }.location-input-wrap { display: flex; align-items: center; margin-top: 10px; border: 1px solid var(--line); background: #fafaf5; }.location-input-wrap:focus-within { border-color: var(--acid-dark); box-shadow: 0 0 0 3px rgba(35, 100, 170, .16); }.location-input-wrap input { width: 100%; padding: 13px 14px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 16px; font-weight: 700; letter-spacing: .08em; }.location-input-wrap span { padding-right: 13px; color: var(--muted); font: 10px 'IBM Plex Mono', monospace; }.location-status { margin: 9px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.material-section { margin-top: 36px; }.label-row { display: flex; justify-content: space-between; align-items: center; }.catalog-note { color: var(--muted); font-size: 9px; letter-spacing: .07em; }.material-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin-top: 11px; }.material-option { position: relative; display: block; border: 1px solid var(--line); background: var(--panel); padding: 14px 14px 13px; transition: background .2s, border-color .2s, transform .2s; }.material-option:hover { transform: translateY(-2px); border-color: #a9b889; }.material-option.selected { border-color: var(--acid-dark); background: #f4facd; }.material-option input { position: absolute; opacity: 0; }.material-name { display: block; font-size: 12px; font-weight: 700; }.material-price { display: block; margin-top: 6px; color: var(--muted); font: 10px 'IBM Plex Mono', monospace; }
.waste-section { margin-top: 35px; }.waste-section output { color: var(--acid-dark); font: 500 12px 'DM Mono', monospace; }.range { display: block; width: 100%; height: 5px; margin: 17px 0 10px; appearance: none; border-radius: 5px; outline: 0; background: linear-gradient(90deg, var(--acid-dark) 0%, var(--acid-dark) 33.33%, #e4e7df 33.33%, #e4e7df 100%); }.range::-webkit-slider-thumb { width: 18px; height: 18px; appearance: none; border: 3px solid var(--panel); border-radius: 50%; background: var(--acid-dark); box-shadow: 0 0 0 1px var(--acid-dark); }.range::-moz-range-thumb { width: 13px; height: 13px; border: 3px solid var(--panel); border-radius: 50%; background: var(--acid-dark); box-shadow: 0 0 0 1px var(--acid-dark); }.range-labels { display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; }.price-editor { margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line); }.price-input-wrap { display: flex; align-items: center; width: 180px; margin-top: 11px; border: 1px solid var(--line); background: #fafaf5; color: var(--muted); font: 12px 'DM Mono', monospace; }.price-input-wrap span:first-child { padding-left: 12px; }.price-input-wrap span:last-child { padding-right: 10px; white-space: nowrap; }.price-input-wrap input { width: 100%; padding: 11px 5px; border: 0; outline: 0; background: transparent; color: var(--ink); font: 700 16px Manrope, sans-serif; }.price-note { color: var(--muted); font-size: 10px; margin: 10px 0 0; }
.result-heading { padding-bottom: 22px; }.result-primary { padding: 39px 0 28px; border-bottom: 1px solid var(--line); }.result-kicker { display: block; color: var(--muted); font-size: 9px; letter-spacing: .09em; }.yardage { display: flex; align-items: baseline; gap: 10px; margin-top: 8px; }.yardage strong { font-size: clamp(62px, 7vw, 94px); line-height: .95; letter-spacing: -.08em; }.yardage span { color: var(--acid-dark); font: 500 18px 'DM Mono', monospace; }.result-primary p { margin: 12px 0 0; color: var(--muted); font-size: 12px; }.result-stats { padding: 20px 0; border-bottom: 1px solid var(--line); }.stat { display: flex; align-items: center; justify-content: space-between; padding: 7px 0; color: var(--muted); font-size: 11px; }.stat strong { color: var(--ink); font: 500 14px 'DM Mono', monospace; }.stat small { color: var(--muted); font-size: 10px; }.cost-block { padding: 26px 0 21px; }.cost-block strong { display: block; margin-top: 8px; font-size: 35px; letter-spacing: -.06em; }.cost-block > span:last-child { display: block; margin-top: 7px; color: var(--muted); font: 10px 'DM Mono', monospace; }.order-note { display: flex; gap: 11px; padding: 14px; background: #f6f7e9; }.note-icon { flex: 0 0 17px; display: grid; place-items: center; height: 17px; border-radius: 50%; background: var(--acid); color: var(--ink); font: 700 11px Georgia, serif; }.order-note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }.order-note strong { color: var(--ink); }.print-button { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: auto; padding: 15px 16px; border: 0; background: var(--ink); color: white; font: 500 10px 'DM Mono', monospace; letter-spacing: .08em; transition: background .2s, color .2s; }.print-button:hover { background: var(--acid); color: var(--ink); }
.conversion-strip { display: grid; grid-template-columns: 1.2fr 1fr .75fr; gap: 18px; margin: 20px 0 0; padding: 23px 28px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }.conversion-strip > div { display: flex; flex-direction: column; gap: 8px; }.strip-label { color: var(--muted); font-size: 9px; letter-spacing: .09em; }.conversion-strip strong { font-size: 12px; }.conversion-strip > div:not(:last-child) { border-right: 1px solid var(--line); }.conversion-strip > div:not(:last-child) { padding-right: 15px; }footer { display: flex; justify-content: space-between; padding: 25px 0 35px; color: var(--muted); font-size: 9px; letter-spacing: .09em; }
/* Keep measurements and estimate values distinct from the cleaner interface type. */
.eyebrow, .field-label, .input-wrap span, .material-price, .waste-section output, .price-input-wrap, .yardage span, .stat strong, .cost-block > span:last-child, .print-button { font-family: 'IBM Plex Mono', monospace; }
.price-input-wrap input { font-family: 'Plus Jakarta Sans', sans-serif; }
.estimate-tag { background: #edf3f9; border-color: #bfd2e3; }
.input-wrap, .project-select, .price-input-wrap { background: #f8f9fa; }
.project-select:focus, .input-wrap:focus-within, .price-input-wrap:focus-within { box-shadow: 0 0 0 3px rgba(35, 100, 170, .16); }
.material-option:hover { border-color: #8daac4; }
.material-option.selected { background: #eaf1f7; }
.range { background: linear-gradient(90deg, var(--acid-dark) 0%, var(--acid-dark) 33.33%, #d9dee2 33.33%, #d9dee2 100%); }
.order-note { background: #f4f1e4; }
.quote-section { margin: 22px 0 0; padding: 36px 40px 40px; background: var(--panel); border-top: 3px solid var(--acid-dark); box-shadow: var(--shadow); }.quote-section-heading { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); }.quote-section-heading > div { display: flex; gap: 14px; align-items: baseline; }.quote-section h2 { margin: 0; font-size: 20px; letter-spacing: -.04em; }.quote-layout { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(420px, 1.18fr); gap: 38px; padding-top: 28px; }.quote-intro { margin: 0 0 23px; color: var(--muted); font-size: 12px; line-height: 1.6; }.quote-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 12px; }.quote-field { display: flex; flex-direction: column; gap: 8px; color: var(--muted); font: 10px 'IBM Plex Mono', monospace; letter-spacing: .04em; text-transform: uppercase; }.quote-field input, .quote-field textarea { width: 100%; padding: 12px 11px; border: 1px solid var(--line); outline: 0; resize: vertical; color: var(--ink); background: #f8f9fa; font: 500 12px 'Plus Jakarta Sans', sans-serif; text-transform: none; letter-spacing: 0; }.quote-field input:focus, .quote-field textarea:focus { border-color: var(--acid-dark); box-shadow: 0 0 0 3px rgba(35, 100, 170, .16); }.quote-finance-grid { margin-top: 17px; grid-template-columns: 1fr 1fr; }.quote-money-input { display: flex; align-items: center; border: 1px solid var(--line); background: #f8f9fa; }.quote-money-input:focus-within { border-color: var(--acid-dark); box-shadow: 0 0 0 3px rgba(35, 100, 170, .16); }.quote-money-input span { padding: 0 10px; color: var(--muted); }.quote-money-input input { border: 0; box-shadow: none; background: transparent; }.quote-money-input input:focus { box-shadow: none; }.quote-notes { margin-top: 17px; }.quote-button { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 22px; padding: 15px 16px; border: 0; background: var(--ink); color: #fff; font: 500 10px 'IBM Plex Mono', monospace; letter-spacing: .07em; transition: background .2s, color .2s; }.quote-button:hover { background: var(--acid); color: var(--ink); }
.tax-toggle { display: flex; align-items: center; gap: 7px; color: var(--muted); font: 9px 'IBM Plex Mono', monospace; letter-spacing: 0; text-transform: none; }.tax-toggle input { width: 14px; height: 14px; margin: 0; accent-color: var(--acid-dark); }
.quote-preview { min-width: 0; padding: 29px 30px 24px; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 25px rgba(24, 35, 45, .06); }.quote-preview-header { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 2px solid var(--ink); }.quote-kicker, .quote-meta, .quote-client span, .quote-table-head, .quote-preview-footer { font: 9px 'IBM Plex Mono', monospace; letter-spacing: .08em; }.quote-kicker { color: var(--acid-dark); }.quote-preview h3 { margin: 8px 0 3px; font-size: 19px; letter-spacing: -.04em; }.quote-preview-header p { margin: 0; color: var(--muted); font-size: 10px; }.quote-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; color: var(--muted); text-align: right; }.quote-meta strong { color: var(--ink); font-size: 15px; }.quote-client { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }.quote-client div { display: flex; flex-direction: column; gap: 6px; }.quote-client span { color: var(--muted); }.quote-client strong { font-size: 12px; }.quote-table { padding: 20px 0 9px; border-bottom: 1px solid var(--line); }.quote-table-head, .quote-line { display: grid; grid-template-columns: 1fr auto; gap: 15px; }.quote-table-head { padding-bottom: 10px; color: var(--muted); }.quote-table-head span:last-child, .quote-line > strong { text-align: right; }.quote-line { align-items: start; padding: 12px 0; }.quote-line div { display: flex; flex-direction: column; gap: 4px; }.quote-line strong { font-size: 12px; }.quote-line small { color: var(--muted); font: 10px 'IBM Plex Mono', monospace; }.quote-totals { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; padding: 18px 0; }.quote-totals div { display: grid; grid-template-columns: 130px 100px; gap: 18px; color: var(--muted); font-size: 11px; }.quote-totals strong { color: var(--ink); text-align: right; font: 500 12px 'IBM Plex Mono', monospace; }.quote-grand-total { margin-top: 4px; padding-top: 12px; border-top: 2px solid var(--ink); color: var(--ink) !important; font-weight: 700; }.quote-grand-total strong { font-size: 18px; }.quote-preview-notes { min-height: 30px; margin: 7px 0 20px; color: var(--muted); font-size: 10px; line-height: 1.5; }.quote-preview-footer { display: flex; justify-content: space-between; gap: 12px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); }
@media (max-width: 800px) { .shell { width: min(100% - 32px, 590px); }.topbar { height: 70px; }.topbar-note { font-size: 8px; }.view-selector { margin-right: 0; }.view-selector span { display: none; }.view-selector select { min-width: 126px; }.hero { padding: 60px 0 48px; }.hero-copy { font-size: 13px; }.workspace { grid-template-columns: 1fr; }.form-panel, .results-panel { padding: 28px 22px; }.field-grid { grid-template-columns: 1fr 1fr; }.field-wide, .quantity-field { grid-column: span 2; }.material-grid { grid-template-columns: 1fr 1fr; }.conversion-strip { grid-template-columns: 1fr; padding: 20px; }.conversion-strip > div:not(:last-child) { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 14px; }footer { gap: 16px; flex-direction: column; font-size: 8px; } }
@media (max-width: 420px) { .topbar-note { display: none; }.field-grid, .material-grid { grid-template-columns: 1fr; }.field-wide { grid-column: auto; }.unit-badge { display: none; }.yardage strong { font-size: 68px; } }
@media (max-width: 800px) { .quote-section { padding: 28px 22px; }.quote-layout { grid-template-columns: 1fr; gap: 28px; }.quote-preview { padding: 22px 18px; } }
@media (max-width: 420px) { .quote-section-heading .estimate-tag { display: none; }.quote-field-grid, .quote-finance-grid, .quote-client { grid-template-columns: 1fr; }.quote-preview-header { flex-direction: column; }.quote-meta { align-items: flex-start; text-align: left; }.quote-preview-footer { flex-direction: column; gap: 6px; } }
@media print { body { background: #fff; }.shell > *:not(.quote-section) { display: none !important; }.quote-section { display: block; margin: 0; padding: 0; border: 0; box-shadow: none; }.quote-section-heading, .quote-details { display: none; }.quote-layout { display: block; padding: 0; }.quote-preview { border: 0; box-shadow: none; } }
