/* ── Design tokens, resets, scrollbar styles are in transport-wise.css ── */

/* Page-specific vars only */
:root {
  --r: 18px;
  --nb-h: 72px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

img {
  display: block;
  max-width: 100%
}

/* ── Utility classes (.gt, .glass, .gridbg, .gline) are in transport-wise.css ── */

/* Keep shared header above drawer overlay (same behavior as homepage). */
.nb {
  z-index: 1050 !important
}

.drawer-overlay {
  z-index: 1040 !important
}

.drawer {
  z-index: 1045 !important
}


/* ── Page hero, orbs, and breadcrumb styles are in transport-wise.css ── */


.live-pill {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-family: var(--mono);
  font-size: .75rem;
  color: var(--p3);
  background: rgba(123, 63, 228, .1);
  border: 1px solid rgba(123, 63, 228, .22);
  padding: .25rem .75rem;
  border-radius: 50px
}

.live-dot {
  width: 6px;
  height: 6px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(34, 197, 94, .7);
  animation: blink 1.6s infinite
}

.jobs-hero-shell {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .5rem
}

.jobs-hero-copy {
  max-width: 420px
}

.jobs-hero-title {
  font-weight: 900;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  letter-spacing: -1.5px;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: .35rem
}

.jobs-hero-copy-text {
  color: var(--muted);
  font-size: .87rem;
  line-height: 1.65;
  max-width: 420px
}

.jobs-hero-meta {
  text-align: right;
  flex-shrink: 0
}

.jobs-hero-meta-copy {
  font-size: .7rem;
  color: var(--muted2);
  margin-top: .35rem
}

.jobs-delivery-icon {
  color: var(--pink) !important
}

.jobs-hidden {
  display: none
}

.jobs-skel-stack {
  display: flex;
  flex-direction: column;
  gap: .85rem
}

.jobs-skel-line-tight {
  height: 14px;
  margin-top: .3rem
}

.jobs-pagination-ellipsis {
  color: var(--muted2);
  font-size: .83rem
}



/* ═══ STICKY SEARCH BAR ═══ */
.search-bar {
  position: sticky;
  top: var(--nb-h);
  z-index: 300;
  background: rgba(13, 12, 30, .96);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border2);
  padding: .75rem 0
}

.sb-inner {
  display: flex;
  gap: .5rem;
  align-items: center
}

.sb-field {
  flex: 1;
  position: relative;
  min-width: 0
}

.sb-field input {
  width: 100%;
  background: rgba(255, 255, 255, .05);
  border: 1px solid var(--border2);
  color: var(--white);
  border-radius: 12px;
  padding: .6rem .9rem .6rem 2.2rem;
  font-size: .88rem;
  font-family: var(--ff);
  transition: all .2s;
  outline: none
}

.sb-field input::placeholder {
  color: rgba(255, 255, 255, .22)
}

.sb-field input:focus {
  border-color: rgba(123, 63, 228, .55);
  background: rgba(123, 63, 228, .07);
  box-shadow: 0 0 0 3px rgba(123, 63, 228, .1)
}

.sb-field i.icon {
  position: absolute;
  left: .75rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted2);
  font-size: .82rem;
  pointer-events: none
}

.sb-field .clr {
  position: absolute;
  right: .65rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted2);
  font-size: .8rem;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  display: none;
  line-height: 1
}

.sb-field .clr.show {
  display: block
}

.sb-filter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(123, 63, 228, .12);
  border: 1px solid rgba(123, 63, 228, .3);
  color: var(--p3);
  border-radius: 12px;
  width: 42px;
  height: 42px;
  padding: 0;
  font-size: .84rem;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--ff);
  flex-shrink: 0;
  transition: all .2s;
  position: relative
}

.sb-filter-btn:hover {
  background: rgba(123, 63, 228, .2)
}

.filter-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: var(--pink);
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: .62rem;
  font-weight: 800;
  display: none;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--bg)
}

.filter-badge.show {
  display: flex
}

/* hide route search on mobile, show on md+ */
.sb-route {
  display: none
}

@media(min-width:768px) {
  .sb-route {
    display: flex;
    gap: .5rem;
    flex: 1
  }
}

@media(max-width:767px) {
  .sb-main-search {
    flex: 1
  }
}

@media(min-width:992px) {
  .sb-filter-btn {
    display: none
  }
}

