:root {
  --canvas: #f3f8fd;
  --surface: #ffffff;
  --surface-soft: #f7fafe;
  --ink: #18354d;
  --muted: #71869a;
  --line: #dce9f3;
  --line-strong: #c5dbea;
  --blue: #3f83bc;
  --blue-deep: #245f8d;
  --aqua: #6fa8d3;
  --mint: #eaf6f3;
  --sky: #edf6fd;
  --amber: #b66a17;
  --red: #a84747;
  --shadow: 0 18px 55px rgba(52, 104, 145, .09);
  --shadow-soft: 0 8px 26px rgba(52, 104, 145, .07);
  --display: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --body: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --utility: "SFMono-Regular", "Cascadia Mono", "Roboto Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% -10%, rgba(139, 193, 232, .18), transparent 31rem),
    linear-gradient(180deg, #fbfdff 0, var(--canvas) 34rem);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible {
  outline: 3px solid rgba(63, 131, 188, .24);
  outline-offset: 2px;
}

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

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1320px, calc(100% - 40px));
  min-height: 74px;
  margin: 0 auto;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}
.brand__mark {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--blue), var(--aqua));
  box-shadow: 0 8px 22px rgba(63, 131, 188, .23);
}
.brand__mark::before, .brand__mark::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
}
.brand__mark::before { width: 26px; height: 26px; }
.brand__mark::after { width: 13px; height: 13px; }
.brand__mark i { width: 5px; height: 5px; border-radius: 50%; background: white; box-shadow: 0 0 0 4px rgba(255,255,255,.16); }
.brand__text { display: flex; flex-direction: column; gap: 3px; }
.brand__text strong { font-size: 17px; letter-spacing: .02em; }
.brand__text small { color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.edition { display: flex; align-items: baseline; gap: 8px; margin-right: 8px; color: var(--muted); font-size: 11px; }
.edition strong { color: var(--ink); font-family: var(--utility); font-size: 11px; font-weight: 600; }
.source-library-link, .source-button, .account-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  color: var(--blue-deep);
  background: rgba(255,255,255,.72);
  cursor: pointer;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.source-library-link:hover, .source-button:hover, .account-button:hover { border-color: var(--blue); background: white; transform: translateY(-1px); }
.source-library-link[hidden] { display: none; }
.access-badge { padding: 5px 9px; border-radius: 999px; color: var(--blue-deep); background: var(--sky); font-size: 10px; font-weight: 700; }

main { width: min(1320px, calc(100% - 40px)); margin: 0 auto; padding-bottom: 64px; }
.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  min-height: 282px;
  overflow: hidden;
  border: 1px solid rgba(196, 222, 240, .95);
  border-radius: 28px;
  background: linear-gradient(120deg, rgba(255,255,255,.98) 0%, rgba(244,249,254,.97) 56%, rgba(230,243,252,.95) 100%);
  box-shadow: var(--shadow);
}
.hero__copy { position: relative; z-index: 2; padding: clamp(32px, 4.2vw, 52px); }
.hero__eyebrow { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 19px; }
.hero__eyebrow span {
  padding: 5px 9px;
  border: 1px solid rgba(63, 131, 188, .22);
  border-radius: 999px;
  color: var(--blue-deep);
  background: rgba(255,255,255,.65);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}
