.rec-home-hero {
  display: grid;
  gap: 16px;
}

.rec-home-dashboard-card {
  align-content: start;
}

.rec-home-dashboard-block {
  display: grid;
  gap: 12px;
}

.rec-home-dashboard-block__label {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rec-home-metric-board--lanes {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rec-home-posture-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rec-home-posture-tile {
  display: grid;
  gap: 8px;
  padding: 16px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.rec-home-posture-tile__label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rec-home-posture-tile__value {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

.rec-home-intake-card {
  align-content: start;
}

.rec-home-hidden-link {
  display: none;
}

.pro-home-description-with-help--title-only {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
}

.recruiter-jobs-shell {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.recruiter-jobs-shell .metrics-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.recruiter-jobs-shell .metric-card,
.recruiter-jobs-shell .workspace-card,
.recruiter-jobs-shell .job-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(219, 227, 239, 0.95);
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.recruiter-jobs-shell .metric-card {
  padding: 18px 20px;
}

.recruiter-jobs-shell .metric-card__label {
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.recruiter-jobs-shell .metric-card__value {
  margin-top: 10px;
  color: #0f172a;
  font-size: 34px;
  font-weight: 800;
}

.recruiter-jobs-shell .metric-card__hint,
.recruiter-jobs-shell .workspace-subtitle,
.recruiter-jobs-shell .job-card__desc,
.recruiter-jobs-shell .job-card__stats,
.recruiter-jobs-shell .empty-state,
.recruiter-jobs-shell .jobs-lane__empty,
.recruiter-jobs-shell .jobs-archived-section__subtitle {
  color: #667085;
  font-size: 14px;
  line-height: 1.55;
}

.recruiter-jobs-shell .workspace-card {
  padding: 22px;
  display: grid;
  gap: 18px;
}

.recruiter-jobs-shell .workspace-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 16px;
  align-items: center;
}

.recruiter-jobs-shell .workspace-header__title {
  min-width: 0;
}

.recruiter-jobs-shell .workspace-title {
  margin: 0;
  color: #0f172a;
  font-size: 26px;
  line-height: 1.1;
}

.recruiter-jobs-shell .workspace-header__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
}

.recruiter-jobs-shell .workspace-header__filters {
  grid-column: 1 / -1;
  min-width: 0;
}

.recruiter-jobs-shell .workspace-header__new-button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.recruiter-jobs-shell .search-field,
.recruiter-jobs-shell .filter-group {
  display: grid;
  gap: 8px;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.recruiter-jobs-shell .search-field {
  flex: 1 1 320px;
  min-width: 220px;
  max-width: 340px;
}

.recruiter-jobs-shell .search-field input,
.recruiter-jobs-shell .filter-chip {
  width: auto;
  min-height: 48px;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  background: #fff;
  color: #1f2937;
}

.recruiter-jobs-shell .search-field input {
  width: 100%;
  padding: 0 14px;
}

.recruiter-jobs-shell .filter-groups {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  width: 100%;
}

.recruiter-jobs-shell .filter-group {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 0 1 auto;
}

.recruiter-jobs-shell .filter-group__label {
  flex: 0 0 auto;
}

.recruiter-jobs-shell .filter-chip-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.recruiter-jobs-shell .filter-chip-row::-webkit-scrollbar {
  display: none;
}

.recruiter-jobs-shell .filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.recruiter-jobs-shell .filter-chip.is-active {
  border-color: #0f172a;
  background: #0f172a;
  color: #ffffff;
}

.recruiter-jobs-shell .empty-state {
  padding: 24px;
  border: 1px dashed #c7d4e6;
  border-radius: 18px;
  background: #f8fafc;
}

.recruiter-jobs-shell .jobs-board {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 1fr);
  gap: 16px;
  align-items: stretch;
  overflow-x: auto;
  padding-bottom: 6px;
}

.recruiter-jobs-shell .jobs-lane {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  min-height: 420px;
  padding: 18px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 250, 252, 0.9) 100%);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.recruiter-jobs-shell .jobs-lane[data-lane-id="preparation"] {
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.96) 0%, rgba(251, 249, 244, 0.92) 100%);
}

.recruiter-jobs-shell .jobs-lane[data-lane-id="active_work"] {
  background: linear-gradient(180deg, rgba(250, 252, 255, 0.96) 0%, rgba(246, 249, 253, 0.92) 100%);
}

.recruiter-jobs-shell .jobs-lane[data-lane-id="client_process"] {
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.97) 0%, rgba(251, 243, 229, 0.93) 100%);
}

.recruiter-jobs-shell .jobs-lane[data-lane-id="closed_archived"] {
  background: linear-gradient(180deg, rgba(250, 250, 250, 0.96) 0%, rgba(245, 246, 248, 0.92) 100%);
}

.recruiter-jobs-shell .jobs-lane__header {
  display: grid;
  gap: 6px;
}

