/* Atlas foundations: open pages, readable type, restrained surfaces. */
:root {
  --ink: #23393f;
  --ink-2: #28474c;
  --ink-3: #36565b;
  --paper: #fff;
  --paper-2: #f6f8f7;
  --white: #fff;
  --line: #dbe4e3;
  --line-dark: #b9caca;
  --muted: #566c71;
  --muted-dark: #bdceca;
  --acid: #e3edac;
  --acid-dark: #647c31;
  --orange: #b74c30;
  --blue: #dceaf0;
  --max: 1440px;
  --radius: 4px;
  --sans:
    "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}
html {
  scroll-behavior: auto;
}
body {
  background: #fff;
  font: 15px/1.6 var(--sans);
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(calc(100% - 64px), var(--max));
}
button,
input,
select,
textarea {
  font-family: inherit;
}
a {
  text-underline-offset: 4px;
}
a,
button,
input,
select,
textarea,
summary {
  touch-action: manipulation;
}
:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid #186fb0;
  outline-offset: 4px;
}
h1,
h2,
h3 {
  font-weight: 550;
}
:where(
    .terminal-hero,
    .directory-hero,
    .entity-hero,
    .staffing-hero,
    .legal-hero,
    .message-card,
    .membership-hero,
    .membership-account-heading,
    .account-auth-copy,
    .account-header
  )
  h1 {
  font-size: clamp(30px, 3.3vw, 46px);
  line-height: 1.16;
  letter-spacing: -0.035em;
  max-width: 900px;
}
/* Equal specificity to the original component rules during the migration. */
.terminal-hero h1,
.directory-hero h1,
.entity-hero h1,
.staffing-hero h1,
.legal-hero h1,
.message-card h1,
.membership-hero h1,
.membership-account-heading h1,
.account-auth-copy h1,
.account-header h1 {
  font-size: clamp(30px, 3.3vw, 46px);
  line-height: 1.16;
  letter-spacing: -0.035em;
}
.site-header {
  position: relative;
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
  backdrop-filter: none;
}
.header-inner {
  min-height: 84px;
  gap: 32px;
}
.brand-navbar {
  flex-shrink: 0;
  gap: 12px;
}
.brand-mark {
  width: 43px;
  height: 43px;
  padding: 8px;
  flex-basis: 43px;
  background: #2d4549;
  border-radius: 3px;
}
.brand-copy {
  font-size: 14px;
  line-height: 1.2;
}
.brand-copy strong {
  font-weight: 650;
}
.nav {
  flex: 1;
  justify-content: flex-start;
  gap: 24px;
  font-size: 13px;
  font-weight: 450;
}
.nav > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  position: relative;
}
.nav > a[aria-current] {
  color: var(--ink);
  font-weight: 650;
}
.nav > a[aria-current]::after {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 2px;
  background: var(--orange);
  left: 0;
  right: 0;
}
.nav a:hover {
  color: var(--orange);
}
.nav .nav-pro {
  margin-left: auto;
  padding: 0;
  background: none;
  color: var(--ink) !important;
  gap: 12px;
  font-weight: 600;
}
.nav-pro span {
  color: var(--orange);
}
.nav-admin {
  color: var(--ink) !important;
}
.nav-avatar {
  color: var(--ink);
  background: #edf2ed;
  border-color: #c2cfcb;
  font: 600 12px var(--sans);
}
.nav-avatar:hover,
.nav-avatar:focus-visible,
.nav-avatar[aria-expanded="true"] {
  color: var(--ink);
  background: #e3ebe6;
  border-color: #6a8780;
}
.nav-account-popover {
  border-color: var(--line);
  box-shadow: 0 8px 32px #23393f20;
}
.nav .nav-account-popover a,
.nav-account-popover button {
  font-size: 13px;
  font-weight: 500;
}
.nav-account-popover a:hover,
.nav-account-popover button:hover {
  background: #edf3f1;
}
.site-footer {
  padding: 25px 0;
  background: #fff;
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.footer-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 28px;
  font-size: 11px;
}
.footer-name {
  font-weight: 600;
  text-decoration: none;
}
.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-left: auto;
}
.footer-inner nav a,
.gxp-attribution {
  color: var(--muted);
  text-decoration: none;
  font-size: 11px;
}
.gxp-attribution {
  margin: 0;
}
.eyebrow,
.terminal-label {
  color: var(--muted);
  font: 500 12px/1.5 var(--sans);
  letter-spacing: 0;
  text-transform: none;
}
.eyebrow {
  margin-bottom: 10px;
}
.eyebrow span,
.eyebrow-light span {
  color: var(--muted);
}
.text-link,
.panel-header > a {
  font-size: 13px;
  font-weight: 550;
}
.button {
  min-height: 44px;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 3px;
}
.button-acid,
.button-dark {
  color: #fff;
  background: #2e5558;
}
.button-acid:hover,
.button-dark:hover {
  background: #1c4147;
}
.button-outline {
  color: var(--ink);
  background: transparent;
  border-color: #8aa19e;
}
.button-outline:hover {
  background: #eef3f1;
}
.button-wide {
  margin-top: 22px;
}
.terminal-hero,
.directory-hero,
.entity-hero,
.staffing-hero,
.legal-hero,
.membership-hero,
.membership-account-hero,
.account-header,
.account-auth-shell {
  color: var(--ink);
  background: #fff;
  background-image: none;
  padding: 36px 0 28px;
  border-color: var(--line);
}
.directory-hero p,
.entity-hero p,
.staffing-hero p,
.hero-lede,
.membership-hero p,
.account-auth-copy > p,
.account-header p,
.membership-account-heading p {
  color: var(--muted);
  font-size: 15px;
  max-width: 720px;
  line-height: 1.7;
}
.directory-hero-grid,
.entity-hero-grid {
  gap: 40px;
  align-items: start;
}
.section {
  padding: 32px 0;
}
.section-heading {
  margin-bottom: 22px;
  align-items: center;
}
.section-heading h2,
.panel-header h2,
.results-heading h2,
.staffing-band h2,
.mobility-grid h2,
.staffing-method h2 {
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin: 0;
}
.section-heading p,
.heading-note {
  color: var(--muted);
  font-size: 13px;
}
.definition-card {
  background: #f4f7f5;
  border: 0;
  border-left: 2px solid #d4dfd5;
  padding: 18px 22px;
}
.data-status {
  width: min(calc(100% - 64px), var(--max));
  margin: 0 auto;
  padding: 12px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font: 450 11px/1.5 var(--sans);
  text-transform: none;
  letter-spacing: 0;
}
.data-status i {
  background: #819f91;
  box-shadow: none;
}
.data-status span,
.data-status a {
  color: var(--muted);
}
.hero-search-shell {
  margin-top: 24px;
}
.search-form {
  background: #f5f8f7;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  gap: 14px;
  padding: 18px;
}
.field label,
.alert-form label:not(.consent),
.email-login-form label,
.watch-save-form > label,
.account-choices legend {
  color: var(--muted);
  font: 500 12px/1.4 var(--sans);
  text-transform: none;
  letter-spacing: 0;
}
.field input,
.field select,
.field textarea,
.tape-filters input,
.tape-filters select {
  height: 44px;
  background: #fff;
  border: 1px solid #c8d5d0;
  color: var(--ink);
  font-size: 13px;
}
.field textarea {
  height: auto;
}
.quick-searches {
  color: var(--muted);
  gap: 12px 24px;
  margin-top: 14px;
  font-size: 12px;
}
.quick-searches a {
  color: var(--muted);
}
.metric-grid {
  border: 0;
  gap: 0;
  margin-bottom: 28px;
}
.metric-card {
  min-height: 120px;
  padding: 20px 24px;
  background: #fff;
  border: 0;
  border-right: 1px solid var(--line);
}
.metric-card:first-child {
  padding-left: 0;
}
.metric-card:last-child {
  border-right: 0;
}
.metric-card > span {
  font: 500 12px var(--sans);
  color: var(--muted);
  letter-spacing: 0;
  text-transform: none;
}
.metric-card strong {
  margin-top: 14px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.metric-card small {
  color: var(--muted);
  font-size: 11px;
}
/* Mobility deserves a distinctive cue. This is the single signal accent. */
.metric-card-accent {
  background: #eaf0c8;
  border-radius: 4px;
}
.metric-card-accent:hover {
  background: #e0e9b5;
}
.dashboard-grid {
  gap: 30px;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, 1fr);
}
.terminal-panel {
  background: #fff;
  border: 0;
  box-shadow: none;
  padding: 0;
  min-width: 0;
}
.panel-header {
  padding: 0 0 18px;
  border: 0;
}
.panel-header .terminal-label {
  display: none;
}
.market-map {
  background: #234750;
  border: 0;
  background-image: none;
}
.us-map-base {
  opacity: 1;
}
.map-dot i {
  background: #d8ff52;
  border: max(1px, calc(2px * var(--marker-scale, 1))) solid #0d120e;
  box-shadow: 0 0 0 calc(3px * var(--marker-scale, 1)) rgb(216 255 82 / 0.18);
}
.map-dot:not(.map-label-default) span { display: none; }
.map-dot span {
  color: #f2f4db;
  background: #264a50d9;
  border: 0;
  font-family: var(--sans);
  font-weight: 450;
}
.radar-key {
  color: #d7e5df;
  font-family: var(--sans);
}
.radar-key span {
  color: #d7e5df;
}
.market-ranking a {
  border-color: var(--line);
  padding: 16px 0;
  grid-template-columns: minmax(0, 1fr) minmax(40px, 90px) max-content;
}
.market-ranking b {
  font-size: 14px;
  font-weight: 550;
}
.market-ranking strong {
  color: #35695f;
  background: #e8f0ec;
  padding: 4px 8px;
  border-radius: 3px;
  font: 500 15px var(--sans);
  min-width: 3rem;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.market-ranking progress {
  accent-color: #91b1a3;
}
.market-ranking progress::-webkit-progress-value {
  background: #91b1a3;
}
.panel-footnote,
.ranking-footer {
  color: var(--muted);
  font-size: 11px;
}
.project-section,
.intel-home-section,
.signal-section,
.company-directory,
.account-section,
.membership-features,
.data-tier-section,
.staffing-use-cases {
  background: #fff;
}
.project-grid {
  gap: 28px;
}
.project-card {
  background: #fff;
  border: 0;
  border-top: 1px solid var(--line);
  padding: 20px 0;
  box-shadow: none;
}
.project-card h3 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.project-card-head,
.project-card-foot {
  color: var(--muted);
  font: 450 11px/1.5 var(--sans);
  letter-spacing: 0;
  text-transform: none;
}
.project-card-head span {
  background: #edf2ef;
  color: #3b6658;
}
.project-card p,
.project-card dd {
  font-size: 13px;
}
.project-card dt {
  font: 500 11px var(--sans);
  text-transform: none;
  letter-spacing: 0;
}
.intel-event-grid {
  gap: 24px;
}
.intel-event-card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: none;
}
.intel-event-card h3 {
  font-size: 21px;
  line-height: 1.4;
}
.intel-event-card p {
  font-size: 13px;
}
.job-list {
  gap: 0;
}
.job-card {
  padding: 24px 0;
  border: 0;
  border-top: 1px solid var(--line);
  background: #fff;
  gap: 14px 24px;
}
.job-card-demo {
  background: #fafbf7;
  padding: 24px;
}
.job-card h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 550;
}
.job-title-link {
  text-decoration: none;
}
.job-title-link:hover,
.job-title-link:focus-visible {
  text-decoration: underline;
}
.job-card-topline {
  font: 450 11px/1.5 var(--sans);
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.source-label {
  color: #386255;
  background: #edf3ed;
}
.job-company,
.job-description {
  font-size: 14px;
}
.job-tags span {
  font: 450 11px/1.5 var(--sans);
  color: var(--muted);
  background: #f0f4f2;
}
.job-tags .tag-segment {
  color: #386255;
  background: #e9f1ec;
}
.job-tags .tag-stage {
  color: #7a5039;
  background: #f6ece4;
}
.job-source {
  font-size: 11px;
}
.result-gate,
.home-membership {
  --membership-accent: #426844;
  --membership-copy: #526a50;
}
.result-gate {
  background: #f2f6ee;
  color: var(--membership-accent);
  box-shadow: none;
  border: 1px solid var(--line);
  padding: 24px;
}
.result-gate p,
.result-gate small {
  color: var(--membership-copy);
}
.result-gate > p:not(.eyebrow) {
  color: var(--membership-copy);
  font-size: 15px;
}
.result-gate h3,
.result-gate-actions > a:not(.button) {
  color: var(--membership-accent);
}
.search-related-note {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.locked-job-card {
  background: #f4f6f4;
  border-color: var(--line);
}
.locked-job-card::after {
  background: none;
}
.locked-job-card > b {
  color: var(--muted);
  background: #e6ece6;
}
.locked-job-card > div,
.locked-job-card > div small {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0;
}
.empty-panel {
  background: #f7f9f8;
  border: 1px solid var(--line);
}
.feed-notice,
.demo-notice {
  border-left-width: 2px;
  font-size: 13px;
  background: #faf5df;
}
.context-band {
  color: var(--ink);
  background: #f3f6f4;
}
.context-band span {
  color: var(--muted);
}
.company-table-shell {
  border: 0;
}
.company-table-head {
  background: #f3f6f4;
  color: var(--muted);
  font: 500 11px/1.5 var(--sans);
  text-transform: none;
  letter-spacing: 0;
}
.company-table > a {
  background: #fff;
  border-color: var(--line);
  padding-top: 22px;
  padding-bottom: 22px;
}
.company-table > a:hover {
  background: #f5f8f6;
}
.company-table b {
  font-weight: 550;
  font-size: 15px;
}
.company-table small {
  font: 450 11px/1.5 var(--sans);
  text-transform: none;
  color: var(--muted);
}
.entity-score,
.role-source-card {
  background: #eaf0c8;
  color: var(--ink);
  box-shadow: none;
  border: 0;
}
.entity-score strong {
  font-weight: 500;
}
.entity-facts,
.role-overview,
.role-apply-panel {
  border-color: var(--line);
  background: #fff;
}
.entity-facts dt {
  font: 500 12px var(--sans);
  text-transform: none;
  letter-spacing: 0;
}
.entity-facts dd {
  font-size: 14px;
}
.membership-price-card,
.account-auth-card,
.staffing-proof {
  background: #f4f7f3;
  border: 1px solid var(--line);
  box-shadow: none;
}
.membership-price-card {
  min-height: 0;
}
.membership-price-card h2 {
  font-size: 40px;
  line-height: 1.15;
  margin-top: 25px;
}
.membership-trust {
  background: #f4f7f3;
  color: var(--muted);
  border-left: 2px solid #a4b792;
}
.membership-trust b {
  color: var(--ink);
}
.membership-feature-grid {
  border: 0;
  gap: 28px;
}
.membership-feature-grid article,
.use-case-grid article {
  min-height: 0;
  background: #fff;
  border: 0;
  border-top: 1px solid var(--line);
  padding: 20px 0;
}
.membership-feature-grid h3,
.use-case-grid h3 {
  font-size: 20px;
}
.membership-feature-grid p,
.use-case-grid p {
  font-size: 14px;
  color: var(--muted);
}
.membership-login-section {
  color: var(--ink);
  background: #f4f7f5;
  border-color: var(--line);
  padding: 32px 0;
}
.membership-login-grid form {
  background: #fff;
  border-color: var(--line);
}
.membership-login-grid p,
.membership-login-grid label {
  color: var(--muted);
}
.account-auth-shell {
  min-height: 0;
  padding: 48px 0;
}
.account-auth-grid {
  align-items: start;
  gap: 64px;
}
.account-auth-card h2 {
  margin: 16px 0;
  font-size: 28px;
  line-height: 1.2;
}
.account-auth-card p,
.account-auth-points span,
.account-auth-points li {
  color: var(--muted);
}
.account-auth-points b,
.account-auth-points strong {
  color: var(--ink);
}
.account-panel,
.membership-account-card,
.membership-account-actions {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}
.account-panel-heading h2 {
  font-size: 24px;
  line-height: 1.2;
}
.account-contact-summary,
.account-membership-card {
  background: #f1f5ef;
  color: var(--ink);
  border-color: var(--line);
}
.account-contact-summary small,
.account-membership-card p,
.membership-account-actions p {
  color: var(--muted);
}
.account-contact-summary b {
  color: var(--ink);
}
.account-kicker,
.account-panel-heading span,
.account-contact-summary > span,
.account-membership-card > span {
  font: 500 12px var(--sans);
  letter-spacing: 0;
  text-transform: none;
}
.watch-saved-notice {
  background: #eaf2e5;
  border: 1px solid #b8ccaa;
  box-shadow: none;
}
.watch-save-form {
  color: var(--ink);
  background: #f4f7f3;
  border-color: var(--line);
}
.watch-save-form > div > span,
.watch-save-form small,
.watch-save-form > label,
.watch-save-form a {
  color: var(--muted);
}
.pricing-grid {
  border: 0;
  gap: 24px;
}
.pricing-grid article {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: none;
}
.pricing-grid article.pricing-featured {
  background: #f1f5ec;
  color: var(--ink);
}
.pricing-grid article p,
.pricing-grid article li {
  color: var(--muted);
}
.pricing-grid article .plan-action {
  border-color: var(--line);
}
.pricing-grid article .plan-action a,
.pricing-grid article > span {
  color: var(--ink);
}
.staffing-proof strong {
  color: var(--ink);
  font-weight: 500;
}
.staffing-proof small,
.staffing-proof .terminal-label {
  color: var(--muted);
}
.staffing-method {
  padding: 32px 0;
  background: #f3f6f4;
  color: var(--ink);
}
.staffing-method p,
.evidence-levels span {
  color: var(--muted);
}
.staffing-access {
  border-color: var(--line);
  background: #f5f8f5;
}
.message-page {
  background: #f6f8f6;
  min-height: 60vh;
}
.message-card {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: none;
}
.message-card h1 {
  margin-top: 12px;
}
.message-card p {
  color: var(--muted);
}
.legal-content {
  color: var(--ink);
  font-size: 15px;
}
/* The operational tables keep their structure and all controls. */
.workforce-hero,
.admin-hero,
.workforce-report-hero {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
  padding: 32px 0;
}
.workforce-hero h1,
.admin-hero h1,
.workforce-report-heading h1 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.workforce-hero p,
.workforce-report-heading p {
  color: var(--muted);
}
.workforce-panel,
.workforce-workspace-card,
.workforce-report-card,
.admin-panel {
  border-color: var(--line);
  background: #fff;
  box-shadow: none;
}
.workforce-table th {
  background: #f2f6f3;
  color: var(--muted);
  font-family: var(--sans);
  letter-spacing: 0;
  text-transform: none;
}
.workforce-table td {
  border-color: var(--line);
}
.workforce-report-tabs {
  border-color: var(--line);
  background: #fff;
}
.workforce-report-tabs a {
  font: 500 12px/1.5 var(--sans);
  text-transform: none;
  letter-spacing: 0;
}
.workforce-report-tabs a[aria-current="page"] {
  color: #fff;
  background: #31565a;
}
.home-intro {
  padding: 36px 0 24px;
}
.home-intro h1 {
  font-size: clamp(30px, 3vw, 44px);
  letter-spacing: -0.035em;
  margin-bottom: 10px;
  line-height: 1.2;
}
.home-intro p {
  color: var(--muted);
  margin-bottom: 20px;
}
.home-intro .search-form {
  margin-top: 22px;
}
.home-overview {
  padding-top: 0;
}
.home-projects {
  margin-top: 28px;
}
.home-project-row {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.home-project-row h3 {
  font-size: 18px;
  margin: 4px 0;
}
.home-project-row p {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}
.home-alerts {
  border-top: 1px solid var(--line);
  padding: 30px 0;
}
@media (max-width: 1100px) {
  .nav {
    gap: 16px;
    font-size: 12px;
  }
  .header-inner {
    gap: 24px;
  }
  .nav > a[aria-current]::after {
    bottom: -20px;
  }
  .nav .nav-pro {
    margin-left: 0;
  }
  .footer-inner nav {
    margin-left: 0;
  }
}
@media (max-width: 800px) {
  .wrap,
  .data-status {
    width: calc(100% - 32px);
  }
  .header-inner {
    flex-wrap: wrap;
    padding: 16px 0 0;
    gap: 12px;
  }
  .brand-copy {
    font-size: 13px;
  }
  .brand-mark {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    padding: 6px;
  }
  .nav {
    flex-basis: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 22px;
    overflow-x: auto;
    padding-bottom: 9px;
  }
  .nav > a {
    white-space: nowrap;
    flex-shrink: 0;
  }
  .nav > a[aria-current]::after {
    bottom: -8px;
  }
  .nav-account {
    flex-shrink: 0;
  }
  .directory-hero-grid,
  .entity-hero-grid,
  .dashboard-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .section {
    padding: 26px 0;
  }
  .section-heading h2,
  .panel-header h2,
  .results-heading h2 {
    font-size: 23px;
  }
  .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 0;
  }
  .metric-card {
    padding: 16px;
    min-height: 115px;
  }
  .metric-card:first-child {
    padding-left: 16px;
  }
  .metric-card strong {
    font-size: 30px;
  }
  .footer-inner {
    align-items: start;
    flex-direction: column;
  }
  .footer-inner nav {
    gap: 12px 20px;
  }
  .account-auth-grid {
    gap: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
  }
}
.footer-name {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-name img {
  background: #2d4549;
  padding: 3px;
  border-radius: 2px;
}
.home-alerts .alert-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  color: var(--ink);
  background: #f4f7f3;
  padding: 24px;
  border: 0;
}
.home-alerts .alert-form .consent {
  grid-column: 1 / -1;
  color: var(--muted);
}
.home-alerts .alert-form .button {
  justify-self: start;
}
.home-alerts .form-note {
  color: var(--muted);
  align-self: center;
  margin: 0;
}
.project-card h2 {
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.page-projects .market-directory-filter {
  display: flex;
  gap: 16px;
  align-items: end;
  margin-bottom: 24px;
}
.page-projects .market-directory-filter label {
  min-width: 240px;
}
@media (max-width: 800px) {
  .home-alerts .alert-form {
    grid-template-columns: minmax(0, 1fr);
  }
  .page-projects .market-directory-filter {
    flex-wrap: wrap;
  }
}
.directory-hero .search-form {
  box-shadow: none;
  margin-top: 24px;
}
.directory-hero p:not(.eyebrow),
.staffing-hero p:not(.eyebrow),
.workforce-hero p:not(.eyebrow),
.membership-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
  margin-top: 14px;
}
.job-card {
  row-gap: 4px;
}
.job-company {
  color: var(--muted);
  font-weight: 450;
}
.job-card h3 {
  font-weight: 550;
}
.job-link {
  font-size: 13px;
  font-weight: 550;
}
.use-case-grid {
  border: 0;
  gap: 24px;
}
.use-case-grid article > b {
  display: none;
}
.use-case-grid h3 {
  margin-top: 0;
}
.staffing-hero-grid {
  align-items: center;
  gap: 50px;
}
.staffing-proof > div {
  border-color: var(--line);
}
.staffing-proof > p {
  color: var(--muted) !important;
  font: 450 11px/1.5 var(--sans) !important;
}
.staffing-proof small {
  font: 450 12px/1.5 var(--sans);
  text-transform: none;
}
.staffing-proof strong {
  font: 500 30px/1.2 var(--sans);
}
.workforce-section,
.admin-section {
  background: #fff;
}
.workforce-hero {
  background-image: none;
}
.workforce-panel-heading h2 {
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}
.workforce-plan-grid {
  gap: 24px;
}
.workforce-plan-grid article,
.workforce-plan-grid article.featured {
  background: #f6f8f4;
  color: var(--ink);
  border-color: var(--line);
  box-shadow: none;
}
.workforce-plan-grid article.featured {
  background: #edf3e7;
}
.workforce-plan-grid p,
.workforce-plan-grid label {
  color: var(--muted);
  font-size: 13px;
}
.workforce-plan-grid .featured .checkout-terms,
.checkout-terms {
  color: var(--muted) !important;
  font: 450 11px/1.6 var(--sans) !important;
}
.workforce-account-card {
  background: #f2f6f0;
  color: var(--ink);
  box-shadow: none;
  border-color: var(--line);
}
.workforce-account-card > b,
.workforce-account-card button {
  color: var(--ink);
}
.workforce-account-card > small {
  color: var(--muted);
}
.workforce-metrics,
.workforce-report-summary {
  border: 0;
  gap: 16px;
}
.workforce-metrics > div,
.workforce-metrics > div:nth-child(n + 5),
.workforce-report-summary article {
  color: var(--ink);
  background: #f4f7f3;
  border: 0;
}
.workforce-metrics strong,
.workforce-report-summary strong {
  font-size: 32px;
  font-weight: 500;
}
.workforce-report-summary small {
  font-size: 11px;
}
.workforce-report-summary span,
.workforce-metrics span {
  font: 500 12px/1.5 var(--sans);
  letter-spacing: 0;
  text-transform: none;
}
.entity-hero p:not(.eyebrow),
.membership-hero-grid > div > p:not(.eyebrow),
.account-auth-copy > p:not(.eyebrow),
.membership-account-heading p:not(.eyebrow),
.account-header p:not(.eyebrow),
.membership-account-actions > p:not(.eyebrow),
.role-apply-panel > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
}
.locked-job-card li {
  color: #46584b;
  background: #e5ebe2;
}
.project-identity {
  color: var(--ink);
  background: #eef3e6;
  box-shadow: none;
}
.project-identity strong {
  font-weight: 500;
}
.entity-grid > *,
.entity-hero-grid > *,
.profile-list > div > *,
.phase-flow > span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.phase-flow {
  display: flex;
  flex-wrap: wrap;
}
.phase-flow span {
  flex: 1 1 120px;
}
.staffing-intel-section {
  background: #fff;
}
.pricing-grid .pricing-featured p,
.pricing-grid .pricing-featured span {
  color: var(--muted) !important;
}
.support-hero {
  background: #fff;
  padding: 36px 0 28px;
  border-color: var(--line);
}
.support-hero h1 {
  font-size: clamp(30px, 3.3vw, 46px);
  line-height: 1.2;
  letter-spacing: -0.035em;
}
.support-hero h1 + p {
  font-size: 15px;
}
.support-expectation {
  color: var(--ink);
  background: #f4f7f3;
  border-color: var(--line);
  box-shadow: none;
}
.support-expectation span,
.support-expectation p,
.support-expectation a {
  color: var(--muted);
}
.support-form {
  background: #fff;
  border-color: var(--line);
  box-shadow: none;
}
.support-form-heading h2 {
  font-size: 26px;
}
.email-login-form button {
  color: #fff;
  background: #2e5558;
  border-color: #2e5558;
  font-size: 12px;
}
.email-login-form button:hover {
  background: #1c4147;
}
.nav > .nav-member {
  color: var(--muted) !important;
}
/* Heat colors and stops retained from main; footprints scale with the map. */
.radar-cells {
  mix-blend-mode: screen;
}
.radar-cell {
  mix-blend-mode: screen;
  filter: blur(var(--heat-blur, 5px));
}
.radar-tracked {
  --demand-gradient: radial-gradient(
    circle closest-side in srgb,
    rgba(56, 189, 114, 0.22) 0%,
    rgba(56, 189, 114, 0.15) 28%,
    rgba(48, 150, 154, 0.08) 55%,
    rgba(48, 150, 154, 0.025) 78%,
    rgba(48, 150, 154, 0) 100%
  );
  background: var(--demand-gradient);
}
.radar-rising {
  --demand-gradient: radial-gradient(
    circle closest-side in srgb,
    rgba(216, 255, 82, 0.31) 0%,
    rgba(56, 189, 114, 0.25) 28%,
    rgba(48, 150, 154, 0.12) 57%,
    rgba(48, 150, 154, 0.04) 80%,
    rgba(48, 150, 154, 0) 100%
  );
  background: var(--demand-gradient);
}
.radar-high {
  --demand-gradient: radial-gradient(
    circle closest-side in srgb,
    rgba(255, 178, 63, 0.44) 0%,
    rgba(216, 255, 82, 0.34) 22%,
    rgba(56, 189, 114, 0.21) 48%,
    rgba(48, 150, 154, 0.08) 73%,
    rgba(48, 150, 154, 0) 100%
  );
  background: var(--demand-gradient);
}
.radar-very-high {
  --demand-gradient: radial-gradient(
    circle closest-side in srgb,
    rgba(255, 105, 55, 0.6) 0%,
    rgba(255, 178, 63, 0.49) 18%,
    rgba(216, 255, 82, 0.34) 38%,
    rgba(56, 189, 114, 0.21) 59%,
    rgba(48, 150, 154, 0.075) 80%,
    rgba(48, 150, 154, 0) 100%
  );
  background: var(--demand-gradient);
}
.radar-key i {
  background: linear-gradient(
    90deg,
    #30969a,
    #38bd72 45%,
    #d8ff52 73%,
    #ff6937
  );
}
@media (max-width: 800px) {
  .header-inner {
    position: relative;
  }
  .nav-account,
  .nav > a[href="/signin"] {
    position: absolute;
    right: 0;
    top: 16px;
  }
  .nav > a[href="/signin"] {
    min-height: 36px;
  }
  .nav {
    padding-right: 1px;
  }
}
:root {
  --muted: #52666a;
  --orange: #ab452c;
}
.phase-flow span:nth-child(2) {
  color: #fff;
  background: #ab452c;
}
.account-membership-card > span,
.account-membership-card > a,
.membership-account-actions .membership-manage-link,
.membership-account-actions .text-button {
  color: var(--ink);
}
.admin-hero p:not(.eyebrow) {
  color: var(--muted);
}
.section.workforce-report {
  background: #fff;
}
.workforce-report h2 {
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: -0.025em;
}
.workforce-report-callouts article {
  background: #f3f6ef;
  color: var(--ink);
}
.workforce-report-callouts span,
.workforce-report-callouts p {
  color: var(--muted);
}
.workforce-report-callouts h3 {
  font-size: 21px;
}
.workforce-report-note {
  background: #fff;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding: 20px 0;
}
.workforce-report-note p,
.workforce-report-note a {
  color: var(--muted);
  font-size: 12px;
}
.workforce-report-table {
  border-color: var(--line);
}
.workforce-report-table > div:first-child {
  background: #f2f6f3;
  color: var(--muted);
}
.workforce-project-grid article {
  background: #fff;
  border-color: var(--line);
}
.workforce-project-grid h3 {
  font-size: 22px;
  line-height: 1.3;
}
.role-entity-hero {
  background: #fff;
  color: var(--ink);
  padding: 36px 0;
  border-color: var(--line);
}
.role-entity-hero h1 {
  font-size: clamp(30px, 3.3vw, 46px);
  line-height: 1.2;
  letter-spacing: -0.035em;
}
.role-byline,
.role-byline a {
  color: var(--muted);
}
.role-trust-note {
  background: #eaf0e5;
  border-color: #9aae7d;
}
.role-trust-note b {
  color: var(--ink);
}
.role-trust-note span {
  color: var(--muted);
  font-size: 12px;
}
.role-apply-panel {
  color: var(--ink);
  background: #f4f7f0;
}
.role-overview h2,
.role-apply-panel h2 {
  font-size: 28px;
  line-height: 1.3;
}
.workforce-api-upgrade-actions .button:hover,
.workforce-billing-actions .button:hover,
.workforce-market-coverage .button:hover {
  color: #fff;
  background: #2e5558;
}
.role-apply-panel h2,
.role-apply-panel .role-context-link {
  color: var(--ink);
}

/* Put the two audiences in view without competing with the map. */
.header-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
}
.header-inner .nav {
  min-width: 0;
  gap: 20px;
}
.header-inner > .nav-pro {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 9px 15px;
  color: var(--ink);
  background: #eaf0c8;
  border: 1px solid #d4dfaf;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.header-inner > .nav-pro:hover {
  background: #dde7b1;
  border-color: #afc17e;
}
.nav > .nav-member {
  color: #426c58 !important;
  font-weight: 600;
}
.nav > .nav-member:hover {
  color: var(--orange) !important;
}
.home-intro {
  padding: 32px 0 24px;
}
.home-discovery {
  display: grid;
  grid-template-columns: minmax(310px, 0.8fr) minmax(0, 1.4fr);
  grid-template-areas: "welcome map" "search map" "membership map";
  gap: 22px 40px;
  align-items: start;
}
.home-welcome {
  grid-area: welcome;
}
.home-welcome h1 {
  max-width: 480px;
  margin: 0 0 14px;
  font-size: clamp(32px, 3.3vw, 47px);
  line-height: 1.12;
}
.home-welcome > p {
  max-width: 450px;
  margin: 0;
  font-size: 15px;
}
.home-search {
  grid-area: search;
}
.home-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}
.home-search-form > .field:first-child {
  grid-column: 1 / -1;
}
.home-search-form .field {
  min-width: 0;
}
.home-search-form input {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #c4d2d0;
  border-radius: 3px;
  color: var(--ink);
  background: #f7f9f8;
  font-size: 14px;
}
.home-search-form .button {
  min-height: 44px;
}
.home-search .quick-searches {
  margin-top: 12px;
  gap: 8px 16px;
  font-size: 12px;
}
.home-market-feature {
  grid-area: map;
  align-self: stretch;
  min-width: 0;
  padding: 20px;
  color: #e7efdc;
  background: #234750;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-map-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  margin-bottom: 8px;
}
.home-map-heading h2 {
  color: #f1f4e7;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 4px;
  letter-spacing: -0.015em;
}
.home-map-heading span,
.home-map-heading a,
.home-map-caption {
  color: #c3d7d1;
  font-size: 12px;
}
.home-map-heading > a {
  flex-shrink: 0;
  color: #f1f4e7;
  font-weight: 550;
  text-decoration: none;
}
.home-market-feature .market-map {
  width: 100%;
  min-height: 0;
  aspect-ratio: 975 / 610;
  overflow: visible;
  margin: auto 0;
}
.home-market-feature .map-geography {
  inset: 4%;
  width: 92%;
  height: 92%;
  transform: none;
}
.home-market-feature .radar-key {
  display: none;
}
.home-market-feature .map-dot span {
  background: transparent;
  text-shadow: 0 1px 3px #193c44;
  font-size: 11px;
  line-height: 1.2;
  padding: 2px 3px;
}
.home-market-feature .map-dot.map-label-positioned span::after {
  background: #c2d5c599;
}
.home-map-caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.home-map-caption > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.home-map-caption a {
  color: inherit;
}
.home-heat-key {
  display: inline-block;
  width: 64px;
  height: 5px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    #30969a,
    #38bd72 45%,
    #d8ff52 73%,
    #ff6937
  );
}
.home-membership {
  grid-area: membership;
  border-top: 1px solid #cbd9c3;
  padding-top: 18px;
}
.home-membership-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.home-membership h2 {
  margin: 0;
  color: var(--membership-accent);
  font-size: 18px;
  line-height: 1.4;
}
.home-membership-heading > span {
  white-space: nowrap;
  font-size: 22px;
  color: var(--membership-accent);
}
.home-membership-heading > span > span,
.home-membership-heading > .membership-active-label {
  font-size: 12px;
}
.home-membership > p {
  color: var(--membership-copy);
  margin: 8px 0 12px;
  font-size: 13px;
  line-height: 1.6;
}
.home-membership-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
}
.home-membership-actions > span {
  color: var(--membership-copy);
  font-size: 11px;
}
.home-membership .text-link {
  font-size: 13px;
  color: var(--membership-accent);
}
.home-openings {
  margin-top: 30px;
}
.home-openings .job-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.home-openings .job-card {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
.home-openings .job-card-topline,
.home-openings .job-card h3,
.home-openings .job-company,
.home-openings .job-description,
.home-openings .job-tags {
  padding-right: 0;
}
.home-openings .job-card h3 {
  font-size: 19px;
  line-height: 1.35;
}
.home-openings .job-description {
  -webkit-line-clamp: 2;
}
.home-openings .job-card-footer {
  width: auto;
  padding: 16px 0 0;
  margin-top: auto;
  border: 0;
  align-items: start;
}
.home-openings .job-source {
  text-align: left;
}
.home-context {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  margin-top: 40px;
}
.home-context .home-projects {
  margin-top: 0;
}
.home-leading-markets .market-ranking a {
  padding: 9px 0;
}
.home-leading-markets .market-ranking small {
  font-size: 11px;
}
/* Heat footprints follow map geometry, not the viewport or minimum pixel sizes.
   Otherwise the same metro spreads across much of the country on a phone. */
.radar-tracked {
  width: 7%;
}
.radar-rising {
  width: 11%;
}
.radar-high {
  width: 15%;
}
.radar-very-high {
  width: 19%;
}
@media (max-width: 1200px) {
  .header-inner {
    gap: 20px;
  }
  .header-inner .nav {
    gap: 16px;
    font-size: 12px;
  }
  .header-inner > .nav-pro {
    padding: 9px 12px;
    font-size: 12px;
  }
  .home-discovery {
    gap: 22px 28px;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1fr);
  }
}
@media (max-width: 1100px) {
  .header-inner {
    grid-template-columns: 1fr auto;
    padding: 16px 0 0;
    gap: 10px 24px;
  }
  .brand-navbar {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }
  .header-inner > .nav-pro {
    grid-column: 2;
    grid-row: 1;
  }
  .header-inner .nav {
    grid-column: 1 / -1;
    grid-row: 2;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0 0 9px;
    gap: 22px;
  }
  .nav > a {
    white-space: nowrap;
    flex-shrink: 0;
  }
  .nav > a[aria-current]::after {
    bottom: -8px;
  }
  .nav-account,
  .nav > a[href="/signin"] {
    position: static;
    order: -1;
    flex-shrink: 0;
  }
}
@media (max-width: 800px) {
  .home-intro {
    padding: 24px 0;
  }
  .home-discovery {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "welcome" "map" "membership" "search";
    gap: 22px;
  }
  .home-welcome h1 {
    font-size: clamp(28px, 7vw, 38px);
    max-width: 550px;
  }
  .home-welcome > p {
    font-size: 14px;
    max-width: 540px;
  }
  .home-market-feature {
    padding: 14px 12px;
  }
  .home-map-heading h2 {
    font-size: 15px;
  }
  .home-map-heading span,
  .home-map-heading a,
  .home-map-caption {
    font-size: 11px;
  }
  .home-map-heading {
    gap: 12px;
  }
  .home-market-feature .map-dot span {
    font-size: 10px;
  }
  .home-openings .job-list,
  .home-context {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
  .home-membership {
    padding: 16px;
    background: #f3f6e9;
    border: 1px solid #e2e8d3;
  }
  .home-membership h2 {
    font-size: 17px;
  }
}
@media (max-width: 360px) {
  .header-inner > .nav-pro {
    max-width: 148px;
    font-size: 11px;
    gap: 6px;
    padding: 8px;
  }
  .home-map-heading > div > span {
    display: none;
  }
  .home-map-heading > a {
    font-size: 10px;
  }
}
.home-market-feature .map-dot {
  width: clamp(3px, calc(11px * var(--marker-scale, 1)), 11px);
  min-width: 3px;
  max-width: 11px;
  height: auto;
  aspect-ratio: 1;
}
@media (max-width: 800px) {
  .home-search-form input {
    font-size: 16px;
  }
}

/* A compact, source-readable qualification of each market's public numbers. */
.market-coverage { min-width: 0; }
.market-coverage p { margin: .5rem 0 0; line-height: 1.6; }
.market-coverage a { text-decoration: underline; text-underline-offset: .2em; }
.market-coverage-delay { color: #78521e; }

/* Search refinements stay secondary to role and location. */
.pay-filters { grid-column: 1 / -1; padding: 12px 0 0; border-top: 1px solid var(--line); }
.pay-filters summary, .job-match-evidence summary { width: fit-content; cursor: pointer; color: var(--ink); font-size: 14px; }
.pay-filters summary span { color: #416f65; }
.pay-filter-fields { display: grid; grid-template-columns: minmax(180px, 240px) minmax(180px, 240px) minmax(180px, 1fr); gap: 18px; align-items: end; margin-top: 16px; }
.pay-filter-fields #pay-help { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; max-width: 60ch; }
.pay-filter-error { margin: 12px 0 0; color: #a34229; }
.job-match-evidence { grid-column: 1; margin: 0 26px 18px 0; padding: 10px 14px; background: #eef5f2; border-left: 2px solid #8caea3; min-width: 0; }
.job-match-evidence summary { color: #355f56; }
.job-match-evidence ul { list-style: none; margin: 12px 0 8px; padding: 0; display: flex; flex-wrap: wrap; gap: 6px 20px; }
.job-match-evidence li { font-size: 13px; overflow-wrap: anywhere; }
.job-match-evidence li span { color: #526b64; margin-right: 6px; }
.job-match-evidence li b { font-weight: 600; }
.job-match-evidence small { font-size: inherit; color: var(--muted); }
.job-match-evidence p { margin: 0; font-size: 12px; line-height: 1.5; color: #526b64; }
.job-match-evidence a { text-decoration: underline; text-underline-offset: 3px; }
.job-card-footer { grid-row: 1 / 8; }
@media (max-width: 900px) { .pay-filter-fields { grid-template-columns: 1fr 1fr; } .pay-filter-fields #pay-help { grid-column: 1 / -1; } }
@media (max-width: 600px) { .pay-filter-fields { grid-template-columns: 1fr; gap: 14px; } .job-match-evidence { margin-right: 0; } }

/* Closely spaced Wisconsin metros retain their actual positions and heat. */
.home-market-feature .map-dot:is(.map-chicago, .map-milwaukee, .map-racine) i { box-shadow: none; }
.home-market-feature .map-dot.map-racine {
  width: clamp(2px, calc(7px * var(--marker-scale, 1)), 7px);
  min-width: 2px;
  max-width: 7px;
}
.home-market-feature .map-dot.map-racine:not(:hover):not(:focus-visible) i { background: #b3d68b; }

.home-market-feature .map-dot[data-label-preference="fixed-below"]:not(.map-label-positioned) span {
  left: 50%;
  top: calc(100% + 4px);
  transform: translateX(-50%);
}
