:root {
  --primary: oklch(0.52 0.185 29);
  --primary-hover: oklch(0.46 0.17 29);
  --primary-soft: oklch(0.96 0.02 29);
  --bg: oklch(1 0 0);
  --canvas: oklch(0.968 0 0);
  --ink: oklch(0.245 0.008 29);
  --muted: oklch(0.46 0.008 29);
  --line: oklch(0.875 0.003 29);
  --sidebar: oklch(0.215 0.008 29);
  --success: oklch(0.39 0.07 180);
  --focus: oklch(0.48 0.17 29);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--canvas);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  font-size: 14px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}
button,
input,
select,
textarea,
a {
  outline-offset: 4px;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--focus);
}
button {
  transition:
    background 0.16s ease,
    color 0.16s ease;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
h1 {
  font-size: 2.3rem;
  line-height: 1.16;
  letter-spacing: -0.035em;
  font-weight: 650;
}
h2 {
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  font-weight: 650;
}
h3 {
  font-size: 0.95rem;
  font-weight: 650;
}
p {
  text-wrap: pretty;
  line-height: 1.65;
  max-width: 70ch;
}
svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
input[type="checkbox"] {
  accent-color: var(--primary);
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  margin: 0;
}
button[hidden],
[hidden] {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.skip-link {
  position: fixed;
  top: 16px;
  left: 16px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  background: var(--bg);
  z-index: 50;
}
.skip-link:focus {
  width: auto;
  height: auto;
  padding: 12px;
  clip-path: none;
}
#app {
  min-height: 100vh;
  display: flex;
}
.sidebar {
  width: 216px;
  position: fixed;
  inset: 0 auto 0 0;
  background: var(--sidebar);
  color: oklch(0.96 0 0);
  display: flex;
  flex-direction: column;
  padding: 30px 16px 0;
  z-index: 10;
}
.wordmark {
  display: flex;
  gap: 11px;
  align-items: center;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.04em;
  padding: 0 8px;
}
.brand-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: white;
  width: 36px;
  height: 38px;
  border-radius: 9px;
  font-size: 25px;
  letter-spacing: -0.1em;
  position: relative;
  font-weight: 700;
}
.brand-symbol span {
  font-size: 16px;
  align-self: flex-start;
  margin-top: 3px;
  margin-left: 1px;
}
.brand-product {
  display: block;
  font-size: 11px;
  font-weight: 450;
  letter-spacing: 0.07em;
  margin-top: 2px;
  color: oklch(0.76 0 0);
}
.workspace-label {
  color: oklch(0.72 0 0);
  font-size: 11px;
  margin: 42px 12px 12px;
}
.sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 10px;
  font-size: 12px;
  border-radius: 7px;
  color: oklch(0.8 0 0);
}
.nav-item:hover {
  background: oklch(0.29 0.005 29);
}
.nav-item.active {
  color: white;
  background: oklch(0.34 0.01 29);
}
.nav-item.active svg {
  color: oklch(0.77 0.115 29);
}
.nav-item svg {
  width: 17px;
  height: 17px;
}
.nav-count {
  margin-left: auto;
  font-size: 10px;
  background: oklch(0.4 0.005 29);
  padding: 2px 5px;
  border-radius: 4px;
  color: white;
}
.sidebar-bottom {
  margin-top: auto;
  padding: 20px 7px;
  display: flex;
  gap: 9px;
  font-size: 11px;
}
.sidebar-bottom strong {
  font-weight: 500;
}
.sidebar-bottom p {
  color: oklch(0.72 0 0);
  font-size: 10px;
  margin-top: 4px;
}
.prototype-dot,
.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: oklch(0.74 0.09 180);
  flex-shrink: 0;
  display: inline-block;
  margin-top: 4px;
}
.account {
  display: flex;
  gap: 10px;
  align-items: center;
  border-top: 1px solid oklch(0.36 0.005 29);
  padding: 19px 8px;
  font-size: 12px;
}
.avatar {
  background: oklch(0.36 0.005 29);
  border-radius: 50%;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
}
.account div > span {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  color: oklch(0.72 0 0);
}
.workspace {
  margin-left: 216px;
  flex: 1;
  min-width: 0;
}
.topbar {
  height: 67px;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 36px;
  font-size: 11px;
  color: var(--muted);
}
.topbar strong {
  color: var(--ink);
  font-weight: 500;
}
.breadcrumb-slash {
  padding: 0 13px;
  color: var(--muted);
}
.build-tag {
  font-size: 10px;
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 5px;
}
main {
  padding: 34px 36px 30px;
  max-width: 1570px;
  margin: 0 auto;
  outline: none;
}
.page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}
.page-heading p {
  color: var(--muted);
  margin-top: 12px;
  font-size: 13px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 40px;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid transparent;
  white-space: nowrap;
}
.button svg {
  width: 16px;
  height: 16px;
}
.primary {
  background: var(--primary);
  color: white;
}
.primary:hover {
  background: var(--primary-hover);
}
.secondary {
  background: var(--bg);
  border-color: var(--line);
  color: var(--ink);
}
.secondary:hover {
  background: oklch(0.94 0 0);
}
.wide {
  width: 100%;
  justify-content: space-between;
}
.industry-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  margin-bottom: 8px;
  border-top: 1px solid var(--line);
}
.industry-bar > span {
  color: var(--muted);
  font-size: 11px;
}
.industry-bar > div {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.industry-button {
  background: transparent;
  border: 1px solid transparent;
  color: var(--muted);
  padding: 9px 12px;
  border-radius: 6px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 39px;
}
.industry-button svg {
  width: 16px;
  height: 16px;
}
.industry-button:hover {
  background: var(--bg);
}
.industry-button.selected {
  border-color: oklch(0.82 0.06 29);
  color: var(--primary);
  background: var(--primary-soft);
  font-weight: 600;
}
.industry-button.selected svg:last-child {
  width: 14px;
  margin-left: 2px;
}
.builder-grid {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  align-items: start;
  gap: 25px;
}
.editor-panel {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}
.panel-title {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
}
.panel-title svg {
  color: var(--muted);
  width: 17px;
}
.panel-title h2 {
  font-size: 13px;
  letter-spacing: 0;
}
.editor-section {
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
}
.editor-section h3 {
  margin-bottom: 16px;
  font-size: 12px;
}
.section-label {
  display: flex;
  justify-content: space-between;
}
.section-label > span {
  color: var(--muted);
  font-size: 10px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
  margin-bottom: 14px;
}
.field:last-child {
  margin-bottom: 0;
}
.field > span:first-child {
  font-size: 11px;
  font-weight: 500;
}
.field input,
.field select,
.field textarea {
  display: block;
  min-width: 0;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--bg);
  color: var(--ink);
  padding: 10px 11px;
  min-height: 39px;
  font-size: 12px;
}
.field textarea {
  resize: vertical;
  line-height: 1.5;
  min-height: 64px;
}
.field input::placeholder,
.field textarea::placeholder {
  color: var(--muted);
}
.field select {
  padding-right: 25px;
}
.fields-two {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
}
.fields-two > .field:last-child {
  margin-bottom: 14px;
}
.input-affix {
  position: relative;
  display: block;
}
.input-affix > span {
  position: absolute;
  left: 11px;
  top: 11px;
  color: var(--muted);
  font-size: 12px;
}
.input-affix input {
  padding-left: 26px;
  font-variant-numeric: tabular-nums;
}
.optional {
  font-size: 10px;
  color: var(--muted);
  font-weight: 400;
  float: right;
}
.field-note {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.6;
  margin-top: 3px;
}
.save-bar {
  padding: 17px 22px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.save-bar .button {
  font-size: 11px;
  padding: 9px 12px;
}
.save-bar > span {
  font-size: 9px;
  color: var(--muted);
  line-height: 1.5;
}
.error-message {
  font-size: 12px;
  color: var(--primary);
  line-height: 1.5;
}
.error-message:not(:empty) {
  padding: 12px 0;
}
.editor-panel > .error-message:not(:empty) {
  padding: 12px 22px;
}
.preview-panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: oklch(0.945 0 0);
}
.preview-toolbar {
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  color: var(--muted);
  font-size: 10px;
}
.preview-toolbar > span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 500;
}
.live-dot {
  margin: 0;
  background: var(--success);
}
.preview-canvas {
  padding: 29px 24px;
  min-height: 720px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.quote-card {
  background: var(--bg);
  width: 100%;
  max-width: 460px;
  border-radius: 12px;
  box-shadow: 0 3px 8px oklch(0.2 0 0 / 0.07);
  overflow: hidden;
}
.quote-heading {
  padding: 20px 27px;
  display: flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.business-mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--primary-soft);
  color: var(--primary);
  flex-shrink: 0;
}
.business-mark svg {
  width: 19px;
  height: 19px;
}
.quote-body {
  padding: 26px 27px;
}
.quote-body h2 {
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.quote-intro {
  font-size: 12px;
  color: var(--muted);
  margin-top: 9px;
  margin-bottom: 24px;
  overflow-wrap: anywhere;
}
.quote-body .field > span:first-child {
  font-size: 11px;
}
.quote-body .field input,
.quote-body .field select {
  min-height: 42px;
}
.extras {
  padding: 0;
  border: 0;
  margin: 20px 0;
}
.extras legend {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.extra-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  cursor: pointer;
  font-size: 11px;
}
.extra-option strong {
  margin-left: auto;
  font-size: 11px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}
.estimate-result {
  background: var(--primary-soft);
  padding: 19px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 7px;
}
.estimate-result > div {
  display: flex;
  flex-direction: column;
}
.estimate-result span {
  font-size: 11px;
  color: var(--primary);
  font-weight: 500;
}
.estimate-result strong {
  font-size: 35px;
  line-height: 1.4;
  letter-spacing: -0.04em;
  color: var(--ink);
  font-weight: 650;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}
.estimate-result small {
  font-size: 10px;
  color: var(--muted);
}
.estimate-glyph {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid oklch(0.83 0.04 29);
}
.estimate-glyph svg {
  width: 17px;
}
.breakdown {
  margin: 13px 0 19px;
  font-size: 10px;
  color: var(--muted);
}
.breakdown summary {
  cursor: pointer;
  width: fit-content;
  padding: 4px 0;
}
.breakdown[open] summary {
  margin-bottom: 8px;
}
#price-lines > div {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 6px 0;
}
#price-lines strong {
  font-weight: 500;
  color: var(--ink);
  white-space: nowrap;
}
.quote-disclaimer {
  font-size: 9px;
  color: var(--muted);
  text-align: center;
  margin-top: 15px;
  line-height: 1.6;
}
.preview-caption {
  padding: 15px 22px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  color: var(--muted);
  background: var(--bg);
  border-top: 1px solid var(--line);
}
.preview-caption svg {
  width: 13px;
  height: 13px;
  color: var(--success);
}
.preview-caption > span {
  margin-left: auto;
  font-size: 9px;
}
.included {
  padding: 14px 0;
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 11px;
}
.included svg {
  width: 15px;
  color: var(--success);
}
#contact-step {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 18px;
}
#contact-step h3 {
  font-size: 16px;
}
#contact-step > .field-note {
  margin: 8px 0 18px;
}
.text-button {
  background: none;
  border: 0;
  color: var(--primary);
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 11px 0;
  cursor: pointer;
}
.text-button:hover {
  text-decoration: underline;
}
.text-button svg {
  width: 15px;
}
.workspace-footer {
  display: flex;
  justify-content: space-between;
  padding: 0 36px 22px;
  font-size: 10px;
  color: var(--muted);
}
#toast {
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translate(-50%, 15px);
  padding: 14px 20px;
  background: var(--ink);
  color: white;
  border-radius: 8px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
  z-index: 40;
  max-width: min(90vw, 560px);
}
#toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.notice {
  background: var(--bg);
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--muted);
  font-size: 12px;
}
.inbox-summary {
  display: flex;
  gap: 30px;
  margin: 26px 0;
  font-size: 12px;
  color: var(--muted);
}
.inbox-summary strong {
  font-size: 19px;
  color: var(--ink);
  font-weight: 600;
  margin-right: 6px;
}
.table-wrap {
  overflow-x: auto;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 8px;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  text-align: left;
  min-width: 740px;
}
th {
  padding: 15px 18px;
  font-size: 10px;
  font-weight: 500;
  color: var(--muted);
  background: oklch(0.98 0 0);
}
td {
  padding: 17px 18px;
  border-top: 1px solid var(--line);
}
td > span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  margin-top: 5px;
}
td strong {
  font-weight: 550;
}
td select {
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: var(--bg);
  color: var(--ink);
  font-size: 11px;
}
.amount {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}
.empty-state {
  padding: 70px 20px;
  text-align: center;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.empty-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  background: var(--canvas);
  border-radius: 12px;
  margin-bottom: 20px;
}
.empty-icon svg {
  width: 26px;
  height: 26px;
  color: var(--muted);
}
.empty-state h2 {
  font-size: 21px;
}
.empty-state p {
  font-size: 13px;
  color: var(--muted);
  margin: 12px auto 24px;
}
.launch-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(250px, 1fr);
  gap: 28px;
}
.launch-list,
.launch-note {
  background: var(--bg);
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.launch-list > .field-note {
  margin: 9px 0 14px;
  font-size: 12px;
}
.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  cursor: pointer;
}
.checklist-item input {
  margin-top: 2px;
}
.checklist-item strong {
  font-weight: 550;
  font-size: 13px;
}
.checklist-item span > span {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 6px;
}
.checklist-item:has(input:checked) strong {
  text-decoration: line-through;
  color: var(--muted);
}
.launch-note {
  align-self: start;
}
.launch-note h2 {
  font-size: 26px;
  margin: 20px 0 16px;
}
.launch-note > p {
  font-size: 12px;
  color: var(--muted);
}
.launch-note dl {
  margin: 24px 0;
}
.launch-note dl > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding: 14px 0;
  font-size: 11px;
}
.launch-note dt {
  color: var(--muted);
}
.launch-note dd {
  margin: 0;
  font-weight: 600;
}
.lead-detail {
  max-width: 620px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 25px;
  margin-top: 24px;
}
.lead-detail > p {
  font-size: 12px;
  margin: 12px 0 20px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.lead-detail h3 {
  margin-bottom: 12px;
}
.detail-line {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 12px;
  gap: 20px;
}
.detail-line strong {
  white-space: nowrap;
}
.detail-line.total {
  border-top: 1px solid var(--line);
  margin-top: 8px;
}
.customer-page {
  width: 100%;
  min-height: 100vh;
}
.customer-top {
  max-width: 1050px;
  margin: 0 auto;
  padding: 26px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.compact .brand-product {
  color: var(--muted);
}
.customer-page main {
  padding: 15px 20px 70px;
  max-width: 520px;
}
.customer-demo-note {
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6;
}
.customer-page .quote-card {
  max-width: 480px;
}
.success-state {
  text-align: center;
  padding: 15px 0;
}
.success-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--success);
  background: oklch(0.95 0.025 180);
  margin-bottom: 20px;
}
.success-state p {
  font-size: 12px;
  color: var(--muted);
  margin: 15px 0 20px;
}
.success-state .button {
  margin-top: 8px;
}
@media (min-width: 1500px) {
  .builder-grid {
    grid-template-columns: 365px minmax(0, 1fr);
  }
  main {
    padding: 40px 50px;
  }
  .preview-canvas {
    padding: 34px;
  }
  .quote-card {
    max-width: 510px;
  }
  .quote-body {
    padding: 30px 34px;
  }
  .quote-heading {
    padding: 22px 34px;
  }
  .topbar {
    padding: 0 50px;
  }
  .workspace-footer {
    padding: 0 50px 24px;
  }
}
@media (max-width: 1100px) {
  .sidebar {
    width: 190px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .workspace {
    margin-left: 190px;
  }
  main {
    padding: 26px 24px;
  }
  .topbar {
    padding: 0 24px;
  }
  .builder-grid {
    grid-template-columns: 285px minmax(0, 1fr);
    gap: 18px;
  }
  .editor-section,
  .panel-title {
    padding: 18px;
  }
  .save-bar {
    padding: 16px;
    gap: 8px;
  }
  .preview-canvas {
    padding: 20px 15px;
  }
  .quote-body {
    padding: 22px 20px;
  }
  .quote-heading {
    padding: 18px 20px;
  }
  .preview-caption > span {
    display: none;
  }
  .industry-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  h1 {
    font-size: 2rem;
  }
  .page-heading > .button {
    align-self: flex-start;
  }
  .launch-layout {
    grid-template-columns: 1fr;
  }
  .launch-note {
    max-width: none;
  }
}
@media (max-width: 900px) {
  .sidebar {
    position: static;
    width: 100%;
    padding: 14px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
  }
  .sidebar nav {
    flex-direction: row;
    margin-left: auto;
  }
  .workspace-label,
  .sidebar-bottom,
  .account {
    display: none;
  }
  .wordmark {
    font-size: 19px;
    padding: 0;
  }
  .brand-symbol {
    width: 30px;
    height: 33px;
    font-size: 23px;
  }
  .nav-item {
    font-size: 11px;
    padding: 10px;
  }
  .nav-count {
    display: none;
  }
  #app {
    display: block;
  }
  .workspace {
    margin-left: 0;
  }
  .topbar {
    height: 53px;
  }
  .builder-grid {
    grid-template-columns: 300px minmax(0, 1fr);
  }
}
@media (max-width: 760px) {
  .sidebar {
    flex-wrap: wrap;
    gap: 12px;
    padding: 17px 20px;
  }
  .sidebar nav {
    margin-left: 0;
    width: 100%;
    gap: 6px;
  }
  .nav-item {
    flex: 1;
    justify-content: center;
    font-size: 11px;
    padding: 10px 7px;
    white-space: nowrap;
  }
  .nav-item svg {
    width: 15px;
  }
  .topbar {
    padding: 0 20px;
  }
  .build-tag {
    display: none;
  }
  main {
    padding: 25px 18px;
  }
  .page-heading {
    gap: 17px;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 22px;
  }
  .page-heading h1 {
    font-size: 1.85rem;
  }
  .page-heading p {
    font-size: 12px;
    margin-top: 10px;
  }
  .industry-bar {
    padding-top: 15px;
  }
  .industry-bar > div {
    gap: 5px;
  }
  .industry-button {
    padding: 9px 8px;
    font-size: 11px;
    gap: 5px;
  }
  .industry-button svg {
    width: 14px;
  }
  .industry-button.selected svg:last-child {
    display: none;
  }
  .builder-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .preview-canvas {
    min-height: 0;
    padding: 23px 14px;
  }
  .quote-body {
    padding: 25px 23px;
  }
  .quote-heading {
    padding: 19px 23px;
  }
  .editor-section {
    padding: 19px 22px;
  }
  .panel-title {
    padding: 20px 22px;
  }
  .save-bar {
    padding: 18px 22px;
  }
  .save-bar > span {
    font-size: 10px;
  }
  .preview-toolbar {
    padding: 0 17px;
  }
  .preview-caption {
    padding: 15px 17px;
  }
  .workspace-footer {
    padding: 0 18px 20px;
    font-size: 9px;
  }
  .inbox-summary {
    gap: 15px;
    flex-wrap: wrap;
  }
  .inbox-summary > span {
    font-size: 11px;
  }
  .inbox-summary strong {
    font-size: 16px;
  }
  .empty-state {
    padding: 45px 20px;
  }
  .empty-state h2 {
    font-size: 19px;
  }
  .launch-list,
  .launch-note {
    padding: 23px;
  }
  .customer-top {
    padding: 20px 18px;
  }
  .customer-top .text-button {
    font-size: 11px;
  }
  .customer-page main {
    padding: 8px 14px 40px;
  }
  .customer-page .quote-body {
    padding: 24px;
  }
  .customer-page .quote-heading {
    padding: 20px 24px;
  }
  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
  }
  .field-note {
    font-size: 11px;
  }
  .quote-disclaimer {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
