/* Utovari (cargo) board — layout & visual polish v6.8.2 */

/* Desktop: više prostora listi, mapa i AI uravnoteženi */
@media (min-width: 900px) {
  body.bu-term .bu-board-cargo .bu-term-grid {
    grid-template-columns: minmax(0, 28%) minmax(0, 44%) minmax(0, 28%);
  }
}

/* Filter chrome — cargo identitet */
.bu-board-cargo .bu-filters-board {
  border-top: 3px solid #16a34a;
}

.bu-board-cargo .bu-board-page-kicker {
  display: none;
  padding: 0 12px 4px;
}

@media (min-width: 900px) {
  .bu-board-cargo .bu-board-page-kicker {
    display: block;
  }

  .bu-board-cargo .bu-chrome-row.bu-tabs-chrome {
    align-items: flex-end;
  }
}

.bu-board-cargo .bu-board-page-kicker .bu-kicker {
  margin: 0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #15803d;
}

.bu-board-cargo .bu-board-page-lead {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #475569;
  max-width: 42rem;
}

/* Lane boje — utovar zeleno, istovar plavo */
.bu-board-cargo .bu-lane-load {
  border-color: #bbf7d0;
  background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%);
}

.bu-board-cargo .bu-lane-load .bu-lane-head span {
  color: #166534;
  font-weight: 900;
}

.bu-board-cargo .bu-lane-unload {
  border-color: #bfdbfe;
  background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
}

.bu-board-cargo .bu-lane-unload .bu-lane-head span {
  color: #1d4ed8;
  font-weight: 900;
}

.bu-board-cargo .bu-lane-status:not(:empty) {
  font-size: 11px;
  font-weight: 700;
  color: #334155;
  padding: 2px 0 0;
}

/* v6.9.0 — list toolbar, advanced filters, fleet modal, profil */

.bu-list-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 30;
}

.bu-list-sort-drop {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #475569;
}

.bu-list-sort-drop select {
  min-width: 8.5rem;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #fff;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 800;
  color: #0f172a;
}

.bu-veh-drop {
  position: relative;
  z-index: 80;
}

.bu-veh-drop-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  max-width: min(20rem, 48vw);
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  color: #0f172a;
}

.bu-veh-drop-btn span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bu-veh-drop-btn.has-val {
  border-color: #86efac;
  background: #f0fdf4;
}

.bu-veh-drop-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 120;
  min-width: 16rem;
  max-height: 18rem;
  overflow: auto;
  padding: 8px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}

.bu-veh-drop-head {
  margin: 0 0 6px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.bu-veh-drop-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  cursor: pointer;
}

.bu-veh-drop-opt:hover {
  background: #f0fdf4;
}

.bu-veh-drop-opt input {
  width: 16px;
  height: 16px;
}

.bu-veh-drop-clear {
  display: block;
  width: 100%;
  margin-top: 6px;
  border: 0;
  border-radius: 10px;
  background: #f1f5f9;
  padding: 8px;
  font-size: 11px;
  font-weight: 900;
  color: #475569;
  cursor: pointer;
}

.bu-live-label {
  font-size: 11px;
  font-weight: 800;
  color: #15803d;
}

