/* Northline: theme, operations board, dialogs, and responsive layouts. */
@font-face {
  font-family:Plex;
  src:url('../img/plex-400.ttf') format('truetype');
  font-weight:400;
  font-style:normal;
  font-display:swap
}

@font-face {
  font-family:Plex;
  src:url('../img/plex-500.ttf') format('truetype');
  font-weight:500;
  font-style:normal;
  font-display:swap
}

@font-face {
  font-family:Plex;
  src:url('../img/plex-600.ttf') format('truetype');
  font-weight:600;
  font-style:normal;
  font-display:swap
}

@font-face {
  font-family:Plex;
  src:url('../img/plex-700.ttf') format('truetype');
  font-weight:700;
  font-style:normal;
  font-display:swap
}

:root {
  --paper:#f4f3ef;
  --ink:#172126;
  --dark:#172126;
  --bg:#f4f3ef;
  --surface:#fff;
  --text:#172126;
  --text-secondary:#687076;
  --border-dark:#bfc2be;
  --accent:#d95c2b;
  --muted:#687076;
  --border:#d7d8d4;
  --white:#fff;
  --success:#287a52;
  --space-1:4px;
  --space-2:8px;
  --space-3:12px;
  --space-4:16px;
  --space-5:24px;
  --space-6:32px;
  --space-7:48px;
  --radius:4px;
  --text-sm:.8125rem;
  --text-base:1rem;
  --line:1px solid var(--border)
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:24px
}

body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Plex,'IBM Plex Sans',Arial,Helvetica,sans-serif;
  font-size:var(--text-base);
  line-height:1.5;
  -webkit-font-smoothing:antialiased
}

body.modal-open {
  overflow:hidden
}

button,input,select {
  font:inherit;
  color:inherit
}

button,a,input,select {
  -webkit-tap-highlight-color:transparent
}

button,a {
  touch-action:manipulation
}

button {
  cursor:pointer
}

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

button {
  border:0;
  background:none
}

button:disabled {
  cursor:default
}

button,a,input,select {
  outline-offset:4px
}

:focus-visible {
  outline:2px solid var(--accent)
}

a:hover {
  color:var(--accent)
}

button {
  transition:background .18s,color .18s,border-color .18s
}

p,h1,h2,h3 {
  margin:0
}

h1,h2,h3,strong {
  font-weight:600
}

.container {
  width:calc(100% - 96px);
  max-width:1344px;
  margin:0 auto
}

.mono {
  font-family:'IBM Plex Mono',ui-monospace,SFMono-Regular,Consolas,monospace;
  font-size:12px
}

.site-header {
  height:72px;
  border-bottom:var(--line);
  background:var(--paper)
}

.header-inner {
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}

.brand {
  display:flex;
  align-items:center;
  gap:11px;
  flex-shrink:0
}

.brand strong {
  display:block;
  font-size:23px;
  line-height:1.1;
  letter-spacing:1.1px;
  font-weight:700
}

.brand small {
  display:block;
  font-size:10px;
  letter-spacing:2.3px;
  margin-top:4px;
  font-weight:500
}

.brand-mark {
  display:grid;
  place-items:center;
  width:37px;
  height:38px;
  background:var(--accent);
  color:white;
  font-size:30px;
  line-height:1;
  font-weight:700;
  font-style:italic;
  padding-right:4px
}

.desktop-nav {
  display:flex;
  height:100%;
  gap:24px;
  align-items:center
}

.desktop-nav a {
  height:100%;
  display:flex;
  align-items:center;
  font-size:14px;
  color:var(--muted);
  position:relative
}

.desktop-nav a.active {
  color:var(--ink);
  font-weight:600
}

.desktop-nav a.active:after {
  content:'';
  position:absolute;
  bottom:-1px;
  left:0;
  right:0;
  height:3px;
  background:var(--accent)
}

.header-actions {
  display:flex;
  align-items:center;
  gap:24px;
  font-size:14px
}

.text-button {
  padding:0;
  font-size:14px;
  font-weight:500
}

.text-button:hover {
  color:var(--accent)
}

.text-button span {
  margin-left:8px
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  min-height:44px;
  padding:11px 20px;
  border-radius:var(--radius);
  font-size:14px;
  font-weight:500;
  line-height:1.4;
  border:1px solid transparent
}

.primary {
  background:var(--ink);
  color:var(--white)
}

.primary:hover {
  background:#283237
}

.outline {
  border-color:var(--border);
  background:transparent
}

.outline:hover {
  border-color:var(--ink);
  background:var(--white)
}

.menu-toggle {
  display:none
}

.mobile-nav[hidden] {
  display:none
}

