:root {
  --navy: #071f49;
  --ink: #10264d;
  --muted: #5f6f91;
  --line: #d9e2ef;
  --soft: #f5f8fc;
  --orange: #ff5a0a;
  --orange-2: #ff7a1a;
  --blue: #1976ff;
  --green: #10a65a;
  --shadow: 0 14px 40px rgba(7, 31, 73, .12);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html, body { min-height: 100%; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button, input, select, textarea { font: inherit; }
button {
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.app-frame {
  position: relative;
  width: min(100vw, 520px);
  min-height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
}

@media (min-width: 720px) {
  body { background: #f4f7fb; }
  .app-frame { box-shadow: 0 14px 42px rgba(7,31,73,.08); }
}

.app-shell {
  height: 100dvh;
  overflow: auto;
  padding: 0 max(16px, env(safe-area-inset-left)) max(24px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-right));
  scroll-behavior: smooth;
}

.screen { min-height: 100%; padding-bottom: 24px; }
.screen.has-tabs { padding-bottom: 128px; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 64px;
  margin: 0 calc(-1 * max(16px, env(safe-area-inset-left))) 18px calc(-1 * max(16px, env(safe-area-inset-right)));
  padding: max(10px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) 10px max(16px, env(safe-area-inset-left));
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(217,226,239,.75);
  backdrop-filter: blur(16px);
}
.topbar.centered { justify-content: center; }
.topbar.centered .left-actions, .topbar.centered .right-actions { position: absolute; top: 12px; }
.topbar.centered .left-actions { left: 18px; }
.topbar.centered .right-actions { right: 18px; }

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
button.brand { width: auto; }
.brand-img {
  display: block;
  width: clamp(138px, 45vw, 190px);
  height: auto;
  object-fit: contain;
}
.brand.big { justify-content: center; margin: clamp(24px, 6vh, 38px) 0 8px; }
.brand-img-large { width: clamp(154px, 48vw, 176px); }

.icon-btn, .help-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(7,31,73,.06);
}
.icon-btn { position: relative; }
.notif-dot {
  position: absolute;
  right: 9px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}
.help-btn { gap: 7px; min-width: 78px; padding: 0 12px; font-weight: 800; }
.icon {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}
.icon.fill { fill: currentColor; stroke: none; }

h1 { margin: 0 0 8px; font-size: 26px; line-height: 1.12; color: var(--navy); letter-spacing: 0; }
h2 { margin: 0; font-size: 19px; color: var(--navy); }
h3 { margin: 0; font-size: 16px; color: var(--navy); }
p { margin: 0; color: var(--muted); line-height: 1.45; font-size: 14px; }
.step { color: var(--orange); margin-bottom: 8px; font-weight: 800; }
.subhead { margin-bottom: 16px; font-size: 14px; }

.hero-illustration {
  display: grid;
  place-items: center;
  min-height: clamp(132px, 30vh, 164px);
  margin: 0 0 14px;
}
.hero-img {
  width: min(100%, 380px);
  height: auto;
  max-height: 252px;
  object-fit: contain;
}
.login-hero-img {
  width: min(100%, 300px);
  max-height: 166px;
  object-fit: contain;
}
.tow-art {
  position: relative;
  width: 310px;
  height: 150px;
}
.city {
  position: absolute;
  inset: 18px 0 0;
  opacity: .18;
  background:
    linear-gradient(#8395ab,#8395ab) 5% 70%/20px 48px no-repeat,
    linear-gradient(#8395ab,#8395ab) 18% 58%/32px 66px no-repeat,
    linear-gradient(#8395ab,#8395ab) 38% 50%/38px 80px no-repeat,
    linear-gradient(#8395ab,#8395ab) 58% 62%/30px 60px no-repeat,
    linear-gradient(#8395ab,#8395ab) 75% 52%/35px 78px no-repeat,
    linear-gradient(#8395ab,#8395ab) 92% 67%/24px 50px no-repeat;
}
.flatbed {
  position: absolute;
  left: 22px;
  bottom: 16px;
  width: 205px;
  height: 54px;
  border-radius: 6px;
  background: linear-gradient(90deg,#e6edf3 0 35%,#0d2e55 35% 100%);
  box-shadow: inset 0 -12px 0 #12243a;
}
.flatbed::before {
  content: "";
  position: absolute;
  left: 18px;
  top: -38px;
  width: 78px;
  height: 52px;
  border-radius: 9px 9px 2px 2px;
  background: #f7fbff;
  border: 3px solid #123152;
}
.flatbed::after {
  content: "";
  position: absolute;
  left: 112px;
  top: -10px;
  width: 164px;
  height: 10px;
  border-radius: 999px;
  background: var(--orange);
  transform: skewX(-14deg);
}
.tow-car {
  position: absolute;
  right: 10px;
  bottom: 52px;
  width: 126px;
  height: 35px;
  border-radius: 34px 42px 10px 10px;
  background: #eff4f8;
  border: 3px solid #203a54;
  box-shadow: inset 0 -8px 0 #cfd9e3;
}
.tow-car::before {
  content: "";
  position: absolute;
  left: 26px;
  top: -16px;
  width: 50px;
  height: 18px;
  background: #dce7f0;
  border: 3px solid #203a54;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
}
.wheel, .wheel::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0d2036;
  border: 5px solid #d7e0e8;
}
.wheel { left: 52px; bottom: 3px; }
.wheel::after { left: 144px; top: 0; }
.pin-dot {
  position: absolute;
  left: 40px;
  top: 30px;
  width: 24px;
  height: 24px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: #ffb28c;
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 5px 18px rgba(7,31,73,.04);
}
.section-card { padding: 16px; margin-bottom: 12px; }
.soft-card { background: linear-gradient(135deg,#fff,#f8fbff); }

.form-stack { display: grid; gap: 12px; }
.field-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 62px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.field-icon { color: var(--navy); }
.field-row label, .inline-field label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 800;
  color: var(--navy);
}
.field-row small, .inline-field small { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; }
.input-shell {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.input-shell.no-border { border: 0; min-height: auto; }
.input-shell input, .input-shell select, textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 1.3;
}
.input-shell input::placeholder, textarea::placeholder { color: #6a7896; opacity: 1; }
.input-shell select { appearance: none; font-weight: 800; }
.input-shell .prefix {
  min-width: 74px;
  padding: 10px 12px;
  border-right: 1px solid var(--line);
  color: var(--navy);
  font-weight: 900;
}
.toggle-eye, .inside-icon { padding: 0 12px; color: var(--muted); }
textarea { resize: vertical; min-height: 88px; border: 1px solid var(--line); border-radius: var(--radius); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.terms, .remember-row, .footer-line, .safe-note {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
}
.check {
  width: 22px;
  height: 22px;
  border: 1px solid #bdc9da;
  border-radius: 4px;
  display: inline-grid;
  place-items: center;
  color: #fff;
}
.check.checked { background: var(--navy); border-color: var(--navy); }
.link { color: var(--orange); font-weight: 800; }

.primary, .secondary, .ghost {
  width: 100%;
  min-height: 50px;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 900;
  font-size: 16px;
}
.primary { color: #fff; background: linear-gradient(135deg,var(--orange),#ff4c00); box-shadow: 0 12px 24px rgba(255,90,10,.22); }
.primary.navy { background: linear-gradient(135deg,#001b3d,#08366c); box-shadow: 0 12px 24px rgba(0,27,61,.18); }
.secondary { border: 1px solid #bcc9dc; color: var(--navy); background: #fff; }
.ghost { min-height: 42px; color: var(--orange); }
.divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  margin: 20px 0;
  color: var(--muted);
}
.divider::before, .divider::after { content: ""; height: 1px; background: var(--line); }

.login-screen {
  width: min(100%, 390px);
  margin: 0 auto;
  padding: 0 14px 18px;
}
.login-screen .brand.big {
  display: flex;
  width: 100%;
  justify-content: center;
}
.login-screen .brand-img-large {
  margin-inline: auto;
}
.login-screen h1 {
  font-size: 26px;
  line-height: 1.05;
  margin-bottom: 5px;
  font-weight: 900;
}
.login-screen .subhead {
  font-size: 12.5px;
  line-height: 1.35;
  margin-bottom: 14px;
}
.login-screen .form-stack { margin-top: 0; gap: 9px; }
.login-screen .field-row {
  min-height: 42px;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 7px;
  padding: 7px 12px;
  border-color: #dfe5ee;
  border-radius: 7px;
  box-shadow: 0 2px 9px rgba(7,31,73,.025);
}
.login-screen .field-row > div:last-child {
  min-width: 0;
}
.login-screen .field-icon {
  display: grid;
  place-items: center;
}
.login-screen .field-icon .icon {
  width: 17px;
  height: 17px;
  stroke-width: 2.1;
  color: #31405c;
}
.login-screen .field-row label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.login-screen .input-shell input {
  flex: 1;
  min-width: 0;
  padding: 0 4px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.login-screen .input-shell {
  min-height: 26px;
  gap: 4px;
  width: 100%;
  justify-content: space-between;
}
.login-screen .input-shell input::placeholder {
  color: #6f7b90;
}
.login-screen .toggle-eye {
  display: grid;
  place-items: center;
  width: 28px;
  height: 26px;
  margin-left: auto;
  padding: 0;
  flex: none;
}
.login-screen .toggle-eye .icon {
  width: 18px;
  height: 18px;
  color: #52627b;
}
.login-options {
  min-height: 28px;
  gap: 7px;
  padding: 0;
  font-size: 11.5px;
  font-weight: 700;
  justify-content: flex-end;
}
.login-options .check {
  width: 14px;
  height: 14px;
  border-radius: 3px;
}
.login-options .check .icon {
  width: 10px;
  height: 10px;
  stroke-width: 3;
}
.text-action {
  margin-left: 0;
  width: auto;
  min-height: 0;
  padding: 4px 0 4px 10px;
  color: var(--orange);
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.2;
}
.login-screen .primary {
  position: relative;
  min-height: 44px;
  margin-top: 2px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 800;
}
.login-screen .primary .icon {
  position: absolute;
  right: 16px;
  width: 21px;
  height: 21px;
}
.login-screen .divider {
  gap: 14px;
  margin: 13px 0;
  font-size: 11px;
  font-weight: 700;
}
.auth-switch {
  margin-top: 15px;
  text-align: center;
  font-size: 11.5px;
  font-weight: 600;
}
.login-screen .link { font-size: inherit; }
.auth-alt { display: grid; gap: 8px; }
.provider {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  border: 1px solid #dfe5ee;
  border-radius: 7px;
  font-size: 12.5px;
  font-weight: 850;
  color: var(--navy);
  background: #fff;
}
.provider-icon {
  width: 17px;
  height: 17px;
  object-fit: contain;
  flex: none;
}

.register-head {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 10px;
  align-items: end;
  margin-bottom: 14px;
}
.id-art {
  height: 120px;
  background:
    radial-gradient(circle at 50% 35%, #8dbbff 0 18px, transparent 19px),
    linear-gradient(135deg, #eef4fb, #fff);
  border-radius: var(--radius);
  position: relative;
}
.id-art::before {
  content: "";
  position: absolute;
  inset: 16px 44px 12px;
  border: 5px solid #344d70;
  border-radius: 8px;
  transform: rotate(3deg);
}
.id-art::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 48px;
  height: 58px;
  background: #234066;
  clip-path: polygon(50% 0,100% 20%,90% 78%,50% 100%,10% 78%,0 20%);
}
@media (max-width: 380px) {
  .register-head { grid-template-columns: 1fr; }
  .id-art { display: none; }
}

.register-screen {
  width: min(100%, 390px);
  margin: 0 auto;
  padding-bottom: 16px;
}
.register-screen .topbar {
  min-height: 48px;
  margin-bottom: 12px;
  border-bottom: 0;
  background: #fff;
}
.register-screen .topbar.centered .left-actions,
.register-screen .topbar.centered .right-actions {
  top: 8px;
}
.register-screen .icon-btn {
  min-width: 30px;
  width: 30px;
  height: 30px;
  box-shadow: none;
  border-color: #e3e9f2;
}
.register-screen .icon-btn .icon {
  width: 17px;
  height: 17px;
}
.register-screen .brand-img {
  width: 138px;
}
.register-screen .register-head {
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 8px;
  align-items: end;
  margin: 0 4px 10px;
}
.register-screen h1 {
  font-size: 24px;
  line-height: 1.08;
  margin-bottom: 7px;
  font-weight: 900;
}
.register-screen .register-head p {
  font-size: 11.5px;
  line-height: 1.5;
  max-width: 220px;
}
.register-screen .id-art {
  height: 92px;
  border-radius: 0;
  background:
    radial-gradient(circle at 54% 34%, #8dbbff 0 14px, transparent 15px),
    linear-gradient(135deg, transparent, #f5f8fc);
}
.register-screen .id-art::before {
  inset: 11px 32px 8px;
  border-width: 4px;
  border-radius: 6px;
}
.register-screen .id-art::after {
  right: 8px;
  bottom: 6px;
  width: 39px;
  height: 47px;
}
.register-form {
  gap: 8px;
}
.register-screen .field-row {
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 8px;
  min-height: 66px;
  padding: 9px 10px;
  border-color: #dfe5ee;
  border-radius: 7px;
  box-shadow: 0 2px 10px rgba(7,31,73,.025);
}
.register-screen .field-icon {
  display: grid;
  place-items: center;
}
.register-screen .field-icon .icon {
  width: 19px;
  height: 19px;
  stroke-width: 2.1;
}
.register-screen .field-row label {
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 900;
}
.register-screen .field-row small {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.3;
}
.register-screen .input-shell {
  min-height: 32px;
  border-radius: 6px;
  gap: 4px;
}
.register-screen .input-shell.no-border {
  min-height: 24px;
}
.register-screen .input-shell input {
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
}
.register-screen .input-shell.no-border input {
  padding: 0;
}
.register-screen .input-shell input::placeholder {
  color: #748095;
}
.register-screen .input-shell .prefix {
  min-width: 58px;
  padding: 7px 9px;
  font-size: 12px;
}
.register-screen .toggle-eye {
  display: grid;
  place-items: center;
  width: 30px;
  height: 32px;
  margin-left: auto;
  padding: 0;
  flex: none;
}
.register-screen .toggle-eye .icon {
  width: 17px;
  height: 17px;
}
.register-screen .terms {
  align-items: center;
  gap: 9px;
  margin: 2px 0 0;
  font-size: 11px;
  line-height: 1.35;
}
.register-screen .terms .check {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  flex: none;
}
.register-screen .terms .check .icon {
  width: 14px;
  height: 14px;
}
.register-screen .register-submit {
  min-height: 42px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 850;
  box-shadow: 0 8px 18px rgba(255,90,10,.18);
}
.register-screen .register-divider {
  margin: 9px 0 0;
  gap: 14px;
  font-size: 10.5px;
  font-weight: 700;
}
.register-switch {
  margin-top: 6px;
  text-align: center;
  font-size: 11.5px;
  font-weight: 600;
}
.register-switch .link,
.register-screen .terms .link {
  font-size: inherit;
}

@media (max-width: 340px) {
  .register-screen .register-head {
    grid-template-columns: 1fr 96px;
  }
  .register-screen .id-art { height: 78px; }
}

@media (max-width: 380px) {
  .register-screen .register-head {
    grid-template-columns: minmax(0, 1fr) 104px;
  }
  .register-screen .id-art {
    display: block;
  }
}

.service-card { display: flex; align-items: center; gap: 14px; }
.icon-tile {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--orange);
  background: #fff1eb;
}
.icon-tile.green { color: var(--green); background: #e9f9f0; }
.icon-tile.blue { color: var(--blue); background: #edf5ff; }
.service-card .change { margin-left: auto; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; color: #075bed; font-weight: 800; }

.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 16px; }
.choice {
  min-height: 78px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #fff;
}
.choice strong { display: block; font-size: 16px; color: var(--navy); }
.choice small { color: var(--muted); }
.choice.active { color: var(--orange); border-color: var(--orange); background: linear-gradient(135deg,#fff7f2,#fff); }

.schedule-form { display: grid; gap: 12px; }
.line-field {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
}
.square-icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  color: var(--navy);
}
.required { color: #ff2e00; }
.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.photo-box {
  min-height: 76px;
  border: 1px dashed #b7c6d9;
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--navy);
  font-size: 12px;
}
.photo-box.added { border-style: solid; background: #edf7ff; }

.schedule-screen {
  width: min(100%, 390px);
  margin: 0 auto;
  padding: 0 0 12px;
}
.schedule-screen .topbar {
  min-height: 42px;
  margin-bottom: 5px;
  border-bottom: 0;
  background: #fff;
}
.schedule-screen .topbar.centered .left-actions,
.schedule-screen .topbar.centered .right-actions {
  top: 6px;
}
.schedule-screen .icon-btn {
  min-width: 29px;
  width: 29px;
  height: 29px;
  box-shadow: none;
  border-color: #dfe6f0;
}
.schedule-screen .icon-btn .icon {
  width: 16px;
  height: 16px;
}
.schedule-screen .help-btn {
  min-width: 58px;
  height: 29px;
  padding: 0 8px;
  gap: 5px;
  font-size: 11px;
  box-shadow: none;
}
.schedule-screen .help-btn .icon {
  width: 15px;
  height: 15px;
}
.schedule-screen .brand-img {
  width: 124px;
}
.schedule-screen .step {
  margin: 0 0 4px;
  font-size: 11px;
  line-height: 1.2;
}
.schedule-screen h1 {
  margin-bottom: 4px;
  font-size: 22px;
  line-height: 1.08;
  font-weight: 900;
}
.schedule-screen .subhead {
  margin-bottom: 10px;
  font-size: 11.5px;
  line-height: 1.35;
}
.schedule-screen .service-card {
  min-height: 66px;
  margin-bottom: 9px;
  padding: 9px 10px;
  gap: 10px;
  border-radius: 8px;
}
.schedule-screen .service-card .icon-tile {
  width: 44px;
  height: 44px;
  border-radius: 12px;
}
.schedule-screen .service-card p {
  font-size: 10.5px;
}
.schedule-screen .service-card h3 {
  font-size: 13px;
  margin: 1px 0;
}
.schedule-screen .service-card .change {
  padding: 5px 12px;
  font-size: 10.5px;
}
.schedule-screen .choice-grid {
  gap: 10px;
  margin-bottom: 10px;
}
.schedule-screen .choice {
  min-height: 58px;
  justify-content: flex-start;
  padding: 0 18px;
  border-radius: 8px;
  gap: 12px;
}
.schedule-screen .choice .icon {
  width: 19px;
  height: 19px;
}
.schedule-screen .choice strong {
  font-size: 14px;
  line-height: 1.1;
}
.schedule-screen .choice small {
  display: block;
  margin-top: 4px;
  font-size: 10px;
}
.schedule-screen .choice.active {
  color: var(--orange);
  background: #fff7f2;
  border-color: var(--orange);
}
.schedule-form {
  gap: 8px;
}
.schedule-screen .line-field {
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 8px;
}
.schedule-screen .square-icon {
  width: 34px;
  height: 34px;
  border-radius: 7px;
}
.schedule-screen .square-icon .icon {
  width: 18px;
  height: 18px;
}
.schedule-screen .inline-field label {
  margin-bottom: 4px;
  font-size: 11px;
  line-height: 1.15;
  font-weight: 900;
}
.schedule-screen .input-shell {
  min-height: 33px;
  border-radius: 7px;
}
.schedule-screen .input-shell input,
.schedule-screen textarea {
  padding: 7px 9px;
  font-size: 11.5px;
  font-weight: 600;
}
.schedule-screen .inside-icon {
  padding: 0 8px 0 2px;
}
.schedule-screen .inside-icon .icon {
  width: 17px;
  height: 17px;
}
.schedule-screen .split {
  gap: 8px;
}
.schedule-screen textarea {
  min-height: 58px;
  border-radius: 7px;
}
.schedule-screen .inline-field small {
  margin-top: 4px;
  font-size: 9.5px;
  line-height: 1.25;
}
.schedule-screen .photo-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 7px;
}
.schedule-screen .photo-box {
  min-height: 58px;
  border-radius: 7px;
  font-size: 9.5px;
  gap: 3px;
}
.schedule-screen .photo-box .icon {
  width: 20px;
  height: 20px;
}
.schedule-screen .primary {
  position: relative;
  min-height: 44px;
  margin-top: 5px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 850;
}
.schedule-screen .primary .icon {
  position: absolute;
  right: 16px;
  width: 18px;
  height: 18px;
}
.schedule-screen .safe-note {
  margin-top: 7px;
  font-size: 9.5px;
  gap: 5px;
}
.schedule-screen .safe-note .icon {
  width: 12px;
  height: 12px;
}

.map {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  margin: 0 calc(-1 * max(16px, env(safe-area-inset-left))) 16px calc(-1 * max(16px, env(safe-area-inset-right)));
  border-bottom: 1px solid var(--line);
  background: #edf3f8;
}
.map.large { min-height: 402px; margin: 0 0 14px; border: 1px solid var(--line); border-radius: var(--radius); }
.map.mini { min-height: 180px; margin: 0; border: 1px solid var(--line); border-radius: var(--radius); }
.google-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.leaflet-map-wrap {
  background: #edf3f8;
}
.leaflet-map {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.leaflet-container {
  width: 100%;
  height: 100%;
  font-family: inherit;
  background: #edf3f8;
}
.leaflet-custom-pin {
  position: relative;
}
.leaflet-custom-pin::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--orange);
  border: 3px solid #fff;
  box-shadow: 0 8px 18px rgba(7,31,73,.2);
}
.leaflet-custom-pin::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
.map-label {
  position: absolute;
  color: rgba(7,31,73,.68);
  font-weight: 900;
  font-size: 18px;
}
.map-route {
  position: absolute;
  inset: 18%;
  border-left: 6px solid #173f86;
  border-bottom: 6px solid #173f86;
  transform: skew(14deg) rotate(-8deg);
}
.map-pin {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--blue);
  border: 4px solid #fff;
  box-shadow: 0 0 0 8px rgba(25,118,255,.15), var(--shadow);
}
.map-pin.orange { background: var(--orange); }
.map-float {
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 54%;
  transform: translateY(-50%);
  display: grid;
  gap: 10px;
}
.map-float .icon-btn { background: #fff; }
.map-float .icon-btn.active {
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
}
.map-float .icon-btn {
  font-size: 18px;
  font-weight: 900;
}
.user-map-pin {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 26px;
  transform: translate(-50%, -100%) rotate(-45deg);
  border-radius: 50% 50% 50% 0;
  background: var(--orange);
  border: 3px solid #fff;
  box-shadow: 0 8px 18px rgba(7,31,73,.22);
  pointer-events: none;
}
.user-map-pin::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #fff;
}
.pin-capture {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: start center;
  padding-top: 12px;
  background: rgba(7,31,73,.08);
}
.pin-capture span {
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(7,31,73,.88);
  font-size: 11px;
  font-weight: 800;
}
.callout {
  position: absolute;
  z-index: 2;
  padding: 12px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  font-size: 13px;
}
.callout strong { color: var(--orange); display: block; }
.location-callout {
  max-width: calc(100% - 96px);
  color: var(--ink);
}

.route-card { margin-top: -42px; position: relative; z-index: 3; padding: 16px; }
.route-point { display: grid; grid-template-columns: 50px 1fr 24px; gap: 12px; align-items: center; padding: 8px 0; }
.route-dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--blue);
  border: 7px solid #dbeaff;
  margin: auto;
}
.route-dot.orange { background: var(--orange); border-color: #ffe4d6; }
.route-line { width: 0; border-left: 2px dashed #c5d1df; height: 34px; margin: -8px 0 -8px 24px; }

.info-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: var(--radius);
  color: #065ce3;
  background: #edf5ff;
  margin: 12px 0;
}

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: max(6px, env(safe-area-inset-bottom));
  z-index: 90;
  width: min(calc(100vw - 12px), 508px);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  min-height: 58px;
  padding: 8px max(18px, env(safe-area-inset-right)) 8px max(18px, env(safe-area-inset-left));
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 28px rgba(7,31,73,.14);
}
.nav-item {
  display: grid;
  place-items: center;
  gap: 4px;
  color: var(--muted);
  font-size: 12px;
}
.nav-item.active { color: var(--orange); font-weight: 800; }

.home-screen {
  width: 100%;
  margin: 0;
  padding: 0 4px 66px;
}
.home-screen .topbar {
  min-height: 43px;
  margin: 0 -20px;
  padding-top: max(5px, env(safe-area-inset-top));
  padding-right: max(6px, env(safe-area-inset-right));
  padding-bottom: 5px;
  padding-left: max(6px, env(safe-area-inset-left));
  background: rgba(255,255,255,.98);
}
.home-screen .topbar .icon-btn {
  min-width: 27px;
  width: 27px;
  height: 28px;
  border: 0;
  box-shadow: none;
}
.home-screen .topbar .icon-btn .icon {
  width: 20px;
  height: 20px;
  stroke-width: 2.4;
}
.home-screen .brand-img {
  width: 118px;
}
.home-screen .help-btn {
  min-width: 56px;
  height: 30px;
  gap: 7px;
  padding: 0 9px;
  font-size: 11px;
  border-color: #dce4ef;
  box-shadow: none;
}
.home-screen .help-btn .icon {
  width: 15px;
  height: 15px;
}
.home-screen .map {
  min-height: 140px;
  margin: 0 -20px;
}
.home-screen .map-float {
  right: 8px;
  top: 72%;
}
.home-screen .map-float .icon-btn {
  min-width: 36px;
  width: 36px;
  height: 36px;
  color: var(--navy);
  box-shadow: 0 8px 20px rgba(7,31,73,.16);
}
.home-screen .route-card {
  margin: 7px 0 7px;
  padding: 10px 10px;
  border-radius: 8px;
}
.home-screen .route-point {
  grid-template-columns: 40px minmax(0, 1fr) 18px;
  gap: 8px;
  padding: 5px 0;
}
.home-screen .route-point p {
  font-size: 10px;
  color: #51617f;
}
.home-screen .route-point h3 {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.28;
  font-weight: 900;
}
.home-screen .route-point .ghost {
  min-height: 19px;
  margin-top: 3px;
  justify-content: flex-start;
  font-size: 10px;
  font-weight: 700;
  color: var(--navy);
}
.home-screen .route-line {
  height: 32px;
  margin: -3px 0 -3px 19px;
}
.home-screen .route-dot {
  width: 24px;
  height: 24px;
  border-width: 7px;
}
.home-screen .route-dot.orange {
  border-width: 0;
  width: 24px;
  height: 24px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  position: relative;
}
.home-screen .route-dot.orange::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: #fff;
}
.home-screen .home-service-card {
  margin: 0 0 7px;
  min-height: 68px;
  padding: 9px;
  border-radius: 8px;
}
.home-screen .home-service-card .icon-tile {
  width: 46px;
  height: 46px;
  border-radius: 10px;
}
.home-screen .home-service-card p,
.home-screen .estimate-card p {
  font-size: 10px;
}
.home-screen .home-service-card h3 {
  font-size: 13px;
  margin: 1px 0;
}
.home-screen .choice-grid {
  margin: 0 0 7px;
  gap: 7px;
}
.home-screen .choice {
  min-height: 57px;
  border-radius: 8px;
  gap: 8px;
}
.home-screen .choice .icon {
  width: 18px;
  height: 18px;
}
.home-screen .choice strong {
  font-size: 13.5px;
  line-height: 1.1;
}
.home-screen .choice small {
  margin-top: 3px;
  display: block;
  font-size: 9.5px;
}
.home-screen .tow-now-choice {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #ff4c00);
  border-color: transparent;
}
.home-screen .tow-now-choice strong,
.home-screen .tow-now-choice small {
  color: #fff;
}
.home-screen .info-bar {
  margin: 0;
  padding: 7px 10px;
  border-radius: 8px 8px 0 0;
  font-size: 10px;
}
.home-screen .info-bar .icon {
  width: 15px;
  height: 15px;
  color: #126dff;
}
.home-screen .estimate-card {
  margin: 0 0 8px;
  padding: 9px;
  min-height: 60px;
  border-radius: 0 0 8px 8px;
}
.home-screen .estimate-card .icon-tile {
  width: 43px;
  height: 43px;
}
.home-screen .estimate-card h3 {
  font-size: 13px;
  margin: 1px 0;
}
.home-screen .quote-button {
  position: relative;
  min-height: 42px;
  width: 100%;
  margin: 0;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 900;
}
.home-screen .quote-button .icon {
  position: absolute;
  right: 14px;
  width: 18px;
  height: 18px;
}
.home-screen .bottom-nav {
  min-height: 60px;
  padding-top: 7px;
  padding-bottom: 8px;
}
.home-screen .nav-item {
  font-size: 10px;
  gap: 2px;
}
.home-screen .nav-item .icon {
  width: 20px;
  height: 20px;
}

.bookings-screen {
  width: min(100% + 12px, 390px);
  margin: 0 auto;
  padding: 0 0 68px;
}
.bookings-screen .topbar {
  min-height: 39px;
  margin: 0 -16px 8px;
  padding-top: max(4px, env(safe-area-inset-top));
  padding-right: max(8px, env(safe-area-inset-right));
  padding-bottom: 4px;
  padding-left: max(8px, env(safe-area-inset-left));
  border-bottom: 0;
  background: #fff;
  backdrop-filter: none;
}
.bookings-screen .topbar.centered {
  justify-content: space-between;
}
.bookings-screen .topbar.centered .left-actions,
.bookings-screen .topbar.centered .right-actions {
  position: static;
}
.bookings-screen .brand-img {
  width: 121px;
}
.bookings-screen .help-btn {
  min-width: 52px;
  height: 28px;
  gap: 4px;
  padding: 0 8px;
  border-color: #dfe7f1;
  color: var(--navy);
  font-size: 10px;
  font-weight: 850;
  box-shadow: none;
}
.bookings-screen .icon {
  width: 15px;
  height: 15px;
  stroke-width: 2.25;
}
.bookings-screen .help-btn .icon {
  width: 13px;
  height: 13px;
}
.bookings-screen h1 {
  margin: 0 0 3px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.08;
  font-weight: 900;
}
.bookings-screen .subhead {
  margin-bottom: 11px;
  color: #61708c;
  font-size: 9.5px;
  line-height: 1.3;
}
.bookings-screen .tabs {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #e6edf5;
}
.bookings-screen .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 29px;
  padding: 0 2px 7px;
  border-bottom: 2px solid transparent;
  color: #60708d;
  font-size: 8px;
  font-weight: 850;
}
.bookings-screen .tab.active {
  color: var(--orange);
  border-color: var(--orange);
}
.bookings-screen .badge {
  min-width: 13px;
  height: 13px;
  margin: 0;
  font-size: 7.5px;
  font-weight: 900;
}
.bookings-screen .tab.active .badge {
  background: var(--orange);
}
.bookings-screen .card {
  border-color: #dfe6f0;
  border-radius: 7px;
  box-shadow: 0 3px 10px rgba(7,31,73,.025);
}
.bookings-screen .booking-card {
  margin-bottom: 8px;
  padding: 10px 10px 9px;
}
.bookings-screen .booking-card.active-booking {
  border-color: #ffb994;
}
.bookings-screen .booking-card.scheduled-booking {
  border-color: #b9d4ff;
}
.bookings-screen .booking-card.cancelled-booking {
  border-color: #e2e8f1;
  background: #fcfdff;
}
.bookings-screen .booking-head {
  gap: 8px;
  margin-bottom: 10px;
  font-size: 8.3px;
}
.bookings-screen .booking-head > span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #62718e;
  font-weight: 800;
}
.bookings-screen .booking-head .icon {
  width: 10px;
  height: 10px;
}
.bookings-screen .status {
  color: #10a65a;
  font-size: 9px;
}
.bookings-screen .status.orange {
  color: var(--orange);
}
.bookings-screen .status.blue {
  color: #126dff;
}
.bookings-screen .status.muted {
  color: #7a879b;
}
.bookings-screen .booking-body {
  grid-template-columns: 50px minmax(0, 1fr) 86px;
  gap: 8px;
  align-items: start;
  margin: 0 0 8px;
}
.bookings-screen .icon-tile {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.bookings-screen .icon-tile .icon {
  width: 21px;
  height: 21px;
}
.bookings-screen .mini-route h3 {
  margin-bottom: 5px;
  font-size: 10.5px;
}
.bookings-screen .mini-route p {
  position: relative;
  margin: 0 0 6px;
  padding-left: 14px;
  color: var(--navy);
  font-size: 8.5px;
  line-height: 1.2;
}
.bookings-screen .mini-route b {
  font-weight: 850;
}
.bookings-screen .mini-route small {
  color: #6f7f99;
  font-size: 7.5px;
}
.route-pin {
  position: absolute;
  left: 0;
  top: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.pickup-pin {
  background: var(--orange);
}
.destination-pin {
  background: #126dff;
}
.bookings-screen .amount {
  color: var(--navy);
  text-align: right;
}
.bookings-screen .amount p {
  margin-bottom: 4px;
  color: #60708d;
  font-size: 7.5px;
  line-height: 1.25;
}
.bookings-screen .amount .link {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 950;
}
.bookings-screen .amount b {
  color: var(--orange);
  font-size: 8.5px;
}
.bookings-screen .amount strong {
  display: block;
  color: var(--navy);
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
}
.paid-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-top: 7px;
  padding: 3px 7px;
  border-radius: 999px;
  color: #10a65a;
  background: #e9f9f0;
  font-size: 8px;
  font-weight: 850;
}
.paid-badge.cancelled {
  color: #7a879b;
  background: #eef2f7;
}
.paid-badge .icon {
  width: 9px;
  height: 9px;
}
.bookings-screen .icon-tile.muted {
  color: #7a879b;
  background: #eef2f7;
}
.bookings-screen .chips {
  gap: 5px;
  margin-bottom: 8px;
}
.bookings-screen .chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 7px;
  border-radius: 4px;
  color: #60708d;
  background: #f4f7fb;
  font-size: 7.5px;
  font-weight: 750;
}
.bookings-screen .chip .icon {
  width: 10px;
  height: 10px;
}
.bookings-screen .button-pair {
  gap: 8px;
}
.bookings-screen .button-pair .secondary,
.bookings-screen .button-pair .primary {
  min-height: 31px;
  border-radius: 5px;
  font-size: 9px;
  font-weight: 850;
  gap: 5px;
  box-shadow: none;
}
.bookings-screen .button-pair .icon {
  width: 12px;
  height: 12px;
}
.bookings-screen .button-pair .primary.navy {
  background: var(--navy);
}
.bookings-screen .button-pair .rebook {
  border-color: #ffb994;
  color: var(--orange);
}
.bookings-screen .support-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 16px;
  gap: 8px;
  align-items: center;
  min-height: 45px;
  width: 100%;
  margin-bottom: 8px;
  padding: 7px 11px;
  text-align: left;
}
.bookings-screen .support-row > .icon:first-child {
  width: 24px;
  height: 24px;
  padding: 5px;
  border-radius: 50%;
  color: var(--navy);
  background: #eef3f9;
}
.bookings-screen .support-row h3 {
  font-size: 10px;
}
.bookings-screen .support-row p {
  color: #61708c;
  font-size: 8px;
}
.bookings-screen .support-row > .icon:last-child {
  color: #6b7890;
  width: 13px;
  height: 13px;
}
.empty-bookings {
  display: grid;
  place-items: center;
  min-height: 94px;
  margin-bottom: 8px;
  padding: 16px;
  text-align: center;
}
.empty-bookings h3 {
  color: var(--navy);
  font-size: 12px;
}
.empty-bookings p {
  margin-top: 4px;
  color: #61708c;
  font-size: 9px;
}
.bookings-screen .bottom-nav {
  min-height: 56px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.bookings-screen .nav-item {
  gap: 2px;
  font-size: 9px;
}
.bookings-screen .nav-item .icon {
  width: 18px;
  height: 18px;
}

.tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); margin-bottom: 14px; }
.tab { padding: 10px 4px; color: var(--muted); font-weight: 800; border-bottom: 3px solid transparent; }
.tab.active { color: var(--orange); border-color: var(--orange); }
.badge {
  display: inline-flex;
  min-width: 22px;
  height: 22px;
  margin-left: 5px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #edf1f7;
  color: var(--ink);
  font-size: 12px;
}
.tab.active .badge { background: var(--orange); color: #fff; }

.booking-card { padding: 14px; margin-bottom: 12px; }
.booking-card.active-booking { border-color: #ffb694; }
.booking-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; color: var(--muted); font-size: 12px; }
.status { font-weight: 900; color: var(--green); }
.status.orange { color: var(--orange); }
.booking-body { display: grid; grid-template-columns: 78px 1fr auto; gap: 12px; margin: 16px 0; }
.mini-route p { color: var(--ink); font-size: 13px; }
.amount { text-align: right; font-weight: 900; color: var(--navy); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.chip { padding: 7px 10px; border-radius: var(--radius); background: var(--soft); color: var(--muted); font-size: 12px; }
.button-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.summary-list { display: grid; gap: 18px; }
.summary-line { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 12px; }
.price { font-weight: 900; color: var(--navy); font-size: 18px; }
.price.orange { color: var(--orange); font-size: 28px; }
.total-row { display: flex; justify-content: space-between; align-items: end; border-top: 1px dashed #bcc9dc; padding-top: 16px; margin-top: 16px; }
.down-box { display: grid; grid-template-columns: 44px 1fr auto; gap: 12px; align-items: center; border: 1px solid #ffb78f; border-radius: var(--radius); background: #fff7f2; padding: 14px; margin: 18px 0; }

.payment-option {
  display: grid;
  grid-template-columns: 28px 64px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 10px 12px;
  margin-bottom: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.payment-option.active { border-color: var(--orange); background: linear-gradient(135deg,#fff7f2,#fff); }
.radio { width: 22px; height: 22px; border-radius: 50%; border: 2px solid #a9b6c9; }
.payment-option.active .radio { border: 7px solid var(--orange); }
.pay-logo { width: 54px; height: 54px; border-radius: 7px; display: grid; place-items: center; font-weight: 900; color: #fff; background: #1267ff; }
.pay-logo.maya { background: #050505; color: #30e06f; }
.pay-logo.card { background: #fff; color: #11457e; border: 1px solid var(--line); }
.pay-logo.bank, .pay-logo.cash { background: #f4f7fb; color: var(--navy); }
.secure { color: var(--green); font-weight: 800; font-size: 13px; white-space: nowrap; }
.recommend { padding: 4px 9px; border-radius: 999px; background: #daf8e5; color: #08753f; font-size: 12px; font-weight: 800; }

.payments-history-screen {
  width: min(100% + 12px, 390px);
  margin: 0 auto;
  padding: 0 0 68px;
}
.payments-history-screen .topbar {
  min-height: 39px;
  margin: 0 -16px 8px;
  padding-top: max(4px, env(safe-area-inset-top));
  padding-right: max(8px, env(safe-area-inset-right));
  padding-bottom: 4px;
  padding-left: max(8px, env(safe-area-inset-left));
  border-bottom: 0;
  background: #fff;
  backdrop-filter: none;
}
.payments-history-screen .topbar.centered {
  justify-content: space-between;
}
.payments-history-screen .topbar.centered .left-actions,
.payments-history-screen .topbar.centered .right-actions {
  position: static;
}
.payments-history-screen .brand-img {
  width: 121px;
}
.payments-history-screen .icon-btn,
.payments-history-screen .help-btn {
  min-width: 28px;
  height: 28px;
  box-shadow: none;
}
.payments-history-screen .help-btn {
  min-width: 52px;
  gap: 4px;
  padding: 0 8px;
  font-size: 10px;
}
.payments-history-screen .icon {
  width: 15px;
  height: 15px;
}
.payments-history-screen h1 {
  margin: 0 0 3px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.08;
  font-weight: 900;
}
.payments-history-screen .subhead {
  margin-bottom: 10px;
  color: #61708c;
  font-size: 9.5px;
  line-height: 1.3;
}
.payments-history-screen .card {
  border-color: #dfe6f0;
  border-radius: 7px;
  box-shadow: 0 3px 10px rgba(7,31,73,.025);
}
.payment-total-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  margin-bottom: 8px;
  padding: 10px 12px;
  background: #f5fff9;
}
.payment-total-card p {
  color: #61708c;
  font-size: 9px;
}
.payment-total-card h2 {
  margin-top: 2px;
  color: #10a65a;
  font-size: 18px;
}
.payment-total-card span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #10a65a;
  font-size: 9px;
  font-weight: 850;
}
.payment-total-card .icon {
  width: 13px;
  height: 13px;
}
.payment-history-list {
  display: grid;
  gap: 8px;
}
.payment-history-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  width: 100%;
  min-height: 66px;
  padding: 9px 10px;
  text-align: left;
}
.payment-history-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--orange);
  background: #fff1eb;
}
.payment-history-icon.refunded {
  color: #60708d;
  background: #eef2f7;
}
.payment-history-icon .icon {
  width: 15px;
  height: 15px;
}
.payment-history-copy h3 {
  color: var(--navy);
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 900;
}
.payment-history-copy p,
.payment-history-copy small {
  display: block;
  margin-top: 3px;
  color: #61708c;
  font-size: 8.5px;
  line-height: 1.2;
}
.payment-history-amount {
  display: grid;
  justify-items: end;
  gap: 3px;
}
.payment-history-amount strong {
  color: var(--navy);
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
}
.payment-history-amount small {
  padding: 2px 7px;
  border-radius: 999px;
  color: #10a65a;
  background: #e9f9f0;
  font-size: 7.5px;
  font-weight: 850;
}
.payment-history-amount small.refunded {
  color: #60708d;
  background: #eef2f7;
}
.payment-history-amount em {
  color: #61708c;
  font-size: 7.5px;
  font-style: normal;
}
.payments-history-screen .bottom-nav {
  min-height: 56px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.payments-history-screen .nav-item {
  gap: 2px;
  font-size: 9px;
}
.payments-history-screen .nav-item .icon {
  width: 18px;
  height: 18px;
}

.quote-screen {
  width: min(100% + 12px, 390px);
  min-height: 100%;
  margin: 0 auto;
  padding: 0 0 7px;
}
.quote-screen .topbar {
  min-height: 40px;
  margin: 0 -16px 8px;
  padding-top: max(4px, env(safe-area-inset-top));
  padding-right: max(8px, env(safe-area-inset-right));
  padding-bottom: 4px;
  padding-left: max(8px, env(safe-area-inset-left));
  border-bottom: 0;
  background: #fff;
  backdrop-filter: none;
}
.quote-screen .topbar.centered .left-actions,
.quote-screen .topbar.centered .right-actions {
  top: 6px;
}
.quote-screen .icon-btn,
.quote-screen .help-btn {
  min-width: 28px;
  width: 28px;
  height: 28px;
  border-color: #e1e8f1;
  box-shadow: none;
}
.quote-screen .help-btn {
  padding: 0;
  gap: 0;
}
.quote-screen .help-btn span {
  display: none;
}
.quote-screen .icon {
  width: 15px;
  height: 15px;
  stroke-width: 2.25;
}
.quote-screen .brand-img {
  width: 121px;
}
.quote-screen h1 {
  margin: 0 0 3px;
  font-size: 16.5px;
  line-height: 1.08;
  font-weight: 900;
}
.quote-screen .subhead {
  margin-bottom: 8px;
  font-size: 9.5px;
  line-height: 1.35;
  color: #60718f;
}
.quote-screen .card {
  border-color: #dfe6f0;
  border-radius: 7px;
  box-shadow: 0 3px 10px rgba(7,31,73,.025);
}
.quote-screen .section-card {
  margin-bottom: 8px;
  padding: 11px 10px 10px;
}
.quote-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.quote-screen h2 {
  font-size: 12.5px;
  line-height: 1.15;
  font-weight: 900;
}
.quote-screen h3 {
  font-size: 10.5px;
  line-height: 1.25;
  font-weight: 900;
}
.quote-screen p {
  font-size: 9.5px;
  line-height: 1.35;
  color: #61708c;
}
.quote-screen .link {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #126dff;
  font-size: 10px;
  font-weight: 850;
}
.quote-screen .link .icon {
  width: 12px;
  height: 12px;
}
.quote-screen .route-point {
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 6px;
  align-items: start;
  padding: 3px 0;
}
.quote-screen .route-dot {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  background: var(--blue);
  border: 4px solid #e1efff;
}
.quote-screen .route-dot.orange {
  position: relative;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  border: 0;
  border-radius: 50% 50% 50% 0;
  background: var(--orange);
  transform: rotate(-45deg);
}
.quote-screen .route-dot.orange::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: #fff;
}
.quote-screen .route-line {
  height: 28px;
  margin: -2px 0 -2px 13px;
  border-left: 1px solid #d7e0ec;
}
.quote-screen .route-summary {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e5ebf3;
}
.quote-screen .summary-list {
  gap: 9px;
}
.quote-screen .summary-line {
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 6px;
  min-height: 14px;
}
.quote-screen .summary-line .icon {
  width: 13px;
  height: 13px;
  color: #536783;
}
.quote-screen .summary-line span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9.5px;
  line-height: 1.2;
  color: #60708d;
}
.quote-screen .section-card:nth-of-type(2) .summary-line span::after {
  content: "i";
  display: inline-grid;
  place-items: center;
  width: 9px;
  height: 9px;
  border: 1px solid #91a0b8;
  border-radius: 50%;
  color: #70809a;
  font-size: 6.5px;
  font-weight: 900;
  line-height: 1;
}
.quote-screen .summary-line strong {
  color: var(--navy);
  font-size: 10px;
  font-weight: 900;
}
.quote-breakdown-title {
  margin-bottom: 12px;
}
.quote-screen .total-row {
  align-items: center;
  margin-top: 11px;
  padding-top: 10px;
  border-top: 1px dashed #c7d1df;
}
.quote-screen .total-row small {
  font-size: 8px;
}
.quote-screen .price.orange {
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
}
.quote-screen .down-box {
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 8px;
  margin: 9px 0;
  padding: 8px;
  border-color: #ffb891;
  border-radius: 6px;
  background: #fff7f1;
}
.quote-screen .down-box .icon-tile {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  color: #fff;
  background: var(--orange);
}
.quote-screen .down-box .icon-tile .icon {
  width: 13px;
  height: 13px;
  stroke-width: 2.8;
}
.quote-screen .down-box .price.orange {
  text-align: right;
  font-size: 10.5px;
  line-height: 1.05;
}
.quote-screen .recommend {
  display: inline-flex;
  min-width: 36px;
  height: 15px;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  padding: 0 7px;
  border-radius: 4px;
  color: var(--orange);
  background: #ffe0cf;
  font-size: 9px;
  font-weight: 900;
}
.quote-screen .info-bar {
  gap: 8px;
  margin: 0 0 9px;
  padding: 8px 10px;
  border-radius: 6px;
  color: #075cc6;
  background: #eaf3ff;
}
.quote-screen .info-bar .icon {
  width: 14px;
  height: 14px;
  color: #116be9;
  fill: #116be9;
  stroke: none;
}
.quote-screen .info-bar span {
  font-size: 9.5px;
  line-height: 1.35;
  color: #315579;
}
.quote-screen .primary {
  position: relative;
  min-height: 35px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 850;
  box-shadow: 0 8px 18px rgba(255,90,10,.2);
}
.quote-screen .primary .icon {
  position: absolute;
  right: 11px;
  width: 15px;
  height: 15px;
}
.quote-screen .safe-note {
  justify-content: center;
  gap: 5px;
  margin-top: 6px;
  font-size: 8.5px;
}
.quote-screen .safe-note .icon {
  width: 10px;
  height: 10px;
}

.payment-screen {
  width: min(100% + 12px, 390px);
  min-height: 100%;
  margin: 0 auto;
  padding: 0 0 7px;
}
.payment-screen .topbar {
  min-height: 40px;
  margin: 0 -16px 8px;
  padding-top: max(4px, env(safe-area-inset-top));
  padding-right: max(8px, env(safe-area-inset-right));
  padding-bottom: 4px;
  padding-left: max(8px, env(safe-area-inset-left));
  border-bottom: 0;
  background: #fff;
  backdrop-filter: none;
}
.payment-screen .topbar.centered .left-actions,
.payment-screen .topbar.centered .right-actions {
  top: 6px;
}
.payment-screen .icon-btn {
  min-width: 28px;
  width: 28px;
  height: 28px;
  border-color: #e1e8f1;
  box-shadow: none;
}
.payment-screen .help-btn {
  min-width: 53px;
  height: 28px;
  gap: 4px;
  padding: 0 8px;
  border-color: #dfe7f1;
  color: var(--navy);
  font-size: 10px;
  font-weight: 850;
  box-shadow: none;
}
.payment-screen .icon {
  width: 15px;
  height: 15px;
  stroke-width: 2.25;
}
.payment-screen .help-btn .icon {
  width: 13px;
  height: 13px;
}
.payment-screen .brand-img {
  width: 121px;
}
.payment-screen h1 {
  margin: 0 0 3px;
  font-size: 18px;
  line-height: 1.08;
  font-weight: 900;
}
.payment-screen .subhead {
  margin-bottom: 20px;
  font-size: 9.5px;
  line-height: 1.35;
  color: #60718f;
}
.payment-screen .card {
  border-color: #dfe6f0;
  border-radius: 7px;
  box-shadow: 0 3px 10px rgba(7,31,73,.025);
}
.payment-screen .section-card {
  margin-bottom: 9px;
  padding: 11px 10px 12px;
}
.payment-screen h2 {
  font-size: 12.5px;
  line-height: 1.15;
  font-weight: 900;
}
.payment-screen h3 {
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 900;
}
.payment-screen p {
  font-size: 9.2px;
  line-height: 1.32;
  color: #61708c;
}
.payment-summary-title {
  margin-bottom: 14px;
}
.payment-screen .summary-list {
  gap: 12px;
}
.payment-screen .summary-line {
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 6px;
  min-height: 16px;
}
.payment-screen .summary-line .icon {
  width: 13px;
  height: 13px;
  color: #42556f;
}
.payment-screen .summary-line span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9.5px;
  line-height: 1.2;
  color: #60708d;
}
.payment-screen .summary-line span::after {
  content: "i";
  display: inline-grid;
  place-items: center;
  width: 9px;
  height: 9px;
  border: 1px solid #91a0b8;
  border-radius: 50%;
  color: #70809a;
  font-size: 6.5px;
  font-weight: 900;
  line-height: 1;
}
.payment-screen .summary-line strong {
  color: var(--navy);
  font-size: 11px;
  font-weight: 950;
}
.payment-screen .summary-line:nth-child(2) strong {
  color: var(--orange);
}
.payment-screen .safe-note {
  justify-content: center;
  gap: 5px;
  margin: 0 0 11px;
  font-size: 8.5px;
  line-height: 1.2;
}
.payment-screen .safe-note .icon {
  width: 10px;
  height: 10px;
}
.payment-rule {
  height: 1px;
  margin: 0 -6px 11px;
  background: #eef2f7;
}
.payment-method-title {
  margin-bottom: 10px;
}
.payment-method-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.payment-method-head .payment-method-title {
  margin-bottom: 0;
}
.payment-method-head .link {
  color: #126dff;
  font-size: 10px;
  font-weight: 850;
}
.selected-payment-card {
  display: grid;
  grid-template-columns: 24px 41px minmax(0, 1fr) auto 16px;
  gap: 8px;
  align-items: center;
  width: 100%;
  min-height: 52px;
  margin-bottom: 8px;
  padding: 7px 9px;
  border: 1px solid var(--orange);
  border-radius: 7px;
  background: #fff8f4;
  text-align: left;
  box-shadow: 0 3px 10px rgba(255,90,10,.07);
}
.selected-payment-card > .icon {
  width: 14px;
  height: 14px;
  color: #6b7890;
}
.payment-dropdown {
  display: grid;
  gap: 7px;
  margin: -2px 0 9px;
  padding: 7px;
  border: 1px solid #dfe6f0;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(7,31,73,.1);
}
.payment-dropdown .payment-option:last-child {
  margin-bottom: 0;
}
.payment-screen .payment-option {
  grid-template-columns: 24px 41px minmax(0, 1fr) auto;
  gap: 8px;
  min-height: 52px;
  margin-bottom: 8px;
  padding: 7px 9px;
  border-color: #dfe6f0;
  border-radius: 7px;
  background: #fff;
}
.payment-screen .payment-option.active {
  border-color: var(--orange);
  background: #fff8f4;
  box-shadow: 0 3px 10px rgba(255,90,10,.07);
}
.payment-screen .radio {
  width: 15px;
  height: 15px;
  border: 1.5px solid #c2cedd;
}
.payment-screen .payment-option.active .radio {
  border: 4px solid var(--orange);
}
.payment-screen .pay-logo {
  width: 34px;
  height: 32px;
  border-radius: 4px;
  font-size: 9px;
  line-height: 1;
  box-shadow: none;
}
.selected-payment-card .pay-logo,
.payment-modal .pay-logo,
.payment-confirm-modal .pay-logo {
  width: 34px;
  height: 32px;
  border-radius: 4px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #1267ff;
  font-size: 9px;
  line-height: 1;
  font-weight: 900;
  box-shadow: none;
}
.payment-screen .pay-logo.gcash {
  align-content: center;
  background: #1675ec;
  color: #fff;
  font-size: 9px;
}
.selected-payment-card .pay-logo.gcash,
.payment-modal .pay-logo.gcash,
.payment-confirm-modal .pay-logo.gcash {
  align-content: center;
  background: #1675ec;
  color: #fff;
  font-size: 9px;
}
.payment-screen .pay-logo.gcash::first-letter {
  font-size: 13px;
}
.selected-payment-card .pay-logo.gcash::first-letter,
.payment-modal .pay-logo.gcash::first-letter,
.payment-confirm-modal .pay-logo.gcash::first-letter {
  font-size: 13px;
}
.payment-screen .pay-logo.maya {
  background: #081112;
  color: #21df6e;
  font-size: 8.5px;
}
.selected-payment-card .pay-logo.maya,
.payment-modal .pay-logo.maya,
.payment-confirm-modal .pay-logo.maya {
  background: #081112;
  color: #21df6e;
  font-size: 8.5px;
}
.payment-screen .pay-logo.card {
  display: grid;
  gap: 2px;
  border: 1px solid #dfe6f0;
  background: #fff;
  color: #124aa0;
  font-size: 8px;
}
.selected-payment-card .pay-logo.card,
.payment-modal .pay-logo.card,
.payment-confirm-modal .pay-logo.card {
  display: grid;
  gap: 2px;
  border: 1px solid #dfe6f0;
  background: #fff;
  color: #124aa0;
  font-size: 8px;
}
.payment-screen .pay-logo.card small {
  width: 16px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg,#eb001b 0 50%,#f79e1b 50% 100%);
}
.selected-payment-card .pay-logo.card small,
.payment-modal .pay-logo.card small,
.payment-confirm-modal .pay-logo.card small {
  width: 16px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg,#eb001b 0 50%,#f79e1b 50% 100%);
}
.payment-screen .pay-logo.bank,
.payment-screen .pay-logo.cash {
  background: #f3f6fa;
  color: var(--navy);
}
.selected-payment-card .pay-logo.bank,
.selected-payment-card .pay-logo.cash,
.payment-modal .pay-logo.bank,
.payment-modal .pay-logo.cash,
.payment-confirm-modal .pay-logo.bank,
.payment-confirm-modal .pay-logo.cash {
  background: #f3f6fa;
  color: var(--navy);
}
.payment-screen .pay-logo.bank .icon,
.payment-screen .pay-logo.cash .icon {
  width: 21px;
  height: 21px;
  color: var(--navy);
}
.selected-payment-card .pay-logo.bank .icon,
.selected-payment-card .pay-logo.cash .icon,
.payment-modal .pay-logo.bank .icon,
.payment-modal .pay-logo.cash .icon,
.payment-confirm-modal .pay-logo.bank .icon,
.payment-confirm-modal .pay-logo.cash .icon {
  width: 21px;
  height: 21px;
  color: var(--navy);
}
.payment-screen .pay-logo.cash {
  color: #fff;
  background: var(--orange);
}
.selected-payment-card .pay-logo.cash,
.payment-modal .pay-logo.cash,
.payment-confirm-modal .pay-logo.cash {
  color: #fff;
  background: var(--orange);
}
.payment-screen .pay-logo.cash .icon {
  color: #fff;
}
.selected-payment-card .pay-logo.cash .icon,
.payment-modal .pay-logo.cash .icon,
.payment-confirm-modal .pay-logo.cash .icon {
  color: #fff;
}
.payment-copy {
  text-align: left;
  min-width: 0;
}
.payment-copy h3 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 3px;
}
.payment-screen .recommend {
  display: inline-flex;
  min-width: 55px;
  height: 13px;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border-radius: 999px;
  color: #10a65a;
  background: #e9f9f0;
  font-size: 7px;
  font-weight: 900;
}
.selected-payment-card .recommend,
.payment-modal .recommend,
.payment-confirm-modal .recommend {
  display: inline-flex;
  min-width: 55px;
  height: 13px;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border-radius: 999px;
  color: #10a65a;
  background: #e9f9f0;
  font-size: 7px;
  font-weight: 900;
}
.payment-screen .secure {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #10a65a;
  font-size: 8.5px;
  font-weight: 800;
  white-space: nowrap;
}
.selected-payment-card .secure,
.payment-modal .secure,
.payment-confirm-modal .secure {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #10a65a;
  font-size: 8.5px;
  font-weight: 800;
  white-space: nowrap;
}
.payment-screen .secure .icon {
  width: 10px;
  height: 10px;
  stroke-width: 2.5;
}
.selected-payment-card .secure .icon,
.payment-modal .secure .icon,
.payment-confirm-modal .secure .icon {
  width: 10px;
  height: 10px;
  stroke-width: 2.5;
}
.payment-screen .manual-payment .secure {
  color: #5d6f8d;
}
.payment-modal .manual-payment .secure {
  color: #5d6f8d;
}
.payment-screen .info-bar {
  gap: 7px;
  margin: 8px 0 10px;
  padding: 7px 10px;
  border-radius: 6px;
  color: #075cc6;
  background: #eaf3ff;
}
.payment-screen .info-bar .icon {
  width: 12px;
  height: 12px;
  color: #116be9;
  fill: #116be9;
  stroke: none;
}
.payment-screen .info-bar span {
  font-size: 8.5px;
  line-height: 1.25;
  color: #1161c5;
}
.payment-screen .primary {
  position: relative;
  min-height: 42px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 850;
  box-shadow: 0 8px 18px rgba(255,90,10,.2);
}
.payment-screen .primary strong {
  margin-left: 10px;
  color: #fff;
  font-size: 11px;
}
.payment-screen .primary .icon {
  position: absolute;
  right: 13px;
  width: 15px;
  height: 15px;
}
.payment-screen .secondary {
  min-height: 41px;
  margin-top: 8px;
  border-color: #d6e0ed;
  border-radius: 7px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 850;
  background: #fff;
}
.payment-screen .footer-line {
  justify-content: space-between;
  gap: 10px;
  margin-top: 16px;
  font-size: 8.5px;
}
.payment-screen .footer-line .icon {
  width: 10px;
  height: 10px;
}
.payment-screen .footer-line span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.flag-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background:
    linear-gradient(135deg,#fff 0 36%,transparent 37%),
    linear-gradient(180deg,#1149b5 0 50%,#ce1126 50% 100%);
  box-shadow: inset 0 0 0 1px rgba(7,31,73,.08);
}

.profile-card { display: grid; grid-template-columns: 110px 1fr auto; gap: 14px; align-items: center; padding: 16px; }
.avatar {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #143458;
  font-size: 46px;
  background: radial-gradient(circle at 50% 30%, #ffd3b8 0 24px, #e8eef5 25px 100%);
}
.verified { display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: 999px; background: #e7f8ef; color: var(--green); font-weight: 800; font-size: 13px; margin-top: 8px; }
.quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 12px 0; }
.quick-card { display: grid; grid-template-columns: 54px 1fr 20px; gap: 12px; align-items: center; padding: 14px; }
.list-card { padding: 8px 16px; }
.list-row { display: grid; grid-template-columns: 36px 1fr 20px; gap: 12px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.list-row:last-child { border-bottom: 0; }
.help-box { display: grid; grid-template-columns: 64px 1fr 140px; gap: 10px; align-items: center; margin-top: 10px; padding: 14px; border: 1px solid #ffb78f; border-radius: var(--radius); background: #fff7f2; }
.emergency { display: grid; grid-template-columns: 56px 1fr auto; gap: 12px; align-items: center; }

.profile-screen {
  width: min(100% + 12px, 390px);
  margin: 0 auto;
  padding: 0 0 68px;
}
.profile-screen .topbar {
  min-height: 39px;
  margin: 0 -16px 8px;
  padding-top: max(4px, env(safe-area-inset-top));
  padding-right: max(8px, env(safe-area-inset-right));
  padding-bottom: 4px;
  padding-left: max(8px, env(safe-area-inset-left));
  border-bottom: 0;
  background: #fff;
  backdrop-filter: none;
}
.profile-screen .topbar.centered .left-actions,
.profile-screen .topbar.centered .right-actions {
  top: 6px;
}
.profile-screen .brand-img {
  width: 121px;
}
.profile-screen .icon-btn {
  min-width: 28px;
  width: 28px;
  height: 28px;
  border: 0;
  box-shadow: none;
}
.profile-screen .icon {
  width: 15px;
  height: 15px;
  stroke-width: 2.25;
}
.profile-screen .notif-dot {
  right: 5px;
  top: 4px;
  width: 6px;
  height: 6px;
}
.profile-screen h1 {
  margin: 0 0 3px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.08;
  font-weight: 900;
}
.profile-screen .subhead {
  margin-bottom: 10px;
  color: #61708c;
  font-size: 9.5px;
  line-height: 1.3;
}
.profile-screen .card {
  border-color: #dfe6f0;
  border-radius: 7px;
  box-shadow: 0 3px 10px rgba(7,31,73,.025);
}
.profile-screen p {
  color: #61708c;
  font-size: 9px;
  line-height: 1.3;
}
.profile-screen h2,
.profile-screen h3 {
  color: var(--navy);
  line-height: 1.2;
  font-weight: 900;
}
.profile-screen .profile-card {
  grid-template-columns: 76px minmax(0, 1fr) 44px;
  gap: 10px;
  min-height: 119px;
  margin-bottom: 8px;
  padding: 12px;
}
.profile-avatar {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 28%, #f5be91 0 15px, transparent 16px),
    linear-gradient(#162f4f 0 36%, transparent 37%),
    radial-gradient(circle at 50% 52%, #f5be91 0 23px, transparent 24px),
    linear-gradient(135deg,#1d456f 0 52%,#edf2f7 53%);
}
.camera-dot {
  position: absolute;
  right: 0;
  bottom: 1px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: var(--navy);
  background: #eef3f9;
}
.camera-dot .icon {
  width: 12px;
  height: 12px;
}
.profile-screen .profile-card h2 {
  margin: 2px 0 7px;
  font-size: 15px;
}
.profile-screen .profile-card p {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
  color: var(--navy);
  font-size: 9.5px;
}
.profile-screen .profile-card p .icon {
  width: 12px;
  height: 12px;
  color: #61708c;
}
.profile-screen .profile-card .link {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  align-self: start;
  color: #126dff;
  font-size: 10px;
  font-weight: 850;
}
.profile-screen .profile-card .link .icon {
  width: 12px;
  height: 12px;
}
.profile-screen .verified {
  gap: 4px;
  margin-top: 1px;
  padding: 3px 7px;
  font-size: 8px;
}
.profile-screen .verified .icon {
  width: 10px;
  height: 10px;
}
.profile-screen .quick-grid {
  gap: 7px;
  margin: 0 0 8px;
}
.profile-screen .quick-card {
  grid-template-columns: 33px minmax(0, 1fr) 14px;
  gap: 8px;
  min-height: 55px;
  padding: 9px 10px;
}
.profile-screen .quick-card .icon-tile {
  width: 27px;
  height: 27px;
  border-radius: 50%;
}
.profile-screen .quick-card .icon-tile .icon {
  width: 14px;
  height: 14px;
}
.profile-screen .quick-card h3 {
  font-size: 9.5px;
}
.profile-screen .quick-card p {
  margin-top: 2px;
  font-size: 8px;
}
.profile-screen .quick-card > .icon:last-child {
  width: 12px;
  height: 12px;
  color: #6b7890;
}
.profile-screen .list-card {
  margin-bottom: 8px;
  padding: 0 10px 10px;
}
.profile-screen .list-row {
  grid-template-columns: 26px minmax(0, 1fr) 14px;
  gap: 8px;
  min-height: 45px;
  padding: 8px 0;
}
.profile-screen .list-row > .icon:first-child {
  width: 17px;
  height: 17px;
  color: var(--navy);
}
.profile-screen .list-row h3 {
  font-size: 9.8px;
}
.profile-screen .list-row p {
  margin-top: 2px;
  font-size: 8px;
}
.profile-screen .list-row > .icon:last-child {
  width: 12px;
  height: 12px;
  color: #6b7890;
}
.profile-screen .help-box {
  grid-template-columns: 44px minmax(0, 1fr) 96px;
  gap: 9px;
  margin-top: 8px;
  padding: 10px;
  border-radius: 7px;
}
.profile-screen .help-box .icon-tile {
  width: 36px;
  height: 36px;
}
.profile-screen .help-box h3 {
  color: var(--orange);
  font-size: 10px;
}
.profile-screen .help-box p {
  margin-top: 3px;
  font-size: 8px;
}
.profile-screen .help-box .secondary {
  min-height: 26px;
  border-color: var(--orange);
  border-radius: 5px;
  color: var(--orange);
  font-size: 8.5px;
  gap: 4px;
}
.profile-screen .help-box .secondary .icon {
  width: 11px;
  height: 11px;
}
.profile-screen .help-box span:last-child h3 {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 7px;
  color: var(--navy);
  font-size: 9px;
}
.profile-screen .help-box span:last-child h3 .icon {
  width: 10px;
  height: 10px;
}
.emergency-card {
  margin-bottom: 8px;
  padding: 10px;
}
.section-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 9px;
}
.section-head h2 {
  font-size: 11px;
}
.section-head p {
  margin-top: 2px;
  font-size: 8px;
}
.section-head .link {
  color: #126dff;
  font-size: 8.5px;
  font-weight: 850;
}
.profile-screen .emergency {
  grid-template-columns: 38px minmax(0, 1fr) 62px;
  gap: 8px;
}
.emergency-avatar {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  color: #8a98ac;
  background: #eef2f7;
  font-size: 10px;
  font-weight: 850;
}
.profile-screen .emergency h3 {
  font-size: 9.5px;
}
.profile-screen .emergency .recommend {
  margin-left: 4px;
  padding: 2px 5px;
  color: var(--orange);
  background: #fff1eb;
  font-size: 7px;
}
.profile-screen .emergency span:last-child {
  display: flex;
  justify-content: end;
  gap: 7px;
}
.profile-screen .emergency .icon-btn {
  min-width: 26px;
  width: 26px;
  height: 26px;
  border: 1px solid #dfe6f0;
  border-radius: 6px;
}
.profile-screen .emergency .icon-btn .icon {
  width: 12px;
  height: 12px;
}
.logout-row {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 14px;
  gap: 8px;
  align-items: center;
  min-height: 50px;
  width: 100%;
  margin-bottom: 8px;
  padding: 8px 10px;
  text-align: left;
}
.logout-row > .icon:first-child {
  width: 20px;
  height: 20px;
  color: var(--orange);
}
.logout-row h3 {
  color: var(--orange);
  font-size: 10px;
}
.logout-row p {
  margin-top: 2px;
  font-size: 8px;
}
.logout-row > .icon:last-child {
  width: 12px;
  height: 12px;
  color: #6b7890;
}
.profile-safe-note {
  justify-content: center;
  gap: 6px;
  margin: 0 0 8px;
  padding: 7px 10px;
  border-radius: 7px;
  font-size: 8.5px;
}
.profile-safe-note .icon {
  width: 12px;
  height: 12px;
}
.profile-screen .bottom-nav {
  min-height: 56px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.profile-screen .nav-item {
  gap: 2px;
  font-size: 9px;
}
.profile-screen .nav-item .icon {
  width: 18px;
  height: 18px;
}

.success-banner {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid #22b76b;
  border-radius: var(--radius);
  background: linear-gradient(135deg,#e9fff3,#f8fffb);
  margin-bottom: 14px;
}
.success-circle { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--green); }
.driver-card { display: grid; grid-template-columns: 92px 1fr 120px; gap: 12px; align-items: center; padding: 14px; }
.eta { text-align: center; background: #f0fff6; border: 1px solid #bdebd1; border-radius: var(--radius); padding: 10px; color: var(--green); font-weight: 900; }
.eta strong { display: block; font-size: 24px; }
.progress { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; align-items: start; padding: 16px 10px; }
.step-dot { display: grid; justify-items: center; gap: 6px; font-size: 11px; color: var(--muted); position: relative; }
.step-dot::before { content: ""; position: absolute; top: 19px; left: -50%; width: 100%; border-top: 2px dashed #bac6d5; z-index: 0; }
.step-dot:first-child::before { display: none; }
.step-dot .circle { position: relative; z-index: 1; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: #7d8798; background: #e7ebf0; }
.step-dot.done .circle { background: var(--navy); color: #fff; }
.step-dot.current .circle { background: var(--orange); color: #fff; }
.step-dot.current { color: var(--orange); font-weight: 800; }

.confirmed-screen {
  width: min(100% + 12px, 390px);
  margin: 0 auto;
  padding: 0 0 8px;
}
.confirmed-screen .topbar {
  min-height: 39px;
  margin: 0 -16px 8px;
  padding-top: max(4px, env(safe-area-inset-top));
  padding-right: max(8px, env(safe-area-inset-right));
  padding-bottom: 4px;
  padding-left: max(8px, env(safe-area-inset-left));
  border-bottom: 0;
  background: #fff;
  backdrop-filter: none;
}
.confirmed-screen .topbar.centered .left-actions,
.confirmed-screen .topbar.centered .right-actions {
  top: 6px;
}
.confirmed-screen .icon-btn {
  min-width: 28px;
  width: 28px;
  height: 28px;
  border: 0;
  box-shadow: none;
}
.confirmed-screen .icon {
  width: 15px;
  height: 15px;
  stroke-width: 2.25;
}
.confirmed-screen .brand-img {
  width: 116px;
}
.confirmed-screen .notif-dot {
  right: 5px;
  top: 4px;
  width: 6px;
  height: 6px;
}
.confirmed-screen .card {
  border-color: #dfe6f0;
  border-radius: 7px;
  box-shadow: 0 3px 10px rgba(7,31,73,.025);
}
.confirmed-screen p {
  color: #61708c;
  font-size: 9.2px;
  line-height: 1.32;
}
.confirmed-screen h2 {
  color: var(--navy);
  font-size: 12.5px;
  line-height: 1.15;
  font-weight: 900;
}
.confirmed-screen h3 {
  color: var(--navy);
  font-size: 10.5px;
  line-height: 1.25;
  font-weight: 900;
}
.confirmed-screen .success-banner {
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 8px;
  min-height: 58px;
  margin-bottom: 8px;
  padding: 9px 12px;
  border-color: #36bf79;
  border-radius: 7px;
  background: #ecfff4;
}
.confirmed-screen .success-circle {
  width: 28px;
  height: 28px;
  color: #fff;
  background: #10a65a;
}
.confirmed-screen .success-circle .icon {
  width: 17px;
  height: 17px;
  stroke-width: 3;
}
.confirmed-screen .success-banner h2 {
  margin-bottom: 2px;
  color: #10a65a;
}
.confirmed-screen .success-banner p {
  color: #088145;
}
.booking-id-card {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 37px;
  margin-bottom: 8px;
  padding: 7px 9px;
}
.booking-id-card .secondary {
  width: auto;
  min-height: 25px;
  padding: 0 8px;
  border-radius: 5px;
  font-size: 9px;
  font-weight: 850;
}
.booking-id-card .secondary .icon {
  width: 11px;
  height: 11px;
}
.confirmed-screen .section-card {
  margin-bottom: 8px;
  padding: 9px 10px;
}
.confirmed-screen .confirmed-route-card {
  padding: 8px 9px;
}
.confirmed-screen .route-point {
  grid-template-columns: 28px minmax(0, 1fr) 16px;
  gap: 6px;
  align-items: start;
  padding: 4px 0;
}
.confirmed-screen .route-point > .icon {
  align-self: center;
  color: var(--navy);
  width: 13px;
  height: 13px;
}
.confirmed-screen .route-dot {
  width: 12px;
  height: 12px;
  margin-top: 5px;
  border: 4px solid #e1efff;
}
.confirmed-screen .route-dot.orange {
  position: relative;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  border: 0;
  border-radius: 50% 50% 50% 0;
  background: var(--orange);
  transform: rotate(-45deg);
}
.confirmed-screen .route-dot.orange::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: #fff;
}
.confirmed-screen .route-line {
  height: 24px;
  margin: -1px 0 -1px 13px;
  border-left: 1px dashed #d5deea;
}
.payment-status-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 49px;
  margin-bottom: 8px;
  padding: 9px 12px;
  background: #f5fff9;
}
.payment-status-card > div + div {
  padding-left: 13px;
  border-left: 1px solid #d7eadf;
}
.payment-status-card h3 {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 2px;
  font-size: 11px;
}
.payment-status-card h3 .icon {
  width: 12px;
  height: 12px;
  color: #10a65a;
}
.confirmed-screen .driver-card {
  grid-template-columns: 66px minmax(0, 1fr) 90px;
  gap: 8px;
  margin-bottom: 8px;
  padding: 9px;
}
.driver-photo {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 24%, #f4c39c 0 12px, transparent 13px),
    linear-gradient(#112641 0 38%, transparent 39%),
    radial-gradient(circle at 50% 52%, #f4c39c 0 19px, transparent 20px),
    linear-gradient(135deg, #1b416c 0 52%, #f6f8fb 53%);
  box-shadow: inset 0 0 0 1px #dce5ef;
}
.confirmed-screen .driver-status {
  color: #10a65a;
  font-size: 8.5px;
  font-weight: 900;
}
.confirmed-screen .star {
  color: #ffb300;
}
.confirmed-screen .driver-card h2 {
  margin: 1px 0;
  font-size: 12px;
}
.confirmed-screen .driver-card h3 {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  font-size: 9.5px;
}
.confirmed-screen .driver-card h3 .icon {
  width: 12px;
  height: 12px;
}
.confirmed-screen .chip {
  display: inline-flex;
  margin-top: 5px;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 7.5px;
}
.confirmed-screen .eta {
  margin-bottom: 6px;
  padding: 8px 6px;
  border-color: #bdebd1;
  border-radius: 6px;
  background: #eafff3;
  font-size: 9px;
}
.confirmed-screen .eta strong {
  font-size: 14px;
  line-height: 1.05;
}
.confirmed-screen .eta small {
  display: block;
  font-size: 7.5px;
}
.confirmed-screen .button-pair {
  gap: 5px;
}
.confirmed-screen .button-pair .secondary {
  min-height: 27px;
  border-radius: 5px;
  color: var(--orange);
  font-size: 8.5px;
  gap: 3px;
}
.confirmed-screen .button-pair .secondary .icon {
  width: 11px;
  height: 11px;
}
.confirmed-screen .progress {
  min-height: 58px;
  margin-bottom: 8px;
  padding: 9px 5px 7px;
  border-radius: 7px;
}
.confirmed-screen .step-dot {
  gap: 4px;
  font-size: 7.5px;
}
.confirmed-screen .step-dot::before {
  top: 13px;
  border-top: 1px dashed #bac6d5;
}
.confirmed-screen .step-dot .circle {
  width: 25px;
  height: 25px;
}
.confirmed-screen .step-dot .circle .icon {
  width: 13px;
  height: 13px;
}
.confirmed-screen .step-dot small {
  font-size: 7px;
}
.confirmed-screen .map.mini {
  min-height: 137px;
  margin-bottom: 8px;
  border-radius: 7px;
}
.confirmed-screen .map-float {
  right: 9px;
  top: 13px;
  gap: 7px;
}
.confirmed-screen .map-float .icon-btn {
  min-width: 27px;
  width: 27px;
  height: 27px;
  border: 1px solid #dfe6f0;
  box-shadow: 0 4px 10px rgba(7,31,73,.1);
}
.track-driver-button {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 16px;
  gap: 8px;
  align-items: center;
  min-height: 50px;
  margin-top: 0;
  padding: 7px 11px;
  border-color: var(--orange);
  border-radius: 7px;
  color: var(--orange);
  text-align: left;
}
.track-driver-button > .icon:first-child {
  width: 25px;
  height: 25px;
  padding: 5px;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
}
.track-driver-button strong {
  display: block;
  color: var(--orange);
  font-size: 12.5px;
  line-height: 1.15;
}
.track-driver-button small {
  display: block;
  margin-top: 2px;
  color: #60708d;
  font-size: 8.5px;
}
.confirmed-screen .safe-note {
  justify-content: center;
  gap: 5px;
  margin-top: 7px;
  font-size: 8.5px;
}
.confirmed-screen .safe-note .icon {
  width: 12px;
  height: 12px;
}

.tracking-screen {
  width: min(100% + 12px, 390px);
  margin: 0 auto;
  padding: 0 0 8px;
}
.tracking-screen .topbar {
  min-height: 39px;
  margin: 0 -16px 8px;
  padding-top: max(4px, env(safe-area-inset-top));
  padding-right: max(8px, env(safe-area-inset-right));
  padding-bottom: 4px;
  padding-left: max(8px, env(safe-area-inset-left));
  border-bottom: 0;
  background: #fff;
  backdrop-filter: none;
}
.tracking-screen .topbar.centered .left-actions,
.tracking-screen .topbar.centered .right-actions {
  top: 6px;
}
.tracking-screen .icon-btn {
  min-width: 28px;
  width: 28px;
  height: 28px;
  border: 0;
  box-shadow: none;
}
.tracking-screen .icon {
  width: 15px;
  height: 15px;
  stroke-width: 2.25;
}
.tracking-screen .brand-img {
  width: 116px;
}
.tracking-screen .notif-dot {
  right: 5px;
  top: 4px;
  width: 6px;
  height: 6px;
}
.tracking-screen h1 {
  margin: 0 0 2px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.08;
  font-weight: 900;
}
.tracking-screen .subhead {
  margin-bottom: 7px;
  color: #61708c;
  font-size: 9.5px;
  line-height: 1.3;
}
.tracking-screen .subhead .link {
  color: var(--orange);
  font-size: inherit;
  font-weight: 850;
}
.tracking-screen .card {
  border-color: #dfe6f0;
  border-radius: 7px;
  box-shadow: 0 3px 10px rgba(7,31,73,.025);
}
.tracking-screen p {
  color: #61708c;
  font-size: 9.2px;
  line-height: 1.32;
}
.tracking-screen h2 {
  color: var(--navy);
  font-size: 12.5px;
  line-height: 1.15;
  font-weight: 900;
}
.tracking-screen h3 {
  color: var(--navy);
  font-size: 10.5px;
  line-height: 1.25;
  font-weight: 900;
}
.tracking-screen .map.large {
  min-height: 380px;
  margin: 0 0 8px;
  border-radius: 7px;
}
.tracking-screen .map-float {
  right: 9px;
  top: 14px;
  transform: none;
  gap: 7px;
}
.tracking-screen .map-float .icon-btn {
  min-width: 27px;
  width: 27px;
  height: 27px;
  border: 1px solid #dfe6f0;
  background: #fff;
  box-shadow: 0 4px 10px rgba(7,31,73,.1);
}
.tracking-screen .callout {
  padding: 7px 8px;
  border-radius: 6px;
  color: #263a59;
  font-size: 8px;
  line-height: 1.25;
  box-shadow: 0 8px 18px rgba(7,31,73,.12);
}
.tracking-screen .callout strong {
  margin-bottom: 2px;
  color: #126dff;
  font-size: 8.5px;
}
.tracking-screen .callout b {
  display: block;
  color: #263a59;
  font-size: 8px;
}
.tracking-screen .callout:nth-of-type(4) strong {
  color: var(--orange);
}
.simple-tracking-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 64px;
  margin-bottom: 8px;
  padding: 10px 12px;
}
.simple-tracking-card .icon-tile {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
.simple-tracking-card h2 {
  margin: 1px 0;
  color: var(--orange);
  font-size: 15px;
}
.simple-tracking-card small,
.simple-driver-card small {
  color: #61708c;
  font-size: 8.5px;
  font-weight: 750;
}
.simple-driver-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 78px;
  gap: 9px;
  align-items: center;
  min-height: 72px;
  margin-bottom: 8px;
  padding: 10px;
}
.simple-driver-card .driver-photo {
  width: 46px;
  height: 46px;
}
.simple-driver-card h2 {
  margin-bottom: 4px;
  font-size: 13px;
}
.simple-driver-card p {
  display: flex;
  align-items: center;
  gap: 4px;
}
.simple-driver-card p .icon {
  width: 12px;
  height: 12px;
}
.simple-driver-card .secondary {
  min-height: 34px;
  border-radius: 6px;
  color: var(--orange);
  font-size: 10px;
  gap: 5px;
}
.simple-driver-card .secondary .icon {
  width: 13px;
  height: 13px;
}
.tracking-screen .progress {
  min-height: 58px;
  margin-bottom: 8px;
  padding: 9px 5px 7px;
  border-radius: 7px;
}
.tracking-screen .step-dot {
  gap: 4px;
  font-size: 7.5px;
}
.tracking-screen .step-dot::before {
  top: 13px;
  border-top: 1px dashed #bac6d5;
}
.tracking-screen .step-dot .circle {
  width: 25px;
  height: 25px;
}
.tracking-screen .step-dot .circle .icon {
  width: 13px;
  height: 13px;
}
.tracking-screen .step-dot small {
  font-size: 7px;
}
.tracking-screen .driver-card {
  grid-template-columns: 62px minmax(0, 1fr) 90px;
  gap: 8px;
  margin-bottom: 8px;
  padding: 9px;
}
.tracking-screen .driver-photo {
  width: 54px;
  height: 54px;
}
.tracking-screen .driver-status {
  display: none;
}
.tracking-screen .driver-card h2 {
  margin-bottom: 3px;
  font-size: 13px;
}
.tracking-screen .star {
  color: #ffb300;
}
.tracking-screen .driver-card h3 {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 5px;
  font-size: 9.5px;
}
.tracking-screen .driver-card h3 .icon {
  width: 12px;
  height: 12px;
}
.tracking-screen .chip {
  display: inline-flex;
  margin-top: 5px;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 7.5px;
}
.tracking-screen .eta {
  display: none;
}
.tracking-screen .button-pair {
  grid-template-columns: 1fr;
  gap: 8px;
}
.tracking-screen .button-pair .secondary {
  min-height: 34px;
  border-radius: 6px;
  color: var(--orange);
  font-size: 10px;
  gap: 5px;
}
.tracking-screen .button-pair .secondary .icon {
  width: 14px;
  height: 14px;
}
.tracking-payment-card {
  margin-bottom: 8px;
  padding: 10px 11px;
}
.tracking-payment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}
.tracking-payment-head .link {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--orange);
  font-size: 8.5px;
  font-weight: 850;
}
.tracking-payment-head .link .icon {
  width: 10px;
  height: 10px;
}
.tracking-payment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.tracking-payment-grid > div + div {
  padding-left: 13px;
  border-left: 1px solid #e1e8f1;
}
.tracking-payment-card .price {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 3px;
  font-size: 20px;
  line-height: 1;
}
.tracking-payment-card .price.paid {
  color: #10a65a;
}
.tracking-payment-card .price .icon {
  width: 13px;
  height: 13px;
}
.tracking-payment-card .price.orange {
  font-size: 20px;
}
.tracking-payment-card p:last-child {
  margin-top: 3px;
  font-size: 8px;
}
.tracking-screen .safe-note.card {
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  margin: 0;
  padding: 9px;
  font-size: 8.5px;
  font-weight: 800;
}
.tracking-screen .safe-note .icon {
  width: 14px;
  height: 14px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 82px;
  z-index: 80;
  max-width: 360px;
  width: calc(100% - 40px);
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
  padding: 12px 16px;
  border-radius: var(--radius);
  color: #fff;
  background: rgba(7,31,73,.94);
  box-shadow: var(--shadow);
  transition: .25s ease;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.sheet {
  position: fixed;
  inset: auto 0 0;
  z-index: 70;
  max-width: 520px;
  margin: auto;
  padding: 18px;
  border-radius: 18px 18px 0 0;
  background: #fff;
  box-shadow: 0 -20px 60px rgba(7,31,73,.22);
}
.service-sheet {
  display: grid;
  gap: 12px;
}
.service-option {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 28px;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 12px;
  border: 1px solid #ffb995;
  border-radius: var(--radius);
  background: #fff7f2;
  text-align: left;
}
.service-option .icon-tile {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}
.service-option h3 {
  font-size: 16px;
  margin-bottom: 2px;
}
.service-option p {
  font-size: 12px;
}
.selected-check {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
}
.selected-check .icon {
  width: 15px;
  height: 15px;
}
.option-sheet {
  display: grid;
  gap: 12px;
}
.dropdown-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 70;
  width: min(calc(100vw - 32px), 340px);
  transform: translate(-50%, -50%);
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(7,31,73,.28);
}
.dropdown-modal h2 {
  font-size: 17px;
}
.payment-modal {
  width: min(calc(100vw - 28px), 360px);
  padding: 12px;
  border-radius: 12px;
}
.payment-confirm-modal {
  display: grid;
  gap: 10px;
  width: min(calc(100vw - 28px), 340px);
  padding: 12px;
  border-radius: 12px;
}
.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.payment-modal .modal-head h2 {
  font-size: 14px;
  font-weight: 900;
}
.payment-confirm-modal .modal-head h2 {
  font-size: 14px;
  font-weight: 900;
}
.payment-modal .modal-head .icon-btn,
.payment-confirm-modal .modal-head .icon-btn {
  width: 28px;
  min-width: 28px;
  height: 28px;
  box-shadow: none;
}
.payment-modal-list {
  display: grid;
  gap: 8px;
}
.payment-modal .payment-option {
  display: grid;
  grid-template-columns: 24px 41px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 52px;
  width: 100%;
  margin: 0;
  padding: 7px 9px;
  border: 1px solid #dfe6f0;
  border-radius: 7px;
  background: #fff;
}
.payment-modal .payment-option.active {
  border-color: var(--orange);
  background: #fff8f4;
  box-shadow: 0 3px 10px rgba(255,90,10,.07);
}
.confirm-payment-card {
  display: grid;
  grid-template-columns: 24px 41px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 52px;
  padding: 7px 9px;
  border: 1px solid var(--orange);
  border-radius: 7px;
  background: #fff8f4;
}
.selected-payment-card .radio,
.payment-modal .radio,
.payment-confirm-modal .radio {
  width: 15px;
  height: 15px;
  border: 1.5px solid #c2cedd;
  border-radius: 50%;
}
.selected-payment-card .radio,
.payment-modal .payment-option.active .radio,
.payment-confirm-modal .radio {
  border: 4px solid var(--orange);
}
.payment-modal .payment-copy h3,
.selected-payment-card .payment-copy h3,
.payment-confirm-modal .payment-copy h3 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 3px;
  color: var(--navy);
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 900;
}
.payment-modal .payment-copy p,
.selected-payment-card .payment-copy p,
.payment-confirm-modal .payment-copy p {
  color: #61708c;
  font-size: 9.2px;
  line-height: 1.32;
}
.confirm-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
  border-top: 1px dashed #c7d1df;
  border-bottom: 1px dashed #c7d1df;
}
.confirm-total span {
  color: #60708d;
  font-size: 10px;
  font-weight: 800;
}
.confirm-total strong {
  color: var(--orange);
  font-size: 16px;
  font-weight: 950;
}
.payment-confirm-modal p {
  color: #61708c;
  font-size: 9.5px;
  line-height: 1.4;
}
.payment-confirm-modal .primary {
  min-height: 38px;
  border-radius: 7px;
  font-size: 11px;
}
.payment-confirm-modal .primary .icon {
  width: 14px;
  height: 14px;
}
.option-list {
  display: grid;
  gap: 8px;
}
.option-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  width: 100%;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}
.option-row.selected {
  border-color: var(--orange);
  background: #fff7f2;
  color: var(--orange);
}
.option-row .icon {
  width: 18px;
  height: 18px;
}
.scrim { position: fixed; inset: 0; z-index: 60; background: rgba(7,31,73,.35); }
.hidden { display: none !important; }
.footer-spacer { height: 12px; }
.safe-note { justify-content: center; margin-top: 14px; font-size: 12px; }

.driver-brand {
  flex-direction: column;
  gap: 0;
}

.driver-brand span {
  margin-top: -11px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.driver-login-screen .brand.big {
  margin-bottom: 5px;
}

.driver-login-screen .hero-illustration {
  min-height: clamp(164px, 35vh, 218px);
  margin-bottom: 12px;
}

.driver-login-screen .driver-hero-img {
  width: min(100%, 332px);
  max-height: 218px;
}

.driver-login-options {
  justify-content: space-between;
}

.remember-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  padding: 4px 0;
  color: var(--muted);
  font-size: 11.5px;
  font-weight: 700;
}

.remember-toggle .check {
  flex: none;
}

.driver-register-screen {
  padding-inline: 0;
}

.driver-register-screen .brand.big {
  margin: 2px 0 0;
}

.driver-register-screen .driver-brand span {
  margin-top: -12px;
}

.driver-register-screen .hero-illustration {
  min-height: 183px;
  margin: 0 0 7px;
}

.driver-register-screen .driver-register-hero-img {
  width: min(100%, 336px);
  max-height: 184px;
}

.driver-register-screen h1 {
  margin-bottom: 4px;
  font-size: 22px;
  line-height: 1.05;
  font-weight: 900;
}

.driver-register-screen .subhead {
  margin-bottom: 12px;
  font-size: 11.5px;
  line-height: 1.25;
}

.driver-register-form {
  gap: 8px;
}

.driver-register-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.driver-register-field {
  min-height: 43px;
  grid-template-columns: 23px minmax(0, 1fr);
  gap: 6px;
  padding: 7px 8px;
  border-color: #dfe5ee;
  border-radius: 7px;
  box-shadow: 0 2px 9px rgba(7,31,73,.025);
}

.driver-register-field label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.driver-register-field .field-icon {
  display: grid;
  place-items: center;
}

.driver-register-field .field-icon .icon {
  width: 16px;
  height: 16px;
  color: #31405c;
  stroke-width: 2.05;
}

.driver-register-field .input-shell {
  min-height: 27px;
  gap: 3px;
}

.driver-register-field .input-shell input {
  min-width: 0;
  padding: 0 2px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.driver-register-field .input-shell input::placeholder {
  color: #6f7b90;
}

.driver-register-field .toggle-eye {
  width: 24px;
  height: 24px;
  padding: 0;
  flex: none;
}

.driver-register-field .toggle-eye .icon,
.driver-register-field .inside-icon .icon {
  width: 15px;
  height: 15px;
  color: #52627b;
}

.driver-prefix {
  order: -1;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding-right: 6px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.driver-prefix::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 4px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

.driver-select-field {
  width: 100%;
  text-align: left;
}

.driver-select-field .inside-icon {
  padding: 0;
}

.driver-section-title {
  margin: 4px 0 0;
  font-size: 11.5px;
  line-height: 1.2;
  font-weight: 900;
}

.driver-upload-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.driver-upload-card {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 73px;
  padding: 7px 4px 6px;
  border: 1px dashed #b8c8dc;
  border-radius: 7px;
  color: var(--navy);
  background: #fff;
  text-align: center;
}

.driver-upload-card.uploaded {
  border-style: solid;
  border-color: var(--orange);
  background: #fff7f2;
}

.driver-upload-card .icon {
  width: 22px;
  height: 22px;
  margin-bottom: 4px;
  color: var(--navy);
}

.driver-upload-card strong {
  display: block;
  min-height: 24px;
  color: var(--navy);
  font-size: 9.5px;
  line-height: 1.15;
  font-weight: 900;
}

.driver-upload-card span {
  margin-top: 3px;
  color: #6f7b90;
  font-size: 7.5px;
  line-height: 1.1;
  font-weight: 700;
}

.driver-terms {
  align-items: center;
  gap: 8px;
  margin: 1px 0 2px;
  font-size: 10.5px;
  line-height: 1.25;
}

.driver-terms .check {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  flex: none;
}

.driver-terms .check .icon {
  width: 12px;
  height: 12px;
}

.driver-create-submit {
  position: relative;
  min-height: 42px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 850;
}

.driver-create-submit .icon {
  position: absolute;
  right: 16px;
  width: 21px;
  height: 21px;
}

.driver-register-switch {
  margin-top: 3px;
  font-size: 10.5px;
}

.driver-option-sheet {
  display: grid;
  gap: 12px;
  padding: 15px;
  border-radius: 15px 15px 0 0;
}

.driver-option-sheet h2 {
  font-size: 15px;
  line-height: 1.15;
  font-weight: 950;
}

.driver-radio-list {
  display: grid;
  gap: 8px;
}

.driver-radio-row {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 18px;
  gap: 9px;
  align-items: center;
  min-height: 42px;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #dfe5ee;
  border-radius: 7px;
  color: var(--navy);
  background: #fff;
  text-align: left;
  font-size: 12px;
  font-weight: 850;
}

.driver-radio-row.selected {
  border-color: var(--orange);
  background: #fff7f2;
}

.driver-radio-dot {
  width: 16px;
  height: 16px;
  border: 1.5px solid #b9c7da;
  border-radius: 50%;
}

.driver-radio-row.selected .driver-radio-dot {
  border: 4px solid var(--orange);
}

.driver-radio-row .icon {
  width: 16px;
  height: 16px;
  color: var(--orange);
  stroke-width: 2.6;
}

.driver-home-screen {
  width: min(100% + 12px, 390px);
  margin: 0 auto;
  padding: 0 0 100px;
}

.driver-home-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
  align-items: start;
  min-height: 52px;
  margin: 0 -16px 6px;
  padding: max(4px, env(safe-area-inset-top)) 16px 3px;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
}

.driver-icon-button {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--navy);
}

.driver-icon-button .icon {
  width: 22px;
  height: 22px;
  stroke-width: 2.5;
}

.driver-home-brand {
  display: inline-grid;
  justify-items: center;
  justify-self: center;
  line-height: 0;
}

.driver-home-brand .brand-img {
  width: 134px;
}

.driver-home-brand span {
  margin-top: -6px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.driver-icon-button.notification {
  position: relative;
  justify-self: end;
}

.driver-icon-button.notification span {
  position: absolute;
  right: 1px;
  top: 0;
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #ff2b14;
  font-size: 9px;
  font-weight: 900;
}

.driver-profile-row {
  display: grid;
  grid-template-columns: 61px minmax(0, 1fr) 86px;
  gap: 9px;
  align-items: center;
  margin-bottom: 4px;
}

.driver-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 28%, #f2c095 0 12px, transparent 13px),
    linear-gradient(#0b2348 0 35%, transparent 36%),
    radial-gradient(circle at 50% 53%, #f2c095 0 18px, transparent 19px),
    linear-gradient(135deg, #172f58 0 52%, #f4f8fc 53%);
  box-shadow: inset 0 0 0 1px #dce5ef, 0 5px 14px rgba(7,31,73,.09);
}

.driver-greeting p {
  color: #5f6f91;
  font-size: 10.5px;
  line-height: 1.2;
}

.driver-greeting h1 {
  margin: 2px 0 3px;
  font-size: 17px;
  line-height: 1.05;
  font-weight: 900;
}

.driver-rating {
  display: flex;
  align-items: center;
  gap: 3px;
  color: var(--navy);
  font-size: 11px;
  font-weight: 900;
}

.driver-rating span {
  color: #ffb300;
}

.driver-rating small {
  color: #647491;
  font-size: 10px;
  font-weight: 700;
}

.driver-status-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 37px;
  padding: 0 8px;
  border: 1px solid #bfe8cf;
  border-radius: 999px;
  color: var(--navy);
  background: #fff;
  font-size: 11px;
  font-weight: 850;
  box-shadow: 0 3px 12px rgba(16,166,90,.11);
}

.driver-status-toggle.offline {
  border-color: #d6dde8;
  color: #60718b;
  box-shadow: 0 3px 12px rgba(96,113,139,.08);
}

.driver-status-toggle span {
  position: relative;
  width: 31px;
  height: 20px;
  border-radius: 999px;
  background: #17c766;
  transition: background .18s ease;
}

.driver-status-toggle.offline span {
  background: #a8b3c3;
}

.driver-status-toggle span::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  transition: transform .18s ease;
}

.driver-status-toggle.offline span::after {
  transform: translateX(-11px);
}

.driver-online-note {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 7px;
  margin: 0 7px 10px 0;
  color: #586986;
  font-size: 11px;
  font-weight: 700;
}

.driver-online-note span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #17c766;
}

.driver-online-note.offline {
  color: #7b899f;
}

.driver-online-note.offline span {
  background: #a8b3c3;
}

.driver-metric-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-bottom: 8px;
}

.driver-metric-card {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 7px;
  min-height: 88px;
  padding: 12px 8px 9px;
  border: 1px solid #dfe5ee;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(7,31,73,.035);
  text-align: left;
  grid-column: span 2;
}

.driver-metric-card:nth-child(4) {
  grid-column: 1 / span 3;
}

.driver-metric-card:nth-child(5) {
  grid-column: 4 / span 3;
}

.driver-metric-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  color: #fff;
  background: var(--navy);
}

.driver-metric-icon.green { background: #14b85e; }
.driver-metric-icon.orange { background: var(--orange); }
.driver-metric-icon.blue { background: #1478ff; }

.driver-metric-icon .icon {
  width: 15px;
  height: 15px;
  stroke-width: 2.4;
}

.driver-metric-card small,
.driver-metric-card em {
  display: block;
  color: #53647f;
  font-size: 9.5px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 750;
}

.driver-metric-card strong {
  display: block;
  margin: 8px 0 6px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1;
  font-weight: 950;
}

.driver-metric-card em .icon {
  width: 10px;
  height: 10px;
  vertical-align: -2px;
}

.driver-fare-card {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 19px;
  gap: 10px;
  align-items: center;
  min-height: 76px;
  width: 100%;
  margin-bottom: 13px;
  padding: 9px 10px;
  border: 1px solid #dfe5ee;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(7,31,73,.035);
  text-align: left;
}

.driver-fare-card img {
  width: 73px;
  height: 45px;
  object-fit: contain;
}

.driver-fare-card strong {
  display: block;
  margin-bottom: 3px;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.15;
  font-weight: 900;
}

.driver-fare-card small {
  color: #5f6f91;
  font-size: 10.3px;
  line-height: 1.35;
  font-weight: 650;
}

.driver-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.driver-section-head h2 {
  color: var(--navy);
  font-size: 15px;
  line-height: 1.15;
  font-weight: 950;
}

.driver-section-head .link {
  color: var(--orange);
  font-size: 10px;
}

.driver-section-head .link:disabled {
  color: #a8b3c3;
  cursor: default;
}

.driver-job-card {
  position: relative;
  margin-bottom: 9px;
  padding: 10px 10px 9px;
  border: 1px solid #dfe5ee;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(7,31,73,.035);
}

.driver-job-card.disabled {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 190px;
  align-content: center;
  padding: 22px 18px;
  border-style: dashed;
  background: #f8fafc;
  text-align: center;
}

.driver-offline-card-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #7b899f;
  background: #edf1f6;
}

.driver-offline-card-icon .icon {
  width: 22px;
  height: 22px;
}

.driver-job-card.disabled h2 {
  margin: 2px 0 0;
  color: #071f49;
  font-size: 16px;
  font-weight: 950;
}

.driver-job-card.disabled p {
  max-width: 250px;
  color: #60718b;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 650;
}

.driver-job-card.disabled .secondary {
  width: auto;
  min-height: 34px;
  margin-top: 4px;
  padding: 0 18px;
  border-radius: 7px;
  color: #fff;
  background: #ff5a0a;
  font-size: 11px;
  font-weight: 900;
}

.driver-job-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
}

.driver-job-top span {
  padding: 4px 9px;
  border-radius: 4px;
  color: #116bff;
  background: #eaf2ff;
  font-size: 8px;
  font-weight: 950;
}

.driver-job-top small {
  color: #61708c;
  font-size: 8.5px;
  font-weight: 750;
}

.driver-job-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(124px, 1fr);
  gap: 10px;
}

.driver-route-point {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  gap: 7px;
  align-items: start;
}

.driver-route-point .icon {
  width: 22px;
  height: 22px;
  margin-top: 1px;
  color: var(--orange);
  fill: none;
}

.driver-route-point.destination .icon {
  color: var(--navy);
}

.driver-route-point small,
.driver-route-point em {
  display: block;
  color: #687894;
  font-size: 8.5px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
}

.driver-route-point strong {
  display: block;
  color: var(--navy);
  font-size: 13px;
  line-height: 1.12;
  font-weight: 950;
}

.driver-route-line {
  height: 25px;
  margin: 1px 0 1px 10px;
  border-left: 1.5px dashed #c3cedd;
}

.driver-route > p {
  margin-top: 9px;
  color: #667791;
  font-size: 8.5px;
  line-height: 1.25;
  font-weight: 700;
}

.driver-job-details {
  display: grid;
  gap: 8px;
  padding-top: 2px;
}

.driver-job-details p {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 5px;
  align-items: center;
  color: #5d6d88;
  font-size: 8.5px;
  line-height: 1.2;
}

.driver-job-details .icon {
  width: 14px;
  height: 14px;
  color: var(--navy);
  stroke-width: 2.3;
}

.driver-job-details strong {
  color: var(--navy);
  font-size: 8.5px;
  font-weight: 950;
  white-space: nowrap;
}

.driver-job-details strong.orange {
  color: var(--orange);
}

.driver-go-job {
  width: 150px;
  min-height: 38px;
  margin-top: 12px;
  border-radius: 7px;
  font-size: 12.5px;
  font-weight: 850;
}

.driver-go-job .icon {
  width: 18px;
  height: 18px;
}

.driver-home-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 10px;
}

.driver-home-actions .secondary {
  min-height: 43px;
  border-color: #b7c6da;
  border-radius: 7px;
  font-size: 11.5px;
  font-weight: 900;
}

.driver-home-actions .secondary .icon {
  width: 16px;
  height: 16px;
}

.driver-bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
  width: min(100vw, 520px);
  padding: 8px max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
  transform: translateX(-50%);
  border-top: 1px solid #dfe5ee;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(14px);
  box-shadow: 0 -8px 24px rgba(7,31,73,.08);
}

.driver-flow-screen,
.driver-request-screen,
.driver-home-screen,
.driver-placeholder-screen,
.driver-profile-screen,
.driver-earnings-screen,
.driver-jobs-screen,
.driver-inbox-screen {
  padding-bottom: calc(92px + env(safe-area-inset-bottom)) !important;
}

.driver-flow-screen .flow-main-button:last-child,
.driver-request-actions,
.driver-home-actions {
  margin-bottom: 4px;
}

.driver-nav-item {
  display: grid;
  justify-items: center;
  gap: 3px;
  min-height: 46px;
  padding: 5px 2px;
  border-radius: 7px;
  color: #647491;
  font-size: 9px;
  font-weight: 850;
}

.driver-nav-item .icon {
  width: 20px;
  height: 20px;
  stroke-width: 2.25;
}

.driver-nav-item.active {
  color: var(--orange);
  background: #fff2eb;
}

.driver-earnings-screen {
  width: min(100% + 12px, 390px);
  margin: 0 auto;
  color: #071f49;
  background: #fff;
}

.earnings-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 66px;
  padding: 9px 2px 12px;
}

.earnings-top h1 {
  margin: 0 0 4px;
  color: #071f49;
  font-size: 25px;
  line-height: 1.05;
  font-weight: 950;
}

.earnings-top p {
  color: #60718b;
  font-size: 11.5px;
  line-height: 1.35;
  font-weight: 650;
}

.earnings-top button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid #dfe5ee;
  border-radius: 999px;
  color: #ff5a0a;
  background: #fff;
  font-size: 10px;
  font-weight: 900;
}

.earnings-top button .icon {
  width: 14px;
  height: 14px;
}

.earnings-balance-card,
.earnings-remit-card,
.earnings-trip-list,
.earnings-stat-grid span {
  border: 1px solid #dfe5ee;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(7,31,73,.035);
}

.earnings-balance-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  gap: 12px;
  align-items: end;
  margin-bottom: 10px;
  padding: 16px 15px;
  background: linear-gradient(120deg, #fff6ed, #fff);
}

.earnings-balance-card small,
.earnings-remit-card small,
.earnings-stat-grid small {
  color: #60718b;
  font-size: 10px;
  font-weight: 800;
}

.earnings-balance-card strong {
  display: block;
  margin-top: 6px;
  color: #071f49;
  font-size: 29px;
  line-height: 1;
  font-weight: 950;
}

.earnings-balance-card p,
.earnings-remit-card p {
  margin-top: 5px;
  color: #60718b;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 650;
}

.earnings-balance-card em {
  display: grid;
  justify-items: center;
  gap: 1px;
  padding: 8px 6px;
  border-radius: 7px;
  color: #119754;
  background: #e8f9ef;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
}

.earnings-balance-card em .icon {
  width: 16px;
  height: 16px;
}

.earnings-balance-card em small {
  color: #119754;
  font-size: 8px;
}

.earnings-remit-card {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 70px;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  padding: 12px;
}

.earnings-remit-card > span {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  color: #ff5a0a;
  background: #fff2eb;
}

.earnings-remit-card .icon {
  width: 19px;
  height: 19px;
}

.earnings-remit-card strong {
  display: block;
  margin-top: 3px;
  color: #071f49;
  font-size: 17px;
  font-weight: 950;
}

.earnings-remit-card button {
  min-height: 34px;
  border-radius: 7px;
  color: #fff;
  background: #ff5a0a;
  font-size: 10px;
  font-weight: 900;
}

.earnings-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 13px;
}

.earnings-stat-grid span {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 66px;
  padding: 11px;
}

.earnings-stat-grid .icon {
  grid-row: span 2;
  width: 28px;
  height: 28px;
  padding: 7px;
  border-radius: 8px;
  color: #ff5a0a;
  background: #fff2eb;
}

.earnings-stat-grid .blue .icon { color: #1d76ff; background: #eef5ff; }
.earnings-stat-grid .navy .icon { color: #071f49; background: #eef2f7; }
.earnings-stat-grid .green .icon { color: #119754; background: #e8f9ef; }

.earnings-stat-grid strong {
  color: #071f49;
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
}

.earnings-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2px 3px 8px;
}

.earnings-section-head h2 {
  color: #071f49;
  font-size: 13px;
  font-weight: 950;
}

.earnings-section-head .link {
  color: #ff5a0a;
  font-size: 10px;
  font-weight: 900;
}

.earnings-trip-list {
  overflow: hidden;
}

.earnings-trip-list button {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr) 78px 16px;
  gap: 8px;
  align-items: center;
  width: 100%;
  min-height: 63px;
  padding: 10px 12px;
  text-align: left;
}

.earnings-trip-list button + button {
  border-top: 1px solid #edf1f6;
}

.earnings-trip-list button > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #ff5a0a;
  background: #fff2eb;
}

.earnings-trip-list button > span .icon {
  width: 15px;
  height: 15px;
}

.earnings-trip-list b {
  color: #071f49;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 900;
}

.earnings-trip-list small {
  display: block;
  margin-top: 4px;
  color: #7b899f;
  font-size: 8.5px;
  font-weight: 700;
}

.earnings-trip-list strong {
  justify-self: end;
  color: #071f49;
  text-align: right;
  font-size: 11px;
  font-weight: 950;
}

.earnings-trip-list em {
  display: inline-block;
  margin-top: 4px;
  padding: 3px 5px;
  border-radius: 4px;
  color: #1d76ff;
  background: #eef5ff;
  font-size: 7.8px;
  font-style: normal;
  font-weight: 850;
}

.earnings-trip-list em.cash {
  color: #ff8a00;
  background: #fff2df;
}

.earnings-trip-list button > .icon {
  width: 15px;
  height: 15px;
  color: #7f8da4;
}

.driver-jobs-screen {
  width: min(100% + 12px, 390px);
  margin: 0 auto;
  color: #071f49;
  background: #fff;
}

.jobs-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 66px;
  padding: 9px 2px 12px;
}

.jobs-top h1 {
  margin: 0 0 4px;
  color: #071f49;
  font-size: 25px;
  line-height: 1.05;
  font-weight: 950;
}

.jobs-top p {
  color: #60718b;
  font-size: 11.5px;
  line-height: 1.35;
  font-weight: 650;
}

.jobs-top button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  background: #ff5a0a;
  font-size: 10px;
  font-weight: 900;
}

.jobs-top button .icon {
  width: 14px;
  height: 14px;
}

.jobs-summary-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

.jobs-summary-row span,
.job-card {
  border: 1px solid #dfe5ee;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(7,31,73,.035);
}

.jobs-summary-row span {
  display: grid;
  justify-items: center;
  gap: 4px;
  min-height: 72px;
  padding: 10px 5px;
  text-align: center;
}

.jobs-summary-row .icon {
  width: 26px;
  height: 26px;
  padding: 6px;
  border-radius: 8px;
  color: #ff5a0a;
  background: #fff2eb;
}

.jobs-summary-row small {
  color: #60718b;
  font-size: 9px;
  font-weight: 800;
}

.jobs-summary-row strong {
  color: #071f49;
  font-size: 15px;
  font-weight: 950;
}

.jobs-filter-row {
  display: flex;
  gap: 7px;
  margin: 0 -2px 12px;
  padding: 0 2px 2px;
  overflow-x: auto;
  scrollbar-width: none;
}

.jobs-filter-row::-webkit-scrollbar {
  display: none;
}

.jobs-filter-row button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid #dfe5ee;
  border-radius: 999px;
  color: #60718b;
  background: #fff;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.jobs-filter-row button span {
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  color: #60718b;
  background: #f1f4f8;
  font-size: 9px;
}

.jobs-filter-row button.active {
  border-color: #ff5a0a;
  color: #ff5a0a;
  background: #fff2eb;
}

.jobs-filter-row button.active span {
  color: #fff;
  background: #ff5a0a;
}

.jobs-list {
  display: grid;
  gap: 10px;
}

.job-card {
  display: block;
  width: 100%;
  padding: 12px;
  text-align: left;
}

.job-card-head,
.job-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.job-card-head span {
  color: #60718b;
  font-size: 9.5px;
  font-weight: 850;
}

.job-card-head em {
  padding: 4px 7px;
  border-radius: 999px;
  color: #1d76ff;
  background: #eef5ff;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
}

.job-card.active .job-card-head em { color: #ff5a0a; background: #fff2eb; }
.job-card.completed .job-card-head em { color: #119754; background: #e8f9ef; }
.job-card.pending .job-card-head em { color: #1d76ff; background: #eef5ff; }
.job-card.cancelled .job-card-head em { color: #d93222; background: #fff0ee; }

.job-card h2 {
  margin: 7px 0 9px;
  color: #071f49;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 950;
}

.job-route {
  display: grid;
  gap: 7px;
  margin-bottom: 10px;
}

.job-route p {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 7px;
  align-items: start;
  color: #071f49;
  font-size: 10.5px;
  line-height: 1.25;
  font-weight: 750;
}

.job-route .icon {
  width: 17px;
  height: 17px;
  color: #ff5a0a;
}

.job-route p + p .icon {
  color: #119754;
}

.job-route b {
  display: block;
  margin-bottom: 2px;
  color: #60718b;
  font-size: 8.5px;
  font-weight: 850;
}

.job-card-foot {
  padding-top: 10px;
  border-top: 1px solid #edf1f6;
}

.job-card-foot small {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #60718b;
  font-size: 9px;
  font-weight: 800;
}

.job-card-foot small .icon {
  width: 13px;
  height: 13px;
}

.job-card-foot strong {
  color: #071f49;
  text-align: right;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 950;
}

.job-card-foot strong em {
  display: block;
  margin-top: 3px;
  color: #60718b;
  font-size: 8.5px;
  font-style: normal;
  font-weight: 750;
}

.driver-inbox-screen {
  width: min(100% + 12px, 390px);
  margin: 0 auto;
  color: #071f49;
  background: #fff;
}

.inbox-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 66px;
  padding: 9px 2px 12px;
}

.inbox-top h1 {
  margin: 0 0 4px;
  color: #071f49;
  font-size: 25px;
  line-height: 1.05;
  font-weight: 950;
}

.inbox-top p {
  color: #60718b;
  font-size: 11.5px;
  line-height: 1.35;
  font-weight: 650;
}

.inbox-top button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid #dfe5ee;
  border-radius: 999px;
  color: #ff5a0a;
  background: #fff;
  font-size: 10px;
  font-weight: 900;
}

.inbox-top button .icon {
  width: 14px;
  height: 14px;
}

.inbox-rating-summary,
.chat-list,
.rating-list {
  border: 1px solid #dfe5ee;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(7,31,73,.035);
}

.inbox-rating-summary {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 13px;
  padding: 14px;
  background: linear-gradient(120deg, #fff6ed, #fff);
}

.inbox-rating-summary span {
  display: grid;
  justify-items: center;
  gap: 3px;
}

.inbox-rating-summary b {
  color: #071f49;
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
}

.inbox-rating-summary em,
.rating-list span em {
  color: #ffb300;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0;
}

.inbox-rating-summary small {
  color: #60718b;
  font-size: 8.5px;
  font-weight: 800;
}

.inbox-rating-summary p {
  color: #071f49;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 750;
}

.inbox-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3px 3px 8px;
}

.inbox-section-head h2 {
  color: #071f49;
  font-size: 13px;
  font-weight: 950;
}

.inbox-section-head .link {
  color: #ff5a0a;
  font-size: 10px;
  font-weight: 900;
}

.chat-list {
  overflow: hidden;
  margin-bottom: 13px;
}

.chat-list button {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 66px;
  padding: 10px 12px;
  text-align: left;
}

.chat-list button + button {
  border-top: 1px solid #edf1f6;
}

.chat-list i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #071f49, #1b5c9c);
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

.chat-list i.dispatch {
  color: #ff5a0a;
  background: #fff2eb;
}

.chat-list i .icon {
  width: 19px;
  height: 19px;
}

.chat-list strong {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #071f49;
  font-size: 12px;
  font-weight: 950;
}

.chat-list strong small {
  color: #60718b;
  font-size: 8.5px;
  font-weight: 750;
}

.chat-list em {
  display: block;
  margin-top: 5px;
  color: #60718b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-style: normal;
  font-weight: 650;
}

.chat-list button > b {
  display: grid;
  justify-items: end;
  gap: 5px;
  color: #7b899f;
  font-size: 9px;
  font-weight: 850;
}

.chat-list button > b small {
  display: grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  border-radius: 50%;
  color: #fff;
  background: #ff5a0a;
  font-size: 9px;
}

.chat-list .unread strong,
.chat-list .unread em {
  color: #071f49;
}

.rating-list {
  overflow: hidden;
}

.rating-list div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 70px;
  padding: 12px;
}

.rating-list div + div {
  border-top: 1px solid #edf1f6;
}

.rating-list span {
  display: grid;
  justify-items: center;
  gap: 3px;
  padding: 8px 5px;
  border-radius: 8px;
  background: #fff8e8;
}

.rating-list span strong {
  color: #071f49;
  font-size: 20px;
  line-height: 1;
  font-weight: 950;
}

.rating-list p {
  color: #071f49;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 750;
}

.rating-list p small {
  display: block;
  margin-top: 6px;
  color: #7b899f;
  font-size: 8.5px;
  font-weight: 700;
}

.driver-placeholder-screen {
  min-height: 100dvh;
}

.driver-placeholder-card {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 380px;
  padding: 24px 18px;
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 3px 12px rgba(7,31,73,.035);
}

.driver-placeholder-card .driver-metric-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 12px;
}

.driver-placeholder-card .driver-metric-icon .icon {
  width: 24px;
  height: 24px;
}

.driver-placeholder-card h1 {
  margin-bottom: 7px;
  font-size: 24px;
}

.driver-placeholder-card p {
  max-width: 260px;
  font-size: 12px;
}

.driver-request-screen {
  width: min(100% + 12px, 390px);
  margin: 0 auto;
  padding: 0 0 102px;
}

.driver-request-progress {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin: 0 0 13px;
}

.driver-request-progress span {
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange) 0 29%, #e9edf4 29% 100%);
}

.driver-request-progress small {
  color: #8895aa;
  font-size: 10px;
  font-weight: 900;
}

.driver-request-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px;
  gap: 10px;
  align-items: center;
  margin-bottom: 13px;
}

.driver-request-title h1 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.08;
  font-weight: 950;
}

.driver-request-title p {
  color: #6a7896;
  font-size: 10.5px;
  line-height: 1.25;
  font-weight: 750;
}

.driver-request-title > strong {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  justify-self: end;
  border: 4px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  font-size: 18px;
  line-height: 1;
  font-weight: 950;
}

.driver-request-title > strong small {
  color: var(--navy);
  font-size: 8px;
  line-height: 1;
  font-weight: 900;
}

.driver-request-title > strong.expired {
  color: #98a4b7;
  border-color: #c7d1df;
}

.driver-request-card,
.driver-fare-breakdown {
  margin-bottom: 9px;
  padding: 12px 13px 11px;
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(7,31,73,.04);
}

.driver-request-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}

.driver-new-request {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--orange);
  font-size: 9.5px;
  font-weight: 950;
}

.driver-new-request .icon {
  width: 14px;
  height: 14px;
  padding: 2px;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
}

.driver-request-top small {
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--orange);
  background: #fff1eb;
  font-size: 7.8px;
  font-weight: 850;
}

.driver-request-route {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px;
  gap: 10px;
  align-items: center;
  margin-bottom: 13px;
}

.driver-request-point {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.driver-request-point .icon {
  width: 23px;
  height: 23px;
  margin-top: 3px;
  color: var(--orange);
}

.driver-request-point.dropoff .icon {
  color: var(--navy);
}

.driver-request-point small,
.driver-request-point em {
  display: block;
  color: #687894;
  font-size: 8px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 750;
}

.driver-request-point strong {
  display: block;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.08;
  font-weight: 950;
}

.driver-request-dash {
  height: 28px;
  margin: 1px 0 1px 11px;
  border-left: 1.5px dashed #c2ccdc;
}

.driver-distance-chip {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 54px;
  padding: 6px 4px;
  border-radius: 8px;
  background: #f4f7fb;
  color: var(--navy);
}

.driver-distance-chip .icon {
  width: 21px;
  height: 21px;
}

.driver-distance-chip strong {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
}

.driver-distance-chip small {
  color: #61708c;
  font-size: 7.5px;
  font-weight: 800;
}

.driver-request-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  padding: 10px 0;
  border-top: 1px solid #edf1f6;
  border-bottom: 1px solid #edf1f6;
}

.driver-request-summary p {
  min-width: 0;
}

.driver-request-summary .icon {
  width: 13px;
  height: 13px;
  margin-right: 3px;
  color: var(--navy);
  vertical-align: -2px;
}

.driver-request-summary span {
  color: #667791;
  font-size: 7.3px;
  font-weight: 750;
}

.driver-request-summary strong {
  display: block;
  margin-top: 4px;
  color: var(--navy);
  font-size: 8px;
  line-height: 1.2;
  font-weight: 900;
}

.driver-eta-box {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 6px;
  background: #f7f9fc;
}

.driver-eta-box .icon {
  width: 18px;
  height: 18px;
  color: var(--navy);
}

.driver-eta-box small {
  display: block;
  color: #687894;
  font-size: 8px;
  font-weight: 750;
}

.driver-eta-box strong {
  color: var(--navy);
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 950;
}

.driver-fare-breakdown h2 {
  margin: 0 0 9px;
  color: var(--navy);
  font-size: 9.5px;
  line-height: 1.2;
  font-weight: 950;
}

.driver-fare-breakdown p,
.driver-fare-breakdown div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 3px 0;
  color: #647491;
  font-size: 9.5px;
  font-weight: 750;
}

.driver-fare-breakdown strong {
  color: var(--navy);
  font-weight: 900;
}

.driver-fare-breakdown div {
  margin-top: 7px;
  padding-top: 8px;
  border-top: 1px solid #e3e9f2;
  color: var(--navy);
  font-weight: 950;
}

.driver-fare-breakdown .driver-payout {
  margin-top: 0;
  color: var(--orange);
  border-top: 0;
  font-size: 11.5px;
}

.driver-fare-breakdown .driver-payout strong {
  color: var(--orange);
  font-size: 17px;
}

.driver-fare-breakdown .driver-payout .icon {
  width: 12px;
  height: 12px;
  vertical-align: -2px;
}

.driver-request-note,
.driver-expire-note {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 7px 10px 10px;
  color: #63738f;
  text-align: center;
  font-size: 9px;
  line-height: 1.35;
  font-weight: 700;
}

.driver-request-note .icon {
  width: 14px;
  height: 14px;
  flex: none;
}

.driver-request-actions {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 12px;
  margin-bottom: 12px;
}

.driver-request-actions .secondary,
.driver-request-actions .primary {
  min-height: 47px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 900;
}

.driver-request-actions .primary:disabled {
  opacity: .58;
  cursor: not-allowed;
  box-shadow: none;
}

.driver-request-actions .secondary {
  color: var(--navy);
  border-color: #8293af;
}

.driver-request-actions .icon {
  width: 18px;
  height: 18px;
}

.driver-expire-note {
  margin-top: 0;
}

.driver-expire-note span {
  color: var(--orange);
}

.driver-flow-screen,
.driver-profile-screen {
  width: min(100% + 12px, 390px);
  margin: 0 auto;
  padding: 0 0 30px;
}

.driver-flow-header,
.profile-top {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 80px;
  align-items: center;
  min-height: 58px;
  margin: 0 -6px 10px;
  padding: 4px 0;
}

.driver-flow-back {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--navy);
  transform: rotate(180deg);
}

.driver-flow-back .icon,
.driver-flow-support .icon,
.profile-top .icon {
  width: 23px;
  height: 23px;
  stroke-width: 2.4;
}

.driver-flow-header h1 {
  justify-self: center;
  color: var(--navy);
  font-size: 21px;
  line-height: 1;
  font-weight: 950;
}

.driver-flow-step {
  justify-self: end;
  color: #61708c;
  font-size: 14px;
  font-weight: 800;
}

.driver-flow-brand {
  display: grid;
  justify-items: center;
  justify-self: center;
}

.driver-flow-brand .brand-img {
  width: 142px;
}

.driver-flow-brand span {
  margin-top: -5px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.driver-flow-support {
  display: grid;
  justify-items: center;
  color: var(--navy);
  font-size: 10px;
  font-weight: 750;
}

.flow-status-card,
.flow-route-sheet,
.flow-payment-card,
.inspection-info-card,
.checklist-card,
.trip-progress-card,
.trip-stats,
.trip-customer-card,
.trip-fare-card,
.drive-safe-card,
.payment-summary-card,
.cash-payment-card,
.collections-card,
.remit-form-card,
.recent-remit-card,
.profile-list,
.profile-earnings,
.profile-trip-history,
.profile-logout {
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(7,31,73,.035);
}

.flow-status-card {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 17px 18px;
}

.flow-status-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: var(--orange);
  background: #ffe0d2;
}

.flow-status-icon .icon {
  width: 29px;
  height: 29px;
}

.flow-status-card h1,
.trip-progress-card h1 {
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 950;
}

.flow-status-card p {
  color: #61708c;
  font-size: 13px;
  font-weight: 700;
}

.flow-pills {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.flow-pills span,
.trip-progress-card b {
  padding: 7px 14px;
  border-radius: 999px;
  color: #1067ff;
  background: #eaf2ff;
  font-size: 12px;
  font-weight: 850;
}

.flow-pills .orange {
  color: var(--orange);
  background: #fff0e9;
}

.driver-map-scene {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  margin: -12px -16px 0;
  background: #edf3f8;
}

.driver-leaflet-map {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.driver-leaflet-map .leaflet-tile {
  filter: saturate(.72) brightness(1.05);
}

.driver-leaflet-map .leaflet-control-container {
  display: none;
}

.map-eta-card {
  position: absolute;
  left: 14px;
  top: 42px;
  z-index: 3;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 8px;
  align-items: center;
  min-width: 125px;
  min-height: 60px;
  padding: 11px 13px;
  border-radius: 8px;
  color: var(--navy);
  background: rgba(255,255,255,.95);
  box-shadow: 0 8px 24px rgba(7,31,73,.14);
}

.map-eta-card .icon {
  width: 26px;
  height: 26px;
}

.map-eta-card span {
  display: block;
  color: #61708c;
  font-size: 11px;
  font-weight: 800;
}

.map-eta-card strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.1;
  font-weight: 950;
}

.driver-map-scene.trip .map-eta-card {
  left: auto;
  right: 14px;
  top: 18px;
  grid-template-columns: 12px auto;
  min-width: 75px;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 14px;
}

.driver-map-scene.trip .map-eta-card .icon {
  width: 10px;
  height: 10px;
  fill: #19b455;
  color: #19b455;
}

.driver-map-scene.trip .map-eta-card span {
  color: var(--navy);
  font-size: 12px;
}

.driver-map-scene.trip .map-eta-card strong {
  display: none;
}

.map-locate {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 34px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(7,31,73,.14);
}

.driver-leaflet-pin {
  position: relative;
}

.driver-leaflet-pin::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--orange);
  box-shadow: 0 5px 10px rgba(255,90,10,.25);
}

.driver-leaflet-pin.green::before {
  background: #19b455;
  box-shadow: 0 5px 10px rgba(25,180,85,.25);
}

.driver-leaflet-pin::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 11px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}

.driver-leaflet-truck {
  display: grid;
  place-items: center;
  width: 66px !important;
  height: 48px !important;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 18px rgba(7,31,73,.16);
}

.driver-leaflet-truck img {
  width: 58px;
  height: 38px;
  object-fit: contain;
}

.flow-route-sheet {
  position: relative;
  z-index: 3;
  margin-top: -12px;
  padding: 17px 14px;
}

.flow-location-row {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 54px 54px;
  gap: 8px;
  align-items: center;
  padding-bottom: 14px;
}

.flow-location-row + .flow-location-row {
  border-top: 1px solid #e3e9f2;
  padding-top: 14px;
}

.flow-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
}

.flow-dot.blue { background: #126dff; }

.flow-location-row small,
.flow-trip-meta small,
.flow-payment-card small {
  display: block;
  color: #61708c;
  font-size: 10px;
  font-weight: 800;
}

.flow-location-row strong {
  color: var(--navy);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 950;
}

.flow-location-row p,
.flow-customer-row small {
  color: #61708c;
  font-size: 12px;
}

.flow-location-row button,
.trip-customer-card button {
  min-height: 44px;
  border: 1px solid #d7dfeb;
  border-radius: 7px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 850;
}

.flow-customer-row,
.flow-trip-meta,
.trip-stats,
.trip-customer-card {
  display: grid;
  align-items: center;
}

.flow-customer-row {
  grid-template-columns: 30px 1fr auto;
  padding: 12px 10px;
  border: 1px solid #e2e8f1;
  border-radius: 7px;
}

.flow-customer-row strong {
  display: block;
  color: var(--navy);
  font-size: 14px;
}

.flow-customer-row b {
  color: var(--navy);
  font-size: 13px;
}

.flow-trip-meta {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 14px 0;
}

.flow-trip-meta span {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 4px;
}

.flow-trip-meta strong {
  grid-column: 2;
  color: var(--navy);
  font-size: 13px;
}

.flow-main-button {
  position: relative;
  min-height: 52px;
  border-radius: 8px;
  font-size: 18px;
}

.flow-main-button .icon {
  position: absolute;
  right: 18px;
}

.flow-payment-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 12px;
  padding: 17px;
}

.flow-payment-card strong {
  display: block;
  color: var(--navy);
  font-size: 22px;
}

.flow-payment-card button {
  margin-top: 7px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
}

.flow-payment-card span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  padding: 9px 17px;
  border-radius: 999px;
  color: var(--navy);
  background: #dff4df;
  font-size: 16px;
  font-weight: 900;
}