h1 { margin: 0; font-family: var(--display); font-size: clamp(36px, 4.4vw, 56px); font-weight: 750; line-height: 1.12; letter-spacing: -.045em; }
h1 em { color: var(--blue); font-style: normal; }
.hero__lede { max-width: 680px; margin: 18px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.hero__note { display: flex; align-items: center; gap: 8px; margin-top: 18px; color: #657f94; font-size: 11px; }
.hero__note i { width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 5px rgba(130,185,226,.14); }
.coverage-radar { position: relative; align-self: stretch; min-height: 282px; }
.coverage-radar__ring, .coverage-radar__sweep { position: absolute; top: 50%; left: 50%; border-radius: 50%; transform: translate(-50%, -50%); }
.coverage-radar__ring { border: 1px solid rgba(63,131,188,.2); }
.coverage-radar__ring--one { width: 120px; height: 120px; }
.coverage-radar__ring--two { width: 220px; height: 220px; }
.coverage-radar__ring--three { width: 286px; height: 286px; }
.coverage-radar__sweep { width: 220px; height: 220px; background: conic-gradient(from 315deg, rgba(63,131,188,.23), transparent 20%, transparent 100%); }
.coverage-radar::before, .coverage-radar::after { position: absolute; z-index: 1; content: ""; background: rgba(63,131,188,.16); }
.coverage-radar::before { top: 50%; left: 12%; width: 76%; height: 1px; }
.coverage-radar::after { top: 12%; left: 50%; width: 1px; height: 76%; }
.coverage-radar strong, .coverage-radar small { position: absolute; z-index: 2; left: 50%; transform: translateX(-50%); }
.coverage-radar strong { top: calc(50% - 22px); font-size: 25px; letter-spacing: .12em; }
.coverage-radar small { top: calc(50% + 16px); color: var(--blue); font-family: var(--utility); font-size: 8px; letter-spacing: .16em; }
.signal-strip { position: absolute; right: 0; bottom: 0; left: 0; display: flex; height: 5px; gap: 2px; overflow: hidden; }
.signal-strip span { min-width: 4px; background: var(--blue); }
.signal-strip span:nth-child(2n) { background: var(--aqua); }
.signal-strip span:nth-child(3n) { background: #96c1df; }

.control-deck {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: grid;
  grid-template-columns:
    minmax(260px, 2.45fr)
    repeat(4, minmax(126px, 1fr))
    minmax(88px, .62fr);
  gap: 12px;
  margin-top: 18px;
  padding: 18px 20px 20px;
  border: 1px solid rgba(207, 224, 237, .95);
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}
.control-deck__head { display: flex; justify-content: space-between; align-items: end; grid-column: 1 / -1; padding-bottom: 4px; }
.control-deck__head span, .section-label { color: var(--blue); font-size: 10px; font-weight: 750; letter-spacing: .12em; }
.control-deck__head h2 { margin: 4px 0 0; font-size: 19px; }
.control-deck__head p { margin: 0; color: var(--muted); font-size: 11px; }
.search-field,
.filter-field--province,
.filter-field--city,
.filter-field--category,
.filter-field--deadline,
.reset-button { grid-column: auto; min-width: 0; }
.search-field label, .filter-field label { display: block; margin: 0 0 5px; color: #617b91; font-size: 10px; font-weight: 650; }
.search-field__input, .field-control { position: relative; display: flex; align-items: center; }
.field-icon { position: absolute; z-index: 1; left: 12px; top: 50%; display: grid; width: 15px; height: 15px; place-items: center; color: #5e95be; pointer-events: none; transform: translateY(-50%); }
.field-icon svg, .reset-button svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
input, select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  color: var(--ink);
  background: var(--surface-soft);
  font-size: 14px;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
input:hover, select:hover { border-color: #aac9df; background: white; }
input:focus, select:focus { border-color: var(--blue); background: white; box-shadow: 0 0 0 4px rgba(63,131,188,.11); outline: none; }
input { padding: 0 44px; }
select { padding: 0 34px 0 40px; }
.field-control--select::after {
  position: absolute;
  z-index: 1;
  top: calc(50% - 4px);
  right: 15px;
  width: 7px;
  height: 7px;
  border-right: 1.8px solid #6d86a5;
  border-bottom: 1.8px solid #6d86a5;
  content: "";
  pointer-events: none;
  transform: rotate(45deg);
}
.field-control--select select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 42px;
}
.field-control--select select::-ms-expand { display: none; }
.filter-field .field-control input { padding: 0 13px 0 40px; }
input:disabled { cursor: not-allowed; opacity: .65; }
kbd { position: absolute; right: 11px; padding: 2px 6px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); background: white; font-family: var(--utility); font-size: 9px; }
.reset-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  justify-self: end;
  width: 88px;
  align-self: end;
  min-height: 42px;
  padding: 0 9px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  color: var(--blue-deep);
  background: var(--sky);
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}
.reset-button svg { width: 13px; height: 13px; flex: 0 0 auto; }
.reset-button:hover { color: white; border-color: var(--blue); background: var(--blue); }

.dashboard { margin-top: 14px; }
.results-panel { min-width: 0; padding: 16px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.88); box-shadow: var(--shadow-soft); }
.results-panel__head { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 0 2px 12px; }
.results-panel__head h2 { margin: 0; font-size: clamp(22px, 2.4vw, 28px); letter-spacing: -.035em; }
.results-panel__head h2 span { color: var(--blue); font-family: var(--utility); font-weight: 650; }
.section-label { margin: 0; }
.results-panel .section-label { display: none; }
.active-filters { display: flex; flex-wrap: wrap; gap: 7px; min-height: 0; padding: 0; }
.active-filters:not(:empty) { padding: 0 2px 12px; }
.filter-pill { padding: 6px 10px; border-radius: 999px; color: var(--blue-deep); background: var(--sky); font-size: 10px; }
.job-table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); -webkit-overflow-scrolling: touch; }
.job-table { width: 100%; min-width: 1360px; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.job-table .col-entry { width: 96px; }
.job-table .col-title { width: 300px; }
.job-table .col-category { width: 126px; }
.job-table .col-count { width: 68px; }
.job-table .col-province { width: 92px; }
.job-table .col-city { width: 124px; }
.job-table .col-education { width: 108px; }
.job-table .col-major { width: 180px; }
.job-table .col-deadline { width: 146px; }
.job-table .col-source { width: 64px; }
.job-table .col-action { width: 76px; }
.job-table:not(.job-table--owner) .owner-only { display: none; }
.job-table th { padding: 14px 13px; border-bottom: 1px solid var(--line); color: #587185; background: #f0f6fb; font-size: 13px; font-weight: 700; text-align: left; white-space: nowrap; }
.job-table td { padding: 14px 13px; border-bottom: 1px solid #e8f0f6; color: #435d72; background: white; font-size: 14px; line-height: 1.5; vertical-align: middle; }
.job-table tbody tr:last-child td { border-bottom: 0; }
.job-table tbody tr:hover td { background: #f6faff; }
.cell-date { color: #687f92 !important; font-family: var(--utility); font-size: 13px !important; white-space: nowrap; }
.cell-title strong { display: block; overflow: hidden; color: var(--ink); font-size: 13px; line-height: 1.55; text-overflow: ellipsis; white-space: nowrap; }
.cell-center { text-align: center; }
.cell-clamp { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tag { display: inline-block; padding: 4px 8px; border: 1px solid var(--line); border-radius: 7px; color: var(--muted); background: var(--surface-soft); font-size: 12px; white-space: nowrap; }
.tag--category { color: var(--blue-deep); border-color: rgba(63,131,188,.28); background: var(--sky); }
.tag--public { color: #996018; border-color: #efd1a5; background: #fff8e9; }
.tag--education { color: #137369; border-color: #afe0d8; background: #ebfaf6; }
.tag--state-owned { color: #376a9f; border-color: #c0d5ea; background: #eef6fd; }
.tag--health { color: #a54b62; border-color: #efc0ca; background: #fff2f5; }
.tag--university { color: #70569b; border-color: #d6caeb; background: #f7f3fc; }
.tag--research { color: #477355; border-color: #c1dec8; background: #f0f8f1; }
.tag--social { color: #14738e; border-color: #abddeb; background: #eaf9fc; }
.deadline-value { display: block; font-family: var(--utility); font-size: 12px; line-height: 1.5; }
.deadline-state { display: inline-block; margin-top: 4px; padding: 3px 7px; border-radius: 5px; color: #28776d; background: var(--mint); font-size: 12px; }
.deadline-state.is-unknown { color: var(--amber); background: #fff4e5; }
.deadline-state.is-expired { color: var(--red); background: #fff0f0; }
.table-link { padding: 5px 0; color: var(--blue-deep); font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.table-link:hover { color: var(--blue); text-decoration: underline; }
.table-link--button { border: 0; background: transparent; cursor: pointer; }
.job-delete { min-height: 31px; padding: 0 10px; border: 1px solid #f0bcc3; border-radius: 7px; color: #b6404b; background: #fff7f8; cursor: pointer; font-weight: 700; }
.job-delete:hover:not(:disabled) { border-color: #d75b68; color: white; background: #cf4f5d; }
.job-delete:disabled { cursor: wait; opacity: .65; }

.pagination { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 7px; padding: 24px 0 2px; }
.pagination button { min-width: 38px; min-height: 40px; padding: 0 10px; border: 1px solid transparent; border-radius: 9px; color: var(--ink); background: transparent; cursor: pointer; font: 700 15px/1 var(--utility); }
.pagination button:hover:not(:disabled) { color: var(--blue); border-color: #c9ddfb; background: #f3f7ff; }
.pagination button:disabled { cursor: not-allowed; opacity: .35; }
.pagination__arrow { font-size: 27px !important; font-weight: 400 !important; }
.pagination__pages { display: flex; align-items: center; gap: 5px; }
.pagination__pages .pagination__page.is-current { color: var(--blue); background: #f0f5ff; opacity: 1; }
.pagination__ellipsis { min-width: 36px; color: var(--ink); text-align: center; letter-spacing: 3px; }
.pagination__summary { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.pagination span { font-family: var(--utility); font-size: 12px; }
.page-size-control { display: inline-flex; align-items: center; gap: 7px; margin-left: 10px; color: var(--muted); font-size: 11px; white-space: nowrap; }
.page-size-control select { width: 80px; min-height: 40px; padding: 0 8px; font-family: var(--utility); font-size: 10px; }
.empty-state { padding: 70px 20px; text-align: center; background: var(--surface); }
.empty-state strong { font-size: 23px; }
.empty-state p { color: var(--muted); }

.job-dialog { width: min(720px, calc(100vw - 28px)); max-height: 86vh; padding: 0; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 22px; color: var(--ink); background: var(--surface); box-shadow: 0 30px 100px rgba(8,34,48,.25); }
.job-dialog::backdrop { background: rgba(22, 48, 62, .42); backdrop-filter: blur(5px); }
.job-dialog__bar { position: sticky; top: 0; z-index: 2; display: flex; justify-content: space-between; align-items: center; padding: 13px 17px; color: white; background: var(--ink); font-size: 11px; }
.job-dialog__bar button { width: 32px; height: 32px; border: 0; color: white; background: transparent; cursor: pointer; font-size: 24px; }
.access-challenge-dialog { width: min(430px, calc(100vw - 24px)); padding: 0; border: 1px solid #c8dcf7; border-radius: 20px; color: var(--ink); background: white; box-shadow: 0 28px 90px rgba(13, 42, 82, .25); }
.access-challenge-dialog::backdrop { background: rgba(19, 41, 72, .42); backdrop-filter: blur(5px); }
.access-challenge-dialog__body { padding: 28px; }
.access-challenge-dialog__eyebrow { margin: 0 0 10px; color: var(--blue); font: 700 11px/1.4 var(--utility); letter-spacing: .08em; }
.access-challenge-dialog h2 { margin: 0; font-size: 26px; }
.access-challenge-dialog h2 + p { margin: 12px 0 20px; color: var(--muted); line-height: 1.7; }
.access-challenge-dialog label { display: grid; grid-template-columns: 1fr 110px; align-items: center; gap: 14px; padding: 16px; border-radius: 13px; background: #f4f8ff; }
.access-challenge-dialog label span { color: var(--blue-deep); font: 800 25px/1 var(--utility); }
.access-challenge-dialog input { min-width: 0; height: 44px; border: 1px solid #bcd4f4; border-radius: 9px; text-align: center; font: 700 18px/1 var(--utility); }
.access-challenge-dialog__error { min-height: 24px; margin: 9px 0 3px; color: #c24652; font-size: 13px; }
.access-challenge-dialog__actions { display: flex; justify-content: flex-end; gap: 10px; }
.access-challenge-dialog__actions button { min-height: 42px; padding: 0 17px; border: 1px solid #c8dcf7; border-radius: 10px; color: var(--blue-deep); background: white; cursor: pointer; font-weight: 700; }
.access-challenge-dialog__actions button[type="submit"] { border-color: var(--blue); color: white; background: var(--blue); }
.access-challenge-dialog__actions button:disabled { cursor: wait; opacity: .6; }
.dialog-body { padding: 28px; }
.dialog-body h2 { margin: 0; font-size: 28px; line-height: 1.35; }
.dialog-body__id { margin-bottom: 10px; color: var(--blue); font-family: var(--utility); font-size: 10px; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin: 24px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; }
.detail-grid div { padding: 13px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-grid div:nth-child(2n) { border-right: 0; }
.detail-grid div:nth-last-child(-n+2) { border-bottom: 0; }
.detail-grid dt { margin-bottom: 5px; color: var(--muted); font-size: 10px; }
.detail-grid dd { margin: 0; font-size: 13px; line-height: 1.6; }
.major-block { padding: 17px; border-radius: 12px; background: var(--surface-soft); }
.major-block span { color: var(--muted); font-size: 10px; }
.major-block p { margin: 7px 0 0; line-height: 1.7; }
.dialog-source { display: inline-flex; margin-top: 20px; padding: 12px 16px; border-radius: 10px; color: white; background: var(--blue); text-decoration: none; }

.delete-dialog { width: min(470px, calc(100vw - 28px)); padding: 0; overflow: hidden; border: 1px solid #f0c6cb; border-radius: 20px; color: var(--ink); background: white; box-shadow: 0 30px 100px rgba(92, 34, 44, .25); }
.delete-dialog::backdrop { background: rgba(22, 48, 62, .42); backdrop-filter: blur(5px); }
.delete-dialog__body { padding: 27px; }
.delete-dialog__eyebrow { margin: 0 0 10px; color: #b6404b; font-family: var(--utility); font-size: 10px; font-weight: 750; letter-spacing: .1em; }
.delete-dialog h2 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.delete-dialog__body > p:not(.delete-dialog__eyebrow):not(.delete-dialog__job):not(.delete-dialog__error) { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.delete-dialog__job { margin: 17px 0 0; padding: 12px 13px; overflow-wrap: anywhere; border-left: 3px solid #d75b68; border-radius: 0 9px 9px 0; color: #74313a; background: #fff5f6; font-size: 13px; font-weight: 700; line-height: 1.6; }
.delete-dialog__error { min-height: 20px; margin: 12px 0 0; color: var(--red); font-size: 12px; }
.delete-dialog__actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 18px; }
.delete-dialog__actions button { min-height: 42px; padding: 0 16px; border-radius: 10px; cursor: pointer; font-weight: 700; }
.delete-dialog__cancel { border: 1px solid var(--line-strong); color: var(--blue-deep); background: white; }
.delete-dialog__confirm { border: 1px solid #cf4f5d; color: white; background: #cf4f5d; }
.delete-dialog__confirm:hover:not(:disabled) { background: #b6404b; }
.delete-dialog__actions button:disabled { cursor: wait; opacity: .65; }

.account-dialog { width: min(480px, calc(100vw - 28px)); max-height: 88vh; padding: 0; overflow: hidden auto; border: 1px solid var(--line-strong); border-radius: 22px; color: var(--ink); background: white; box-shadow: 0 30px 100px rgba(8,34,48,.25); }
.account-dialog::backdrop { background: rgba(22, 48, 62, .42); backdrop-filter: blur(5px); }
.account-dialog__body { padding: 26px; }
.account-kicker { margin: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.account-tabs { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 20px; padding: 4px; border-radius: 12px; background: var(--surface-soft); }
.account-tabs button { min-height: 40px; border: 0; border-radius: 9px; color: var(--muted); background: transparent; cursor: pointer; font-weight: 700; }
.account-tabs button.is-active { color: var(--blue-deep); background: white; box-shadow: var(--shadow-soft); }
.account-form { display: grid; gap: 15px; }
.account-form[hidden], #guestAccountView[hidden], #memberAccountView[hidden] { display: none; }
.account-form label { display: grid; gap: 7px; color: var(--muted); font-size: 11px; font-weight: 700; }
.account-form input { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid var(--line-strong); border-radius: 10px; color: var(--ink); background: white; }
.code-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.code-row button, .account-submit, .account-logout { min-height: 46px; padding: 0 16px; border: 1px solid var(--line-strong); border-radius: 10px; cursor: pointer; font-weight: 700; }
.code-row button { color: var(--blue-deep); background: var(--sky); }
.account-submit { border-color: var(--blue); color: white; background: var(--blue); }
.account-form .account-consent { display: flex; grid-template-columns: none; align-items: center; gap: 7px; margin: -4px 0 0; color: var(--muted); font-size: 10px; }
.account-form .account-consent input { width: 15px; min-height: 15px; margin: 0; }
.account-message { min-height: 20px; margin: 16px 0 0; color: var(--muted); font-size: 12px; }
.account-message[data-kind="error"] { color: var(--red); }
.account-message[data-kind="success"] { color: #28745f; }
.account-status { display: inline-flex; padding: 5px 9px; border-radius: 999px; color: var(--blue-deep); background: var(--sky); font-size: 10px; font-weight: 700; }
#memberAccountView h2 { margin: 13px 0 7px; font-size: 21px; overflow-wrap: anywhere; }
#memberAccountView p { margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.account-logout { color: var(--red); background: white; }
.redemption-form { display: grid; gap: 7px; margin: 0 0 14px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-soft); }
.redemption-form label { color: var(--muted); font-size: 11px; font-weight: 700; }
.redemption-form span { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.redemption-form input { min-width: 0; height: 42px; padding: 0 11px; border: 1px solid var(--line-strong); border-radius: 9px; }
.redemption-form button { padding: 0 14px; border: 0; border-radius: 9px; color: white; background: var(--blue); cursor: pointer; font-weight: 700; }
.account-section { margin: 0 0 12px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.account-section summary { padding: 13px 14px; cursor: pointer; color: var(--blue-deep); font-size: 12px; font-weight: 700; }
.account-form--compact { padding: 0 14px 14px; }
.control-deck :disabled { cursor: not-allowed; opacity: .58; }

.source-dialog { width: min(860px, calc(100vw - 28px)); }
.source-dialog__body { padding: 23px 27px 30px; }
.source-overview > p { margin: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.source-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.source-item { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto 16px; gap: 10px; align-items: center; width: 100%; min-width: 0; padding: 13px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: white; cursor: pointer; font: inherit; text-align: left; }
.source-item:hover { border-color: #b9d6e0; background: var(--surface-soft); }
.source-item__index { color: var(--muted); font-family: var(--utility); font-size: 9px; }
.source-item__main { min-width: 0; }
.source-item strong, .source-item small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.source-item strong { font-size: 12px; }
.source-item small { margin-top: 4px; color: var(--muted); font-family: var(--utility); font-size: 9px; }
.source-item__count { color: var(--blue); font-family: var(--utility); font-size: 9px; white-space: nowrap; }
.source-item__arrow { color: var(--blue); font-size: 13px; }
.source-detail[hidden], .source-overview[hidden] { display: none; }
.source-back { padding: 8px 0; border: 0; color: var(--blue); background: transparent; cursor: pointer; font-weight: 700; }
.source-back:hover { text-decoration: underline; }
.source-detail__heading { margin: 12px 0 20px; padding: 18px 20px; border-radius: 13px; background: var(--surface-soft); }
.source-detail__heading > span { color: var(--muted); font-family: var(--utility); font-size: 9px; letter-spacing: .08em; }
.source-detail__heading h2 { margin: 6px 0 4px; font-size: 26px; }
.source-detail__heading p { margin: 0; color: var(--muted); font-size: 12px; }
.source-url-list { border-top: 1px solid var(--line); }
.source-url-item { display: grid; grid-template-columns: 36px minmax(0, 1fr) 88px 18px; gap: 12px; align-items: start; padding: 15px 10px; border-bottom: 1px solid var(--line); color: var(--ink); background: white; text-decoration: none; }
.source-url-item:hover { background: var(--surface-soft); }
.source-url-item__index, .source-url-item time { color: var(--muted); font-family: var(--utility); font-size: 9px; }
.source-url-item__content { min-width: 0; }
.source-url-item__content strong { display: block; margin-bottom: 6px; font-size: 13px; line-height: 1.5; }
.source-url-item__content span { display: block; color: var(--blue); font-family: var(--utility); font-size: 9px; line-height: 1.6; overflow-wrap: anywhere; word-break: break-word; }
.source-url-item > span:last-child { color: var(--blue); }

.job-loading, .job-load-error { height: 150px; color: var(--muted) !important; text-align: center !important; }
.job-loading span { display: inline-block; width: 12px; height: 12px; margin-right: 10px; border: 2px solid var(--line); border-top-color: var(--blue); border-radius: 50%; vertical-align: -2px; animation: loading-spin .7s linear infinite; }
.job-load-error { color: var(--red) !important; }

footer { display: flex; justify-content: space-between; width: min(1320px, calc(100% - 40px)); margin: 0 auto; padding: 25px 4px 38px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }

@keyframes loading-spin { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .control-deck { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .hero { grid-template-columns: minmax(0, 1fr) 250px; }
  .coverage-radar__ring--three { width: 280px; height: 280px; }
  .search-field { grid-column: 1 / -1; }
  .filter-field--province, .filter-field--city, .filter-field--category, .filter-field--deadline, .reset-button { grid-column: auto; }
}

@media (max-width: 700px) {
  .site-header { width: min(100% - 28px, 1320px); min-height: 72px; }
  .brand__mark { width: 39px; height: 39px; border-radius: 12px; }
  .brand__text small, .edition, .source-library-link, .access-badge { display: none; }
  .source-button { min-height: 38px; padding: 0 12px; }
  main, footer { width: min(100% - 24px, 1320px); }
  .hero { grid-template-columns: 1fr; min-height: 410px; }
  .hero__copy { padding: 32px 26px; }
  h1 { font-size: clamp(35px, 11vw, 48px); }
  .hero__lede { font-size: 14px; }
  .coverage-radar { position: absolute; right: -72px; bottom: -126px; width: 300px; min-height: 300px; opacity: .75; }
  .control-deck { position: static; gap: 11px; padding: 18px; border-radius: 18px; }
  .control-deck__head { align-items: start; }
  .control-deck__head p { display: none; }
  .search-field, .filter-field--province, .filter-field--city, .filter-field--category, .filter-field--deadline, .reset-button { grid-column: 1 / -1; }
  .reset-button { justify-self: stretch; width: 100%; }
  .results-panel { padding: 12px; border-radius: 17px; }
  .results-panel__head { align-items: start; padding-right: 6px; padding-left: 6px; }
  .job-table { min-width: 1360px; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-grid div, .detail-grid div:nth-child(2n), .detail-grid div:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .detail-grid div:last-child { border-bottom: 0; }
  .source-dialog__body { padding: 18px; }
  .source-list { grid-template-columns: 1fr; }
  .source-url-item { grid-template-columns: 28px minmax(0, 1fr) 18px; }
  .source-url-item time { grid-column: 2; grid-row: 2; }
  .source-url-item > span:last-child { grid-column: 3; grid-row: 1; }
  footer { flex-direction: column; gap: 8px; }
}

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

/* 岗集首页：招聘信号台视觉系统 */
:root {
  --canvas: #f5f8fd;
  --ink: #102c5d;
  --blue: #1769f5;
  --blue-deep: #114bb7;
  --aqua: #66a9ff;
  --shadow: 0 20px 58px rgba(30, 92, 185, .12);
  --shadow-soft: 0 10px 28px rgba(30, 92, 185, .08);
  --display: "Arial Rounded MT Bold", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

body {
  background: radial-gradient(circle at 78% -10%, rgba(112, 180, 255, .18), transparent 31rem), linear-gradient(180deg, #fff 0, var(--canvas) 38rem);
}

.site-header { width: min(1420px, calc(100% - 48px)); min-height: 82px; }
.brand { gap: 10px; }
.brand__mark { width: 48px; height: 48px; border-radius: 50%; background: conic-gradient(from 35deg, #1e77ff, #8cc9ff, #1769f5, #0f43b8, #1e77ff); box-shadow: 0 8px 23px rgba(23, 105, 245, .22); }
.brand__mark::before { width: 29px; height: 29px; border-width: 2px; }
.brand__mark::after { width: 13px; height: 13px; border-width: 2px; }
.brand__mark i { width: 5px; height: 5px; box-shadow: 0 0 0 5px rgba(255,255,255,.16); }
.brand__text { display: block; min-width: 0; }
.brand__text strong { display: block; overflow: hidden; font-family: var(--display); font-size: 24px; line-height: 1; letter-spacing: -.07em; text-overflow: ellipsis; white-space: nowrap; }
.brand__text small { display: none; }
.primary-nav { display: flex; align-items: stretch; gap: 32px; margin-left: clamp(18px, 4vw, 70px); }
.primary-nav a { position: relative; padding: 31px 0 27px; color: #536d93; font-size: 14px; font-weight: 700; text-decoration: none; }
.primary-nav a::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 3px; border-radius: 99px; content: ""; background: transparent; }
.primary-nav a:hover, .primary-nav a.is-active { color: var(--blue); }
.primary-nav a.is-active::after { background: var(--blue); }
.header-actions { margin-left: auto; }
.header-search-link { display: inline-flex; align-items: center; gap: 8px; min-width: 200px; height: 38px; padding: 0 14px; border-radius: 99px; color: #90a3c0; background: #f1f6ff; font-size: 12px; text-decoration: none; }
.header-search-link:first-letter { color: var(--blue); font-size: 20px; }
.edition, .access-badge { display: none; }
.source-library-link, .source-button, .account-button { min-height: 38px; padding: 0 18px; border-color: #9ec4ff; border-radius: 8px; color: var(--blue); background: #fff; font-size: 13px; }
.source-library-link:hover, .source-button:hover, .account-button:hover { border-color: var(--blue); color: #fff; background: var(--blue); }

main { width: min(1420px, calc(100% - 48px)); }
.hero { grid-template-columns: minmax(0, .96fr) minmax(440px, 1.04fr); min-height: 460px; border-color: #e2eeff; border-radius: 26px; background: linear-gradient(118deg, #fff 0%, #f7fbff 55%, #edf7ff 100%); }
.hero::before { position: absolute; inset: 0; content: ""; pointer-events: none; background: radial-gradient(circle at 33% 85%, rgba(84, 163, 255, .09), transparent 24rem); }
.hero__copy { align-self: center; padding: clamp(38px, 5vw, 74px); }
.hero__eyebrow { margin-bottom: 20px; }
.hero__eyebrow span { padding: 6px 10px; border: 0; color: var(--blue); background: #e8f1ff; font-size: 11px; }
h1 { font-size: clamp(42px, 4.25vw, 67px); font-weight: 800; line-height: 1.1; letter-spacing: -.075em; }
.hero__lede { max-width: 590px; margin-top: 21px; color: #597196; font-size: 15px; line-height: 1.85; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.hero-primary, .hero-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 23px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 750; text-decoration: none; cursor: pointer; }
.hero-primary { gap: 10px; color: #fff; background: linear-gradient(105deg, #1769f5, #237dfd); box-shadow: 0 12px 25px rgba(23, 105, 245, .24); }
.hero-primary span { font-size: 19px; transition: transform .18s ease; }
.hero-primary:hover span { transform: translateX(3px); }
.hero-secondary { border-color: #c9dfff; color: #3769a6; background: rgba(255,255,255,.82); }
.hero-secondary:hover { border-color: #8bb7fd; color: var(--blue); background: #fff; }
.hero__note i { background: #34c58c; box-shadow: 0 0 0 5px rgba(52,197,140,.13); }

.signal-field { position: relative; min-height: 440px; overflow: hidden; }
.signal-field::before { position: absolute; top: 50%; left: 48%; width: 470px; height: 470px; border: 1px solid rgba(62, 140, 245, .14); border-radius: 42% 58% 53% 47% / 44% 44% 56% 56%; content: ""; background: radial-gradient(circle at 60% 48%, rgba(116, 188, 255, .27), rgba(163, 211, 255, .08) 48%, transparent 72%); transform: translate(-50%, -50%) rotate(-14deg); }
.signal-field__grid { position: absolute; inset: 42px 28px 35px 12px; opacity: .64; background-image: linear-gradient(rgba(75, 147, 247, .11) 1px, transparent 1px), linear-gradient(90deg, rgba(75, 147, 247, .11) 1px, transparent 1px); background-size: 42px 42px; mask-image: radial-gradient(ellipse 76% 66% at 51% 52%, #000 25%, transparent 72%); }
.signal-field__arc { position: absolute; border: 1px solid rgba(42, 119, 235, .28); border-radius: 50%; }
.signal-field__arc--one { top: 137px; left: 101px; width: 348px; height: 186px; transform: rotate(-24deg); }
.signal-field__arc--two { top: 56px; left: 188px; width: 258px; height: 342px; transform: rotate(30deg); }
.signal-node { position: absolute; z-index: 1; width: 14px; height: 14px; border: 3px solid #fff; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(23,105,245,.17), 0 8px 14px rgba(23,105,245,.22); }
.signal-node--one { top: 115px; left: 42%; }
.signal-node--two { top: 203px; left: 71%; width: 21px; height: 21px; }
.signal-node--three { top: 292px; left: 31%; width: 18px; height: 18px; }
.signal-node--four { top: 342px; left: 63%; width: 12px; height: 12px; }
.signal-stat { position: absolute; z-index: 2; display: grid; gap: 4px; min-width: 156px; padding: 15px 17px; border: 1px solid rgba(220, 234, 255, .95); border-radius: 13px; background: rgba(255,255,255,.89); box-shadow: 0 14px 34px rgba(63, 124, 200, .12); backdrop-filter: blur(9px); }
.signal-stat span, .signal-stat small { color: #6682aa; font-size: 11px; }
.signal-stat strong { color: #123d91; font-family: var(--utility); font-size: 25px; font-weight: 700; letter-spacing: -.07em; }
.signal-stat--total { top: 58px; left: 9%; }
.signal-stat--categories { top: 218px; right: 2%; }
.signal-stat--updated { bottom: 39px; left: 13%; }
.signal-stat--updated strong { font-size: 18px; letter-spacing: -.03em; }
.signal-field__caption { position: absolute; right: 35px; bottom: 8px; margin: 0; color: #9ab2cf; font-family: var(--utility); font-size: 10px; line-height: 1.6; letter-spacing: .03em; text-align: right; }
.signal-strip { right: 12%; bottom: 30px; left: 46%; z-index: 3; height: 3px; opacity: .65; }

.trust-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 20px 0; padding: 21px 27px; border: 1px solid #e2ecfb; border-radius: 16px; background: rgba(255,255,255,.75); }
.trust-rail > div { display: flex; align-items: center; gap: 12px; min-width: 0; }
.trust-rail__icon { display: grid; flex: 0 0 36px; width: 36px; height: 36px; place-items: center; border-radius: 12px; color: var(--blue); background: #eaf3ff; font-size: 20px; font-weight: 800; }
.trust-rail p { display: grid; gap: 4px; margin: 0; }
.trust-rail strong { color: #29466f; font-size: 13px; }
.trust-rail small { color: #8094b1; font-size: 11px; line-height: 1.45; }

.control-deck { top: 10px; border-color: #deebfb; border-radius: 16px; background: rgba(255,255,255,.96); }
.control-deck__head span, .section-label { color: var(--blue); }
.job-table th { color: #47688e; background: #f2f7ff; }
.results-panel { border-color: #deebfb; border-radius: 16px; }
footer { width: min(1420px, calc(100% - 48px)); }

@media (max-width: 1120px) {
  .primary-nav { gap: 20px; margin-left: 26px; }
  .header-search-link { min-width: auto; }
  .header-search-link span { display: none; }
  .hero { grid-template-columns: minmax(0, 1fr) 430px; }
  .signal-stat--categories { right: 0; }
}

@media (max-width: 860px) {
  .site-header, main, footer { width: min(100% - 28px, 1420px); }
  .site-header { min-height: 72px; }
  .primary-nav { display: none; }
  .brand__mark { width: 40px; height: 40px; }
  .brand__text strong { font-size: 18px; }
  .header-search-link { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 650px; }
  .hero__copy { align-self: start; padding: 38px 30px 0; }
  .signal-field { min-height: 340px; margin-top: -12px; }
  .signal-field::before { width: 390px; height: 390px; }
  .signal-stat--total { top: 35px; left: 8%; }
  .signal-stat--categories { top: 138px; right: 7%; }
  .signal-stat--updated { bottom: 28px; left: 11%; }
  .signal-field__arc--one { top: 88px; left: 15%; }
  .signal-field__arc--two { top: 12px; left: 29%; }
  .signal-node--one { top: 87px; }
  .signal-node--two { top: 159px; }
  .signal-node--three { top: 220px; }
  .signal-node--four { top: 260px; }
  .trust-rail { grid-template-columns: 1fr; gap: 16px; padding: 19px; }
}

@media (max-width: 520px) {
  .brand { min-width: 0; }
  .brand__mark { flex: 0 0 36px; width: 36px; height: 36px; }
  .brand__text strong { font-size: 15px; letter-spacing: -.08em; }
  .header-actions { flex: 0 0 auto; }
  .account-button { min-height: 36px; padding: 0 12px; font-size: 12px; }
  .hero { min-height: 665px; border-radius: 20px; }
  .hero__copy { padding: 31px 24px 0; }
  h1 { font-size: clamp(38px, 11.2vw, 50px); }
  .hero__lede { font-size: 13px; }
  .hero-primary, .hero-secondary { min-height: 46px; padding: 0 16px; font-size: 13px; }
  .signal-field { min-height: 326px; }
  .signal-stat { min-width: 136px; padding: 12px; }
  .signal-stat strong { font-size: 21px; }
  .signal-stat span, .signal-stat small { font-size: 10px; }
  .signal-field__caption { right: 17px; bottom: 3px; }
  .control-deck { border-radius: 14px; }
}

/* 筛选区只保留一行操作，不重复展示字段标题。 */
.control-deck {
  grid-template-columns: minmax(280px, 2.35fr) repeat(4, minmax(142px, 1fr)) minmax(190px, 1.2fr);
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 14px 16px;
  border-radius: 16px;
}
.control-deck__head { display: none; }
.control-deck .search-field label,
.control-deck .filter-field label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.control-deck input,
.control-deck select { min-height: 46px; border-radius: 11px; font-size: 13px; }
.filter-actions { display: grid; grid-template-columns: minmax(76px, .8fr) minmax(104px, 1.1fr); gap: 8px; min-width: 0; }
.control-deck .query-button,
.control-deck .reset-button { display: inline-flex; align-items: center; justify-content: center; gap: 6px; justify-self: stretch; align-self: center; width: auto; min-height: 46px; padding: 0 10px; border-radius: 11px; cursor: pointer; font-size: 12px; font-weight: 700; white-space: nowrap; }
.control-deck .query-button { border: 1px solid var(--blue); color: white; background: var(--blue); box-shadow: 0 7px 16px rgba(63,131,188,.2); }
.control-deck .query-button:hover { border-color: var(--blue-deep); background: var(--blue-deep); }
.control-deck .query-button:disabled { cursor: wait; opacity: .62; }
.control-deck .query-button svg,
.control-deck .reset-button svg { width: 14px; height: 14px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 1180px) {
  .control-deck { grid-template-columns: minmax(260px, 2fr) repeat(3, minmax(150px, 1fr)); }
  .search-field { grid-column: span 2; }
}

@media (max-width: 760px) {
  .control-deck { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 13px; }
  .search-field { grid-column: 1 / -1; }
  .filter-actions { grid-column: 1 / -1; }
  .filter-actions .reset-button { grid-column: auto; }
}

@media (max-width: 480px) {
  .control-deck { grid-template-columns: 1fr; }
  .search-field, .filter-field--province, .filter-field--city, .filter-field--category, .filter-field--deadline, .filter-actions { grid-column: 1; }
}

/* 主视觉不再呈现实时数字，只说明岗集服务范围。 */
.hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
  min-height: 448px;
}
.hero__copy { padding: clamp(38px, 4.5vw, 66px); }
.hero h1 { max-width: none; font-size: clamp(46px, 4vw, 64px); line-height: 1.08; }
.hero h1 span,
.hero h1 em { display: block; white-space: nowrap; }
.hero__lede { max-width: 640px; margin-top: 19px; font-size: 14px; line-height: 1.8; }
.signal-field { min-height: 428px; }
.signal-field::before { left: 50%; width: 450px; height: 450px; opacity: .75; }
.signal-field__grid { inset: 38px 18px 28px 8px; opacity: .46; }
.signal-field__arc--one { top: 128px; left: 58px; width: 337px; height: 176px; }
.signal-field__arc--two { top: 45px; left: 147px; width: 252px; height: 330px; }
.signal-node { opacity: .7; }
.signal-node--one { top: 102px; left: 37%; }
.signal-node--two { top: 185px; left: 77%; }
.signal-node--three { top: 290px; left: 23%; }
.signal-node--four { top: 336px; left: 65%; }
.signal-overview {
  position: absolute;
  z-index: 3;
  top: 54px;
  right: clamp(22px, 4vw, 68px);
  width: min(348px, calc(100% - 74px));
  padding: 22px;
  border: 1px solid rgba(207, 226, 252, .94);
  border-radius: 18px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 18px 46px rgba(60, 118, 190, .12);
  backdrop-filter: blur(12px);
}
.signal-overview__intro > span,
.signal-overview__domains > span { color: #6e87a9; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.signal-overview__intro h2 { margin: 5px 0 17px; color: #153d7d; font-family: var(--display); font-size: 21px; letter-spacing: -.045em; }
.signal-overview__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 16px; }
.signal-overview__facts > div { display: grid; grid-template-columns: 30px 1fr; gap: 8px; align-items: center; min-width: 0; padding: 10px 8px; border-radius: 11px; background: rgba(239, 247, 255, .82); }
.signal-overview__facts i { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; color: #1769f5; background: #dfeeff; font-family: var(--utility); font-size: 12px; font-style: normal; font-weight: 800; }
.signal-overview__facts p { display: grid; gap: 2px; margin: 0; }
.signal-overview__facts strong { color: #234d89; font-size: 13px; white-space: nowrap; }
.signal-overview__facts small { color: #7990b0; font-size: 10px; line-height: 1.35; }
.signal-overview__domains { padding-top: 14px; border-top: 1px solid #e4eefb; }
.signal-overview__domains p { display: flex; flex-wrap: wrap; gap: 7px; margin: 10px 0 0; }
.signal-overview__domains b { padding: 5px 8px; border: 1px solid #d8e8fb; border-radius: 99px; color: #4371aa; background: rgba(250, 253, 255, .82); font-size: 10px; font-weight: 700; white-space: nowrap; }
.signal-overview__foot { display: block; margin-top: 15px; color: #98abc3; font-size: 10px; }

@media (max-width: 1120px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr); }
  .hero h1 { font-size: clamp(43px, 4.15vw, 58px); }
  .signal-overview { right: 20px; width: min(336px, calc(100% - 40px)); }
}

@media (max-width: 860px) {
  .hero { min-height: 690px; }
  .hero h1 { font-size: clamp(41px, 8.4vw, 58px); }
  .signal-field { min-height: 340px; }
  .signal-overview { top: 24px; right: 22px; left: 22px; width: auto; padding: 18px; }
  .signal-overview__intro h2 { margin-bottom: 12px; }
}

@media (max-width: 520px) {
  .hero { min-height: 665px; }
  .hero h1 { font-size: clamp(35px, 9.7vw, 48px); letter-spacing: -.085em; }
  .hero h1 span,
  .hero h1 em { white-space: normal; }
  .signal-overview { right: 15px; left: 15px; padding: 16px; }
  .signal-overview__facts { grid-template-columns: 1fr; gap: 6px; }
  .signal-overview__facts > div { grid-template-columns: 30px 1fr; }
  .signal-overview__facts small { font-size: 10px; }
}

/* 图形本身是主角：把说明拆为轻量的独立悬浮信息点。 */
.signal-field__label {
  position: absolute;
  z-index: 3;
  top: 40px;
  left: 12%;
  margin: 0;
  color: #6b89b3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}
.signal-float {
  position: absolute;
  z-index: 3;
  display: grid;
  align-items: center;
  margin: 0;
  border: 1px solid rgba(205, 226, 253, .88);
  border-radius: 14px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 12px 30px rgba(60, 118, 190, .1);
  backdrop-filter: blur(8px);
}
.signal-float i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  color: #1769f5;
  background: #e1efff;
  font-family: var(--utility);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}
.signal-float p { margin: 0; }
.signal-float strong { display: block; color: #1d4c90; font-size: 14px; }
.signal-float small { display: block; margin-top: 3px; color: #7892b3; font-size: 10px; line-height: 1.35; }
.signal-float--update { top: 73px; left: 8%; grid-template-columns: 30px 1fr; gap: 9px; width: 196px; padding: 11px 12px; }
.signal-float--jobs { top: 125px; right: 4%; grid-template-columns: 30px 1fr; gap: 9px; width: 184px; padding: 11px 12px; }
.signal-float--domains { right: 11%; bottom: 42px; width: 270px; padding: 13px 14px; }
.signal-float--domains > span { color: #426eaa; font-size: 11px; font-weight: 800; }
.signal-float--domains p { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 9px; }
.signal-float--domains b { padding: 4px 7px; border: 1px solid #d5e6fd; border-radius: 99px; color: #4876b3; background: rgba(252, 254, 255, .72); font-size: 10px; font-weight: 700; white-space: nowrap; }
.signal-field__foot { position: absolute; z-index: 2; right: 5%; bottom: 13px; color: #8ba5c6; font-size: 10px; }

@media (max-width: 1120px) {
  .signal-float--update { left: 5%; }
  .signal-float--jobs { right: 2%; }
  .signal-float--domains { right: 5%; }
}

@media (max-width: 860px) {
  .signal-field__label { top: 25px; left: 9%; }
  .signal-float--update { top: 50px; left: 7%; }
  .signal-float--jobs { top: 118px; right: 7%; }
  .signal-float--domains { right: 50%; bottom: 36px; width: 276px; transform: translateX(50%); }
  .signal-field__foot { display: none; }
}

@media (max-width: 520px) {
  .signal-float--update { left: 5%; width: 180px; }
  .signal-float--jobs { right: 5%; width: 172px; }
  .signal-float--domains { width: min(276px, calc(100% - 32px)); }
}

/* 手机端：单栏主视觉、紧凑雷达信息板与可触控岗位卡片。 */
@media (max-width: 860px) {
  body { overflow-x: hidden; }
  .hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }
  .hero__copy { padding: 38px clamp(24px, 7vw, 44px) 28px; }
  .hero h1 {
    max-width: 680px;
    font-size: clamp(38px, 8vw, 54px);
  }
  .hero h1 span,
  .hero h1 em { white-space: normal; }
  .signal-field { min-height: 340px; }
}

@media (max-width: 700px) {
  .site-header {
    width: calc(100% - 28px);
    min-height: 72px;
    gap: 12px;
  }
  .brand { min-width: 0; gap: 9px; }
  .brand__mark {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
  }
  .brand__mark::before { width: 23px; height: 23px; }
  .brand__mark::after { width: 11px; height: 11px; }
  .brand__text { min-width: 0; }
  .brand__text strong {
    overflow: hidden;
    font-size: clamp(15px, 4.4vw, 18px);
    letter-spacing: -.045em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header-actions { flex: 0 0 auto; gap: 6px; }
  .account-button {
    min-height: 40px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 12px;
  }

  main,
  footer { width: calc(100% - 24px); }
  .hero { border-radius: 22px; }
  .hero__copy { padding: 32px 24px 26px; }
  .hero__eyebrow { gap: 6px; margin-bottom: 16px; }
  .hero__eyebrow span { padding: 5px 8px; font-size: 9px; }
  .hero h1 {
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.1;
    letter-spacing: -.065em;
  }
  .hero__lede { margin-top: 16px; font-size: 13px; line-height: 1.75; }
  .hero__actions { margin-top: 21px; }
  .hero-primary { width: 100%; min-height: 46px; }
  .hero__note { align-items: flex-start; margin-top: 15px; line-height: 1.55; }
  .hero__note i { flex: 0 0 auto; margin-top: 5px; }

  .signal-field { min-height: 304px; }
  .signal-field::before {
    top: 51%;
    left: 50%;
    width: 330px;
    height: 330px;
  }
  .signal-field__grid { inset: 18px 8px 12px; }
  .signal-field__label { top: 15px; left: 16px; }
  .signal-field__arc--one { top: 104px; left: 4%; width: 82%; height: 126px; }
  .signal-field__arc--two { top: 78px; left: 35%; width: 52%; height: 190px; }
  .signal-node--one { top: 91px; left: 31%; }
  .signal-node--two { top: 148px; left: 81%; }
  .signal-node--three { top: 220px; left: 21%; }
  .signal-node--four { top: 245px; left: 66%; }
  .signal-float { backdrop-filter: blur(10px); }
  .signal-float--update,
  .signal-float--jobs {
    top: 42px;
    bottom: auto;
    width: calc(50% - 18px);
    min-height: 88px;
    padding: 10px;
  }
  .signal-float--update { left: 12px; }
  .signal-float--jobs { right: 12px; }
  .signal-float strong { font-size: 13px; }
  .signal-float small { font-size: 9px; }
  .signal-float--domains {
    right: 12px;
    bottom: 22px;
    width: calc(100% - 24px);
    padding: 12px;
    transform: none;
  }
  .signal-float--domains p { gap: 5px; margin-top: 8px; }
  .signal-float--domains b { padding: 4px 6px; font-size: 9px; }

  .control-deck { margin-top: 12px; padding: 12px; }
  .control-deck input,
  .control-deck select,
  .control-deck .query-button,
  .control-deck .reset-button { min-height: 48px; }
  .filter-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .dashboard { margin-top: 12px; }
  .results-panel { padding: 11px; }
  .results-panel__head { padding: 4px 4px 12px; }
  .results-panel__head h2 { font-size: 21px; }
  .job-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .job-table {
    display: block;
    width: 100%;
    min-width: 0;
    table-layout: auto;
  }
  .job-table colgroup,
  .job-table thead { display: none; }
  .job-table tbody { display: grid; gap: 10px; }
  .job-table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 12px;
    padding: 12px;
    overflow: hidden;
    border: 1px solid #dce9f8;
    border-radius: 14px;
    background: white;
    box-shadow: 0 8px 22px rgba(41, 94, 166, .06);
  }
  .job-table td,
  .job-table tbody tr:hover td {
    display: block;
    min-width: 0;
    padding: 8px 0;
    border: 0;
    color: #435d72;
    background: transparent;
    font-size: 13px;
    text-align: left;
  }
  .job-table td::before {
    display: block;
    margin-bottom: 4px;
    color: #8aa0ba;
    content: attr(data-label);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .05em;
  }
  .job-table .cell-title {
    grid-column: 1 / -1;
    order: -2;
    padding-top: 2px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7effa;
  }
  .job-table .cell-date { order: -1; }
  .job-table td:nth-child(8) { grid-column: 1 / -1; }
  .job-table .cell-action { grid-column: 1 / -1; }
  .cell-title strong {
    overflow: visible;
    font-size: 15px;
    line-height: 1.55;
    text-overflow: clip;
    white-space: normal;
  }
  .cell-clamp { -webkit-line-clamp: 3; }
  .table-link,
  .table-link--button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #c8defa;
    border-radius: 9px;
    color: var(--blue-deep);
    background: #f4f8ff;
    text-decoration: none;
  }
  .job-loading,
  .job-load-error {
    grid-column: 1 / -1;
    height: auto;
    min-height: 120px;
    padding: 46px 12px !important;
  }
  .job-loading::before,
  .job-load-error::before { display: none !important; }

  .pagination {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 3px;
    padding-top: 18px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .pagination::-webkit-scrollbar { display: none; }
  .pagination button { flex: 0 0 auto; min-width: 38px; min-height: 44px; }
  .pagination__pages { flex: 0 0 auto; }
  .page-size-control {
    flex: 0 0 auto;
    justify-content: center;
    margin-left: 7px;
  }

  .dialog-body { padding: 20px; }
  .dialog-body h2 { font-size: 22px; }
  .account-dialog__body { padding: 20px; }
  .job-dialog,
  .account-dialog,
  .delete-dialog,
  .access-challenge-dialog { width: calc(100vw - 20px); border-radius: 17px; }
  .delete-dialog__body { padding: 21px; }
  .delete-dialog h2 { font-size: 21px; }
}

@media (max-width: 380px) {
  .site-header { width: calc(100% - 20px); }
  .brand__text strong { font-size: 14px; }
  .account-button { padding: 0 9px; }
  main,
  footer { width: calc(100% - 16px); }
  .hero__copy { padding-right: 20px; padding-left: 20px; }
  .signal-float--update,
  .signal-float--jobs { width: calc(50% - 14px); }
  .signal-float--update { left: 8px; }
  .signal-float--jobs { right: 8px; }
  .signal-float i { width: 27px; height: 27px; }
  .signal-float--update,
  .signal-float--jobs { grid-template-columns: 27px minmax(0, 1fr); gap: 6px; padding: 8px; }
  .signal-float--domains { right: 8px; width: calc(100% - 16px); }
}