.bu-board-cargo .bu-lane-head-actions {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.bu-fleet-pick-btn {
  font-size: 11px !important;
  font-weight: 800 !important;
  white-space: nowrap;
}

.bu-cargo-adv {
  margin-top: 8px;
  padding-top: 0;
  border-top: 1px dashed #bbf7d0;
  overflow: visible;
  max-height: none;
}

.bu-cargo-adv-body {
  padding: 8px 0 2px;
  overflow: visible;
  max-height: none;
}

.bu-cargo-adv-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 6px;
}
.bu-cargo-adv-row-dims {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1100px) {
  .bu-cargo-adv-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 699px) {
  .bu-cargo-adv-row,
  .bu-cargo-adv-row-dims {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.bu-cargo-adv-grid {
  display: none;
}

.bu-cargo-adv-field {
  display: grid;
  gap: 2px;
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.bu-cargo-adv-field span {
  line-height: 1.1;
}
.bu-cargo-adv-field input {
  width: 100%;
  min-height: 34px;
  border-radius: 8px;
  border: 1px solid #d1fae5;
  padding: 0 8px;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  background: #fff;
}

.bu-cargo-adv-toggles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 4px;
}

.bu-cargo-adv-kicker {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 8px 0 0;
  padding: 11px 12px;
  border-radius: 12px;
  border: 1px solid #86efac;
  background: linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 4px 12px rgba(22, 163, 74, 0.08);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #14532d;
  cursor: pointer;
  user-select: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.bu-cargo-adv-kicker:hover {
  border-color: #22c55e;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.18);
  background: #dcfce7;
}

.bu-cargo-adv-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
}

.bu-cargo-adv-label strong {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bu-cargo-adv-label em {
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  color: #15803d;
  opacity: 0.85;
}

.bu-cargo-adv-kicker::-webkit-details-marker {
  display: none;
}

.bu-cargo-adv-kicker i {
  font-style: normal;
  font-size: 14px;
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #86efac;
  color: #166534;
  transition: transform 0.18s ease;
  flex-shrink: 0;
}

.bu-cargo-adv[open] .bu-cargo-adv-kicker {
  border-color: #22c55e;
  background: #dcfce7;
}

.bu-cargo-adv[open] .bu-cargo-adv-kicker i {
  transform: rotate(180deg);
}

.bu-cargo-adv-body {
  padding: 0 0 2px;
  overflow: visible;
}

.bu-cargo-adv-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5px;
}

@media (max-width: 1100px) {
  .bu-cargo-adv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .bu-cargo-adv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.bu-cargo-adv-field {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 9px;
  font-weight: 800;
  color: #64748b;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.bu-cargo-adv-field input {
  height: 34px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
}

.bu-cargo-adv-toggles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 8px;
}

.bu-tog-inline {
  font-size: 11px;
  font-weight: 800;
}

/* Filter bar — uvijek klikabilan (Sakrij / Otvori) */
body.bu-filters-closed .bu-filters-board .bu-filter-bar {
  display: flex !important;
  position: relative;
  z-index: 40;
  pointer-events: auto !important;
}

body:not(.bu-filters-closed) .bu-filters-board .bu-minibar {
  display: none !important;
}

body.bu-filters-closed .bu-filters-board .bu-minibar {
  display: none !important;
}

#f-toggle.bu-filter-bar {
  position: relative;
  z-index: 60 !important;
  pointer-events: auto !important;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  isolation: isolate;
  user-select: none;
}

/* Full-bar hit layer — catches every tap (text + Sakrij + empty space) */
#f-toggle .bu-filter-hit {
  position: absolute !important;
  inset: 0 !important;
  z-index: 5 !important;
  pointer-events: auto !important;
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Visual children sit under hit layer — never steal / pass-through clicks */
#f-toggle.bu-filter-bar > *:not(.bu-filter-hit) {
  position: relative;
  z-index: 1;
  pointer-events: none !important;
}

.bu-filters-board {
  position: relative;
  z-index: 20;
  isolation: isolate;
}

.bu-filters-board .bu-filter-fold {
  position: relative;
  z-index: 1;
}

.bu-filters-board .bu-chrome-row,
.bu-filters-board .bu-filter-bar,
.bu-filters-board #f-toggle {
  position: relative;
  z-index: 60;
  pointer-events: auto !important;
}

#f-toggle .bu-filter-bar-act {
  padding: 6px 10px;
  border-radius: 8px;
  background: #2563eb;
  color: #fff !important;
  font-size: 11px;
  letter-spacing: 0.04em;
}

#f-toggle.is-closed .bu-filter-bar-act {
  background: #d97706;
}

#f-toggle .bu-filter-bar-main small {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1px;
}

.bu-minibar-closed {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid #f59e0b;
  background: linear-gradient(90deg, #fef3c7 0%, #fde68a 55%, #fcd34d 100%);
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.18);
}

.bu-minibar-open {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.bu-minibar-state {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #92400e;
}

.bu-minibar-route {
  font-size: 13px;
  font-weight: 800;
  color: #78350f;
}

.bu-map-fleet-btn {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 500;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #166534;
  background: #16a34a;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 8px 24px rgba(22, 163, 74, 0.35);
  cursor: pointer;
}

.bu-map-fleet-btn:hover {
  background: #15803d;
}

/* Fleet modal — above filters / geo / detail */
.bu-fleet-modal {
  position: fixed;
  inset: 0;
  z-index: 1600;
  display: grid;
  place-items: center;
  padding: 16px;
}

.bu-fleet-modal[hidden] {
  display: none !important;
}

.bu-fleet-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(3px);
}

.bu-fleet-modal-sheet {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(720px, 100%);
  max-height: min(88vh, 820px);
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.28);
  overflow: hidden;
}