/* ═══ TYPE TABS (swipeable) ═══ */
.type-tabs-wrap {
  background: var(--bg2);
  border-bottom: 1px solid var(--border2);
  position: sticky;
  top: calc(var(--nb-h) + 61px);
  z-index: 290;
  overflow: hidden
}

.type-tabs {
  display: flex;
  gap: .35rem;
  padding: .65rem 1rem;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch
}

.type-tabs::-webkit-scrollbar {
  display: none
}

.tt {
  display: flex;
  align-items: center;
  gap: .35rem;
  padding: .42rem .85rem;
  border-radius: 50px;
  font-size: .79rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid var(--border2);
  background: rgba(255, 255, 255, .03);
  color: var(--muted);
  transition: all .22s;
  flex-shrink: 0;
  font-family: var(--ff)
}

.tt i {
  font-size: .82rem
}

.tt:hover {
  border-color: rgba(123, 63, 228, .3);
  color: var(--text)
}

.tt.active {
  background: var(--grad);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 16px rgba(123, 63, 228, .3)
}

.tt-count {
  font-family: var(--mono);
  font-size: .65rem;
  background: rgba(255, 255, 255, .15);
  border-radius: 50px;
  padding: .05rem .35rem;
  margin-left: .1rem
}

.tt.active .tt-count {
  background: rgba(255, 255, 255, .25)
}

/* ═══ MAIN LAYOUT ═══ */
.page-body {
  display: flex;
  min-height: calc(100vh - var(--nb-h));
  align-items: flex-start;
  gap: 1.5rem
}

/* ── DESKTOP FILTER SIDEBAR ── */
.filter-col {
  width: 268px;
  flex-shrink: 0;
  position: sticky;
  top: calc(var(--nb-h) + 113px);
  max-height: calc(100vh - var(--nb-h) - 120px);
  overflow-y: auto;
  padding: 1.5rem 0 1.5rem 0;
  scrollbar-width: thin
}

.filter-col::-webkit-scrollbar {
  width: 3px
}

@media(max-width:991px) {
  .filter-col {
    display: none
  }
}

.fp {
  border-radius: 16px;
  padding: 1.25rem;
  margin-bottom: .85rem;
  position: relative;
  overflow: hidden
}

.fp::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(123, 63, 228, .04), transparent);
  pointer-events: none
}

.fp-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem
}

.fp-ttl {
  font-weight: 800;
  font-size: .85rem;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: .45rem
}

.fp-ttl i {
  color: var(--p2);
  font-size: .9rem
}

.fp-clr {
  font-size: .72rem;
  color: var(--muted2);
  cursor: pointer;
  background: none;
  border: none;
  font-family: var(--ff);
  padding: 0;
  transition: color .2s
}

.fp-clr:hover {
  color: var(--pink)
}

.fl {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--muted2);
  margin-bottom: .38rem;
  display: block
}

.fi {
  width: 100%;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--border2);
  color: var(--white);
  border-radius: 10px;
  padding: .6rem .85rem;
  font-size: .84rem;
  font-family: var(--ff);
  transition: all .2s;
  outline: none
}

.fi::placeholder {
  color: rgba(255, 255, 255, .2)
}

.fi:focus {
  border-color: rgba(123, 63, 228, .55);
  background: rgba(123, 63, 228, .06);
  box-shadow: 0 0 0 3px rgba(123, 63, 228, .1)
}

.fi option {
  background: var(--bg2)
}

.f-rule {
  border: none;
  border-top: 1px solid var(--border2);
  margin: .9rem 0
}

/* range */
.range-vals {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: .74rem;
  color: var(--p3);
  margin-bottom: .4rem
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  background: linear-gradient(to right, var(--p1) 60%, rgba(255, 255, 255, .08) 60%)
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--p2);
  border: 2px solid var(--bg);
  box-shadow: 0 0 8px rgba(123, 63, 228, .5);
  cursor: pointer
}

input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--p2);
  border: 2px solid var(--bg);
  cursor: pointer
}

/* check pills */
.cpills {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem
}

.cp {
  display: flex;
  align-items: center;
  gap: .35rem;
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--border2);
  border-radius: 8px;
  padding: .36rem .65rem;
  font-size: .76rem;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  transition: all .2s;
  user-select: none;
  font-family: var(--ff)
}

