/*
 * Gaya asli aplikasi PoC dispatch milik arsitek, dipulihkan apa adanya dari
 * commit 3a38cf9^ dan dipakai hanya oleh rute /poc. Dulu ini isi style.css,
 * lalu berkas itu ditulis ulang untuk port web sehingga PoC kehilangan seluruh
 * gayanya, termasuk aturan responsif tabelnya.
 */
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter-latin-wght-normal.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/plus-jakarta-sans-latin-wght-normal.woff2") format("woff2");
  font-weight: 200 800;
  font-display: swap;
}
:root {
  font-family: "Inter", sans-serif;
  color: #23312f;
  background: #f7f8f8;
  font-synthesis: none;
  font-size: 14px;
  font-weight: 400;
  --orange: #ed6a36;
  --ink: #243833;
  --muted: #82908b;
  --border: #e6ebe8;
  --green: #3b725e;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #f9ad8a;
  outline-offset: 3px;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  border: 0;
}
small {
  font-size: 11px;
  color: #87918d;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
}
h1 {
  font-size: 32px;
  font-weight: 750;
  letter-spacing: -1.2px;
  line-height: 1.3;
}
h2 {
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -0.4px;
}
h3 {
  font-size: 14px;
  font-weight: 750;
}
p {
  line-height: 1.65;
}
.app-shell {
  display: flex;
  min-height: 100vh;
}
.sidebar {
  width: 244px;
  flex-shrink: 0;
  background: #fff;
  border-right: 1px solid var(--border);
  padding: 32px 20px 18px;
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 10;
}
.brand {
  display: flex;
  align-items: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -1.1px;
  color: #253c34;
  white-space: nowrap;
}
.brand > span:last-child {
  color: var(--orange);
}
.brand-mark {
  color: var(--orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
}
.workspace {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 10px;
  border: 1px solid var(--border);
  border-radius: 9px;
  margin: 36px 0 31px;
  font-size: 12px;
  font-weight: 650;
}
.workspace small {
  display: block;
  font-size: 10px;
  margin-top: 4px;
  font-weight: 400;
}
.workspace-icon {
  background: #f2f5f2;
  border: 1px solid #e2e9e3;
  padding: 9px 6px;
  border-radius: 6px;
  color: #688477;
  font-size: 11px;
}
.workspace-chevron {
  margin-left: auto;
  color: #85938c;
}
.nav-caption {
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 1.8px;
  color: #97a099;
  padding: 0 12px;
  margin-bottom: 14px;
}
.nav-item {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 13px 12px;
  color: #77827d;
  font-size: 12px;
  margin-bottom: 6px;
  border-radius: 6px;
  font-weight: 500;
  transition: background 0.15s;
}
.nav-item:hover {
  background: #f8f8f6;
}
.nav-item.selected {
  background: #fff2eb;
  color: #cf5c2d;
  font-weight: 650;
}
.nav-count {
  font-size: 10px;
  margin-left: auto;
  border-radius: 4px;
  background: #fbe1d2;
  padding: 2px 6px;
}
.sidebar-bottom {
  margin-top: auto;
  padding-top: 40px;
}
.concept-card {
  background: #f6f8f5;
  border: 1px solid #e9eee7;
  border-radius: 8px;
  padding: 18px 14px;
}
.eyebrow {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.7px;
  color: #8b9690;
  display: block;
}
.concept-card .eyebrow {
  font-size: 7px;
  letter-spacing: 1.1px;
  color: #6b8777;
}
.concept-card strong {
  font-size: 12px;
  display: block;
  margin: 11px 0 7px;
}
.concept-card p {
  font-size: 11px;
  color: #8b958f;
  line-height: 1.7;
}
.concept-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  color: #557a66;
  font-weight: 650;
  margin-top: 15px;
}
.profile {
  display: flex;
  align-items: center;
  gap: 9px;
  border-top: 1px solid var(--border);
  margin-top: 23px;
  padding-top: 20px;
  font-size: 10px;
  font-weight: 650;
}
.profile small {
  display: block;
  font-size: 9px;
  margin-top: 4px;
  font-weight: 400;
}
.avatar {
  width: 33px;
  height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1e9df;
  font-size: 10px;
  color: #896e54;
  flex-shrink: 0;
}
.profile .live-dot {
  margin-left: auto;
}
.live-dot {
  width: 6px;
  height: 6px;
  background: #5d9c76;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
.main-shell {
  margin-left: 244px;
  min-width: 0;
  flex: 1;
}
.topbar {
  height: 73px;
  background: #fff;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 36px;
  font-size: 11px;
  color: #57655f;
}
.muted {
  color: #94a098;
}
.breadcrumb {
  margin: 0 14px;
  color: #c3cbc6;
}
.demo-pill {
  display: flex;
  gap: 7px;
  align-items: center;
  border: 1px solid #e8ede6;
  background: #f8faf6;
  color: #778371;
  border-radius: 5px;
  padding: 6px 9px;
  font-size: 9px;
}
.main-content {
  padding: 35px 36px 20px;
  max-width: 1720px;
  margin: auto;
}
.page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.page-heading h1 {
  margin: 8px 0;
}
.page-heading p {
  font-size: 12px;
  color: #8c9791;
}
.primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--orange);
  color: white;
  border: 1px solid #e45d29;
  box-shadow: 0 2px 3px #c15b2412;
  border-radius: 6px;
  padding: 12px 17px;
  font-size: 12px;
  font-weight: 600;
  transition: background 0.2s;
}
.primary:hover:not(:disabled) {
  background: #d95d2c;
}
.full {
  width: 100%;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
  margin-bottom: 30px;
}
.stat {
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 18px 20px;
}
.stat > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #77867e;
  font-size: 11px;
}
.stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f6f8f5;
  border: 1px solid #edf0eb;
  color: #7e9286;
  width: 32px;
  height: 32px;
  border-radius: 7px;
}
.stat > strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  display: block;
  font-weight: 650;
  letter-spacing: -1px;
  line-height: 1.25;
  margin: 10px 0;
}
.stat > small {
  font-size: 10px;
}
.stat-accent {
  background: #fffaf6;
  border-color: #f3e5d9;
}
.stat-accent .stat-icon {
  background: #fff0e5;
  color: #d78650;
  border-color: #f6e1cf;
}
.stat-accent > strong {
  color: #cf7540;
}
.operations-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 318px;
  gap: 21px;
  align-items: start;
}
.orders-panel {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}
.panel-heading {
  padding: 23px 23px 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.panel-heading h2 {
  font-size: 15px;
}
.panel-heading h2 > span {
  display: inline-block;
  color: #8c9a91;
  background: #f4f6f3;
  font-size: 10px;
  padding: 3px 6px;
  margin-left: 5px;
  border-radius: 4px;
  vertical-align: middle;
}
.panel-heading p {
  font-size: 10px;
  color: #8f9b93;
  margin-top: 6px;
}
.sync-indicator {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  color: #97a39b;
}
.sync-indicator .live-dot {
  width: 5px;
  height: 5px;
}
.board-toolbar {
  border-bottom: 1px solid var(--border);
}
.tabs {
  display: flex;
  gap: 20px;
  padding: 0 23px;
  border-bottom: 1px solid var(--border);
}
.tabs button {
  background: none;
  color: #91a097;
  font-size: 10px;
  padding: 13px 0;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.tabs button.active {
  color: #dc713f;
  border-color: #e77c4c;
  font-weight: 650;
}
.board-filters {
  display: flex;
  gap: 10px;
  padding: 15px 20px;
}
.search {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--border);
  border-radius: 5px;
  padding: 0 10px;
  color: #a3aea6;
  flex: 1;
  min-width: 0;
}
.search input {
  border: 0;
  outline: none;
  padding: 9px 0;
  min-width: 0;
  width: 100%;
  font-size: 10px;
  color: #506358;
  background: transparent;
}
.search input::placeholder {
  color: #9aa69e;
}
select {
  background: #fff;
  border: 1px solid #dfe6df;
  padding: 9px 11px;
  border-radius: 5px;
  color: #66776c;
  font-size: 11px;
  max-width: 100%;
}
.board-filters > select {
  font-size: 10px;
  width: 122px;
}
.table-scroll {
  overflow: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
th {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #98a59c;
  background: #fafbf9;
  padding: 12px 16px;
  white-space: nowrap;
}
td {
  padding: 20px 16px;
  border-bottom: 1px solid #edf0eb;
  font-size: 10px;
  vertical-align: middle;
}
td:first-child,
th:first-child {
  padding-left: 23px;
}
td:last-child {
  padding-left: 0;
  color: #bcc6bf;
}
tbody tr {
  cursor: pointer;
  transition: background 0.15s;
}
tbody tr:hover,
tbody tr.selected-row {
  background: #fffcf8;
}
tbody tr.selected-row {
  box-shadow: inset 3px 0 #ed9b71;
}
.order-link {
  background: none;
  color: #587667;
  font-size: 10px;
  padding: 0;
  font-weight: 650;
  text-align: left;
}
.customer-name {
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin: 7px 0;
}
.priority {
  display: inline-block;
  font-size: 8px;
  padding: 3px 5px;
  border-radius: 3px;
}
.priority.emergency {
  color: #bb7e61;
  background: #fff6ee;
}
.priority.scheduled {
  color: #8491b0;
  background: #f2f4fa;
}
.region-name {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: #667a6c;
  margin-bottom: 7px;
}
.route-text {
  display: block;
  max-width: 135px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  color: #9aa59e;
  margin-bottom: 5px;
}
td small {
  display: block;
  font-size: 9px;
}
.driver-name {
  font-size: 10px;
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  white-space: nowrap;
}
.badge {
  display: inline-block;
  border-radius: 4px;
  padding: 5px 7px;
  font-size: 8px;
  font-weight: 600;
  white-space: nowrap;
  color: #789185;
  background: #eff5f0;
}
.badge.unassigned {
  background: #fff2df;
  color: #b18132;
}
.badge.offered {
  background: #edf2fb;
  color: #7c8fbd;
}
.badge.accepted,
.badge.pickup {
  background: #eaf3f4;
  color: #5c999e;
}
.badge.delivery {
  background: #f1edfa;
  color: #9881b9;
}
.badge.completed {
  background: #eaf5ed;
  color: #599169;
}
.badge.cancelled {
  background: #f8eded;
  color: #b27474;
}
.table-footer {
  display: flex;
  justify-content: space-between;
  padding: 16px 23px;
  color: #a2ada4;
  font-size: 9px;
}
.detail-panel {
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 22px;
  min-height: 493px;
}
.detail-placeholder {
  text-align: center;
  padding: 23px 5px 29px;
}
.illustration {
  width: 111px;
  height: 86px;
  background: #f4f7f0;
  border: 1px solid #eaf0e3;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  position: relative;
  color: #8ba783;
  transform: rotate(-4deg);
}
.illustration > svg {
  transform: rotate(4deg);
}
.illustration > span {
  height: 2px;
  background: #d9e2d0;
  width: 22px;
  position: absolute;
  left: -9px;
  top: 39px;
}
.illustration > span:last-child {
  left: -18px;
  top: 49px;
  width: 29px;
}
.detail-placeholder h2 {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.65px;
}
.detail-placeholder p {
  font-size: 11px;
  color: #96a096;
  line-height: 1.8;
  margin-top: 12px;
}
.network-summary {
  border-top: 1px solid var(--border);
  padding-top: 21px;
}
.network-summary h3 {
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 19px;
  color: #667b6c;
}
.network-summary > div {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}
.partner-initial {
  display: inline-flex;
  width: 29px;
  height: 29px;
  border: 1px solid #eee6da;
  background: #fbf7f0;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #bc9570;
  font-size: 12px;
}
.network-summary strong {
  font-size: 10px;
  display: block;
  font-weight: 500;
}
.network-summary small {
  font-size: 8px;
  display: block;
  margin-top: 4px;
  max-width: 180px;
  line-height: 1.5;
}
.network-summary > div > svg {
  margin-left: auto;
  color: #81a686;
}
.page-footer {
  display: flex;
  justify-content: space-between;
  color: #a5afa7;
  font-size: 9px;
  margin-top: 27px;
  padding: 4px 0;
}
.detail-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.detail-heading .eyebrow {
  font-size: 8px;
}
.icon-button {
  background: transparent;
  color: #98a39a;
  font-size: 24px;
  padding: 0 5px;
}
.row-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.detail-panel .row-between h2 {
  font-size: 17px;
}
.detail-meta {
  font-size: 9px;
  color: #9ca69f;
  margin-top: 9px;
}
.locations {
  margin: 23px 0;
  position: relative;
}
.locations:before {
  content: "";
  position: absolute;
  top: 17px;
  bottom: 21px;
  left: 4px;
  border-left: 1px dashed #cfdbcf;
}
.locations > div {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  position: relative;
  margin-bottom: 22px;
  font-size: 11px;
  line-height: 1.65;
  font-weight: 500;
}
.locations > div:last-child {
  margin-bottom: 0;
}
.locations small {
  display: block;
  font-size: 8px;
  color: #9ba89f;
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-weight: 500;
}
.location-dot {
  width: 9px;
  height: 9px;
  background: #eef3ed;
  border: 2px solid #7e9c82;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}
.location-square {
  width: 9px;
  height: 9px;
  border: 2px solid #da9269;
  background: #fff3e9;
  border-radius: 2px;
  margin-top: 6px;
  flex-shrink: 0;
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  border-top: 1px solid var(--border);
  padding: 19px 0;
}
.detail-grid small {
  font-size: 8px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 6px;
}
.detail-grid strong {
  font-size: 11px;
  display: block;
  font-weight: 500;
}
.detail-grid span {
  font-size: 10px;
  display: block;
  color: #99a298;
  margin-top: 5px;
}
.job-note {
  padding: 12px;
  background: #faf8f2;
  border: 1px solid #f1eadf;
  border-radius: 5px;
  font-size: 10px;
  line-height: 1.7;
  color: #9c8c72;
}
.assign-box {
  padding-top: 22px;
}
.assign-box h3 {
  font-size: 12px;
}
.assign-box p {
  font-size: 10px;
  color: #92a08e;
  margin: 6px 0 12px;
}
.assign-box select {
  width: 100%;
  margin-bottom: 10px;
  font-size: 10px;
}
.assign-box .primary {
  font-size: 10px;
}
.assigned-info {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #e1ebdf;
  background: #f6f9f3;
  border-radius: 6px;
  padding: 12px 10px;
  margin-top: 18px;
  color: #88a47c;
}
.assigned-info strong {
  display: block;
  font-size: 10px;
  color: #617c55;
}
.assigned-info small {
  display: block;
  font-size: 9px;
  margin-top: 4px;
}
.assigned-info > a {
  margin-left: auto;
  font-size: 8px;
}
.timeline {
  margin-top: 23px;
  border-top: 1px solid var(--border);
  padding-top: 22px;
}
.timeline h3 {
  font-size: 12px;
  margin-bottom: 21px;
}
.timeline-item {
  display: flex;
  gap: 12px;
  position: relative;
  padding-bottom: 22px;
}
.timeline-item:before {
  content: "";
  border-left: 1px solid #e7ece5;
  position: absolute;
  left: 3px;
  top: 8px;
  bottom: 0;
}
.timeline-item:last-child:before {
  display: none;
}
.timeline-item > i {
  width: 7px;
  height: 7px;
  border: 2px solid #c3d1bf;
  background: #fff;
  border-radius: 50%;
  margin-top: 4px;
  flex-shrink: 0;
  z-index: 1;
}
.timeline-item:first-of-type > i {
  border-color: #e8a67d;
  background: #fff6ed;
}
.timeline-item strong {
  font-size: 10px;
  font-weight: 500;
}
.timeline-item p {
  font-size: 10px;
  color: #929f90;
  margin: 5px 0;
}
.timeline-item small {
  font-size: 8px;
  display: block;
  margin-top: 6px;
}
.cancel-section {
  border-top: 1px solid var(--border);
  padding-top: 17px;
  font-size: 10px;
  color: #b68e7d;
}
.cancel-section summary {
  cursor: pointer;
  margin-bottom: 10px;
}
.cancel-section textarea {
  width: 100%;
  font-size: 10px;
}
.danger {
  background: #fff1eb;
  color: #b96244;
  padding: 9px 12px;
  border-radius: 4px;
  margin-top: 8px;
}
.alert {
  padding: 12px 16px;
  font-size: 12px;
  border-radius: 6px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.error {
  background: #fff0eb;
  color: #b45134;
  border: 1px solid #f1d8cb;
}
.success {
  background: #edf6ef;
  color: #507f59;
  border: 1px solid #d8e9d8;
}
.empty {
  padding: 50px 25px;
  text-align: center;
  color: #a0aca0;
}
.empty > svg {
  color: #adc1a8;
  margin-bottom: 15px;
}
.empty h3 {
  font-size: 13px;
  color: #6a8162;
  margin-bottom: 7px;
}
.empty p {
  font-size: 11px;
}
.empty a {
  font-size: 10px;
  color: #cd794d;
  display: block;
  margin-top: 18px;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: #1f352a66;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
  padding: 24px;
}
.modal {
  background: white;
  border: 1px solid #d7dfd3;
  border-radius: 12px;
  padding: 27px 30px;
  width: 600px;
  max-width: 100%;
  max-height: 92vh;
  overflow: auto;
  box-shadow: 0 25px 80px #18321c30;
}
.order-form > .row-between h2 {
  font-size: 24px;
  margin-top: 8px;
}
.order-form > p {
  font-size: 12px;
  color: #8e9b8c;
  margin: 10px 0 23px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px 15px;
  margin-bottom: 21px;
}
.form-grid label {
  font-size: 11px;
  color: #687c62;
  display: block;
  font-weight: 500;
}
.form-grid input,
.form-grid select,
.form-grid textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  font-size: 11px;
  padding: 11px 12px;
  background: #fdfefd;
  border: 1px solid #dfe6db;
  border-radius: 5px;
  color: #475f42;
}
.form-grid input::placeholder,
.form-grid textarea::placeholder {
  color: #a5afa0;
}
.span-2 {
  grid-column: span 2;
}
textarea {
  min-height: 70px;
  resize: vertical;
  border: 1px solid #dfe6db;
  border-radius: 5px;
  padding: 11px;
  font-size: 12px;
}
.optional {
  color: #aab2a6;
  font-size: 9px;
  font-weight: 400;
  margin-left: 3px;
}
.form-footnote {
  display: block;
  text-align: center;
  font-size: 9px;
  line-height: 1.7;
  margin-top: 12px;
  color: #a0ac9a;
}
.demo-selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid var(--border);
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 25px;
  gap: 20px;
}
.demo-selector strong {
  display: block;
  font-size: 12px;
}
.demo-selector small {
  display: block;
  font-size: 10px;
  margin-top: 5px;
}
.driver-layout {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 70px;
  max-width: 1000px;
  margin: 35px auto;
}
.driver-phone {
  background: #fff;
  border: 6px solid #e0e5dd;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 18px 40px #46613410;
  align-self: start;
}
.driver-top {
  background: #244c3b;
  color: white;
  padding: 27px 24px 23px;
  position: relative;
}
.brand-light {
  font-weight: 650;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  letter-spacing: -0.3px;
}
.driver-online {
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  right: 24px;
  top: 31px;
  color: #b0ccb4;
  font-size: 9px;
}
.driver-top h2 {
  font-size: 24px;
  font-weight: 650;
  margin: 29px 0 8px;
  letter-spacing: -0.8px;
}
.driver-top h2 > span {
  color: #daae77;
}
.driver-top p {
  font-size: 11px;
  color: #b0c5b3;
}
.driver-vehicle {
  font-size: 9px;
  color: #acbeac;
  margin-top: 20px;
  border-top: 1px solid #ffffff18;
  padding-top: 14px;
}
.driver-vehicle > span {
  margin: 0 6px;
}
.driver-jobs {
  padding: 22px 20px;
  min-height: 240px;
}
.driver-job h3 {
  font-size: 14px;
  margin-top: 20px;
}
.driver-job .row-between > strong {
  font-size: 11px;
  color: #728769;
}
.driver-job .locations {
  margin: 24px 0;
}
.driver-job .locations > div {
  font-size: 12px;
}
.customer-box {
  display: flex;
  align-items: center;
  gap: 11px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 15px 0;
  margin-bottom: 17px;
}
.customer-box strong {
  font-size: 11px;
}
.customer-box small {
  display: block;
  font-size: 10px;
  margin-top: 4px;
}
.driver-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.driver-actions textarea {
  font-size: 11px;
  min-height: 75px;
}
.driver-actions .primary {
  font-size: 11px;
  padding: 13px;
}
.secondary {
  background: #fff;
  border: 1px solid #e1e7dd;
  color: #8b9c80;
  padding: 11px;
  border-radius: 5px;
  font-size: 11px;
}
.driver-footer {
  border-top: 1px solid var(--border);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #6b855e;
  font-size: 11px;
}
.driver-footer > span {
  margin-left: auto;
  font-size: 8px;
  color: #aab3a3;
}
.driver-explainer {
  padding-top: 50px;
  max-width: 330px;
}
.driver-explainer h2 {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -1.2px;
  font-weight: 600;
  margin: 15px 0;
}
.driver-explainer > p {
  font-size: 12px;
  color: #919e88;
  line-height: 1.9;
}
.driver-explainer ol {
  list-style: none;
  padding: 0;
  margin: 27px 0;
}
.driver-explainer li {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 11px;
  color: #7d8e72;
  margin: 18px 0;
}
.driver-explainer li > span {
  border: 1px solid #dae3d0;
  background: #eef3e8;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 10px;
  color: #91a081;
}
.info-box {
  display: flex;
  gap: 12px;
  border: 1px solid #e3e8d9;
  background: #f1f5eb;
  border-radius: 7px;
  padding: 18px;
  color: #8b9e75;
  margin: 25px 0;
}
.info-box > svg {
  flex-shrink: 0;
}
.info-box > p {
  font-size: 10px;
  color: #8e9b7d;
  line-height: 1.9;
}
.driver-explainer > h3 {
  font-size: 12px;
  margin-bottom: 12px;
}
.completed-job {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 9px 0;
}
.scheduled-line {
  font-size: 10px;
  color: #a59877;
  margin-top: 15px;
}
.landing {
  min-height: 100vh;
  background: #f8f9f4;
}
.landing-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: auto;
  padding: 32px 40px;
}
.text-link {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  color: #7b8c6d;
}
.landing-body {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 90px;
  align-items: start;
  max-width: 1200px;
  margin: 48px auto;
  padding: 0 30px 60px;
}
.landing-copy {
  padding-top: 75px;
}
.landing-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #7c9466;
  font-size: 10px;
}
.landing-copy h1 {
  font-size: 56px;
  letter-spacing: -2.7px;
  line-height: 1.25;
  font-weight: 600;
  margin: 28px 0;
  color: #2e452c;
}
.landing-copy em {
  font-style: normal;
  color: #bd8054;
}
.landing-copy p {
  font-size: 15px;
  line-height: 1.95;
  color: #93a085;
  max-width: 410px;
}
.landing-features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 35px;
}
.landing-features span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #7c9068;
}
.landing-features svg {
  width: 16px;
  height: 16px;
}
.concept-note {
  border-top: 1px solid #e2e8d9;
  padding-top: 26px;
  margin-top: 70px;
  font-size: 10px;
  color: #a1ae91;
}
.landing-form {
  background: white;
  border: 1px solid #e1e7d8;
  box-shadow: 0 10px 40px #4e662409;
  padding: 30px;
  border-radius: 12px;
}
.landing-form h2 {
  font-size: 28px;
}
.no-candidates {
  color: #b17a4d !important;
}
@media (min-width: 1500px) {
  .main-content {
    padding: 43px 48px;
  }
  .operations-layout {
    grid-template-columns: minmax(0, 1fr) 350px;
  }
  .detail-panel {
    padding: 26px;
  }
  .route-text {
    max-width: 200px;
  }
  td {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .stat {
    padding: 21px 25px;
  }
  .stats-grid {
    gap: 23px;
  }
  .table-scroll {
    min-height: 340px;
  }
}
@media (max-width: 1200px) {
  .sidebar {
    width: 210px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .main-shell {
    margin-left: 210px;
  }
  .main-content {
    padding: 28px 24px;
  }
  .operations-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .detail-panel {
    min-height: 0;
  }
  .detail-placeholder {
    padding: 15px;
  }
  .detail-placeholder .illustration {
    display: none;
  }
  .network-summary {
    margin-top: 20px;
  }
  .detail-grid {
    grid-template-columns: 1fr 1fr;
  }
  .driver-layout {
    gap: 30px;
    grid-template-columns: 350px 1fr;
  }
  .driver-explainer h2 {
    font-size: 26px;
  }
  .stat {
    padding: 15px;
  }
  .stat > strong {
    font-size: 28px;
  }
  .sync-indicator {
    display: none;
  }
  .landing-body {
    gap: 40px;
    grid-template-columns: 1fr 440px;
  }
  .landing-copy h1 {
    font-size: 45px;
  }
}
@media (max-width: 800px) {
  .sidebar {
    position: static;
    width: auto;
    padding: 16px;
    border-right: 0;
    border-bottom: 1px solid var(--border);
    display: block;
  }
  .app-shell {
    display: block;
  }
  .sidebar > .brand {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .workspace,
  .nav-caption,
  .sidebar-bottom {
    display: none;
  }
  .sidebar nav {
    display: flex;
    gap: 5px;
    overflow: auto;
  }
  .nav-item {
    font-size: 10px;
    white-space: nowrap;
    padding: 9px;
    gap: 6px;
    margin: 0;
  }
  .nav-item > svg {
    width: 15px;
    height: 15px;
  }
  .nav-count {
    display: none;
  }
  .main-shell {
    margin: 0;
  }
  .topbar {
    height: 52px;
    padding: 0 20px;
    font-size: 10px;
  }
  .demo-pill {
    font-size: 8px;
  }
  .main-content {
    padding: 24px 20px;
  }
  .page-heading {
    align-items: flex-start;
    margin-bottom: 23px;
  }
  .page-heading h1 {
    font-size: 27px;
  }
  .page-heading p {
    font-size: 11px;
  }
  .page-heading > .primary {
    font-size: 10px;
    white-space: nowrap;
    margin-top: 21px;
    padding: 10px;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 23px;
  }
  .stat {
    padding: 16px;
  }
  .stat > strong {
    font-size: 28px;
  }
  .stat > div {
    font-size: 11px;
  }
  .table-scroll th,
  .table-scroll td {
    padding-left: 12px;
    padding-right: 12px;
  }
  .tabs {
    padding: 0 15px;
    gap: 17px;
  }
  .board-filters {
    padding: 13px;
  }
  .panel-heading {
    padding: 18px;
  }
  .operations-layout {
    gap: 17px;
  }
  .detail-panel {
    padding: 20px;
  }
  .page-footer {
    gap: 20px;
    font-size: 8px;
  }
  .driver-layout {
    grid-template-columns: 1fr;
    max-width: 390px;
    margin: 25px auto;
  }
  .driver-explainer {
    padding: 20px 5px;
    max-width: none;
  }
  .driver-explainer h2 {
    font-size: 26px;
  }
  .demo-selector {
    padding: 14px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .demo-selector select {
    width: 100%;
  }
  .landing-nav {
    padding: 22px;
  }
  .landing-nav .brand {
    font-size: 20px;
  }
  .text-link {
    font-size: 10px;
  }
  .landing-body {
    grid-template-columns: 1fr;
    margin: 0 auto;
    gap: 30px;
    padding: 0 22px 40px;
  }
  .landing-copy {
    padding-top: 28px;
  }
  .landing-copy h1 {
    font-size: 43px;
    letter-spacing: -1.8px;
    margin: 20px 0;
  }
  .landing-copy p {
    font-size: 13px;
  }
  .concept-note {
    margin-top: 25px;
    padding-top: 20px;
  }
  .landing-form {
    padding: 23px;
  }
  .modal {
    padding: 23px;
  }
  .form-grid {
    gap: 15px 12px;
  }
  .eyebrow {
    font-size: 8px;
  }
  .driver-phone {
    border-width: 4px;
  }
  .board-filters select {
    width: 105px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}

/* Keep operational details legible on laptop displays. */
td {
  font-size: 11px;
}
.order-link,
.driver-name,
.region-name {
  font-size: 11px;
}
.customer-name {
  font-size: 12px;
}
.badge {
  font-size: 9px;
}
.route-text,
.page-heading p,
.detail-placeholder p {
  color: #738177;
}

html {
  scrollbar-gutter: stable;
}
