/* Pawspact Blue only — rounded Manrope typography and original blue operational hierarchy. */
:root {
  --blue: #244d78;
  --blue-action: #ee7f54;
  --blue-deep: #0f2346;
  --blue-dark: #07162f;
  --blue-soft: #b9cee4;
  --blue-pale: #edf4fb;
  --blue-mist: #f7faff;
  --brand-yellow: #ee7f54;
  --paper: #f7faff;
  --paper-deep: #edf3fa;
  --ink: #0f2346;
  --muted: #5b6d87;
  --line: #d5e0ec;
  --white: #ffffff;
  --red: #b95652;
  --shadow: 0 16px 42px rgba(7, 22, 47, .11);
  --display: "Poppins", Arial, sans-serif;
  --sans: "Poppins", Arial, sans-serif;
  --mono: "Poppins", Arial, sans-serif;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-weight: 500;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.app-shell { display: grid; grid-template-columns: 276px minmax(0, 1fr); min-height: 100vh; }
.manifest-rail {
  background: radial-gradient(circle at 18% 9%, rgba(238, 127, 84, .22), transparent 23%), radial-gradient(circle at 89% 70%, rgba(185, 206, 228, .12), transparent 33%), var(--blue-dark);
  color: #f6fbfd;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 30px 22px 22px;
  position: relative;
}
.manifest-rail::after {
  border: 1px solid rgba(238, 127, 84, .28);
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(238, 127, 84, .045), 0 0 0 60px rgba(185, 206, 228, .025);
  content: "";
  height: 195px;
  position: absolute;
  right: -112px;
  top: 48%;
  width: 195px;
}
.brand-lockup, .client-brand { align-items: center; display: inline-flex; position: relative; z-index: 1; }
.brand-lockup img { filter: none; height: auto; width: 86px; }
.client-brand img { height: auto; width: 78px; }
.rail-label, .mono { font-family: var(--mono); font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.rail-label { border-bottom: 1px solid rgba(255,255,255,.2); color: #f3a384; margin: 30px 0 18px; padding-bottom: 18px; position: relative; z-index: 1; }
.rail-nav { display: grid; gap: 8px; position: relative; z-index: 1; }
.rail-nav a {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 13px;
  color: #e0e8f3;
  display: flex;
  gap: 12px;
  padding: 12px 11px;
  text-decoration: none;
  transition: background .18s var(--ease-out), border-color .18s var(--ease-out), color .18s var(--ease-out), transform .18s var(--ease-out);
}
.rail-nav a:hover, .rail-nav a.is-active { background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.13); color: white; transform: translateX(3px); }
.rail-nav span { color: #f4a587; font-family: var(--mono); font-size: .65rem; }
.rail-footer { border-top: 1px solid rgba(255,255,255,.2); display: grid; gap: 8px; margin-top: auto; padding-top: 18px; position: relative; z-index: 1; }
.text-button { background: transparent; border: 0; color: #e0e8f3; font-size: .85rem; padding: 0; text-align: left; text-decoration: underline; text-decoration-color: var(--blue-action); text-underline-offset: 4px; width: max-content; }

.work-canvas {
  background-color: var(--paper);
  background-image: radial-gradient(circle at 78% 8%, rgba(185, 206, 228, .32), transparent 24%), radial-gradient(circle at 12% 82%, rgba(238, 127, 84, .07), transparent 28%);
  min-width: 0;
  padding: 0 44px 54px;
}
.work-header { align-items: center; border-bottom: 1px solid var(--line); color: var(--muted); display: flex; font-size: .86rem; justify-content: space-between; min-height: 75px; }
.client-canvas { background: linear-gradient(180deg, #edf4fb 0, var(--paper) 360px); min-height: 100vh; }
.client-header { align-items: center; background: rgba(255,255,255,.88); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; min-height: 82px; padding: 18px clamp(20px, 5vw, 74px); }
.client-header .mono { color: var(--blue-deep); }

.page-heading { align-items: end; display: flex; gap: 20px; justify-content: space-between; margin: 45px 0 28px; }
.kicker { color: #c85d36; font-family: var(--mono); font-size: .67rem; font-weight: 700; letter-spacing: .11em; margin: 0 0 8px; text-transform: uppercase; }
h1, h2, h3 { color: var(--blue-deep); font-family: var(--display); line-height: 1.08; margin: 0; }
h1 { font-size: clamp(2.25rem, 4vw, 3.75rem); font-weight: 600; letter-spacing: -.055em; }
h2 { font-size: clamp(1.52rem, 3vw, 2.32rem); font-weight: 600; letter-spacing: -.045em; }
h3 { font-size: 1.18rem; font-weight: 600; letter-spacing: -.025em; }
.subhead { color: var(--muted); font-size: 1rem; line-height: 1.65; margin: 12px 0 0; max-width: 680px; }

.button, .button-secondary, .button-danger {
  align-items: center;
  border: 0;
  border-radius: 13px;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 10px 17px;
  text-decoration: none;
  transition: box-shadow .16s var(--ease-out), transform .16s var(--ease-out), background .16s var(--ease-out);
}
.button { background: var(--blue-action); box-shadow: 0 8px 18px rgba(238,127,84,.26); color: var(--blue-dark); }
.button-secondary { background: rgba(255,255,255,.78); border: 1px solid #b8cadf; color: var(--blue-deep); }
.button-danger { background: var(--red); color: white; }
.button:hover, .button-secondary:hover, .button-danger:hover { box-shadow: 0 11px 22px rgba(7,22,47,.17); transform: translateY(-2px); }
.button:active, .button-secondary:active, .button-danger:active { transform: scale(.97); }
.action-row { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; }

.metric-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 29px; }
.metric-card, .surface, .document-card { background: rgba(255,255,255,.88); border: 1px solid var(--line); box-shadow: var(--shadow); }
.metric-card { border-radius: 16px; overflow: hidden; padding: 21px; position: relative; }
.metric-card::after { background: var(--blue-action); border-radius: 50%; content: ""; height: 58px; opacity: .17; position: absolute; right: -17px; top: -17px; width: 58px; }
.metric-label { color: var(--muted); font-family: var(--mono); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.metric-number { color: var(--blue-deep); font-family: var(--display); font-size: 2.85rem; font-weight: 800; letter-spacing: -.065em; margin: 9px 0 0; }
.surface { border-radius: 16px; padding: 25px; }
.surface-title { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 12px; justify-content: space-between; margin-bottom: 12px; padding-bottom: 15px; }
.surface-title h2 { font-size: 1.55rem; }
.split-grid { display: grid; gap: 18px; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); }
.table-wrap { overflow-x: auto; }
table { border-collapse: collapse; min-width: 620px; width: 100%; }
th { color: var(--muted); font-family: var(--mono); font-size: .63rem; font-weight: 500; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
th, td { border-bottom: 1px solid var(--line); padding: 13px 8px; vertical-align: top; }
td { font-size: .9rem; }
td a { color: var(--blue-deep); font-weight: 800; text-decoration-color: var(--blue-action); text-underline-offset: 3px; }
.status { align-items: center; background: #edf4fb; border-radius: 999px; color: var(--blue-deep); display: inline-flex; font-family: var(--mono); font-size: .61rem; font-weight: 700; letter-spacing: .035em; padding: 5px 8px; text-transform: uppercase; }
.status-awaiting_client, .status-draft, .status-ready { background: #fff0e9; color: #93441f; }
.status-ready_for_quote, .status-sent { background: #e4f0fc; color: #1b4a73; }
.status-invoice_ready, .status-approved, .status-active, .status-raised { background: #edf4fb; color: #0f2346; }
.status-paid { background: #fcebe5; color: #8a381d; }
.status-closed, .status-declined, .status-expired { background: #edf2f3; color: #607680; }

.form-sheet, .document-card { border-radius: 16px; margin: 38px auto; max-width: 980px; padding: clamp(24px, 5vw, 55px); position: relative; }
.form-sheet::before, .document-card::before { background: var(--blue-action); border-radius: 50%; content: ""; height: 11px; position: absolute; right: 25px; top: 25px; width: 11px; }
.form-intro { margin-bottom: 28px; }
.form-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-grid .full { grid-column: 1 / -1; }
fieldset { border: 0; margin: 31px 0 0; padding: 0; }
legend { color: var(--blue-deep); font-family: var(--display); font-size: 1.45rem; font-weight: 800; letter-spacing: -.045em; margin-bottom: 16px; }
label { color: var(--blue-deep); display: grid; font-size: .84rem; font-weight: 700; gap: 7px; }
input, select, textarea { background: var(--white); border: 1px solid #c6dfe6; border-radius: 11px; color: var(--ink); outline: none; padding: 11px 12px; width: 100%; }
input:focus, select:focus, textarea:focus { border-color: var(--blue-action); box-shadow: 0 0 0 4px rgba(238,127,84,.18); }
input[type="checkbox"] { accent-color: var(--blue-action); width: auto; }
.checkbox-field { align-items: start; display: flex; font-weight: 500; gap: 8px; line-height: 1.4; }
.help-text, .errorlist { color: var(--muted); font-size: .8rem; line-height: 1.45; margin: 4px 0 0; }
.errorlist { color: var(--red); padding-left: 18px; }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.request-summary { align-items: start; display: grid; gap: 24px; grid-template-columns: 1fr auto; }
.route-line { color: var(--blue-deep); font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 800; letter-spacing: -.055em; line-height: 1.1; margin: 8px 0 0; }
.detail-list { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 25px; }
.detail-list div { border-bottom: 1px solid var(--line); padding: 13px 0; }
.detail-list dt { color: var(--muted); font-family: var(--mono); font-size: .63rem; letter-spacing: .07em; text-transform: uppercase; }
.detail-list dd { margin: 5px 0 0; font-size: .9rem; }

.client-hero { background: radial-gradient(circle at 81% 14%, rgba(147,210,224,.35), transparent 27%), linear-gradient(145deg, var(--blue-deep) 0%, var(--blue-dark) 100%); border-radius: 0 0 31px 31px; box-shadow: 0 14px 34px rgba(29,78,102,.18); color: #e6f4f7; margin: 0 auto; max-width: 1000px; overflow: hidden; padding: 64px clamp(22px, 7vw, 84px) 38px; }
.client-hero h1 { color: white; max-width: 760px; }
.client-hero .kicker { color: var(--blue-soft); }
.client-hero p { color: #d4eaf0; font-size: 1.05rem; line-height: 1.6; max-width: 700px; }
.client-form-wrap { margin: 0 auto 70px; max-width: 1000px; padding: 0 clamp(20px, 5vw, 74px); }
.quote-document { background: var(--white); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); margin: 50px auto; max-width: 900px; padding: clamp(25px, 5vw, 65px); position: relative; }
.quote-document::after { color: rgba(29,78,102,.045); content: "QUOTE"; font-family: var(--display); font-size: clamp(5rem, 18vw, 12rem); font-weight: 800; letter-spacing: -.1em; pointer-events: none; position: absolute; right: 20px; bottom: 5px; }
.quote-header { border-bottom: 2px solid var(--blue-deep); display: flex; gap: 25px; justify-content: space-between; padding-bottom: 24px; position: relative; z-index: 1; }
.quote-header h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
.quote-reference { text-align: right; }
.quote-lines { margin: 30px 0; position: relative; z-index: 1; }
.quote-lines div { border-bottom: 1px solid var(--line); display: grid; gap: 18px; grid-template-columns: 1fr auto; padding: 13px 0; }
.quote-summary { background: var(--blue-pale); border: 1px solid var(--line); border-radius: 16px; margin: 0 0 12px auto; max-width: 360px; overflow: hidden; position: relative; z-index: 1; }
.quote-summary div { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 10px 14px; }
.quote-summary div:last-child { border-bottom: 0; }
.quote-summary span { color: var(--muted); font-size: .86rem; }
.quote-summary strong { color: var(--blue-deep); font-family: var(--display); font-size: 1rem; font-weight: 800; }
.quote-total { align-items: baseline; background: linear-gradient(135deg, var(--blue-deep), #346f89); border-radius: 17px; color: white; display: flex; justify-content: space-between; padding: 18px 20px; position: relative; z-index: 1; }
.quote-total span { font-family: var(--mono); font-size: .75rem; letter-spacing: .1em; }
.quote-total strong { font-family: var(--display); font-size: 2rem; font-weight: 800; letter-spacing: -.05em; }
.terms { color: var(--muted); font-size: .84rem; line-height: 1.55; margin: 24px 0; position: relative; z-index: 1; }

.login-page { background: var(--white); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); margin: 10vh auto; max-width: 480px; padding: 42px; }
.login-page .client-brand { margin-bottom: 45px; }
.login-page h1 { font-size: 2.5rem; }
.notice { background: #edf4fb; border-left: 4px solid var(--blue-action); border-radius: 10px; font-size: .9rem; margin: 20px 0 0; padding: 13px 16px; }
.notice-success { background: #fceee8; border-left-color: var(--blue-action); }
.notice-warning { background: #fff4ee; border-left-color: var(--blue-action); }
.notice-error { background: #f8e4e2; border-left-color: var(--red); }
.empty-state { color: var(--muted); padding: 26px 0; text-align: center; }
.footer-note { color: var(--muted); font-size: .78rem; margin-top: 30px; }

/* Client intake: one caring card per pet, with compact health record groups. */
.intake-sheet { max-width: 1120px; }
.fieldset-heading { align-items: start; display: flex; gap: 18px; justify-content: space-between; margin-bottom: 18px; }
.fieldset-heading legend { margin-bottom: 7px; }
.add-pet-button { flex: 0 0 auto; margin-top: 2px; }
.pet-form-list { display: grid; gap: 18px; }
.pet-card { background: #ffffff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 9px 22px rgba(29,78,102,.07); padding: clamp(18px, 3vw, 28px); }
.pet-card-header { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 16px; justify-content: space-between; margin-bottom: 21px; padding-bottom: 12px; }
.pet-number { background: var(--blue-pale); border-radius: 999px; color: var(--blue-deep); font-family: var(--mono); font-size: .68rem; font-weight: 700; letter-spacing: .08em; padding: 6px 9px; text-transform: uppercase; }
.delete-toggle, .text-action { color: var(--blue-deep); font-family: var(--sans); font-size: .8rem; font-weight: 700; }
.text-action { background: transparent; border: 0; color: var(--red); padding: 4px 0; text-decoration: underline; text-underline-offset: 3px; }
.health-panel { background: var(--blue-pale); border: 1px solid #cce4eb; border-radius: 15px; margin: 27px 0 0; padding: 22px; }
.health-panel-heading { border-bottom: 1px solid rgba(29,78,102,.14); margin-bottom: 18px; padding-bottom: 12px; }
.health-panel-heading .kicker { margin-bottom: 5px; }
.health-panel-heading h3 { font-size: 1.35rem; }
.conditional-field[hidden], .field-spacer[hidden] { display: none !important; }
.field-spacer { min-height: 1px; }
.pet-card .errorlist { margin-top: 3px; }

/* Staff review: evidence-first presentation with calming health-detail panels. */
.intake-review-surface { margin-top: 18px; }
.document-row { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 14px; justify-content: space-between; padding: 13px 0; }
.document-row:last-child { border-bottom: 0; }
.document-row .footer-note { margin: 4px 0 0; }
.compact-button { flex: 0 0 auto; min-height: 34px; padding: 7px 10px; font-size: .78rem; }
.pet-review-card { border-bottom: 1px solid var(--line); padding: 22px 0; }
.pet-review-card:last-child { border-bottom: 0; padding-bottom: 0; }
.pet-review-heading { align-items: start; display: flex; gap: 18px; justify-content: space-between; }
.pet-review-heading h3 { font-size: 1.45rem; }
.pet-review-heading .mono { color: var(--blue-action); margin: 6px 0 0; }
.pet-weight { background: var(--blue-deep); border-radius: 999px; color: white; font-family: var(--mono); font-size: .74rem; letter-spacing: .06em; padding: 7px 10px; white-space: nowrap; }
.pet-review-grid { display: grid; gap: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 17px; }
.pet-review-grid > div { border-left: 1px solid var(--line); min-height: 100px; padding: 0 16px; }
.pet-review-grid > div:first-child { border-left: 0; padding-left: 0; }
.pet-review-grid > div:last-child { padding-right: 0; }
.pet-review-grid p { color: var(--muted); font-size: .85rem; line-height: 1.55; margin: 7px 0 0; }
.pet-review-grid strong { color: var(--ink); }
.review-label { color: var(--blue-action); font-family: var(--mono); font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }
.pet-review-card .footer-note { margin: 16px 0 0; }

/* Post-payment Job Sheet: staff-owned operational follow-up, never inferred task completion. */
.job-sheet-surface { margin-top: 18px; }
.job-sheet-travel-facts { display: grid; gap: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 18px 0; }
.job-sheet-travel-facts > div { border-left: 1px solid var(--line); min-height: 92px; padding: 0 15px; }
.job-sheet-travel-facts > div:first-child { border-left: 0; padding-left: 0; }
.job-sheet-travel-facts > div:last-child { padding-right: 0; }
.job-sheet-travel-facts p { color: var(--muted); font-size: .82rem; line-height: 1.55; margin: 7px 0 0; }
.job-sheet-details { background: var(--blue-mist); border: 1px solid var(--line); border-radius: 12px; margin: 13px 0 0; padding: 0 14px; }
.job-sheet-details summary { color: var(--blue-deep); cursor: pointer; font-size: .82rem; font-weight: 800; padding: 13px 0; }
.job-sheet-details[open] summary { border-bottom: 1px solid var(--line); }
.job-sheet-form { padding: 17px 0; }
.job-sheet-form .form-actions { margin-top: 2px; }
.job-step-list { display: grid; gap: 12px; margin-top: 22px; }
.job-step-card { background: #fbfdff; border: 1px solid var(--line); border-left: 4px solid var(--blue-action); border-radius: 13px; padding: 18px; }
.job-step-card__header { align-items: start; display: flex; gap: 15px; justify-content: space-between; }
.job-step-card__header .mono { color: var(--blue-action); }
.job-step-card__header h3 { font-size: 1.22rem; margin-top: 5px; }
.job-step-card__header p { color: var(--muted); font-size: .82rem; line-height: 1.55; margin: 6px 0 0; max-width: 680px; }
.job-step-card__facts { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 16px 0 0; }
.job-step-card__facts > div { border-left: 1px solid var(--line); padding: 12px 12px 0; }
.job-step-card__facts > div:first-child { border-left: 0; padding-left: 0; }
.job-step-card__facts dt { color: var(--muted); font-family: var(--mono); font-size: .61rem; letter-spacing: .06em; text-transform: uppercase; }
.job-step-card__facts dd { color: var(--ink); font-size: .8rem; margin: 5px 0 0; }
.job-step-note { background: var(--blue-pale); border-left: 3px solid var(--blue-soft); color: var(--muted); font-size: .8rem; line-height: 1.5; margin: 15px 0 0; padding: 10px 12px; }
.job-step-card__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.job-step-card__actions .job-sheet-details { flex: 1 1 280px; margin: 0; }
.job-sheet-assignment { align-items: end; margin: 0; }
.job-sheet-assignment label { flex: 1; }
.job-step-audit { border-top: 1px dashed var(--line); color: var(--muted); font-size: .73rem; line-height: 1.5; margin: 15px 0 0; padding-top: 12px; }
.job-step-audit .mono { color: var(--blue-action); font-size: .58rem; margin-right: 6px; }
.job-sheet-details--add { margin-top: 16px; }
.status-job-awaiting_update { background: #edf2f3; color: #607680; }
.status-job-initiated { background: #e4f0fc; color: #1b4a73; }
.status-job-completed { background: #fcebe5; color: #8a381d; }
.status-job-not_completed { background: #f8e4e2; color: var(--red); }
.status-job-need_more_information { background: #fff0e9; color: #93441f; }
.status-job-closed { background: #edf2f3; color: #607680; }

/* Pawspact Blue staff workspace: concise owner controls without database-like visual clutter. */
.team-create-form .form-grid { margin-top: 18px; }
.team-create-form .form-actions { margin-bottom: 0; }
.team-register { margin-top: 18px; }
.team-role-form { align-items: center; display: flex; gap: 8px; margin: 0; min-width: 220px; }
.team-role-form select { min-width: 128px; padding: 8px 10px; }
.team-edit-details { min-width: 172px; }
.team-edit-details summary { cursor: pointer; list-style: none; width: fit-content; }
.team-edit-details summary::-webkit-details-marker { display: none; }
.team-edit-details[open] summary { border-color: var(--blue-action); color: var(--blue-action); }
.team-edit-form { background: #f7faff; border: 1px solid #d5e0ec; display: grid; gap: 10px; margin-top: 10px; min-width: min(320px, 100%); padding: 12px; }
.team-edit-form label { color: var(--muted); display: grid; font-family: var(--mono); font-size: .61rem; font-weight: 700; gap: 5px; letter-spacing: .05em; text-transform: uppercase; }
.team-edit-form input, .team-edit-form select { background: var(--white); min-height: 38px; padding: 8px 9px; }
.team-edit-form .team-active-toggle { align-items: center; color: var(--blue-deep); display: flex; font-family: var(--sans); font-size: .76rem; gap: 8px; letter-spacing: 0; text-transform: none; }
.team-edit-form .team-active-toggle input { accent-color: var(--blue-action); min-height: auto; padding: 0; width: auto; }
.sr-only { height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; clip: rect(0, 0, 0, 0); white-space: nowrap; }

/* Public-site rebrand: route templates retain clear validation with navy structure and peach emphasis. */
.quote-prep-options { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 20px; }
.quote-method-card { background: #fbfdfe; border: 1px solid var(--line); border-radius: 17px; display: flex; flex-direction: column; gap: 11px; padding: 18px; }
.quote-method-card:first-child { border-top: 4px solid var(--blue-action); }
.quote-method-card--rate { border-top: 4px solid var(--blue-soft); }
.quote-method-card .mono { color: var(--blue-action); margin: 0; }
.quote-method-card h3 { font-size: 1.23rem; }
.quote-method-card p:not(.mono) { color: var(--muted); font-size: .86rem; line-height: 1.52; margin: 0; }
.quote-method-card .button, .quote-method-card .button-secondary { align-self: flex-start; margin-top: auto; }
.quote-method-card label { margin-top: 2px; }

.template-library { margin-bottom: 38px; }
.template-table { min-width: 900px; }
.template-table td { vertical-align: middle; }
.template-table td > a { color: var(--blue-deep); font-weight: 800; }
.template-description { margin: 5px 0 0; max-width: 330px; }
.template-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 9px; }
.template-actions form { margin: 0; }
.template-actions .text-action { color: var(--blue-action); }
.template-lines-preview { color: var(--muted); font-size: .8rem; }
.template-lines-preview summary { color: var(--blue-deep); cursor: pointer; font-weight: 800; }
.template-lines-preview ul { display: grid; gap: 6px; list-style: none; margin: 10px 0 0; padding: 0; }
.template-lines-preview li { display: flex; gap: 14px; justify-content: space-between; }
.template-lines-preview li strong { color: var(--blue-deep); font-family: var(--mono); font-size: .72rem; white-space: nowrap; }
.template-variable-label { color: #805530; display: block; font-family: var(--mono); font-size: .63rem; letter-spacing: .05em; margin-top: 3px; text-transform: uppercase; }
.template-editor { max-width: 1040px; }
.template-lines-fieldset { border-top: 1px solid var(--line); padding-top: 28px; }
.template-line-list { display: grid; gap: 12px; }
.template-line-row { background: #fbfdfe; border: 1px solid var(--line); border-radius: 16px; padding: 16px; }
.template-line-grid { align-items: end; display: grid; gap: 12px; grid-template-columns: .8fr 2fr .9fr .65fr auto; }
.template-line-grid label { font-size: .75rem; }
.template-line-grid input { min-height: 42px; }
.template-line-delete { align-self: center; margin: 0 0 4px; white-space: nowrap; }

/* Relocate My Pet quotation system: warm editorial documents, clear totals, and one protected freight control. */
.quote-workspace { margin: 34px 0 50px; }
.quote-workspace-hero { align-items: start; background: linear-gradient(115deg, #f7faff 0%, #edf4fb 100%); border: 1px solid var(--line); border-top: 5px solid var(--blue-dark); display: flex; gap: 28px; justify-content: space-between; padding: clamp(25px, 4vw, 43px); }
.quote-workspace-hero h1 { font-family: var(--display); font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 500; letter-spacing: -.055em; line-height: 1.04; margin: 5px 0; }
.quote-workspace-hero .route-line { color: #3c5967; font-family: var(--sans); font-size: 1rem; font-weight: 600; letter-spacing: 0; }
.quote-workspace-meta { min-width: 145px; text-align: right; }
.quote-workspace-meta p { color: var(--muted); font-size: .83rem; margin: 11px 0 0; }
.quote-composer-brand-panel { align-items: center; display: flex; gap: 14px; max-width: 570px; }
.quote-composer-brand-panel > img { background: var(--blue-deep); border-radius: 8px; display: block; height: 68px; object-fit: contain; padding: 4px; width: 68px; }
.quote-composer-brand-panel > div:not(.quote-workspace-meta) { min-width: 0; }
.quote-composer-brand-panel strong { color: var(--blue-deep); display: block; font-size: .8rem; line-height: 1.35; }
.quote-composer-brand-panel p { color: var(--muted); font-size: .72rem; line-height: 1.4; margin: 3px 0 0; overflow-wrap: anywhere; }
.quote-composer-brand-panel .quote-workspace-meta { margin-left: 5px; }
.quote-workspace-grid { align-items: start; display: grid; gap: 22px; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .8fr); margin-top: 22px; }
.quote-paper, .quote-side-panel > section { background: var(--white); border: 1px solid var(--line); box-shadow: 0 15px 34px rgba(7, 22, 47, .075); }
.quote-paper { padding: clamp(22px, 4vw, 42px); }
.quote-paper-heading, .quote-section-heading { align-items: start; display: flex; gap: 20px; justify-content: space-between; }
.quote-paper-heading h2, .quote-section-heading h2, .quote-side-panel h2 { color: var(--blue-deep); font-family: var(--display); font-size: 1.75rem; font-weight: 500; letter-spacing: -.04em; margin: 0; }
.quote-paper-actions { align-items: flex-end; display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.quote-clone-control { position: relative; }
.quote-clone-control summary { list-style: none; }
.quote-clone-control summary::-webkit-details-marker { display: none; }
.quote-clone-form { background: #f7faff; border: 1px solid #cddbe9; box-shadow: 0 12px 28px rgba(7, 22, 47, .12); display: grid; gap: 10px; margin-top: 8px; padding: 14px; position: absolute; right: 0; width: min(390px, 76vw); z-index: 4; }
.quote-clone-form label { color: var(--blue-deep); display: grid; font-size: .78rem; font-weight: 800; gap: 5px; }
.quote-clone-form select { background: white; min-height: 42px; padding: 8px; width: 100%; }
.quote-clone-form .help-text { margin: 0; }
.quote-clone-form .button { justify-self: start; }
.intake-link-share { background: #f7faff; border: 1px solid #cddbe9; margin-top: 16px; padding: 12px; }
.intake-link-share > .mono { color: #805530; display: block; font-size: .62rem; margin-bottom: 8px; }
.intake-link-share input { background: white; flex: 1 1 260px; font-family: var(--mono); font-size: .7rem; min-height: 38px; padding: 8px; }
.quote-line-list { border-top: 1px solid var(--line); margin-top: 23px; }
.quote-line-item { align-items: start; border-bottom: 1px solid #e1e8f1; display: grid; gap: 20px; grid-template-columns: 1fr auto; padding: 16px 0; }
.quote-line-label { line-height: 1.45; margin: 0; }
.quote-line-item .mono { color: #7d8587; font-size: .64rem; margin: 4px 0 0; }
.quote-line-item > strong { color: var(--blue-deep); font-family: var(--mono); font-size: .83rem; padding-top: 2px; white-space: nowrap; }
.quote-line-item--variable { background: #fff5ef; margin: 0 -13px; padding-left: 13px; padding-right: 13px; }
.quote-variable-caption { color: #9c4a28; font-size: .78rem; line-height: 1.45; margin: 5px 0 0; }
.quote-cost-panel { background: #edf4fb; margin: 28px 0 0 auto; max-width: 385px; padding: 8px 18px; }
.quote-cost-panel > div { align-items: center; border-bottom: 1px solid #d5e0ec; display: flex; justify-content: space-between; padding: 11px 0; }
.quote-cost-panel > div:last-child { border-bottom: 0; }
.quote-cost-panel span { color: var(--muted); font-size: .83rem; }
.quote-cost-panel strong { color: var(--blue-deep); font-family: var(--mono); font-size: .88rem; }
.quote-cost-total { margin: 4px -18px -8px; padding: 16px 18px !important; background: var(--blue-deep); }
.quote-cost-total span, .quote-cost-total strong { color: white; }
.quote-cost-total strong { font-size: 1.08rem; }
.quote-side-panel { display: grid; gap: 22px; }
.quote-side-panel > section { padding: 24px; }
.air-waybill-card { border-top: 4px solid var(--blue-action) !important; }
.air-waybill-card--ready { border-top-color: var(--blue-action) !important; }
.air-waybill-card .subhead { margin: 10px 0 0; }
.air-waybill-form-grid { margin-top: 18px; }
.quote-terms-card { border-top: 4px solid var(--blue-deep) !important; }
.quote-send-form { margin-top: 14px; }
.quote-send-form .button { width: 100%; }
.quote-send-help { margin: 10px 0 0; }
.button:disabled { cursor: not-allowed; opacity: .55; transform: none; }
.quote-service-card-list { display: grid; gap: 14px; margin-top: 22px; }
.quote-service-card { background: #fbfdfe; border: 1px solid var(--line); border-left: 4px solid #b9c9da; display: grid; gap: 16px; padding: 20px; }
.quote-service-card--required { background: #fff8f4; border-left-color: var(--blue-action); }
.quote-service-card--freight { background: #edf4fb; border-left-color: var(--blue-dark); }
.quote-service-card-heading { align-items: start; display: flex; gap: 16px; justify-content: space-between; }
.quote-service-card-heading .kicker { margin: 0 0 4px; }
.quote-service-card-heading h3 { color: var(--blue-deep); font-family: var(--sans); font-size: 1.1rem; margin: 0; }
.quote-service-chip { background: #e7eef6; color: var(--blue-deep); font-family: var(--mono); font-size: .62rem; font-weight: 700; letter-spacing: .045em; padding: 6px 8px; text-transform: uppercase; white-space: nowrap; }
.quote-service-chip--required { background: #ffe6da; color: #93441f; }
.quote-service-card-controls { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.quote-service-toggle { align-items: center; color: var(--blue-deep); cursor: pointer; display: inline-flex; font-size: .82rem; font-weight: 800; gap: 8px; white-space: nowrap; }
.quote-service-toggle input { accent-color: var(--blue-action); height: 18px; margin: 0; min-height: 0; width: 18px; }
.quote-service-card input[name$="-DELETE"] { display: none; }
.quote-order-controls { display: inline-flex; gap: 5px; }
.quote-order-button { background: white; border: 1px solid #b9c9da; color: var(--blue-deep); cursor: pointer; font-size: 1rem; font-weight: 800; height: 32px; line-height: 1; padding: 0; width: 32px; }
.quote-order-button:hover { border-color: var(--blue-action); color: var(--blue-action); }
.quote-service-fields { display: grid; gap: 14px; grid-template-columns: minmax(0, 1.7fr) minmax(170px, .8fr) minmax(150px, .65fr); }
.quote-service-field { display: grid; gap: 7px; }
.quote-service-field > span { color: var(--muted); font-family: var(--mono); font-size: .63rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.quote-service-field input, .quote-service-field select { background: white; font-size: 1rem; min-height: 48px; padding: 11px 12px; width: 100%; }
.included-subservices-editor { background: #f7faff; border: 1px solid #d5e0ec; margin: 0; padding: 15px; }
.included-subservices-heading { align-items: start; display: flex; gap: 12px; justify-content: space-between; margin-bottom: 11px; }
.included-subservices-heading .kicker { margin: 0 0 3px; }
.included-subservices-heading h4 { color: var(--blue-deep); font-size: .87rem; margin: 0; }
.included-subservice-list { display: grid; gap: 8px; }
.included-subservice-row { align-items: end; background: white; border: 1px solid #cddbe9; display: grid; gap: 9px; grid-template-columns: 25px minmax(0, 1fr) 85px auto; padding: 8px 9px; }
.included-subservice-grip { color: var(--blue-deep); font-size: 1.34rem; line-height: 34px; text-align: center; }
.included-subservice-description, .included-subservice-quantity { display: grid; gap: 4px; }
.included-subservice-description input, .included-subservice-quantity input { min-height: 36px; padding: 7px 9px; }
.included-subservice-quantity span { color: var(--muted); font-family: var(--mono); font-size: .57rem; letter-spacing: .05em; text-transform: uppercase; }
.included-subservice-actions { align-items: center; display: inline-flex; gap: 4px; min-height: 36px; }
.included-subservice-actions .quote-order-button { height: 29px; width: 29px; }
.included-subservice-remove { align-items: center; color: var(--red); cursor: pointer; display: inline-flex; font-size: .68rem; gap: 4px; white-space: nowrap; }
.included-subservice-remove input { accent-color: var(--red); display: inline-block !important; height: auto; min-height: auto; padding: 0; width: auto; }
.included-subservice-add { margin-top: 10px; }
.quote-line-inclusions, .quote-client-inclusions { color: var(--muted); list-style: none; margin: 9px 0 0; padding: 0; }
.quote-line-inclusions li, .quote-client-inclusions li { font-size: .8rem; line-height: 1.48; padding: 3px 0 3px 16px; position: relative; }
.quote-line-inclusions li::before, .quote-client-inclusions li::before { color: var(--blue-action); content: "•"; left: 3px; position: absolute; }
.quote-line-inclusions strong, .quote-client-inclusions strong { color: var(--blue-deep); font-family: var(--mono); font-size: .7rem; margin-right: 5px; }
.quote-service-readout { display: flex; flex-wrap: wrap; gap: 10px; }
.quote-service-readout span { background: white; color: var(--blue-deep); font-family: var(--mono); font-size: .76rem; font-weight: 700; padding: 9px 11px; }
.quote-add-service { margin-top: 16px; width: 100%; }
.quote-add-service-help { margin: 8px 0 0; }
.quote-client-brand { align-items: center; display: flex; gap: 11px; margin: 0 0 12px; }
.quote-client-brand img { background: var(--blue-deep); border-radius: 8px; display: block; height: 58px; object-fit: contain; padding: 4px; width: 58px; }
.quote-client-brand .kicker { margin: 0; }

.quote-document--client { background: var(--white); border: 0; border-radius: 0; box-shadow: none; margin: 0 auto 56px; max-width: 1020px; overflow: hidden; padding: 0; }
.quote-document--client::after { content: none; }
.quote-client-hero { align-items: start; background: linear-gradient(120deg, #f7faff 0%, #edf4fb 100%); border-bottom: 4px solid var(--blue-dark); display: flex; gap: 28px; justify-content: space-between; padding: clamp(30px, 6vw, 70px); }
.quote-client-hero h1 { color: var(--blue-deep); font-family: var(--display); font-size: clamp(2.2rem, 5vw, 4.3rem); font-weight: 500; letter-spacing: -.06em; line-height: 1.03; margin: 7px 0; max-width: 710px; }
.quote-client-hero .route-line { color: #3f5d68; font-family: var(--sans); font-size: 1rem; font-weight: 600; letter-spacing: 0; }
.quote-reference-card { border-left: 1px solid rgba(9, 45, 77, .24); color: #53666b; min-width: 155px; padding-left: 24px; }
.quote-reference-card span { color: #805530; display: block; font-family: var(--mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.quote-reference-card strong { color: var(--blue-deep); display: block; font-family: var(--mono); font-size: 1.05rem; margin-top: 5px; }
.quote-reference-card p { font-size: .8rem; line-height: 1.5; margin: 10px 0 0; }
.quote-client-intro, .quote-client-schedule, .quote-client-summary, .quote-client-note, .quote-client-approval { margin-left: auto; margin-right: auto; max-width: 820px; }
.quote-client-intro { color: #52637d; font-family: var(--sans); font-size: 1.08rem; line-height: 1.65; padding: 46px 0 28px; }
.quote-client-intro p { margin: 0; }
.quote-client-schedule { padding: 18px 0 32px; }
.quote-lines { border-top: 1px solid var(--line); margin: 20px 0 0; }
.quote-client-line { align-items: start; border-bottom: 1px solid #e1e8f1; display: grid; gap: 22px; grid-template-columns: 1fr auto; padding: 17px 0; }
.quote-client-line > div { color: #233943; line-height: 1.48; }
.quote-client-line small { color: #7f5c38; display: block; font-size: .78rem; line-height: 1.45; margin-top: 4px; }
.quote-client-line > strong { color: var(--blue-deep); font-family: var(--mono); font-size: .88rem; white-space: nowrap; }
.quote-client-inclusions { border-left: 2px solid var(--blue-soft); margin-top: 10px; padding-left: 7px; }
.quote-client-inclusions::before { color: var(--blue-action); content: "Included"; display: block; font-family: var(--mono); font-size: .6rem; font-weight: 700; letter-spacing: .07em; padding-bottom: 3px; text-transform: uppercase; }
.quote-client-line--freight { background: #fff5ef; margin: 0 -16px; padding-left: 16px; padding-right: 16px; }
.quote-client-summary { background: var(--blue-deep); color: white; display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 34px; padding: 0 28px; }
.quote-client-summary > div { align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); display: flex; justify-content: space-between; padding: 13px 0; }
.quote-client-summary > div:nth-child(2) { padding-left: 28px; }
.quote-client-summary > div span { font-size: .82rem; opacity: .77; }
.quote-client-summary > div strong { font-family: var(--mono); font-size: .9rem; }
.quote-client-summary .quote-client-total { border-bottom: 0; grid-column: 1 / -1; padding: 21px 0; }
.quote-client-total span { font-family: var(--display); font-size: 1.2rem !important; opacity: 1 !important; }
.quote-client-total strong { font-family: var(--display) !important; font-size: 1.65rem !important; }
.quote-client-note { border-left: 3px solid var(--blue-action); color: #52637d; margin-bottom: 36px; padding: 4px 0 4px 20px; }
.quote-client-note p:last-child { line-height: 1.6; margin-bottom: 0; }
.quote-client-approval { background: #edf4fb; border-top: 4px solid var(--blue-action); margin-bottom: 60px; padding: clamp(23px, 5vw, 48px); }
.quote-client-approval > p:not(.kicker) { color: #52637d; line-height: 1.6; max-width: 640px; }
.quote-approval-form { background: transparent; border: 0; border-radius: 0; box-shadow: none; margin: 24px 0 0; max-width: none; padding: 0; }

.template-line-grid { grid-template-columns: .8fr 2fr .85fr 1.45fr .55fr auto; }
.template-line-variable { align-items: flex-start; font-size: .72rem !important; margin: 0 0 4px; }
.template-line-variable input[type="checkbox"] { min-height: auto; margin-top: 3px; }
.template-line-variable .help-text { display: block; max-width: 188px; }

/* Linked invoice records use the same quiet public-site document language as accepted quotations. */
.invoice-document { margin: 34px 0 54px; }
.invoice-document-header { align-items: start; background: linear-gradient(120deg, #f7faff 0%, #edf4fb 100%); border: 1px solid var(--line); border-top: 5px solid var(--blue-dark); display: flex; gap: 28px; justify-content: space-between; padding: clamp(25px, 4vw, 43px); }
.invoice-document-header h1 { font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 500; margin: 5px 0; }
.invoice-document-header .route-line { color: var(--muted); font-family: var(--sans); font-size: 1rem; font-weight: 500; letter-spacing: 0; }
.invoice-reference { min-width: 180px; text-align: right; }.invoice-reference .kicker { margin-top: 16px; }.invoice-reference > strong { color: var(--blue-deep); display: block; font-family: var(--mono); font-size: 1.05rem; }
.invoice-layout { align-items: start; display: grid; gap: 22px; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .8fr); margin-top: 22px; }.invoice-layout > main, .invoice-control-panel { background: var(--white); border: 1px solid var(--line); box-shadow: 0 15px 34px rgba(7,22,47,.075); }.invoice-layout > main { padding: clamp(22px, 4vw, 42px); }.invoice-control-panel { border-top: 4px solid var(--blue-action); padding: 24px; }
.invoice-service-list h2, .invoice-control-panel h2, .invoice-payment-panel h2 { font-size: 1.75rem; font-weight: 500; }.invoice-service-list { border-top: 1px solid var(--line); margin-top: 23px; padding-top: 20px; }.invoice-line { align-items: start; border-bottom: 1px solid #e1e8f1; display: grid; gap: 20px; grid-template-columns: 1fr auto; padding: 16px 0; }.invoice-line > div { display: grid; gap: 5px; }.invoice-line .mono { color: var(--muted); font-size: .64rem; }.invoice-line > strong { color: var(--blue-deep); font-family: var(--mono); font-size: .83rem; white-space: nowrap; }
.invoice-summary { background: #edf4fb; margin: 28px 0 0 auto; max-width: 385px; padding: 8px 18px; }.invoice-summary > div { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 11px 0; }.invoice-summary span { color: var(--muted); font-size: .83rem; }.invoice-summary strong { color: var(--blue-deep); font-family: var(--mono); font-size: .88rem; }.invoice-summary .invoice-total { background: var(--blue-dark); color: white; margin: 4px -18px -8px; padding: 16px 18px; }.invoice-summary .invoice-total span, .invoice-summary .invoice-total strong { color: white; }.invoice-summary .invoice-total strong { font-size: 1.08rem; }
.invoice-payment-panel { background: #fff5ef; border-left: 3px solid var(--blue-action); margin-top: 28px; padding: 20px; }.invoice-payment-panel p { color: var(--muted); line-height: 1.6; }.invoice-control-panel > p:not(.kicker) { color: var(--muted); line-height: 1.6; }.stack-form { display: grid; gap: 14px; margin-top: 20px; }.stack-form .button { width: 100%; }.inline-form { margin-top: 12px; }.invoice-source { border-top: 1px solid var(--line); display: flex; gap: 10px; margin-top: 24px; padding-top: 16px; }.invoice-source a, .text-link { color: var(--blue-deep); font-weight: 700; text-decoration-color: var(--blue-action); text-underline-offset: 4px; }

@media (max-width: 860px) {
  .app-shell { grid-template-columns: 1fr; }
  .manifest-rail { min-height: auto; padding: 16px 18px; }
  .manifest-rail::after { display: none; }
  .brand-lockup img { width: 66px; }
  .rail-label, .rail-footer { display: none; }
  .rail-nav { display: flex; margin-top: 13px; overflow-x: auto; }
  .rail-nav a { padding: 9px 8px; white-space: nowrap; }
  .work-canvas { padding: 0 18px 32px; }
  .work-header { min-height: 55px; }
  .metric-grid, .split-grid, .form-grid, .quote-prep-options, .template-line-grid, .quote-workspace-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .page-heading, .request-summary, .quote-header { align-items: start; flex-direction: column; }
  .page-heading { margin: 30px 0 22px; }
  .detail-list { grid-template-columns: 1fr; }
  .client-header { min-height: 66px; }
  .client-header .mono { display: none; }
  .client-brand img { width: 64px; }
  .client-hero { border-radius: 0 0 24px 24px; }
  .fieldset-heading { flex-direction: column; }
  .add-pet-button { width: 100%; }
  .health-panel { padding: 18px; }
  .document-row, .pet-review-heading { align-items: start; flex-direction: column; }
  .document-row .compact-button { width: 100%; }
  .pet-review-grid { grid-template-columns: 1fr; }
  .pet-review-grid > div { border-left: 0; border-top: 1px solid var(--line); min-height: auto; padding: 14px 0; }
  .pet-review-grid > div:first-child { border-top: 0; padding-top: 0; }
  .quote-method-card .button, .quote-method-card .button-secondary { width: 100%; }
  .template-line-delete { margin-top: 4px; }
  .quote-workspace-hero, .quote-client-hero { flex-direction: column; }
  .quote-workspace-meta, .quote-reference-card { border-left: 0; min-width: 0; padding-left: 0; text-align: left; }
  .quote-composer-brand-panel { align-items: flex-start; flex-wrap: wrap; max-width: none; width: 100%; }
  .quote-composer-brand-panel .quote-workspace-meta { margin-left: 82px; }
  .quote-paper-heading { flex-direction: column; }
  .quote-paper-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .quote-paper-heading .compact-button { width: 100%; }
  .quote-clone-control { width: 100%; }
  .quote-clone-form { position: static; width: 100%; }
  .quote-service-card-heading { align-items: stretch; flex-direction: column; }
  .quote-service-chip, .quote-service-toggle, .quote-service-card-controls { align-self: flex-start; }
  .quote-service-fields { grid-template-columns: 1fr; }
  .included-subservices-heading, .included-subservice-row { align-items: stretch; grid-template-columns: 25px minmax(0, 1fr); }
  .included-subservices-heading { display: flex; flex-direction: column; }
  .included-subservice-quantity, .included-subservice-actions { grid-column: 2; }
  .quote-client-intro, .quote-client-schedule, .quote-client-summary, .quote-client-note, .quote-client-approval { margin-left: 20px; margin-right: 20px; }
  .quote-client-line, .quote-line-item { gap: 12px; }
  .quote-client-summary { display: block; padding: 0 20px; }
  .quote-client-summary > div:nth-child(2) { padding-left: 0; }
  .team-role-form { min-width: 205px; }
  .team-edit-details, .team-edit-form { min-width: 205px; }
  .invoice-document-header { flex-direction: column; }.invoice-reference { text-align: left; }.invoice-layout { grid-template-columns: 1fr; }.invoice-summary { max-width: none; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }
