/* [project]/apps/driver/app/brand.css [app-client] (css) */
:root {
  --ink: #0a0a0a;
  --ink-2: #1a1a1a;
  --ink-3: #2b2b2a;
  --mute: #6b6b66;
  --mute-2: #93938c;
  --hairline: #e8e5dc;
  --border: #d9d6cc;
  --border-strong: #b7b3a6;
  --surface: #fafaf7;
  --card: #fff;
  --cream: #f4f0e6;
  --cream-2: #ece7d9;
  --paper: #f7f4ed;
  --yellow: #ffe600;
  --yellow-2: #f2d900;
  --yellow-soft: #fff6a8;
  --lagoon: #0f5c5e;
  --lagoon-soft: #d7ebeb;
  --coral: #e84e29;
  --coral-soft: #fce1d7;
  --ok: #1f8a4a;
  --ok-soft: #dcefe0;
  --warn: #c77700;
  --warn-soft: #fbeacc;
  --danger: #c0392b;
  --danger-soft: #f7d9d4;
  --info: #1f5fb6;
  --info-soft: #dce7f5;
  --font-display: "Bricolage Grotesque", "Geist", -apple-system, sans-serif;
  --font-body: "Geist", -apple-system, "Helvetica Neue", sans-serif;
  --font-serif: "Instrument Serif", "Georgia", serif;
  --font-mono: "JetBrains Mono", "SF Mono", ui-monospace, monospace;
  --r-xs: 4px;
  --r-sm: 6px;
  --r: 10px;
  --r-lg: 14px;
  --r-xl: 20px;
  --r-pill: 999px;
  --sh-1: 0 1px 0 #0a0a0a0a, 0 1px 2px #0a0a0a0f;
  --sh-2: 0 4px 16px #0a0a0a0f, 0 1px 2px #0a0a0a0a;
  --sh-3: 0 24px 48px -16px #0a0a0a2e, 0 4px 12px #0a0a0a0f;
  --sh-pop: 0 24px 60px -20px #0a0a0a59;
}

[data-theme="dark"] {
  --ink: #f4f1e8;
  --ink-2: #e2ded2;
  --ink-3: #bdb9ad;
  --mute: #9a968a;
  --mute-2: #707068;
  --hairline: #232220;
  --border: #2f2d29;
  --border-strong: #4a4843;
  --surface: #0c0b09;
  --card: #161512;
  --cream: #1a1916;
  --cream-2: #232220;
  --paper: #1a1916;
  --yellow-soft: #3d3700;
  --lagoon-soft: #0f2a2b;
  --coral-soft: #3a1b12;
  --ok-soft: #133021;
  --warn-soft: #3a2b0d;
  --danger-soft: #3a1a15;
  --info-soft: #122335;
}