.recruiter-jobs-shell .jobs-lane__header--archived {
  background: transparent;
}

.recruiter-jobs-shell .jobs-lane__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.recruiter-jobs-shell .jobs-lane__title-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.recruiter-jobs-shell .jobs-lane__title {
  margin: 0;
  color: #223043;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.recruiter-jobs-shell .jobs-lane__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #516075;
  font-size: 13px;
  font-weight: 800;
}

.recruiter-jobs-shell .jobs-lane__help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.72);
  color: #94a3b8;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.035);
  transition:
    border-color 140ms ease,
    background-color 140ms ease,
    color 140ms ease,
    box-shadow 140ms ease;
}

.recruiter-jobs-shell .jobs-lane__help:hover {
  border-color: rgba(148, 163, 184, 0.28);
  color: var(--accent-strong);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.06);
}

.recruiter-jobs-shell .jobs-lane__cards {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 280px;
}

.recruiter-jobs-shell .jobs-lane.is-drop-target {
  border-color: rgba(214, 176, 78, 0.48);
  box-shadow: 0 18px 32px rgba(214, 176, 78, 0.1);
}

.recruiter-jobs-shell .job-card {
  position: relative;
  padding: 14px 14px 13px;
  display: grid;
  gap: 10px;
  cursor: pointer;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 253, 255, 0.96) 100%);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.055);
  transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.recruiter-jobs-shell .jobs-lane[data-lane-id="preparation"] .job-card,
.recruiter-jobs-shell .job-card[data-status="draft"],
.recruiter-jobs-shell .job-card[data-status="needs_details"],
.recruiter-jobs-shell .job-card[data-status="ready_to_share"] {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(255, 253, 249, 0.96) 100%);
}

.recruiter-jobs-shell .jobs-lane[data-lane-id="active_work"] .job-card,
.recruiter-jobs-shell .job-card[data-status="active_sourcing"],
.recruiter-jobs-shell .job-card[data-status="shared_with_professionals"],
.recruiter-jobs-shell .job-card[data-status="receiving_interest"],
.recruiter-jobs-shell .job-card[data-status="screening"] {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(248, 252, 255, 0.96) 100%);
}

.recruiter-jobs-shell .jobs-lane[data-lane-id="client_process"] .job-card,
.recruiter-jobs-shell .job-card[data-status="submitted_to_client"],
.recruiter-jobs-shell .job-card[data-status="interviewing"] {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(255, 251, 244, 0.96) 100%);
}

.recruiter-jobs-shell .job-card[data-status="offer_stage"] {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(248, 253, 249, 0.96) 100%);
}

.recruiter-jobs-shell .job-card:hover {
  transform: translateY(-1px);
  border-color: #b9c7d8;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.recruiter-jobs-shell .job-card:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.24);
  outline-offset: 2px;
}

.recruiter-jobs-shell .job-card.is-dragging {
  opacity: 0.54;
  transform: rotate(1deg) scale(0.985);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
}

.recruiter-jobs-shell .job-card--archived {
  gap: 8px;
  padding: 12px 13px;
  border-style: dashed;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 249, 251, 0.9) 100%);
  box-shadow: none;
}

.recruiter-jobs-shell .job-card--archived:hover {
  transform: none;
  box-shadow: none;
}

.recruiter-jobs-shell .job-card__top,
.recruiter-jobs-shell .job-card__bottom,
.recruiter-jobs-shell .job-card__title-block {
  display: grid;
  gap: 8px;
}

.recruiter-jobs-shell .job-card__title-row,
.recruiter-jobs-shell .job-card__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.recruiter-jobs-shell .job-card__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.recruiter-jobs-shell .job-card__title--archived {
  font-size: 16px;
}

.recruiter-jobs-shell .job-card__title-actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-left: auto;
}

.recruiter-jobs-shell .job-card__client-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
}