.bu-fleet-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px 12px;
  border-bottom: 1px solid #e2e8f0;
  background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%);
}

.bu-fleet-modal-kicker {
  margin: 0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #15803d;
}

.bu-fleet-modal-head h2 {
  margin: 4px 0 0;
  font-size: 20px;
  font-weight: 900;
  color: #0f172a;
}

.bu-fleet-modal-sub {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: #64748b;
}

.bu-fleet-modal-x {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 12px;
  background: #f1f5f9;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.bu-fleet-modal-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 20px;
  border-bottom: 1px solid #f1f5f9;
}

.bu-fleet-modal-search {
  flex: 1 1 12rem;
}

.bu-fleet-modal-search input {
  width: 100%;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 700;
}

.bu-fleet-modal-list {
  flex: 1 1 auto;
  overflow: auto;
  padding: 12px 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bu-fleet-modal-empty {
  text-align: center;
  padding: 28px 12px;
  color: #64748b;
}

.bu-fleet-modal-empty-hint {
  max-width: 28rem;
  margin: 8px auto 16px;
  font-size: 13px;
  line-height: 1.5;
}

.bu-fleet-card {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 12px;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.bu-fleet-card.active,
.bu-fleet-card:hover {
  border-color: #86efac;
  box-shadow: 0 8px 24px rgba(22, 163, 74, 0.08);
}

.bu-fleet-card-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
}

.bu-fleet-card-plate {
  font-size: 14px;
  font-weight: 900;
  color: #0f172a;
}

.bu-fleet-card-meta strong {
  display: block;
  font-size: 13px;
  color: #0f172a;
}

.bu-fleet-card-meta span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #64748b;
}

.bu-fleet-card-st {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
}

