.labor-hub-container { padding-bottom: 24px; }
.hub-banner-header {
  background: linear-gradient(135deg, #ea580c 0%, #b45309 50%, #9a3412 100%);
  border-radius: var(--radius-xl); padding: 22px 18px; color: white; margin-bottom: 18px;
  box-shadow: var(--shadow-orange-glow);
}
.hub-badge-pill {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255, 255, 255, 0.25); padding: 4px 10px; border-radius: var(--radius-full);
  font-size: 0.68rem; font-weight: 700; text-transform: uppercase; margin-bottom: 10px;
}
.hub-banner-title { font-size: 1.35rem; font-weight: 800; margin-bottom: 6px; }
.hub-banner-desc { font-size: 0.78rem; color: #ffedd5; line-height: 1.45; }

.hub-features-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 20px; }
.hub-feature-pill {
  background: var(--bg-card); border: 1px solid var(--border-light); border-radius: var(--radius-md);
  padding: 8px 10px; display: flex; align-items: center; gap: 8px; font-size: 0.72rem; font-weight: 600;
}
.hub-feat-icon { color: var(--accent-orange); display: flex; }

.preset-scroll-row { display: flex; gap: 12px; overflow-x: auto; padding: 4px 2px 10px; }
.preset-card {
  min-width: 150px; background: var(--bg-card); border: 1.5px solid var(--border-light);
  border-radius: var(--radius-lg); padding: 14px 12px; cursor: pointer; display: flex; flex-direction: column;
}
.preset-card.active { border-color: var(--accent-orange); background: #fff7ed; }
.preset-crew-size { font-size: 1.15rem; font-weight: 800; color: var(--text-main); font-family: var(--font-heading); }
.preset-card.active .preset-crew-size { color: var(--accent-orange); }
.preset-label { font-size: 0.68rem; color: var(--text-muted); margin-bottom: 8px; }
.preset-price { font-size: 0.88rem; font-weight: 800; color: var(--text-main); margin-top: auto; }
.preset-price-unit { font-size: 0.62rem; font-weight: 500; color: var(--text-muted); }

.team-builder-box {
  background: var(--bg-card); border: 1px solid var(--border-light); border-radius: var(--radius-xl);
  padding: 18px; margin-bottom: 22px; box-shadow: var(--shadow-sm);
}
.builder-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.builder-title-block h3 { font-size: 1rem; font-weight: 800; }
.builder-title-block p { font-size: 0.72rem; color: var(--text-muted); }
.total-crew-badge {
  background: var(--accent-orange); color: white; padding: 6px 12px; border-radius: var(--radius-full);
  font-weight: 800; font-size: 0.85rem; display: flex; align-items: center; gap: 5px;
}

.trade-counters-list { display: flex; flex-direction: column; gap: 12px; }
.trade-counter-row {
  display: flex; align-items: center; justify-content: space-between; padding: 10px 12px;
  background: var(--bg-elevated); border-radius: var(--radius-md); border: 1px solid var(--border-subtle);
}
.trade-info { display: flex; align-items: center; gap: 10px; }
.trade-emoji { font-size: 1.25rem; }
.trade-name-rate { display: flex; flex-direction: column; }
.trade-name-rate strong { font-size: 0.82rem; color: var(--text-main); }
.trade-name-rate span { font-size: 0.68rem; color: var(--text-muted); }
.counter-controls { display: flex; align-items: center; gap: 10px; }
.btn-counter {
  width: 32px; height: 32px; border-radius: 50%; background: white; border: 1.5px solid var(--border-light);
  font-weight: 800; font-size: 1rem; display: flex; align-items: center; justify-content: center;
}
.btn-counter:hover { background: var(--accent-orange); border-color: var(--accent-orange); color: white; }
.counter-value { font-size: 0.95rem; font-weight: 800; min-width: 24px; text-align: center; }

.duration-selector-row { display: flex; gap: 8px; margin: 14px 0 18px; overflow-x: auto; }
.duration-chip {
  flex: 1; min-width: 65px; text-align: center; padding: 8px 6px; border-radius: var(--radius-md);
  border: 1px solid var(--border-light); background: var(--bg-card); font-size: 0.72rem; font-weight: 700; cursor: pointer;
}
.duration-chip.active { background: #fff7ed; border-color: var(--accent-orange); color: var(--accent-orange); }

.cost-breakdown-card { background: #f8fafc; border: 1.5px dashed #cbd5e1; border-radius: var(--radius-lg); padding: 14px 16px; margin-bottom: 20px; }
.breakdown-row { display: flex; align-items: center; justify-content: space-between; font-size: 0.76rem; color: var(--text-muted); margin-bottom: 8px; }
.breakdown-row.discount { color: #16a34a; font-weight: 600; }
.breakdown-total { display: flex; align-items: center; justify-content: space-between; border-top: 1.5px solid var(--border-light); padding-top: 10px; margin-top: 6px; }
.breakdown-total strong { font-size: 1.25rem; font-weight: 900; color: var(--accent-orange); }
.btn-book-hub {
  width: 100%; padding: 14px; border-radius: var(--radius-lg); background: var(--accent-orange-gradient);
  color: white; font-size: 0.92rem; font-weight: 800; display: flex; align-items: center; justify-content: center; gap: 8px;
}