.cp i {
  font-size: .78rem
}

.cp:hover {
  border-color: rgba(123, 63, 228, .3);
  color: var(--text)
}

.cp.on {
  background: rgba(123, 63, 228, .14);
  border-color: rgba(123, 63, 228, .4);
  color: var(--p3)
}

.jobs-upgrade-card {
  display: flex;
  flex-direction: column;
  gap: .85rem
}

.jobs-upgrade-eyebrow {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: .28rem .68rem;
  border-radius: 999px;
  background: rgba(123, 63, 228, .14);
  border: 1px solid rgba(123, 63, 228, .28);
  color: var(--p3);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase
}

.jobs-upgrade-title {
  color: var(--white);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.2
}

.jobs-upgrade-copy {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.7
}

.jobs-upgrade-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 44px;
  padding: .72rem 1rem;
  border-radius: 12px;
  background: var(--grad);
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
  font-size: .86rem;
  transition: opacity .2s;
  box-shadow: 0 16px 34px rgba(123, 63, 228, .22)
}

.jobs-upgrade-btn:hover {
  opacity: .9
}

/* ── RESULTS COLUMN ── */
.results-col {
  flex: 1;
  min-width: 0;
  padding: 1.25rem 0 4rem
}

@media(min-width:992px) {
  .results-col {
    padding: 1.5rem 0 4rem;
    padding-left: 1.5rem
  }
}

.map-col {
  display: none;
  flex: 0 0 min(42vw, 560px);
  min-width: 360px;
  padding: 1.5rem 0 4rem;
  position: sticky;
  top: calc(var(--nb-h) + 113px);
  align-self: flex-start
}

.jobs-view-map .map-col {
  display: block
}

.jobs-view-map .results-col {
  flex: 1 1 0;
  min-width: 320px
}

.jobs-map-shell {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  min-height: calc(100vh - var(--nb-h) - 144px);
  display: flex;
  flex-direction: column
}

.jobs-map-head {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  padding: 1rem 1rem .85rem;
  border-bottom: 1px solid var(--border2);
  background: rgba(20, 18, 40, .88);
  backdrop-filter: blur(18px)
}

.jobs-map-head-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem
}

.jobs-map-head-copy {
  min-width: 0
}

.jobs-map-head-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .65rem;
  flex-wrap: wrap;
  flex-shrink: 0
}

.jobs-map-title {
  display: flex;
  align-items: center;
  gap: .45rem;
  color: var(--white);
  font-size: .9rem;
  font-weight: 800
}

.jobs-map-title i {
  color: var(--p3)
}

.jobs-map-sub {
  color: var(--muted2);
  font-size: .76rem;
  line-height: 1.55
}

.jobs-map-route-status {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  min-height: 34px;
  padding: .38rem .72rem;
  border-radius: 999px;
  border: 1px solid rgba(123, 63, 228, .24);
  background: rgba(123, 63, 228, .12);
  color: var(--p3);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap
}

.jobs-map-route-status[data-state="road"] {
  border-color: rgba(56, 189, 248, .24);
  background: rgba(56, 189, 248, .12);
  color: #9bdcff
}

.jobs-map-route-status[data-state="fallback"] {
  border-color: rgba(217, 70, 239, .24);
  background: rgba(217, 70, 239, .12);
  color: #f0abfc
}

.jobs-map-route-status[data-state="pickup"] {
  border-color: rgba(74, 222, 128, .22);
  background: rgba(74, 222, 128, .12);
  color: #86efac
}

.jobs-map-route-status i.bi-arrow-repeat {
  animation: jobs-route-spin .9s linear infinite
}

.jobs-map-mobile-switch {
  display: none;
  align-items: center;
  gap: .45rem;
  padding: .2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid var(--border2);
  flex-shrink: 0
}

.jobs-map-mobile-btn {
  appearance: none;
  border: none;
  background: transparent;
  color: var(--muted);
  border-radius: 999px;
  padding: .42rem .8rem;
  font-size: .73rem;
  font-weight: 800;
  font-family: var(--ff);
  line-height: 1;
  cursor: pointer;
  transition: all .2s
}

.jobs-map-mobile-btn.on {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 8px 20px rgba(123, 63, 228, .25)
}

#map {
  width: 100%;
  flex: 1;
  min-height: 420px;
  background: rgba(13, 12, 30, .82)
}

