: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.destination::before {
  background: var(--blue);
}
.tracking-driver-pin {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
}
.driver-pulse {
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: rgba(255,90,10,.2);
  box-shadow: 0 0 0 10px rgba(255,90,10,.12);
  animation: driverPulse 1.8s ease-out infinite;
}
.driver-marker {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  box-shadow: 0 10px 24px rgba(7,31,73,.26);
}
.tracking-driver-pin .icon {
  width: 20px;
  height: 20px;
  stroke-width: 2.5;
}
@keyframes driverPulse {
  0% { transform: scale(.65); opacity: .85; }
  100% { transform: scale(1.5); opacity: 0; }
}
.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;
}
.map-search {
  position: absolute;
  z-index: 3;
  left: 10px;
  right: 10px;
  top: 10px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 7px;
  align-items: center;
  min-height: 34px;
  padding: 5px 6px 5px 9px;
  border: 1px solid rgba(217,226,239,.95);
  border-radius: 7px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 22px rgba(7,31,73,.12);
}
.map-search .icon {
  width: 15px;
  height: 15px;
  color: var(--orange);
}
.map-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--navy);
  background: transparent;
  font-size: 11px;
  font-weight: 800;
}
.map-search input::placeholder {
  color: #6d7c98;
  opacity: 1;
}
.map-search button {
  min-height: 24px;
  padding: 0 8px;
  border-radius: 5px;
  color: #fff;
  background: var(--orange);
  font-size: 9px;
  font-weight: 900;
}
.map-hint {
  position: absolute;
  z-index: 2;
  left: 10px;
  bottom: 10px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #fff;
  background: rgba(7,31,73,.82);
  font-size: 9px;
  font-weight: 850;
}
.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 {
  width: 100%;
  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 .location-button {
  width: 100%;
  text-align: left;
}
.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 .confirmed-location-map {
  border-color: #dfe6f0;
}
.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 .tracking-leaflet-map {
  border: 1px solid var(--line);
  background: #edf3f8;
}
.tracking-map-card {
  position: absolute;
  z-index: 2;
  max-width: 126px;
  padding: 7px 8px;
  border: 1px solid rgba(217,226,239,.92);
  border-radius: 6px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 8px 18px rgba(7,31,73,.12);
  color: #263a59;
  font-size: 8px;
  line-height: 1.25;
}
.tracking-map-card strong,
.tracking-map-card b {
  display: block;
  color: #126dff;
  font-size: 8.5px;
}
.tracking-map-card span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tracking-map-card.pickup {
  left: 10px;
  top: 12px;
}
.tracking-map-card.destination {
  right: 10px;
  bottom: 12px;
}
.tracking-recenter {
  position: absolute;
  z-index: 3;
  right: 12px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(217,226,239,.92);
  border-radius: 50%;
  color: var(--navy);
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 18px rgba(7,31,73,.14);
}
.tracking-recenter .icon {
  width: 17px;
  height: 17px;
}
.tracking-trip-panel {
  position: absolute;
  z-index: 3;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-height: 56px;
  padding: 8px 10px;
  border: 1px solid rgba(217,226,239,.95);
  border-radius: 8px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 12px 28px rgba(7,31,73,.16);
}
.tracking-trip-panel .driver-dot {
  width: 28px;
  height: 28px;
  border: 6px solid #ffe2d5;
  border-radius: 50%;
  background: var(--orange);
}
.tracking-trip-panel p {
  color: #60708d;
  font-size: 8.5px;
  font-weight: 800;
}
.tracking-trip-panel h3 {
  margin-top: 1px;
  color: var(--navy);
  font-size: 12px;
}
.tracking-trip-panel > strong {
  color: #0a72ff;
  font-size: 12px;
  font-weight: 950;
}
.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;
}
.map-picker-modal {
  width: min(calc(100vw - 24px), 480px);
  display: grid;
  gap: 10px;
}
.map-picker-modal .modal-head h2 {
  font-size: 16px;
}
.map-picker-modal .modal-map {
  min-height: 350px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 7px;
}
.selected-address {
  padding: 9px 10px;
  border: 1px solid #dfe6f0;
  border-radius: 7px;
  background: #f8fbff;
}
.selected-address p {
  margin-bottom: 3px;
  color: #60708d;
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}
.selected-address h3 {
  color: var(--navy);
  font-size: 12px;
  line-height: 1.25;
}
.map-picker-modal .primary {
  min-height: 40px;
  border-radius: 7px;
  font-size: 12px;
}
.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; }

@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; }
}
