/*
Theme Name: AI Layoffs Atlas
Theme URI: https://ai-layoffs.com
Author: AI Layoffs
Description: An editorial data interface for the AI workforce impact tracker.
Version: 2.5.5
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: ai-layoffs-atlas
*/

@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 75% 100%;
  font-display: optional;
  src: url("assets/fonts/bricolage-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: block;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("assets/fonts/ibm-plex-mono-400.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url("assets/fonts/ibm-plex-mono-500.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url("assets/fonts/ibm-plex-mono-600.woff2") format("woff2");
}

:root {
  --ink: #090c0b;
  --ink-2: #0e1311;
  --panel: rgba(21, 28, 25, .82);
  --panel-solid: #151c19;
  --line: rgba(227, 241, 232, .13);
  --line-hot: rgba(202, 255, 61, .42);
  --paper: #f0f1e9;
  --muted: #9ca9a2;
  --acid: #caff3d;
  --mint: #54e6ca;
  --amber: #ffb454;
  --danger: #ff786e;
  --display: "Bricolage Grotesque", "Arial Narrow", sans-serif;
  --mono: "IBM Plex Mono", monospace;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .32);
  --max: 1420px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--paper);
  background:
    radial-gradient(80rem 50rem at 78% -15%, rgba(84, 230, 202, .13), transparent 62%),
    radial-gradient(58rem 38rem at -10% 34%, rgba(202, 255, 61, .08), transparent 70%),
    linear-gradient(180deg, #0c100f 0%, var(--ink) 48%, #080a09 100%);
  font-family: var(--display);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .3;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.023) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.023) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--ink); background: var(--acid); }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--acid);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.site-header {
  position: relative;
  z-index: 30;
  border-bottom: 1px solid var(--line);
}
.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 760;
  letter-spacing: -.02em;
}
.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line-hot);
  border-radius: 10px;
  color: var(--acid);
  background: rgba(202,255,61,.07);
  font: 600 13px/1 var(--mono);
  box-shadow: inset 0 0 22px rgba(202,255,61,.07);
}
.brand em { color: var(--muted); font-style: normal; font-weight: 450; }
.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-links a {
  padding: 9px 12px;
  border-radius: 9px;
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}
.nav-links a:hover, .nav-links a:focus-visible { color: var(--paper); background: rgba(255,255,255,.06); }
.nav-links .nav-cta { color: var(--ink); background: var(--acid); font-weight: 700; }
.nav-links .nav-cta:hover { color: var(--ink); background: #dcff78; }

.hero { padding: clamp(76px, 10vw, 148px) 0 54px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .5fr); gap: clamp(44px, 7vw, 110px); align-items: end; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--mint);
  font: 500 11px/1.3 var(--mono);
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { width: 31px; height: 1px; content: ""; background: currentColor; }
.hero h1 {
  max-width: 950px;
  margin: 0;
  font-size: clamp(58px, 8.8vw, 142px);
  font-weight: 620;
  font-variation-settings: "wdth" 88;
  letter-spacing: -.072em;
  line-height: .85;
}
.hero h1 .outline { color: transparent; -webkit-text-stroke: 1px rgba(240,241,233,.52); }
.hero h1 .accent { color: var(--acid); }
.hero-aside { padding-bottom: 5px; }
.hero-aside p { margin: 0 0 26px; color: #bac4be; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.46; }
.status-line {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font: 500 11px/1.4 var(--mono);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.status-dot { width: 8px; height: 8px; border-radius: 99px; background: var(--mint); box-shadow: 0 0 0 5px rgba(84,230,202,.1), 0 0 18px rgba(84,230,202,.5); }

.stats { margin-top: 76px; display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { min-height: 142px; padding: 28px 26px; border-right: 1px solid var(--line); }
.stat:first-child { padding-left: 0; }
.stat:last-child { border-right: 0; }
.stat-label { display: block; color: var(--muted); font: 500 10px/1.2 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.stat-value { display: block; margin-top: 14px; font-size: clamp(32px, 4vw, 58px); font-weight: 650; letter-spacing: -.05em; line-height: 1; }
.stat-value small { color: var(--muted); font-size: 14px; letter-spacing: 0; }
.stat-note { display: block; margin-top: 8px; color: #6f7c75; font-size: 12px; }

.section { padding: 82px 0; }
.section-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 28px; }
.kicker { margin: 0 0 8px; color: var(--mint); font: 500 10px/1.4 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.section h2 { margin: 0; font-size: clamp(35px, 4.5vw, 68px); font-weight: 560; letter-spacing: -.055em; line-height: .98; }
.section-intro { max-width: 470px; margin: 0; color: var(--muted); font-size: 15px; }

.chart-card {
  position: relative;
  padding: clamp(22px, 3vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255,255,255,.04), transparent 48%),
    rgba(16, 22, 19, .82);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.chart-card::after { position: absolute; top: -70px; right: -80px; width: 300px; height: 220px; border-radius: 50%; content: ""; background: rgba(202,255,61,.055); filter: blur(45px); pointer-events:none; }
.chart-toolbar { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 28px; }
.chart-legend { display: flex; flex-wrap: wrap; gap: 20px; color: var(--muted); font: 500 11px/1 var(--mono); }
.legend-key { display: inline-flex; align-items: center; gap: 8px; }
.legend-key::before { width: 20px; height: 3px; content: ""; border-radius: 10px; background: var(--acid); }
.legend-key.events::before { height: 8px; background: var(--mint); opacity: .6; }
.range { display: flex; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 10px; background: rgba(0,0,0,.2); }
.range button { min-width: 44px; padding: 7px 10px; border: 0; border-radius: 7px; color: var(--muted); background: transparent; cursor: pointer; font: 500 10px/1 var(--mono); }
.range button:hover, .range button[aria-pressed="true"] { color: var(--ink); background: var(--acid); }
.chart-wrap { position: relative; min-height: 360px; }
#layoff-chart { display: block; width: 100%; height: 360px; overflow: visible; }
.chart-grid { stroke: rgba(255,255,255,.075); stroke-width: 1; stroke-dasharray: 3 7; }
.chart-area { fill: url(#area-fill); }
.chart-line { fill: none; stroke: var(--acid); stroke-width: 3; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 9px rgba(202,255,61,.22)); }
.chart-bar { fill: var(--mint); opacity: .19; transition: opacity .15s ease; }
.chart-hit:hover + .chart-bar, .chart-bar:hover { opacity: .45; }
.chart-dot { fill: var(--ink); stroke: var(--acid); stroke-width: 2; vector-effect: non-scaling-stroke; }
.chart-label { fill: #77827c; font: 10px var(--mono); }
.chart-tooltip { position: absolute; z-index: 8; min-width: 160px; padding: 12px 14px; border: 1px solid var(--line-hot); border-radius: 10px; background: #101512; box-shadow: 0 10px 35px rgba(0,0,0,.4); pointer-events: none; transform: translate(-50%, -115%); }
.chart-tooltip[hidden] { display: none; }
.chart-tooltip strong { display:block; margin-bottom:4px; font-size:14px; }
.chart-tooltip span { color:var(--muted); font:11px/1.5 var(--mono); }
.empty-chart { height: 320px; display: grid; place-items: center; color: var(--muted); text-align: center; }

.tracker-section { padding-top: 34px; }
.tracker-shell { border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); box-shadow: var(--shadow); overflow: hidden; }
.tracker-tools { display: grid; grid-template-columns: minmax(220px,1fr) 210px auto; gap: 10px; padding: 18px; border-bottom: 1px solid var(--line); }
.field { position: relative; }
.field svg { position: absolute; top: 50%; left: 15px; width: 18px; height: 18px; color: #738079; transform: translateY(-50%); pointer-events: none; }
.field input, .tracker-tools select {
  width: 100%; height: 46px; border: 1px solid var(--line); border-radius: 10px; outline: none; color: var(--paper); background: rgba(0,0,0,.25);
}
.field input { padding: 0 15px 0 44px; }
.tracker-tools select { padding: 0 36px 0 14px; }
.field input:focus, .tracker-tools select:focus { border-color: var(--line-hot); box-shadow: 0 0 0 3px rgba(202,255,61,.07); }
.table-scroll { overflow-x: auto; }
.tracker-table { width: 100%; border-collapse: collapse; }
.tracker-table th { position: sticky; top: 0; z-index: 3; padding: 14px 18px; border-bottom: 1px solid var(--line); color: #78847e; background: #121815; font: 500 10px/1.2 var(--mono); letter-spacing: .09em; text-align: left; text-transform: uppercase; white-space: nowrap; }
.tracker-table th button { padding: 0; border: 0; color: inherit; background: none; cursor: pointer; text-transform: inherit; letter-spacing: inherit; }
.tracker-table th button:hover { color: var(--acid); }
.tracker-table td { padding: 19px 18px; border-bottom: 1px solid rgba(255,255,255,.065); color: #c6cec9; font-size: 14px; vertical-align: top; }
.tracker-table tr { transition: background .16s ease; }
.tracker-table tbody tr:hover { background: rgba(255,255,255,.027); }
.company-cell { min-width: 180px; }
.company-cell strong { display: block; color: var(--paper); font-size: 16px; letter-spacing: -.015em; }
.company-cell span { color: #77847d; font-size: 12px; }
.jobs-cell { color: var(--paper) !important; font: 600 15px/1.4 var(--mono); white-space: nowrap; }
.jobs-cell.unknown { color: var(--amber) !important; font-size: 11px; text-transform: uppercase; }
.date-cell { white-space: nowrap; }
.summary-cell { min-width: 320px; max-width: 540px; line-height: 1.48; }
.relation-pill { display: inline-flex; padding: 5px 8px; border: 1px solid rgba(84,230,202,.24); border-radius: 999px; color: var(--mint); background: rgba(84,230,202,.06); font: 500 9px/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.source-link { display: inline-flex; align-items: center; gap: 6px; color: var(--acid); font: 500 11px/1.4 var(--mono); text-decoration: none; white-space: nowrap; }
.source-link:hover { text-decoration: underline; }
.source-link svg { width: 13px; height: 13px; }
.tracker-foot { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 17px 18px; color: var(--muted); font: 500 11px/1.4 var(--mono); }
.load-more { padding: 9px 13px; border: 1px solid var(--line); border-radius: 9px; color: var(--paper); background: transparent; cursor: pointer; }
.load-more:hover { color: var(--ink); border-color: var(--acid); background: var(--acid); }
.no-results { padding: 46px 20px !important; color: var(--muted) !important; text-align: center; }

.method { padding: 118px 0 100px; }
.method-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(46px, 8vw, 140px); }
.method-copy h2 { max-width: 500px; }
.method-copy > p { max-width: 520px; color: var(--muted); }
.rules { border-top: 1px solid var(--line); }
.rule { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.rule-index { color: var(--mint); font: 500 11px/1.5 var(--mono); }
.rule h3 { margin: 0 0 6px; font-size: 20px; font-weight: 600; }
.rule p { margin: 0; color: var(--muted); font-size: 14px; }
.method-link { display: inline-flex; margin-top: 28px; color: var(--acid); font: 500 12px/1 var(--mono); text-decoration: none; }
.method-link:hover { text-decoration: underline; }

.site-footer { padding: 54px 0 28px; border-top: 1px solid var(--line); background: rgba(0,0,0,.12); }
.footer-top { display: flex; justify-content: space-between; gap: 50px; align-items: flex-start; }
.footer-statement { max-width: 640px; margin: 22px 0 0; color: #89958f; font-size: clamp(22px, 3vw, 40px); line-height: 1.14; letter-spacing: -.035em; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 22px; }
.footer-links a { color: var(--muted); font-size: 13px; text-decoration: none; }
.footer-links a:hover { color: var(--paper); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 76px; padding-top: 19px; border-top: 1px solid var(--line); color: #5f6964; font: 500 10px/1.5 var(--mono); text-transform: uppercase; letter-spacing: .08em; }

.content-page { min-height: 70vh; padding: clamp(72px, 10vw, 140px) 0 100px; }
.content-grid { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); gap: clamp(46px,8vw,130px); }
.content-page h1 { position: sticky; top: 40px; margin: 0; font-size: clamp(54px,8vw,110px); line-height:.85; letter-spacing:-.065em; font-weight:590; }
.prose { max-width: 760px; }
.prose h2 { margin: 2.2em 0 .6em; font-size: clamp(28px,3.5vw,46px); letter-spacing:-.04em; line-height:1.05; }
.prose h2:first-child { margin-top:0; }
.prose p, .prose li { color:#b2bcb6; font-size:18px; }
.prose a { color:var(--acid); }
.error-page { min-height:70vh; display:grid; place-items:center; text-align:center; }
.error-page strong { display:block; color:var(--acid); font:500 12px var(--mono); letter-spacing:.16em; }
.error-page h1 { margin:15px 0; font-size:clamp(60px,10vw,140px); line-height:.9; letter-spacing:-.07em; }
.error-page a { color:var(--acid); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.hero .reveal:nth-child(2) { transition-delay: .1s; }
.stats.reveal { transition-delay: .2s; }

@media (max-width: 980px) {
  .hero-grid, .method-grid, .content-grid { grid-template-columns: 1fr; }
  .hero-aside { max-width: 610px; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:first-child { padding-left: 26px; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .content-page h1 { position:static; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .site-header { background: rgba(9,12,11,.8); backdrop-filter: blur(14px); }
  .nav { min-height: 66px; }
  .brand em, .nav-links a:not(.nav-cta) { display: none; }
  .hero { padding-top: 74px; }
  .hero h1 { font-size: clamp(54px,17vw,88px); }
  .stats { margin-top: 54px; }
  .stat { min-height: 115px; padding: 21px 16px !important; }
  .stat-value { font-size: 30px; }
  .section { padding: 66px 0; }
  .section-head { display:block; }
  .section-intro { margin-top:15px; }
  .chart-card { padding: 18px 12px 20px; }
  .chart-toolbar { align-items:flex-start; flex-direction:column; }
  .chart-wrap, #layoff-chart { min-height:270px; height:270px; }
  .tracker-tools { grid-template-columns: 1fr; }
  .table-scroll { overflow: visible; }
  .tracker-table, .tracker-table tbody, .tracker-table tr, .tracker-table td { display: block; width: 100%; }
  .tracker-table thead { display: none; }
  .tracker-table tbody { padding: 0 15px; }
  .tracker-table tr { padding: 19px 0; border-bottom: 1px solid var(--line); }
  .tracker-table td { display: grid; grid-template-columns: 98px 1fr; gap: 12px; min-width:0; max-width:none; padding: 5px 0; border:0; }
  .tracker-table td::before { content: attr(data-label); color:#6f7b75; font:500 9px/1.6 var(--mono); letter-spacing:.08em; text-transform:uppercase; }
  .company-cell strong { font-size:18px; }
  .summary-cell { line-height:1.5; }
  .tracker-foot { align-items:flex-start; flex-direction:column; }
  .method { padding-top:80px; }
  .footer-top, .footer-bottom { flex-direction:column; }
  .footer-links { justify-content:flex-start; }
  .footer-bottom { margin-top:48px; }
}

/* Crawlable layoff records, version 2.4 */
.company-record-link { color: inherit; text-decoration: none; border-radius: 8px; }
.company-record-link:hover strong { color: #174dbd; }
.company-record-link:focus-visible { outline: 3px solid rgba(37, 82, 204, .28); outline-offset: 4px; }

.record-main,
.source-gateway-main { color: #152842; }
.record-shell { padding-top: clamp(24px,4vw,46px); padding-bottom: clamp(68px,8vw,112px); }
.record-breadcrumb { display: flex; align-items: center; max-width: 900px; margin: 0 auto 20px; color: #69788c; font: 650 12px/1.4 var(--mono); }
.record-breadcrumb a { color: #34516f; text-decoration: none; }
.record-breadcrumb a:hover { color: #174dbd; }
.record-article { position: relative; max-width: 900px; margin-inline: auto; padding: 36px; border: 1px solid #d9e2ed; border-radius: 22px; background: #fff; box-shadow: 0 18px 44px rgba(12,35,65,.08); }
.record-article::before { content: ""; position: absolute; inset: -1px -1px auto; height: 4px; border-radius: 22px 22px 0 0; background: linear-gradient(90deg,#17325b,#2552cc); }
.record-hero { padding: 0; background: none; }
.record-title-row { display: grid; grid-template-columns: 58px minmax(0,1fr); align-items: start; gap: 18px; }
.record-title-copy { min-width: 0; }
.record-logo,
.related-logo { position: relative; display: grid; flex: 0 0 auto; place-items: center; overflow: hidden; border: 1px solid #d3dce8; background: #fff; color: #17325b; font: 700 18px/1 var(--mono); }
.record-logo { width: 58px; height: 58px; border-color: #d1dbe7; border-radius: 12px; box-shadow: none; }
.record-logo img,
.related-logo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 7px; background: #fff; }
.record-kicker,
.record-eyebrow { margin: 0 0 7px; color: #2552cc; font: 650 11px/1.3 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.record-hero h1 { max-width: 760px; margin: 7px 0 12px; color: #10223b; font-family: var(--display); font-size: clamp(32px,3vw,42px); line-height: 1.06; letter-spacing: -.042em; text-wrap: balance; }
.record-summary { max-width: 730px; margin: 0; color: #304861; font-size: 16.5px; font-weight: 520; line-height: 1.65; }
.record-content { padding: 0; border: 0; background: none; }
.record-section-head h2,
.related-heading h2 { margin: 0; color: #132843; font-size: clamp(26px, 3vw, 40px); line-height: 1.1; letter-spacing: -.045em; }
.fact-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; margin: 26px 0 0; padding: 1px; background: #d9e2ed; }
.fact-grid > div { min-width: 0; padding: 14px 15px 16px; border: 0; border-radius: 0; background: #fff; box-shadow: none; }
.fact-grid dt { margin-bottom: 8px; color: #68778b; font: 600 10px/1.3 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.fact-grid dd { margin: 0; color: #192f4b; font-size: 14.5px; font-weight: 720; line-height: 1.4; overflow-wrap: anywhere; }
.ai-connection-note { margin-top: 20px; padding: 17px 0 0; border: 0; border-top: 1px solid #dce4ee; border-radius: 0; background: none; box-shadow: none; }
.ai-connection-note p:last-child { margin: 0; color: #304861; font-size: 15px; line-height: 1.62; }
.record-source-card { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 24px; margin-top: 22px; padding: 17px 18px; border: 1px solid #dbe4ee; border-left: 3px solid #2552cc; border-radius: 9px; background: #f8fafc; box-shadow: none; }
.record-source-copy { min-width: 0; }
.record-source-card h2 { margin: 7px 0 7px; color: #132943; font-size: 17px; line-height: 1.35; letter-spacing: -.015em; overflow-wrap: anywhere; }
.record-source-card p:not(.record-eyebrow) { margin: 0; color: #52657b; font-size: 13px; line-height: 1.5; }
.record-source-button,
.source-continue { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; padding: 14px 16px; border-radius: 9px; background: #17325b; color: #fff; font-size: 14px; font-weight: 750; text-decoration: none; }
.record-source-card .record-source-button { min-width: 0; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; color: #174dbd; font-size: 13px; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; transition: color .16s ease; }
.record-source-card .record-source-button:visited { color: #6646a3; }
.record-source-card .record-source-button:hover { transform: none; background: transparent; box-shadow: none; color: #102f62; }
.record-source-button:hover,
.source-continue:hover { background: #2552cc; }
.record-source-button:focus-visible,
.source-continue:focus-visible,
.related-more:focus-visible { outline: 4px solid rgba(37,82,204,.25); outline-offset: 3px; }
.record-meta { display: flex; justify-content: space-between; gap: 22px; margin-top: 15px; padding: 0; border: 0; background: transparent; color: #68778a; font-size: 11.5px; }
.record-meta a { color: #34516f; font-weight: 700; }

.related-records { max-width: 900px; margin-inline: auto; padding-top: clamp(48px,7vw,76px); }
.related-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.related-heading h2 { font-size: clamp(28px,2.5vw,34px); }
.related-heading > a { color: #174dbd; font-size: 14px; font-weight: 750; text-decoration: none; }
.related-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.related-card { min-width: 0; padding: 16px 17px 17px; border: 1px solid #d8e1ec; border-left: 3px solid #8ab4ff; border-radius: 11px; background: #fff; box-shadow: none; color: #213851; text-decoration: none; transition: border-color .16s ease,background .16s ease; }
.related-card:hover { transform: none; border-color: #9eb3cc; border-left-color: #2552cc; background: #f9fbfe; box-shadow: none; }
.related-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.related-logo { width: 40px; height: 40px; border-radius: 10px; font-size: 13px; }
.related-card time { color: #718094; font: 550 10px/1.3 var(--mono); white-space: nowrap; }
.related-card > strong { display: block; margin-top: 11px; color: #132944; font-size: 16px; line-height: 1.3; overflow-wrap: anywhere; }
.related-scale { display: inline; color: #2552cc; font-size: 13px; font-weight: 750; }
.related-context { display: inline; color: #68788b; font-size: 12px; line-height: 1.4; }
.related-context::before { content: " · "; }
.related-more { display: block; min-width: 150px; margin: 22px auto 0; padding: 12px 17px; border: 1px solid #aebed0; border-radius: 8px; background: #fff; color: #17325b; font-weight: 750; cursor: pointer; }
.related-more:hover { border-color: #17325b; background: #17325b; color: #fff; }

.source-gateway { max-width: 760px; padding-top: clamp(45px,8vw,100px); padding-bottom: clamp(70px,10vw,130px); }
.source-back { display: inline-flex; gap: 8px; margin-bottom: 20px; color: #34516f; font-size: 13px; font-weight: 700; text-decoration: none; }
.source-gateway-card { padding: clamp(30px,7vw,64px); border: 1px solid #cfdae7; border-top: 5px solid #17325b; border-radius: 17px; background: #fff; box-shadow: 0 24px 70px rgba(24,52,88,.12); text-align: center; }
.source-file-icon { display: grid; width: 68px; height: 78px; margin: 0 auto 25px; place-items: center; clip-path: polygon(0 0,72% 0,100% 24%,100% 100%,0 100%); background: #e8eef7; color: #17325b; font: 750 12px/1 var(--mono); letter-spacing: .08em; }
.source-gateway-card h1 { margin: 13px auto 18px; color: #122741; font-size: clamp(32px,5vw,52px); line-height: 1.04; letter-spacing: -.05em; }
.source-gateway-lead { max-width: 570px; margin: 0 auto; color: #4d6077; font-size: 17px; line-height: 1.65; }
.source-gateway-card dl { display: grid; grid-template-columns: repeat(3,1fr); margin: 32px 0 0; border: 1px solid #dce4ed; text-align: left; }
.source-gateway-card dl div { min-width: 0; padding: 15px; border-right: 1px solid #dce4ed; }
.source-gateway-card dl div:last-child { border-right: 0; }
.source-gateway-card dt { color: #718095; font: 600 9px/1.2 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.source-gateway-card dd { margin: 7px 0 0; color: #1b334e; font-size: 13px; font-weight: 700; overflow-wrap: anywhere; }
.source-continue { max-width: 360px; margin: 28px auto 0; text-align: left; }
.source-safety-note { margin: 17px 0 0; color: #748297; font-size: 11px; }

@media (max-width: 1000px) {
  .record-article { max-width: 900px; }
  .fact-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 620px) {
  .record-shell { width: min(100% - 24px, var(--shell)); padding-top: 18px; }
  .record-breadcrumb { margin: 0 4px 16px; font-size: 10px; }
  .record-article { padding: 24px 20px 22px; border-radius: 16px; }
  .record-hero { padding: 0; }
  .record-title-row { grid-template-columns: 52px minmax(0,1fr); gap: 14px; }
  .record-logo { width: 52px; height: 52px; border-radius: 12px; }
  .record-hero h1 { margin-top: 7px; font-size: clamp(30px,8.8vw,40px); line-height: 1.04; }
  .record-summary { font-size: 16px; line-height: 1.6; }
  .record-content { padding: 0; }
  .record-section-head h2,
  .related-heading h2 { font-size: 28px; }
  .fact-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin-top: 22px; }
  .fact-grid > div { padding: 14px 13px 15px; border-radius: 0; }
  .record-source-card { display: block; padding: 15px 14px; }
  .record-source-card .record-source-button { display: inline-flex; margin-top: 12px; min-width: 0; justify-self: start; }
  .record-meta { flex-direction: column; margin-top: 14px; padding: 0; }
  .related-heading { display: block; }
  .related-heading > a { display: inline-block; margin-top: 15px; }
  .related-grid { grid-template-columns: 1fr; }
  .related-card { padding: 18px; }
  .source-gateway { width: min(100% - 24px,760px); padding-top: 38px; }
  .source-gateway-card { padding: 30px 20px; }
  .source-gateway-card dl { grid-template-columns: 1fr; }
  .source-gateway-card dl div { border-right: 0; border-bottom: 1px solid #dce4ed; }
  .source-gateway-card dl div:last-child { border-bottom: 0; }
  .record-breadcrumb,
  .fact-grid dt,
  .related-card time { font-size: 11px; }
}

/* Viewer-first interactive interface, version 2.0 */
[hidden] { display: none !important; }
.eyebrow,
.kicker { color: #2552cc; }
.eyebrow::before { background: #2552cc; }
.stats { grid-template-columns: 1.2fr 1fr 1fr; }
.stat { border-bottom: 0; }
.stat-month { font-size: clamp(25px, 2.5vw, 35px); letter-spacing: -.035em; }

.tracker-tools {
  display: grid;
  grid-template-columns: minmax(260px, 1.6fr) minmax(170px, 1fr) minmax(170px, .9fr) minmax(150px, .8fr) auto;
  gap: 12px;
  align-items: end;
  padding: 18px;
}
.filter-label {
  display: block;
  margin: 0 0 7px 2px;
  color: #506078;
  font: 600 9px/1 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.search-field input { padding: 0 15px; }
.search-glyph,
.select-chevron { display: none; }
.reset-filters {
  height: 48px;
  padding: 0 17px;
  border: 1px solid #b9c6d6;
  border-radius: 11px;
  color: #17325b;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background .18s ease, opacity .18s ease;
}
.reset-filters:hover:not(:disabled),
.reset-filters:focus-visible { color: #fff; border-color: #17325b; background: #17325b; }
.reset-filters:disabled { opacity: .38; cursor: default; }
.jobs-cell.unknown { color: #788599 !important; font-size: 18px; }
.tracker-table tbody tr.is-highlighted { background: #e7efff; box-shadow: inset 4px 0 #2552cc; }
.tracker-table tbody tr.is-highlighted .company-cell strong { color: #174dbd; }

.insight-grid { grid-template-columns: .82fr 1.08fr 1.2fr; }
.recent-card { display: flex; flex-direction: column; }
.recent-number {
  display: block;
  color: #2552cc;
  font-size: clamp(48px, 5vw, 70px);
  font-weight: 760;
  line-height: .9;
  letter-spacing: -.06em;
}
.recent-card h3 { margin-top: 10px; }
.recent-card > p:not(.insight-label) { margin: 12px 0 24px; color: #627086; font-size: 13px; }
.insight-action {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 0;
  border: 0;
  color: #174dbd;
  background: none;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}
.insight-action span { transition: transform .18s ease; }
.insight-action:hover span,
.insight-action:focus-visible span { transform: translateX(4px); }
.split-row {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 11px;
  text-align: left;
  background: transparent;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.split-row + .split-row { margin-top: 8px; }
.split-row:hover,
.split-row:focus-visible { border-color: #cad6e7; background: #f5f8fc; transform: translateY(-1px); }
.split-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.split-heading > span { color: #253852; font-size: 14px; font-weight: 700; }
.split-heading strong { color: #17325b; font-size: 22px; }
.split-track { display: block; height: 8px; margin-top: 8px; border-radius: 99px; background: #e5ebf3; overflow: hidden; }
.split-track > span { display: block; width: var(--share); height: 100%; border-radius: inherit; background: #2552cc; }
.split-row.enabled .split-track > span { background: #0e8576; }
.split-copy { display: block; margin-top: 8px; color: #627086; font-size: 12px; line-height: 1.45; }
.ranking-card li { display: block; padding: 0; }
.ranking-card li button {
  display: grid;
  width: 100%;
  grid-template-columns: 28px minmax(0, 1fr) auto 18px;
  gap: 10px;
  align-items: center;
  padding: 11px 7px;
  border: 0;
  border-radius: 9px;
  color: inherit;
  text-align: left;
  background: transparent;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}
.ranking-card li button:hover,
.ranking-card li button:focus-visible { background: #edf3fb; transform: translateX(2px); }
.rank-company { min-width: 0; }
.ranking-card .rank-arrow { color: #2552cc; font-size: 15px; opacity: .62; transition: transform .18s ease, opacity .18s ease; }
.ranking-card li button:hover .rank-arrow,
.ranking-card li button:focus-visible .rank-arrow { opacity: 1; transform: translateX(3px); }

.chart-card { padding: clamp(20px, 2.4vw, 32px); }
.chart-toolbar { align-items: center; }
.chart-hint { margin: 7px 0 0; color: #768399; font: 500 10px/1.4 var(--mono); }
.chart-wrap { overflow-x: auto; overflow-y: hidden; scrollbar-width: thin; scrollbar-color: #a9b7c9 transparent; }
#layoff-chart { width: 100%; min-width: 760px; height: 400px; min-height: 400px; }
.chart-plot-bg { fill: #f8faff; stroke: #e6ecf4; }
.chart-events-area { fill: url(#event-area); pointer-events: none; }
.chart-events-line { fill: none; stroke: #0e8576; stroke-width: 3.5; vector-effect: non-scaling-stroke; filter: drop-shadow(0 3px 4px rgba(14, 133, 118, .16)); pointer-events: none; }
.chart-job-bar { fill: url(#job-gradient); opacity: .94; transition: opacity .16s ease, transform .16s ease; transform-box: fill-box; transform-origin: center bottom; pointer-events: none; }
.chart-events-dot { fill: #fff; stroke: #0e8576; stroke-width: 3; vector-effect: non-scaling-stroke; pointer-events: none; }
.chart-month-band { fill: #2552cc; opacity: 0; transition: opacity .16s ease; pointer-events: none; }
.chart-month:hover .chart-month-band,
.chart-month:focus-within .chart-month-band { opacity: .045; }
.chart-month.is-selected .chart-month-band { opacity: .09; }
.chart-month:hover .chart-job-bar,
.chart-month:focus-within .chart-job-bar { opacity: 1; transform: scaleY(1.025); }
.chart-month.is-selected .chart-job-bar { opacity: 1; }
.chart-value { fill: #344762; font: 650 10px var(--mono); pointer-events: none; }
.chart-month-label { fill: #516078; font-weight: 600; }
.chart-hit { cursor: pointer; outline: none; }
.chart-tooltip em { display: inline-block; margin-top: 4px; color: #2552cc; font-style: normal; font-weight: 700; }

@media (max-width: 1180px) {
  .tracker-tools { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .search-field { grid-column: 1 / -1; }
  .reset-filters { width: 100%; }
}

@media (max-width: 1024px) {
  .shell { width: min(calc(100% - 36px), var(--max)); }
  .hero-grid { grid-template-columns: 1fr; gap: 18px; }
  .hero-aside { max-width: 720px; padding: 0; }
  .hero-aside p { max-width: 680px; margin-bottom: 16px; }
  .stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .stat { min-height: 104px; border-bottom: 0 !important; }
  .stat:nth-child(2) { border-right: 1px solid rgba(24, 52, 88, .16); }
  .section-head { align-items: start; }
  .insight-grid { grid-template-columns: 1fr 1fr; }
  .ranking-card { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .nav { min-height: 66px; }
  .section-head { display: block; }
  .section-intro { max-width: 620px; margin-top: 12px; }
  .tracker-section { padding-top: 34px; }
  .table-scroll { overflow: visible; }
  .tracker-table,
  .tracker-table tbody { display: block; width: 100%; }
  .tracker-table thead { display: none; }
  .tracker-table tbody { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 12px; }
  .tracker-table tr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    gap: 14px 12px;
    padding: 18px;
    border: 1px solid #dde5ef;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(24, 52, 88, .06);
  }
  .tracker-table tbody tr:nth-child(even) { background: #fff; }
  .tracker-table td {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: none;
    padding: 0;
    border: 0;
    font-size: 13px;
  }
  .tracker-table td::before {
    display: block;
    margin-bottom: 5px;
    color: #758298;
    font: 600 8px/1.3 var(--mono);
    letter-spacing: .11em;
    text-transform: uppercase;
  }
  .company-cell,
  .tracker-table td:nth-child(4),
  .summary-cell,
  .tracker-table td:nth-child(6) { grid-column: 1 / -1; }
  .company-cell { padding-bottom: 12px !important; border-bottom: 1px solid #e5eaf1 !important; }
  .company-cell::before { display: none !important; }
  .company-cell strong { font-size: 18px; }
  .summary-cell { color: #46566c !important; line-height: 1.5; }
  .source-link { display: inline-flex; padding: 8px 10px; border: 1px solid #cfdaea; border-radius: 8px; background: #f7faff; }
  .tracker-foot { padding: 15px; }
  .chart-toolbar { align-items: flex-start; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 24px), var(--max)); }
  .site-header { background: rgba(251, 252, 254, .94); }
  .nav { gap: 10px; }
  .brand { gap: 8px; font-size: 14px; }
  .brand-mark { width: 32px; height: 32px; border-radius: 9px; }
  .brand em,
  .nav-links a:not(.nav-cta) { display: none; }
  .nav-links .nav-cta { padding: 8px 10px; font-size: 12px; }
  .hero { padding: 28px 0 18px; }
  .hero-grid { gap: 14px; }
  .eyebrow { margin-bottom: 10px; font-size: 9px; }
  .hero h1 { font-size: clamp(38px, 12.3vw, 50px); line-height: .98; }
  .hero-aside p { margin: 0 0 12px; font-size: 15px; line-height: 1.45; }
  .status-line { font-size: 9px; }
  .stats { grid-template-columns: 1fr 1fr; margin-top: 22px; border-top-width: 3px; }
  .stat { min-height: 92px; padding: 14px !important; border-right: 0; }
  .stat-primary { grid-column: 1 / -1; border-bottom: 1px solid rgba(24, 52, 88, .16) !important; }
  .stat:nth-child(2) { border-right: 1px solid rgba(24, 52, 88, .16); }
  .stat-label { font-size: 8px; }
  .stat-value { margin-top: 6px; font-size: 30px; }
  .stat-month { font-size: 23px; }
  .stat-note { margin-top: 4px; font-size: 10px; line-height: 1.35; }
  .section,
  .tracker-section,
  .insight-section,
  .trend-section { padding: 44px 0; }
  .section h2 { font-size: clamp(32px, 10vw, 40px); }
  .section-head { margin-bottom: 18px; }
  .section-intro { font-size: 13px; line-height: 1.5; }
  .tracker-shell { border-radius: 12px; }
  .tracker-tools { grid-template-columns: 1fr; gap: 11px; padding: 13px; }
  .search-field { grid-column: auto; }
  .filter-label { margin-bottom: 6px; }
  .field input,
  .tracker-tools select,
  .reset-filters { height: 46px; }
  .tracker-table tbody { grid-template-columns: 1fr; gap: 10px; padding: 10px; }
  .tracker-table tr { gap: 13px 10px; padding: 16px; }
  .tracker-foot { align-items: center; flex-direction: row; }
  .load-more { width: auto; }
  .insight-grid { grid-template-columns: 1fr; }
  .ranking-card { grid-column: auto; }
  .insight-card { padding: 20px; }
  .insight-label { margin-bottom: 17px; }
  .ranking-card ol { display: block; }
  .chart-card { padding: 17px 12px 18px; }
  .chart-toolbar { gap: 14px; }
  .range { width: 100%; }
  .range button { flex: 1; }
  .chart-hint { font-size: 9px; }
  #layoff-chart { width: 700px; min-width: 700px; height: 330px; min-height: 330px; }
  .chart-wrap { min-height: 330px; padding-bottom: 6px; }
  .chart-tooltip { position: sticky; left: 12px !important; top: 12px !important; width: 190px; transform: none; }
  .footer-top { gap: 28px; }
  .footer-statement { font-size: 24px; }
  .footer-links { gap: 8px 16px; }
  .footer-bottom { gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity:1; transform:none; }
}

/* Light editorial interface, version 1.1 */
:root {
  --ink: #f5f3eb;
  --ink-2: #ebece5;
  --panel: rgba(255, 255, 251, .9);
  --panel-solid: #fffefa;
  --line: rgba(29, 55, 45, .15);
  --line-hot: rgba(8, 116, 95, .48);
  --paper: #16231d;
  --muted: #5b6862;
  --acid: #08745f;
  --mint: #4863c7;
  --amber: #9d4e17;
  --danger: #b43931;
  --display: "Manrope", sans-serif;
  --radius: 16px;
  --shadow: 0 18px 52px rgba(31, 50, 42, .1);
}

html { color-scheme: light; }
body {
  color: var(--paper);
  background:
    radial-gradient(62rem 42rem at 90% -8%, rgba(133, 214, 190, .3), transparent 65%),
    radial-gradient(50rem 38rem at -8% 32%, rgba(141, 154, 226, .16), transparent 70%),
    linear-gradient(180deg, #fbfaf5 0%, #f5f3eb 48%, #eef3ec 100%);
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.6;
}
body::before {
  opacity: .42;
  background-image:
    linear-gradient(rgba(26, 57, 46, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 57, 46, .045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}
::selection { color: #fff; background: var(--acid); }
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  border-color: var(--line);
  background: rgba(250, 249, 244, .74);
  backdrop-filter: blur(16px);
}
.nav { min-height: 74px; }
.brand { color: var(--paper); font-weight: 760; }
.brand-mark {
  border-color: var(--acid);
  color: #fff;
  background: var(--acid);
  box-shadow: 0 7px 20px rgba(8, 116, 95, .18);
}
.brand em { color: #79847e; }
.nav-links a { color: #596760; }
.nav-links a:hover,
.nav-links a:focus-visible { color: var(--paper); background: rgba(22, 35, 29, .06); }
.nav-links .nav-cta { color: #fff; background: var(--paper); }
.nav-links .nav-cta:hover { color: #fff; background: var(--acid); }

.hero { padding: clamp(72px, 8vw, 116px) 0 52px; }
.hero-grid {
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .45fr);
  gap: clamp(44px, 7vw, 100px);
}
.eyebrow { margin-bottom: 22px; color: var(--acid); font-weight: 600; }
.hero h1 {
  max-width: 1000px;
  font-size: clamp(54px, 7.4vw, 112px);
  font-weight: 760;
  font-variation-settings: normal;
  letter-spacing: -.065em;
  line-height: .96;
}
.hero h1 .outline,
.hero h1 .accent {
  color: var(--acid);
  -webkit-text-stroke: 0;
}
.hero-aside { padding-bottom: 7px; }
.hero-aside p {
  max-width: 430px;
  margin-bottom: 28px;
  color: #46544d;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.52;
}
.status-line { color: #66736d; }
.status-dot {
  background: var(--acid);
  box-shadow: 0 0 0 5px rgba(8, 116, 95, .09), 0 0 16px rgba(8, 116, 95, .22);
}
.stats {
  margin-top: 66px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 251, .76);
  box-shadow: 0 12px 42px rgba(31, 50, 42, .07);
  overflow: hidden;
}
.stat { min-height: 128px; padding: 25px 24px; border-color: var(--line); }
.stat:first-child { padding-left: 24px; }
.stat-value { margin-top: 13px; font-size: clamp(32px, 3.6vw, 52px); font-weight: 720; }
.stat-note { color: #77827c; }

.section { padding: 70px 0; }
.section-head { margin-bottom: 25px; }
.kicker { color: var(--acid); font-weight: 600; }
.section h2 {
  font-size: clamp(36px, 4.2vw, 60px);
  font-weight: 720;
  letter-spacing: -.055em;
  line-height: 1;
}
.section-intro { color: #5d6963; }

.chart-card {
  border-color: var(--line);
  background:
    linear-gradient(135deg, rgba(231, 242, 235, .72), transparent 50%),
    rgba(255, 255, 252, .92);
  box-shadow: var(--shadow);
}
.chart-card::after { background: rgba(87, 170, 145, .13); }
.chart-legend { color: #5b6861; }
.legend-key::before { background: var(--acid); }
.legend-key.events::before { background: var(--mint); opacity: .58; }
.range { border-color: var(--line); background: #f0f2ec; }
.range button { color: #68756e; }
.range button:hover,
.range button[aria-pressed="true"] { color: #fff; background: var(--acid); }
.chart-grid { stroke: rgba(25, 51, 41, .1); }
.chart-line { stroke: var(--acid); filter: drop-shadow(0 4px 5px rgba(8, 116, 95, .18)); }
.chart-bar { fill: var(--mint); opacity: .15; }
.chart-hit:hover + .chart-bar,
.chart-bar:hover { opacity: .3; }
.chart-dot { fill: #fffefa; stroke: var(--acid); }
.chart-label { fill: #6c7972; }
.chart-tooltip {
  border-color: rgba(8, 116, 95, .3);
  color: var(--paper);
  background: #fffefa;
  box-shadow: 0 10px 32px rgba(32, 49, 42, .16);
}

.tracker-section { padding-top: 30px; padding-bottom: 96px; }
.tracker-shell {
  border-color: var(--line);
  background: rgba(255, 255, 251, .93);
  box-shadow: var(--shadow);
}
.tracker-tools {
  grid-template-columns: minmax(260px, 1fr) minmax(190px, 230px);
  gap: 12px;
  padding: 16px;
  border-color: var(--line);
  background: rgba(238, 243, 237, .7);
}
.field,
.select-field { position: relative; display: block; }
.field input,
.tracker-tools select {
  width: 100%;
  height: 48px;
  border: 1px solid #cbd3cc;
  border-radius: 11px;
  outline: none;
  color: var(--paper);
  background: #fffefa;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.field input { padding: 0 16px 0 49px; }
.field input::placeholder { color: #7b8781; opacity: 1; }
.tracker-tools select {
  appearance: none;
  padding: 0 44px 0 16px;
  cursor: pointer;
}
.field input:hover,
.tracker-tools select:hover { border-color: #aebbb3; }
.field input:focus,
.tracker-tools select:focus {
  border-color: var(--acid);
  box-shadow: 0 0 0 4px rgba(8, 116, 95, .1);
  background: #fff;
}
.search-glyph {
  position: absolute;
  top: 50%;
  left: 18px;
  z-index: 2;
  width: 15px;
  height: 15px;
  border: 2px solid #607068;
  border-radius: 50%;
  pointer-events: none;
  transform: translateY(-58%);
}
.search-glyph::after {
  position: absolute;
  right: -6px;
  bottom: -4px;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  content: "";
  background: #607068;
  transform: rotate(45deg);
  transform-origin: left center;
}
.select-chevron {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #607068;
  border-bottom: 2px solid #607068;
  pointer-events: none;
  transform: translateY(-68%) rotate(45deg);
}
.tracker-table th {
  border-color: var(--line);
  color: #66736c;
  background: #f5f6f1;
}
.tracker-table th button:hover { color: var(--acid); }
.tracker-table td {
  border-color: rgba(29, 55, 45, .1);
  color: #3f4c46;
}
.tracker-table tbody tr:hover { background: rgba(8, 116, 95, .035); }
.company-cell strong { color: var(--paper); }
.company-cell span { color: #77837d; }
.jobs-cell { color: var(--paper) !important; }
.relation-pill {
  border-color: rgba(8, 116, 95, .22);
  color: #066450;
  background: rgba(8, 116, 95, .07);
}
.source-link { color: var(--acid); }
.tracker-foot { border-top: 0; color: #637069; }
.load-more { border-color: #c5cec7; color: var(--paper); background: #fffefa; }
.load-more:hover { color: #fff; border-color: var(--acid); background: var(--acid); }

.site-footer {
  padding: 50px 0 26px;
  border-color: var(--line);
  background:
    linear-gradient(135deg, rgba(212, 232, 219, .5), transparent 55%),
    #eef1ea;
}
.footer-statement {
  max-width: 710px;
  color: #46564e;
  font-size: clamp(22px, 2.8vw, 38px);
  font-weight: 590;
  line-height: 1.2;
  letter-spacing: -.035em;
}
.footer-links a { color: #59675f; }
.footer-links a:hover { color: var(--acid); }
.footer-bottom { margin-top: 64px; border-color: var(--line); color: #46544e; }

.content-page { padding-top: clamp(66px, 8vw, 112px); }
.content-page h1 {
  font-size: clamp(50px, 7vw, 96px);
  line-height: .95;
  letter-spacing: -.06em;
  font-weight: 740;
}
.prose h2 { font-weight: 700; }
.prose p,
.prose li { color: #495750; }
.prose a,
.error-page strong,
.error-page a { color: var(--acid); }

@media (max-width: 980px) {
  .hero-grid,
  .content-grid { grid-template-columns: 1fr; }
  .hero-aside { max-width: 650px; }
}

@media (max-width: 720px) {
  .site-header { background: rgba(250, 249, 244, .88); }
  .hero { padding-top: 62px; }
  .hero h1 { font-size: clamp(46px, 13.7vw, 70px); line-height: .98; letter-spacing: -.058em; }
  .hero-aside p { margin-bottom: 22px; font-size: 17px; }
  .stats { margin-top: 46px; }
  .stat { min-height: 108px; }
  .section { padding: 58px 0; }
  .tracker-section { padding-top: 22px; padding-bottom: 72px; }
  .tracker-tools { grid-template-columns: 1fr; padding: 13px; }
  .tracker-table tbody { padding-inline: 14px; }
  .tracker-table tr { border-color: var(--line); }
  .tracker-table td::before { color: #68756e; }
  .footer-bottom { margin-top: 44px; }
}

/* Professional data interface, version 1.2 */
:root {
  --ink: #f5f7fb;
  --ink-2: #e9eef6;
  --panel: rgba(255, 255, 255, .94);
  --panel-solid: #ffffff;
  --line: rgba(15, 31, 55, .14);
  --line-hot: rgba(37, 82, 204, .46);
  --paper: #101b2d;
  --muted: #58667a;
  --acid: #2552cc;
  --mint: #0e8576;
  --amber: #a45213;
  --shadow: 0 18px 50px rgba(25, 46, 78, .1);
}

body {
  background:
    radial-gradient(58rem 30rem at 86% -8%, rgba(74, 127, 233, .14), transparent 68%),
    radial-gradient(46rem 28rem at -10% 24%, rgba(65, 175, 159, .09), transparent 72%),
    linear-gradient(180deg, #fbfcfe 0%, #f5f7fb 48%, #eef3f8 100%);
}
body::before {
  opacity: .32;
  background-image:
    linear-gradient(rgba(24, 52, 88, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 52, 88, .05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000, transparent 62%);
}
main { display: flex; flex-direction: column; }
.hero { order: 0; }
.tracker-section { order: 1; }
.insight-section { order: 2; }
.trend-section { order: 3; }

.site-header { background: rgba(251, 252, 254, .86); }
.brand-mark { background: #17325b; border-color: #17325b; box-shadow: 0 7px 18px rgba(23, 50, 91, .16); }
.nav-links .nav-cta { background: #17325b; }
.nav-links .nav-cta:hover { background: var(--acid); }

.hero { padding: clamp(34px, 3.8vw, 54px) 0 22px; }
.hero-grid {
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, .6fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
}
.hero h1 {
  max-width: 900px;
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 760;
  line-height: 1.02;
  letter-spacing: -.06em;
}
.hero h1 .accent { color: var(--acid); }
.hero-aside p { max-width: 470px; color: #3f4e63; font-size: clamp(16px, 1.2vw, 19px); }
.eyebrow { margin-bottom: 12px; color: #0d6b61; }
.status-dot { background: var(--mint); box-shadow: 0 0 0 5px rgba(14, 133, 118, .09); }
.stats {
  margin-top: 28px;
  border-color: rgba(24, 52, 88, .16);
  border-top: 4px solid #17325b;
  border-radius: 14px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 38px rgba(25, 46, 78, .08);
}
.stat { min-height: 94px; padding: 16px 23px; }
.stat:first-child { padding-left: 23px; }
.stat-value { margin-top: 7px; font-size: clamp(29px, 2.7vw, 39px); color: #12233d; }
.stat-note { margin-top: 5px; }

.section { padding: 62px 0; }
.tracker-section { padding-top: 42px; padding-bottom: 70px; }
.section-head { align-items: center; margin-bottom: 22px; }
.section h2 { font-size: clamp(34px, 3.6vw, 52px); color: #10213a; }
.kicker { color: #0d6b61; }

.tracker-shell {
  border-color: rgba(24, 52, 88, .18);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 58px rgba(24, 52, 88, .12);
}
.tracker-tools { background: #edf3f9; border-color: rgba(24, 52, 88, .14); }
.field input,
.tracker-tools select { border-color: #c3cedc; background: #fff; }
.field input:focus,
.tracker-tools select:focus { border-color: var(--acid); box-shadow: 0 0 0 4px rgba(37, 82, 204, .11); }
.search-glyph { border-color: #45566e; }
.search-glyph::after { background: #45566e; }
.select-chevron { border-color: #45566e; }
.tracker-table th {
  padding-block: 16px;
  color: #c9d4e4;
  background: #142844;
  border-color: #142844;
}
.tracker-table th button:hover { color: #fff; }
.tracker-table td { color: #35445a; border-color: #e1e7ef; }
.tracker-table tbody tr:nth-child(even) { background: #f9fbfd; }
.tracker-table tbody tr:hover { background: #edf4ff; }
.company-cell strong { color: #10213a; }
.relation-pill { border-color: rgba(14, 133, 118, .26); color: #08685e; background: rgba(14, 133, 118, .075); }
.source-link { color: #174dbd; }
.jobs-cell.unknown { color: #9c4d14 !important; }
.tracker-foot { border-top: 1px solid #e1e7ef; }
.load-more { border-color: #b9c6d6; color: #17325b; }
.load-more:hover { border-color: #17325b; background: #17325b; }

.insight-section {
  padding: 72px 0;
  border-top: 1px solid rgba(24, 52, 88, .1);
  border-bottom: 1px solid rgba(24, 52, 88, .1);
  background: linear-gradient(135deg, rgba(226, 235, 249, .68), rgba(242, 247, 251, .68));
}
.insight-grid { display: grid; grid-template-columns: 1.05fr .95fr 1fr; gap: 16px; }
.insight-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid rgba(24, 52, 88, .14);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(24, 52, 88, .07);
}
.insight-label {
  margin: 0 0 22px;
  color: #66758a;
  font: 600 10px/1.2 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.insight-card h3 { margin: 0; color: #142844; font-size: 21px; line-height: 1.3; letter-spacing: -.025em; }
.coverage-layout { display: grid; grid-template-columns: 104px 1fr; gap: 22px; align-items: center; }
.coverage-layout p,
.split-row p { margin: 8px 0 0; color: #627086; font-size: 13px; line-height: 1.5; }
.coverage-ring {
  display: grid;
  width: 100px;
  height: 100px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--acid) var(--coverage), #e5ebf3 0);
  position: relative;
}
.coverage-ring::after { position: absolute; inset: 10px; border-radius: 50%; content: ""; background: #fff; }
.coverage-ring strong { position: relative; z-index: 2; color: #17325b; font-size: 24px; letter-spacing: -.04em; }
.latest-note { margin: 24px 0 0; padding-top: 16px; border-top: 1px solid #e2e8f0; color: #536278; font-size: 12px; }
.latest-note span { margin-right: 10px; color: #748195; font: 600 9px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.latest-note strong { color: #142844; }

.split-card h3 { margin-bottom: 23px; }
.split-row + .split-row { margin-top: 22px; }
.split-row > div:first-child { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.split-row span { color: #253852; font-size: 14px; font-weight: 650; }
.split-row strong { color: #17325b; font-size: 22px; }
.split-track { height: 8px; margin-top: 8px; border-radius: 99px; background: #e5ebf3; overflow: hidden; }
.split-track span { display: block; width: var(--share); height: 100%; border-radius: inherit; background: var(--acid); }
.split-row.enabled .split-track span { background: var(--mint); }

.ranking-card ol { margin: 0; padding: 0; list-style: none; }
.ranking-card li { display: grid; grid-template-columns: 28px 1fr auto; gap: 12px; align-items: center; padding: 11px 0; border-top: 1px solid #e2e8f0; }
.ranking-card li:first-child { border-top: 0; padding-top: 0; }
.ranking-card .rank { color: #7c899b; font: 600 10px/1 var(--mono); }
.ranking-card li div { min-width: 0; }
.ranking-card li strong { display: block; color: #1c2e48; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ranking-card li small { display: block; color: #7a8798; font-size: 10px; }
.ranking-card li b { color: #17325b; font: 600 13px/1 var(--mono); }

.trend-section { padding: 76px 0 90px; }
.chart-card {
  padding: clamp(22px, 2.5vw, 34px);
  border-color: rgba(24, 52, 88, .16);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 52, 88, .1);
}
.chart-card::after { display: none; }
.range { background: #edf2f8; }
.range button[aria-pressed="true"],
.range button:hover { background: #17325b; }
.legend-key::before { width: 11px; height: 11px; border-radius: 3px; background: var(--acid); }
.legend-key.events::before { width: 21px; height: 3px; border-radius: 5px; background: var(--mint); opacity: 1; }
.chart-wrap,
#layoff-chart { height: 380px; min-height: 380px; }
.chart-grid { stroke: #dbe3ed; stroke-dasharray: 2 6; }
.chart-label { fill: #66758a; }
.chart-axis-title { fill: #5d6b7e; font: 600 9px var(--mono); letter-spacing: .12em; }
.chart-job-bar { fill: var(--acid); opacity: .9; transition: opacity .15s ease; }
.chart-events-line { fill: none; stroke: var(--mint); stroke-width: 3; vector-effect: non-scaling-stroke; }
.chart-events-dot { fill: #fff; stroke: var(--mint); stroke-width: 3; vector-effect: non-scaling-stroke; }
.chart-hit { cursor: crosshair; }
.chart-tooltip { border-color: #c5d1e0; background: #fff; box-shadow: 0 12px 34px rgba(24, 52, 88, .18); }

.site-footer { background: #e8eef5; }
.footer-statement { color: #30425a; }

@media (max-width: 1100px) {
  .insight-grid { grid-template-columns: 1fr 1fr; }
  .ranking-card { grid-column: 1 / -1; }
  .ranking-card ol { display: grid; grid-template-columns: 1fr 1fr; column-gap: 28px; }
}

@media (max-width: 720px) {
  .hero { padding-top: 32px; }
  .hero h1 { font-size: clamp(36px, 9.5vw, 46px); line-height: 1.01; }
  .stats { margin-top: 26px; }
  .section,
  .tracker-section { padding: 52px 0; }
  .insight-section { padding: 58px 0; }
  .insight-grid { grid-template-columns: 1fr; }
  .ranking-card { grid-column: auto; }
  .ranking-card ol { display: block; }
  .coverage-layout { grid-template-columns: 88px 1fr; gap: 17px; }
  .coverage-ring { width: 84px; height: 84px; }
  .coverage-ring strong { font-size: 20px; }
  .insight-card { padding: 22px; }
  .trend-section { padding: 58px 0 72px; }
  .chart-wrap,
  #layoff-chart { height: 290px; min-height: 290px; }
}