.jobs-map-empty {
  height: 100%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .9rem;
  padding: 2rem;
  text-align: center;
  color: var(--muted)
}

.jobs-map-empty i {
  font-size: 2.5rem;
  color: var(--muted2)
}

.jobs-map-empty-title {
  color: var(--white);
  font-size: 1rem;
  font-weight: 800
}

.jobs-map-empty-copy {
  max-width: 320px;
  font-size: .83rem;
  line-height: 1.7
}

/* results bar */
.rb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .6rem;
  margin-bottom: 1.1rem
}

.rb-count {
  font-size: .83rem;
  color: var(--muted)
}

.rb-count strong {
  color: var(--text)
}

.rb-right {
  display: flex;
  align-items: center;
  gap: .5rem
}

.sort-sel {
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--border2);
  color: var(--text);
  border-radius: 10px;
  padding: .4rem .8rem;
  font-size: .8rem;
  font-family: var(--ff);
  cursor: pointer;
  transition: border-color .2s;
  outline: none
}

.sort-sel:focus {
  border-color: rgba(123, 63, 228, .4)
}

.sort-sel option {
  background: var(--bg2)
}

.vbtn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid var(--border2);
  background: rgba(255, 255, 255, .03);
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s;
  font-size: .85rem
}

.vbtn.on,
.vbtn:hover {
  background: rgba(123, 63, 228, .12);
  border-color: rgba(123, 63, 228, .35);
  color: var(--p3)
}

.jcard.highlighted {
  border-color: rgba(123, 63, 228, .42) !important;
  box-shadow: 0 18px 52px rgba(123, 63, 228, .16), 0 0 0 1px rgba(123, 63, 228, .18)
}

/* active filter chips */
.afc {
  display: flex;
  align-items: center;
  gap: .4rem;
  flex-wrap: wrap;
  margin-bottom: .9rem
}

.af-chip {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: rgba(123, 63, 228, .12);
  border: 1px solid rgba(123, 63, 228, .28);
  border-radius: 7px;
  padding: .25rem .6rem;
  font-size: .73rem;
  font-weight: 600;
  color: var(--p3)
}

.af-chip button {
  background: none;
  border: none;
  color: var(--p3);
  cursor: pointer;
  padding: 0;
  font-size: .73rem;
  opacity: .7;
  line-height: 1
}

.af-chip button:hover {
  opacity: 1
}

.afc-clr {
  font-size: .72rem;
  color: var(--muted2);
  cursor: pointer;
  background: none;
  border: none;
  font-family: var(--ff);
  transition: color .2s
}

.afc-clr:hover {
  color: var(--pink)
}

.jobs-search-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 16px;
  padding: .95rem 1rem;
  margin-bottom: 1rem
}

.jobs-search-note-copy {
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.65
}

.jobs-search-note-copy strong {
  color: var(--white)
}

.jobs-search-note-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 40px;
  padding: 0 .95rem;
  border-radius: 999px;
  border: 1px solid rgba(123, 63, 228, .32);
  background: rgba(123, 63, 228, .14);
  color: var(--p3) !important;
  text-decoration: none;
  font-weight: 800;
  font-size: .78rem
}

/* ═══ JOB CARDS ═══ */
.jobs-list {
  display: flex;
  flex-direction: column;
  gap: .55rem
}

.jobs-list .jcard {
  padding: 0 !important;
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform .25s, border-color .25s, box-shadow .25s
}

.jobs-list .jcard:hover {
  transform: translateY(-3px);
  border-color: rgba(123, 63, 228, .32) !important;
  box-shadow: 0 14px 48px rgba(123, 63, 228, .1)
}

.jobs-list .jcard::before {
  display: none
}

.jobs-list .jcard::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(123, 63, 228, .04), transparent 55%);
  pointer-events: none;
  border-radius: var(--r)
}