.km, .km * {
  box-sizing: border-box;
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

.km {
  color: var(--ink);
  background: var(--surface);
  letter-spacing: -.005em;
  font-size: 14px;
  line-height: 1.45;
}

.km-display {
  font-family: var(--font-display);
  letter-spacing: -.04em;
  font-variation-settings: "opsz" 48;
  font-weight: 700;
  line-height: .98;
}

.km-display-xl {
  font-family: var(--font-display);
  letter-spacing: -.045em;
  font-variation-settings: "opsz" 96;
  font-weight: 800;
  line-height: .92;
}

.km-h1 {
  font-family: var(--font-display);
  letter-spacing: -.035em;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.05;
}

.km-h2 {
  font-family: var(--font-display);
  letter-spacing: -.03em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.km-h3 {
  font-family: var(--font-display);
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.km-eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--mute);
  font-size: 10.5px;
  font-weight: 600;
}

.km-serif {
  font-family: var(--font-serif);
  letter-spacing: -.01em;
  font-style: italic;
}

.km-mono {
  font-family: var(--font-mono);
  letter-spacing: -.01em;
  font-feature-settings: "tnum" 1, "zero" 1;
}

.km-num {
  font-family: var(--font-mono);
  font-feature-settings: "tnum" 1;
}

.km-mute {
  color: var(--mute);
}

.km-logo {
  font-family: var(--font-display);
  letter-spacing: -.045em;
  color: inherit;
  align-items: baseline;
  gap: 1px;
  font-size: 18px;
  font-weight: 800;
  display: inline-flex;
}

.km-logo .dot {
  background: var(--yellow);
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin: 0 2px 0 1px;
  display: inline-block;
  transform: translateY(-1px);
}

.km-logo .mu {
  font-family: var(--font-serif);
  letter-spacing: -.01em;
  opacity: .85;
  font-size: .78em;
  font-style: italic;
  font-weight: 400;
}

.km-topnav {
  background: var(--ink);
  color: #fff;
  align-items: center;
  gap: 28px;
  height: 56px;
  padding: 0 24px;
  font-size: 13px;
  display: flex;
  position: relative;
}

.km-topnav .km-logo {
  color: #fff;
  font-size: 17px;
}

.km-topnav .links {
  color: #ffffffc7;
  gap: 20px;
  display: flex;
}

.km-topnav .links a {
  cursor: pointer;
}

.km-topnav .links a:hover, .km-topnav .links a.active {
  color: #fff;
}

.km-search {
  height: 38px;
  color: var(--ink);
  background: #fff;
  border-radius: 6px;
  flex: 1;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 0 12px 0 14px;
  font-size: 13.5px;
  display: flex;
}

.km-search .ph {
  color: var(--mute);
  flex: 1;
  min-width: 0;
}

.km-search .scope {
  background: var(--cream);
  color: var(--ink-2);
  border-radius: 4px;
  align-items: center;
  gap: 4px;
  padding: 5px 9px;
  font-size: 11.5px;
  font-weight: 500;
  display: flex;
}

.km-search .go {
  background: var(--yellow);
  color: var(--ink);
  border-radius: 4px;
  place-items: center;
  width: 36px;
  height: 30px;
  margin-right: -6px;
  display: grid;
}

.km-btn {
  border-radius: var(--r-sm);
  letter-spacing: -.005em;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 38px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 600;
  transition: transform 80ms, background .12s;
  display: inline-flex;
}

.km-btn:active {
  transform: translateY(1px);
}

.km-btn--primary {
  background: var(--ink);
  color: #fff;
}

.km-btn--primary:hover {
  background: var(--ink-2);
}

.km-btn--yellow {
  background: var(--yellow);
  color: var(--ink);
}

.km-btn--yellow:hover {
  background: var(--yellow-2);
}

.km-btn--ghost {
  color: var(--ink);
  border-color: var(--border);
  background: none;
}

.km-btn--ghost:hover {
  background: var(--cream);
}

.km-btn--danger {
  background: var(--danger);
  color: #fff;
}

.km-btn--lg {
  border-radius: 8px;
  height: 46px;
  padding: 0 22px;
  font-size: 14px;
}

.km-btn--sm {
  border-radius: 5px;
  height: 30px;
  padding: 0 11px;
  font-size: 12px;
}

.km-btn--block {
  width: 100%;
}

.km-pill {
  border-radius: var(--r-pill);
  background: var(--cream);
  height: 22px;
  color: var(--ink-2);
  letter-spacing: .005em;
  align-items: center;
  gap: 6px;
  padding: 0 9px;
  font-size: 11px;
  font-weight: 500;
  display: inline-flex;
}

.km-pill .dot {
  background: var(--mute);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.km-pill--ok {
  background: var(--ok-soft);
  color: var(--ok);
}

.km-pill--ok .dot {
  background: var(--ok);
}

.km-pill--warn {
  background: var(--warn-soft);
  color: var(--warn);
}

.km-pill--warn .dot {
  background: var(--warn);
}

.km-pill--danger {
  background: var(--danger-soft);
  color: var(--danger);
}

.km-pill--danger .dot {
  background: var(--danger);
}

.km-pill--info {
  background: var(--info-soft);
  color: var(--info);
}

.km-pill--info .dot {
  background: var(--info);
}

.km-pill--lagoon {
  background: var(--lagoon-soft);
  color: var(--lagoon);
}

.km-pill--lagoon .dot {
  background: var(--lagoon);
}

.km-pill--yellow {
  background: var(--yellow);
  color: var(--ink);
}

.km-pill--yellow .dot {
  background: var(--ink);
}

.km-pill--ink {
  background: var(--ink);
  color: #fff;
}

.km-pill--ink .dot {
  background: var(--yellow);
}

.km-pill--coral {
  background: var(--coral-soft);
  color: var(--coral);
}

.km-pill--outline {
  border: 1px solid var(--border);
  background: none;
}

.km-card {
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: var(--r);
}

.km-card--flat {
  border: none;
  border-top: 1px solid var(--hairline);
  border-radius: 0;
}

.km-input {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  height: 40px;
  color: var(--ink);
  align-items: center;
  width: 100%;
  padding: 0 12px;
  font-size: 13.5px;
  display: flex;
}

.km-input:focus-within, .km-input.focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px #0a0a0a14;
}

.km-input .ph {
  color: var(--mute-2);
}

.km-label {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--mute);
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 600;
  display: block;
}

.km-kpi {
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: var(--r);
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  padding: 16px 18px;
  display: flex;
}

.km-kpi .lbl {
  color: var(--mute);
  font-size: 11.5px;
  font-weight: 500;
}