.pickup-flow-screen {
  padding-bottom: 18px;
}

.pickup-flow-screen .driver-flow-header {
  min-height: 41px;
  margin: 0 -6px 7px;
  padding: 0;
}

.pickup-flow-screen .driver-flow-back {
  width: 31px;
  height: 31px;
}

.pickup-flow-screen .driver-flow-back .icon {
  width: 20px;
  height: 20px;
}

.pickup-flow-screen .driver-flow-header h1 {
  font-size: 15px;
}

.pickup-flow-screen .driver-flow-step {
  font-size: 11px;
}

.pickup-flow-screen .flow-status-card {
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  min-height: 92px;
  padding: 12px 14px;
  border-radius: 7px;
}

.pickup-flow-screen .flow-status-icon {
  width: 43px;
  height: 43px;
}

.pickup-flow-screen .flow-status-icon .icon {
  width: 23px;
  height: 23px;
}

.pickup-flow-screen .flow-status-card h1 {
  margin-bottom: 3px;
  font-size: 15px;
}

.pickup-flow-screen .flow-status-card p {
  font-size: 9.5px;
  line-height: 1.25;
}

.pickup-flow-screen .flow-pills {
  gap: 6px;
  margin-top: 8px;
}

.pickup-flow-screen .flow-pills span {
  padding: 5px 11px;
  font-size: 9.5px;
}