/* List layout */
.jobs-list /* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
/* Thumbnail */
.jobs-list /* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
.jobs-list /* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
.jobs-list /* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
.jobs-list /* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
.jobs-list /* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
/* Body */
.jobs-list /* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
.type-pill {
  display: inline-flex;
  align-items: center;
  gap: .28rem;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: .18rem .5rem;
  border-radius: 5px;
  white-space: nowrap;
  flex-shrink: 0
}

.tp-fur {
  background: rgba(123, 63, 228, .15);
  border: 1px solid rgba(123, 63, 228, .25);
  color: var(--p3)
}

.tp-veh {
  background: rgba(217, 70, 239, .12);
  border: 1px solid rgba(217, 70, 239, .22);
  color: #e879f9
}

.tp-frt {
  background: rgba(59, 130, 246, .12);
  border: 1px solid rgba(59, 130, 246, .22);
  color: #93c5fd
}

.tp-rem {
  background: rgba(249, 115, 22, .1);
  border: 1px solid rgba(249, 115, 22, .2);
  color: #fb923c
}

.tp-par {
  background: rgba(34, 197, 94, .1);
  border: 1px solid rgba(34, 197, 94, .2);
  color: #4ade80
}

/* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
.jc-route .from {
  display: flex;
  align-items: center;
  gap: .25rem;
  color: var(--text)
}

.jc-route .from i {
  color: #4ade80;
  font-size: .65rem
}

.jc-route .to {
  display: flex;
  align-items: center;
  gap: .25rem;
  color: var(--text)
}

.jc-route .to i {
  color: var(--pink);
  font-size: .68rem
}

.jc-route .arr {
  color: var(--muted2);
  font-size: .7rem
}

/* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
/* Stats row */
.jobs-list /* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
.jobs-list /* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
.jsv.bids {
  background: var(--gtext);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.jsv.plain {
  background: none;
  -webkit-text-fill-color: var(--muted);
  font-size: .72rem
}

/* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
/* Bid button — right column */
.jobs-list /* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
.jobs-list /* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
.jobs-list /* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
.jobs-list /* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
/* ── Mobile card overrides ── */
@media(max-width:575px) {
  .jobs-list /* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
.jobs-list .jc-thumb {
    width: 76px
  }

  .jobs-list /* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
.jobs-list /* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
.jobs-list /* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
.jobs-list .jc-bid {
    font-size: .7rem
  }

  .jobs-list /* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
.jobs-list .jsv {
    font-size: .72rem
  }

  .jobs-list /* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
}

@media(max-width:360px) {
  /* ── .jcard-inner and .jc-* elements dynamically structured globally inside transport-wise.css ── */
}

/* ── No results ── */
.no-res {
  text-align: center;
  padding: 3.5rem 1.5rem;
  border-radius: var(--r)
}

.no-res i {
  font-size: 3rem;
  color: var(--muted2);
  margin-bottom: .85rem;
  display: block
}

.no-res h3 {
  font-weight: 800;
  color: var(--white);
  margin-bottom: .4rem;
  font-size: 1.05rem
}

.no-res p {
  color: var(--muted);
  font-size: .87rem;
  line-height: 1.65
}

/* ── Skeleton ── */
@keyframes shimmer {
  0% {
    background-position: -400px 0
  }

  100% {
    background-position: 400px 0
  }
}

.skel {
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--border2);
  display: flex
}

.sk-img {
  width: 100px;
  height: 110px;
  flex-shrink: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .03) 25%, rgba(123, 63, 228, .06) 50%, rgba(255, 255, 255, .03) 75%);
  background-size: 400px 100%;
  animation: shimmer 1.5s infinite linear
}

.sk-body {
  flex: 1;
  padding: .85rem .9rem;
  display: flex;
  flex-direction: column;
  gap: .6rem
}

.sk-ln {
  height: 11px;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .03) 25%, rgba(123, 63, 228, .06) 50%, rgba(255, 255, 255, .03) 75%);
  background-size: 400px 100%;
  animation: shimmer 1.5s infinite linear
}

.sk-ln.w3 {
  width: 30%
}

.sk-ln.w5 {
  width: 50%
}

.sk-ln.w7 {
  width: 70%
}

.sk-ln.w9 {
  width: 90%
}

/* ── Pagination ── */
.pag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  margin-top: 2rem;
  flex-wrap: wrap;
  padding-bottom: 1rem
}

.pg {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid var(--border2);
  background: rgba(255, 255, 255, .03);
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s;
  font-size: .83rem;
  font-weight: 600;
  font-family: var(--ff)
}

.pg:hover {
  border-color: rgba(123, 63, 228, .35);
  color: var(--p3);
  background: rgba(123, 63, 228, .08)
}

.pg.on {
  background: var(--grad);
  border-color: transparent;
  color: #fff
}

