.input {
  width: 100%;
  margin-top: 0.35rem;
  border-radius: 0.9rem;
  border: 1px solid rgb(231 229 228);
  background: white;
  padding: 0.7rem 0.9rem;
  /* 16px stops iOS Safari from auto-zooming the WhatsApp modal on focus */
  font-size: 16px;
}
.dark .input {
  border-color: rgb(6 78 59);
  background: rgb(2 44 34 / 0.5);
  color: rgb(236 253 245);
}
.input-error {
  border-color: rgb(220 38 38) !important;
  outline: 2px solid rgb(248 113 113 / 0.45);
}
.relative > .js-password-input {
  margin-top: 0;
}
.auth-alert {
  border-radius: 0.9rem;
  background: rgb(254 242 242);
  border: 1px solid rgb(252 165 165);
  color: rgb(153 27 27);
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
}
.dark .auth-alert {
  background: rgb(127 29 29 / 0.35);
  border-color: rgb(185 28 28);
  color: rgb(254 202 202);
}
.hp-trap {
  position: absolute;
  left: -12000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.human-hold {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgb(214 211 209);
  background: white;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: rgb(28 25 23);
  user-select: none;
  touch-action: none;
  cursor: pointer;
}
.dark .human-hold {
  border-color: rgb(6 78 59);
  background: rgb(2 44 34 / 0.6);
  color: rgb(236 253 245);
}
.human-hold-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: rgb(16 185 129 / 0.35);
  transition: width 0.05s linear;
}
.human-hold.is-ready {
  border-color: rgb(5 150 105);
  background: rgb(5 150 105);
  color: white;
}
.human-hold.is-ready .human-hold-fill {
  display: none;
}
.human-hold:disabled,
button[type="submit"]:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.errorlist {
  margin: 0.25rem 0 0;
  list-style: none;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgb(220 38 38);
}
.car-body-photo {
  display: block;
  width: 100%;
  height: 5.6rem;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 5px 7px rgb(28 25 23 / 0.18));
}
.car-lot-pick {
  background: transparent;
  border-radius: 0;
  padding: 0.2rem 0.15rem 0;
  overflow: visible;
}
.dark .car-lot-pick {
  background: transparent;
}
.peer:checked + .car-pick .car-lot-pick {
  background: transparent;
}
.dark .peer:checked + .car-pick .car-lot-pick {
  background: transparent;
}
.car-lot-hero {
  background: transparent;
  padding: 1rem 0.8rem 0.4rem;
}
.dark .car-lot-hero {
  background: transparent;
}
.car-lot-hero .car-body-photo {
  height: 6rem;
}
.car-lot-banner .car-body-photo {
  height: 5.5rem;
  filter: drop-shadow(0 8px 10px rgb(28 25 23 / 0.14));
}
.car-thumb {
  width: 5.4rem;
  flex-shrink: 0;
  border-radius: 0.9rem;
  padding: 0.2rem;
  background: transparent;
}
.car-thumb .car-body-photo {
  height: 2.8rem;
}
.dash-job {
  display: grid;
  grid-template-columns: 5.4rem minmax(0, 1fr);
  gap: 0.65rem 0.85rem;
  align-items: start;
  padding: 0.95rem 1rem 1rem;
}
.dash-job-copy {
  min-width: 0;
}
.dash-job-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
}
@media (min-width: 640px) {
  .dash-job {
    grid-template-columns: 5.4rem minmax(0, 1fr) auto;
    align-items: center;
  }
  .dash-job-actions {
    grid-column: auto;
    justify-content: flex-end;
    max-width: 11rem;
  }
}
.alert-inbox {
  border-radius: 1.5rem;
  border: 1px solid rgb(231 229 228);
  background: white;
  padding: 1.05rem 1.1rem 0.85rem;
}
.dark .alert-inbox {
  border-color: rgb(6 78 59);
  background: rgb(2 44 34 / 0.4);
}
.alert-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 0.15rem;
}
.alert-row.is-new .alert-copy .text-sm.font-semibold::before {
  content: "";
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.4rem;
  margin-bottom: 0.08rem;
  border-radius: 999px;
  background: rgb(5 150 105);
}
.alert-copy {
  min-width: 0;
  flex: 1;
}
.alert-dismiss {
  flex-shrink: 0;
  margin-top: 0.1rem;
  border-radius: 999px;
  border: 1px solid rgb(231 229 228);
  padding: 0.28rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgb(120 113 108);
}
.alert-dismiss:hover {
  border-color: rgb(5 150 105 / 0.4);
  color: rgb(5 150 105);
}
.garage-card {
  overflow: hidden;
  border-radius: 1.25rem;
  background: white;
  box-shadow: 0 1px 0 rgb(28 25 23 / 0.04);
}
.dark .garage-card {
  background: rgb(2 44 34 / 0.4);
}
.wa-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: flex-end;
  justify-content: center;
  padding: 0.65rem;
  padding-bottom: max(0.65rem, env(safe-area-inset-bottom));
  box-sizing: border-box;
  overflow: hidden;
  overscroll-behavior: contain;
}
.wa-modal.is-open {
  display: flex;
}
.wa-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgb(28 25 23 / 0.45);
}
.wa-modal-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(32rem, 100%);
  max-height: min(92vh, 100dvh - 1.3rem);
  overflow: hidden;
  border-radius: 1.5rem 1.5rem 1.1rem 1.1rem;
  background: #f7f4ef;
  padding: 1rem 0.9rem 0.85rem;
  box-shadow: 0 20px 50px rgb(28 25 23 / 0.25);
  box-sizing: border-box;
}
.dark .wa-modal-panel {
  background: #022c22;
  color: #ecfdf5;
}
body.wa-modal-open {
  overflow: hidden;
  touch-action: none;
}
@media (min-width: 640px) {
  .wa-modal {
    align-items: center;
    padding: 1rem;
  }
  .wa-modal-panel {
    border-radius: 1.5rem;
    padding: 1.15rem 1.15rem 1rem;
  }
}
.pay-card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  border-radius: 1.15rem;
  border: 1px solid rgb(231 229 228);
  background: white;
  padding: 0.95rem 1rem;
}
.dark .pay-card {
  border-color: rgb(6 78 59);
  background: rgb(2 44 34 / 0.45);
}
.pay-logo {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  border-radius: 0.85rem;
  object-fit: cover;
}
.pay-badge {
  flex-shrink: 0;
  border-radius: 999px;
  background: rgb(231 229 228);
  color: rgb(87 83 78);
  padding: 0.25rem 0.65rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.pay-badge.is-live {
  background: rgb(209 250 229);
  color: rgb(6 95 70);
}
.pay-option.is-soon .pay-card {
  opacity: 0.72;
  background: rgb(250 250 249);
}
.dark .pay-option.is-soon .pay-card {
  background: rgb(2 44 34 / 0.25);
}
.dark .pay-badge {
  background: rgb(6 78 59);
  color: rgb(167 243 208);
}
.pay-saving {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 70;
  place-items: center;
  background: rgb(2 44 34 / 0.72);
  color: white;
  text-align: center;
  padding: 1.5rem;
}
.pay-saving.is-on {
  display: grid;
}
html, body {
  overflow-x: hidden;
  max-width: 100%;
}
img, video, iframe, #map {
  max-width: 100%;
}
#map,
.job-live-map {
  min-height: 18rem;
  width: 100%;
  z-index: 1;
}
.leaflet-container {
  z-index: 1;
}
.leaflet-pane,
.leaflet-top,
.leaflet-bottom {
  z-index: 1;
}
.leaflet-div-icon.map-car-pin-wrap {
  background: transparent !important;
  border: none !important;
  overflow: visible;
}
.map-car-pin-wrap {
  position: relative;
  overflow: visible;
}
.map-car-pin {
  position: relative;
  display: grid;
  place-items: end center;
  width: 100px;
  height: 58px;
  padding: 0 0 8px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.map-car-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 9px;
  height: 9px;
  margin-left: -5px;
  background: #059669;
  border: 1.5px solid #fff;
  border-radius: 1px;
  transform: rotate(45deg);
  box-shadow: 0 2px 6px rgb(28 25 23 / 0.35);
}
.map-car-pin img {
  display: block;
  width: 92px;
  height: 44px;
  object-fit: contain;
  filter:
    drop-shadow(1px 0 0 #fff)
    drop-shadow(-1px 0 0 #fff)
    drop-shadow(0 1px 0 #fff)
    drop-shadow(0 -1px 0 #fff)
    drop-shadow(1px 1px 0 #fff)
    drop-shadow(-1px -1px 0 #fff)
    drop-shadow(2px 0 0 #10b981)
    drop-shadow(-2px 0 0 #10b981)
    drop-shadow(0 2px 0 #10b981)
    drop-shadow(0 -2px 0 #10b981)
    drop-shadow(0 3px 8px rgb(28 25 23 / 0.35));
}
.map-pin {
  border-radius: 999px;
  padding: 4px 9px;
  font: 700 11px/1.2 sans-serif;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgb(0 0 0 / 0.2);
}
.map-pin-gate {
  background: #059669;
  color: #fff;
}
.map-pin-van {
  background: #f8fafc;
  color: #0f172a;
}
.car-lookup {
  position: relative;
}
.car-suggest {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  margin: 0.35rem 0 0;
  max-height: 16rem;
  overflow: auto;
  border-radius: 1rem;
  border: 1px solid rgb(231 229 228);
  background: white;
  padding: 0.35rem;
  box-shadow: 0 16px 40px rgb(28 25 23 / 0.12);
}
.dark .car-suggest {
  border-color: rgb(6 78 59);
  background: rgb(2 44 34);
}
.car-suggest-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 0.75rem;
  padding: 0.65rem 0.75rem;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 600;
}
.car-suggest-item:hover,
.car-suggest-item.is-top {
  background: rgb(236 253 245);
}
.car-suggest-type {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(5 150 105);
}
.car-suggest-empty {
  padding: 0.75rem;
  font-size: 0.85rem;
  color: rgb(120 113 108);
}
.rc-book.is-celebrate .rc-done-banner,
.rc-book.is-celebrate .rc-receipt,
.rc-book.is-celebrate > .no-print {
  display: none;
}
.rc-book.is-shown .rc-stage {
  display: none;
}
.rc-book.is-shown .rc-done-banner,
.rc-book.is-shown .rc-receipt {
  animation: rc-fade-up 0.7s ease;
}
.rc-stage {
  position: relative;
  min-height: 26rem;
  margin: 0 auto 1.5rem;
  max-width: 36rem;
}
.rc-stage-card {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #065f46 0%, #022c22 100%);
  color: #ecfdf5;
  padding: 1.4rem 1.3rem 1.6rem;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(0.985);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.rc-stage-card.is-on {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  z-index: 2;
}
.rc-stage-card.is-leaving {
  opacity: 0;
  transform: translateY(-8px) scale(0.99);
  z-index: 1;
}
.rc-stage-card img.car-body-photo {
  width: 11rem;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 8px 10px rgb(0 0 0 / 0.28));
}
.rc-stage h2 {
  margin-top: 0.7rem;
  font-size: 1.65rem;
  font-weight: 800;
}
.rc-kicker {
  margin-top: 0.35rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6ee7b7;
}
.rc-icon-wrap {
  width: 12rem;
}
.rc-icon-svg {
  width: 4.4rem;
  height: 4.4rem;
  margin-bottom: 0.2rem;
}
.rc-cal-check {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
}
.rc-stage-card.is-on .rc-cal-check {
  animation: rc-draw 0.6s 0.25s ease forwards;
}
.rc-stage-card.is-on .rc-ticket {
  animation: rc-pop 0.5s ease;
}
.rc-wash {
  position: relative;
  width: 100%;
  max-width: 22rem;
  height: 11.5rem;
  overflow: hidden;
  border-radius: 1.1rem;
  margin-bottom: 0.35rem;
  background: linear-gradient(#9fd4ea 0 58%, #4d7c4a 58% 62%, #355c38 62% 100%);
}
.rc-sky {
  position: absolute;
  inset: 0 0 42% 0;
  background:
    radial-gradient(circle at 80% 20%, #fff 0 8%, transparent 9%),
    linear-gradient(#8ec8e0, #c5e7f2);
}
.rc-road {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28%;
  background:
    repeating-linear-gradient(90deg, #e7e5e4 0 18px, transparent 18px 34px),
    #44403c;
  background-size: 52px 4px, auto;
  background-position: center 12px, 0 0;
  background-repeat: repeat-x, no-repeat;
}
.rc-car-spot {
  position: absolute;
  right: 8%;
  bottom: 18%;
  width: 58%;
  z-index: 2;
}
.rc-car-spot .car-body-photo {
  width: 100%;
  height: 4.8rem;
}
.rc-wash .rc-van {
  position: absolute;
  left: 0;
  bottom: 12%;
  width: 42%;
  z-index: 5;
  filter: drop-shadow(0 6px 6px rgb(0 0 0 / 0.35));
  animation: rc-van-in 1.6s cubic-bezier(0.22, 0.84, 0.32, 1) forwards;
}
.pay-saving .rc-van {
  display: block;
  margin: 0 auto 0.75rem;
  filter: drop-shadow(0 8px 12px rgb(0 0 0 / 0.35));
  animation: rc-van-in 1.4s cubic-bezier(0.22, 0.84, 0.32, 1) forwards;
}
.rc-wheel {
  transform-box: fill-box;
  transform-origin: center;
  animation: rc-wheel 0.35s linear 4;
}
.rc-hose {
  position: absolute;
  left: 28%;
  bottom: 38%;
  width: 28%;
  opacity: 0;
  z-index: 4;
  animation: rc-hose-in 0.35s ease 1.35s forwards;
}
.rc-foam {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 8%;
  height: 70%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 20% 40%, rgb(255 255 255 / 0.85) 0 12%, transparent 13%),
    radial-gradient(circle at 55% 30%, rgb(255 255 255 / 0.8) 0 10%, transparent 11%),
    radial-gradient(circle at 78% 55%, rgb(255 255 255 / 0.75) 0 11%, transparent 12%);
  opacity: 0;
  animation: rc-foam 1.8s ease 1.4s infinite;
  pointer-events: none;
}
.rc-drop {
  position: absolute;
  width: 7px;
  height: 11px;
  border-radius: 0 80% 80% 80%;
  background: rgb(167 243 208 / 0.95);
  opacity: 0;
  z-index: 4;
  transform: rotate(40deg);
}
.rc-drop-1 { left: 22%; top: 8%; animation: rc-drop 1.1s linear 1.45s infinite; }
.rc-drop-2 { left: 48%; top: 0; animation: rc-drop 1.25s linear 1.6s infinite; }
.rc-drop-3 { left: 68%; top: 10%; animation: rc-drop 1s linear 1.7s infinite; }
.rc-drop-4 { left: 36%; top: 4%; animation: rc-drop 1.35s linear 1.8s infinite; }
.rc-spin {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 auto 0.75rem;
  border-radius: 999px;
  border: 3px solid rgb(167 243 208 / 0.25);
  border-top-color: #6ee7b7;
  animation: rc-spin 0.8s linear infinite;
}
.rc-done-banner {
  text-align: center;
  margin-bottom: 1.5rem;
}
.rc-check {
  width: 3.4rem;
  height: 3.4rem;
  margin: 0 auto 1rem;
  border-radius: 999px;
  background: #059669;
  color: white;
  display: grid;
  place-items: center;
}
.rc-check svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 36;
  stroke-dashoffset: 36;
}
.rc-check.is-in svg {
  animation: rc-draw 0.5s ease forwards;
}
.rc-receipt {
  margin: 0 auto;
  max-width: 26rem;
  overflow: hidden;
  border-radius: 1.15rem;
  background: white;
  box-shadow: 0 18px 40px rgb(28 25 23 / 0.12);
}
.rc-receipt-head {
  background: #064e3b;
  color: white;
  padding: 1.2rem 1.25rem;
}
.rc-receipt-body {
  padding: 1.1rem 1.25rem 1.3rem;
}
.rc-receipt-dash {
  height: 10px;
  background:
    radial-gradient(circle at 8px 0, transparent 8px, #f7f4ef 8.5px) 0 0 / 16px 10px;
}
.rc-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.92rem;
  padding: 0.28rem 0;
}
.rc-row.is-total {
  margin-top: 0.35rem;
  font-size: 1.05rem;
  font-weight: 800;
}
.rc-cut {
  border: 0;
  border-top: 1px dashed rgb(214 211 209);
  margin: 0.7rem 0;
}
.rc-receipt-foot {
  font-size: 0.75rem;
  color: rgb(120 113 108);
}
.ba-compare {
  position: relative;
  overflow: hidden;
  border-radius: 1.15rem;
  background: #1c1917;
  aspect-ratio: 4 / 3;
  touch-action: none;
  user-select: none;
  cursor: ew-resize;
  --split: 52%;
}
.ba-compare img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
}
.ba-compare .ba-after {
  z-index: 1;
}
.ba-compare .ba-before {
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--split)) 0 0);
}
.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--split);
  z-index: 3;
  width: 44px;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  pointer-events: none;
}
.ba-handle-line {
  width: 3px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.35);
}
.ba-handle-knob {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #fff;
  color: #1c1917;
  box-shadow: 0 6px 16px rgb(0 0 0 / 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0;
}
.ba-label {
  position: absolute;
  top: 0.75rem;
  z-index: 4;
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  pointer-events: none;
}
.ba-label-before {
  left: 0.75rem;
  background: rgb(28 25 23 / 0.82);
}
.ba-label-after {
  right: 0.75rem;
  background: rgb(5 150 105 / 0.95);
}
.ba-compare:focus-visible {
  outline: 3px solid rgb(16 185 129);
  outline-offset: 3px;
}
@keyframes rc-spin {
  to { transform: rotate(360deg); }
}
@keyframes rc-pop {
  from { transform: scale(0.92); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
@keyframes rc-draw {
  to { stroke-dashoffset: 0; }
}
@keyframes rc-fade-up {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}
@keyframes rc-van-in {
  from { transform: translateX(-105%); }
  to { transform: translateX(4%); }
}
@keyframes rc-wheel {
  to { transform: rotate(360deg); }
}
@keyframes rc-hose-in {
  to { opacity: 1; }
}
@keyframes rc-foam {
  0%, 100% { opacity: 0.15; transform: translateX(0) scale(1); }
  50% { opacity: 0.85; transform: translateX(8%) scale(1.08); }
}
@keyframes rc-drop {
  0% { opacity: 0; transform: translateY(-8px) rotate(40deg); }
  20% { opacity: 1; }
  100% { opacity: 0; transform: translateY(58px) rotate(40deg); }
}
@media (prefers-reduced-motion: reduce) {
  .rc-spin, .rc-stage-card, .rc-check, .rc-check svg, .rc-van, .rc-wheel, .rc-foam, .rc-drop, .rc-hose {
    animation: none !important;
  }
  .rc-van { transform: translateX(6%); }
  .rc-hose, .rc-foam { opacity: 0.5; }
  .rc-check { transform: none; opacity: 1; }
  .rc-check svg { stroke-dashoffset: 0; }
}
.legal-page h2 {
  margin-top: 1.6rem;
  font-size: 1.15rem;
  font-weight: 800;
}
.legal-page p,
.legal-page li {
  margin-top: 0.55rem;
  color: rgb(87 83 78);
  line-height: 1.6;
}
.dark .legal-page p,
.dark .legal-page li {
  color: rgb(209 250 229 / 0.75);
}
.legal-page ul {
  margin-top: 0.5rem;
  padding-left: 1.2rem;
  list-style: disc;
}
.legal-page a {
  font-weight: 700;
  color: rgb(5 150 105);
}
.faq-item {
  border-radius: 1rem;
  border: 1px solid rgb(231 229 228);
  background: white;
  padding: 0.15rem 1rem;
}
.dark .faq-item {
  border-color: rgb(6 78 59);
  background: rgb(2 44 34 / 0.4);
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 0.85rem 0;
  font-weight: 700;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item p {
  padding-bottom: 0.9rem;
  color: rgb(87 83 78);
  line-height: 1.55;
}
.help-chat {
  border-radius: 1.4rem;
  border: 1px solid rgb(231 229 228);
  background: white;
  overflow: hidden;
}
.dark .help-chat {
  border-color: rgb(6 78 59);
  background: rgb(2 44 34 / 0.45);
}
.help-log {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-height: 12rem;
  max-height: 22rem;
  overflow-y: auto;
  padding: 1rem 1rem 0.5rem;
}
.help-bubble {
  max-width: 88%;
  border-radius: 1.05rem;
  padding: 0.7rem 0.85rem;
  font-size: 0.92rem;
  line-height: 1.45;
}
.help-bubble.is-bot {
  align-self: flex-start;
  background: rgb(236 253 245);
  color: rgb(6 78 59);
}
.help-bubble.is-user {
  align-self: flex-end;
  background: rgb(5 150 105);
  color: white;
}
.help-bubble .help-links {
  margin-top: 0.45rem;
  font-size: 0.8rem;
  font-weight: 700;
}
.help-bubble.is-bot .help-links a {
  color: rgb(5 150 105);
}
.help-picks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0.75rem 1rem 0.35rem;
  border-top: 1px solid rgb(231 229 228);
}
.dark .help-picks {
  border-color: rgb(6 78 59);
}
.help-pick-label {
  width: 100%;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(120 113 108);
}
.help-chip {
  border-radius: 999px;
  border: 1px solid rgb(5 150 105 / 0.35);
  background: rgb(236 253 245);
  color: rgb(6 78 59);
  padding: 0.45rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: left;
}
.help-chip.is-ghost {
  background: transparent;
  border-color: rgb(214 211 209);
  color: rgb(87 83 78);
}
.help-lock {
  padding: 0.35rem 1rem 0.85rem;
  font-size: 0.72rem;
  color: rgb(168 162 158);
}
@media print {
  .help-picks, .help-lock { display: none; }
  header, footer, .pay-saving, .rc-stage, .rc-done-banner, .no-print, .wa-modal, #wa-fab {
    display: none !important;
  }
  .rc-receipt {
    box-shadow: none;
  }
  main { padding: 0; }
}