.pickup-flow-screen .driver-map-scene {
  min-height: 250px;
  margin: -4px -16px 0;
}

.pickup-flow-screen .map-eta-card {
  left: 10px;
  top: 25px;
  grid-template-columns: 25px 1fr;
  min-width: 94px;
  min-height: 49px;
  padding: 8px 9px;
  border-radius: 7px;
}

.pickup-flow-screen .map-eta-card .icon {
  width: 20px;
  height: 20px;
}

.pickup-flow-screen .map-eta-card span {
  font-size: 8.5px;
}

.pickup-flow-screen .map-eta-card strong {
  font-size: 15px;
}

.pickup-flow-screen .map-locate {
  right: 14px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  border-radius: 13px;
}

.pickup-flow-screen .map-locate .icon {
  width: 22px;
  height: 22px;
}

.pickup-flow-screen .flow-route-sheet {
  margin-top: -1px;
  padding: 10px 10px 12px;
  border-radius: 8px 8px 0 0;
}

.pickup-flow-screen .flow-location-row {
  grid-template-columns: 12px minmax(0, 1fr) 43px 43px;
  gap: 7px;
  padding-bottom: 9px;
}

.pickup-flow-screen .flow-location-row + .flow-location-row {
  padding-top: 9px;
}

.pickup-flow-screen .flow-dot {
  width: 6px;
  height: 6px;
}