.pg.off {
  opacity: .32;
  cursor: not-allowed;
  pointer-events: none
}

/* ═══ MOBILE FILTER DRAWER ═══ */
.bs-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .65);
  z-index: 1080;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s
}

.bs-overlay.open {
  opacity: 1;
  pointer-events: all
}

.bs {
  position: fixed;
  top: var(--nb-h);
  right: 0;
  bottom: 0;
  z-index: 1090;
  width: min(92vw, 400px);
  background: var(--bg3);
  border-left: 1px solid var(--border);
  border-radius: 24px 0 0 24px;
  max-height: none;
  transform: translateX(100%);
  transition: transform .38s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  flex-direction: column;
  padding-bottom: var(--safe-bottom);
  box-shadow: -18px 0 50px rgba(0, 0, 0, .28)
}

.bs.open {
  transform: translateX(0)
}

.bs-handle {
  display: none
}

.bs-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--border2);
  flex-shrink: 0
}

.bs-hdr h3 {
  font-weight: 900;
  font-size: 1rem;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: .5rem
}

.bs-hdr h3 i {
  color: var(--p2)
}

.bs-close {
  background: rgba(255, 255, 255, .06);
  border: 1px solid var(--border2);
  color: var(--muted);
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: .95rem;
  transition: all .2s
}

.bs-close:hover {
  color: var(--pink);
  border-color: rgba(217, 70, 239, .3)
}

.bs-body {
  overflow-y: auto;
  padding: 1.1rem 1.25rem;
  flex: 1;
  -webkit-overflow-scrolling: touch
}

.bs-body::-webkit-scrollbar {
  display: none
}

.bs-footer {
  display: flex;
  gap: .75rem;
  padding: 1rem 1.25rem calc(1rem + var(--safe-bottom));
  flex-shrink: 0;
  border-top: 1px solid var(--border2)
}

.bs-apply {
  flex: 1;
  background: var(--grad);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: .78rem;
  font-weight: 800;
  font-size: .95rem;
  font-family: var(--ff);
  cursor: pointer;
  transition: all .22s
}

.bs-apply:hover {
  opacity: .88
}

.bs-reset {
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--border2);
  color: var(--muted);
  border-radius: 12px;
  padding: .78rem 1.1rem;
  font-weight: 700;
  font-size: .88rem;
  font-family: var(--ff);
  cursor: pointer;
  transition: all .22s
}

.bs-reset:hover {
  border-color: rgba(244, 63, 94, .3);
  color: #fb7185
}

@media(min-width:992px) {
  .bs,
  .bs-overlay {
    display: none !important
  }
}


/* ═════════ MAPBOX MAP ═════════ */
.map-col .mapboxgl-map {
  font-family: var(--ff) !important
}

.mapboxgl-ctrl-attrib {
  background: rgba(13, 12, 30, .7) !important;
  backdrop-filter: blur(8px)
}

.mapboxgl-ctrl-attrib a {
  color: var(--p3) !important
}

.mapboxgl-ctrl-group {
  background: rgba(20, 18, 40, .85) !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid var(--border) !important;
  border-radius: 10px !important
}

.mapboxgl-ctrl-group button {
  background: transparent !important;
  color: var(--text) !important
}

.mapboxgl-ctrl-group button:hover {
  background: rgba(123, 63, 228, .15) !important
}

.mapboxgl-ctrl-group button .mapboxgl-ctrl-icon {
  filter: invert(1) brightness(.7)
}

.map-count-badge {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: rgba(20, 18, 40, .88);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  border-radius: 50px;
  font-family: var(--mono);
  font-size: .76rem;
  color: var(--p3);
  padding: .38rem .9rem;
  pointer-events: none;
  white-space: nowrap
}

.mapboxgl-popup {
  max-width: 260px !important;
  z-index: 50
}

.mapboxgl-popup-content {
  background: rgba(20, 18, 40, .95) !important;
  backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(123, 63, 228, .3) !important;
  border-radius: 14px !important;
  padding: 0 !important;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .6) !important
}

.mapboxgl-popup-tip {
  display: none !important
}

.mapboxgl-popup-close-button {
  color: var(--muted2) !important;
  font-size: 1rem !important;
  right: 8px !important;
  top: 6px !important;
  background: none !important;
  padding: 0 !important;
  line-height: 1 !important;
  z-index: 2
}

