/*!
 * DashTemplate.com — Recruiting Pipeline · Template Styles
 * © 2025 DashTemplate.com. All Rights Reserved.
 * License: https://dashtemplate.com/license
 */
:root {
  --dt-template-primary: #3B82F6;
  --dt-template-accent:  #22C55E;
}
.role-row {
  display: grid;
  grid-template-columns: 1fr 100px 72px 80px 72px;
  gap: 10px; align-items: center;
  padding: 9px 16px; border-bottom: 1px solid var(--dt-border);
  font-size: 11.5px; transition: background var(--t-fast);
}
.role-row:hover { background: var(--dt-surface-2); }
.role-row:last-child { border-bottom: none; }
.role-row.hdr {
  font-size: 9.5px; font-weight: 700; color: var(--dt-text-3);
  letter-spacing: .07em; text-transform: uppercase; background: var(--dt-surface-2);
}
.stage-pill {
  display: inline-block; padding: 2px 8px; border-radius: 5px;
  font-size: 10px; font-weight: 700; background: var(--dt-surface-3); color: var(--dt-text-3);
}
.stage-pill.panel  { background: rgba(99,102,241,.15); color: #6366F1; }
.stage-pill.offer  { background: rgba(34,197,94,.15);  color: #22C55E; }
.stage-pill.phone  { background: rgba(59,130,246,.15); color: #3B82F6; }
.stage-pill.onsite { background: rgba(245,158,11,.15); color: #F59E0B; }
