:root {
  --ink: #0d120e;
  --ink-2: #151c16;
  --ink-3: #222b23;
  --paper: #edf0e8;
  --paper-2: #f8f9f3;
  --line: #c9cec3;
  --line-dark: #333d34;
  --muted: #657066;
  --muted-dark: #9aa59a;
  --acid: #d8ff52;
  --acid-dark: #8fad2c;
  --orange: #ff6937;
  --white: #fffffa;
  --blue: #9ec6ff;
  --max: 1240px;
  --radius: 5px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; padding: 12px 16px; background: var(--acid); color: var(--ink); font-weight: 900; }
.skip-link:focus { left: 12px; top: 12px; }
.muted-copy { color: var(--muted); }

.utility-bar { color: #dce2d8; background: #070a08; border-bottom: 1px solid #273028; font: 800 10px/1.2 monospace; letter-spacing: .08em; text-transform: uppercase; }
.utility-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.live-indicator { display: inline-flex; align-items: center; gap: 8px; }
.live-indicator i, .data-status i { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(216,255,82,.1); }
.utility-status { color: #869187; }
.site-header { position: sticky; top: 0; z-index: 20; color: var(--white); background: rgba(13,18,14,.97); border-bottom: 1px solid var(--line-dark); backdrop-filter: blur(10px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 32px; height: 32px; display: block; flex: 0 0 32px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy b { font-size: 14px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: var(--acid); font: 800 8px monospace; letter-spacing: .14em; }
.nav { display: flex; align-items: center; gap: 25px; font-size: 12px; font-weight: 800; }
.nav a { color: #cbd2c9; text-decoration: none; }
.nav a:hover { color: var(--acid); }
.nav-pro { padding: 10px 13px; color: var(--ink) !important; background: var(--acid); border-radius: 3px; }
.nav-pro:hover { background: var(--white); }
.nav-member { color: var(--orange) !important; text-underline-offset: 5px; }
.nav-member:hover { color: var(--white) !important; }
.nav-admin { color: var(--acid) !important; }

.eyebrow { margin: 0 0 16px; color: var(--muted); font: 900 10px/1.3 monospace; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow span { margin-right: 10px; color: var(--orange); }
.eyebrow-light { color: #94a095; }
.eyebrow-light span { color: var(--acid); }
.terminal-label { color: var(--orange); font: 900 9px/1.3 monospace; letter-spacing: .11em; text-transform: uppercase; }
.text-link { font-size: 12px; font-weight: 900; text-underline-offset: 4px; }
.text-link:hover { color: var(--orange); }
.button { min-height: 46px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 3px; text-decoration: none; font-weight: 900; cursor: pointer; }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--orange); }
.button-acid { color: var(--ink); background: var(--acid); }
.button-acid:hover { background: var(--white); }
.button-outline { color: var(--white); background: transparent; border: 1px solid #657066; }
.button-outline:hover { color: var(--ink); background: var(--white); }
.button-wide { width: 100%; margin-top: 22px; }

.terminal-hero { padding: 76px 0 35px; color: var(--white); background-color: var(--ink); background-image: linear-gradient(rgba(73,84,74,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(73,84,74,.22) 1px, transparent 1px); background-size: 46px 46px; border-bottom: 1px solid var(--line-dark); }
.terminal-hero-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .55fr); gap: 80px; align-items: end; }
.terminal-hero h1, .directory-hero h1, .entity-hero h1, .staffing-hero h1, .legal-hero h1, .message-card h1 { margin: 0; max-width: 930px; font-size: clamp(52px, 7vw, 96px); line-height: .91; letter-spacing: -.065em; }
.hero-lede { max-width: 760px; margin: 26px 0 0; color: #bec7bc; font-size: 19px; line-height: 1.55; }
.audience-paths { max-width: 850px; margin-top: 27px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.audience-paths a { min-height: 132px; padding: 17px; display: flex; flex-direction: column; color: var(--white); text-decoration: none; background: rgba(23,30,24,.86); border: 1px solid #3d493e; }
.audience-paths a:hover { border-color: var(--acid); background: #192119; }
.audience-paths small { color: var(--acid); font: 900 8px monospace; letter-spacing: .09em; }
.audience-paths strong { max-width: 290px; margin: 12px 0; font-size: 16px; line-height: 1.2; }
.audience-paths span { margin-top: auto; color: #aeb9ad; font-size: 10px; font-weight: 900; }
.hero-thesis { padding: 23px; background: rgba(23,30,24,.94); border: 1px solid #3d493e; box-shadow: 7px 7px 0 rgba(216,255,82,.2); }
.hero-thesis p { margin: 12px 0 18px; color: #bcc6ba; font-size: 14px; }
.hero-thesis a { color: var(--acid); font-size: 11px; font-weight: 900; text-underline-offset: 4px; }
.hero-search-shell { margin-top: 48px; }
.terminal-hero-compact { padding: 24px 0 22px; }
.terminal-hero-compact .hero-search-shell { margin-top: 0; }
.search-form { display: grid; grid-template-columns: 1.2fr .95fr .9fr 1fr .9fr auto; align-items: end; gap: 8px; padding: 9px; color: var(--ink); background: var(--white); border: 1px solid #4c574d; border-radius: 5px; box-shadow: 8px 8px 0 rgba(216,255,82,.13); }
.field { min-width: 0; }
.field label { display: block; margin: 0 0 5px 10px; color: var(--muted); font: 900 9px/1.2 monospace; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select { width: 100%; height: 46px; padding: 0 11px; color: var(--ink); background: #f4f6ef; border: 1px solid #d6dbd1; border-radius: 2px; outline: none; }
.field input:focus, .field select:focus { border-color: var(--ink); box-shadow: 0 0 0 2px var(--acid); }
.search-button { height: 46px; white-space: nowrap; }
.quick-searches { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 20px; color: #939e92; font-size: 11px; }
.quick-searches span { font-weight: 900; }
.quick-searches a { color: #d9e0d6; text-underline-offset: 3px; }
.quick-searches a:hover { color: var(--acid); }
.quick-searches .compact-about { margin-left: auto; color: var(--acid); font-weight: 900; }
.data-status { min-height: 38px; padding: 0 max(20px, calc((100vw - var(--max))/2)); display: flex; align-items: center; justify-content: flex-end; gap: 22px; color: #747f74; background: #e3e7de; border-bottom: 1px solid var(--line); font: 800 9px monospace; letter-spacing: .06em; text-transform: uppercase; }
.data-status span:first-child { margin-right: auto; display: inline-flex; align-items: center; gap: 10px; color: #3c483e; }
.data-status i { width: 6px; height: 6px; background: #4da85a; box-shadow: 0 0 0 3px rgba(77,168,90,.12); }
.data-status-baseline span:nth-child(2) { color: #86501f; }
.data-status a { text-underline-offset: 3px; }
.ticker-strip { overflow: hidden; color: #dce4da; background: #111712; border-bottom: 1px solid #303a31; }
.ticker-track { min-height: 54px; padding: 0 18px; display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: thin; }
.ticker-track a { min-width: 210px; padding: 10px 18px; display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; text-decoration: none; border-right: 1px solid #303a31; }
.ticker-track a:hover { background: #192119; }
.ticker-track b { font-size: 11px; }
.ticker-track span { grid-row: 1 / 3; grid-column: 2; align-self: center; color: var(--acid); font: 900 20px monospace; }
.ticker-track small { color: #829083; font-size: 9px; text-transform: uppercase; }

.section { padding: 82px 0; }
.dashboard-section { padding-top: 42px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 24px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.metric-card { min-height: 148px; padding: 18px; display: flex; flex-direction: column; text-decoration: none; background: var(--paper-2); border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
a.metric-card:hover { background: var(--white); }
.metric-card > span { color: var(--muted); font: 900 9px monospace; letter-spacing: .08em; text-transform: uppercase; }
.metric-card strong { margin: auto 0 2px; font-size: 48px; line-height: .9; letter-spacing: -.06em; }
.metric-card strong.metric-text { max-width: 210px; font-size: clamp(21px, 2vw, 30px); line-height: 1; }
.metric-card small { color: var(--muted); font-size: 10px; }
.metric-card-accent { background: var(--acid); }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(300px, .65fr); gap: 18px; }
.terminal-panel { min-width: 0; padding: 24px; background: var(--paper-2); border: 1px solid var(--ink); }
.panel-header { display: flex; align-items: start; justify-content: space-between; gap: 25px; margin-bottom: 22px; }
.panel-header h2 { margin: 6px 0 0; font-size: clamp(27px, 3vw, 39px); line-height: 1; letter-spacing: -.045em; }
.panel-header > a { flex: 0 0 auto; font-size: 11px; font-weight: 900; text-underline-offset: 4px; }
.market-map { position: relative; isolation: isolate; min-height: 410px; overflow: hidden; background-color: #111712; background-image: linear-gradient(rgba(105,120,108,.17) 1px, transparent 1px), linear-gradient(90deg, rgba(105,120,108,.17) 1px, transparent 1px); background-size: 38px 38px; border: 1px solid #2f3930; }
.market-map::before { content: none; }
.market-map::after { content: none; }
.map-geography { position: absolute; z-index: 0; top: 0; bottom: 0; left: 50%; aspect-ratio: 975 / 610; transform: translateX(-50%); }
.us-map-base { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; opacity: .82; pointer-events: none; }
.radar-cells { position: absolute; z-index: 1; inset: 0; overflow: hidden; pointer-events: none; mix-blend-mode: screen; }
.radar-cell { position: absolute; display: block; aspect-ratio: 1; border-radius: 50%; transform: translate(-50%, -50%); filter: blur(3px); }
.radar-cell::after { content: ""; position: absolute; inset: 14%; border-radius: 50%; background: rgba(216,255,82,.1); }
.radar-tracked { width: clamp(38px, 4.2vw, 68px); background: radial-gradient(circle, rgba(56,189,114,.18) 0 28%, rgba(48,150,154,.12) 30% 55%, transparent 72%); }
.radar-rising { width: clamp(58px, 6.2vw, 102px); background: radial-gradient(circle, rgba(216,255,82,.24) 0 17%, rgba(56,189,114,.22) 19% 42%, rgba(48,150,154,.16) 44% 67%, transparent 76%); }
.radar-high { width: clamp(82px, 8vw, 132px); background: radial-gradient(circle, rgba(255,178,63,.28) 0 13%, rgba(216,255,82,.34) 15% 31%, rgba(56,189,114,.25) 33% 53%, rgba(48,150,154,.18) 55% 72%, transparent 80%); }
.radar-very-high { width: clamp(108px, 10vw, 166px); background: radial-gradient(circle, rgba(255,105,55,.42) 0 12%, rgba(216,255,82,.4) 14% 29%, rgba(56,189,114,.3) 31% 52%, rgba(48,150,154,.2) 54% 72%, transparent 80%); }
.radar-key { position: absolute; z-index: 6; top: 13px; right: 15px; width: 128px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 8px; color: #6f7d71; font: 800 7px/1 monospace; letter-spacing: .08em; pointer-events: none; }
.radar-key span, .radar-key i { grid-column: 1 / -1; }
.radar-key span { color: #8a978b; }
.radar-key i { height: 3px; background: linear-gradient(90deg, #30969a, #38bd72 45%, var(--acid) 73%, var(--orange)); opacity: .72; }
.radar-key small:last-child { text-align: right; }
.map-dot { position: absolute; z-index: 4; width: 11px; height: 11px; color: #f2f6ed; text-decoration: none; font-size: 9px; white-space: nowrap; transform: translate(-50%, -50%); }
.map-dot i { position: absolute; inset: 0; display: block; border: 2px solid var(--ink); border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 3px rgba(216,255,82,.18); }
.map-dot span { position: absolute; z-index: 1; left: 15px; top: 50%; padding: 4px 6px; background: rgba(13,18,14,.91); border: 1px solid #39443a; transform: translateY(-50%); }
.map-dot.map-label-left span { right: 15px; left: auto; }
.map-dot.map-label-positioned span { right: auto; }
.map-dot.map-label-positioned span::after { content: ""; position: absolute; left: var(--leader-x); top: var(--leader-y); width: var(--leader-length); height: 1px; background: rgba(216,255,82,.62); transform: rotate(var(--leader-angle)); transform-origin: 0 50%; pointer-events: none; }
.map-dot.map-label-suppressed span { display: none !important; }
.map-dot:hover, .map-dot:focus-visible { z-index: 8; }
.map-dot:hover i, .map-dot:focus-visible i { background: var(--orange); box-shadow: 0 0 0 5px rgba(255,105,55,.2); }
.map-northern-virginia { left: 84%; top: 44%; }
.map-richmond { left: 85%; top: 49%; }
.map-phoenix { left: 20%; top: 66%; }
.map-dallas-fort-worth { left: 50%; top: 72%; }
.map-abilene { left: 44%; top: 73%; }
.map-permian-basin { left: 36%; top: 76%; }
.map-houston { left: 52%; top: 83%; }
.map-austin { left: 48%; top: 82%; }
.map-san-antonio { left: 46%; top: 85%; }
.map-el-paso { left: 30%; top: 74%; }
.map-albuquerque-rio-rancho { left: 30%; top: 61%; }
.map-corpus-christi { left: 48%; top: 91%; }
.map-central-ohio { left: 74%; top: 42%; }
.map-atlanta { left: 73%; top: 66%; }
.map-north-louisiana { left: 59%; top: 73%; }
.map-river-bend { left: 60%; top: 79%; }
.map-shreveport { left: 55%; top: 73%; }
.map-memphis { left: 62%; top: 63%; }
.map-nashville { left: 68%; top: 58%; }
.map-birmingham { left: 69%; top: 68%; }
.map-huntsville { left: 69%; top: 63%; }
.map-montgomery { left: 70%; top: 72%; }
.map-auburn { left: 72%; top: 71%; }
.map-charlotte { left: 80%; top: 59%; }
.map-western-north-carolina { left: 78%; top: 58%; }
.map-research-triangle { left: 83%; top: 56%; }
.map-upstate-south-carolina { left: 77%; top: 62%; }
.map-chicago { left: 65%; top: 37%; }
.map-des-moines { left: 55%; top: 39%; }
.map-cedar-rapids { left: 59%; top: 37%; }
.map-portland-hillsboro { left: 8%; top: 15%; }
.map-seattle { left: 10%; top: 8%; }
.map-central-washington { left: 14%; top: 11%; }
.map-denver { left: 35%; top: 45%; }
.map-reno { left: 9%; top: 38%; }
.map-las-vegas { left: 16%; top: 54%; }
.map-bay-area { left: 4%; top: 44%; }
.map-los-angeles { left: 9%; top: 60%; }
.map-sacramento { left: 6%; top: 41%; }
.map-salt-lake-city { left: 23%; top: 39%; }
.map-tulsa { left: 51%; top: 60%; }
.map-kansas-city { left: 54%; top: 48%; }
.map-st-louis { left: 62%; top: 50%; }
.map-pittsburgh { left: 79%; top: 40%; }
.map-new-york-city { left: 89%; top: 35%; }
.map-capital-region-new-york { left: 89%; top: 28%; }
.map-indianapolis { left: 68%; top: 45%; }
.map-minneapolis { left: 56%; top: 26%; }
.map-grand-rapids { left: 69%; top: 33%; }
.map-fox-valley { left: 64%; top: 29%; }
.map-milwaukee { left: 65%; top: 33%; }
.map-miami { left: 84%; top: 94%; }
.map-boise { left: 17%; top: 26%; }
.map-fargo { left: 50%; top: 19%; }
.panel-footnote { margin: 16px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.market-ranking { max-height: 410px; overflow-y: auto; border-top: 1px solid var(--line); }
.market-ranking a { padding: 14px 0; display: grid; grid-template-columns: minmax(120px, 1fr) 90px 30px; gap: 12px; align-items: center; text-decoration: none; border-bottom: 1px solid var(--line); }
.market-ranking a:hover b { color: var(--orange); }
.market-ranking div { display: flex; flex-direction: column; }
.market-ranking b { font-size: 12px; }
.market-ranking small { color: var(--muted); font-size: 9px; }
.market-ranking strong { font: 900 14px monospace; text-align: right; }
progress { width: 100%; height: 6px; overflow: hidden; appearance: none; border: 0; background: #d8ddd3; }
progress::-webkit-progress-bar { background: #d8ddd3; }
progress::-webkit-progress-value { background: var(--orange); }
progress::-moz-progress-bar { background: var(--orange); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 30px; }
.section-heading h2 { margin: 0; max-width: 800px; font-size: clamp(38px, 5vw, 64px); line-height: .96; letter-spacing: -.055em; }
.heading-note { max-width: 370px; color: var(--muted); font-size: 13px; }
.project-section { color: var(--white); background: var(--ink); }
.project-section .eyebrow { color: #9ba69a; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.project-card { min-width: 0; padding: 23px; display: flex; flex-direction: column; color: var(--ink); background: var(--paper-2); border: 1px solid #414b42; }
.project-card-head, .project-card-foot { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font: 800 9px monospace; letter-spacing: .04em; text-transform: uppercase; }
.project-card-head span { color: #8a481f; background: #ffe3d8; padding: 5px 7px; }
.project-card h2, .project-card h3 { margin: 25px 0 10px; font-size: 27px; line-height: 1; letter-spacing: -.035em; }
.project-card h2 a, .project-card h3 a { text-decoration: none; }
.project-card h2 a:hover, .project-card h3 a:hover { color: var(--orange); }
.project-card > p { color: var(--muted); font-size: 13px; }
.project-card dl { margin: 8px 0 22px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.project-card dl div { min-height: 74px; padding: 10px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-card dt { color: var(--muted); font: 800 8px monospace; text-transform: uppercase; }
.project-card dd { margin: 5px 0 0; font-size: 11px; font-weight: 800; }
.project-card-foot { margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); }
.project-card-foot a { color: var(--ink); font-family: Arial, sans-serif; font-weight: 900; text-transform: none; text-underline-offset: 3px; }
.signal-section { background: #dfe4da; }
.signal-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(310px, .55fr); gap: 18px; }
.job-tape { border-top: 1px solid var(--line); }
.job-tape article { padding: 15px 0; display: grid; grid-template-columns: 150px minmax(180px, 1fr) minmax(150px, .7fr) auto; gap: 16px; align-items: center; border-bottom: 1px solid var(--line); }
.job-tape article > div:first-child { display: flex; flex-direction: column; gap: 4px; }
.tape-stage { color: #7c3d1c; font: 900 9px monospace; text-transform: uppercase; }
.job-tape small { color: var(--muted); font-size: 9px; }
.job-tape h3 { margin: 0; font-size: 14px; line-height: 1.25; }
.job-tape p { margin: 0; color: var(--muted); font-size: 11px; }
.job-tape p span { color: var(--orange); }
.tape-actions { display: flex; gap: 10px; font-size: 10px; font-weight: 900; }
.stage-list { border-top: 1px solid var(--line); }
.stage-list > div { padding: 14px 0; display: grid; grid-template-columns: 1fr 90px 34px; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); }
.stage-list span { display: flex; flex-direction: column; }
.stage-list b { font-size: 11px; }
.stage-list small { color: var(--muted); font-size: 9px; }
.stage-list strong { font: 900 12px monospace; text-align: right; }
.mobility-section { padding: 82px 0; color: var(--white); background: var(--orange); }
.mobility-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.mobility-section h2 { margin-bottom: 22px; max-width: 600px; font-size: clamp(45px, 6vw, 76px); line-height: .92; letter-spacing: -.06em; }
.mobility-section p { max-width: 560px; color: #662814; }
.mobility-list { background: #a83c19; border: 1px solid #6d2b15; }
.mobility-row { padding: 15px 17px; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-decoration: none; border-bottom: 1px solid #c7522b; }
.mobility-row:last-child { border-bottom: 0; }
.mobility-row:hover { background: #8c3116; }
.mobility-row div { display: flex; flex-direction: column; }
.mobility-row b { font-size: 13px; }
.mobility-row span { color: #f6c4b2; font-size: 10px; }
.mobility-row small { padding: 5px 7px; color: var(--ink); background: var(--acid); font: 900 8px monospace; text-transform: uppercase; }
.staffing-band { padding: 72px 0; background: var(--acid); }
.staffing-band-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.staffing-band h2 { margin: 0; max-width: 700px; font-size: clamp(41px, 5vw, 66px); line-height: .95; letter-spacing: -.055em; }
.staffing-band-grid > div:last-child p { color: #46502c; font-size: 16px; }

.directory-hero { padding: 70px 0 48px; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.directory-hero-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .55fr); gap: 80px; align-items: end; }
.directory-hero h1 { font-size: clamp(50px, 6.5vw, 88px); }
.directory-hero p:not(.eyebrow) { max-width: 760px; margin: 20px 0 0; color: var(--muted); font-size: 17px; }
.directory-hero .search-form { margin-top: 32px; box-shadow: 7px 7px 0 rgba(13,18,14,.08); }
.definition-card { padding: 22px; background: #e4e8df; border-left: 4px solid var(--orange); }
.definition-card p { margin: 10px 0 0 !important; font-size: 13px !important; }
.results-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 26px; }
.results-heading h2 { margin: 0; font-size: 38px; letter-spacing: -.045em; }
.results-heading > a { font-size: 11px; font-weight: 900; }
.job-list { display: grid; gap: 11px; }
.result-gate { position: relative; z-index: 2; margin: 18px 0 11px; padding: clamp(28px, 5vw, 54px); color: var(--white); background: var(--ink); border: 1px solid var(--ink); box-shadow: 8px 8px 0 var(--acid); }
.result-gate h3 { max-width: 760px; margin: 8px 0 12px; font-size: clamp(30px, 4vw, 50px); line-height: .98; letter-spacing: -.05em; }
.result-gate > p:not(.eyebrow) { max-width: 720px; color: #aab5a9; font-size: 14px; }
.result-gate-actions { margin: 25px 0 18px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.result-gate-actions > a:not(.button) { color: var(--white); font-size: 11px; font-weight: 900; text-underline-offset: 4px; }
.result-gate > small { color: #899688; font-size: 9px; }
.locked-job-list { display: grid; gap: 8px; }
.locked-job-card { position: relative; min-height: 115px; padding: 18px 150px 18px 20px; overflow: hidden; background: #e2e6de; border: 1px solid #bdc5ba; }
.locked-job-card::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 20%, rgba(226,230,222,.12) 57%, rgba(226,230,222,.8) 88%); }
.locked-job-card > div { display: flex; gap: 12px; color: #718070; font: 800 8px monospace; letter-spacing: .06em; }
.locked-job-card > div span { color: #52634f; }
.locked-job-card h3 { margin: 9px 0 5px; font-size: 17px; }
.locked-job-card p { margin: 0; color: #586356; font-size: 10px; font-weight: 800; }
.locked-job-card p i { padding: 0 4px; color: var(--orange); font-style: normal; }
.locked-job-card ul { margin: 10px 0 0; padding: 0; display: flex; gap: 5px; list-style: none; }
.locked-job-card li { padding: 4px 7px; color: #667064; background: #d4dad1; font: 800 8px monospace; }
.locked-job-card > b { position: absolute; z-index: 2; top: 50%; right: 22px; padding: 8px 10px; color: var(--ink); background: var(--acid); font: 900 9px monospace; letter-spacing: .08em; transform: translateY(-50%); }
.more-jobs { margin-top: 18px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #dfe4da; border: 1px solid var(--line); }
.more-jobs span { color: var(--muted); font: 800 10px monospace; text-transform: uppercase; }
.job-card { min-width: 0; padding: 22px; display: grid; grid-template-columns: minmax(0, 1fr) 185px; background: var(--paper-2); border: 1px solid var(--line); }
.job-card:hover { border-color: #899387; }
.job-card-demo { background: repeating-linear-gradient(-45deg, #f8f6ee, #f8f6ee 12px, #f1efe5 12px, #f1efe5 24px); }
.job-card-topline, .job-card h3, .job-company, .job-description, .job-tags { grid-column: 1; padding-right: 26px; }
.job-card-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 13px; color: var(--muted); font: 800 9px monospace; letter-spacing: .04em; text-transform: uppercase; }
.source-label { color: #3f5d1d; background: #e6f5b1; padding: 4px 6px; }
.job-card h3 { margin: 0 0 7px; font-size: 21px; line-height: 1.1; letter-spacing: -.025em; }
.job-company { margin-bottom: 12px; color: #4f594f; font-size: 11px; font-weight: 800; }
.job-company a { text-underline-offset: 3px; }
.job-company span { color: var(--orange); padding: 0 4px; }
.job-description { margin-bottom: 14px; color: var(--muted); font-size: 12px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.job-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.job-tags span { padding: 4px 7px; color: #485149; background: #e2e6de; font: 800 9px monospace; text-transform: capitalize; }
.job-tags .tag-stage { color: #71361d; background: #ffe0d4; }
.job-tags .tag-segment { color: #233317; background: #d8ff52; }
.job-card-footer { grid-column: 2; grid-row: 1 / 7; padding-left: 22px; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; border-left: 1px solid var(--line); }
.job-source { color: var(--muted); font-size: 9px; text-align: right; }
.job-link { margin-top: 12px; font-size: 11px; font-weight: 900; text-underline-offset: 3px; }
.job-link:hover { color: var(--orange); }
.job-link-disabled { color: #7b8179; text-decoration: none; }
.pagination { display: flex; justify-content: space-between; margin-top: 24px; }
.pagination a { font-size: 12px; font-weight: 900; }
.results-disclosure { max-width: 880px; margin: 28px auto 0; color: var(--muted); text-align: center; font-size: 10px; }
.demo-notice, .feed-notice { margin: 0 0 22px; padding: 13px 15px; border-left: 4px solid var(--orange); background: #fff0e9; font-size: 12px; }
.feed-notice { border-color: #9a7914; background: #fff4cd; }
.empty-panel { padding: 38px; background: var(--paper-2); border: 1px dashed #949d92; }
.empty-panel h3 { margin-bottom: 9px; font-size: 28px; letter-spacing: -.035em; }
.empty-panel p:not(.eyebrow) { max-width: 680px; color: var(--muted); }
.empty-panel .button { margin-top: 9px; }
.context-band { padding: 25px 0; color: var(--white); background: var(--ink); }
.context-band-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.context-band-grid > div { display: flex; flex-direction: column; }
.context-band-grid span { color: #9ba69a; font-size: 11px; }
.context-band-grid a { color: var(--acid); font-size: 12px; font-weight: 900; }

.membership-hero { padding: 78px 0; color: var(--white); background-color: var(--ink); background-image: linear-gradient(rgba(73,84,74,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(73,84,74,.22) 1px, transparent 1px); background-size: 46px 46px; border-bottom: 1px solid var(--line-dark); }
.membership-hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr); gap: 80px; align-items: center; }
.membership-hero h1 { max-width: 780px; margin: 0; font-size: clamp(55px, 7vw, 92px); line-height: .91; letter-spacing: -.065em; }
.membership-hero-grid > div > p:not(.eyebrow) { max-width: 690px; margin: 27px 0 0; color: #bdc7bc; font-size: 18px; line-height: 1.6; }
.membership-trust { max-width: 690px; margin-top: 30px; padding: 16px 18px; display: flex; gap: 13px; color: #aeb9ad; background: rgba(23,30,24,.9); border-left: 4px solid var(--orange); font-size: 12px; }
.membership-trust b { flex: 0 0 auto; color: var(--white); }
.membership-price-card { min-height: 410px; padding: 30px; display: flex; flex-direction: column; color: var(--ink); background: var(--paper-2); border: 1px solid var(--white); box-shadow: 10px 10px 0 var(--acid); }
.membership-price-card > span { color: var(--muted); font: 900 9px monospace; letter-spacing: .1em; text-transform: uppercase; }
.membership-price-card h2 { margin: 48px 0 8px; font-size: 67px; line-height: .85; letter-spacing: -.065em; }
.membership-price-card h2 small { margin-left: 5px; font-size: 14px; letter-spacing: 0; }
.membership-price-card > p { color: var(--muted); font-size: 13px; }
.membership-price-card form { margin: 0; }
.membership-price-card > small { margin-top: auto; padding-top: 20px; color: var(--muted); font-size: 9px; text-align: center; }
.membership-annual-button, .membership-manage-link { width: 100%; margin-top: 12px; padding: 0; color: var(--ink); background: transparent; border: 0; font-size: 11px; font-weight: 900; text-align: center; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.membership-annual-button:hover, .membership-manage-link:hover { color: var(--orange); }
.membership-manage-link { display: block; }
.membership-price-card > .membership-signin-note { margin-top: 9px; color: var(--muted); font: 800 9px/1.4 Arial, sans-serif; letter-spacing: 0; text-align: center; text-transform: none; }
.membership-features { background: var(--paper); }
.membership-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.membership-feature-grid article { min-height: 240px; padding: 24px; background: var(--paper-2); border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.membership-feature-grid article > span { color: var(--orange); font: 900 10px monospace; }
.membership-feature-grid h3 { margin: 49px 0 12px; font-size: 23px; line-height: 1.1; letter-spacing: -.035em; }
.membership-feature-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.membership-login-section { padding: 65px 0; color: var(--white); background: var(--ink-2); border-top: 1px solid var(--line-dark); }
.membership-login-grid { display: grid; grid-template-columns: 1fr minmax(300px, .7fr); gap: 80px; align-items: end; }
.membership-login-grid h2 { margin: 0; font-size: 42px; letter-spacing: -.045em; }
.membership-login-grid p:not(.eyebrow) { max-width: 650px; margin: 14px 0 0; color: #a9b4a8; font-size: 13px; }
.membership-login-grid form { padding: 20px; display: grid; grid-template-columns: 1fr auto; gap: 8px; background: #101611; border: 1px solid #39443a; }
.membership-login-grid label { grid-column: 1 / -1; color: #a9b4a8; font: 900 9px monospace; letter-spacing: .08em; text-transform: uppercase; }
.membership-login-grid input { min-width: 0; height: 46px; padding: 0 12px; border: 1px solid #667067; border-radius: 2px; }
.membership-login-grid input:focus { outline: 2px solid var(--acid); outline-offset: 1px; }
.membership-account-hero { padding: 70px 0 55px; color: var(--white); background: var(--ink); border-bottom: 1px solid var(--line-dark); }
.membership-account-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.membership-account-heading h1 { max-width: 840px; margin: 0; font-size: clamp(52px, 7vw, 86px); line-height: .92; letter-spacing: -.06em; }
.membership-account-heading p:not(.eyebrow) { max-width: 720px; margin: 22px 0 0; color: #aeb9ad; font-size: 15px; }
.membership-account-heading .button { flex: 0 0 auto; margin-bottom: 4px; }
.membership-account-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 18px; }
.membership-account-card, .membership-account-actions { padding: 30px; background: var(--paper-2); border: 1px solid var(--ink); }
.membership-account-card dl { margin: 25px 0 30px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.membership-account-card dl div { min-width: 0; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.membership-account-card dt { color: var(--muted); font: 900 8px monospace; letter-spacing: .08em; text-transform: uppercase; }
.membership-account-card dd { margin: 7px 0 0; overflow-wrap: anywhere; font-size: 16px; font-weight: 900; }
.account-notice { padding: 13px 15px; color: #624015; background: #fff1c2; border-left: 4px solid #d4a014; font-size: 11px; }
.account-notice-development { color: #4f3c47; background: #f4e8f1; border-color: #9b5384; }
.membership-account-actions { color: var(--white); background: var(--ink); }
.membership-account-actions h2 { margin: 45px 0 14px; font-size: 32px; line-height: 1.05; letter-spacing: -.04em; }
.membership-account-actions > p:not(.eyebrow) { color: #aeb9ad; font-size: 12px; line-height: 1.7; }
.membership-account-actions .membership-manage-link { margin-top: 22px; color: var(--acid); text-align: left; }
.membership-account-actions form { margin-top: 42px; }
.text-button { padding: 0; color: var(--acid); background: transparent; border: 0; font-size: 11px; font-weight: 900; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.text-button:hover { color: var(--white); }

.account-auth-shell { min-height: 690px; padding: 86px 0; color: var(--white); background-color: var(--ink); background-image: radial-gradient(circle at 78% 28%, rgba(216,255,82,.11), transparent 27%), linear-gradient(rgba(73,84,74,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(73,84,74,.2) 1px, transparent 1px); background-size: auto, 46px 46px, 46px 46px; }
.account-auth-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .55fr); gap: 95px; align-items: center; }
.account-auth-copy h1 { max-width: 750px; margin: 0; font-size: clamp(55px, 7vw, 92px); line-height: .91; letter-spacing: -.065em; }
.account-auth-copy > p:not(.eyebrow) { max-width: 690px; margin: 27px 0 0; color: #bdc7bc; font-size: 18px; line-height: 1.6; }
.account-auth-points { max-width: 690px; margin-top: 31px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #39443a; border-left: 1px solid #39443a; }
.account-auth-points span { min-height: 80px; padding: 14px; display: flex; flex-direction: column; color: #96a296; border-right: 1px solid #39443a; border-bottom: 1px solid #39443a; font-size: 10px; }
.account-auth-points span:last-child { grid-column: 1 / -1; min-height: 65px; }
.account-auth-points b { margin-bottom: 7px; color: var(--white); font-size: 12px; }
.account-auth-card { padding: 31px; color: var(--ink); background: var(--paper-2); border: 1px solid var(--white); box-shadow: 10px 10px 0 var(--acid); }
.account-kicker, .account-panel-heading span, .account-contact-summary > span, .account-membership-card > span { color: var(--muted); font: 900 9px monospace; letter-spacing: .09em; text-transform: uppercase; }
.account-auth-card h2 { margin: 32px 0 10px; font-size: 37px; line-height: 1; letter-spacing: -.045em; }
.account-auth-card > p { color: var(--muted); font-size: 12px; line-height: 1.6; }
.account-auth-card > small { display: block; margin-top: 21px; color: var(--muted); font-size: 9px; line-height: 1.55; text-align: center; }
.provider-actions { max-width: 375px; margin: 24px auto 0; display: grid; gap: 9px; }
.provider-actions form { margin: 0; }
.email-login-form { padding-bottom: 5px; }
.email-login-form label { display: block; margin-bottom: 7px; color: var(--muted); font: 800 9px monospace; letter-spacing: .08em; text-transform: uppercase; }
.email-login-form > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.email-login-form input { min-width: 0; height: 49px; padding: 0 13px; color: var(--ink); background: var(--white); border: 1px solid #aeb5aa; border-right: 0; border-radius: 3px 0 0 3px; font-size: 12px; }
.email-login-form button { min-height: 49px; padding: 0 14px; color: var(--ink); background: var(--acid); border: 1px solid var(--ink); border-radius: 0 3px 3px 0; font-size: 10px; font-weight: 900; cursor: pointer; }
.email-login-form button:hover { background: var(--white); }
.provider-divider { display: flex; align-items: center; gap: 10px; color: var(--muted); font: 800 8px monospace; letter-spacing: .08em; }
.provider-divider::before, .provider-divider::after { height: 1px; flex: 1; content: ""; background: var(--line); }
.provider-button { width: 100%; min-height: 49px; padding: 0 18px; display: grid; grid-template-columns: 24px 1fr 24px; align-items: center; color: var(--ink); background: var(--white); border: 1px solid #aeb5aa; border-radius: 3px; font-size: 12px; font-weight: 900; cursor: pointer; }
.provider-button::after { content: ""; }
.provider-button:hover { border-color: var(--ink); box-shadow: 3px 3px 0 var(--acid); }
.provider-button > span:first-child { font: 900 15px Arial, sans-serif; }
.provider-apple { min-height: 0; padding: 0; display: block; overflow: hidden; color: var(--white); background: #000; border: 0; }
.provider-apple:hover { outline: 1px solid var(--white); }
.provider-apple::after { content: none; }
.provider-apple img { width: 100%; height: auto; display: block; }

.account-header { padding: 70px 0 55px; color: var(--white); background: var(--ink); border-bottom: 1px solid var(--line-dark); }
.account-header-grid { display: grid; grid-template-columns: 1fr minmax(280px, .42fr); gap: 70px; align-items: end; }
.account-header h1 { max-width: 850px; margin: 0; font-size: clamp(52px, 7vw, 86px); line-height: .92; letter-spacing: -.06em; }
.account-header p:not(.eyebrow) { max-width: 720px; margin: 22px 0 0; color: #aeb9ad; font-size: 15px; }
.account-contact-summary { padding: 21px; display: flex; flex-direction: column; background: #171e18; border: 1px solid #3a463b; }
.account-contact-summary b { margin: 30px 0 6px; overflow-wrap: anywhere; font-size: 14px; }
.account-contact-summary small { color: #8f9b90; font-size: 9px; }
.account-section { background: #e3e7de; }
.account-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 18px; align-items: start; }
.account-main { min-width: 0; display: grid; gap: 18px; }
.account-panel { padding: 28px; background: var(--paper-2); border: 1px solid var(--ink); }
.account-panel-heading { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.account-panel-heading h2 { margin: 9px 0 0; font-size: 31px; line-height: 1; letter-spacing: -.04em; }
.account-panel-heading > small { color: var(--muted); font-size: 9px; }
.account-profile-form { display: grid; gap: 25px; }
.account-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.account-choices { min-width: 0; margin: 0; padding: 0; border: 0; }
.account-choices legend { margin-bottom: 9px; color: var(--muted); font: 900 9px monospace; letter-spacing: .08em; text-transform: uppercase; }
.account-choice-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.account-choice-grid label { min-height: 48px; padding: 10px 12px; display: flex; align-items: center; gap: 9px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 800; cursor: pointer; }
.account-choice-grid input { width: 17px; height: 17px; flex: 0 0 auto; accent-color: var(--orange); }
.account-choice-grid-short { grid-template-columns: repeat(3, 1fr); }
.account-profile-form > .button { justify-self: start; }
.account-sidebar { display: grid; gap: 16px; }
.account-provider-list { border-top: 1px solid var(--line); }
.account-provider-row { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid var(--line); }
.account-provider-row > div { min-width: 0; display: flex; flex-direction: column; }
.account-provider-row b { font-size: 12px; }
.account-provider-row small { max-width: 190px; overflow: hidden; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.account-provider-row form { margin: 0; }
.account-email-link { max-width: 190px; display: flex; align-items: center; gap: 7px; }
.account-email-link input { min-width: 0; width: 125px; padding: 7px 8px; color: var(--ink); background: var(--white); border: 1px solid var(--line); font-size: 9px; }
.account-provider-row button, .account-logout button { padding: 0; color: var(--ink); background: transparent; border: 0; font-size: 10px; font-weight: 900; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.account-provider-row button:hover, .account-logout button:hover { color: var(--orange); }
.provider-connected { padding: 6px 7px; color: #31420a; background: var(--acid); font: 900 8px monospace; text-transform: uppercase; }
.account-security-note { margin: 22px 0 0; padding-left: 12px; color: var(--muted); border-left: 3px solid var(--orange); font-size: 9px; line-height: 1.6; }
.account-membership-card { color: var(--white); background: var(--ink); }
.account-membership-card > span { color: var(--acid); }
.account-membership-card h3 { margin: 29px 0 8px; font-size: 25px; letter-spacing: -.035em; }
.account-membership-card p { color: #9eaa9d; font-size: 11px; }
.account-membership-card a { color: var(--acid); font-size: 10px; font-weight: 900; text-underline-offset: 4px; }
.account-logout { margin: 5px 0 0; padding: 8px 2px; text-align: right; }
.account-logout button { color: #5e685f; }
.account-watch-panel .account-panel-heading a { font-size: 10px; font-weight: 900; text-underline-offset: 4px; }
.account-watch-list { border-top: 1px solid var(--ink); }
.account-watch-row { padding: 18px 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 25px; border-bottom: 1px solid var(--line); }
.account-watch-copy { min-width: 0; }
.account-watch-copy > span { color: var(--orange); font: 900 8px monospace; letter-spacing: .07em; }
.account-watch-copy h3 { margin: 8px 0 5px; font-size: 20px; }
.account-watch-copy p { margin: 0; color: #4f5b50; font-size: 11px; line-height: 1.55; }
.account-watch-copy small { display: block; margin-top: 9px; color: var(--muted); font-size: 8px; }
.account-watch-actions { min-width: 105px; display: flex; align-items: flex-end; flex-direction: column; justify-content: center; gap: 7px; }
.account-watch-actions a, .account-watch-actions button { padding: 0; color: var(--ink); background: transparent; border: 0; font-size: 9px; font-weight: 900; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.account-watch-actions form { margin: 0; }
.account-watch-actions .watch-delete { color: #8f3c24; }
.account-watch-empty { padding: 25px; background: #e9ede4; border-left: 4px solid var(--acid-dark); }
.account-watch-empty h3 { font-size: 23px; }
.account-watch-empty p { max-width: 570px; margin: 8px 0 20px; color: var(--muted); font-size: 11px; }

.results-heading-actions { display: flex; align-items: flex-end; flex-direction: column; gap: 8px; }
.new-since-link { color: #74361f; }
.watch-saved-notice { margin-bottom: 14px; padding: 12px 15px; color: #31420a; background: rgba(216,255,82,.45); border-left: 4px solid var(--acid-dark); font-size: 11px; }
.watch-save-form { margin: 0 0 18px; padding: 15px; display: grid; grid-template-columns: minmax(220px, 1fr) minmax(180px, .5fr) auto auto; align-items: end; gap: 13px; color: var(--white); background: var(--ink); border: 1px solid var(--line-dark); }
.watch-save-form > div { min-width: 0; display: flex; flex-direction: column; }
.watch-save-form > div > span { color: var(--acid); font: 900 8px monospace; letter-spacing: .08em; }
.watch-save-form > div > b { margin-top: 5px; font-size: 15px; }
.watch-save-form > div > small { margin-top: 4px; color: #9da89d; font-size: 8px; }
.watch-save-form > label { display: flex; flex-direction: column; gap: 5px; color: #aeb8ae; font: 900 8px monospace; text-transform: uppercase; }
.watch-save-form > label input[type="text"], .watch-save-form > label > input:not([type]) { min-height: 39px; padding: 0 9px; border: 1px solid #4e5b50; }
.watch-save-form .watch-email-choice { min-height: 39px; align-items: center; flex-direction: row; color: var(--white); font-family: inherit; text-transform: none; }
.watch-email-choice input { width: 17px; height: 17px; accent-color: var(--acid); }
.watch-email-unavailable { max-width: 180px; color: #aeb8ae; font-size: 8px; line-height: 1.45; }
.watch-save-form .button { min-height: 39px; padding: 0 15px; white-space: nowrap; }
.watch-signin-notice { margin-bottom: 17px; padding: 13px 15px; display: flex; justify-content: space-between; gap: 20px; background: var(--paper-2); border: 1px solid var(--ink); font-size: 10px; }
.watch-signin-notice a { font-weight: 900; }
.new-job-badge { margin-left: 6px; padding: 3px 5px; color: var(--ink); background: var(--acid); font: 900 7px monospace; }

.market-map-large { margin-bottom: 18px; }
.market-map-large .market-map { min-height: 520px; }
.market-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.market-card { min-width: 0; display: grid; grid-template-columns: 110px 1fr; background: var(--paper-2); border: 1px solid var(--ink); }
.market-card-score { padding: 20px 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--white); background: var(--ink); }
.market-card-score strong { font: 900 48px/.9 monospace; color: var(--acid); }
.market-card-score span { margin-top: 8px; color: #9da89d; font: 800 9px monospace; text-transform: uppercase; }
.market-card-main { padding: 20px; }
.market-card-main h2 { margin: 4px 0 13px; font-size: 25px; letter-spacing: -.035em; }
.market-card-main h2 a { text-decoration: none; }
.market-card-main dl { margin: 17px 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.market-card-main dl div { padding: 8px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.market-card-main dt { color: var(--muted); font: 800 7px monospace; text-transform: uppercase; }
.market-card-main dd { margin: 2px 0 0; font: 900 16px monospace; }
.market-card-main > p { margin-bottom: 9px; color: var(--muted); font-size: 10px; }

.entity-hero { padding: 65px 0 50px; color: var(--white); background-color: var(--ink); background-image: radial-gradient(circle at 80% 30%, rgba(216,255,82,.12), transparent 28%); border-bottom: 1px solid var(--line-dark); }
.entity-hero-grid { display: grid; grid-template-columns: 1fr 260px; gap: 80px; align-items: end; }
.entity-hero h1 { font-size: clamp(52px, 7vw, 90px); }
.entity-hero p:not(.eyebrow) { max-width: 750px; margin: 20px 0 0; color: #aeb9ad; font-size: 16px; }
.entity-score { min-height: 210px; padding: 22px; display: flex; flex-direction: column; justify-content: center; color: var(--ink); background: var(--acid); box-shadow: 9px 9px 0 rgba(255,105,55,.8); }
.entity-score span { font: 900 9px monospace; letter-spacing: .09em; }
.entity-score strong { margin: auto 0 0; font: 900 77px/.8 monospace; letter-spacing: -.08em; }
.entity-score b { margin-top: 13px; font-size: 12px; text-transform: uppercase; }
.project-identity { min-height: 210px; padding: 22px; display: flex; flex-direction: column; color: var(--ink); background: var(--orange); box-shadow: 9px 9px 0 var(--acid); }
.project-identity span { font: 900 9px monospace; text-transform: uppercase; }
.project-identity strong { margin: auto 0 8px; font-size: 26px; line-height: 1; letter-spacing: -.04em; }
.project-identity b { font-size: 11px; }
.metric-grid-compact { margin-bottom: 28px; }
.entity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.large-copy { color: #485248; font-size: 16px; line-height: 1.7; }
.evidence-rule { margin-top: 25px; padding: 16px; display: flex; flex-direction: column; border-left: 4px solid var(--orange); background: #e5e9e1; }
.evidence-rule b { font: 900 9px monospace; text-transform: uppercase; }
.evidence-rule span { margin-top: 6px; color: var(--muted); font-size: 11px; }
.profile-list { margin: 0; border-top: 1px solid var(--line); }
.profile-list div { padding: 12px 0; display: grid; grid-template-columns: 150px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.profile-list dt { color: var(--muted); font: 800 9px monospace; text-transform: uppercase; }
.profile-list dd { margin: 0; font-size: 12px; font-weight: 800; text-align: right; }
.subsection-heading { margin-top: 65px; }
.phase-flow { margin-top: 27px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.phase-flow span { min-height: 65px; padding: 10px; display: grid; place-items: center; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font: 800 8px monospace; text-align: center; text-transform: uppercase; }
.phase-flow span:nth-child(2) { background: var(--orange); }
.phase-flow span:nth-child(3) { background: var(--acid); }
.project-grid-large .project-card { border-color: var(--ink); }

.role-entity-hero h1 { max-width: 1000px; font-size: clamp(46px, 6vw, 78px); }
.role-byline { font-size: 17px !important; font-weight: 800; }
.role-byline a { color: var(--white); text-underline-offset: 4px; }
.role-byline span { padding: 0 7px; color: var(--orange); }
.role-source-card { min-height: 210px; padding: 22px; display: flex; flex-direction: column; color: var(--ink); background: var(--acid); box-shadow: 9px 9px 0 rgba(255,105,55,.8); }
.role-source-card > span { font: 900 9px monospace; letter-spacing: .09em; }
.role-source-card strong { margin: auto 0 10px; font-size: 21px; line-height: 1.05; letter-spacing: -.03em; }
.role-source-card b { font: 900 10px monospace; text-transform: uppercase; }
.role-source-card small { margin-top: 15px; color: #4d582d; font-size: 10px; line-height: 1.45; }
.role-detail-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); gap: 18px; align-items: start; }
.role-overview, .role-apply-panel { padding: 34px; background: var(--paper-2); border: 1px solid var(--ink); }
.role-overview h2, .role-apply-panel h2 { margin: 12px 0 20px; font-size: clamp(30px, 3.5vw, 47px); line-height: .98; letter-spacing: -.045em; }
.role-summary { max-width: 850px; margin: 0; color: #303a31; font-size: 18px; line-height: 1.65; }
.role-summary-note { margin: 18px 0 30px; padding-left: 13px; color: var(--muted); border-left: 3px solid var(--orange); font-size: 10px; line-height: 1.55; }
.role-facts { margin: 0; border-top: 1px solid var(--line); }
.role-facts div { padding: 13px 0; display: grid; grid-template-columns: 190px 1fr; gap: 24px; border-bottom: 1px solid var(--line); }
.role-facts dt { color: var(--muted); font: 800 9px monospace; text-transform: uppercase; }
.role-facts dd { margin: 0; font-size: 12px; font-weight: 800; text-align: right; text-transform: capitalize; }
.role-facts a { text-underline-offset: 3px; }
.role-apply-panel { color: var(--white); background: var(--ink); }
.role-apply-panel h2 { color: var(--white); }
.role-apply-panel > p:not(.eyebrow) { color: #aeb9ad; font-size: 13px; line-height: 1.65; }
.role-apply-panel .button { margin: 18px 0 20px; }
.role-context-link { display: block; padding: 12px 0; color: var(--white); border-bottom: 1px solid var(--line-dark); font-size: 11px; font-weight: 900; text-underline-offset: 3px; }
.role-context-link:hover { color: var(--acid); }
.role-trust-note { margin-top: 24px; padding: 14px; display: flex; flex-direction: column; border-left: 3px solid var(--acid); background: #171e18; }
.role-trust-note b { color: var(--acid); font: 900 9px monospace; text-transform: uppercase; }
.role-trust-note span { margin-top: 6px; color: #9da89d; font-size: 10px; line-height: 1.5; }

.company-table-shell { background: var(--paper-2); border: 1px solid var(--ink); }
.company-table-head, .company-table a { display: grid; grid-template-columns: minmax(250px, 1.7fr) .45fr .4fr .4fr .8fr .65fr; gap: 15px; align-items: center; }
.company-table-head { padding: 11px 16px; color: #9fa99f; background: var(--ink); font: 800 8px monospace; letter-spacing: .07em; text-transform: uppercase; }
.company-table a { min-height: 74px; padding: 12px 16px; text-decoration: none; border-bottom: 1px solid var(--line); }
.company-table a:last-child { border-bottom: 0; }
.company-table a:hover { background: #e7ebE2; }
.company-table a > span:first-child { display: flex; flex-direction: column; }
.company-table b { font-size: 13px; }
.company-table small { color: var(--muted); font-size: 9px; }
.company-table strong { font: 900 17px monospace; }
.company-table span { font-size: 10px; }
.momentum-label { color: #6f3a1f; font-weight: 900; }

.intelligence-hero { background: linear-gradient(120deg, rgba(216,255,82,.12), transparent 44%), var(--paper-2); }
.intelligence-hero h1 { max-width: 980px; }
.intel-home-section, .staffing-intel-section { background: #e2e7dd; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.intelligence-page { padding-top: 42px; }
.intel-heading { margin-top: 54px; }
.intel-event-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.intel-event-grid-page { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.intel-event-card { min-width: 0; min-height: 335px; padding: 20px; display: flex; flex-direction: column; background: var(--paper-2); border: 1px solid var(--ink); box-shadow: inset 4px 0 0 var(--orange); }
.intel-event-topline { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--muted); font: 900 8px/1.3 monospace; letter-spacing: .07em; text-transform: uppercase; }
.intel-event-topline span { color: var(--orange); }
.intel-event-card h3 { margin: 22px 0 10px; font-size: 23px; line-height: 1.02; letter-spacing: -.04em; }
.intel-event-summary { color: #525d53; font-size: 11px; line-height: 1.6; }
.intel-event-facts { margin: 6px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.intel-event-facts div { min-width: 0; padding: 9px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.intel-event-facts dt { color: var(--muted); font: 800 7px monospace; text-transform: uppercase; }
.intel-event-facts dd { margin: 4px 0 0; overflow-wrap: anywhere; font: 900 10px/1.25 monospace; }
.intel-event-links { margin: 13px 0 0; display: flex; flex-wrap: wrap; gap: 5px; }
.intel-event-links a { padding: 4px 6px; color: #374238; background: #e4e8df; border: 1px solid var(--line); font-size: 8px; font-weight: 800; text-decoration: none; }
.intel-event-links a:hover { color: var(--ink); border-color: var(--orange); }
.intel-labor-impact { margin-top: 13px; padding: 10px; display: flex; flex-direction: column; background: rgba(216,255,82,.24); border-left: 3px solid var(--acid-dark); }
.intel-labor-impact b { font: 900 8px monospace; text-transform: uppercase; }
.intel-labor-impact span { margin-top: 5px; color: #4f5b42; font-size: 9px; line-height: 1.45; }
.intel-event-footer { margin-top: auto; padding-top: 16px; display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; border-top: 1px solid var(--line); }
.intel-event-footer > a { margin-left: auto; font-size: 9px; font-weight: 900; text-underline-offset: 3px; }
.intel-event-footer > a:hover { color: var(--orange); }

.staffing-hero { padding: 80px 0 65px; color: var(--white); background-color: var(--ink); background-image: linear-gradient(130deg, rgba(216,255,82,.07), transparent 50%), linear-gradient(rgba(73,84,74,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(73,84,74,.2) 1px, transparent 1px); background-size: auto, 44px 44px, 44px 44px; }
.staffing-hero-grid { display: grid; grid-template-columns: 1.2fr .55fr; gap: 90px; align-items: center; }
.staffing-hero h1 { max-width: 850px; font-size: clamp(52px, 7vw, 91px); }
.staffing-hero p:not(.eyebrow) { max-width: 760px; margin: 25px 0; color: #b2bdb1; font-size: 18px; }
.hero-actions { display: flex; gap: 11px; }
.staffing-proof { padding: 22px; background: #161e17; border: 1px solid #435044; box-shadow: 10px 10px 0 var(--acid); }
.staffing-proof > div { padding: 15px 0; display: flex; align-items: end; justify-content: space-between; border-bottom: 1px solid #354037; }
.staffing-proof strong { color: var(--acid); font: 900 37px/.9 monospace; }
.staffing-proof small { max-width: 90px; color: #909c90; font-size: 9px; text-align: right; text-transform: uppercase; }
.staffing-proof p { margin: 17px 0 0 !important; font: 800 8px monospace !important; text-transform: uppercase; }
.use-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.use-case-grid article { min-height: 225px; padding: 22px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.use-case-grid article > b { color: var(--orange); font: 900 10px monospace; }
.use-case-grid h3 { margin: 35px 0 8px; font-size: 22px; }
.use-case-grid p { color: var(--muted); font-size: 12px; }
.data-tier-section { background: #dfe4da; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.pricing-grid article { padding: 23px; display: flex; flex-direction: column; background: var(--paper-2); border: 1px solid var(--ink); }
.pricing-grid article > span { color: var(--muted); font: 900 9px monospace; letter-spacing: .08em; }
.pricing-grid h3 { margin: 28px 0 8px; font: 900 44px/.9 monospace; letter-spacing: -.06em; }
.pricing-grid h3 small { font-size: 11px; letter-spacing: 0; }
.pricing-grid p { color: var(--muted); font-size: 12px; }
.pricing-grid ul { margin: 15px 0 30px; padding: 0; list-style: none; }
.pricing-grid li { padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.pricing-grid .pricing-featured { color: var(--white); background: var(--ink); box-shadow: 8px 8px 0 var(--acid); }
.pricing-featured p, .pricing-featured span { color: #9da89c !important; }
.pricing-featured li { border-color: #39443a; }
.plan-action { margin-top: auto; padding-top: 4px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.plan-action b { padding: 8px; color: var(--ink); background: #dfe4da; font: 900 8px monospace; }
.plan-action a { flex: 0 0 auto; font-size: 10px; font-weight: 900; text-underline-offset: 3px; }
.pricing-featured .plan-action b { background: var(--acid); }
.pricing-featured .plan-action a { color: var(--acid); }
.staffing-access { margin-top: 34px; padding: 30px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; background: var(--orange); border: 1px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); }
.staffing-access h3 { max-width: 650px; margin: 7px 0 0; font-size: clamp(30px, 4vw, 49px); line-height: .97; letter-spacing: -.05em; }
.staffing-access > div:last-child p { margin: 0 0 18px; color: #622914; font-size: 14px; }
.pricing-note { max-width: 900px; margin: 30px auto 0; color: var(--muted); text-align: center; font-size: 11px; }
.staffing-method { padding: 78px 0; color: var(--white); background: var(--ink); }
.staffing-method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.staffing-method h2 { font-size: clamp(39px, 5vw, 61px); line-height: .96; letter-spacing: -.055em; }
.evidence-levels p { margin: 0; padding: 18px 0; display: grid; grid-template-columns: 110px 1fr; gap: 20px; border-bottom: 1px solid #39443a; }
.evidence-levels b { color: var(--acid); font: 900 10px monospace; }
.evidence-levels span { color: #aab5a9; font-size: 13px; }

.alerts-section { padding: 80px 0; color: var(--white); background: var(--orange); }
.alerts-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.alert-form { padding: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; background: var(--ink); }
.alert-form .field:first-child { grid-column: 1 / -1; }
.alert-form .field label { color: #aeb7ad; }
.consent { grid-column: 1 / -1; display: flex; gap: 9px; color: #b9c2b8; font-size: 11px; }
.consent input { width: 17px; height: 17px; accent-color: var(--acid); }
.alert-form .button, .form-note { grid-column: 1 / -1; }
.form-note { margin: -3px 0 0; color: #879287; text-align: center; font: 800 8px monospace; text-transform: uppercase; }
.trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.legal-hero { padding: 68px 0 46px; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.legal-wrap { max-width: 850px; }
.legal-hero h1 { font-size: clamp(48px, 6vw, 75px); }
.legal-hero h1 + p { margin: 19px 0 0; color: var(--muted); }
.legal-body { padding: 60px 0 90px; }
.legal-body section { padding-bottom: 32px; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.legal-body section:last-child { border-bottom: 0; }
.legal-body h2 { margin-bottom: 13px; font-size: 24px; }
.legal-body p { color: #4e594f; font-size: 15px; line-height: 1.7; }
.message-page { min-height: 67vh; padding: 80px 20px; display: grid; place-items: center; background: var(--paper-2); }
.message-card { width: min(100%, 680px); padding: 43px; background: var(--white); border: 1px solid var(--ink); box-shadow: 11px 11px 0 var(--acid); }
.message-card h1 { font-size: clamp(42px, 6vw, 64px); }
.message-card > p:not(.eyebrow) { margin: 23px 0; color: var(--muted); }
.message-card form { display: inline-block; }
.secondary-action { display: inline-block; margin-left: 16px; font-size: 12px; font-weight: 900; }
.dev-link { margin-top: 25px; padding: 14px; background: #fff0e9; border-left: 4px solid var(--orange); font-size: 12px; }

.support-hero { padding: 78px 0 58px; background: var(--paper-2); border-bottom: 1px solid var(--ink); }
.support-hero-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); align-items: end; gap: 80px; }
.support-hero h1 { max-width: 850px; margin: 0; font-size: clamp(54px, 7vw, 88px); line-height: .93; letter-spacing: -.06em; }
.support-hero h1 + p { max-width: 720px; margin: 25px 0 0; color: var(--muted); font-size: 18px; }
.support-expectation { padding: 24px; color: var(--white); background: var(--ink); border: 1px solid var(--line-dark); box-shadow: 7px 7px 0 var(--acid); }
.support-expectation span, .support-form-heading span { color: var(--orange); font: 900 9px monospace; letter-spacing: .1em; }
.support-expectation p { margin: 14px 0 20px; color: #bbc5b9; font-size: 13px; }
.support-expectation a { color: var(--acid); font-size: 11px; font-weight: 900; text-underline-offset: 4px; }
.support-section { min-height: 58vh; }
.support-form-shell { max-width: 930px; }
.support-form { padding: 32px; background: var(--paper-2); border: 1px solid var(--ink); box-shadow: 10px 10px 0 rgba(216,255,82,.45); }
.support-form-heading { margin-bottom: 26px; display: flex; align-items: end; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.support-form-heading h2 { margin: 8px 0 20px; font-size: 34px; }
.support-form-heading small { max-width: 360px; margin-bottom: 20px; color: var(--muted); font-size: 11px; }
.support-form > .field { margin-top: 17px; }
.support-form .field label { margin-left: 0; }
.support-form textarea { width: 100%; min-height: 190px; padding: 13px; resize: vertical; color: var(--ink); background: #f4f6ef; border: 1px solid #d6dbd1; outline: none; }
.support-form textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 2px var(--acid); }
.support-form > .button { margin-top: 22px; }

.admin-hero, .admin-entity-hero { padding: 58px 0; color: var(--white); background: #090d0a; border-bottom: 1px solid var(--line-dark); }
.admin-hero-grid, .admin-entity-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); align-items: end; gap: 70px; }
.admin-hero h1, .admin-entity-hero h1 { max-width: 900px; margin: 0; font-size: clamp(50px, 6vw, 82px); line-height: .92; letter-spacing: -.06em; }
.admin-hero h1 + p, .admin-entity-hero h1 + p { margin: 22px 0 0; color: #9ca79c; }
.admin-search { padding: 20px; background: #151c16; border: 1px solid #3b463d; }
.admin-search label { display: block; margin-bottom: 9px; color: #9ca79c; font: 800 9px monospace; letter-spacing: .06em; text-transform: uppercase; }
.admin-search > div { display: flex; }
.admin-search input { width: 100%; min-width: 0; height: 44px; padding: 0 11px; border: 0; }
.admin-search button { padding: 0 16px; color: var(--ink); background: var(--acid); border: 0; font-weight: 900; cursor: pointer; }
.admin-section { background: #e8ece3; }
.admin-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.admin-metrics > div { min-height: 130px; padding: 17px; display: flex; flex-direction: column; background: var(--paper-2); border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.admin-metrics span { color: var(--muted); font: 900 9px monospace; text-transform: uppercase; }
.admin-metrics strong { margin: auto 0 2px; font-size: 39px; line-height: 1; letter-spacing: -.05em; }
.admin-metrics small { color: var(--muted); font-size: 10px; }
.admin-metrics .admin-metric-alert { background: var(--acid); }
.admin-section-heading { margin: 58px 0 18px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.admin-section-heading span, .admin-card-heading span { color: var(--orange); font: 900 9px monospace; letter-spacing: .1em; }
.admin-section-heading h2, .admin-card-heading h2 { margin: 7px 0 0; font-size: 31px; letter-spacing: -.03em; }
.admin-section-heading a, .admin-card-heading a { font-size: 11px; font-weight: 900; text-underline-offset: 4px; }
.admin-table { overflow-x: auto; background: var(--paper-2); border: 1px solid var(--ink); }
.admin-table-head, .admin-table > a, .admin-table-row { min-width: 920px; display: grid; align-items: center; gap: 17px; padding: 13px 17px; border-bottom: 1px solid var(--line); }
.admin-table-head { color: var(--muted); background: #e0e5db; font: 900 8px monospace; letter-spacing: .07em; text-transform: uppercase; }
.admin-ticket-table .admin-table-head, .admin-ticket-table > a { grid-template-columns: 1.5fr 1fr .45fr .45fr .75fr; }
.admin-user-table .admin-table-head, .admin-user-table > a { grid-template-columns: 1.5fr .8fr .35fr .7fr .45fr; }
.admin-membership-table .admin-table-head, .admin-membership-table > .admin-table-row { grid-template-columns: 1.2fr .6fr .55fr 1fr .8fr; }
.admin-table > a { color: var(--ink); text-decoration: none; }
.admin-table > a:hover { background: var(--white); }
.admin-table > :last-child { border-bottom: 0; }
.admin-table b { display: block; font-size: 12px; }
.admin-table small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; }
.admin-table span { min-width: 0; overflow-wrap: anywhere; font-size: 10px; }
.admin-status { width: max-content; padding: 4px 7px; background: #dfe5db; font: 900 8px monospace !important; text-transform: uppercase; }
.status-new, .status-urgent, .status-locked { color: #792f19; background: #ffdccc; }
.status-open, .status-waiting { color: #655012; background: #fff1ab; }
.status-resolved, .status-closed, .status-active { color: #244d2d; background: #d9efd8; }
.admin-empty { padding: 32px; color: var(--muted); background: var(--paper-2); border: 1px dashed #8b958a; text-align: center; }
.admin-mono { font-family: monospace; overflow-wrap: anywhere; }
.admin-entity-grid { align-items: center; }
.admin-entity-status { min-height: 150px; padding: 22px; display: flex; flex-direction: column; border: 1px solid #526054; }
.admin-entity-status span { font: 900 9px monospace; letter-spacing: .08em; }
.admin-entity-status strong { margin: auto 0 0; font-size: 35px; }
.admin-entity-status small { margin-top: 4px; }
.admin-detail-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); gap: 24px; align-items: start; }
.admin-detail-main { display: grid; gap: 18px; }
.admin-card { padding: 24px; background: var(--paper-2); border: 1px solid var(--ink); }
.admin-card-heading { margin-bottom: 22px; padding-bottom: 17px; display: flex; align-items: end; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.admin-detail-list { display: grid; gap: 10px; }
.admin-detail-list > div { padding: 13px; display: grid; grid-template-columns: .4fr 1fr 1fr; gap: 15px; background: #eef1e9; border: 1px solid var(--line); font-size: 11px; }
.admin-detail-list small { color: var(--muted); }
.admin-profile { margin: 0; }
.admin-profile > div { padding: 10px 0; display: grid; grid-template-columns: 150px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.admin-profile > :last-child { border-bottom: 0; }
.admin-profile dt { color: var(--muted); font: 900 9px monospace; text-transform: uppercase; }
.admin-profile dd { margin: 0; font-size: 12px; }
.admin-actions { display: grid; gap: 20px; }
.admin-lock-notice { padding: 13px; color: #6f2f1d; background: #ffe3d8; border-left: 4px solid var(--orange); }
.admin-lock-notice p { margin: 7px 0 0; font-size: 11px; }
.admin-lock-form label { display: block; color: var(--muted); font: 900 9px monospace; text-transform: uppercase; }
.admin-lock-form textarea, .admin-ticket-form textarea { width: 100%; min-height: 110px; margin-top: 8px; padding: 10px; resize: vertical; border: 1px solid var(--line); }
.admin-secondary-button { width: 100%; margin-top: 10px; padding: 10px; display: block; color: var(--ink); background: transparent; border: 1px solid var(--ink); text-align: center; text-decoration: none; font-size: 10px; font-weight: 900; cursor: pointer; }
.admin-secondary-button:hover { background: var(--white); }
.admin-ticket-form { display: grid; gap: 13px; }
.admin-ticket-form .field label { margin-left: 0; }
.admin-ticket-form textarea { margin-top: 0; }
.support-message-body { white-space: pre-wrap; overflow-wrap: anywhere; font-size: 14px; line-height: 1.7; }

.site-footer { padding: 58px 0 20px; color: #d5ddd3; background: #080b09; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .55fr .65fr 1.1fr; gap: 55px; }
.brand-footer { color: var(--white); }
.footer-grid > div:first-child > p { max-width: 350px; margin-top: 17px; color: #849085; font-size: 12px; }
.footer-links { display: flex; flex-direction: column; gap: 7px; font-size: 11px; }
.footer-links > b { margin-bottom: 5px; color: #717d72; font: 900 8px monospace; text-transform: uppercase; }
.footer-links a { text-underline-offset: 3px; }
.footer-disclosure { margin: 0; color: #7e897f; font-size: 10px; line-height: 1.65; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; margin-top: 45px; padding-top: 16px; color: #667167; border-top: 1px solid #29302a; font: 800 8px monospace; letter-spacing: .05em; text-transform: uppercase; }
.footer-bottom > :last-child { text-align: right; }
.gxp-attribution { display: inline-flex; align-items: center; gap: 8px; color: #8d978e; text-decoration: none; text-transform: none; letter-spacing: 0; }
.gxp-attribution:hover { color: var(--white); }
.gxp-mark { width: 13px; height: 13px; display: grid; grid-template-columns: repeat(3, 3px); grid-auto-rows: 3px; gap: 2px; }
.gxp-mark i { display: block; background: var(--orange); border-radius: 50%; }

@media (max-width: 1060px) {
  .nav { gap: 16px; }
  .search-form { grid-template-columns: 1fr 1fr; }
  .field-keyword { grid-column: 1 / -1; }
  .search-button { width: 100%; }
  .dashboard-grid, .signal-layout { grid-template-columns: 1fr; }
  .ranking-panel { max-width: none; }
  .market-ranking { max-height: none; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .project-grid { grid-template-columns: 1fr; }
  .intel-event-grid { grid-template-columns: 1fr 1fr; }
  .company-table-head, .company-table a { grid-template-columns: minmax(220px, 1.5fr) .4fr .4fr .6fr; }
  .company-table-head span:nth-child(4), .company-table a > :nth-child(4), .company-table-head span:nth-child(5), .company-table a > :nth-child(5) { display: none; }
  .use-case-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .admin-metrics { grid-template-columns: 1fr 1fr; }
  .watch-save-form { grid-template-columns: 1fr 1fr; }
  .watch-save-form > div { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .utility-inner { min-height: 38px; justify-content: center; text-align: center; }
  .utility-status { display: none; }
  .site-header { position: relative; }
  .header-inner { min-height: 64px; padding: 10px 0; flex-wrap: wrap; gap: 8px; }
  .nav { width: 100%; padding-bottom: 2px; justify-content: flex-start; gap: 16px; overflow-x: auto; scrollbar-width: none; }
  .nav::-webkit-scrollbar { display: none; }
  .nav a { display: block; white-space: nowrap; }
  .nav-pro { padding: 6px 8px; }
	.terminal-hero { padding-top: 52px; }
	.terminal-hero-compact { padding: 18px 0; }
  .terminal-hero-grid, .directory-hero-grid, .entity-hero-grid, .staffing-hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .support-hero-grid, .admin-hero-grid, .admin-entity-grid, .admin-detail-grid { grid-template-columns: 1fr; gap: 35px; }
  .membership-hero-grid, .membership-login-grid { grid-template-columns: 1fr; gap: 40px; }
  .account-auth-grid, .account-header-grid, .account-layout { grid-template-columns: 1fr; gap: 40px; }
  .account-auth-card { max-width: 560px; }
  .support-form-heading, .admin-section-heading, .admin-card-heading { align-items: flex-start; flex-direction: column; }
  .results-heading-actions { align-items: flex-start; }
  .watch-save-form { grid-template-columns: 1fr; }
  .watch-save-form > div { grid-column: auto; }
  .account-watch-row { grid-template-columns: 1fr; }
  .account-watch-actions { align-items: flex-start; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; }
  .watch-signin-notice { align-items: flex-start; flex-direction: column; }
  .membership-account-heading { align-items: flex-start; flex-direction: column; }
  .membership-account-grid { grid-template-columns: 1fr; }
  .membership-feature-grid { grid-template-columns: 1fr 1fr; }
  .terminal-hero h1, .directory-hero h1, .entity-hero h1, .staffing-hero h1 { font-size: clamp(47px, 14vw, 68px); }
  .hero-thesis, .definition-card { max-width: none; }
  .search-form { display: flex; flex-direction: column; align-items: stretch; }
  .search-form .field { width: 100%; }
	.quick-searches { line-height: 1.7; }
	.quick-searches .compact-about { width: 100%; margin: 4px 0 0; }
  .data-status { padding: 8px 14px; flex-wrap: wrap; justify-content: center; text-align: center; }
  .data-status span:first-child { width: 100%; margin: 0; justify-content: center; }
  .data-status a { display: none; }
  .ticker-strip { display: none; }
  .section { padding: 60px 0; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric-card { min-height: 125px; }
  .metric-card strong { font-size: 39px; }
	.market-panel { padding: 14px; }
	.market-map, .market-map-large .market-map { min-height: 420px; }
	.map-geography { top: 50%; bottom: auto; width: 100%; height: auto; transform: translate(-50%, -50%); }
	.map-dot span { display: none; }
	.map-dot.map-label-always span { display: block; padding: 3px 4px; font-size: 7px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .job-tape article { grid-template-columns: 105px 1fr; }
  .job-tape article > p { grid-column: 2; }
  .tape-actions { grid-column: 2; }
  .mobility-grid, .staffing-band-grid, .entity-grid, .staffing-method-grid, .role-detail-grid { grid-template-columns: 1fr; gap: 45px; }
  .market-card-grid { grid-template-columns: 1fr; }
  .intel-event-grid, .intel-event-grid-page { grid-template-columns: 1fr; }
  .market-card { grid-template-columns: 82px 1fr; }
  .market-card-score strong { font-size: 37px; }
  .job-card { display: flex; flex-direction: column; }
  .job-card-topline, .job-card h3, .job-company, .job-description, .job-tags { padding-right: 0; }
  .job-card-footer { width: 100%; margin-top: 17px; padding: 14px 0 0; flex-direction: row; align-items: center; justify-content: space-between; border-left: 0; border-top: 1px solid var(--line); }
	.result-gate { padding: 30px 22px; box-shadow: 5px 5px 0 var(--acid); }
	.result-gate-actions { align-items: flex-start; flex-direction: column; }
	.locked-job-card { padding-right: 85px; }
	.locked-job-card > b { right: 12px; padding: 6px; font-size: 7px; }
  .job-source { text-align: left; }
  .more-jobs { align-items: stretch; flex-direction: column; }
  .company-table-head { display: none; }
  .company-table a { padding: 15px; grid-template-columns: 1fr auto; gap: 8px; }
  .company-table a > :nth-child(n+3) { display: none; }
  .use-case-grid, .pricing-grid, .staffing-access { grid-template-columns: 1fr; }
  .staffing-access { gap: 26px; }
  .staffing-proof { box-shadow: 7px 7px 0 var(--acid); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .audience-paths { grid-template-columns: 1fr; }
  .phase-flow { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { display: flex; align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-bottom > :last-child { text-align: left; }
}

@media (max-width: 470px) {
  .membership-hero { padding: 56px 0; }
  .membership-hero h1 { font-size: 50px; }
  .membership-price-card { min-height: 390px; padding: 23px; box-shadow: 6px 6px 0 var(--acid); }
  .membership-feature-grid { grid-template-columns: 1fr; }
  .membership-login-grid form { grid-template-columns: 1fr; }
  .account-auth-shell { min-height: 0; padding: 58px 0; }
  .account-auth-copy h1 { font-size: 50px; }
  .account-auth-points, .account-field-row, .account-choice-grid, .account-choice-grid-short { grid-template-columns: 1fr; }
  .account-auth-points span:last-child { grid-column: auto; }
  .account-auth-card, .account-panel { padding: 22px; }
  .membership-account-card, .membership-account-actions { padding: 22px; }
  .membership-account-card dl { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: 1fr; }
  .admin-metrics { grid-template-columns: 1fr; }
  .support-form { padding: 20px; }
  .admin-detail-list > div, .admin-profile > div { grid-template-columns: 1fr; gap: 5px; }
  .market-card-main dl { grid-template-columns: 1fr 1fr; }
  .entity-score, .project-identity { min-height: 165px; }
  .role-source-card { min-height: 165px; }
  .role-overview, .role-apply-panel { padding: 24px; }
  .role-facts div { grid-template-columns: 1fr; gap: 5px; }
  .role-facts dd { text-align: left; }
  .profile-list div { grid-template-columns: 1fr; gap: 5px; }
  .profile-list dd { text-align: left; }
  .mobility-row { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