.mapboxgl-popup-close-button:hover {
  color: var(--pink) !important;
  background: none !important
}

.twmp-img {
  height: 110px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, rgba(123, 63, 228, .18), rgba(217, 70, 239, .12))
}

.twmp-img img,
.twmp-img-ph {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.twmp-img-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted2);
  font-size: 2rem
}

.twmp-img-grad {
  position: absolute;
  inset: auto 0 0;
  height: 55px;
  background: linear-gradient(180deg, transparent, rgba(20, 18, 40, .9))
}

.twmp-body {
  display: grid;
  gap: .72rem;
  padding: .9rem
}

.twmp-route {
  display: flex;
  align-items: center;
  gap: .4rem;
  flex-wrap: wrap;
  font-size: .73rem;
  color: var(--muted)
}

.twmp-arr {
  color: var(--muted2)
}

.twmp-title {
  color: var(--white);
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.4
}

.twmp-stats {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem
}

.twmp-stat {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .28rem .55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--border2);
  color: var(--muted);
  font-size: .72rem
}

.twmp-bid-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  width: 100%;
  border: none;
  border-radius: 10px;
  background: var(--grad);
  color: #fff;
  font-family: var(--ff);
  font-size: .82rem;
  font-weight: 800;
  padding: .78rem .9rem;
  cursor: pointer;
  text-decoration: none
}

/* segment control inside bottom sheet */
.seg {
  display: flex;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--border2);
  border-radius: 11px;
  padding: .25rem;
  gap: .25rem
}

.seg-btn {
  flex: 1;
  padding: .45rem .5rem;
  border-radius: 8px;
  font-size: .78rem;
  font-weight: 700;
  cursor: pointer;
  transition: all .22s;
  border: none;
  font-family: var(--ff);
  color: var(--muted);
  background: none;
  text-align: center
}

.seg-btn.on {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 4px 12px rgba(123, 63, 228, .3)
}

/* ═══ JOB DETAIL SHEET ═══ */
.detail-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .72);
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  backdrop-filter: blur(4px);
  display: none
}

.detail-overlay.open {
  opacity: 1;
  pointer-events: all;
  display: block
}

.detail-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 910;
  background: var(--bg3);
  border-radius: 24px 24px 0 0;
  border-top: 1px solid var(--border);
  max-height: 92vh;
  transform: translateY(100%);
  transition: transform .38s cubic-bezier(.4, 0, .2, 1);
  display: none;
  flex-direction: column;
  padding-bottom: calc(1.25rem + var(--safe-bottom))
}

.detail-sheet.open {
  transform: translateY(0);
  display: flex
}

/* On medium screens, show as centred modal */
@media(min-width:768px) and (max-width:991px) {
  .detail-sheet {
    left: 50%;
    right: auto;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%) scale(.95);
    width: min(640px, 96vw);
    border-radius: 22px;
    max-height: 90vh
  }

  .detail-sheet.open {
    transform: translate(-50%, -50%) scale(1);
    display: flex
  }
}

@media(min-width:992px) {
  .detail-overlay {
    background: rgba(0, 0, 0, .56);
    backdrop-filter: blur(6px);
  }

  .detail-sheet {
    left: auto;
    right: 20px;
    top: calc(var(--nb-h) + 108px);
    bottom: 20px;
    width: min(460px, calc(100vw - 40px));
    max-height: none;
    border-radius: 24px;
    border: 1px solid var(--border);
    transform: translateX(calc(100% + 28px));
    padding-bottom: 0;
    box-shadow: -28px 0 64px rgba(0, 0, 0, .34);
  }

  .detail-sheet.open {
    transform: translateX(0);
  }
}

.ds-handle {
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, .15);
  border-radius: 2px;
  margin: .85rem auto .5rem;
  flex-shrink: 0
}

@media(min-width:768px) {
  .ds-handle {
    display: none
  }
}

.ds-img {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: var(--bg4);
  flex-shrink: 0
}

.ds-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .85
}

.ds-img-ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: rgba(255, 255, 255, .1)
}

.ds-img-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 18, 40, .95) 0%, transparent 50%)
}

.ds-img-close {
  position: absolute;
  top: .85rem;
  right: .85rem;
  background: rgba(13, 12, 30, .8);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all .2s
}