.pickup-flow-screen .flow-location-row small,
.pickup-flow-screen .flow-trip-meta small,
.pickup-flow-screen .flow-payment-card small {
  font-size: 7.5px;
}

.pickup-flow-screen .flow-location-row strong {
  font-size: 11px;
}

.pickup-flow-screen .flow-location-row p,
.pickup-flow-screen .flow-customer-row small {
  font-size: 8.5px;
}

.pickup-flow-screen .flow-location-row button {
  min-height: 36px;
  border-radius: 5px;
  font-size: 9px;
}

.pickup-flow-screen .flow-location-row button .icon {
  width: 13px;
  height: 13px;
}

.pickup-flow-screen .flow-customer-row {
  grid-template-columns: 24px 1fr auto;
  padding: 8px;
}

.pickup-flow-screen .flow-customer-row .icon {
  width: 18px;
  height: 18px;
}

.pickup-flow-screen .flow-customer-row strong {
  font-size: 11px;
}

.pickup-flow-screen .flow-customer-row b {
  font-size: 9px;
}

.pickup-flow-screen .flow-trip-meta {
  gap: 7px;
  margin: 10px 0;
}

.pickup-flow-screen .flow-trip-meta span {
  grid-template-columns: 17px 1fr;
}

.pickup-flow-screen .flow-trip-meta .icon {
  width: 15px;
  height: 15px;
}