.bu-fleet-card-st.is-free { background: #dcfce7; color: #166534; }
.bu-fleet-card-st.is-driving { background: #fef3c7; color: #92400e; }
.bu-fleet-card-st.is-offline { background: #f1f5f9; color: #64748b; }

.bu-fleet-card-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.bu-fleet-card-actions .bu-btn {
  flex: 1 1 auto;
  min-height: 38px;
  font-size: 12px;
  font-weight: 900;
}

.bu-fleet-modal-foot {
  padding: 12px 20px 16px;
  border-top: 1px solid #f1f5f9;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.bu-fleet-modal-foot a {
  color: #15803d;
  font-weight: 900;
}

/* Profil u detalju */
.bu-dpro-profile-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.bu-dpro-profile-name {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  color: #0f172a;
}

.bu-dpro-profile-person,
.bu-dpro-profile-loc,
.bu-dpro-profile-id {
  margin: 4px 0 0;
  font-size: 13px;
  color: #64748b;
  font-weight: 700;
}

.bu-dpro-profile-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.bu-dpro-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.bu-dpro-badge.is-verified { background: #dbeafe; color: #1d4ed8; }
.bu-dpro-badge.is-warn { background: #fee2e2; color: #991b1b; }
.bu-dpro-badge.is-direct { background: #fef3c7; color: #92400e; }
.bu-dpro-badge.is-presence { background: #dcfce7; color: #166534; }

.bu-dpro-profile-about {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.5;
  color: #334155;
}

.bu-dpro-profile-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bu-dpro-contact-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 8px !important;
}

.bu-dpro-profile-actions .bu-btn {
  justify-content: center;
  min-height: 42px;
  font-size: 13px;
  font-weight: 900;
}

.bu-dpro-act-viber {
  background: #7360f2 !important;
  border-color: #5b4cdb !important;
  color: #fff !important;
}

.bu-dpro-act-wa {
  background: #25d366 !important;
  border-color: #1da851 !important;
  color: #fff !important;
}

.bu-dpro-act-mail {
  background: #0f172a !important;
  border-color: #0f172a !important;
  color: #fff !important;
}

.bu-dpro-act-phone {
  font-variant-numeric: tabular-nums;
}

.bu-dpro-act-msg {
  grid-column: 1 / -1;
}

.bu-dpro-act-offer {
  grid-column: 1 / -1;
}

.bu-dest-any-chip {
  background: #ecfdf5 !important;
  border-color: #86efac !important;
  color: #166534 !important;
  font-weight: 900 !important;
}
.bu-dest-any-chip.is-on {
  background: #059669 !important;
  border-color: #059669 !important;
  color: #fff !important;
}
.bu-truck-dest-hint {
  margin: 4px 0 0 !important;
  font-size: 11px !important;
  color: #64748b !important;
}

/* Kill outer gray frame / blue logo focus ring noise */
body.bu-board-page,
body.bu-nalog-page,
body.bu-board-page .bu-board-shell-wrap,
body.bu-nalog-page .bu-board-shell-wrap {
  outline: none !important;
  box-shadow: none !important;
}
body.bu-board-page .bu-board-sidebar-logo:focus,
body.bu-nalog-page .bu-board-sidebar-logo:focus,
body.bu-board-page .bu-board-sidebar-logo:focus-visible,
body.bu-nalog-page .bu-board-sidebar-logo:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
body.bu-board-page .bu-logo-img,
body.bu-nalog-page .bu-logo-img {
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

@media (max-width: 599px) {
  .bu-list-toolbar {
    gap: 6px;
  }

  .bu-dpro-contact-grid {
    grid-template-columns: 1fr;
  }

  .bu-fleet-modal {
    padding: 0;
    place-items: end center;
  }

  .bu-fleet-modal-sheet {
    width: 100%;
    max-height: 92vh;
    border-radius: 20px 20px 0 0;
  }
}
.bu-board-cargo .bu-list-head {
  padding: 8px 10px 6px;
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
  position: relative;
  z-index: 25;
  overflow: visible;
}

.bu-board-cargo .bu-cols-head {
  position: relative;
  z-index: 1;
  background: #f1f5f9;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  font-weight: 900;
  color: #64748b;
}

.bu-board-cargo .bu-board-list,
.bu-board-cargo #bu-list-pane {
  overflow: hidden;
  min-height: 0;
}

.bu-board-cargo .bu-board-list-scroll {
  overflow: hidden;
  min-height: 0;
}

.bu-board-cargo .bu-feed {
  overflow: auto;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
}

.bu-board-cargo .bu-feed .bu-card {
  border-radius: 12px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}

.bu-board-cargo .bu-feed .bu-card:hover {
  border-color: #86efac;
  box-shadow: 0 4px 16px rgba(22, 163, 74, 0.08);
  transform: translateY(-1px);
}

.bu-board-cargo .bu-feed .bu-card.is-new,
.bu-board-cargo .bu-feed .bu-item.is-new:not(.is-seen),
.bu-term .bu-feed .bu-item.is-new:not(.is-seen) {
  position: relative;
  z-index: 2;
  border: 2px solid #eab308 !important;
  background:
    linear-gradient(90deg, rgba(234, 179, 8, 0.35) 0, rgba(234, 179, 8, 0.35) 5px, #fffbeb 5px, #fff 100%) !important;
  box-shadow:
    0 0 0 1px rgba(217, 119, 6, 0.35),
    0 10px 28px rgba(180, 120, 20, 0.18) !important;
  animation: bu-new-pulse 2.2s ease-in-out 4;
}

.bu-term .bu-feed .bu-item.is-arrive,
.bu-term .bu-feed .bu-item.is-pop {
  animation: bu-new-pop 0.72s cubic-bezier(0.22, 1.4, 0.36, 1) both;
  z-index: 5;
}

@keyframes bu-new-pop {
  0% { transform: scale(0.96) translateY(-6px); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
  45% { transform: scale(1.035) translateY(0); box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.2), 0 16px 36px rgba(22, 163, 74, 0.35); }
  100% { transform: scale(1) translateY(0); box-shadow: 0 0 0 2px #16a34a, 0 10px 28px rgba(22, 163, 74, 0.22); }
}

.bu-tag.bu-tag-new {
  background: #16a34a;
  color: #fff;
  margin-right: 6px;
  margin-left: 0;
  letter-spacing: 0.06em;
  animation: bu-tag-blink 1.2s ease 3;
}

@keyframes bu-tag-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.55; }
}

.bu-fresh {
  margin: 0 !important;
  border-radius: 14px !important;
}

.bu-fresh button {
  font-size: 12.5px !important;
  font-weight: 850 !important;
  min-height: 0;
}

/* Mapa — hint vidljiviji */
.bu-board-cargo .bu-map-hint {
  max-width: 220px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  background: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #334155;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

/* Mobile prekidač — jasniji */
.bu-board-cargo .bu-switch button.is-on {
  background: #16a34a;
  border-color: #15803d;
  color: #fff;
}

/* BU panel — cargo akcent */
.bu-board-cargo .bu-dispo-head .bu-kicker {
  color: #15803d;
}

.bu-board-cargo .bu-dispo-chip:hover {
  border-color: #86efac;
  background: #f0fdf4;
}