/* Board: compact framing, legible operational data, and a single search surface. */
.board-section { padding-top:28px; }
.intro { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-bottom:24px; }
.eyebrow { font-size:11px; font-weight:600; letter-spacing:1.5px; display:flex; align-items:center; gap:8px; }
.accent-rule { width:18px; height:2px; background:var(--accent); }
.intro-region { color:var(--muted); font-weight:400; }
h1 { font-size:46px; line-height:1.15; font-weight:500; letter-spacing:-1.6px; margin:10px 0; }
.intro-copy { font-size:15px; color:var(--muted); line-height:1.6; }
.network-status { display:flex; flex-direction:column; align-items:flex-end; gap:4px; font-size:14px; }
.network-status strong { font-weight:600; font-variant-numeric:tabular-nums; }
.network-status .update-time,.network-status small { color:var(--muted); font-size:12px; }
.update-time time { margin-left:7px; color:var(--ink); font-variant-numeric:tabular-nums; }
.status-dot { display:inline-block; width:6px; height:6px; background:var(--success); border-radius:50%; margin-right:6px; vertical-align:middle; }
.search-panel { border:var(--line); background:var(--white); padding:16px 20px 0; }
.search-fields { display:grid; grid-template-columns:1.15fr 1.15fr 1fr 1fr auto; gap:12px; align-items:end; }
label { display:block; font-size:13px; font-weight:500; }
input,select { display:block; width:100%; height:44px; min-width:0; padding:0 12px; background:var(--white); border:1px solid var(--border-dark); border-radius:4px; font-size:14px; font-weight:400; }
label input,label select { margin-top:6px; }
input::placeholder { color:var(--muted); opacity:1; }
select { padding-right:26px; }
input.is-filtered,select.is-filtered { border-color:var(--accent); }
.search-button { min-height:44px; gap:10px; padding-inline:19px; }
.search-button svg { width:16px; height:16px; stroke:currentColor; fill:none; stroke-width:1.7; }
.filter-footer { display:flex; align-items:center; justify-content:space-between; gap:16px; border-top:var(--line); margin-top:16px; padding:8px 0; font-size:12px; color:var(--muted); }
.filter-footer button { font-size:12px; min-height:28px; flex-shrink:0; }
#filter-summary { overflow-wrap:anywhere; }
.has-filters #filter-summary { color:var(--ink); }
.divider { color:var(--border-dark); padding:0 10px; }
.board-toolbar { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:22px 0 12px; }
.board-toolbar>div { display:flex; align-items:center; gap:20px; }
.board-toolbar h2 { font-size:12px; font-weight:600; letter-spacing:1.2px; }
.board-toolbar p { font-size:12px; color:var(--muted); }
#board-heading { scroll-margin-top:20px; }
.sort-control { display:flex; align-items:center; gap:10px; font-size:12px; color:var(--muted); }
.sort-control select { width:auto; max-width:175px; margin:0; padding-left:0; height:32px; border:0; background:transparent; color:var(--ink); font-size:13px; }
.table-wrap { background:var(--white); border:var(--line); }
.load-table { width:100%; border-collapse:collapse; text-align:left; font-size:14px; }
.load-table thead { background:#eeefeb; }
.load-table th { padding:11px 12px; color:var(--muted); font-size:12px; font-weight:500; white-space:nowrap; }
.load-table td { border-top:var(--line); padding:12px; vertical-align:middle; white-space:nowrap; }
.load-table th:first-child,.load-table td:first-child { padding-left:20px; }
.load-table th:last-child,.load-table td:last-child { padding-right:20px; }
.load-table tbody tr { transition:background-color .15s; }
.load-table tbody tr:nth-child(even) { background:#fcfcfa; }
.load-table tbody tr:hover,.load-table tbody tr:focus-within { background:#f0f0eb; }
.load-table td strong { display:block; font-weight:500; line-height:1.45; }
.load-table td small { display:block; margin-top:2px; font-size:12px; line-height:1.4; color:var(--muted); }
.load-table .origin-cell strong,.load-table .destination-cell strong { font-size:15px; }
.load-table .pickup-day { font-size:12px; font-weight:600; letter-spacing:.3px; }
.load-table .pickup-cell small { font-size:12px; }
.load-table .numeric { text-align:right; font-variant-numeric:tabular-nums; }
.load-table .rate-value { font-size:17px; font-weight:600; }
.load-table .route-arrow { padding:0 2px; color:var(--accent); font-size:16px; }
.route-arrow-header { padding:0!important; }
.weight-col { font-size:13px; }
.provided-weight { white-space:normal!important; max-width:90px; font-size:12px; color:var(--muted); }
.status { display:inline-flex; align-items:center; gap:6px; font-size:11px; letter-spacing:.4px; font-weight:500; white-space:nowrap; }
.status:before { content:''; width:4px; height:4px; background:currentColor; }
.status.available { color:var(--muted); }
.status.new { color:var(--success); }
.status.limited { color:#a64520; }
.details-button { display:flex; align-items:center; gap:10px; min-height:44px; font-size:12px; font-weight:500; white-space:nowrap; padding:0; }
.details-button span { color:var(--accent); }
.details-button:hover { color:var(--accent); }
.pagination { display:flex; align-items:center; justify-content:space-between; gap:16px; border:var(--line); border-top:0; padding:10px 18px; font-size:12px; color:var(--muted); background:var(--white); }
.pagination>div { display:flex; align-items:center; gap:18px; }
.page-button { min-height:36px; color:var(--ink); font-size:13px; padding:4px 8px; }
.page-button:not(:disabled):hover { background:var(--paper); }
.page-button:disabled { color:var(--muted); opacity:.5; }
.board-footnote { display:flex; justify-content:space-between; gap:16px; color:var(--muted); font-size:12px; padding-top:12px; }
.empty-state { text-align:center; padding:40px 20px; }
.empty-state h3 { font-size:20px; font-weight:500; }
.empty-state p { color:var(--muted); font-size:15px; margin:10px 0 20px; }
[hidden] { display:none!important; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.skip-link { position:fixed; top:8px; left:8px; transform:translateY(-150%); background:var(--ink); color:white; padding:10px; z-index:100; }
.skip-link:focus { transform:none; }

/* Network context uses dividers and type, rather than repeated card blocks. */
h2 { font-weight:500; }
h3 { font-weight:500; }
.market-snapshot { margin-top:32px; padding:20px 0; border-top:1px solid var(--ink); border-bottom:var(--line); }
.strip-heading { display:flex; align-items:baseline; gap:16px; margin-bottom:16px; }
.strip-heading h2 { font-size:17px; }
.strip-heading>span { color:var(--muted); font-size:12px; }
.snapshot-metrics { display:grid; grid-template-columns:repeat(4,1fr); margin:0; }
.snapshot-metrics>div+div { border-left:var(--line); padding-left:24px; }
.snapshot-metrics dt { font-size:12px; color:var(--muted); }
.snapshot-metrics dd { font-size:22px; font-weight:500; margin:5px 0 0; letter-spacing:-.3px; font-variant-numeric:tabular-nums; }
.market-section { display:grid; grid-template-columns:minmax(0,2.3fr) minmax(260px,1fr); gap:48px; padding-top:40px; padding-bottom:36px; }
.market-section .eyebrow,.carrier-section .eyebrow,.process-heading .eyebrow,.faq-section .eyebrow { color:var(--muted); margin-bottom:10px; }
.market-directory h2,.carrier-overview h2,.process-heading h2,.faq-section h2 { font-size:30px; letter-spacing:-.7px; line-height:1.25; }
.section-copy { font-size:15px; color:var(--muted); line-height:1.7; margin-top:12px; max-width:670px; }
.region-columns { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:25px; }
.region-columns h3 { font-size:11px; letter-spacing:1.2px; font-weight:600; margin-bottom:10px; }
.region-columns ul { padding:0; margin:0; list-style:none; font-size:14px; line-height:1.95; }
.equipment-overview { border-left:var(--line); padding-left:32px; }
.equipment-overview h2 { font-size:20px; letter-spacing:-.3px; }
.equipment-overview>p { font-size:13px; color:var(--muted); margin:6px 0 12px; }
.equipment-row { width:100%; display:grid; grid-template-columns:1fr auto; text-align:left; padding:15px 0 11px; font-size:14px; gap:9px; }
.equipment-row:hover { color:var(--accent); }
.equipment-count { font-variant-numeric:tabular-nums; }
.equipment-count small { font-size:12px; color:var(--muted); }
.equipment-track { grid-column:1/-1; height:3px; background:var(--border); }
.equipment-track>span { height:100%; display:block; background:var(--dark); }
.equipment-row:hover .equipment-track>span { background:var(--accent); }
.equipment-note { display:block; font-size:12px; color:var(--muted); margin-top:16px; }
.recent-section { border-top:var(--line); padding-top:22px; padding-bottom:32px; }
.section-line { display:flex; align-items:baseline; justify-content:space-between; gap:20px; margin-bottom:14px; }
.section-line h2 { font-size:20px; }
.section-line>span { font-size:12px; color:var(--muted); }
.recent-row { display:grid; width:100%; grid-template-columns:minmax(0,1fr) 150px 100px 110px 16px; gap:24px; align-items:center; padding:13px 0; border-bottom:var(--line); text-align:left; font-size:14px; }
.recent-row:hover { color:var(--accent); }
.recent-route { font-weight:500; }
.recent-route>span { color:var(--muted); margin:0 10px; font-weight:400; }
.recent-equipment,.recent-age { color:var(--muted); font-size:13px; }
.recent-row strong { font-weight:500; font-variant-numeric:tabular-nums; text-align:right; }
.recent-age { text-align:right; }
.recent-arrow { color:var(--accent); }
.carrier-section { display:grid; grid-template-columns:minmax(0,1.7fr) minmax(0,1fr); gap:80px; border-top:1px solid var(--ink); padding-top:40px; padding-bottom:40px; }
.carrier-overview h2 { font-size:32px; }
.carrier-overview .section-copy { max-width:620px; }
.carrier-points { display:grid; grid-template-columns:1fr 1fr; gap:0 28px; list-style:none; padding:0; margin:23px 0 0; }
.carrier-points li { border-top:var(--line); padding:9px 0; font-size:14px; }
.carrier-requirements { border-left:var(--line); padding-left:32px; }
.carrier-requirements h3 { font-size:22px; letter-spacing:-.3px; }
.carrier-requirements p { color:var(--muted); font-size:14px; line-height:1.65; margin-top:12px; }
.carrier-requirements ul { margin:17px 0; padding-left:17px; font-size:14px; line-height:1.95; }
.carrier-requirements li::marker { color:var(--muted); font-size:9px; }
.carrier-requirements .requirements-note { font-size:12px; border-top:var(--line); padding-top:14px; }
.process-section { border-top:var(--line); padding-top:28px; padding-bottom:36px; }
.process-heading { display:flex; align-items:baseline; gap:36px; }
.process-heading h2 { font-size:26px; }
.process-heading .eyebrow { flex-shrink:0; }
.steps { display:grid; grid-template-columns:repeat(4,1fr); gap:28px; padding:0; margin:26px 0 0; list-style:none; }
.steps li { border-top:var(--line); padding-top:13px; }
.step-number { display:block; font-size:26px; line-height:1.2; color:var(--muted); margin-bottom:12px; }
.steps h3 { font-size:17px; }
.steps p { font-size:14px; color:var(--muted); margin-top:7px; line-height:1.65; }
.network-strip { color:var(--white); background:var(--dark); }
.network-inner { display:flex; justify-content:space-between; align-items:center; gap:36px; padding-block:28px; }
.network-inner h2 { font-size:21px; }
.network-inner p { font-size:13px; color:#c3c8ca; line-height:1.7; margin-top:8px; }
.network-metrics { display:grid; grid-template-columns:repeat(4,1fr); gap:26px; margin:0; }
.network-metrics>div { display:flex; flex-direction:column-reverse; border-left:1px solid #465055; padding-left:24px; }
.network-metrics dd { font-size:30px; font-weight:400; margin:0; line-height:1.4; font-variant-numeric:tabular-nums; }
.network-metrics dt { font-size:12px; color:#c3c8ca; margin-top:3px; }
.network-metrics .daily-label { font-size:26px; }
.faq-section { display:grid; grid-template-columns:1fr 1.6fr; gap:64px; padding-block:40px; border-bottom:var(--line); }
.faq-list details { border-bottom:var(--line); }
.faq-list details:first-child { border-top:var(--line); }
.faq-list summary { display:flex; align-items:center; justify-content:space-between; gap:24px; list-style:none; cursor:pointer; padding:17px 0; font-size:15px; font-weight:500; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:'+'; color:var(--muted); font-size:20px; font-weight:400; }
.faq-list details[open] summary::after { content:'−'; }
.faq-list details[open] summary { padding-bottom:10px; }
.faq-list p { color:var(--muted); line-height:1.7; font-size:14px; padding:0 24px 18px 0; }
.contact-section { display:grid; grid-template-columns:1fr 1fr; gap:70px; padding-block:36px; }
.contact-section .eyebrow { color:var(--muted); margin-bottom:10px; }
.contact-section h2 { font-size:28px; font-weight:500; letter-spacing:-.5px; }
.contact-section p:not(.eyebrow) { font-size:15px; color:var(--muted); line-height:1.65; max-width:490px; margin-top:10px; }
.truck-callout .button { margin-top:20px; }
.support { padding-left:40px; border-left:var(--line); }
.support-details { display:flex; justify-content:space-between; gap:24px; margin-top:18px; font-size:13px; }
.support-details>div { display:flex; flex-direction:column; gap:4px; }
.support-details strong { font-weight:500; }
.support-details a,.support-details span { color:var(--muted); }
.support-details a:hover { color:var(--accent); }
.site-footer { border-top:var(--line); padding:24px 0; }
.footer-top { display:flex; align-items:center; justify-content:space-between; gap:24px; }
.footer-brand strong { font-size:19px; }
.footer-brand small { font-size:9px; letter-spacing:1.7px; }
.footer-top nav { display:flex; align-items:center; gap:22px; font-size:12px; }
.footer-top nav button { font-size:12px; padding:0; }
.footer-top nav button:hover { color:var(--accent); }
.footer-top>span { font-size:12px; color:var(--muted); }
.disclaimer { font-size:12px; color:var(--muted); margin-top:20px; }

/* Existing native dialog primitives, shared by detail and request flows. */
dialog {
  color:var(--ink);
  border:0;
  padding:0;
  background:var(--paper);
  box-shadow:none;
  max-height:100dvh;
  max-width:100vw
}

dialog::backdrop {
  background:#17212670
}

dialog[open] {
  animation:appear .18s ease-out
}

.drawer {
  width:490px;
  height:100dvh;
  max-height:100dvh;
  margin:0 0 0 auto;
  border-left:var(--line);
  overflow-y:auto
}

.drawer[open] {
  animation:slide .2s ease-out
}

.drawer-header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:var(--line);
  padding:14px 24px;
  background:white
}

.drawer-header .mono {
  font-size:13px
}

.close-button {
  font-family:Arial,sans-serif;
  font-size:28px;
  line-height:1;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  color:var(--muted);
  border-radius:4px
}

.close-button:hover {
  background:#e6e6e0;
  color:var(--ink)
}

.drawer-body {
  padding:28px 30px
}

.detail-route {
  margin:16px 0 20px;
  font-size:26px;
  letter-spacing:-.8px;
  font-weight:500;
  line-height:1.4
}

.detail-route span {
  display:block;
  font-size:22px;
  color:var(--accent);
  line-height:1.3;
  margin:2px 0
}

.detail-meta {
  display:flex;
  justify-content:space-between;
  align-items:center
}

.detail-meta .mono {
  color:var(--muted)
}

.appointment-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  border-block:var(--line);
  padding:20px 0
}

.detail-label {
  display:block;
  font-size:11px;
  letter-spacing:1px;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom:7px
}

.appointment-grid strong {
  font-size:17px;
  font-weight:500
}

.appointment-grid p {
  font-size:14px;
  margin-top:4px
}

.appointment-grid small {
  font-size:11px;
  color:var(--muted)
}

.detail-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:21px 25px;
  margin:23px 0
}

.detail-grid dt {
  font-size:12px;
  color:var(--muted);
  margin-bottom:4px
}

.detail-grid dd {
  font-size:14px;
  margin:0;
  font-weight:500
}

.rate-panel {
  padding:19px 21px;
  background:var(--ink);
  color:white;
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin:25px 0
}

.rate-panel .detail-label {
  color:#c0c4c6
}

.rate-panel strong {
  font-size:29px;
  font-weight:500;
  font-variant-numeric:tabular-nums
}

.rate-panel small {
  font-size:13px;
  color:#c0c4c6
}

.rate-panel>span {
  font-size:14px
}

.broker-detail {
  padding-bottom:21px;
  border-bottom:var(--line);
  display:flex;
  justify-content:space-between;
  gap:16px
}

.broker-detail p {
  font-size:13px
}

.notes {
  padding:21px 0
}

.notes ul {
  list-style:none;
  padding:0;
  margin:0;
  font-size:13px;
  line-height:1.9;
  color:var(--muted)
}

.drawer-actions {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px
}

.availability-note {
  text-align:center;
  color:var(--muted);
  font-size:11px;
  margin-top:12px
}

.modal {
  width:560px;
  padding:26px 30px 30px;
  border-radius:6px;
  max-height:calc(100dvh - 32px);
  overflow-y:auto
}

.modal-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px
}

.modal-heading .eyebrow {
  font-size:10px;
  color:var(--muted)
}

.modal h2 {
  font-size:27px;
  font-weight:500;
  letter-spacing:-.6px;
  line-height:1.3
}

.modal-intro {
  color:var(--muted);
  font-size:14px;
  margin-top:8px
}

.modal-form {
  margin-top:24px
}

.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px 16px
}

.form-note {
  font-size:12px;
  color:var(--muted);
  line-height:1.6;
  margin:17px 0
}

.full-width {
  width:100%
}

.success-message {
  margin-top:24px;
  border-top:2px solid var(--success);
  padding-top:20px
}

.success-message h3 {
  color:var(--success);
  font-size:20px
}

.success-message>p {
  margin-top:9px;
  font-size:14px
}

.compact-modal {
  width:490px
}

.info-copy {
  font-size:15px;
  color:var(--muted);
  margin:16px 0;
  line-height:1.7
}

.contact-links {
  display:flex;
  flex-direction:column;
  gap:12px;
  font-size:14px;
  margin-top:20px
}

.contact-links a {
  text-decoration:underline;
  text-underline-offset:4px
}

.request-form {
  margin-top:22px
}

.request-form label {
  margin-top:13px
}

.notice {
  padding:20px;
  border:var(--line)
}

/* Drawer refinements: anchored close control and simple divided sections. */
.drawer-header { position:sticky; top:0; z-index:1; }
.drawer-header h2 { font-weight:500; }
.close-button { width:44px; height:44px; flex-shrink:0; }
.detail-label { font-size:12px; letter-spacing:.5px; }
.detail-grid { gap:18px 20px; margin-block:20px; }
.appointment-grid { padding-block:18px; }
.appointment-grid small { font-size:12px; }
.rate-panel { background:transparent; color:var(--ink); padding:17px 0; margin:20px 0; border-block:1px solid var(--border-dark); }
.rate-panel .detail-label,.rate-panel small { color:var(--muted); }
.rate-panel strong { font-size:32px; }
.broker-detail { padding-bottom:18px; }
.notes { padding:18px 0; }
.notes ul { font-size:14px; line-height:1.65; }
.notes li+li { margin-top:6px; }
.drawer-actions { grid-template-columns:1fr; }
.availability-note { font-size:12px; }
.stale-load-note { background:#eeefeb; border-left:2px solid var(--accent); padding:12px; margin-bottom:16px; font-size:13px; line-height:1.6; }
.primary:disabled { opacity:.45; }
.modal { padding:24px; }
.modal h2 { font-size:28px; }
.compact-modal:has(.request-form) { width:540px; }
.request-lane { font-size:15px; line-height:1.5; margin-top:15px; }
.request-reference { display:flex; justify-content:space-between; gap:20px; border-bottom:var(--line); padding:12px 0; font-size:14px; }
.request-reference .mono { color:var(--muted); }
.request-form { margin-top:18px; }
.request-form label { margin-top:0; }
.form-grid { gap:16px; }
.full-field { grid-column:1/-1; }
.optional { font-weight:400; color:var(--muted); font-size:12px; margin-left:5px; }
@keyframes appear { from { opacity:0; transform:translateY(2px); } to { opacity:1; transform:none; } }
@keyframes slide { from { opacity:0; transform:translateX(2px); } to { opacity:1; transform:none; } }

@media (max-width:1300px) {
  .container { width:calc(100% - 48px); }
  .desktop-nav { gap:18px; }
  .header-actions { gap:18px; }
  .load-table td,.load-table th { padding-inline:10px; }
  .weight-col { display:none; }
  .market-section { gap:32px; }
  .network-metrics { gap:20px; }
  .network-metrics>div { padding-left:18px; }
  .support-details { flex-direction:column; gap:12px; }
}
@media (max-width:1120px) {
  .desktop-nav,.header-actions { display:none; }
  .menu-toggle { display:flex; flex-direction:column; justify-content:center; gap:6px; width:44px; height:44px; padding:10px; }
  .menu-toggle span { width:23px; height:2px; background:var(--ink); }
  .site-header { height:68px; position:relative; z-index:5; }
  .mobile-nav { position:absolute; top:67px; left:0; right:0; display:grid; grid-template-columns:1fr 1fr; gap:4px 24px; padding:14px 24px; background:var(--paper); border-bottom:var(--line); }
  .mobile-nav a,.mobile-nav button { padding:12px 0; text-align:left; font-size:14px; }
  .board-toolbar>div { display:block; }
  .board-toolbar p { margin-top:4px; }
  .search-fields { grid-template-columns:1fr 1fr 1fr 1fr; }
  .search-button { grid-column:1/-1; }
  .market-section { grid-template-columns:1fr; gap:28px; }
  .equipment-overview { border-left:0; border-top:var(--line); padding:22px 0 0; }
  #equipment-breakdown { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
  .equipment-row { grid-template-columns:1fr; gap:5px; }
  .equipment-count small { display:none; }
  .equipment-note { margin-top:8px; }
  .carrier-section { gap:40px; }
  .network-inner { flex-direction:column; align-items:stretch; gap:24px; }
  .network-inner p br { display:none; }
  .network-metrics { grid-template-columns:repeat(4,1fr); }
  .faq-section { gap:36px; }
  .footer-top { flex-wrap:wrap; }
}
@media (max-width:960px) {
  /* Two compact freight blocks across tablet, one column on phones. */
  .load-table,.load-table tbody { display:block; width:100%; }
  .load-table thead { display:none; }
  .table-wrap { border:0; background:transparent; }
  .load-table tbody { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
  .load-table tr { display:grid; grid-template-columns:1fr 1fr; grid-template-areas:'pickup status' 'origin origin' 'arrow arrow' 'destination destination' 'equipment distance' 'rate action'; padding:16px; background:var(--white)!important; border:var(--line); }
  .load-table td { display:block; border:0; white-space:normal; padding:0!important; min-width:0; }
  .load-table .pickup-cell { grid-area:pickup; }
  .load-table .pickup-cell strong { font-size:12px; }
  .load-table .pickup-cell small { font-size:12px; margin-top:1px; }
  .load-table .status-cell { grid-area:status; text-align:right; align-self:start; }
  .load-table .origin-cell { grid-area:origin; padding-top:14px!important; }
  .load-table .destination-cell { grid-area:destination; padding-bottom:12px!important; }
  .load-table .origin-cell strong,.load-table .destination-cell strong { font-size:16px; }
  .load-table .origin-cell small,.load-table .destination-cell small { display:none; }
  .load-table .route-arrow { grid-area:arrow; font-size:0; height:17px; }
  .load-table .route-arrow:after { content:'↓'; font-size:14px; color:var(--muted); }
  .load-table .equipment-cell { grid-area:equipment; display:flex; align-items:baseline; gap:5px; font-size:13px; }
  .load-table .equipment-cell small { font-size:11px; white-space:nowrap; }
  .load-table .distance-cell { grid-area:distance; font-size:13px; color:var(--muted); }
  .load-table .weight-col { display:none; }
  .load-table .rate-cell { grid-area:rate; text-align:left; padding-top:12px!important; margin-top:12px; border-top:var(--line); }
  .load-table .rate-value { font-size:20px; }
  .load-table .action-cell { grid-area:action; display:flex; justify-content:flex-end; align-items:center; border-top:var(--line); margin-top:12px; padding-top:12px!important; }
  .details-button { font-size:13px; }
  .pagination { margin-top:12px; border-top:var(--line); }
  .network-status { min-width:180px; }
  .intro { gap:20px; }
  h1 { font-size:42px; }
  .snapshot-metrics dd { font-size:20px; }
  .snapshot-metrics>div+div { padding-left:18px; }
  .recent-row { grid-template-columns:minmax(0,1fr) 100px 75px 85px 14px; gap:14px; }
  .recent-route>span { margin:0 4px; }
  .carrier-section { grid-template-columns:1fr 1fr; gap:32px; }
  .carrier-requirements { padding-left:24px; }
  .carrier-points { grid-template-columns:1fr; }
  .steps { grid-template-columns:repeat(2,1fr); gap:24px; }
  .process-heading { display:block; }
  .faq-section { grid-template-columns:1fr; gap:24px; }
  .contact-section { gap:32px; }
  .support { padding-left:28px; }
}
@media (max-width:700px) {
  .container { width:calc(100% - 32px); }
  .board-section { padding-top:22px; }
  .intro { display:block; margin-bottom:18px; }
  .eyebrow { font-size:10px; letter-spacing:1.2px; }
  h1 { font-size:38px; margin:8px 0; letter-spacing:-1.1px; }
  .intro-copy { font-size:14px; }
  .network-status { display:grid; grid-template-columns:1fr auto; gap:4px 14px; margin-top:14px; align-items:baseline; min-width:0; font-size:12px; }
  .network-status .update-time { display:none; }
  .network-status small { font-size:11px; }
  .search-panel { padding:13px 13px 0; }
  .search-fields { grid-template-columns:1fr 1fr; gap:12px; }
  input,select { font-size:16px; padding-inline:10px; }
  select { padding-right:22px; }
  .search-button { grid-column:1/-1; }
  .filter-footer { gap:8px; font-size:11px; padding:7px 0; margin-top:12px; }
  .filter-footer button { min-height:32px; }
  .board-toolbar { gap:10px; padding-top:21px; }
  .board-toolbar h2 { font-size:10px; letter-spacing:.9px; }
  .board-toolbar p { font-size:11px; }
  .sort-control { gap:5px; }
  .sort-control select { font-size:12px; max-width:130px; }
  .sort-control { font-size:0; }
  .load-table tbody { grid-template-columns:1fr; gap:8px; }
  .load-table tr { padding:14px; }
  .load-table .pickup-cell { display:flex; gap:8px; align-items:baseline; }
  .load-table .pickup-cell strong,.load-table .pickup-cell small { font-size:11px; }
  .load-table .status { font-size:10px; gap:4px; }
  .load-table .origin-cell { padding-top:10px!important; }
  .load-table .destination-cell { padding-bottom:10px!important; }
  .load-table .origin-cell strong,.load-table .destination-cell strong { font-size:16px; }
  .load-table .equipment-cell small { font-size:11px; }
  .pagination { padding:9px 12px; gap:12px; }
  .pagination>div { gap:8px; }
  .pagination>span { font-size:11px; max-width:135px; }
  .page-button { min-height:44px; padding:4px 8px; }
  .page-button span { display:none; }
  .board-footnote { flex-direction:column; gap:5px; font-size:11px; }
  .board-footnote .divider { padding:0 5px; }
  .market-snapshot { margin-top:26px; padding-block:18px; }
  .strip-heading { display:block; }
  .strip-heading h2 { font-size:18px; }
  .strip-heading>span { font-size:12px; }
  .snapshot-metrics { grid-template-columns:1fr 1fr; gap:18px 20px; }
  .snapshot-metrics>div+div { padding-left:0; border:0; }
  .snapshot-metrics>div:nth-child(even) { border-left:var(--line); padding-left:16px; }
  .snapshot-metrics dt { font-size:11px; }
  .snapshot-metrics dd { font-size:19px; }
  .market-section { padding-block:28px; }
  .market-directory h2,.carrier-overview h2,.faq-section h2 { font-size:28px; }
  .section-copy { font-size:14px; line-height:1.7; }
  .region-columns { grid-template-columns:1fr 1fr; gap:22px 28px; }
  .region-columns ul { font-size:14px; line-height:1.85; }
  .region-columns h3 { margin-bottom:7px; }
  #equipment-breakdown { grid-template-columns:1fr 1fr; gap:0 24px; }
  .equipment-row { grid-template-columns:1fr auto; font-size:13px; gap:10px; padding:15px 0; }
  .equipment-note { font-size:11px; }
  .section-line { display:block; }
  .section-line>span { font-size:12px; }
  .recent-row { grid-template-columns:1fr auto 15px; grid-template-areas:'route route arrow' 'equipment rate age'; gap:7px 10px; padding-block:14px; }
  .recent-route { grid-area:route; font-size:13px; line-height:1.6; }
  .recent-equipment { grid-area:equipment; font-size:12px; }
  .recent-row strong { grid-area:rate; font-size:14px; }
  .recent-age { grid-column:2/4; grid-row:3; font-size:11px; }
  .recent-arrow { grid-area:arrow; }
  .carrier-section { grid-template-columns:1fr; gap:26px; padding-block:28px; }
  .carrier-overview h2 br { display:none; }
  .carrier-points { margin-top:18px; }
  .carrier-requirements { border-left:0; border-top:var(--line); padding:24px 0 0; }
  .process-section { padding-block:26px; }
  .process-heading h2 { font-size:25px; }
  .steps { gap:20px; margin-top:21px; }
  .steps h3 { font-size:16px; }
  .steps p { font-size:13px; }
  .step-number { font-size:24px; margin-bottom:9px; }
  .network-inner { padding-block:25px; }
  .network-inner h2 { font-size:22px; }
  .network-metrics { grid-template-columns:1fr 1fr; gap:20px; }
  .network-metrics>div { padding-left:14px; }
  .network-metrics dd { font-size:28px; }
  .network-metrics dt { font-size:11px; }
  .faq-section { padding-block:28px; gap:20px; }
  .faq-list summary { font-size:14px; padding-block:15px; }
  .faq-list p { font-size:14px; }
  .contact-section { grid-template-columns:1fr; gap:26px; padding-block:28px; }
  .support { padding:24px 0 0; border-left:0; border-top:var(--line); }
  .contact-section h2 { font-size:26px; }
  .contact-section p:not(.eyebrow) { font-size:14px; }
  .support-details { flex-direction:row; font-size:12px; gap:12px; }
  .footer-top { gap:20px; }
  .footer-top nav { order:3; width:100%; flex-wrap:wrap; gap:14px 21px; }
  .footer-top>span { max-width:160px; font-size:11px; text-align:right; }
  .disclaimer { font-size:11px; line-height:1.7; }
  .drawer { width:100%; border:0; }
  .drawer-header { padding:10px 18px; }
  .drawer-body { padding:20px 18px; }
  .detail-route { font-size:26px; }
  .detail-grid { gap:16px; }
  .broker-detail p { font-size:12px; }
  .drawer-actions { gap:8px; }
  .drawer-actions .button { min-height:46px; }
  .modal { width:calc(100% - 24px); padding:20px; max-height:calc(100dvh - 24px); }
  .compact-modal:has(.request-form) { width:calc(100% - 24px); }
  .modal h2 { font-size:26px; }
  .form-grid { grid-template-columns:1fr; gap:14px; }
  .request-reference { gap:12px; font-size:13px; }
}
@media (max-width:380px) {
  .brand strong { font-size:21px; }
  .brand small { font-size:9px; }
  .intro-region { display:none; }
  .support-details { flex-direction:column; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation:none!important; transition:none!important; }
}