.pickup-flow-screen .flow-trip-meta strong {
  font-size: 9px;
}

.pickup-flow-screen .flow-main-button {
  min-height: 42px;
  border-radius: 7px;
  font-size: 12px;
}

.pickup-flow-screen .flow-main-button .icon {
  width: 18px;
  height: 18px;
}

.pickup-flow-screen .flow-payment-card {
  gap: 10px;
  margin-top: 9px;
  padding: 13px 14px;
}

.pickup-flow-screen .flow-payment-card strong {
  font-size: 18px;
}

.pickup-flow-screen .flow-payment-card button {
  font-size: 9.5px;
}

.pickup-flow-screen .flow-payment-card span {
  gap: 5px;
  margin-top: 8px;
  padding: 6px 12px;
  font-size: 12px;
}

.flow-page-title,
.complete-title {
  color: var(--navy);
  font-size: 27px;
  line-height: 1.18;
  font-weight: 950;
}

.flow-stepper {
  display: grid;
  grid-template-columns: 38px 1fr 38px 1fr 38px 1fr 38px;
  gap: 9px;
  align-items: center;
  margin: 24px 20px 34px;
}

.flow-stepper span {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  font-size: 13px;
  font-weight: 950;
}

.flow-stepper .active,
.flow-stepper .next { background: var(--orange); }
.flow-stepper i { height: 3px; background: var(--navy); }
.flow-stepper .dash { border-top: 3px dashed var(--orange); background: transparent; }
.flow-stepper small {
  position: absolute;
  top: 43px;
  color: var(--navy);
  white-space: nowrap;
  font-size: 10px;
}
.flow-stepper .next small { color: var(--orange); }