.km-kpi .val {
  font-family: var(--font-display);
  letter-spacing: -.03em;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.km-kpi .delta {
  align-items: center;
  gap: 4px;
  font-size: 11.5px;
  font-weight: 600;
  display: inline-flex;
}

.km-kpi .delta.up {
  color: var(--ok);
}

.km-kpi .delta.down {
  color: var(--danger);
}

.km-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12.5px;
}

.km-table th {
  text-align: left;
  color: var(--mute);
  text-transform: uppercase;
  letter-spacing: .1em;
  border-bottom: 1px solid var(--hairline);
  background: var(--paper);
  padding: 10px 12px;
  font-size: 10.5px;
  font-weight: 500;
}

.km-table td {
  border-bottom: 1px solid var(--hairline);
  color: var(--ink-2);
  vertical-align: middle;
  padding: 12px;
}

.km-table tr:last-child td {
  border-bottom: none;
}

.km-table tr:hover td {
  background: #f4f0e680;
}

.km-prod {
  background: var(--card);
  border: 1px solid var(--hairline);
  border-radius: var(--r);
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.km-prod .img {
  aspect-ratio: 1;
  background: var(--cream);
  position: relative;
  overflow: hidden;
}

.km-prod .img .save {
  width: 28px;
  height: 28px;
  color: var(--ink);
  background: #ffffffeb;
  border-radius: 50%;
  place-items: center;
  display: grid;
  position: absolute;
  top: 8px;
  right: 8px;
}

.km-prod .img .tag {
  position: absolute;
  top: 8px;
  left: 8px;
}

.km-prod .body {
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px 12px;
  display: flex;
}

.km-prod .name {
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.km-prod .seller {
  color: var(--mute);
  font-size: 11px;
}

.km-prod .price {
  font-family: var(--font-display);
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 700;
}

.km-prod .price .sub {
  color: var(--mute);
  font-size: 11px;
  font-weight: 500;
  font-family: var(--font-body);
  letter-spacing: 0;
  margin-left: 4px;
  text-decoration: line-through;
}

.km-prod .rating {
  color: var(--ink-2);
  align-items: center;
  gap: 4px;
  font-size: 11.5px;
  display: flex;
}

.km-prod .rating .star {
  color: var(--ink);
}

.km-side {
  background: var(--card);
  border-right: 1px solid var(--hairline);
  flex-direction: column;
  font-size: 13px;
  display: flex;
}

.km-side .item {
  color: var(--ink-2);
  cursor: pointer;
  border-radius: 6px;
  align-items: center;
  gap: 10px;
  margin: 1px 8px;
  padding: 8px 14px;
  display: flex;
}

.km-side .item:hover {
  background: var(--cream);
}

.km-side .item.active {
  background: var(--ink);
  color: #fff;
}

.km-side .item.active .ico {
  color: var(--yellow);
}

.km-side .ico {
  opacity: .85;
  place-items: center;
  width: 16px;
  height: 16px;
  display: grid;
}

.km-side .group {
  text-transform: uppercase;
  letter-spacing: .15em;
  color: var(--mute-2);
  padding: 14px 22px 6px;
  font-size: 10px;
  font-weight: 600;
}

.km-av {
  background: var(--cream-2);
  width: 32px;
  height: 32px;
  color: var(--ink);
  border-radius: 50%;
  flex: none;
  place-items: center;
  font-size: 12px;
  font-weight: 600;
  display: grid;
  overflow: hidden;
}

.km-ph {
  background: linear-gradient(135deg, #0000000a, #0000),
    repeating-linear-gradient(45deg, var(--cream) 0 12px, var(--cream-2) 12px 24px);
  color: var(--mute);
  font-family: var(--font-serif);
  place-items: center;
  font-size: 13px;
  font-style: italic;
  display: grid;
  position: relative;
}

.km-ph.dark {
  color: #ffffff80;
  background: linear-gradient(135deg, #ffffff0f, #0000), repeating-linear-gradient(45deg, #1f1e1b 0 12px, #29281f 12px 24px);
}

.km-ph .seal {
  border-radius: inherit;
  opacity: .25;
  border: 1px dashed;
  position: absolute;
  inset: 12px;
}

.km-ribbon {
  background: var(--yellow);
  color: var(--ink);
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.km-phone {
  background: var(--ink);
  width: 360px;
  height: 760px;
  box-shadow: var(--sh-3);
  border-radius: 38px;
  padding: 10px;
  position: relative;
}

.km-phone .screen {
  background: var(--card);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.km-phone .notch {
  background: var(--ink);
  z-index: 5;
  border-radius: 14px;
  width: 100px;
  height: 26px;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.km-statusbar {
  letter-spacing: -.01em;
  justify-content: space-between;
  align-items: flex-end;
  height: 44px;
  padding: 0 24px 6px;
  font-size: 13.5px;
  font-weight: 600;
  display: flex;
}

.km-statusbar .right {
  align-items: center;
  gap: 5px;
  display: flex;
}

.km-tabbar {
  background: var(--card);
  border-top: 1px solid var(--hairline);
  z-index: 4;
  grid-template-columns: repeat(5, 1fr);
  height: 78px;
  padding-bottom: 22px;
  display: grid;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.km-tabbar .t {
  color: var(--mute);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  font-size: 10px;
  display: flex;
  position: relative;
}

.km-tabbar .t.on {
  color: var(--ink);
  font-weight: 600;
}

.km-tabbar .t.on:before {
  content: "";
  background: var(--ink);
  border-radius: 0 0 3px 3px;
  width: 22px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.km-divider {
  background: var(--hairline);
  height: 1px;
}

.km-divider--strong {
  background: var(--border);
}

.km-row {
  align-items: center;
  gap: 8px;
  display: flex;
}

.km-col {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.km-spacer {
  flex: 1;
}

.km-strike {
  color: var(--mute);
  text-decoration: line-through;
}

.km-live {
  background: var(--ok);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 2s infinite km-pulse;
  display: inline-block;
  box-shadow: 0 0 #1f8a4a80;
}

@keyframes km-pulse {
  0% {
    box-shadow: 0 0 #1f8a4a80;
  }

  70% {
    box-shadow: 0 0 0 8px #1f8a4a00;
  }

  100% {
    box-shadow: 0 0 #1f8a4a00;
  }
}

.km-step {
  color: var(--mute);
  align-items: center;
  gap: 8px;
  font-size: 12px;
  display: flex;
}

.km-step .n {
  border: 1px solid var(--border);
  border-radius: 50%;
  place-items: center;
  width: 22px;
  height: 22px;
  font-size: 11px;
  font-weight: 600;
  display: grid;
}

.km-step.done .n {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.km-step.on .n {
  background: var(--yellow);
  color: var(--ink);
  border-color: var(--ink);
}

.km-step.on {
  color: var(--ink);
  font-weight: 600;
}

.km-step.done {
  color: var(--ink);
}

.km-map {
  background: radial-gradient(circle at 30% 40%, #0f5c5e1a, #0000 50%), radial-gradient(circle at 70% 60%, #ffe60014, #0000 50%), linear-gradient(#ede9dd 0%, #e5e0d0 100%);
  position: relative;
  overflow: hidden;
}

.km-map svg.grid {
  opacity: .35;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.km-map .road {
  background: #0000001a;
  border-radius: 999px;
  position: absolute;
}

.km-map .pin {
  background: var(--ink);
  width: 28px;
  height: 28px;
  color: var(--yellow);
  border-radius: 50% 50% 50% 0;
  place-items: center;
  font-size: 11px;
  font-weight: 700;
  display: grid;
  position: absolute;
  transform: rotate(-45deg);
  box-shadow: 0 4px 12px #00000040;
}

.km-map .pin > * {
  transform: rotate(45deg);
}

.km-map .driver {
  background: var(--yellow);
  border: 3px solid var(--ink);
  border-radius: 50%;
  place-items: center;
  width: 36px;
  height: 36px;
  font-size: 16px;
  display: grid;
  position: absolute;
  box-shadow: 0 6px 16px #0000004d;
}

.km-mur:before {
  content: "Rs ";
  font-family: var(--font-body);
  opacity: .65;
  letter-spacing: .03em;
  margin-right: 2px;
  font-size: .7em;
  font-weight: 500;
}

[data-density="compact"] .km-card {
  border-radius: var(--r-sm);
}

[data-density="compact"] .km-btn {
  height: 32px;
  padding: 0 12px;
  font-size: 12px;
}

[data-density="compact"] .km-input {
  height: 34px;
  font-size: 12.5px;
}

[data-density="compact"] .km-prod .body {
  gap: 2px;
  padding: 8px 10px 10px;
}

[data-density="compact"] .km-kpi {
  padding: 12px 14px;
}

[data-density="compact"] .km-table td {
  padding: 8px 12px;
}

/* [project]/apps/driver/app/globals.css [app-client] (css) */
*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:before, :after {
  --tw-content: "";
}

html, :host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.border {
  border-width: 1px;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration-line: underline;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

html, body {
  background: var(--surface);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

body {
  font-family: var(--font-body);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  font-family: inherit;
}

/*# sourceMappingURL=apps_driver_app_0m79i6m._.css.map*/