.recruiter-jobs-shell .job-card__client-label,
.recruiter-jobs-shell .job-card__meta-label {
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.recruiter-jobs-shell .job-card__client-value {
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.recruiter-jobs-shell .job-card__meta-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.recruiter-jobs-shell .job-card__meta-item {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  background: rgba(248, 250, 252, 0.84);
}

.recruiter-jobs-shell .job-card__meta-value {
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.recruiter-jobs-shell .favorite-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid #c7d4e6;
  border-radius: 999px;
  background: #fff;
  color: #64748b;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}

.recruiter-jobs-shell .favorite-toggle.is-favorite {
  border-color: #f59e0b;
  background: rgba(245, 158, 11, 0.12);
  color: #b45309;
}

.recruiter-jobs-shell .job-card__desc {
  margin: 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.5;
}

.recruiter-jobs-shell .job-card__stats {
  gap: 5px;
}

.recruiter-jobs-shell .job-card__stat-pill,
.recruiter-jobs-shell .pill,
.recruiter-jobs-shell .status-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.recruiter-jobs-shell .job-card__stat-pill {
  min-height: 24px;
  padding: 0 8px;
  background: #f8fafc;
  color: #475569;
  border: 1px solid rgba(219, 227, 239, 0.95);
  font-size: 11px;
}

.recruiter-jobs-shell .pill,
.recruiter-jobs-shell .status-pill {
  min-height: 24px;
  padding: 0 9px;
  font-size: 11px;
}

.recruiter-jobs-shell .pill {
  background: #eff4fb;
  color: #334155;
}

.recruiter-jobs-shell .status-pill[data-status="intake"],
.recruiter-jobs-shell .status-pill[data-status="draft"],
.recruiter-jobs-shell .status-pill[data-status="needs_details"],
.recruiter-jobs-shell .status-pill[data-status="ready_to_share"] {
  background: rgba(180, 83, 9, 0.12);
  color: #b45309;
}

.recruiter-jobs-shell .status-pill[data-status="active_sourcing"],
.recruiter-jobs-shell .status-pill[data-status="shared_with_professionals"],
.recruiter-jobs-shell .status-pill[data-status="receiving_interest"],
.recruiter-jobs-shell .status-pill[data-status="screening"] {
  background: rgba(15, 118, 110, 0.12);
  color: #0f766e;
}

.recruiter-jobs-shell .status-pill[data-status="submitted_to_client"],
.recruiter-jobs-shell .status-pill[data-status="interviewing"],
.recruiter-jobs-shell .status-pill[data-status="closed"] {
  background: rgba(29, 78, 216, 0.12);
  color: #1d4ed8;
}

.recruiter-jobs-shell .status-pill[data-status="offer_stage"] {
  background: rgba(91, 33, 182, 0.12);
  color: #6d28d9;
}

.recruiter-jobs-shell .status-pill[data-status="filled"],
.recruiter-jobs-shell .status-pill[data-status="closed_no_hire"],
.recruiter-jobs-shell .status-pill[data-status="on_hold"],
.recruiter-jobs-shell .status-pill[data-status="archived"] {
  background: rgba(100, 116, 139, 0.14);
  color: #475569;
}

.recruiter-jobs-shell .job-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
  padding-top: 0;
}

.recruiter-jobs-shell .jobs-archived-section {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.recruiter-jobs-shell .jobs-archived-section__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 1px dashed #c7d4e6;
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.72);
}

.recruiter-jobs-shell .jobs-archived-section__title {
  margin: 0;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.1;
}

.recruiter-jobs-shell .jobs-archived-section__subtitle {
  margin: 8px 0 0;
}

.recruiter-jobs-shell .jobs-archived-section__toggle,
.recruiter-jobs-shell .archive-restore-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  background: #ffffff;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.recruiter-jobs-shell .archive-restore-button {
  min-height: 28px;
  padding: 0 12px;
  font-size: 12px;
  color: #0f172a;
}

.lane-help-backdrop {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 23, 42, 0.38);
  z-index: 500;
}

.lane-help-dialog {
  position: relative;
  width: min(460px, 100%);
  padding: 24px;
  border: 1px solid rgba(219, 227, 239, 0.95);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
}

.lane-help-dialog__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  background: #fff;
  color: #475569;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.lane-help-dialog__title {
  margin: 0;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.1;
}

.lane-help-dialog__body {
  margin: 12px 0 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.65;
}

.lane-status-options {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.lane-status-option {
  display: grid;
  gap: 6px;
  width: 100%;
  padding: 16px 18px;
  border: 1px solid #dbe3ef;
  border-radius: 18px;
  background: #f8fafc;
  color: #0f172a;
  text-align: left;
  cursor: pointer;
}

.lane-status-option__title {
  font-size: 15px;
  font-weight: 800;
}

.lane-status-option__desc {
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 1080px) {
  .recruiter-jobs-shell .metrics-grid,
  .recruiter-jobs-shell .jobs-board {
    grid-template-columns: 1fr;
  }

  .rec-home-metric-board--lanes,
  .rec-home-posture-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recruiter-jobs-shell .filter-groups {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 760px) {
  .rec-home-metric-board--lanes,
  .rec-home-posture-grid,
  .recruiter-jobs-shell .metrics-grid,
  .recruiter-jobs-shell .jobs-board,
  .recruiter-jobs-shell .job-card__meta-grid {
    grid-template-columns: 1fr;
  }

  .recruiter-jobs-shell .filter-group,
  .recruiter-jobs-shell .jobs-archived-section__header {
    align-items: start;
    flex-direction: column;
  }

  .recruiter-jobs-shell .workspace-header {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .recruiter-jobs-shell .workspace-header__controls {
    justify-content: stretch;
    flex-wrap: wrap;
  }

  .recruiter-jobs-shell .workspace-toggle-button,
  .recruiter-jobs-shell .workspace-header__new-button {
    flex: 0 0 auto;
  }

  .recruiter-jobs-shell .search-field {
    width: 100%;
    max-width: none;
  }
}