.ds-img-close:hover {
  background: rgba(217, 70, 239, .2);
  border-color: var(--pink)
}

.ds-body {
  overflow-y: auto;
  padding: 1.25rem 1.5rem;
  flex: 1;
  -webkit-overflow-scrolling: touch
}

.ds-body::-webkit-scrollbar {
  display: none
}

.ds-title {
  font-weight: 900;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: -.5px;
  margin-bottom: .75rem;
  line-height: 1.25
}

.ds-top-meta {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
  margin-bottom: .75rem
}

.ds-ref,
.ds-posted {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: .16rem .56rem;
  border-radius: 999px;
  border: 1px solid var(--border2);
  background: rgba(255, 255, 255, .04);
  color: var(--muted2);
  font-family: var(--mono);
  font-size: .66rem
}

.ds-route {
  display: flex;
  align-items: center;
  gap: .45rem;
  font-size: .88rem;
  font-weight: 600;
  flex-wrap: wrap;
  margin-bottom: 1rem
}

.ds-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .7rem;
  margin-bottom: 1.25rem
}

.ds-cell {
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--border2);
  border-radius: 12px;
  padding: .85rem 1rem
}

.ds-cell-lbl {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--muted2);
  margin-bottom: .25rem
}

.ds-cell-val {
  font-weight: 700;
  color: var(--text);
  font-size: .9rem
}

.ds-desc {
  font-size: .87rem;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 1.25rem
}

.ds-dashboard-note {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  padding: .95rem 1rem;
  margin-bottom: 1rem;
  border-radius: 14px;
  border: 1px solid rgba(123, 63, 228, .18);
  background: rgba(123, 63, 228, .08);
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.65
}

.ds-dashboard-note i {
  color: var(--p3);
  font-size: 1rem;
  margin-top: .05rem;
  flex-shrink: 0
}

.ds-dashboard-note strong {
  display: block;
  color: var(--white);
  margin-bottom: .12rem;
  font-size: .82rem
}

.ds-actions {
  display: grid;
  gap: .65rem
}

.ds-bid-btn {
  width: 100%;
  background: var(--grad);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 1rem;
  font-weight: 800;
  font-size: .98rem;
  font-family: var(--ff);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  transition: all .22s
}

.ds-bid-btn:hover {
  opacity: .88;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(123, 63, 228, .4)
}

.ds-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  width: 100%;
  min-height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(123, 63, 228, .28);
  background: rgba(123, 63, 228, .1);
  color: var(--p3) !important;
  text-decoration: none;
  font-size: .84rem;
  font-weight: 800;
  transition: all .22s
}

.ds-secondary-link:hover {
  background: rgba(123, 63, 228, .16);
  border-color: rgba(123, 63, 228, .38)
}

/* ── Footer styles are in transport-wise.css ── */

/* ── Animations (.fu, .d1-d5, .fade-in) are in transport-wise.css ── */
/* ── Misc touch friendliness ── */
button,
a {
  -webkit-tap-highlight-color: transparent
}

input,
select {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation
}


@media(max-width:991px) {
  .page-body {
    gap: 0
  }

  .jobs-search-note {
    flex-direction: column;
    align-items: stretch
  }

  .jobs-search-note-link {
    width: 100%
  }

  .map-col {
    display: none;
    padding: 0;
    min-width: 0;
    position: static;
    top: auto
  }

  .jobs-view-map .results-col {
    display: none
  }

  .jobs-view-map .map-col {
    display: block;
    flex: none;
    width: 100%
  }

  .jobs-map-shell {
    position: relative;
    top: 0;
    min-height: calc(100vh - var(--nb-h) - 118px);
    border-radius: 0;
    border-left: none;
    border-right: none
  }

  .jobs-map-head {
    padding: .9rem 1rem .8rem
  }

  .jobs-map-head-row {
    flex-direction: column;
    align-items: stretch;
    gap: .75rem
  }

  .jobs-map-head-tools {
    justify-content: space-between
  }

  .jobs-map-mobile-switch {
    display: inline-flex;
    align-self: flex-start
  }

  #map {
    min-height: calc(100vh - var(--nb-h) - 184px)
  }

  .map-count-badge {
    bottom: calc(12px + var(--safe-bottom))
  }

  .ds-secondary-link {
    min-height: 44px
  }
}

@keyframes jobs-route-spin {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}