.inspection-info-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 13px;
}

.inspection-info-card > div {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 7px;
}

.inspection-info-card > div + div {
  border-left: 1px solid #dfe5ee;
  padding-left: 13px;
}

.inspection-info-card strong,
.flow-section-title {
  color: var(--navy);
  font-size: 15px;
  font-weight: 950;
}

.inspection-info-card p,
.inspection-info-card small,
.flow-section-sub {
  color: #61708c;
  font-size: 12px;
  line-height: 1.4;
}

.flow-section-title { margin: 18px 0 3px; }
.flow-section-sub { margin-bottom: 8px; }

.checklist-card {
  overflow: hidden;
}

.checklist-row {
  display: grid;
  grid-template-columns: 32px 1fr 88px;
  gap: 11px;
  align-items: center;
  padding: 12px;
}

.checklist-row + .checklist-row { border-top: 1px solid #e5eaf2; }
.checklist-row > .icon { width: 27px; height: 27px; color: var(--navy); fill: var(--navy); }
.checklist-row strong { display:block; color: var(--navy); font-size: 14px; }
.checklist-row small { color:#61708c; font-size:11px; }
.checklist-row button {
  min-height: 37px;
  border: 1px solid #8293af;
  border-radius: 6px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}
.checklist-row b .icon { color:#28c46a; width:25px; height:25px; }

.vehicle-photo-grid,
.completion-proof-grid,
.payment-method-grid {
  display: grid;
  gap: 10px;
}

.vehicle-photo-grid { grid-template-columns: repeat(5, 1fr); }
.vehicle-photo-grid button {
  min-height: 80px;
  border: 1px dashed #b8c8dc;
  border-radius: 8px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}
.vehicle-photo-grid .icon { width:25px; height:25px; margin-bottom:7px; }

.damage-notes {
  display: block;
  margin: 14px 0 16px;
  color: var(--navy);
  font-size: 14px;
}
.damage-notes textarea {
  min-height: 72px;
  margin-top: 8px;
  padding: 12px;
  font-size: 12px;
}
.damage-notes small { display:block; margin-top:-25px; padding-right:12px; text-align:right; color:#61708c; }
.flow-lock-note { display:flex; justify-content:center; gap:7px; margin-top:12px; color:#8a97ad; font-size:12px; }

.inspection-screen {
  padding-bottom: 14px;
}

.inspection-screen .driver-flow-header {
  min-height: 50px;
  margin: 0 -4px 6px;
  grid-template-columns: 36px minmax(0, 1fr) 58px;
}

.inspection-screen .driver-flow-back {
  width: 31px;
  height: 31px;
}

.inspection-screen .driver-flow-back .icon {
  width: 19px;
  height: 19px;
}

.inspection-screen .driver-flow-brand .brand-img {
  width: 116px;
}

.inspection-screen .driver-flow-brand span {
  margin-top: -7px;
  font-size: 10.5px;
}

.inspection-screen .driver-flow-step {
  font-size: 10.5px;
  font-weight: 850;
}

.inspection-screen .flow-page-title {
  margin: 2px 0 10px;
  font-size: 20px;
  line-height: 1.16;
}

.inspection-screen .flow-stepper {
  grid-template-columns: 24px 1fr 24px 1fr 24px 1fr 24px;
  gap: 6px;
  margin: 8px 28px 30px;
}

.inspection-screen .flow-stepper span {
  width: 22px;
  height: 22px;
  font-size: 10px;
}

.inspection-screen .flow-stepper i {
  height: 2px;
}

.inspection-screen .flow-stepper .dash {
  border-top-width: 2px;
}

.inspection-screen .flow-stepper small {
  top: 28px;
  font-size: 8.5px;
}

.inspection-screen .inspection-info-card {
  padding: 9px 10px;
  border-radius: 7px;
}

.inspection-screen .inspection-info-card > div {
  grid-template-columns: 18px 1fr auto;
  gap: 6px;
}

.inspection-screen .inspection-info-card > div + div {
  padding-left: 9px;
}

.inspection-screen .inspection-info-card .icon {
  width: 15px;
  height: 15px;
}

.inspection-screen .inspection-info-card strong {
  font-size: 11px;
}

.inspection-screen .inspection-info-card p,
.inspection-screen .inspection-info-card small {
  font-size: 9px;
  line-height: 1.32;
}

.inspection-screen .inspection-info-card button {
  width: 31px;
  height: 31px;
  border: 1px solid #d7dfeb;
  border-radius: 6px;
}

.inspection-screen .inspection-info-card button .icon {
  width: 16px;
  height: 16px;
}

.inspection-screen .flow-section-title {
  margin: 11px 0 2px;
  font-size: 12px;
}

.inspection-screen .flow-section-sub {
  margin-bottom: 6px;
  font-size: 9px;
}

.inspection-screen .checklist-card {
  border-radius: 7px;
}

.inspection-screen .checklist-row {
  grid-template-columns: 23px minmax(0, 1fr) 66px;
  gap: 8px;
  min-height: 42px;
  padding: 7px 9px;
}

.inspection-screen .checklist-row > .icon {
  width: 20px;
  height: 20px;
}

.inspection-screen .checklist-row strong {
  font-size: 10.5px;
  line-height: 1.15;
}

.inspection-screen .checklist-row small {
  font-size: 8.5px;
  line-height: 1.25;
}

.inspection-screen .checklist-row button {
  min-height: 28px;
  border-radius: 5px;
  font-size: 9px;
}

.inspection-screen .checklist-row b .icon {
  width: 19px;
  height: 19px;
}

.inspection-screen .vehicle-photo-grid {
  gap: 7px;
}

.inspection-screen .vehicle-photo-grid button {
  min-height: 70px;
  border-radius: 7px;
  font-size: 9px;
}

.inspection-screen .vehicle-photo-grid .icon {
  width: 19px;
  height: 19px;
  margin-bottom: 6px;
}

.inspection-screen .vehicle-photo-grid small {
  font-size: 8px;
}

.inspection-screen .damage-notes {
  margin: 11px 0 12px;
  font-size: 11px;
}

.inspection-screen .damage-notes textarea {
  min-height: 58px;
  margin-top: 6px;
  padding: 10px;
  border-radius: 7px;
  font-size: 9.5px;
}

.inspection-screen .damage-notes small {
  margin-top: -21px;
  padding-right: 9px;
  font-size: 9px;
}

.inspection-screen .flow-main-button {
  min-height: 42px;
  border-radius: 7px;
  font-size: 13px;
}

.inspection-screen .flow-main-button .icon {
  width: 18px;
  height: 18px;
}

.inspection-screen .flow-lock-note {
  margin-top: 9px;
  font-size: 10px;
}

.trip-progress-card { padding: 16px; margin-bottom: 12px; }
.trip-progress-card h1 span { display:inline-block; width:11px; height:11px; margin-right:9px; border-radius:50%; background:#18b84f; }
.trip-progress-card b { float:right; color:#19a84f; background:#e3f7e8; }
.trip-line {
  clear: both;
  display: grid;
  grid-template-columns: 50px 1fr 50px 1fr 50px;
  gap: 0;
  align-items: center;
  margin-top: 18px;
}
.trip-line span { display:grid; justify-items:center; color:#61708c; font-size:10px; }
.trip-line span .icon { width:42px; height:42px; padding:10px; border-radius:50%; color:#fff; background:#6d788d; }
.trip-line .active .icon,
.trip-line span:first-child .icon { background:#1db954; }
.trip-line i { height:4px; background:#d2d8e2; }
.trip-line i:first-of-type { background:#1db954; }

.driver-map-scene.trip { margin: 0; min-height: 290px; border-radius: 8px; }

.trip-stats { grid-template-columns: repeat(3,1fr); padding: 12px; }
.trip-stats span + span { border-left: 1px solid #dfe5ee; padding-left: 13px; }
.trip-stats small { display:block; color:#61708c; font-size:10px; }
.trip-stats strong { color:var(--navy); font-size:17px; }
.trip-stats em,.trip-stats p { color:#14a84a; font-size:10px; font-style:normal; }

.trip-customer-card { grid-template-columns: 48px 1fr 70px 70px; gap:10px; margin-top:12px; padding:12px; }
.mini-avatar { width:42px; height:42px; border-radius:50%; background:linear-gradient(#ffd6b3 0 45%,#17345d 46%); }
.trip-customer-card strong { color:var(--navy); font-size:15px; }
.trip-customer-card small,.trip-customer-card p { color:#61708c; font-size:11px; }

.trip-fare-card { margin-top:12px; padding:16px; }
.trip-fare-card > div { display:flex; justify-content:space-between; align-items:start; margin-bottom:12px; }
.trip-fare-card small { display:block; color:#111; font-size:12px; }
.trip-fare-card strong { color:var(--navy); font-size:24px; }
.trip-fare-card em { padding:6px 10px; border-radius:999px; color:var(--orange); background:#fff1eb; font-size:11px; font-style:normal; }
.trip-fare-card button { color:var(--orange); font-size:13px; font-weight:900; }
.trip-fare-card p,.trip-fare-card h2 { display:flex; justify-content:space-between; color:#61708c; font-size:13px; }
.trip-fare-card h2 { margin-top:10px; padding-top:10px; border-top:1px dashed #dfe5ee; color:#111; }

.drive-safe-card { display:grid; grid-template-columns:36px 1fr 120px; gap:10px; align-items:center; margin-top:12px; padding:12px; }
.drive-safe-card > .icon { width:30px; height:30px; color:var(--navy); fill:var(--navy); }
.drive-safe-card strong { color:var(--navy); font-size:14px; }
.drive-safe-card p { font-size:11px; }
.drive-safe-card button { min-height:40px; border:1px solid var(--orange); border-radius:8px; color:var(--orange); font-weight:900; }

.trip-active-screen {
  padding-bottom: 14px;
}

.trip-active-screen .driver-flow-header {
  min-height: 48px;
  margin: 0 -4px 6px;
  grid-template-columns: 36px minmax(0, 1fr) 54px;
}

.trip-active-screen .driver-flow-back {
  width: 31px;
  height: 31px;
}

.trip-active-screen .driver-flow-back .icon,
.trip-active-screen .driver-flow-support .icon {
  width: 18px;
  height: 18px;
}

.trip-active-screen .driver-flow-brand .brand-img {
  width: 116px;
}

.trip-active-screen .driver-flow-brand span {
  margin-top: -7px;
  font-size: 10.5px;
}

.trip-active-screen .driver-flow-support {
  font-size: 8.5px;
}

.trip-active-screen .trip-progress-card {
  margin-bottom: 9px;
  padding: 11px 13px;
  border-radius: 7px;
}

.trip-active-screen .trip-progress-card h1 {
  margin-bottom: 3px;
  font-size: 15px;
}

.trip-active-screen .trip-progress-card h1 span {
  width: 8px;
  height: 8px;
  margin-right: 7px;
}

.trip-active-screen .trip-progress-card p {
  font-size: 10px;
}

.trip-active-screen .trip-progress-card b {
  padding: 5px 10px;
  font-size: 9px;
}

.trip-active-screen .trip-line {
  grid-template-columns: 36px 1fr 36px 1fr 36px;
  margin-top: 11px;
}

.trip-active-screen .trip-line span {
  font-size: 7.5px;
  line-height: 1.15;
}

.trip-active-screen .trip-line span .icon {
  width: 31px;
  height: 31px;
  padding: 8px;
  margin-bottom: 5px;
}

.trip-active-screen .trip-line i {
  height: 3px;
}

.trip-active-screen .driver-map-scene.trip {
  min-height: 240px;
  border-radius: 7px 7px 0 0;
}

.trip-active-screen .map-locate {
  display: none;
}

.trip-active-screen .map-eta-card {
  right: 13px;
  top: 11px;
  min-height: 33px;
  min-width: 62px;
  padding: 7px 10px;
}

.trip-active-screen .map-eta-card span {
  font-size: 10px;
}

.trip-map-callout {
  position: absolute;
  z-index: 3;
  max-width: 125px;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--navy);
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 20px rgba(7,31,73,.13);
  font-size: 10px;
  line-height: 1.25;
}

.trip-map-callout strong {
  font-size: 10px;
}

.trip-map-callout small {
  color: #61708c;
}

.trip-map-callout span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 50%;
  background: #19b455;
}

.pickup-callout {
  left: 22px;
  top: 26px;
}

.drop-callout {
  right: 24px;
  bottom: 58px;
}

.drop-callout strong {
  color: var(--orange);
}

.trip-active-screen .trip-stats {
  grid-template-columns: repeat(3, 1fr);
  padding: 9px 10px;
  border-radius: 0 0 7px 7px;
}

.trip-active-screen .trip-stats .icon {
  width: 18px;
  height: 18px;
}

.trip-active-screen .trip-stats small {
  font-size: 8px;
}

.trip-active-screen .trip-stats strong {
  font-size: 14px;
}

.trip-active-screen .trip-stats em,
.trip-active-screen .trip-stats p {
  font-size: 8.5px;
}

.trip-active-screen .trip-customer-card {
  grid-template-columns: 37px 1fr 51px 51px;
  gap: 7px;
  margin-top: 9px;
  padding: 9px;
  border-radius: 7px;
}

.trip-active-screen .mini-avatar {
  width: 34px;
  height: 34px;
}

.trip-active-screen .trip-customer-card strong {
  font-size: 12px;
}

.trip-active-screen .trip-customer-card small,
.trip-active-screen .trip-customer-card p {
  font-size: 8.5px;
}

.trip-active-screen .trip-customer-card button {
  min-height: 34px;
  border-radius: 6px;
  font-size: 9px;
}

.trip-active-screen .trip-customer-card button .icon {
  width: 13px;
  height: 13px;
}

.trip-active-screen .trip-fare-card {
  margin-top: 9px;
  padding: 11px 13px;
  border-radius: 7px;
}

.trip-active-screen .trip-fare-card > div {
  margin-bottom: 8px;
}

.trip-active-screen .trip-fare-card small {
  font-size: 9px;
}

.trip-active-screen .trip-fare-card strong {
  font-size: 18px;
}

.trip-active-screen .trip-fare-card em {
  padding: 5px 8px;
  font-size: 8.5px;
}

.trip-active-screen .trip-fare-card button {
  font-size: 9px;
}

.trip-active-screen .trip-fare-card p,
.trip-active-screen .trip-fare-card h2 {
  font-size: 9.5px;
  line-height: 1.65;
}

.trip-active-screen .flow-main-button {
  min-height: 42px;
  margin-top: 9px;
  border-radius: 7px;
  font-size: 12px;
}

.trip-active-screen .flow-main-button .icon {
  width: 18px;
  height: 18px;
}

.trip-active-screen .drive-safe-card {
  grid-template-columns: 27px 1fr 92px;
  gap: 8px;
  margin-top: 9px;
  padding: 10px;
  border-radius: 7px;
}

.trip-active-screen .drive-safe-card > .icon {
  width: 24px;
  height: 24px;
}

.trip-active-screen .drive-safe-card strong {
  font-size: 11px;
}

.trip-active-screen .drive-safe-card p {
  font-size: 9px;
}

.trip-active-screen .drive-safe-card button {
  min-height: 34px;
  border-radius: 6px;
  font-size: 9px;
}

.complete-title { margin: 20px 0 8px; font-size: 32px; }
.complete-sub { color:#61708c; font-size:15px; max-width:280px; }
.completion-proof-grid { grid-template-columns: repeat(4,1fr); margin: 12px 0 24px; }
.completion-proof-grid button,.payment-method-grid button {
  min-height: 132px;
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 850;
}
.completion-proof-grid .icon { width:34px; height:34px; margin-bottom:8px; }
.completion-proof-grid span { display:block; margin:10px; padding:14px 2px; border-radius:8px; background:#f6f8fb; color:#61708c; }

.payment-summary-card { padding:17px; margin: 10px 0 22px; }
.payment-summary-card p,.payment-summary-card h3 { display:flex; justify-content:space-between; padding:7px 0; color:#61708c; font-size:15px; }
.payment-summary-card h3 { border-top:1px solid #dfe5ee; color:var(--navy); font-weight:950; }
.payment-summary-card strong { color:var(--navy); }
.payment-summary-card .minus { color:var(--orange); }
.payment-method-grid { grid-template-columns: repeat(5,1fr); margin: 12px 0; }
.payment-method-grid button { min-height: 92px; }
.payment-method-grid .selected { border-color:var(--orange); color:var(--orange); }
.payment-method-grid .icon { width:28px; height:28px; margin-bottom:8px; }

.cash-payment-card { padding:17px; margin-bottom:18px; }
.cash-payment-card h2 { color:var(--orange); font-size:18px; margin-bottom:14px; }
.cash-payment-card div { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.cash-payment-card label { color:#61708c; font-size:12px; }
.cash-payment-card input { width:100%; min-height:42px; margin-top:7px; padding:0 12px; border:1px solid #dfe5ee; border-radius:7px; color:var(--navy); font-size:15px; font-weight:900; }
.cash-payment-card input.green { color:#0b8f35; border-color:#a9e8b8; background:#f0fff4; }
.cash-payment-card p { margin-top:14px; color:#61708c; font-size:12px; }

.complete-screen {
  padding-bottom: 14px;
}

.complete-screen .driver-flow-header {
  min-height: 50px;
  margin: 0 -4px 7px;
  grid-template-columns: 36px minmax(0, 1fr) 58px;
}

.complete-screen .driver-flow-back {
  width: 31px;
  height: 31px;
}

.complete-screen .driver-flow-back .icon {
  width: 19px;
  height: 19px;
}

.complete-screen .driver-flow-brand .brand-img {
  width: 116px;
}

.complete-screen .driver-flow-brand span {
  margin-top: -7px;
  font-size: 10.5px;
}

.complete-screen .driver-flow-step {
  display: inline-grid;
  place-items: center;
  justify-self: end;
  min-width: 46px;
  min-height: 24px;
  border-radius: 999px;
  color: var(--navy);
  background: #f2f4f7;
  font-size: 10px;
}

.complete-screen .complete-title {
  margin: 12px 0 5px;
  font-size: 24px;
  line-height: 1.12;
}

.complete-screen .complete-sub {
  max-width: 260px;
  font-size: 11.5px;
  line-height: 1.45;
}

.complete-screen .flow-section-title {
  margin: 16px 0 3px;
  font-size: 12.5px;
}

.complete-screen .flow-section-sub {
  margin-bottom: 8px;
  font-size: 9.5px;
}

.complete-screen .completion-proof-grid {
  gap: 9px;
  margin: 8px 0 19px;
}

.complete-screen .completion-proof-grid button {
  min-height: 113px;
  border-radius: 8px;
  font-size: 9.5px;
}

.complete-screen .completion-proof-grid .icon {
  width: 25px;
  height: 25px;
  margin-bottom: 7px;
}

.complete-screen .completion-tile-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 7px;
  color: var(--navy);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.complete-screen .tow-icon {
  width: 35px;
}

.complete-screen .dropoff-icon,
.complete-screen .notes-icon {
  color: #0c5b8f;
}

.complete-screen .hookup-icon {
  color: #071f49;
}

.complete-screen .completion-proof-grid strong {
  display: block;
  min-height: 25px;
  line-height: 1.12;
}

.complete-screen .completion-proof-grid span {
  margin: 8px 8px 0;
  padding: 10px 1px;
  border-radius: 7px;
  font-size: 8.5px;
}

.complete-screen .completion-proof-grid span .icon {
  width: 15px;
  height: 15px;
  margin: 0 0 3px;
}

.complete-screen .payment-summary-card {
  margin: 8px 0 18px;
  padding: 13px 14px;
  border-radius: 8px;
}

.complete-screen .payment-summary-card p,
.complete-screen .payment-summary-card h3 {
  padding: 6px 0;
  font-size: 11.5px;
}

.complete-screen .payment-summary-card h3 {
  margin-top: 3px;
  padding-top: 10px;
}

.complete-screen .payment-summary-card strong {
  font-size: 12px;
}

.complete-screen .payment-summary-card h3 strong {
  font-size: 15px;
}

.complete-screen .payment-method-grid {
  gap: 9px;
  margin: 8px 0 9px;
}

.complete-screen .payment-method-grid button {
  position: relative;
  min-height: 72px;
  border-radius: 8px;
  font-size: 9px;
  line-height: 1.15;
}

.complete-screen .payment-method-grid .icon {
  width: 22px;
  height: 22px;
  margin-bottom: 6px;
}

.complete-screen .payment-brand-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 6px;
  color: var(--navy);
}

.complete-screen .payment-brand-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.complete-screen .payment-brand-icon.logo-img {
  width: 38px;
}

.complete-screen .payment-brand-icon.logo-img img {
  display: block;
  width: 38px;
  max-height: 25px;
  object-fit: contain;
}

.complete-screen .payment-brand-icon.cash svg {
  width: 33px;
  height: 33px;
  stroke: none;
}

.complete-screen .payment-brand-icon .cash-bg {
  fill: #ff5a0a;
}

.complete-screen .payment-brand-icon .cash-note {
  fill: #fff;
}

.complete-screen .payment-brand-icon .cash-mark {
  fill: none;
  stroke: #ff5a0a;
  stroke-width: 1.45;
}

.complete-screen .payment-brand-icon.card svg,
.complete-screen .payment-brand-icon.online svg {
  width: 29px;
  height: 29px;
  color: #071f49;
}

.complete-screen .payment-method-grid .selected::after {
  content: "\2713";
  position: absolute;
  left: -1px;
  bottom: -1px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  font-size: 11px;
  font-weight: 900;
}

.complete-screen .cash-payment-card {
  margin-bottom: 12px;
  padding: 13px 14px;
  border-radius: 8px;
}

.complete-screen .cash-payment-card h2 {
  margin-bottom: 11px;
  font-size: 14px;
}

.complete-screen .cash-payment-card div {
  gap: 12px;
}

.complete-screen .cash-payment-card label {
  font-size: 9.5px;
}

.complete-screen .cash-payment-card input {
  min-height: 35px;
  margin-top: 5px;
  padding: 0 10px;
  border-radius: 7px;
  font-size: 12px;
}

.complete-screen .cash-payment-card p {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 11px;
  font-size: 9.5px;
}

.complete-screen .cash-payment-card p .icon {
  width: 14px;
  height: 14px;
  color: var(--navy);
  fill: var(--navy);
}

.complete-screen .method-note-card {
  min-height: 82px;
}

.complete-screen .method-note-card p {
  justify-content: flex-start;
  text-align: left;
}

.complete-screen .flow-main-button {
  min-height: 44px;
  border-radius: 7px;
  font-size: 14px;
}

.complete-screen .flow-main-button .icon {
  width: 18px;
  height: 18px;
}

.remit-hero { display:grid; grid-template-columns:1fr 110px; gap:12px; align-items:center; margin:16px 0 22px; }
.remit-hero h1 { color:var(--navy); font-size:28px; line-height:1.1; }
.remit-hero p { color:#61708c; font-size:14px; }
.wallet-art { display:grid; place-items:center; width:100px; height:90px; border-radius:20px; color:#fff; background:linear-gradient(135deg,#0b2348,#1b5c9c); }
.wallet-art .icon { width:50px; height:50px; }
.collections-card,.remit-form-card,.recent-remit-card { padding:16px; margin-bottom:16px; }
.collections-card h2,.remit-form-card h2,.recent-remit-card h2 { color:var(--navy); font-size:16px; margin-bottom:16px; }
.collections-card div { display:grid; grid-template-columns:repeat(5,1fr); gap:8px; }
.collections-card span { display:grid; justify-items:center; text-align:center; gap:7px; border-left:1px solid #e6ebf2; }
.collections-card span:first-child { border-left:0; }
.collections-card .icon { width:34px; height:34px; padding:7px; border-radius:9px; background:#eaf8ee; color:#10a65a; }
.collections-card small { color:var(--navy); font-size:10px; font-weight:850; }
.collections-card strong { color:#089b43; font-size:13px; }
.remit-form-card label { display:grid; grid-template-columns:130px 1fr; align-items:center; min-height:43px; color:var(--navy); font-size:14px; }
.remit-form-card input { border:0; border-bottom:1px solid #dfe5ee; outline:0; color:#53647f; font-size:14px; padding:9px 0; }
.remit-form-card > div { display:flex; justify-content:space-between; align-items:center; margin-top:16px; padding-top:14px; border-top:1px solid #e6ebf2; }
.remit-form-card p { font-size:12px; }
.remit-form-card button { min-height:45px; padding:0 18px; border:1px dashed #8293af; border-radius:8px; color:var(--navy); font-weight:900; }
.recent-remit-card h2 { display:flex; justify-content:space-between; }
.recent-remit-card p { display:flex; justify-content:space-between; align-items:center; padding:10px; border:1px solid #e6ebf2; border-radius:8px; color:var(--navy); }
.recent-remit-card p + p { margin-top:8px; }
.recent-remit-card small { color:#8a97ad; }
.recent-remit-card em { display:block; margin-top:5px; padding:4px 9px; border-radius:6px; background:#fff0c8; color:#e17a00; font-style:normal; font-size:11px; }
.recent-remit-card .ok { color:#0a9442; background:#dff7e8; }

.remit-screen {
  width: min(100% + 12px, 390px);
  margin: 0 auto;
  padding: 0 0 10px;
  color: #071f49;
  background: #fff;
}

.remit-screen .driver-flow-header {
  min-height: 48px;
  margin: 0 -2px 7px;
  grid-template-columns: 34px minmax(0, 1fr) 56px;
}

.remit-screen .driver-flow-back {
  width: 29px;
  height: 29px;
}

.remit-screen .driver-flow-back .icon {
  width: 19px;
  height: 19px;
  stroke-width: 2.6;
}

.remit-screen .driver-flow-brand .brand-img {
  width: 116px;
}

.remit-screen .driver-flow-brand span {
  margin-top: -7px;
  font-size: 10.5px;
}

.remit-screen .driver-flow-step {
  display: inline-grid;
  place-items: center;
  justify-self: end;
  min-width: 46px;
  min-height: 24px;
  border-radius: 999px;
  color: #ff5a0a;
  background: #fff0e8;
  font-size: 10px;
  font-weight: 850;
}

.remit-screen .remit-hero {
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 12px;
  align-items: center;
  margin: 8px 0 14px;
}

.remit-screen .remit-hero h1 {
  margin-bottom: 4px;
  color: #071f49;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 950;
}

.remit-screen .remit-hero p {
  max-width: 236px;
  color: #5f6f91;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 600;
}

.remit-screen .wallet-art {
  position: relative;
  justify-self: end;
  width: 88px;
  height: 67px;
  border-radius: 0;
  color: #fff;
  background: transparent;
}

.remit-screen .wallet-art i {
  position: absolute;
  left: 18px;
  top: 6px;
  width: 55px;
  height: 29px;
  border-radius: 5px;
  background: linear-gradient(155deg, #22d768, #0dbb58);
  transform: rotate(-15deg);
  box-shadow: 15px -4px 0 -5px #38e278, 22px 0 0 -7px #0b9d48;
}

.remit-screen .wallet-art::before {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 67px;
  height: 43px;
  border-radius: 7px;
  background: linear-gradient(160deg, #0a2b62, #041936);
  box-shadow: 0 8px 14px rgba(7,31,73,.18);
}

.remit-screen .wallet-art::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffb11a;
  box-shadow: 0 0 0 4px #fff;
}

.remit-screen .wallet-art b {
  position: absolute;
  right: 8px;
  top: 15px;
  z-index: 2;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.remit-screen .wallet-art em {
  position: absolute;
  right: 0;
  bottom: 6px;
  z-index: 2;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #19c56a;
}

.remit-screen .wallet-art em::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 7px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.remit-screen .collections-card,
.remit-screen .remit-form-card,
.remit-screen .recent-remit-card {
  padding: 13px 12px;
  margin-bottom: 12px;
  border: 1px solid #dfe5ee;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(7,31,73,.035);
}

.remit-screen .collections-card h2,
.remit-screen .remit-form-card h2,
.remit-screen .recent-remit-card h2 {
  margin-bottom: 12px;
  color: #071f49;
  font-size: 11.5px;
  font-weight: 950;
}

.remit-screen .collections-card div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
}

.remit-screen .collections-card span {
  display: grid;
  justify-items: center;
  gap: 5px;
  border-left: 0;
  text-align: center;
}

.remit-screen .collections-card b {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 7px;
  background: #eef9f2;
  color: #18b65f;
}

.remit-screen .collections-card .blue b { color: #1d76ff; background: #eef5ff; }
.remit-screen .collections-card .orange b { color: #ff6a00; background: #fff2e9; }
.remit-screen .collections-card .purple b { color: #9c4cff; background: #f4edff; }
.remit-screen .collections-card .icon { width: 17px; height: 17px; padding: 0; background: transparent; }
.remit-screen .collections-card small {
  color: #071f49;
  font-size: 8.3px;
  line-height: 1.15;
  font-weight: 850;
}

.remit-screen .collections-card strong {
  color: #16a65b;
  font-size: 10.2px;
  font-weight: 950;
}

.remit-screen .collections-card .blue strong { color: #1d76ff; }
.remit-screen .collections-card .orange strong { color: #ff5a0a; }
.remit-screen .collections-card .purple strong { color: #8a42f5; }

.remit-screen .remit-form-card {
  padding-bottom: 11px;
}

.remit-screen .remit-form-card label {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  align-items: center;
  min-height: 42px;
  color: #071f49;
  font-size: 10.5px;
  font-weight: 850;
}

.remit-screen .remit-form-card label span {
  white-space: nowrap;
}

.remit-screen .remit-form-card label em {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  min-height: 35px;
  border-bottom: 1px solid #dfe5ee;
  color: #6c7890;
  font-style: normal;
}

.remit-screen .remit-form-card label b {
  color: #071f49;
  font-size: 12px;
  font-weight: 900;
}

.remit-screen .remit-form-card input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0;
  color: #516078;
  font-size: 10.8px;
  font-weight: 650;
  text-align: left;
}

.remit-screen .remit-form-card label:first-of-type input {
  text-align: right;
  color: #aab3c1;
}

.remit-screen .remit-form-card input::placeholder {
  color: #9aa5b5;
}

.remit-screen .remit-form-card label .icon {
  width: 16px;
  height: 16px;
  color: #071f49;
  stroke-width: 2.3;
}

.remit-screen .remit-form-card > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 10px;
  align-items: center;
  margin-top: 13px;
  padding-top: 12px;
  border-top: 0;
}

.remit-screen .remit-form-card > div strong {
  display: block;
  margin-bottom: 3px;
  color: #071f49;
  font-size: 10.5px;
  font-weight: 950;
}

.remit-screen .remit-form-card > div p {
  color: #64738d;
  font-size: 8.7px;
  line-height: 1.3;
  font-weight: 600;
}

.remit-screen .remit-form-card button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 9px;
  border: 1px dashed #b9c3d2;
  border-radius: 7px;
  color: #071f49;
  background: #fff;
  font-size: 9.5px;
  font-weight: 900;
}

.remit-screen .remit-form-card button .icon {
  width: 16px;
  height: 16px;
  color: #ff5a0a;
}

.remit-screen .recent-remit-card {
  padding-bottom: 8px;
}

.remit-screen .recent-remit-card h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.remit-screen .recent-remit-card .link {
  color: #ff5a0a;
  font-size: 9.5px;
  font-weight: 850;
}

.remit-screen .recent-remit-card p {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 82px 15px;
  gap: 8px;
  align-items: center;
  min-height: 51px;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  color: #071f49;
}

.remit-screen .recent-remit-card p + p {
  margin-top: 0;
  border-top: 1px solid #edf1f6;
}

.remit-screen .recent-remit-card i {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  font-style: normal;
}

.remit-screen .recent-remit-card i.pending {
  color: #ff9d1b;
  background: #fff3df;
}

.remit-screen .recent-remit-card i.ok {
  color: #19b866;
  background: #e9f9f0;
}

.remit-screen .recent-remit-card i .icon {
  width: 15px;
  height: 15px;
}

.remit-screen .recent-remit-card span {
  color: #071f49;
  font-size: 10.3px;
  font-weight: 850;
}

.remit-screen .recent-remit-card small {
  display: block;
  margin-top: 3px;
  color: #8290a5;
  font-size: 8.5px;
  font-weight: 700;
}

.remit-screen .recent-remit-card strong {
  justify-self: end;
  color: #071f49;
  text-align: right;
  font-size: 11px;
  font-weight: 950;
}

.remit-screen .recent-remit-card em {
  display: inline-block;
  margin-top: 4px;
  padding: 3px 6px;
  border-radius: 4px;
  background: #fff2df;
  color: #ff8a00;
  font-size: 8px;
  font-style: normal;
  font-weight: 850;
}

.remit-screen .recent-remit-card .ok + span + strong em {
  color: #16a65b;
  background: #e8f8ef;
}

.remit-screen .recent-remit-card > p > .icon {
  width: 15px;
  height: 15px;
  color: #8090a8;
  transform: none;
}

.remit-screen .flow-main-button {
  position: relative;
  min-height: 47px;
  margin-top: 3px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
}

.remit-screen .flow-main-button .icon {
  position: absolute;
  right: 19px;
  width: 18px;
  height: 18px;
}

.profile-top { grid-template-columns:1fr 44px; margin-bottom:18px; }
.profile-top .driver-flow-brand { justify-self:center; grid-column:1 / -1; }
.profile-top > button:last-child { grid-column:2; grid-row:1; justify-self:end; }
.profile-hero { display:grid; grid-template-columns:120px 1fr; gap:18px; align-items:center; margin-bottom:20px; padding:0 10px; }
.profile-photo { width:110px; height:110px; border-radius:50%; background:linear-gradient(#ffd6b3 0 45%,#16365f 46%); position:relative; }
.profile-photo::after { content:""; position:absolute; right:5px; bottom:8px; width:22px; height:22px; border:4px solid #fff; border-radius:50%; background:#19b455; }
.profile-hero h1 { color:var(--navy); font-size:24px; }
.profile-hero h1 span { color:#1478ff; font-size:18px; }
.profile-hero p { display:flex; gap:8px; align-items:center; color:#53647f; font-size:14px; margin-top:7px; }
.profile-hero .verified { color:#126dff; font-weight:900; }
.profile-hero em { display:inline-flex; align-items:center; gap:7px; margin-top:9px; padding:7px 14px; border-radius:999px; color:#139846; background:#e6f8eb; font-style:normal; font-weight:900; }
.profile-hero em i { width:8px; height:8px; border-radius:50%; background:#19b455; }
.profile-list { overflow:hidden; margin-bottom:14px; padding:0 12px; }
.profile-list button,.profile-trip-history,.profile-logout { display:grid; grid-template-columns:38px 1fr auto auto; gap:12px; align-items:center; min-height:58px; width:100%; color:var(--navy); font-size:16px; text-align:left; }
.profile-list button + button { border-top:1px solid #e3e9f2; }
.profile-list .icon,.profile-trip-history .icon,.profile-logout .icon { width:24px; height:24px; }
.profile-list b { color:var(--orange); font-size:13px; font-weight:800; }
.profile-earnings { display:grid; grid-template-columns:1fr auto; gap:12px; margin-bottom:14px; padding:18px; background:#fff8ee; }
.profile-earnings > div { display:grid; grid-template-columns:48px 1fr; gap:12px; }
.profile-earnings > div > .icon { width:44px; height:44px; padding:11px; border-radius:50%; color:var(--orange); background:#fff; }
.profile-earnings strong { color:var(--navy); font-size:14px; }
.profile-earnings b { display:block; margin-top:18px; color:var(--navy); font-size:24px; }
.profile-earnings p,.profile-earnings small { color:#61708c; }
.profile-earnings button { color:var(--orange); font-size:14px; font-weight:900; }
.profile-earnings em { align-self:end; padding:13px; border-radius:10px; color:#139846; background:#e5f7e8; text-align:center; font-style:normal; font-weight:900; }
.profile-trip-history,.profile-logout { margin-bottom:14px; padding:0 18px; }
.profile-section-label { margin:8px 0; color:#61708c; font-size:14px; }
.profile-logout { color:#e22d16; }
.driver-profile-screen { padding-bottom: 92px; }

.profile-match-screen {
  width: min(100% + 12px, 390px);
  margin: 0 auto;
  padding: 0 0 calc(82px + env(safe-area-inset-bottom));
  color: #071f49;
  background: #fff;
}

.profile-match-top {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  align-items: start;
  min-height: 58px;
  padding-top: 5px;
}

.profile-match-top .driver-flow-brand {
  justify-self: center;
}

.profile-match-top .driver-flow-brand .brand-img {
  width: 124px;
}

.profile-match-top .driver-flow-brand span {
  margin-top: 1px;
  color: #071f49;
  font-size: 12px;
  font-weight: 900;
}

.profile-settings {
  display: grid;
  place-items: center;
  justify-self: end;
  width: 29px;
  height: 29px;
  color: #071f49;
}

.profile-settings .icon {
  width: 20px;
  height: 20px;
  stroke-width: 2.4;
}

.profile-match-hero {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 0 0 14px;
}

.profile-avatar {
  position: relative;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #eef2f7;
}

.profile-avatar img {
  display: block;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-avatar i {
  position: absolute;
  right: 4px;
  bottom: 6px;
  width: 19px;
  height: 19px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #19c86d;
}

.profile-copy h1 {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 3px;
  color: #071f49;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 950;
}

.profile-copy h1 b {
  display: inline-grid;
  place-items: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1478ff;
}

.profile-copy h1 b::after {
  content: "";
  width: 7px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.profile-copy p {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
  color: #5c6c89;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 650;
}

.profile-copy p .icon {
  width: 14px;
  height: 14px;
  color: #071f49;
  stroke-width: 2.2;
}

.profile-copy .verified {
  margin-top: 0;
  color: #1478ff;
  font-size: 11px;
  font-weight: 900;
}

.profile-copy .verified .icon {
  color: #1478ff;
  width: 13px;
  height: 13px;
}

.profile-copy em {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 24px;
  margin-top: 7px;
  padding: 0 11px;
  border-radius: 999px;
  color: #119754;
  background: #eaf9ef;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
}

.profile-copy em i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #19c86d;
}

.profile-card-list,
.profile-match-earnings,
.profile-match-screen .profile-trip-history,
.profile-match-screen .profile-logout {
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid #dfe5ee;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(7,31,73,.03);
}

.profile-card-list button,
.profile-match-screen .profile-trip-history,
.profile-match-screen .profile-logout {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto 16px;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 43px;
  padding: 0 13px;
  color: #071f49;
  text-align: left;
  font-size: 11px;
  font-weight: 750;
}

.profile-card-list button + button {
  border-top: 1px solid #edf1f6;
}

.profile-card-list .icon,
.profile-match-screen .profile-trip-history .icon,
.profile-match-screen .profile-logout .icon {
  width: 18px;
  height: 18px;
  color: #071f49;
  stroke-width: 2.2;
}

.profile-card-list button > .icon:last-child,
.profile-match-screen .profile-trip-history > .icon:last-child,
.profile-match-screen .profile-logout > .icon:last-child {
  width: 15px;
  height: 15px;
  color: #7f8da4;
}

.profile-match-earnings {
  padding: 13px 14px;
  background: linear-gradient(115deg, #fff6ed, #fff);
}

.profile-match-earnings .earnings-head {
  display: grid;
  grid-template-columns: 33px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: start;
}

.profile-match-earnings .earnings-head > span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #ff5a0a;
  background: #fff;
}

.profile-match-earnings .earnings-head .icon {
  width: 15px;
  height: 15px;
}

.profile-match-earnings .earnings-head strong {
  color: #071f49;
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 950;
}

.profile-match-earnings .earnings-head small {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 4px;
  color: #071f49;
  font-size: 9px;
  font-weight: 800;
}

.profile-match-earnings .earnings-head small .icon {
  width: 11px;
  height: 11px;
}

.profile-match-earnings .earnings-head button {
  color: #ff5a0a;
  font-size: 10px;
  font-weight: 900;
}

.profile-match-earnings .earnings-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px;
  align-items: end;
  margin-top: 10px;
}

.profile-match-earnings .earnings-body > strong {
  color: #071f49;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
}

.profile-match-earnings .earnings-body > strong small {
  display: block;
  margin-top: 5px;
  color: #5f6f91;
  font-size: 9.5px;
  font-weight: 750;
}

.profile-match-earnings .earnings-body em {
  display: grid;
  justify-items: center;
  gap: 1px;
  padding: 7px 5px;
  border-radius: 7px;
  color: #119754;
  background: #e8f9ee;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
}

.profile-match-earnings .earnings-body em .icon {
  width: 16px;
  height: 16px;
}

.profile-match-earnings .earnings-body em small {
  color: #119754;
  font-size: 8px;
  font-weight: 750;
}

.profile-match-screen .profile-trip-history {
  grid-template-columns: 28px minmax(0, 1fr) 16px;
  min-height: 43px;
}

.profile-match-screen .profile-section-label {
  margin: -2px 0 6px 5px;
  color: #64738d;
  font-size: 10px;
  font-weight: 850;
}

.profile-card-list.support-list button {
  grid-template-columns: 28px minmax(0, 1fr) auto 16px;
}

.profile-card-list.support-list b {
  color: #ff5a0a;
  font-size: 9.5px;
  font-weight: 850;
}

.profile-match-screen .profile-logout {
  grid-template-columns: 28px minmax(0, 1fr) 16px;
  margin-bottom: 0;
  color: #ff3d1f;
}

.profile-match-screen .profile-logout .icon,
.profile-match-screen .profile-logout span {
  color: #ff3d1f;
}

.profile-match-screen .profile-logout > .icon:last-child {
  color: #7f8da4;
}

.profile-match-screen + .driver-bottom-nav {
  padding-top: 7px;
}

.profile-match-screen + .driver-bottom-nav .driver-nav-item {
  min-height: 43px;
  color: #60718b;
  font-size: 9px;
}

.profile-match-screen + .driver-bottom-nav .driver-nav-item .icon {
  width: 18px;
  height: 18px;
}

.profile-match-screen + .driver-bottom-nav .driver-nav-item.active {
  color: #ff5a0a;
  background: transparent;
}

@media (max-width: 340px) {
  .driver-login-screen {
    padding-inline: 10px;
  }

  .remember-toggle,
  .text-action {
    font-size: 10.5px;
  }

  .driver-register-split {
    gap: 6px;
  }

  .driver-upload-grid {
    gap: 5px;
  }

  .driver-upload-card strong {
    font-size: 8.5px;
  }
}

@media (max-width: 380px) {
  h1 { font-size: 25px; }
  .brand-img { width: 132px; }
  .brand-img-large { width: 154px; }
  .split { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .payment-option { grid-template-columns: 28px 54px 1fr; }
  .payment-option .secure { display: none; }
  .payment-modal .payment-option { grid-template-columns: 24px 41px minmax(0, 1fr) auto; }
  .payment-modal .payment-option .secure { display: inline-flex; }
  .booking-body { grid-template-columns: 64px 1fr; }
  .booking-body .amount { grid-column: 1 / -1; text-align: left; }
  .driver-card, .profile-card, .help-box { grid-template-columns: 1fr; }
}
