:root {
  --navy: #061b30;
  --navy-deep: #03111f;
  --ink: #09203a;
  --gold: #fdb813;
  --gold-dark: #e6a400;
  --cream: #fffdf8;
  --mist: #edf1f3;
  --muted: #667689;
  --line: #dfe6ea;
  --lime: #b9e961;
  --danger: #ef715e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--cream); color: var(--ink); font-family: "Manrope", Arial, sans-serif; }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.site-shell { overflow: hidden; }
.section, .topbar, footer { max-width: 1220px; margin: 0 auto; }

.topbar { height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; position: relative; z-index: 20; }
.brand { display: inline-flex; gap: 8px; align-items: center; font-size: 21px; letter-spacing: -1.2px; font-weight: 800; }
.brand img { width: 42px; height: 42px; object-fit: contain; mix-blend-mode: multiply; }
.brand > span > span { color: var(--gold-dark); }
.main-nav { display: flex; gap: 32px; margin-left: 86px; }
.main-nav a { font-size: 13px; font-weight: 700; color: #4d5b6c; transition: color .2s ease; }
.main-nav a:hover { color: var(--ink); }
.header-cta { background: var(--navy); color: white; padding: 12px 16px; border-radius: 8px; font-size: 13px; font-weight: 700; box-shadow: 0 7px 15px rgb(6 27 48 / 12%); }
.header-cta span { margin-left: 9px; color: var(--gold); }
.auth-actions { display: flex; align-items: center; gap: 11px; }.auth-actions form { margin: 0; }.signed-in-name { color: #5f7080; font-size: 11px; font-weight: 700; }.logout-button { border: 0; padding: 5px 0; color: #617482; background: transparent; font-size: 11px; font-weight: 800; }.logout-button:hover { color: var(--gold-dark); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }

.hero { min-height: 620px; position: relative; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 50px; padding: 68px 28px 84px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 15px; font: 500 11px/1.3 "DM Mono", monospace; letter-spacing: .11em; text-transform: uppercase; color: #6e7b87; }
.pulse-dot { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgb(253 184 19 / 18%); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; max-width: 590px; font-size: clamp(43px, 5vw, 67px); line-height: .98; letter-spacing: -4px; font-weight: 800; }
h1 em, h2 em { font-style: normal; color: var(--gold-dark); }
.hero-description { max-width: 485px; margin-bottom: 31px; color: var(--muted); font-size: 16px; line-height: 1.65; }

.role-switcher { display: flex; max-width: 554px; padding: 5px; gap: 2px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 10px 30px rgb(7 27 48 / 5%); }
.role-tab { flex: 1; display: flex; gap: 9px; align-items: center; border: 0; padding: 11px 8px; text-align: left; color: #657484; background: transparent; border-radius: 8px; transition: background .25s ease, color .25s ease, transform .25s ease; }
.role-tab:hover { transform: translateY(-1px); }
.role-tab.active { color: var(--ink); background: #fff4d8; }
.role-icon { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; background: #edf2f5; font-size: 16px; font-weight: 800; }
.active .role-icon { background: var(--gold); color: var(--navy); }
.role-tab strong, .role-tab small { display: block; white-space: nowrap; }
.role-tab strong { font-size: 11px; line-height: 1.25; }
.role-tab small { margin-top: 2px; font-size: 9px; font-weight: 600; color: #7b8995; }
.quick-stats { display: flex; gap: 0; margin-top: 36px; }
.quick-stats div { padding: 0 24px; border-left: 1px solid var(--line); }
.quick-stats div:first-child { padding-left: 0; border: 0; }
.quick-stats strong, .quick-stats span { display: block; }
.quick-stats strong { font-size: 17px; letter-spacing: -.8px; }
.quick-stats span { margin-top: 3px; color: #7e8c96; font-size: 10px; font-weight: 600; }

.hero-visual { align-self: stretch; min-height: 545px; position: relative; border: 1px solid #d9e1e5; border-radius: 24px; overflow: hidden; background-color: #e8edef; background-image: linear-gradient(30deg, transparent 47%, rgb(255 255 255 / .45) 48%, rgb(255 255 255 / .45) 52%, transparent 53%), linear-gradient(117deg, transparent 45%, rgb(255 255 255 / .45) 46%, rgb(255 255 255 / .45) 49%, transparent 50%), linear-gradient(0deg, transparent 48%, rgb(255 255 255 / .34) 49%, rgb(255 255 255 / .34) 51%, transparent 52%); background-size: 250px 200px, 320px 270px, 180px 160px; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 89% 8%, rgb(253 184 19 / 18%), transparent 23%), linear-gradient(90deg, rgb(232 237 239 / .1), rgb(232 237 239 / .45)); pointer-events: none; }
.map-dots { position: absolute; width: 106px; height: 106px; opacity: .35; background-image: radial-gradient(var(--ink) 1px, transparent 1px); background-size: 9px 9px; z-index: 1; }
.dots-one { right: 22px; top: 34px; }.dots-two { left: 30px; bottom: 30px; }
.route-line { position: absolute; border: 2px dashed var(--gold); border-left: 0; border-bottom: 0; border-radius: 0 80px 0 0; opacity: .9; z-index: 1; }
.route-line-one { left: 74px; top: 105px; width: 198px; height: 148px; transform: rotate(-18deg); }.route-line-two { right: 58px; bottom: 118px; width: 150px; height: 164px; transform: rotate(26deg); }
.map-label { position: absolute; z-index: 1; font: 500 9px "DM Mono", monospace; color: #7b8b96; background: rgb(255 255 255 / .8); padding: 5px 7px; border-radius: 3px; }.label-one { top: 88px; left: 42px; }.label-two { right: 42px; bottom: 93px; }
.map-pin { position: absolute; z-index: 2; width: 17px; height: 17px; background: white; border: 4px solid var(--navy); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 5px 10px rgb(4 26 45 / 22%); }.map-pin span { display: block; width: 3px; height: 3px; margin: 3px; border-radius: 50%; background: var(--gold); }.pin-one { top: 165px; left: 95px; }.pin-two { right: 80px; bottom: 146px; border-color: var(--gold); }
.car-marker { position: absolute; z-index: 3; display: grid; place-items: center; top: 74px; right: 116px; width: 31px; height: 31px; border: 3px solid white; border-radius: 50%; background: var(--navy); color: var(--gold); font-size: 13px; box-shadow: 0 5px 12px rgb(4 26 45 / 30%); }

.app-card { position: absolute; z-index: 4; top: 50%; left: 50%; width: min(340px, 66%); transform: translate(-50%, -50%); padding: 20px; border: 1px solid rgb(255 255 255 / 75%); border-radius: 19px; background: rgb(255 255 255 / 94%); box-shadow: 0 24px 55px rgb(6 27 48 / 20%); backdrop-filter: blur(8px); opacity: 0; pointer-events: none; transition: opacity .35s ease, transform .35s ease; }.app-card.active-panel { opacity: 1; pointer-events: auto; }
.app-topline, .driver-header, .admin-head { display: flex; justify-content: space-between; align-items: center; }.app-avatar { display: grid; place-items: center; float: left; width: 34px; height: 34px; margin-right: 9px; border-radius: 11px; background: var(--navy); color: var(--gold); font-weight: 700; font-size: 13px; }.app-topline span, .driver-header > div > span, .admin-head span { display: block; color: #7c8995; font-size: 9px; font-weight: 600; }.app-topline strong { display: block; font-size: 13px; }.round-button { border: 1px solid #e6ecef; width: 30px; height: 30px; color: var(--navy); background: white; border-radius: 9px; font-size: 15px; }
.trip-search { margin: 18px 0 14px; padding: 12px; border: 1px solid #e2e9ed; background: white; border-radius: 11px; }.location-row { display: flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 700; }.location-row i { width: 8px; height: 8px; border-radius: 50%; flex: 0 0 auto; }.origin { background: var(--navy); }.destination { border: 2px solid var(--gold); }.location-divider { height: 10px; width: 1px; margin: 3px 0 3px 4px; background: #d8e0e4; }
.ride-type-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }.ride-type { padding: 8px; border: 1px solid #e6ecef; border-radius: 9px; text-align: center; background: white; }.ride-type.active-type { border-color: var(--gold); background: #fffaf0; }.ride-type > * { display: block; }.mini-car { font-size: 15px; color: #71808c; transform: scaleX(1.5); }.ride-type strong { margin-top: 2px; font-size: 10px; }.ride-type small { margin-top: 1px; color: #7f8e99; font-size: 9px; font-weight: 600; }
.primary-action { width: 100%; border: 0; margin-top: 14px; padding: 13px 16px; border-radius: 9px; color: var(--navy); background: var(--gold); font-size: 11px; font-weight: 800; box-shadow: 0 7px 14px rgb(253 184 19 / 24%); transition: transform .2s ease, background .2s ease; }.primary-action:hover { background: #ffc536; transform: translateY(-1px); }.primary-action span { float: right; font-size: 16px; line-height: 10px; }.trust-line { margin-top: 11px; color: #7b8995; text-align: center; font-size: 8px; font-weight: 600; }.trust-line span { color: #4ca86c; font-size: 11px; }
.floating-rating, .floating-shield { position: absolute; z-index: 5; display: flex; align-items: center; gap: 8px; padding: 9px 11px; border-radius: 10px; background: white; box-shadow: 0 10px 25px rgb(5 27 46 / 16%); }.floating-rating { top: 55px; left: 22px; }.floating-rating > span { color: var(--gold); font-size: 15px; }.floating-rating strong, .floating-rating small, .floating-shield strong, .floating-shield small { display: block; }.floating-rating strong { font-size: 12px; }.floating-rating small, .floating-shield small { color: #80909b; font-size: 8px; font-weight: 600; }.floating-shield { bottom: 52px; right: 22px; }.floating-shield > span { display: grid; place-items: center; width: 23px; height: 23px; background: #e6f5d0; border-radius: 7px; color: #548f14; font-weight: 900; }.floating-shield p { margin: 0; }.floating-shield strong { font-size: 9px; }

.driver-panel h2, .admin-panel h2 { margin: 3px 0 0; font-size: 16px; letter-spacing: -.7px; }.status-live { color: #5f981c !important; }.status-live i { display: inline-block; width: 6px; height: 6px; margin-right: 3px; border-radius: 50%; background: #7cbe24; }.earning-card { position: relative; overflow: hidden; margin: 18px 0 12px; padding: 15px; border-radius: 12px; color: white; background: var(--navy); }.earning-card > span, .earning-card small { position: relative; z-index: 2; display: block; color: #9fb1be; font-size: 9px; font-weight: 600; }.earning-card strong { position: relative; z-index: 2; display: block; margin: 3px 0; font-size: 25px; letter-spacing: -1.4px; }.earning-card small { color: var(--lime); }.earning-bars { position: absolute; right: 11px; bottom: -9px; display: flex; align-items: end; height: 55px; gap: 4px; opacity: .6; }.earning-bars i { width: 5px; background: var(--gold); border-radius: 2px 2px 0 0; }.earning-bars i:nth-child(1) {height:19px}.earning-bars i:nth-child(2) {height:28px}.earning-bars i:nth-child(3) {height:22px}.earning-bars i:nth-child(4) {height:39px}.earning-bars i:nth-child(5) {height:31px}.earning-bars i:nth-child(6) {height:50px}.earning-bars i:nth-child(7) {height:42px}
.ride-request { display: flex; gap: 11px; align-items: center; padding: 10px; border: 1px solid #e3eaed; border-radius: 10px; background: white; }.request-route { display: grid; justify-items: center; gap: 3px; }.request-route > span:nth-child(2) { width: 1px; height: 15px; border-left: 1px dashed #a7b4bc; }.request-origin, .request-destination { width: 7px; height: 7px; border-radius: 50%; background: var(--navy); }.request-destination { border-radius: 1px; background: var(--gold); }.ride-request strong { display: block; font-size: 10px; }.ride-request p { margin: 2px 0; font-size: 9px; font-weight: 600; }.ride-request small { color: #7c8995; font-size: 8px; font-weight: 700; }.request-actions { display: grid; grid-template-columns: 1fr 2fr; gap: 7px; margin-top: 10px; }.request-actions button { border: 0; padding: 10px; border-radius: 8px; color: #6b7b86; background: #edf1f2; font-size: 10px; font-weight: 800; }.request-actions .accept-ride { color: var(--navy); background: var(--gold); }
.admin-panel { padding: 19px; }.admin-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 17px 0 15px; }.admin-metrics div { padding: 11px; border-radius: 10px; background: #f3f6f7; }.admin-metrics span, .admin-metrics strong, .admin-metrics small { display: block; }.admin-metrics span { color: #7b8995; font-size: 8px; font-weight: 700; }.admin-metrics strong { margin: 3px 0 1px; font-size: 20px; letter-spacing: -1px; }.admin-metrics small { color: #699d2c; font-size: 8px; font-weight: 800; }.activity-title { display: flex; justify-content: space-between; font-size: 10px; }.activity-title span { color: #68808f; font-size: 9px; font-weight: 700; }.activity-chart { position: relative; height: 62px; margin: 6px 0 11px; overflow: hidden; border-bottom: 1px solid #dce4e8; }.chart-columns { position: absolute; inset: 6px 0 0; display: flex; gap: 6px; align-items: end; }.chart-columns i { flex: 1; background: #dfe7ea; border-radius: 3px 3px 0 0; }.chart-columns i:nth-child(1){height:25%}.chart-columns i:nth-child(2){height:45%}.chart-columns i:nth-child(3){height:37%}.chart-columns i:nth-child(4){height:67%}.chart-columns i:nth-child(5){height:48%}.chart-columns i:nth-child(6){height:78%}.chart-columns i:nth-child(7){height:65%}.chart-columns i:nth-child(8){height:45%}.chart-columns i:nth-child(9){height:86%;background:#f9cd55}.chart-columns i:nth-child(10){height:62%}.chart-columns i:nth-child(11){height:89%}.chart-columns i:nth-child(12){height:57%}.chart-line { position: absolute; left: 0; top: 37px; width: 100%; border-top: 2px solid var(--navy); transform: skewY(-10deg); }.fleet-status { display: flex; align-items: center; gap: 8px; padding: 9px; background: #fff7e5; border-radius: 10px; }.driver-stack { display: flex; padding-left: 1px; }.driver-stack i { display: grid; place-items: center; width: 20px; height: 20px; margin-left: -4px; border: 1px solid white; border-radius: 50%; background: #19415c; color: white; font-size: 7px; font-style: normal; }.driver-stack i:nth-child(2){background:#e59e19}.driver-stack i:nth-child(3){background:#6a9b91}.fleet-status strong, .fleet-status small { display: block; }.fleet-status strong { font-size: 8px; }.fleet-status small { color: #75838e; font-size: 7px; }.fleet-status b { margin-left: auto; color: var(--gold-dark); }

.experience-strip { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 0; padding: 0 28px; margin: 0 auto; max-width: 1276px; }.strip-intro { padding: 56px 36px 46px 6px; }.strip-intro h2 { margin: 0; max-width: 300px; font-size: 28px; line-height: 1.08; letter-spacing: -1.6px; }.experience-card { min-height: 274px; position: relative; padding: 29px 24px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); background: white; }.experience-card:first-of-type { border-left: 1px solid var(--line); border-radius: 14px 0 0 14px; }.experience-card:last-child { border-radius: 0 14px 14px 0; }.card-number { position: absolute; top: 18px; right: 18px; color: #bbc7cf; font: 500 10px "DM Mono", monospace; }.card-icon { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 10px; background: #eef3f5; color: var(--navy); font-weight: 800; }.passenger-card .card-icon { background: #fff2cf; }.driver-card .card-icon { background: #e7f5d6; }.admin-card .card-icon { background: #e7eef4; }.experience-card h3 { margin: 24px 0 9px; font-size: 15px; }.experience-card p { margin-bottom: 19px; color: #748391; font-size: 11px; line-height: 1.62; }.experience-card a, .text-link { color: var(--ink); font-size: 11px; font-weight: 800; }.experience-card a span, .text-link span { margin-left: 7px; color: var(--gold-dark); font-size: 16px; vertical-align: -1px; }

.how-section { padding: 128px 28px 110px; }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; }.section-heading h2 { max-width: 580px; margin: 0; font-size: clamp(31px, 4vw, 49px); line-height: 1.04; letter-spacing: -2.8px; }.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 59px; }.steps-grid article { border-top: 2px solid var(--navy); padding-top: 18px; }.step-no { color: var(--gold-dark); font: 500 11px "DM Mono", monospace; }.steps-grid h3 { margin: 23px 0 8px; font-size: 18px; letter-spacing: -.7px; }.steps-grid p { max-width: 280px; color: #748391; font-size: 12px; line-height: 1.6; }

.safety-section { display: grid; grid-template-columns: 1fr 1fr; max-width: none; min-height: 511px; background: var(--navy); color: white; }.safety-art { position: relative; min-height: 440px; overflow: hidden; background: radial-gradient(circle at 40% 54%, #20445a, #071b2d 67%); }.safety-orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgb(255 255 255 / 16%); border-radius: 50%; transform: translate(-50%, -50%); }.orbit-one { width: 280px; height: 280px; }.orbit-two { width: 430px; height: 430px; }.safety-badge { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 134px; height: 134px; border: 7px solid rgb(255 255 255 / 9%); border-radius: 50%; transform: translate(-50%, -50%); background: var(--gold); color: var(--navy); font-size: 40px; font-weight: 800; box-shadow: 0 0 0 15px rgb(253 184 19 / 8%); }.safety-badge span { font: 800 10px "DM Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }.shield-shape { position: absolute; top: 69px; left: calc(50% - 160px); color: var(--gold); font-size: 27px; }.safety-chip { position: absolute; padding: 8px 10px; border: 1px solid rgb(255 255 255 / 15%); border-radius: 7px; color: #deeaef; background: rgb(255 255 255 / 6%); font-size: 9px; font-weight: 700; }.chip-left { bottom: 88px; left: 22%; }.chip-right { top: 112px; right: 15%; }.safety-copy { align-self: center; max-width: 525px; padding: 65px 48px 65px 72px; }.safety-copy .eyebrow { color: #a8bac5; }.safety-copy h2 { margin-bottom: 19px; font-size: clamp(32px, 4vw, 48px); line-height: 1.06; letter-spacing: -2.6px; }.safety-copy h2 em { color: var(--gold); }.safety-copy > p:not(.eyebrow) { max-width: 450px; color: #b4c3cc; font-size: 13px; line-height: 1.7; }.safety-copy ul { padding: 0; margin: 27px 0 26px; list-style: none; }.safety-copy li { margin: 11px 0; color: #d4dfe5; font-size: 12px; font-weight: 600; }.safety-copy li span { display: inline-grid; place-items: center; width: 16px; height: 16px; margin-right: 8px; border-radius: 50%; color: var(--navy); background: var(--gold); font-size: 10px; }.safety-copy .text-link { color: white; }

.cta-section { display: flex; justify-content: space-between; align-items: center; gap: 50px; padding: 112px 28px; }.cta-section h2 { margin: 0 0 9px; font-size: clamp(33px, 4vw, 48px); letter-spacing: -2.5px; }.cta-section p:not(.eyebrow) { margin-bottom: 0; color: #71808b; font-size: 13px; }.cta-buttons { display: flex; gap: 10px; min-width: 320px; }.cta-buttons .primary-action, .cta-buttons .secondary-action { margin-top: 0; }.secondary-action { width: 100%; border: 1px solid #d7e0e5; padding: 13px 15px; border-radius: 9px; color: var(--navy); background: white; font-size: 11px; font-weight: 800; }.secondary-action span { float: right; color: var(--gold-dark); font-size: 14px; }

footer { padding: 61px 28px 21px; border-top: 1px solid #dfe6e9; }.footer-top { display: flex; justify-content: space-between; align-items: start; padding-bottom: 44px; }.footer-brand img { width: 48px; height: 48px; }.footer-top > p { margin: 3px 0 0; color: #71808b; font-size: 12px; line-height: 1.55; }.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 20px; padding-bottom: 48px; }.footer-label { display: block; margin-bottom: 12px; color: #8796a1; font: 500 10px "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }.footer-grid p { margin: 0; color: #4f6270; font-size: 11px; line-height: 1.7; }.footer-grid a:hover { color: var(--gold-dark); }.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid #e3e8eb; color: #87939d; font-size: 10px; }

.booking-modal { width: min(420px, calc(100% - 32px)); padding: 42px 31px 30px; border: 0; border-radius: 17px; color: var(--ink); background: white; box-shadow: 0 28px 70px rgb(4 20 35 / 30%); text-align: center; }.booking-modal::backdrop { background: rgb(3 17 31 / 63%); backdrop-filter: blur(3px); }.modal-close { position: absolute; top: 13px; right: 13px; border: 0; background: transparent; color: #748391; font-size: 24px; line-height: 1; }.booking-modal .modal-icon { display: grid; place-items: center; width: 51px; height: 51px; margin: 0 auto 19px; border-radius: 16px; background: #fff1ca; color: #c88600; font-size: 25px; font-weight: 800; }.booking-modal h2 { margin: 0 auto 12px; max-width: 300px; font-size: 26px; line-height: 1.08; letter-spacing: -1.5px; }.booking-modal p:not(.eyebrow) { color: #6c7c88; font-size: 12px; line-height: 1.65; }.booking-modal .primary-action { position: static; margin-top: 11px; font-size: 11px; }
.auth-page { display: grid; min-height: 100vh; place-items: center; padding: 38px 20px; background: radial-gradient(circle at 88% 7%, rgb(253 184 19 / 18%), transparent 24%), linear-gradient(125deg, #fffdf8, #edf4f5); }.auth-shell { width: min(416px, 100%); }.auth-shell > .brand { margin: 0 0 27px 5px; }.auth-card { padding: 31px; border: 1px solid #dce5e9; border-radius: 18px; background: rgb(255 255 255 / 95%); box-shadow: 0 22px 55px rgb(7 27 48 / 12%); }.auth-card h1 { margin: 0 0 12px; font-size: 39px; line-height: 1; letter-spacing: -2.4px; }.auth-card h1 em { color: var(--gold-dark); font-style: normal; }.auth-intro { margin-bottom: 24px; color: #71818d; font-size: 12px; line-height: 1.65; }.auth-card .field-group { margin-bottom: 15px; }.auth-card .field-group input { width: 100%; height: 43px; border: 1px solid #dce5e9; border-radius: 8px; outline: none; padding: 0 11px; color: var(--ink); background: #fff; font-family: inherit; font-size: 11px; font-weight: 600; }.auth-card .field-group input:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgb(253 184 19 / 14%); }.auth-submit { display: block; margin-top: 3px; text-align: left; }.auth-switch { margin: 19px 0 0; color: #71818d; text-align: center; font-size: 11px; font-weight: 600; }.auth-switch a { color: var(--gold-dark); font-weight: 800; }

@media (max-width: 900px) { .main-nav { gap: 20px; margin-left: 0; }.hero { gap: 28px; }.role-tab { padding: 10px 5px; }.safety-copy { padding-left: 45px; }.experience-strip { grid-template-columns: 1fr 1fr 1fr; }.strip-intro { grid-column: 1 / -1; padding: 70px 6px 28px; }.strip-intro h2 { max-width: 530px; }.experience-card:first-of-type { border-left: 1px solid var(--line); border-radius: 14px 0 0 14px; } }
@media (max-width: 700px) { .topbar { height: 72px; padding: 0 20px; }.brand { font-size: 18px; }.brand img { width: 37px; height: 37px; }.nav-toggle { display: grid; gap: 5px; }.nav-toggle span { display: block; width: 21px; height: 2px; background: var(--navy); transition: transform .2s; }.main-nav { position: absolute; top: 64px; right: 14px; left: 14px; display: none; flex-direction: column; gap: 15px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 15px 30px rgb(7 27 48 / 12%); }.main-nav.open { display: flex; }.header-cta { display: none; }.signed-in-name, .logout-button { display: none; }.hero { grid-template-columns: 1fr; padding: 53px 20px 45px; }.hero-copy { text-align: center; }.hero-description { margin-left: auto; margin-right: auto; }.role-switcher { text-align: left; }.role-tab small { display: none; }.quick-stats { justify-content: center; }.quick-stats div { padding: 0 16px; }.hero-visual { width: min(100%, 495px); min-height: 500px; justify-self: center; }.experience-strip { grid-template-columns: 1fr; padding: 0 20px; }.strip-intro { padding: 50px 0 25px; }.experience-card, .experience-card:first-of-type, .experience-card:last-child { min-height: 0; border-left: 1px solid var(--line); border-radius: 0; }.experience-card:first-of-type { border-radius: 14px 14px 0 0; }.experience-card:last-child { border-radius: 0 0 14px 14px; }.how-section { padding: 88px 20px 72px; }.section-heading { display: block; }.steps-grid { grid-template-columns: 1fr; margin-top: 40px; gap: 28px; }.safety-section { grid-template-columns: 1fr; }.safety-art { min-height: 370px; }.safety-copy { padding: 55px 25px 64px; }.cta-section { display: block; padding: 75px 20px; }.cta-buttons { min-width: 0; margin-top: 31px; }.footer-top { display: block; }.footer-grid { grid-template-columns: 1fr; gap: 26px; }.footer-bottom { gap: 15px; flex-direction: column; }.app-card { width: min(340px, 77%); }.floating-rating { left: 12px; }.floating-shield { right: 12px; } }
@media (max-width: 395px) { h1 { letter-spacing: -2.8px; }.role-icon { display: none; }.role-tab { justify-content: center; text-align: center; }.quick-stats div { padding: 0 10px; }.quick-stats strong { font-size: 15px; }.app-card { width: 82%; }.floating-rating, .floating-shield { transform: scale(.88); }.floating-rating { transform-origin: top left; }.floating-shield { transform-origin: bottom right; } }

/* Booking engine */
.site-messages { position: fixed; z-index: 50; top: 16px; left: 50%; width: min(520px, calc(100% - 32px)); transform: translateX(-50%); }.message { margin: 0 0 8px; padding: 12px 15px; border: 1px solid #dce5e9; border-radius: 9px; color: #315063; background: white; box-shadow: 0 10px 26px rgb(7 27 48 / 12%); font-size: 11px; font-weight: 700; }.message.success { color: #4c7c18; border-color: #d4e8b6; background: #f4fae9; }.message.error { color: #a93d31; border-color: #f1d1ca; background: #fff4f2; }
.operations-page { min-height: 100vh; background: linear-gradient(125deg, #fffdf8 0 51%, #f0f5f6 51%); }.operations-topbar { display: flex; align-items: center; justify-content: space-between; max-width: 1190px; height: 86px; padding: 0 28px; margin: 0 auto; }.operations-topbar > div { display: flex; align-items: center; gap: 16px; }.operations-label { padding: 5px 8px; border-radius: 5px; color: #5b8a1e; background: #eaf5d8; font: 500 9px "DM Mono", monospace; letter-spacing: .07em; text-transform: uppercase; }.operations-main { max-width: 1190px; padding: 53px 28px 88px; margin: 0 auto; }.operations-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 32px; }.operations-heading h1 { margin: 0 0 12px; font-size: clamp(39px, 5vw, 58px); line-height: .98; letter-spacing: -3.3px; }.operations-heading h1 em { color: var(--gold-dark); font-style: normal; }.operations-heading > div > p:not(.eyebrow) { max-width: 545px; margin-bottom: 0; color: #71818d; font-size: 13px; line-height: 1.65; }.operations-admin-link { width: auto; min-width: 145px; white-space: nowrap; }.operations-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; margin-bottom: 31px; }.operations-metrics article { padding: 17px; border: 1px solid #dce5e9; border-radius: 12px; background: white; box-shadow: 0 9px 20px rgb(7 27 48 / 4%); }.operations-metrics .metric-warm { background: #fff8e9; border-color: #f3dfb4; }.operations-metrics .metric-calm { background: #eef7f8; border-color: #d5e9eb; }.operations-metrics .metric-green { background: #f1f8e4; border-color: #d7e8bd; }.operations-metrics span, .operations-metrics strong, .operations-metrics small { display: block; }.operations-metrics span { color: #70818c; font-size: 9px; font-weight: 800; }.operations-metrics strong { margin: 6px 0 3px; font-size: 28px; letter-spacing: -1.4px; }.operations-metrics small { color: #84929a; font-size: 9px; font-weight: 600; }.operations-section { margin-top: 23px; padding: 24px; border: 1px solid #dce5e9; border-radius: 15px; background: rgb(255 255 255 / 92%); box-shadow: 0 12px 34px rgb(7 27 48 / 6%); }.operations-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }.operations-section-head .eyebrow { margin-bottom: 5px; }.operations-section-head h2 { margin: 0; font-size: 20px; letter-spacing: -1px; }.operations-section-head > span { padding: 5px 8px; border-radius: 5px; color: #75858f; background: #f1f4f5; font-size: 9px; font-weight: 800; }.application-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }.driver-application { display: flex; align-items: center; gap: 10px; padding: 13px; border: 1px solid #e1e9ec; border-radius: 10px; background: #fbfcfc; }.driver-application .driver-avatar { flex: 0 0 auto; }.driver-application strong, .driver-application small { display: block; }.driver-application strong { font-size: 11px; }.driver-application small { margin-top: 2px; color: #788791; font-size: 9px; font-weight: 600; }.driver-application form { margin-left: auto; }.approve-button, .save-request-button { border: 0; border-radius: 7px; color: var(--navy); background: var(--gold); font-size: 9px; font-weight: 800; }.approve-button { padding: 9px 10px; }.approve-button span { margin-left: 4px; }.operations-empty { display: flex; align-items: center; gap: 11px; padding: 16px; border: 1px dashed #d8e2e6; border-radius: 10px; background: #fbfcfc; }.operations-empty > span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 8px; color: #608e25; background: #eaf5d8; font-weight: 900; }.operations-empty strong, .operations-empty small { display: block; }.operations-empty strong { font-size: 10px; }.operations-empty small { margin-top: 3px; color: #778791; font-size: 9px; }.operations-table-wrap { overflow-x: auto; }.operations-table { width: 100%; min-width: 900px; border-collapse: collapse; text-align: left; }.operations-table th { padding: 0 10px 10px; color: #81909a; font: 500 9px "DM Mono", monospace; letter-spacing: .05em; text-transform: uppercase; }.operations-table td { padding: 13px 10px; border-top: 1px solid #e5ecef; vertical-align: middle; }.operations-table td:first-child, .operations-table th:first-child { padding-left: 0; }.operations-table td:last-child, .operations-table th:last-child { padding-right: 0; }.operations-table strong, .operations-table small { display: block; }.operations-table strong { max-width: 210px; font-size: 10px; }.operations-table small { max-width: 220px; margin-top: 3px; color: #7c8a94; font-size: 8px; font-weight: 600; line-height: 1.45; }.unassigned { display: inline-block; padding: 4px 6px; border-radius: 5px; color: #b07800; background: #fff3d3; font-size: 8px; font-weight: 800; }.ride-management-form { display: grid; grid-template-columns: 125px 116px 48px; gap: 6px; align-items: end; }.ride-management-form label span { display: block; margin-bottom: 4px; color: #82909a; font-size: 8px; font-weight: 800; }.ride-management-form select { width: 100%; height: 31px; border: 1px solid #dce5e9; border-radius: 6px; padding: 0 5px; color: #314958; background: white; font-family: inherit; font-size: 8px; font-weight: 700; }.save-request-button { height: 31px; padding: 0 7px; }.approve-button:hover, .save-request-button:hover { background: #ffc536; }
@media (max-width: 760px) { .operations-page { background: var(--cream); }.operations-topbar { height: 72px; padding: 0 20px; }.operations-label { display: none; }.operations-main { padding: 46px 20px 72px; }.operations-heading { display: block; }.operations-heading h1 { font-size: 40px; }.operations-admin-link { display: inline-block; margin-top: 23px; }.operations-metrics { grid-template-columns: 1fr 1fr; }.operations-section { padding: 19px; }.application-grid { grid-template-columns: 1fr; }.driver-application { align-items: start; }.driver-application form { align-self: center; }.operations-table-wrap { overflow: visible; }.operations-table, .operations-table tbody, .operations-table tr, .operations-table td { display: block; width: 100%; }.operations-table { min-width: 0; }.operations-table thead { display: none; }.operations-table tbody { display: grid; gap: 12px; }.operations-table tr { overflow: hidden; border: 1px solid #e0e8eb; border-radius: 10px; background: #fbfcfc; }.operations-table td, .operations-table td:first-child, .operations-table td:last-child { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 9px; padding: 11px 12px; border: 0; border-bottom: 1px solid #e7edef; }.operations-table td::before { content: attr(data-label); color: #7d8d97; font: 500 8px "DM Mono", monospace; letter-spacing: .04em; text-transform: uppercase; }.operations-table td:last-child { border-bottom: 0; }.operations-table td[data-label="Manage request"] { display: block; padding: 13px 12px; background: white; }.operations-table td[data-label="Manage request"]::before { display: block; margin-bottom: 9px; }.ride-management-form { grid-template-columns: 1fr 1fr; gap: 9px; }.ride-management-form label span { font-size: 9px; }.ride-management-form select { height: 39px; padding: 0 8px; font-size: 10px; }.save-request-button { grid-column: 1 / -1; height: 40px; font-size: 10px; }.dashboard-head > div:first-child { min-width: 0; }.dashboard-head h1 { overflow-wrap: anywhere; } }
.driver-registration-main { display: grid; grid-template-columns: .88fr 1.12fr; gap: 92px; align-items: center; max-width: 1036px; min-height: calc(100vh - 86px); padding: 58px 28px 90px; margin: 0 auto; }.driver-benefits { display: grid; gap: 8px; max-width: 380px; }.driver-benefits div { display: grid; grid-template-columns: 25px 1fr; column-gap: 8px; padding: 10px; border: 1px solid #dde6e9; border-radius: 9px; background: rgb(255 255 255 / 70%); }.driver-benefits span { grid-row: 1 / span 2; color: var(--gold-dark); font: 500 10px "DM Mono", monospace; }.driver-benefits strong, .driver-benefits small { display: block; }.driver-benefits strong { color: var(--ink); font-size: 10px; }.driver-benefits small { margin-top: 2px; color: #748391; font-size: 9px; }.driver-form-section { margin-top: 18px; padding-top: 18px; border-top: 1px solid #e4ebee; }.driver-form-section:first-of-type { margin-top: 0; padding-top: 0; border-top: 0; }.driver-form-section h3 { margin: 0 0 5px; font-size: 15px; letter-spacing: -.5px; }.driver-form-section p { margin: 0 0 14px; color: #748391; font-size: 10px; line-height: 1.6; }.driver-dashboard-main { display: grid; place-items: center; min-height: calc(100vh - 86px); padding: 54px 24px 86px; }.driver-dashboard-card { width: min(620px, 100%); padding: 33px; border: 1px solid #dce5e9; border-radius: 19px; background: white; box-shadow: 0 22px 55px rgb(7 27 48 / 10%); }.dashboard-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; }.dashboard-head h1 { margin: 0 0 8px; font-size: 33px; letter-spacing: -1.8px; }.dashboard-head h1 em { color: var(--gold-dark); font-style: normal; }.dashboard-head > div > p:not(.eyebrow) { max-width: 380px; margin: 0; color: #71818d; font-size: 11px; line-height: 1.6; }.dashboard-avatar { flex: 0 0 auto; width: 48px; height: 48px; border-radius: 14px; font-size: 18px; }.driver-status { display: flex; gap: 10px; align-items: start; margin-top: 24px; padding: 13px; border-radius: 11px; }.driver-status.approved { background: #eff8df; }.driver-status.pending { background: #fff5dd; }.driver-status > span { display: grid; place-items: center; flex: 0 0 auto; width: 23px; height: 23px; border-radius: 7px; font-weight: 900; }.driver-status.approved > span { color: #568b1d; background: #d8efb8; }.driver-status.pending > span { color: #c88700; background: #ffe6a9; }.driver-status strong, .driver-status small { display: block; }.driver-status strong { font-size: 10px; }.driver-status small { margin-top: 3px; color: #72818d; font-size: 9px; line-height: 1.45; }.availability-button { width: 100%; margin-top: 11px; }.offline-button { border: 1px solid #dce5e9; padding: 13px 16px; border-radius: 9px; color: #607382; background: white; font-size: 11px; font-weight: 800; }.offline-button span { float: right; color: #719f2e; }.driver-profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 15px 0 25px; }.driver-profile-grid div { padding: 11px; border: 1px solid #e4ebee; border-radius: 9px; background: #fbfcfc; }.driver-profile-grid span, .driver-profile-grid strong { display: block; }.driver-profile-grid span { color: #7b8994; font-size: 8px; font-weight: 700; }.driver-profile-grid strong { margin-top: 3px; font-size: 10px; }.active-rides-heading { display: flex; justify-content: space-between; margin-bottom: 8px; }.active-rides-heading strong { font-size: 12px; }.active-rides-heading span { color: #71818d; font-size: 9px; font-weight: 700; }.driver-ride-item, .no-rides { display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid #e3ebee; border-radius: 10px; background: #fbfcfc; }.driver-ride-item strong, .driver-ride-item small, .no-rides strong, .no-rides small { display: block; }.driver-ride-item strong, .no-rides strong { font-size: 10px; }.driver-ride-item small, .no-rides small { margin-top: 3px; color: #72818d; font-size: 9px; }.driver-ride-item > span { margin-left: auto; padding: 4px 7px; border-radius: 5px; color: #6c962d; background: #eaf6d8; font-size: 8px; font-weight: 800; }.no-rides > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; color: var(--gold-dark); background: #fff1cb; font-size: 15px; }
@media (max-width: 760px) { .driver-registration-main { grid-template-columns: 1fr; gap: 37px; min-height: auto; padding: 49px 20px 72px; }.driver-benefits { margin-left: auto; margin-right: auto; }.driver-dashboard-main { min-height: auto; padding: 47px 20px 72px; }.driver-dashboard-card { padding: 29px 20px; }.driver-profile-grid { grid-template-columns: 1fr; }.dashboard-head h1 { font-size: 29px; } }
.booking-page { min-height: 100vh; background: linear-gradient(115deg, #fffdf8 0 58%, #f0f5f6 58%); }.booking-topbar { display: flex; align-items: center; justify-content: space-between; max-width: 1130px; height: 86px; padding: 0 28px; margin: 0 auto; }.back-link { color: #617482; font-size: 12px; font-weight: 800; }.back-link:hover { color: var(--gold-dark); }.booking-main { display: grid; grid-template-columns: .88fr 1.12fr; gap: 92px; align-items: center; max-width: 1036px; min-height: calc(100vh - 86px); padding: 58px 28px 90px; margin: 0 auto; }.booking-intro h1, .ride-confirmation-card h1 { margin: 0 0 16px; font-size: clamp(39px, 5vw, 61px); line-height: .98; letter-spacing: -3.5px; }.booking-intro h1 em, .ride-confirmation-card h1 em { font-style: normal; color: var(--gold-dark); }.booking-intro > p:not(.eyebrow) { max-width: 385px; margin-bottom: 29px; color: #71818d; font-size: 14px; line-height: 1.7; }.fare-guide { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 370px; border: 1px solid var(--line); border-radius: 12px; background: white; overflow: hidden; }.fare-guide div { padding: 13px 11px; border-right: 1px solid var(--line); }.fare-guide div:last-child { border-right: 0; }.fare-guide span, .fare-guide strong { display: block; }.fare-guide span { color: #7a8994; font-size: 9px; font-weight: 700; }.fare-guide strong { margin-top: 4px; color: var(--ink); font-size: 11px; }.booking-assurance { display: flex; gap: 10px; align-items: center; margin-top: 27px; }.booking-assurance > span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 8px; color: #507d1c; background: #eaf7d7; font-size: 12px; font-weight: 900; }.booking-assurance p { margin: 0; }.booking-assurance strong, .booking-assurance small { display: block; }.booking-assurance strong { font-size: 10px; }.booking-assurance small { margin-top: 2px; color: #7b8994; font-size: 9px; font-weight: 600; }
.booking-card { padding: 29px; border: 1px solid #dce5e9; border-radius: 18px; background: rgb(255 255 255 / 94%); box-shadow: 0 22px 55px rgb(7 27 48 / 10%); }.booking-card-heading { display: flex; justify-content: space-between; align-items: start; margin-bottom: 24px; }.booking-card-heading .eyebrow { margin-bottom: 6px; }.booking-card h2 { margin: 0; font-size: 23px; letter-spacing: -1.2px; }.step-indicator { color: #84919a; font: 500 10px "DM Mono", monospace; }.form-row { display: grid; gap: 12px; }.two-columns { grid-template-columns: 1fr 1fr; }.field-group { position: relative; margin-bottom: 15px; }.field-group label { display: block; margin-bottom: 6px; color: #425766; font-size: 10px; font-weight: 800; }.field-group label span { margin-left: 3px; color: #94a0a8; font-size: 8px; font-weight: 600; }.field-group input, .field-group select, .field-group textarea { width: 100%; border: 1px solid #dce5e9; border-radius: 8px; outline: none; padding: 0 11px; color: var(--ink); background: #fff; font-family: inherit; font-size: 11px; font-weight: 600; transition: border-color .2s, box-shadow .2s; }.field-group input, .field-group select { height: 43px; }.field-group input[type="file"] { height: auto; padding: 9px 11px; }.field-group input[type="file"]::file-selector-button { margin-right: 10px; border: 1px solid #dce5e9; padding: 7px 10px; border-radius: 7px; color: var(--ink); background: #f7fafb; font: inherit; font-size: 10px; font-weight: 800; }.field-group textarea { min-height: 88px; padding-top: 11px; padding-bottom: 11px; resize: vertical; }.field-group input:focus, .field-group select:focus, .field-group textarea:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgb(253 184 19 / 14%); }.field-group input::placeholder, .field-group textarea::placeholder { color: #a7b1b8; font-weight: 500; }.field-group ul.errorlist, .form-errors ul { padding: 0; margin: 5px 0 0; list-style: none; color: #c43f32; font-size: 9px; font-weight: 700; }.form-errors { margin-bottom: 14px; padding: 10px; border-radius: 7px; color: #9e3127; background: #fff0ed; font-size: 10px; }.booking-profile-card { display: flex; align-items: start; justify-content: space-between; gap: 16px; margin-bottom: 20px; padding: 15px 16px; border: 1px solid #e3ebee; border-radius: 12px; background: #fbfcfc; }.booking-profile-card.incomplete { border-color: #f2d18a; background: #fffaf0; }.booking-profile-card span, .booking-profile-card strong, .booking-profile-card small { display: block; }.booking-profile-card span { color: #7c8b95; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.booking-profile-card strong { margin-top: 5px; font-size: 14px; letter-spacing: -.4px; }.booking-profile-card small { margin-top: 4px; color: #6f808c; font-size: 9px; line-height: 1.55; }.profile-warning { color: #9b6a00 !important; font-weight: 700; }.profile-edit-link { flex: 0 0 auto; align-self: center; min-height: 38px; border: 1px solid #dce5e9; padding: 10px 12px; border-radius: 10px; color: var(--ink); background: white; font-size: 10px; font-weight: 800; box-shadow: 0 8px 18px rgb(7 27 48 / 5%); }.profile-edit-link:hover { border-color: #f0cf7d; color: var(--gold-dark); }.route-fields { position: relative; margin: 2px 0 4px; padding: 14px 14px 1px 30px; border: 1px solid #e4ebee; border-radius: 11px; background: #fbfcfc; }.route-fields .field-group { margin-bottom: 13px; }.route-field i { position: absolute; top: 31px; left: -19px; width: 8px; height: 8px; border-radius: 50%; }.route-field .origin { background: var(--navy); }.route-field .destination { border: 2px solid var(--gold); background: white; }.route-stem { position: absolute; top: 40px; bottom: 27px; left: 14px; border-left: 1px dashed #b9c5cb; }.booking-submit { display: block; margin-top: 3px; text-align: left; }.booking-submit:disabled { cursor: not-allowed; color: #6f7f8b; background: #e9eef1; box-shadow: none; }.booking-submit:disabled span { color: #8fa0ac; }.profile-lock-note { margin: 11px 0 0; color: #8c6516; text-align: center; font-size: 9px; font-weight: 700; }.form-assurance { margin: 12px 0 0; color: #7c8b95; text-align: center; font-size: 9px; font-weight: 600; }.form-assurance span { color: #5d9e1e; }
.ride-detail-main { display: grid; place-items: center; min-height: calc(100vh - 86px); padding: 52px 24px 86px; }.ride-confirmation-card { width: min(500px, 100%); padding: 39px; border: 1px solid #dce5e9; border-radius: 19px; background: white; box-shadow: 0 22px 55px rgb(7 27 48 / 10%); text-align: center; }.confirmation-icon { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 18px; border-radius: 16px; color: #4f811b; background: #e9f6d8; font-size: 26px; font-weight: 900; }.ride-confirmation-card .eyebrow { margin-bottom: 10px; }.ride-confirmation-card h1 { font-size: 40px; }.confirmation-copy { max-width: 310px; margin: 0 auto 21px; color: #72818d; font-size: 12px; line-height: 1.65; }.booking-reference { display: flex; align-items: center; justify-content: space-between; padding: 13px 14px; border: 1px dashed #d6e0e5; border-radius: 9px; background: #f9fbfb; text-align: left; }.booking-reference span, .booking-reference strong { display: block; }.booking-reference span { color: #7c8b95; font-size: 9px; font-weight: 700; }.booking-reference strong { font: 500 13px "DM Mono", monospace; letter-spacing: .03em; }.status-banner { display: flex; gap: 10px; align-items: flex-start; padding: 13px; margin-top: 12px; border-radius: 10px; background: #fff5dd; text-align: left; }.status-banner.assigned { background: #eff8df; }.status-banner > span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; color: #c88700; background: #ffe6a9; font-weight: 900; }.status-banner.assigned > span { color: #568b1d; background: #d8efb8; }.status-banner strong, .status-banner small { display: block; }.status-banner strong { font-size: 10px; }.status-banner small { margin-top: 3px; color: #72818d; font-size: 9px; line-height: 1.45; }.driver-detail { display: flex; align-items: center; gap: 10px; padding: 13px 0; border-bottom: 1px solid #e7edef; text-align: left; }.driver-avatar { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; color: var(--gold); background: var(--navy); font-size: 14px; font-weight: 800; }.driver-detail span, .driver-detail strong, .driver-detail small { display: block; }.driver-detail span { color: #7c8b95; font-size: 8px; font-weight: 700; }.driver-detail strong { margin: 1px 0; font-size: 11px; }.driver-detail small { color: #788894; font-size: 8px; }.driver-detail a { display: grid; place-items: center; width: 31px; height: 31px; margin-left: auto; border-radius: 9px; color: var(--navy); background: #fff1cb; font-size: 13px; }.ride-summary { display: grid; gap: 0; margin-top: 13px; border: 1px solid #e5ecef; border-radius: 10px; overflow: hidden; text-align: left; }.ride-summary div { display: grid; grid-template-columns: 88px 1fr; gap: 8px; padding: 9px 11px; border-bottom: 1px solid #e5ecef; }.ride-summary div:last-child { border-bottom: 0; }.ride-summary span { color: #7c8b95; font-size: 9px; font-weight: 700; }.ride-summary strong { color: #314958; font-size: 10px; }.confirmation-home { display: block; margin-top: 14px; text-align: left; }
@media (max-width: 760px) { .booking-page { background: var(--cream); }.booking-topbar { height: 72px; padding: 0 20px; }.booking-main { grid-template-columns: 1fr; gap: 37px; min-height: auto; padding: 49px 20px 72px; }.booking-intro { text-align: center; }.booking-intro > p:not(.eyebrow), .fare-guide { margin-left: auto; margin-right: auto; }.booking-assurance { justify-content: center; text-align: left; }.booking-card { padding: 22px; }.booking-profile-card { flex-direction: column; }.profile-edit-link { width: 100%; text-align: center; }.two-columns { grid-template-columns: 1fr; gap: 0; }.ride-detail-main { min-height: auto; padding: 47px 20px 72px; }.ride-confirmation-card { padding: 29px 20px; }.ride-confirmation-card h1 { font-size: 35px; } }
@media (max-width: 480px) { .auth-page { padding: 25px 16px; }.auth-shell > .brand { margin-bottom: 21px; }.auth-card { padding: 25px 20px; border-radius: 14px; }.auth-card h1 { font-size: 33px; letter-spacing: -2px; }.operations-topbar { padding: 0 16px; }.operations-topbar .back-link { font-size: 10px; }.operations-main { padding: 38px 16px 60px; }.operations-heading h1 { font-size: 35px; letter-spacing: -2.6px; }.operations-heading > div > p:not(.eyebrow) { font-size: 12px; }.operations-metrics { grid-template-columns: 1fr; gap: 8px; }.operations-metrics article { display: grid; grid-template-columns: 1fr auto; column-gap: 12px; align-items: center; padding: 13px 14px; }.operations-metrics strong { grid-row: 1 / span 2; grid-column: 2; margin: 0; font-size: 26px; }.operations-metrics small { margin-top: 2px; }.operations-section { margin-top: 16px; padding: 16px; border-radius: 12px; }.operations-section-head { align-items: start; flex-direction: column; gap: 8px; }.operations-section-head h2 { font-size: 18px; }.driver-application { flex-wrap: wrap; padding: 12px; }.driver-application > div:nth-child(2) { min-width: calc(100% - 48px); }.driver-application form { width: 100%; margin-left: 46px; }.approve-button { width: 100%; min-height: 40px; }.operations-table td, .operations-table td:first-child, .operations-table td:last-child { grid-template-columns: 82px minmax(0, 1fr); padding: 10px; }.operations-table strong { font-size: 10px; overflow-wrap: anywhere; }.operations-table small { font-size: 8px; overflow-wrap: anywhere; }.ride-management-form { grid-template-columns: 1fr; }.save-request-button { grid-column: auto; }.site-messages { top: 10px; width: calc(100% - 24px); }.message { padding: 10px 12px; font-size: 10px; }.driver-dashboard-main { padding-left: 16px; padding-right: 16px; }.driver-dashboard-card { padding: 24px 17px; }.dashboard-head { gap: 12px; }.dashboard-head h1 { font-size: 27px; }.dashboard-avatar { width: 40px; height: 40px; }.booking-topbar { padding: 0 16px; }.booking-main { padding: 38px 16px 60px; }.booking-intro h1, .ride-confirmation-card h1 { font-size: 35px; letter-spacing: -2.6px; }.booking-card { padding: 20px 16px; border-radius: 14px; }.fare-guide div { padding: 11px 7px; }.fare-guide strong { font-size: 10px; }.ride-detail-main { padding: 38px 16px 60px; }.ride-confirmation-card { padding: 25px 17px; border-radius: 14px; }.ride-summary div { grid-template-columns: 76px minmax(0, 1fr); }.ride-summary strong { overflow-wrap: anywhere; } }

.map-section { margin: 0 0 18px; padding: 18px; border: 1px solid #e4ebee; border-radius: 14px; background: linear-gradient(180deg, #fbfcfc, #f5f8f9); }
.map-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.map-section h3, .ride-map-panel h2 { margin: 0; font-size: 20px; letter-spacing: -1px; }
.map-ghost-button { min-height: 38px; border: 1px solid #dce5e9; padding: 0 12px; border-radius: 9px; color: var(--ink); background: white; font-size: 10px; font-weight: 800; box-shadow: 0 8px 18px rgb(7 27 48 / 5%); }
.map-ghost-button:hover { border-color: #f0cf7d; color: var(--gold-dark); }
.map-helper { margin: 0 0 14px; color: #71818d; font-size: 11px; line-height: 1.65; }
.field-label-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 6px; }
.field-label-row label { margin-bottom: 0; }
.map-inline-button { flex: 0 0 auto; min-height: 26px; border: 1px solid #dce5e9; padding: 0 9px; border-radius: 999px; color: #5e7180; background: white; font-size: 8px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.map-inline-button:hover { border-color: #f1d48b; color: var(--gold-dark); }
.map-search-results { display: grid; gap: 7px; margin-top: 8px; }
.map-search-result { width: 100%; border: 1px solid #e3ebee; padding: 10px 11px; border-radius: 10px; color: #314958; background: white; text-align: left; box-shadow: 0 8px 16px rgb(7 27 48 / 4%); }
.map-search-result:hover { border-color: #f1d48b; background: #fffdf8; }
.map-search-result strong, .map-search-result small { display: block; }
.map-search-result strong { font-size: 10px; }
.map-search-result small { margin-top: 4px; color: #758791; font-size: 9px; line-height: 1.5; }
.map-search-result.action-result { border-style: dashed; }
.map-search-result.action-result strong { color: var(--ink); }
.map-search-empty { padding: 10px 11px; border: 1px dashed #d8e2e6; border-radius: 10px; color: #758791; background: #fbfcfc; font-size: 9px; font-weight: 700; line-height: 1.55; }
.map-mode-switch { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 0; flex: 1 1 auto; }
.map-mode-button { min-height: 40px; border: 1px solid #dce5e9; border-radius: 10px; color: #667689; background: white; font-size: 10px; font-weight: 800; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.map-mode-button.active { border-color: #f1d48b; color: var(--ink); background: #fff4d8; }
.ride-map-canvas { height: 320px; border: 1px solid #dce5e9; border-radius: 14px; overflow: hidden; background: #e8edef; box-shadow: inset 0 1px 0 rgb(255 255 255 / 65%); }
.map-status { margin-top: 11px; padding: 10px 12px; border-radius: 10px; color: #62727f; background: #fff; font-size: 10px; font-weight: 700; }
.map-route-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.map-route-summary div { padding: 12px; border: 1px solid #e3ebee; border-radius: 10px; background: #fff; }
.map-route-summary span, .map-route-summary strong { display: block; }
.map-route-summary span { color: #7c8b95; font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.map-route-summary strong { margin-top: 4px; color: #314958; font-size: 10px; line-height: 1.5; }
.map-route-summary.detail { margin-bottom: 12px; }
.map-coordinate-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.map-coordinate-grid div { padding: 12px; border: 1px solid #e3ebee; border-radius: 10px; background: #fff; }
.map-coordinate-grid span, .map-coordinate-grid strong { display: block; }
.map-coordinate-grid span { color: #7c8b95; font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.map-coordinate-grid strong { margin-top: 4px; color: #314958; font: 500 11px "DM Mono", monospace; }
.map-coordinate-grid.compact strong { font-size: 10px; }
.ride-detail-main { max-width: 1100px; min-height: calc(100vh - 86px); padding: 52px 24px 86px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 500px) minmax(0, 1fr); gap: 28px; align-items: start; justify-items: stretch; }
.ride-confirmation-card { width: 100%; }
.ride-map-panel { padding: 28px; border: 1px solid #dce5e9; border-radius: 19px; background: rgb(255 255 255 / 94%); box-shadow: 0 22px 55px rgb(7 27 48 / 10%); }
.ride-map-head { margin-bottom: 10px; }
.ride-map-detail { height: 360px; }
.map-empty-state { display: flex; align-items: flex-start; gap: 11px; padding: 16px; border: 1px dashed #d8e2e6; border-radius: 12px; background: #fbfcfc; }
.map-empty-state > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; color: var(--gold-dark); background: #fff1cb; font-size: 16px; font-weight: 900; }
.map-empty-state strong, .map-empty-state small { display: block; }
.map-empty-state strong { font-size: 11px; }
.map-empty-state small { margin-top: 4px; color: #778791; font-size: 9px; line-height: 1.6; }

@media (max-width: 760px) {
  .map-section { padding: 16px; }
  .map-toolbar { flex-direction: column; align-items: stretch; }
  .map-ghost-button { width: 100%; }
  .field-label-row { align-items: start; flex-direction: column; gap: 7px; }
  .map-inline-button { width: 100%; min-height: 32px; border-radius: 9px; }
  .map-route-summary { grid-template-columns: 1fr; }
  .map-coordinate-grid { grid-template-columns: 1fr; }
  .ride-detail-main { grid-template-columns: 1fr; gap: 20px; min-height: auto; padding: 47px 20px 72px; }
  .ride-map-panel { padding: 22px; }
  .ride-map-detail { height: 300px; }
}

@media (max-width: 480px) {
  .map-section h3, .ride-map-panel h2 { font-size: 18px; }
  .map-mode-switch { grid-template-columns: 1fr; }
  .ride-map-canvas { height: 260px; }
  .map-status { font-size: 9px; }
  .ride-map-panel { padding: 20px 16px; border-radius: 14px; }
  .ride-map-detail { height: 250px; }
}

.operations-metrics {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.operations-metric-card {
  display: block;
  padding: 17px;
  border: 1px solid #dce5e9;
  border-radius: 12px;
  color: inherit;
  background: white;
  box-shadow: 0 9px 20px rgb(7 27 48 / 4%);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.operations-metric-card span,
.operations-metric-card strong,
.operations-metric-card small {
  display: block;
}

.operations-metric-card span {
  color: #70818c;
  font-size: 9px;
  font-weight: 800;
}

.operations-metric-card strong {
  margin: 6px 0 3px;
  font-size: 28px;
  letter-spacing: -1.4px;
}

.operations-metric-card small {
  color: #84929a;
  font-size: 9px;
  font-weight: 600;
}

.operations-metric-card:hover,
.operations-metric-card:focus-visible,
.operations-module:hover,
.operations-module:focus-within,
.driver-application:hover,
.driver-application:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgb(7 27 48 / 10%);
}

.operations-metric-card:focus-visible,
.module-card-link:focus-visible,
.driver-card-link:focus-visible,
.table-entry-link:focus-visible {
  outline: 2px solid var(--gold-dark);
  outline-offset: 3px;
}

.operations-metrics .metric-neutral {
  background: #f6f4ec;
  border-color: #e6deca;
}

.operations-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 23px;
}

.operations-module {
  position: relative;
  display: grid;
  gap: 15px;
  padding: 22px;
  border: 1px solid #dce5e9;
  border-radius: 15px;
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 12px 34px rgb(7 27 48 / 6%);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.module-card-link,
.driver-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.operations-module > *:not(.module-card-link),
.driver-application > *:not(.driver-card-link) {
  position: relative;
  z-index: 2;
}

.operations-module-head,
.application-group-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.operations-module-head h2,
.application-group-head h3 {
  margin: 0;
  font-size: 18px;
  letter-spacing: -.8px;
}

.operations-module-head span,
.application-group-head span {
  padding: 5px 8px;
  border-radius: 5px;
  color: #75858f;
  background: #f1f4f5;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.operations-list {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.operations-list li {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px solid #e4ebee;
  border-radius: 10px;
  background: #fbfcfc;
}

.operations-list strong,
.operations-list small {
  display: block;
}

.operations-list strong {
  font-size: 10px;
}

.operations-list small {
  margin-top: 3px;
  color: #748391;
  font-size: 9px;
  line-height: 1.45;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  min-width: 92px;
  padding: 6px 8px;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.status-badge.status-requested {
  color: #b07800;
  background: #fff3d3;
}

.status-badge.status-driver_assigned,
.status-badge.status-driver_arriving {
  color: #225f7a;
  background: #e6f4f8;
}

.status-badge.status-in_progress {
  color: #235d4b;
  background: #e4f6ef;
}

.status-badge.status-completed {
  color: #568b1d;
  background: #eaf5d8;
}

.status-badge.status-cancelled {
  color: #7d8a94;
  background: #eff3f5;
}

.module-link,
.filter-reset {
  color: #496879;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}

.module-link:hover,
.filter-reset:hover {
  color: var(--gold-dark);
}

.driver-readiness-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.driver-readiness-grid div {
  padding: 12px;
  border: 1px solid #e4ebee;
  border-radius: 10px;
  background: #fbfcfc;
}

.driver-readiness-grid span,
.driver-readiness-grid strong,
.driver-readiness-grid small {
  display: block;
}

.driver-readiness-grid span {
  color: #7c8b95;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.driver-readiness-grid strong {
  margin-top: 4px;
  font-size: 19px;
  letter-spacing: -.8px;
}

.driver-readiness-grid small {
  margin-top: 3px;
  color: #748391;
  font-size: 9px;
}

.fleet-mix {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.fleet-mix span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border-radius: 999px;
  color: #58717f;
  background: #eef3f5;
  font-size: 9px;
  font-weight: 700;
}

.fleet-mix strong {
  color: #1f3542;
  font-size: 10px;
}

.application-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.application-group {
  display: grid;
  gap: 13px;
}

.application-copy {
  min-width: 0;
}

.driver-application {
  position: relative;
  align-items: start;
  padding: 15px;
  border-radius: 12px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.driver-application-muted {
  background: #fcfcfa;
}

.card-link-copy {
  color: #56707f !important;
}

.application-docs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.application-docs a,
.application-docs span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: #eef3f5;
  color: #4b6676;
  font-size: 8px;
  font-weight: 800;
  text-decoration: none;
}

.application-docs a:hover {
  background: #dfeef4;
}

.application-missing {
  color: #8b6410 !important;
}

.application-state {
  margin-left: auto;
  align-self: center;
  padding: 6px 9px;
  border-radius: 999px;
  color: #8b6410;
  background: #fff3d3;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.driver-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.driver-chip.approved {
  color: #568b1d;
  background: #eaf5d8;
}

.driver-chip.pending {
  color: #7f6c35;
  background: #f7edd1;
}

.driver-chip.incomplete {
  color: #8b6410;
  background: #fff3d3;
}

.driver-chip.available {
  color: #235d4b;
  background: #e4f6ef;
}

.driver-chip.busy {
  color: #225f7a;
  background: #e6f4f8;
}

.table-entry-link {
  color: inherit;
  text-decoration: none;
}

.table-entry-link:hover {
  color: var(--gold-dark);
}

.operations-section-head-stack {
  align-items: start;
}

.operations-filter-form {
  display: grid;
  grid-template-columns: minmax(220px, 1.45fr) repeat(4, minmax(0, 1fr)) auto;
  gap: 10px;
  align-items: end;
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid #e2eaed;
  border-radius: 12px;
  background: #fbfcfc;
}

.operations-filter-form label {
  display: block;
}

.operations-filter-form label span {
  display: block;
  margin-bottom: 5px;
  color: #7f8d97;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.operations-filter-form input,
.operations-filter-form select {
  width: 100%;
  height: 38px;
  border: 1px solid #dce5e9;
  border-radius: 9px;
  padding: 0 11px;
  color: #314958;
  background: white;
  font-family: inherit;
  font-size: 10px;
  font-weight: 700;
}

.operations-filter-form input::placeholder {
  color: #8ea0aa;
}

.filter-actions {
  display: grid;
  gap: 8px;
}

.filter-submit-button {
  min-width: 116px;
  height: 38px;
  font-size: 10px;
}

.filter-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
}

.operations-table-wide {
  min-width: 1080px;
}

.operations-table td[data-label="Status"] {
  min-width: 120px;
}

.operations-table td[data-label="Manage request"] {
  min-width: 300px;
}

.driver-directory-table td[data-label="Application"],
.driver-directory-table td[data-label="Availability"],
.driver-directory-table td[data-label="Current ride"] {
  min-width: 140px;
}

.operations-table strong {
  max-width: 240px;
}

.operations-table small {
  max-width: 250px;
}

.ride-management-form {
  grid-template-columns: 1fr 1fr 60px;
}

.operations-empty.compact {
  padding: 12px;
}

@media (max-width: 980px) {
  .operations-quick-grid,
  .application-groups {
    grid-template-columns: 1fr;
  }

  .operations-filter-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-search,
  .filter-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .operations-module {
    padding: 18px;
  }

  .operations-list li,
  .driver-application {
    flex-direction: column;
  }

  .status-badge,
  .application-state {
    align-self: start;
  }

  .driver-readiness-grid {
    grid-template-columns: 1fr;
  }

  .operations-filter-form {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .filter-search,
  .filter-actions {
    grid-column: auto;
  }

  .filter-actions {
    justify-items: stretch;
  }

  .filter-submit-button,
  .filter-reset {
    width: 100%;
  }

  .operations-table td[data-label="Manage request"] {
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .operations-metric-card {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 12px;
    align-items: center;
    padding: 13px 14px;
  }

  .operations-metric-card strong {
    grid-row: 1 / span 2;
    grid-column: 2;
    margin: 0;
    font-size: 26px;
  }

  .operations-metric-card small {
    margin-top: 2px;
  }

  .operations-module {
    padding: 16px;
    border-radius: 12px;
  }

  .operations-module-head,
  .application-group-head {
    flex-direction: column;
    align-items: start;
  }

  .operations-list li {
    padding: 10px;
  }

  .fleet-mix {
    gap: 6px;
  }

  .fleet-mix span {
    width: 100%;
    justify-content: space-between;
  }

  .application-docs a,
  .application-docs span {
    min-height: 28px;
  }
}
