/* Canonical Design System extension: public recruitment experience. */
:root {
  --ai-bg: #f5f7fb;
  --ai-surface: #ffffff;
  --ai-soft: #edf4ff;
  --ai-border: #d8e2f2;
  --ai-text: #0f172a;
  --ai-muted: var(--hrc-public-readable-muted, var(--color-text-muted, var(--hrc-neutral-600)));
  --ai-blue: #2563eb;
  --ai-teal: #0faaa5;
  --ai-green: #16a34a;
  --ai-amber: #f59e0b;
  --ai-rose: #e11d48;
  --ai-shadow: 0 20px 60px rgba(15, 23, 42, .10);
}

body.ai-recruitment-home {
  margin: 0;
  background: var(--ai-bg);
  color: var(--ai-text);
  font-family: "Be Vietnam Pro", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.ai-recruitment-home.is-dark,
html[data-theme="dark"] body.ai-recruitment-home,
body.ai-recruitment-home[data-theme="dark"] {
  --ai-bg: #0b1220;
  --ai-surface: #111a2e;
  --ai-soft: #14213b;
  --ai-border: #253653;
  --ai-text: #eef5ff;
  --ai-muted: var(--hrc-public-readable-muted, var(--color-text-muted, var(--hrc-neutral-300)));
  --ai-shadow: 0 20px 60px rgba(0, 0, 0, .28);
}

.ai-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid var(--ai-border);
  backdrop-filter: blur(18px);
}

.is-dark .ai-topbar {
  background: rgba(11, 18, 32, .88);
}

.ai-nav,
.ai-section,
.ai-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ai-nav {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.ai-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ai-text);
  text-decoration: none;
  min-width: max-content;
}

.ai-brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--ai-blue), var(--ai-teal));
}

.ai-brand small,
.ai-job-company,
.ai-section-head p,
.ai-hero p,
.ai-command p,
.ai-action-cards span,
.ai-post-card p,
.ai-company-card small,
.ai-video-card small {
  color: var(--ai-muted);
}

.ai-brand small {
  display: block;
  font-size: 11px;
  margin-top: 1px;
}

.ai-nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
}

.ai-nav-links a,
.ai-job-foot a,
.ai-action-cards a,
.ai-video-card a {
  color: var(--ai-text);
  text-decoration: none;
}

.ai-nav-links a {
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
}

.ai-nav-links a:hover {
  background: var(--ai-soft);
}

.ai-nav-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.ai-btn,
.ai-theme-toggle {
  border: 1px solid var(--ai-border);
  border-radius: 14px;
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  background: var(--ai-surface);
  color: var(--ai-text);
}

.ai-btn-primary {
  border-color: transparent;
  color: #fff !important;
  background-color: var(--ai-blue) !important;
  background-image: linear-gradient(135deg, var(--ai-blue), var(--ai-teal)) !important;
  box-shadow: 0 14px 30px rgba(37, 99, 235, .18);
}

.ai-btn-dark {
  color: #fff !important;
  border-color: #0f172a;
  background-color: #0f172a !important;
  background-image: none !important;
}

.ai-btn-ghost {
  background: var(--ai-surface);
}

.ai-hero {
  padding: 34px 0 22px;
  display: grid;
  grid-template-columns: minmax(280px, .82fr) 1.18fr;
  gap: 18px;
  align-items: start;
}

.ai-hero-copy,
.ai-search-panel,
.ai-command,
.ai-job-card,
.ai-company-card,
.ai-video-card,
.ai-post-card,
.ai-company-row,
.ai-empty,
.ai-flash {
  background: var(--ai-surface);
  border: 1px solid var(--ai-border);
  box-shadow: var(--ai-shadow);
}

.ai-hero-copy {
  border-radius: 24px;
  padding: 24px;
}

.ai-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(37, 99, 235, .10);
  color: var(--hrc-public-readable-accent, var(--color-text-info, var(--hrc-info-600)));
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ai-hero h1 {
  margin: 14px 0 10px;
  font-size: clamp(32px, 3.6vw, 50px);
  line-height: 1.04;
  letter-spacing: 0;
}

.ai-hero p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.ai-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.ai-search-panel {
  border-radius: 24px;
  padding: 18px;
  min-height: 0;
}

.ai-search-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr .85fr .8fr auto;
  gap: 10px;
}

.ai-search-grid label,
.ai-quick-apply {
  display: flex;
  align-items: center;
}

.ai-search-grid label {
  min-width: 0;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
}

.ai-search-grid span {
  font-size: 12px;
  font-weight: 900;
  color: var(--ai-muted);
}

.ai-search-grid input,
.ai-quick-apply input {
  min-height: 44px;
  border: 1px solid var(--ai-border);
  border-radius: 14px;
  padding: 0 13px;
  background: var(--ai-bg);
  color: var(--ai-text);
  font: inherit;
  font-weight: 700;
}

.ai-search-grid button {
  align-self: end;
}

.ai-quick-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.ai-quick-tags a,
.ai-job-tags span {
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--ai-soft);
  color: var(--ai-text);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.ai-hero-metrics {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.ai-hero-metrics div {
  border: 1px solid var(--ai-border);
  background: linear-gradient(135deg, rgba(37, 99, 235, .10), rgba(15, 170, 165, .10));
  border-radius: 18px;
  padding: 16px;
}

.ai-hero-metrics b {
  display: block;
  font-size: 28px;
}

.ai-hero-metrics span {
  color: var(--ai-muted);
  font-weight: 800;
}

.ai-section {
  margin-top: 18px;
}

.ai-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.ai-section-head.compact {
  margin-bottom: 10px;
}

.ai-section-head h2,
.ai-command h2 {
  margin: 8px 0 4px;
  font-size: 26px;
  letter-spacing: 0;
}

.ai-section-head p {
  margin: 0;
}

.ai-command {
  border-radius: 24px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 18px;
}

.ai-action-cards,
.ai-company-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.ai-action-cards article {
  border: 1px solid var(--ai-border);
  border-radius: 18px;
  padding: 16px;
  background: var(--ai-bg);
}

.ai-action-cards b {
  display: block;
  font-size: 24px;
}

.ai-action-cards a,
.ai-video-card a,
.ai-inline-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--hrc-public-readable-accent, var(--color-text-info, var(--hrc-info-600)));
  font-weight: 900;
  text-decoration: none;
}

.ai-feed-tabs {
  position: sticky;
  top: 68px;
  z-index: 20;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 0;
  background: var(--ai-bg);
}

.ai-feed-tabs button {
  border: 1px solid var(--ai-border);
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--ai-surface);
  color: var(--ai-text);
  font-weight: 900;
  white-space: nowrap;
}

.ai-feed-tabs button.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--ai-blue), var(--ai-teal));
}

.ai-feed-panel {
  display: none;
}

.ai-feed-panel.is-active {
  display: block;
}

.ai-job-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ai-job-card {
  border-radius: 22px;
  padding: 16px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.ai-job-top {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 12px;
  align-items: start;
}

.ai-job-logo,
.ai-company-logo {
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--ai-blue), var(--ai-teal));
}

.ai-job-logo {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  overflow: hidden;
}

.ai-job-logo img,
.ai-video-thumb img,
.ai-post-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai-job-company {
  display: block;
  font-size: 12px;
  font-weight: 900;
}

.ai-job-card h3 {
  margin: 3px 0 0;
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: 0;
}

.ai-job-status {
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.ai-job-status.is-open {
  color: #047857;
  background: rgba(16, 185, 129, .12);
}

.ai-job-status.is-paused {
  color: #a16207;
  background: rgba(245, 158, 11, .16);
}

.ai-job-status.is-closed {
  color: #be123c;
  background: rgba(225, 29, 72, .12);
}

.ai-job-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  font-size: 13px;
}

.ai-job-source-row {
  display: flex;
  align-items: center;
  gap: var(--hrc-space-2, 8px);
  min-width: 0;
}

.ai-job-source-row small {
  color: var(--ai-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ai-job-meta span {
  min-width: 0;
  border: 1px solid var(--ai-border);
  border-radius: 12px;
  padding: 9px;
  color: var(--ai-muted);
}

.ai-job-meta b {
  display: block;
  color: var(--ai-text);
  margin-top: 2px;
}

.ai-job-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.ai-job-desc {
  margin: 0;
  color: var(--ai-muted);
  line-height: 1.6;
  min-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ai-quick-apply {
  gap: 8px;
  margin-top: auto;
}

.ai-quick-apply input:not(.ai-honeypot) {
  flex: 1;
  min-width: 0;
}

.ai-quick-apply button {
  min-height: 44px;
  border: 0;
  border-radius: 14px;
  padding: 0 13px;
  background: #0f172a;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.ai-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.ai-job-foot {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid var(--ai-border);
  padding-top: 12px;
}

.ai-job-foot a {
  font-weight: 900;
  color: var(--ai-blue);
}

.ai-job-foot .ai-job-quick-apply {
  border: 1px solid var(--ai-border);
  border-radius: var(--hrc-radius-md, 12px);
  padding: var(--hrc-space-2, 8px) var(--hrc-space-3, 12px);
}

.ai-company-grid {
  grid-template-columns: repeat(6, 1fr);
}

.ai-company-card {
  border-radius: 18px;
  padding: 16px;
  min-height: 138px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--ai-text);
  text-decoration: none;
}

.ai-company-card span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--ai-blue), var(--ai-teal));
}

.ai-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}

.ai-video-feed,
.ai-community-feed {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.ai-video-card,
.ai-post-card {
  border-radius: 20px;
  padding: 14px;
}

.ai-video-thumb {
  height: 180px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(37, 99, 235, .12), rgba(15, 170, 165, .14));
  margin-bottom: 12px;
}

.ai-video-thumb span {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ai-rose);
  font-weight: 900;
}

.ai-video-card b,
.ai-post-card b {
  display: block;
  line-height: 1.4;
}

.ai-post-card img {
  height: 130px;
  border-radius: 16px;
  margin-bottom: 10px;
}

.ai-post-card span {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--ai-soft);
  color: var(--ai-blue);
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 8px;
}

.ai-company-job-list {
  display: grid;
  gap: 10px;
}

.ai-company-row {
  border-radius: 18px;
  padding: 12px;
  display: grid;
  grid-template-columns: 48px 1fr auto auto;
  align-items: center;
  gap: 12px;
}

.ai-company-logo {
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

.ai-company-row small {
  display: block;
  color: var(--ai-muted);
}

.ai-empty,
.ai-flash {
  border-radius: 18px;
  padding: 16px;
}

.ai-flash-success {
  border-color: rgba(22, 163, 74, .35);
  color: #166534;
  background: #ecfdf5;
}

.ai-flash-danger {
  border-color: rgba(225, 29, 72, .30);
  color: #9f1239;
  background: #fff1f2;
}

@media (max-width: 1100px) {
  .ai-search-grid,
  .ai-job-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-search-grid button {
    grid-column: 1 / -1;
  }

  .ai-company-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .ai-nav,
  .ai-section,
  .ai-hero {
    width: min(100% - 20px, 1180px);
  }

  .ai-nav {
    min-height: 62px;
  }

  .ai-nav-links {
    display: none;
  }

  .ai-nav-actions .ai-btn-ghost {
    display: none;
  }

  .ai-hero,
  .ai-command,
  .ai-two-col,
  .ai-action-cards,
  .ai-hero-metrics,
  .ai-search-grid,
  .ai-job-grid,
  .ai-video-feed,
  .ai-community-feed {
    grid-template-columns: 1fr;
  }

  .ai-hero {
    padding-top: 16px;
  }

  .ai-hero-copy,
  .ai-search-panel,
  .ai-command,
  .ai-job-card {
    border-radius: 18px;
  }

  .ai-hero-copy {
    padding: 20px;
  }

  .ai-hero h1 {
    font-size: 34px;
  }

  .ai-section-head {
    align-items: start;
    flex-direction: column;
  }

  .ai-feed-tabs {
    top: 62px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ai-search-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .ai-search-grid label:first-child,
  .ai-search-grid button {
    grid-column: 1 / -1;
  }

  .ai-search-grid input {
    min-height: 42px;
    padding: 0 10px;
  }

  .ai-hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .ai-hero-metrics div {
    padding: 10px;
    border-radius: 14px;
  }

  .ai-hero-metrics b {
    font-size: 22px;
  }

  .ai-hero-metrics span {
    display: block;
    font-size: 11px;
    line-height: 1.35;
  }

  .ai-job-top {
    grid-template-columns: 48px 1fr;
  }

  .ai-job-status {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .ai-job-meta,
  .ai-company-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ai-quick-apply {
    flex-direction: column;
    align-items: stretch;
  }

  .ai-company-row {
    grid-template-columns: 46px 1fr;
  }

  .ai-company-row strong,
  .ai-company-row .ai-btn {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 420px) {
  .ai-brand small,
  .ai-nav-actions .ai-btn-primary {
    display: none;
  }

  .ai-company-grid {
    grid-template-columns: 1fr;
  }

  .ai-job-meta {
    gap: 6px;
  }

  .ai-job-meta span {
    padding: 8px;
  }

  .ai-job-desc {
    min-height: 0;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 760px) {
  body.ai-recruitment-home .ai-search-panel .ai-search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.ai-recruitment-home .ai-search-panel .ai-search-grid label:first-child,
  body.ai-recruitment-home .ai-search-panel .ai-search-grid button {
    grid-column: 1 / -1 !important;
  }

  body.ai-recruitment-home .ai-hero .ai-hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }
}

.ai-candidate-hero,
.ai-apply-hero {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 16px;
  align-items: stretch;
}

.ai-candidate-hero > div,
.ai-status-search,
.ai-apply-company,
.ai-selected-job,
.ai-apply-form,
.ai-apply-ai,
.ai-status-card {
  border: 1px solid var(--ai-border);
  border-radius: 22px;
  background: var(--ai-surface);
  box-shadow: var(--ai-shadow);
}

.ai-candidate-hero > div,
.ai-apply-company,
.ai-selected-job,
.ai-apply-form,
.ai-apply-ai,
.ai-status-card {
  padding: 18px;
}

.ai-candidate-hero h1,
.ai-apply-hero h1 {
  margin: 10px 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.ai-status-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 18px;
  align-content: center;
}

.ai-status-search label,
.ai-apply-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.ai-status-search span,
.ai-apply-form span {
  color: var(--ai-muted);
  font-size: 12px;
  font-weight: 900;
}

.ai-status-search input,
.ai-apply-form input,
.ai-apply-form select,
.ai-apply-form textarea {
  min-height: 46px;
  border: 1px solid var(--ai-border);
  border-radius: 14px;
  padding: 0 12px;
  background: var(--ai-bg);
  color: var(--ai-text);
  font: inherit;
  font-weight: 700;
}

.ai-apply-form textarea {
  min-height: 92px;
  padding-top: 12px;
}

.ai-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ai-status-top {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 12px;
  align-items: start;
}

.ai-status-top h3,
.ai-status-top p {
  margin: 0;
}

.ai-status-top small,
.ai-status-advice,
.ai-selected-job p,
.ai-apply-ai p {
  color: var(--ai-muted);
}

.ai-status-top b {
  padding: 7px 10px;
  border-radius: 999px;
  color: #047857;
  background: rgba(16, 185, 129, .12);
  font-size: 12px;
}

.ai-status-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0;
}

.ai-status-meta span {
  border: 1px solid var(--ai-border);
  border-radius: 12px;
  padding: 9px;
  color: var(--ai-muted);
  font-size: 12px;
}

.ai-status-meta b {
  display: block;
  color: var(--ai-text);
  font-size: 13px;
  margin-top: 3px;
}

.ai-status-progress {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin: 12px 0;
}

.ai-status-progress span {
  min-height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--ai-soft);
  color: var(--ai-muted);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.ai-status-progress span.done {
  color: #fff;
  background-color: var(--ai-blue);
  background-image: linear-gradient(135deg, var(--ai-blue), var(--ai-teal)) !important;
}

.ai-status-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.ai-status-actions .ai-btn {
  min-width: 0;
  min-height: 38px;
  padding: 0 10px;
  text-align: center;
  white-space: normal;
}

.ai-apply-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
  gap: 16px;
  align-items: start;
}

.ai-apply-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ai-apply-form .ai-section-head,
.ai-form-full,
.ai-flash,
.ai-form-submit {
  grid-column: 1 / -1;
}

.ai-apply-ai {
  position: sticky;
  top: 86px;
}

.public-inquiry-summary h2,
.public-inquiry-help h2 {
  margin: 10px 0;
  font-size: 24px;
  line-height: 1.25;
}

.public-inquiry-summary ul {
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--ai-muted);
}

.public-inquiry-summary li + li {
  margin-top: 8px;
}

.public-inquiry-form .ai-consent-field {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  min-height: 48px;
  padding: 12px;
  border: 1px solid var(--ai-border);
  border-radius: 14px;
  background: var(--ai-bg);
}

.public-inquiry-form .ai-consent-field input {
  width: 22px;
  height: 22px;
  min-height: 22px;
  margin: 0;
  accent-color: var(--ai-blue);
}

.public-inquiry-form .ai-consent-field span {
  color: var(--ai-text);
  font-size: 14px;
  line-height: 1.5;
}

.public-inquiry-form input:focus-visible,
.public-inquiry-form select:focus-visible,
.public-inquiry-form textarea:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--ai-blue) 35%, transparent);
  outline-offset: 2px;
  border-color: var(--ai-blue);
}

.public-inquiry-help > a:not(.ai-btn) {
  min-height: 44px;
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid var(--ai-border);
  color: var(--ai-text);
  font-weight: 800;
  text-decoration: none;
}

.public-inquiry-help > a:not(.ai-btn):hover {
  color: var(--ai-blue);
}

.public-inquiry-help .ai-btn {
  width: 100%;
}

.public-inquiry-form .ai-flash ul {
  margin: 8px 0 0;
  padding-left: 20px;
}

.public-trust-hero p,
.public-trust-content p,
.public-trust-content li {
  color: var(--ai-muted);
  line-height: 1.7;
}

.public-trust-facts article {
  min-width: 0;
}

.public-trust-facts b {
  font-size: 18px;
}

.public-trust-grid .ai-command-main a {
  color: var(--hrc-public-readable-accent, var(--color-text-info, var(--hrc-info-600)));
  font-weight: 800;
}

.public-trust-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.public-trust-content > article {
  padding: 22px;
  border: 1px solid var(--ai-border);
  border-radius: 22px;
  background: var(--ai-surface);
  box-shadow: var(--ai-shadow);
}

.public-trust-content h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.25;
}

.public-trust-content ul {
  margin: 0;
  padding-left: 20px;
}

.public-trust-content li + li {
  margin-top: 8px;
}

.public-official-channels {
  grid-template-columns: 1fr;
}

.ai-consent-field a,
.job-consent a,
.ic-consent a {
  color: var(--hrc-public-readable-accent, var(--color-text-info, var(--hrc-info-600)));
  font-weight: 800;
  text-underline-offset: 3px;
}

.public-channel-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0;
}

.public-channel-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--ai-border);
  border-radius: 12px;
  color: var(--ai-text);
  background: var(--ai-bg);
  font-weight: 800;
  text-decoration: none;
}

body.ai-recruitment-home[data-theme="dark"],
html[data-theme="dark"] body.ai-recruitment-home {
  --ai-bg: #0b1220;
  --ai-surface: #111a2e;
  --ai-soft: #14213b;
  --ai-border: #334460;
  --ai-text: #eef5ff;
  --ai-muted: var(--hrc-public-readable-muted, var(--color-text-muted, var(--hrc-neutral-300)));
  --ai-shadow: 0 20px 60px rgba(0, 0, 0, .28);
}

@media (max-width: 900px) {
  .ai-candidate-hero,
  .ai-apply-hero,
  .ai-apply-layout,
  .ai-status-grid {
    grid-template-columns: 1fr;
  }

  .ai-apply-ai {
    position: static;
  }

  .public-trust-content {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 520px) {
  .ai-status-search,
  .ai-apply-form,
  .ai-status-top,
  .ai-status-meta,
  .ai-status-actions {
    grid-template-columns: 1fr;
  }

  .ai-status-progress {
    grid-template-columns: 1fr;
  }

}

.ai-company-hero,
.ai-news-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.ai-company-hero > div,
.ai-company-intel,
.ai-news-hero > div,
.ai-news-stats,
.ai-company-profile,
.ai-news-job {
  border: 1px solid var(--ai-border);
  border-radius: 22px;
  background: var(--ai-surface);
  box-shadow: var(--ai-shadow);
}

.ai-company-hero > div,
.ai-news-hero > div {
  padding: 20px;
}

.ai-company-hero h1,
.ai-news-hero h1 {
  margin: 10px 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.06;
}

.ai-company-intel,
.ai-news-stats {
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ai-company-intel article,
.ai-news-stats article {
  border: 1px solid var(--ai-border);
  border-radius: 16px;
  padding: 14px;
  background: var(--ai-bg);
}

.ai-company-intel b,
.ai-news-stats b {
  display: block;
  font-size: 28px;
  color: var(--ai-text);
  line-height: 1.15;
}

.ai-company-intel span,
.ai-news-stats span {
  display: block;
  color: var(--ai-muted);
  font-size: 12px;
  font-weight: 900;
  margin-top: 4px;
}

.ai-company-directory {
  display: grid;
  gap: 10px;
}

.ai-company-profile {
  padding: 12px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 120px 150px auto;
  align-items: center;
  gap: 12px;
}

.ai-company-profile > span {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  background-color: var(--ai-blue);
  background-image: linear-gradient(135deg, var(--ai-blue), var(--ai-teal)) !important;
}

.ai-company-profile h3,
.ai-company-profile p {
  margin: 0;
}

.ai-company-profile p,
.ai-company-numbers small,
.ai-news-job span,
.ai-news-job small {
  color: var(--ai-muted);
}

.ai-company-numbers b,
.ai-company-numbers small {
  display: block;
}

.ai-news-job-list {
  display: grid;
  gap: 10px;
}

.ai-news-job {
  padding: 14px;
}

.ai-news-job b,
.ai-news-job span,
.ai-news-job small,
.ai-news-job a {
  display: block;
}

.ai-news-job a {
  margin-top: 8px;
  color: var(--ai-blue);
  font-weight: 900;
  text-decoration: none;
}

.ai-video-feed-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .ai-company-hero,
  .ai-news-hero,
  .ai-company-profile {
    grid-template-columns: 1fr;
  }

  .ai-company-profile > span {
    width: 48px;
    height: 48px;
  }

  .ai-video-feed-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .ai-company-intel,
  .ai-news-stats,
  .ai-video-feed-wide {
    grid-template-columns: 1fr;
  }
}

/* HRConnect public recruitment marketplace */
:root,
body.hrconnect-recruitment-os {
  --hrc-public-readable-muted: var(--color-text-muted, var(--hrc-neutral-600));
  --hrc-public-readable-accent: var(--color-text-info, var(--hrc-info-600));
  --tcv-accent-text: #047857;
  --tcv-accent-solid: #047857;
  --tcv-on-accent: #ffffff;
  --tcv-hero-chip-bg: #16434b;
  --tcv-hero-chip-border: #8fd9c5;
  --tcv-focus-strong: #003b34;
  --tcv-danger-text: #991b1b;
  --tcv-danger-border: #b91c1c;
  --tcv-danger-ring: rgba(185, 28, 28, .12);
  --tcv-control-border: #64748b;
  --tcv-green: var(--tcv-accent-text);
  --tcv-green-dark: #003b34;
  --tcv-green-deep: #052f2b;
  --tcv-ink: #263a4d;
  --tcv-muted: #52657a;
  --tcv-bg: #f3f5f7;
  --tcv-surface: #ffffff;
  --tcv-soft: #f8fafc;
  --tcv-line: #e2e8f0;
  --tcv-text: var(--tcv-ink);
  --tcv-border: var(--tcv-line);
  --tcv-card: var(--tcv-surface);
  --tcv-orange: #f59e0b;
  --tcv-blue: #2563eb;
  background: var(--tcv-bg);
}

html[data-theme="light"] {
  color-scheme: light;
}

html[data-theme="dark"] {
  color-scheme: dark;
}

html[data-theme="dark"] body.hrconnect-recruitment-os,
body.hrconnect-recruitment-os[data-theme="dark"] {
  --hrc-public-readable-accent: var(--hrc-brand-300, #82c4ff);
  --tcv-ink: #eef5ff;
  --tcv-muted: #b5c2d7;
  --tcv-bg: #0b1220;
  --tcv-surface: #101b2d;
  --tcv-soft: #14213b;
  --tcv-line: #334460;
  --tcv-accent-text: #6ee7b7;
  --tcv-accent-solid: #047857;
  --tcv-green: var(--tcv-accent-text);
  --tcv-green-dark: #8af0b6;
  --tcv-focus-strong: #0b1220;
  --tcv-danger-text: #fecaca;
  --tcv-danger-border: #f87171;
  --tcv-danger-ring: rgba(248, 113, 113, .24);
  --tcv-control-border: #8292ad;
  --tcv-muted: #c1ccdc;
}

html[data-theme="dark"] body.hrconnect-recruitment-os .tcv-register,
body.hrconnect-recruitment-os[data-theme="dark"] .tcv-register {
  color: #052f2b;
}

body.qm-public.hrconnect-recruitment-os {
  color: var(--tcv-ink) !important;
  background: var(--tcv-bg) !important;
}

body.hrconnect-recruitment-os > .ai-topbar,
body.hrconnect-recruitment-os > footer:not(.tcv-footer),
body.hrconnect-recruitment-os > .public-footer,
body.hrconnect-recruitment-os > .qm-public-footer {
  display: none !important;
}

body.hrconnect-recruitment-os.is-home-route > main:not(.tcv-main) {
  display: none !important;
}

.tcv-shell {
  min-height: 100vh;
  color: var(--tcv-ink);
  background: var(--tcv-bg);
}

.tcv-shell *,
.tcv-shell *::before,
.tcv-shell *::after,
.tcv-header *,
.tcv-header *::before,
.tcv-header *::after,
.tcv-floating *,
.tcv-floating *::before,
.tcv-floating *::after {
  box-sizing: border-box;
}

.tcv-header {
  position: sticky;
  top: 0;
  z-index: 90;
  height: 72px;
  background: var(--tcv-surface);
  border-bottom: 1px solid var(--tcv-line);
  box-shadow: 0 4px 18px rgba(15, 23, 42, .04);
}

.tcv-nav,
.tcv-container,
.tcv-hero-inner {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.tcv-nav {
  height: 72px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.tcv-brand {
  min-width: 162px;
  color: var(--tcv-ink);
  text-decoration: none;
}

.tcv-brand-word {
  display: block;
  font-size: 27px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.tcv-brand-word span {
  color: var(--tcv-green);
}

.tcv-brand small {
  display: block;
  margin-top: 4px;
  color: var(--tcv-muted);
  font-size: 10px;
  font-weight: 800;
}

.tcv-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  height: 100%;
}

.tcv-nav-item {
  height: 100%;
  display: flex;
  align-items: center;
}

.tcv-nav-link {
  border: 0;
  background: transparent;
  color: var(--tcv-ink);
  text-decoration: none;
  font-weight: 850;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 100%;
  padding: 0 12px;
  cursor: pointer;
  white-space: nowrap;
}

.tcv-nav-link:hover,
.tcv-nav-item.is-open > .tcv-nav-link,
.tcv-pro-link {
  color: var(--tcv-green);
}

.tcv-nav-item > .tcv-nav-link > span {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -4px;
}

.tcv-pro-link span {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  padding: 0 7px;
  border-radius: 999px;
  color: #7a4b00;
  background: #ffd99a;
  font-size: 12px;
}

.tcv-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.tcv-icon-button,
.tcv-login,
.tcv-register,
.tcv-employer {
  min-height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid var(--tcv-line);
  background: var(--tcv-surface);
  color: var(--tcv-ink);
  padding: 0 14px;
  white-space: nowrap;
}

.tcv-icon-button {
  width: 44px;
  padding: 0;
  cursor: pointer;
}

.tcv-register {
  color: #052f2b;
  border-color: var(--tcv-green);
  background: var(--tcv-green);
}

.tcv-employer {
  border-color: transparent;
  color: var(--tcv-ink);
  background: var(--tcv-soft);
}

.tcv-mega {
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: min(1040px, calc(100vw - 40px));
  display: grid;
  gap: 28px;
  padding: 24px 28px;
  border-radius: 0 0 18px 18px;
  background: var(--tcv-surface);
  border: 1px solid var(--tcv-line);
  box-shadow: 0 22px 50px rgba(15, 23, 42, .13);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .18s ease;
}

/* After JS binds, Escape/aria-expanded owns visibility even under the pointer. */
.tcv-nav-item:not([data-mega-ready]):is(:hover, .is-open) > .tcv-mega,
.tcv-nav-item[data-mega-ready] > .tcv-nav-link[aria-expanded="true"] ~ .tcv-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.tcv-mega b {
  display: block;
  color: var(--tcv-muted);
  font-size: 14px;
  margin-bottom: 12px;
}

.tcv-mega a {
  min-height: 36px;
  display: flex;
  align-items: center;
  color: var(--tcv-ink);
  text-decoration: none;
  font-weight: 800;
  line-height: 1.35;
}

.tcv-mega a:hover {
  color: var(--tcv-green);
}

.tcv-mega-wide {
  grid-template-columns: 230px 1fr 1fr;
}

.tcv-mega-compact,
.tcv-mega-blog {
  width: min(650px, calc(100vw - 40px));
  grid-template-columns: 1fr 1fr;
}

.tcv-mega-tools {
  width: min(680px, calc(100vw - 40px));
  grid-template-columns: repeat(2, 1fr);
}

.tcv-mega-side {
  padding-right: 22px;
  border-right: 1px solid var(--tcv-line);
}

.tcv-link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 24px;
}

.tcv-blog-link {
  display: block !important;
  min-height: auto !important;
  padding: 8px 0;
}

.tcv-blog-link small {
  display: block;
  color: var(--tcv-muted);
  font-weight: 650;
  margin-top: 4px;
}

.tcv-hero {
  min-height: 430px;
  padding: 24px 0 26px;
  background:
    linear-gradient(135deg, rgba(0, 177, 79, .10), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(0, 177, 79, .32), transparent 30%),
    linear-gradient(135deg, var(--tcv-green-deep), #0a6043 72%, #168f54);
  overflow: hidden;
}

.tcv-hero h1 {
  margin: 0 0 18px;
  text-align: center;
  color: #00d967;
  font-size: 29px;
  line-height: 1.25;
  font-weight: 950;
}

.tcv-search {
  position: relative;
  width: min(1140px, 100%);
  margin: 0 auto 24px;
  min-height: 60px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 310px 132px;
  align-items: center;
  gap: 0;
  padding: 8px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 22px 45px rgba(0, 0, 0, .12);
}

.tcv-search-field {
  min-width: 0;
  height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border-right: 1px solid #e8edf3;
}

.tcv-search-field span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid var(--tcv-green);
  position: relative;
  flex: 0 0 auto;
}

.tcv-search-field span::after {
  content: "";
  width: 8px;
  height: 3px;
  background: var(--tcv-green);
  position: absolute;
  right: -7px;
  bottom: -3px;
  transform: rotate(45deg);
  border-radius: 999px;
}

.tcv-search-field:not(.is-main) span {
  border-radius: 4px 4px 50% 50%;
}

.tcv-search input {
  min-width: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  color: #223449;
  font-weight: 750;
  background: transparent;
}

.tcv-search button {
  height: 44px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--tcv-green);
  font-weight: 950;
  cursor: pointer;
}

.ai-search-suggestions {
  position: absolute;
  left: 8px;
  right: 140px;
  top: calc(100% + 10px);
  z-index: 95;
  display: grid;
  gap: 6px;
  padding: 10px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 28px 70px rgba(17, 24, 39, .2);
  backdrop-filter: blur(16px);
}

.ai-search-suggestions[hidden] {
  display: none;
}

.ai-search-suggestions-head {
  padding: 4px 8px 8px;
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.ai-search-suggestions-status {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--tcv-muted);
  background: var(--tcv-soft);
  font-size: 13px;
  font-weight: 700;
}

.ai-search-suggestions-status.is-error {
  color: var(--tcv-danger-text);
}

.ai-search-suggestion {
  width: 100%;
  min-height: 58px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #172033;
  text-align: left;
  cursor: pointer;
}

.ai-search-suggestion:hover,
.ai-search-suggestion.is-active {
  background: #eefbf4;
}

.ai-search-suggestion-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #e6f8ee;
  color: #05843f;
  font-size: 12px;
  font-weight: 900;
}

.ai-search-suggestion-content {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.ai-search-suggestion strong,
.ai-search-suggestion small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ai-search-suggestion strong {
  font-size: 15px;
  font-weight: 950;
}

.ai-search-suggestion small {
  color: #66758a;
  font-size: 13px;
  font-weight: 700;
}

.ai-search-suggestion em {
  justify-self: end;
  color: #0f9f52;
  font-style: normal;
  font-weight: 950;
}

.tcv-hero-grid {
  display: grid;
  grid-template-columns: 328px 1fr;
  gap: 12px;
  align-items: stretch;
}

.tcv-category-card,
.tcv-hero-banner,
.tcv-market-strip {
  border-radius: 16px;
  overflow: hidden;
}

.tcv-category-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
}

.tcv-category-card a {
  min-height: 38px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1f3044;
  text-decoration: none;
  font-weight: 850;
}

.tcv-category-card a:hover {
  color: var(--tcv-green);
  background: #f7fff9;
}

.tcv-category-card a span,
.tcv-category-foot b {
  width: 9px;
  height: 9px;
  border-right: 2px solid #aab6c4;
  border-bottom: 2px solid #aab6c4;
  transform: rotate(-45deg);
}

.tcv-category-foot {
  margin-top: auto;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #7f8a9d;
  border-top: 1px solid #edf2f7;
}

.tcv-hero-banner {
  min-height: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  padding: 30px 36px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 35, 32, .94), rgba(2, 65, 55, .72)),
    radial-gradient(circle at right, rgba(37, 99, 235, .36), transparent 42%),
    linear-gradient(135deg, #082f49, #0f766e);
}

.tcv-hero-banner.has-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(4, 20, 35, .88), rgba(4, 20, 35, .42));
  pointer-events: none;
}

.tcv-hero-banner .tcv-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tcv-hero-banner > :not(.tcv-hero-media) {
  position: relative;
  z-index: 2;
}

.tcv-hero-banner span {
  color: #77f5a4;
  font-weight: 950;
}

.tcv-hero-banner h2 {
  margin: 8px 0;
  max-width: 420px;
  font-size: 29px;
  line-height: 1.12;
}

.tcv-hero-banner p {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  line-height: 1.55;
}

.tcv-play {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, .24);
  backdrop-filter: blur(10px);
  font-size: 30px;
}

.tcv-market-strip {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 72px;
  align-items: center;
  gap: 18px;
  padding: 16px 24px;
  color: #fff;
  background: linear-gradient(135deg, rgba(0, 177, 79, .88), rgba(18, 116, 78, .92));
}

.tcv-market-strip small,
.tcv-market-strip span {
  display: block;
  color: rgba(255, 255, 255, .82);
  font-weight: 800;
}

.tcv-market-strip b,
.tcv-market-strip strong {
  color: #a7f3d0;
  font-size: 19px;
}

.tcv-ai-bot {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #e0f2fe, #00b14f);
  color: #0f172a;
  font-weight: 950;
}

.tcv-container {
  margin-top: 24px;
}

.tcv-safety-banner {
  min-height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #0f5132;
  background: linear-gradient(90deg, #d8fff0, #b7f4d5, #dffbea);
}

.tcv-safety-banner b {
  font-size: 23px;
}

.tcv-safety-banner span {
  color: #217150;
  font-weight: 750;
}

.tcv-safety-banner a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  background: var(--tcv-green);
  font-weight: 900;
}

.tcv-job-section {
  padding-bottom: 8px;
}

.tcv-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.tcv-section-head h2 {
  margin: 0;
  color: var(--tcv-green);
  font-size: 28px;
  line-height: 1.2;
}

.tcv-section-head span {
  color: #25364b;
  font-weight: 900;
}

.tcv-section-head a {
  color: #12243a;
  font-weight: 800;
}

.tcv-filter-row,
.tcv-feed-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 0 8px;
}

.tcv-filter-row a,
.tcv-feed-tabs button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #25364b;
  background: #e9edf2;
  text-decoration: none;
  font-weight: 850;
  white-space: nowrap;
  cursor: pointer;
}

.tcv-filter-row a.is-active,
.tcv-feed-tabs button.is-active {
  color: #fff;
  background: var(--tcv-green);
}

.tcv-tip {
  border: 1px solid #93c5fd;
  border-radius: 8px;
  padding: 10px 14px;
  color: #1e3a8a;
  background: #eff6ff;
  font-weight: 750;
  margin-bottom: 12px;
}

.tcv-hp {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.tcv-quick-apply {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 1.7fr) minmax(170px, .8fr) minmax(190px, .9fr) auto;
  align-items: end;
  gap: 12px;
  margin: 10px 0 16px;
  padding: 14px;
  border: 1px solid #d7e3f2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
}

.tcv-quick-apply label {
  display: grid;
  gap: 6px;
  min-width: 0;
  margin: 0;
  color: #52647a;
  font-size: 12px;
  font-weight: 900;
}

.tcv-quick-apply span {
  line-height: 1.2;
}

.tcv-quick-apply select,
.tcv-quick-apply input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #cbd9ea;
  border-radius: 10px;
  color: #12243a;
  background: #f8fbff;
  font: inherit;
  font-weight: 750;
  outline: none;
}

.tcv-quick-apply select:focus,
.tcv-quick-apply input:focus {
  border-color: #00b86b;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 184, 107, .14);
}

/* Form CTA ownership must not style buttons inside shared comboboxes. */
.tcv-quick-apply > button[type="submit"] {
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--tcv-green), #16b8c8);
  font: inherit;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(0, 184, 107, .22);
}

.tcv-quick-apply > button[type="submit"]:hover,
.tcv-quick-apply > button[type="submit"]:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(0, 184, 107, .28);
}

.tcv-job-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hrconnect-recruitment-os .ai-job-card {
  min-height: 0;
  border: 1px solid #edf2f7;
  box-shadow: none;
  border-radius: 10px;
  padding: 14px;
  transition: .16s ease;
}

.hrconnect-recruitment-os .ai-job-card:hover {
  border-color: #86efac;
  background: #f0fdf4;
  transform: translateY(-1px);
}

.hrconnect-recruitment-os .ai-job-logo {
  width: 64px;
  height: 64px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #dbe5ef;
  color: var(--tcv-green);
}

.hrconnect-recruitment-os .ai-job-top {
  align-items: flex-start;
  grid-template-columns: 64px 1fr auto;
}

.hrconnect-recruitment-os .ai-job-top h3 {
  font-size: 15px;
  line-height: 1.35;
  min-height: 42px;
}

.hrconnect-recruitment-os .ai-job-company {
  font-size: 12px;
  text-transform: uppercase;
}

.hrconnect-recruitment-os .ai-job-status {
  display: none;
}

.hrconnect-recruitment-os .ai-job-meta {
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 10px;
}

.hrconnect-recruitment-os .ai-job-meta span {
  min-height: 26px;
  border: 0;
  background: #f1f5f9;
  border-radius: 999px;
  padding: 5px 9px;
}

.hrconnect-recruitment-os .ai-job-desc {
  display: none;
}

.hrconnect-recruitment-os .ai-job-tags {
  gap: 6px;
  margin-top: 8px;
}

.hrconnect-recruitment-os .ai-job-tags span {
  background: #e8f8ee;
  color: #08783b;
}

.hrconnect-recruitment-os .ai-quick-apply {
  margin-top: 12px;
}

.hrconnect-recruitment-os .ai-quick-apply input:not(.ai-honeypot) {
  min-height: 38px;
  border-radius: 8px;
  background: #fff;
}

.hrconnect-recruitment-os .ai-quick-apply button {
  min-height: 38px;
  border-radius: 8px;
  background: var(--tcv-green);
}

.hrconnect-recruitment-os .ai-job-foot {
  margin-top: 10px;
}

.tcv-company-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.tcv-company-list a,
.tcv-brand-grid a,
.tcv-industry-grid a,
.tcv-banner-row a,
.tcv-video-panel a {
  color: var(--tcv-ink);
  text-decoration: none;
}

.tcv-company-list a {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #edf2f7;
}

.tcv-company-list span,
.tcv-brand-grid span,
.tcv-lead-brand span {
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #dbe5ef;
  color: var(--tcv-green);
  font-weight: 950;
}

.tcv-company-list span {
  width: 54px;
  height: 54px;
  border-radius: 8px;
}

.tcv-company-list span img,
.tcv-brand-grid span img,
.tcv-lead-brand span img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
  padding: 7px;
  background: #fff;
}

.tcv-lead-brand span img {
  padding: 14px;
}

.tcv-industry-grid i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.tcv-company-list small,
.tcv-brand-grid small,
.tcv-lead-brand small {
  color: var(--tcv-muted);
  font-weight: 750;
}

.tcv-banner-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.tcv-banner-row a {
  min-height: 118px;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #fff;
  background: linear-gradient(135deg, #0f766e, #1d4ed8);
  overflow: hidden;
}

.tcv-banner-row a:nth-child(2) {
  background: linear-gradient(135deg, #f59e0b, #dc2626);
}

.tcv-banner-row a:nth-child(3) {
  background: linear-gradient(135deg, #334155, #16a34a);
}

.tcv-banner-row b {
  font-size: 20px;
}

.tcv-banner-row span {
  color: rgba(255, 255, 255, .84);
  margin-top: 6px;
}

.tcv-ai-banner-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 1fr);
  gap: 14px;
  overflow-x: auto;
  padding-block: 14px;
  scroll-snap-type: x proximity;
}

.tcv-ai-banner-strip a {
  position: relative;
  display: block;
  min-height: 128px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #dbe6f3;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
  scroll-snap-align: start;
  text-decoration: none;
  background: #0f172a;
}

.tcv-ai-banner-strip img {
  width: 100%;
  height: 100%;
  min-height: 128px;
  object-fit: cover;
  display: block;
}

.tcv-ai-banner-strip span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(15, 23, 42, .72);
  backdrop-filter: blur(10px);
  color: #fff;
}

.tcv-ai-banner-strip b {
  font-size: 14px;
  line-height: 1.25;
}

.tcv-ai-banner-strip small {
  font-size: 12px;
  color: #d7fbe7;
  text-align: right;
}

.tcv-pro-company {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
}

.tcv-pro-hero {
  min-height: 132px;
  display: flex;
  align-items: center;
  border-radius: 16px;
  padding: 22px 30px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(92, 64, 0, .94), rgba(94, 76, 18, .60)),
    linear-gradient(135deg, #2d2000, #c19030);
}

.tcv-pro-hero h2 {
  margin: 0 0 8px;
  font-size: 26px;
}

.tcv-pro-hero p {
  margin: 0 0 12px;
  color: var(--tcv-on-accent);
  font-weight: 750;
}

.tcv-pro-hero a,
.tcv-lead-brand em {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  color: #6b3d00;
  background: #ffc464;
  text-decoration: none;
  font-style: normal;
  font-weight: 900;
}

.tcv-pro-company .tcv-pro-hero a:focus-visible {
  outline-color: var(--tcv-on-accent);
}

.tcv-pro-layout {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 20px;
}

.tcv-lead-brand {
  min-height: 384px;
  border-radius: 16px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background:
    linear-gradient(rgba(75, 54, 12, .72), rgba(75, 54, 12, .72)),
    linear-gradient(135deg, #0f172a, #a16207);
}

.tcv-lead-brand span {
  width: 120px;
  height: 120px;
  border-radius: 18px;
  font-size: 34px;
}

.tcv-lead-brand b {
  max-width: 280px;
  font-size: 22px;
}

.tcv-lead-brand small {
  color: var(--tcv-on-accent);
}

.tcv-brand-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tcv-brand-grid a {
  min-height: 116px;
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 14px;
  border: 1px solid #f59e0b;
  border-radius: 14px;
  padding: 16px;
  background: #fffaf0;
}

.tcv-brand-grid span {
  width: 76px;
  height: 76px;
  border-radius: 10px;
}

.tcv-brand-grid b {
  display: block;
  line-height: 1.35;
}

.tcv-industry-section {
  padding: 8px 0 4px;
}

.tcv-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.tcv-industry-grid a {
  min-height: 178px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #e9edf2;
}

.tcv-industry-grid i {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--tcv-green), #0f766e);
  font-style: normal;
  font-weight: 950;
}

.tcv-industry-grid b {
  max-width: 210px;
  text-align: center;
}

.tcv-industry-grid small {
  color: var(--tcv-green);
  font-weight: 850;
}

.tcv-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 20px;
}

.tcv-video-panel {
  border-radius: 16px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--tcv-line);
}

.tcv-video-panel h2 {
  margin: 0 0 14px;
  color: var(--tcv-green);
}

.tcv-video-panel a {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #edf2f7;
}

.tcv-video-panel span {
  width: 72px;
  height: 54px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--tcv-green);
}

.tcv-video-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tcv-video-panel b,
.tcv-video-panel small {
  display: block;
}

.tcv-video-panel small {
  color: var(--tcv-muted);
}

.tcv-floating {
  position: fixed;
  right: 16px;
  bottom: 96px;
  z-index: 70;
  display: grid;
  gap: 10px;
}

.tcv-floating a {
  width: 54px;
  min-height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  gap: 0;
  color: var(--tcv-green);
  text-decoration: none;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .12);
  font-size: 11px;
  font-weight: 850;
}

.tcv-floating b {
  font-size: 18px;
}

.tcv-trust-faq {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}

.tcv-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tcv-review-card {
  min-height: 188px;
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--tcv-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .06);
}

.tcv-review-card div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.tcv-review-card b {
  color: #142033;
  font-size: 16px;
}

.tcv-review-card span {
  color: #f59e0b;
  white-space: nowrap;
}

.tcv-review-card p {
  margin: 0;
  color: #42526a;
  line-height: 1.6;
  font-weight: 750;
}

.tcv-review-card small {
  color: #64748b;
  font-weight: 800;
}

.tcv-faq-list {
  display: grid;
  gap: 10px;
}

.tcv-faq-list details {
  border: 1px solid var(--tcv-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
  overflow: hidden;
}

.tcv-faq-list summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 16px 18px;
  color: #172033;
  font-weight: 950;
  cursor: pointer;
}

.tcv-faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: #53657d;
  line-height: 1.65;
  font-weight: 750;
}

.tcv-factory-showcase {
  margin-top: 34px;
}

.tcv-factory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tcv-factory-card {
  min-height: 246px;
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--tcv-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .06);
  color: #172033;
  text-decoration: none;
}

.tcv-factory-media {
  height: 108px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #e6f8ee, #eef6ff);
  color: var(--tcv-green);
  font-weight: 950;
  font-size: 28px;
  overflow: hidden;
}

.tcv-factory-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tcv-factory-card b {
  font-size: 17px;
  font-weight: 950;
}

.tcv-factory-card small,
.tcv-factory-card em {
  color: #64748b;
  font-style: normal;
  font-weight: 800;
}

.tcv-factory-card em {
  color: #0f9f52;
}

.tcv-factory-card p {
  margin: 0;
  color: #42526a;
  line-height: 1.55;
  font-weight: 750;
}

.tcv-footer {
  margin-top: 36px;
  padding: 32px 0 0;
  background: var(--tcv-surface);
  border-top: 1px solid var(--tcv-line);
}

.tcv-footer-grid {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 34px;
}

.tcv-footer-brand {
  display: block;
  font-size: 24px;
  color: var(--tcv-green);
}

.tcv-footer h3 {
  margin: 0 0 12px;
  font-size: 17px;
}

.tcv-footer p,
.tcv-footer a {
  color: var(--tcv-muted);
  line-height: 1.6;
  font-weight: 700;
}

.tcv-footer a {
  display: block;
  text-decoration: none;
  margin: 8px 0;
}

.tcv-footer-bottom {
  margin-top: 26px;
  padding: 18px;
  text-align: center;
  border-top: 1px solid var(--tcv-line);
  color: var(--tcv-muted);
  font-weight: 800;
}

@media (max-width: 1180px) {
  .tcv-actions .tcv-employer,
  .tcv-actions .tcv-register {
    display: none;
  }

  .tcv-menu {
    overflow-x: auto;
  }
}

@media (max-width: 980px) {
  .tcv-header,
  .tcv-nav {
    height: auto;
    min-height: 68px;
  }

  .tcv-nav {
    flex-wrap: wrap;
    padding: 10px 0;
    gap: 10px;
  }

  .tcv-brand {
    min-width: 150px;
  }

  .tcv-menu {
    order: 3;
    width: 100%;
    flex: 0 0 100%;
    min-width: 100%;
    height: 42px;
    padding-bottom: 2px;
  }

  .tcv-nav-item {
    height: 42px;
  }

  .tcv-nav-link {
    height: 42px;
    border-radius: 999px;
    background: #f3f5f7;
  }

  .tcv-mega {
    top: 112px;
    grid-template-columns: 1fr;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
  }

  .tcv-mega-side {
    border-right: 0;
    padding-right: 0;
  }

  .tcv-link-grid,
  .tcv-mega-compact,
  .tcv-mega-blog,
  .tcv-mega-tools {
    grid-template-columns: 1fr;
  }

  .tcv-search,
  .tcv-hero-grid,
  .tcv-market-strip,
  .tcv-pro-layout,
  .tcv-two-col {
    grid-template-columns: 1fr;
  }

  .ai-search-suggestions {
    right: 8px;
  }

  .ai-search-suggestion {
    grid-template-columns: 96px minmax(0, 1fr) 42px;
  }

  .tcv-market-strip {
    grid-column: auto;
  }

  .tcv-job-grid,
  .tcv-company-list,
  .tcv-banner-row,
  .tcv-brand-grid,
  .tcv-industry-grid,
  .tcv-review-grid,
  .tcv-factory-grid,
  .tcv-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .tcv-nav,
  .tcv-container,
  .tcv-hero-inner,
  .tcv-footer-grid {
    width: min(100% - 20px, 1140px);
  }

  .tcv-brand-word {
    font-size: 24px;
  }

  .tcv-actions .tcv-login {
    display: none;
  }

  .tcv-nav {
    align-items: flex-start;
  }

  .tcv-menu {
    gap: 8px;
    scrollbar-width: none;
  }

  .tcv-menu::-webkit-scrollbar {
    display: none;
  }

  .tcv-nav-link {
    padding: 0 14px;
    white-space: nowrap;
  }

  .tcv-hero {
    min-height: 0;
    padding: 18px 0 20px;
  }

  .tcv-hero h1 {
    font-size: 23px;
    text-align: left;
  }

  .tcv-search {
    border-radius: 18px;
    grid-template-columns: 1fr;
  }

  .tcv-search-field {
    border-right: 0;
    border-bottom: 1px solid #e8edf3;
  }

  .tcv-search button {
    margin-top: 8px;
  }

  .ai-search-suggestions {
    left: 8px;
    right: 8px;
    top: calc(100% + 8px);
    max-height: min(62vh, 430px);
    overflow-y: auto;
    border-radius: 16px;
  }

  .ai-search-suggestion {
    min-height: 64px;
    grid-template-columns: 1fr 42px;
  }

  .ai-search-suggestion-tag {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .tcv-hero-grid,
  .tcv-job-grid,
  .tcv-company-list,
  .tcv-banner-row,
  .tcv-brand-grid,
  .tcv-industry-grid,
  .tcv-review-grid,
  .tcv-factory-grid,
  .tcv-footer-grid {
    grid-template-columns: 1fr;
  }

  .tcv-review-card {
    min-height: 0;
  }

  .tcv-category-card,
  .tcv-hero-banner {
    display: none;
  }

  .tcv-hero-grid {
    gap: 10px;
  }

  .tcv-market-strip {
    grid-template-columns: 1fr 1fr;
    padding: 12px;
    gap: 10px;
  }

  .tcv-market-strip .tcv-ai-bot {
    display: none;
  }

  .tcv-ai-banner-strip {
    grid-auto-columns: 86vw;
    margin-inline: -2px;
  }

  .tcv-ai-banner-strip a,
  .tcv-ai-banner-strip img {
    min-height: 112px;
  }

  .tcv-ai-banner-strip span {
    align-items: flex-start;
    flex-direction: column;
  }

  .tcv-hero-banner {
    min-height: 160px;
    padding: 22px;
  }

  .tcv-play {
    display: none;
  }

  .tcv-market-strip {
    gap: 12px;
  }

  .tcv-safety-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px;
    gap: 8px;
  }

  .tcv-safety-banner b {
    font-size: 18px;
  }

  .tcv-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .tcv-section-head h2 {
    font-size: 24px;
  }

  .tcv-pro-company {
    padding: 14px;
  }

  .tcv-lead-brand {
    min-height: 260px;
  }

  .tcv-floating {
    right: 8px;
    bottom: 76px;
  }

  .tcv-floating a {
    width: 46px;
    min-height: 46px;
    font-size: 9px;
  }
}

/* Codex 2026-06-23: Recruitment mobile stability and HRConnect-first polish. */
html,
body.qm-public {
  max-width: 100%;
  overflow-x: clip;
}

.qm-public *,
.qm-public *::before,
.qm-public *::after {
  box-sizing: border-box;
}

.tcv-header,
.tcv-shell,
.tcv-hero,
.tcv-section,
.tcv-jobs,
.tcv-companies,
.tcv-footer,
.tcv-market-strip {
  max-width: min(1160px, calc(100vw - 32px));
}

.tcv-actions {
  flex: 0 0 auto;
  min-width: 0;
}

.tcv-actions > * {
  white-space: nowrap;
}

.tcv-ai-banner-strip,
.tcv-region-tabs,
.tcv-job-row,
.tcv-company-carousel {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.tcv-ai-banner-strip::-webkit-scrollbar,
.tcv-region-tabs::-webkit-scrollbar,
.tcv-job-row::-webkit-scrollbar,
.tcv-company-carousel::-webkit-scrollbar {
  display: none;
}

.tcv-ai-banner-strip a,
.tcv-company-carousel a {
  flex: 0 0 min(320px, 86vw);
}

.tcv-ai-banner-strip img,
.tcv-company-carousel img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.tcv-job-card,
.tcv-company-card,
.tcv-post-card,
.tcv-video-card {
  min-width: 0;
}

.tcv-job-card h3,
.tcv-company-card h3,
.tcv-post-card h3 {
  overflow-wrap: anywhere;
}

.ai-honeypot {
  position: fixed !important;
  inset-inline-start: -120vw !important;
  width: 1px !important;
  min-width: 1px !important;
  max-width: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 900px) {
  body.qm-public-home .tcv-header {
    position: sticky;
    top: 0;
    z-index: 50;
  }

  .tcv-header {
    width: 100%;
    max-width: 100%;
    padding: 10px 14px;
    gap: 12px;
  }

  .tcv-logo {
    min-width: 0;
  }

  .tcv-logo strong {
    font-size: 16px;
  }

  .tcv-logo small {
    display: none;
  }

  .tcv-nav {
    order: 3;
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 0 4px;
    scrollbar-width: none;
  }

  .tcv-nav::-webkit-scrollbar {
    display: none;
  }

  .tcv-nav a,
  .tcv-nav button {
    min-height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    /* Descendant mega links inherit this too: keep the foreground/background
       pair theme-aware instead of painting a Light-only pill in Dark mode. */
    color: var(--tcv-ink);
    background: var(--tcv-soft);
    border: 1px solid var(--tcv-line);
  }

  .tcv-actions {
    margin-left: auto;
    gap: 6px;
  }

  .tcv-actions .tcv-employer,
  .tcv-actions .tcv-register {
    display: none;
  }

  .tcv-actions .tcv-login,
  .tcv-actions .tcv-erp {
    min-height: 38px;
    padding: 0 12px;
  }

  .tcv-hero {
    max-width: calc(100vw - 24px);
    margin-top: 12px;
    padding: 18px 12px 22px;
    min-height: auto;
  }

  .tcv-hero h1 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.03;
    max-width: 10ch;
    letter-spacing: 0;
  }

  .tcv-search-panel,
  .tcv-search-form {
    width: 100%;
    max-width: 100%;
  }

  .tcv-search-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tcv-search-form input,
  .tcv-search-form select,
  .tcv-search-form button {
    width: 100%;
    min-width: 0;
  }

  .tcv-category-board,
  .tcv-hero-banner,
  .tcv-market-strip {
    width: 100%;
    max-width: 100%;
  }

  .tcv-market-strip,
  .tcv-stats,
  .tcv-job-grid,
  .tcv-company-grid,
  .tcv-feed-grid {
    grid-template-columns: 1fr !important;
  }

  .tcv-job-card {
    width: 100%;
    max-width: 100%;
  }

  .tcv-section {
    max-width: calc(100vw - 24px);
    padding-inline: 12px;
  }

  .tcv-floating {
    display: none;
  }
}

@media (max-width: 520px) {
  .tcv-header {
    border-radius: 0 0 18px 18px;
  }

  .tcv-actions .tcv-erp {
    display: none;
  }

  .tcv-hero h1 {
    max-width: none;
  }

  .tcv-hero-copy,
  .tcv-ai-match,
  .tcv-community,
  .tcv-apply-drawer {
    width: 100%;
    max-width: 100%;
  }

  .tcv-ai-banner-strip {
    grid-auto-columns: minmax(260px, 86vw);
  }

  .tcv-ai-banner-strip a,
  .tcv-company-carousel a {
    flex-basis: min(300px, 86vw);
  }
}

/* Codex 2026-06-23: laptop/header overflow guard. */
.tcv-nav {
  min-width: 0;
}

.tcv-menu {
  min-width: 0;
}

.tcv-actions {
  max-width: 100%;
}

@media (max-width: 1320px) {
  .tcv-nav {
    gap: 14px;
  }

  .tcv-brand {
    min-width: 132px;
  }

  .tcv-brand-word {
    font-size: 24px;
  }

  .tcv-menu {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .tcv-menu::-webkit-scrollbar {
    display: none;
  }

  .tcv-actions {
    gap: 6px;
  }

  .tcv-actions .tcv-register,
  .tcv-actions .tcv-employer {
    display: none;
  }
}

@media (max-width: 1120px) {
  .tcv-actions .tcv-login {
    display: none;
  }
}

/* Codex 2026-06-23: mobile header two-row navigation correction. */
@media (max-width: 900px) {
  .tcv-nav {
    height: auto !important;
    min-height: 72px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .tcv-brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .tcv-actions {
    order: 2;
    flex: 0 0 auto;
    margin-left: 0;
  }

  .tcv-menu {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 0 4px;
    scrollbar-width: none;
  }

  .tcv-menu::-webkit-scrollbar {
    display: none;
  }

  .tcv-nav-item {
    flex: 0 0 auto;
    height: auto;
  }

  .tcv-nav-link {
    height: 38px;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid var(--tcv-line);
    border-radius: 999px;
    color: var(--tcv-ink);
    background: var(--tcv-soft);
  }

  .tcv-pro-link {
    flex: 0 0 auto;
  }
}

@media (max-width: 520px) {
  .tcv-nav {
    width: min(100%, calc(100vw - 20px));
  }

  .tcv-brand-word {
    font-size: 22px;
  }

  .tcv-actions .tcv-login {
    max-width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Codex 2026-06-23: HRConnect gallery AI2050. */
.hc-gallery-page .tcv-main {
  padding-bottom: 34px;
}

.hc-gallery-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .75fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 22px;
  padding: 28px;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(37, 99, 235, .10), rgba(20, 184, 166, .12)), #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .08);
}

.hc-gallery-hero h1 {
  margin: 12px 0;
  color: #0f172a;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.05;
  font-weight: 950;
}

.hc-gallery-hero p {
  max-width: 720px;
  color: #52657a;
  line-height: 1.75;
  margin: 0;
}

.hc-gallery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hc-gallery-kpis {
  display: grid;
  gap: 12px;
}

.hc-gallery-kpis article {
  min-height: 96px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 18px;
  background: rgba(255,255,255,.76);
}

.hc-gallery-kpis b {
  color: #2563eb;
  font-size: 30px;
  line-height: 1;
}

.hc-gallery-kpis span {
  color: #64748b;
  font-weight: 800;
}

.hc-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.hc-gallery-card {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
}

.hc-gallery-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  background: #e0f2fe;
}

.hc-gallery-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hc-gallery-thumb > span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  color: #2563eb;
  font-weight: 950;
  box-shadow: 0 18px 34px rgba(15, 23, 42, .18);
}

.hc-gallery-body {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.hc-gallery-body span {
  width: max-content;
  max-width: 100%;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef5ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
}

.hc-gallery-body h2 {
  min-height: 52px;
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.hc-gallery-body p {
  margin: 0;
  color: #64748b;
  line-height: 1.6;
  font-size: 14px;
}

.hc-gallery-body div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hc-gallery-body a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 12px;
  background: #2563eb;
  color: #fff;
  font-weight: 900;
}

.hc-gallery-body a + a {
  background: #eef5ff;
  color: #2563eb;
}

@media (max-width: 960px) {
  .hc-gallery-hero,
  .hc-gallery-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .hc-gallery-hero {
    max-width: calc(100vw - 24px);
    padding: 18px;
    border-radius: 20px;
  }

  .hc-gallery-grid {
    max-width: calc(100vw - 24px);
  }
}

/* Codex 2026-06-23: HRConnect public menu polish. */
.tcv-brand small {
  color: #667a92;
  font-weight: 850;
  letter-spacing: 0;
}

.tcv-pro-link {
  color: #0f766e;
}

.tcv-pro-link span {
  color: #075985;
  background: #dbeafe;
}

.tcv-nav-link:focus-visible,
.tcv-icon-button:focus-visible,
.tcv-login:focus-visible,
.tcv-register:focus-visible,
.tcv-employer:focus-visible {
  outline: 3px solid rgba(37, 99, 235, .22);
  outline-offset: 2px;
}

@media (max-width: 900px) {
  .tcv-nav-link {
    height: 38px;
    min-height: 38px;
    border: 1px solid var(--tcv-line);
    border-radius: 999px;
    background: #fff;
  }

  .tcv-nav-item {
    height: auto;
  }

  .tcv-pro-link {
    background: #eef6ff;
  }
}


/* HRConnect AI SaaS ERP 2050 homepage layer */
body.hrconnect-recruitment-os {
  --hc2050-ink: #071421;
  --hc2050-muted: #667085;
  --hc2050-line: #dbe5ef;
  --hc2050-card: #ffffff;
  --hc2050-blue: #2563eb;
  --hc2050-cyan: #06b6d4;
  --hc2050-green: #00b14f;
  --hc2050-violet: #7c3aed;
  --hc2050-shadow: 0 18px 44px rgba(15, 23, 42, .10);
}

.hrconnect-recruitment-os .tcv-hero {
  min-height: 560px;
  padding: 34px 0 32px;
  background:
    linear-gradient(135deg, rgba(4, 20, 32, .96), rgba(4, 55, 58, .88) 54%, rgba(0, 119, 83, .78)),
    url('/assets/img/hrconnect-icon-512.png') right 8% center / 320px auto no-repeat,
    linear-gradient(135deg, #061826, #0f766e);
}

.hrconnect-recruitment-os .tcv-hero h1 {
  max-width: 880px;
  margin: 10px auto 12px;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 1.02;
  letter-spacing: 0;
}

.hc2050-eyebrow {
  width: max-content;
  max-width: 100%;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 14px;
  border: 1px solid rgba(167, 243, 208, .34);
  border-radius: 999px;
  color: #a7f3d0;
  background: rgba(255, 255, 255, .08);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.hc2050-hero-lead {
  max-width: 820px;
  margin: 0 auto 18px;
  color: rgba(255, 255, 255, .82);
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 650;
}

.hc2050-hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}

.hc2050-hero-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .22);
  color: #ffffff;
  background: rgba(255, 255, 255, .10);
  text-decoration: none;
  font-weight: 950;
  backdrop-filter: blur(12px);
}

.hc2050-hero-actions a:first-child {
  border-color: transparent;
  color: #071421;
  background: #ffffff;
}

.hc2050-hero-actions a:nth-child(2) {
  border-color: transparent;
  background: linear-gradient(135deg, var(--hc2050-green), var(--hc2050-cyan));
}

.tcv-hero-quick-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: -8px auto 18px;
}

.tcv-hero-quick-links a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 999px;
  color: rgba(255, 255, 255, .88);
  background: rgba(255, 255, 255, .09);
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.tcv-hero-quick-links a:hover,
.tcv-hero-quick-links a:focus-visible {
  border-color: rgba(167, 243, 208, .58);
  color: #ffffff;
  background: rgba(255, 255, 255, .14);
}

@media (max-width: 680px) {
  .hrconnect-recruitment-os .tcv-hero {
    min-height: 0;
    padding-top: 24px;
  }

  .hc2050-hero-actions a,
  .hc2050-hero-actions {
    grid-template-columns: 1fr;
  }

  .hc2050-hero-actions a {
    width: 100%;
  }

  .tcv-hero-quick-links {
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 100%;
    margin-top: -2px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .tcv-hero-quick-links::-webkit-scrollbar {
    display: none;
  }

  .tcv-hero-quick-links a {
    flex: 0 0 auto;
  }
}

/* Codex 2026-06-25: public homepage compacting and mobile overflow guard. */
.hrconnect-recruitment-os .tcv-hero {
  min-height: 0;
}

@media (max-width: 680px) {
  body.hrconnect-recruitment-os {
    overflow-x: hidden;
  }

  .hrconnect-recruitment-os .tcv-hero {
    padding-bottom: 14px;
  }

  .hc2050-hero-lead {
    margin-bottom: 12px;
  }

  .tcv-hero-grid {
    margin-top: 6px;
  }

  .tcv-menu,
  .tcv-hero-quick-links,
  .tcv-filter-row,
  .tcv-feed-tabs,
  .ai-feed-tabs {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .tcv-menu::-webkit-scrollbar,
  .tcv-hero-quick-links::-webkit-scrollbar,
  .tcv-filter-row::-webkit-scrollbar,
  .tcv-feed-tabs::-webkit-scrollbar,
  .ai-feed-tabs::-webkit-scrollbar {
    display: none;
  }

  .tcv-menu > *,
  .tcv-hero-quick-links > *,
  .tcv-filter-row > *,
  .tcv-feed-tabs > *,
  .ai-feed-tabs > * {
    flex: 0 0 auto;
  }

  .tcv-quick-apply,
  .tcv-quick-apply label,
  .tcv-quick-apply select,
  .tcv-quick-apply input,
  .tcv-quick-apply > button[type="submit"] {
    max-width: 100%;
    min-width: 0;
  }

  .tcv-quick-apply {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* Codex 2026-06-25: full-width public shell and mobile rail repair. */
body.hrconnect-recruitment-os .tcv-shell,
body.hrconnect-recruitment-os .tcv-header,
body.hrconnect-recruitment-os .tcv-main,
body.hrconnect-recruitment-os .tcv-hero,
body.hrconnect-recruitment-os .tcv-footer {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

body.hrconnect-recruitment-os .tcv-nav,
body.hrconnect-recruitment-os .tcv-container,
body.hrconnect-recruitment-os .tcv-hero-inner,
body.hrconnect-recruitment-os .tcv-footer-grid {
  width: min(1140px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

body.hrconnect-recruitment-os .tcv-job-section .ai-feed-tabs {
  position: static;
  top: auto;
}

.tcv-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.hrconnect-recruitment-os:not(.is-jobs-route) .tcv-hero {
  padding-top: 26px;
  padding-bottom: 22px;
  background:
    linear-gradient(135deg, rgba(4, 20, 32, .96), rgba(4, 55, 58, .88) 54%, rgba(0, 119, 83, .78)),
    linear-gradient(135deg, #061826, #0f766e);
}

body.hrconnect-recruitment-os:not(.is-jobs-route) .tcv-hero-inner {
  padding-top: 0;
}

body.hrconnect-recruitment-os:not(.is-jobs-route) .hc2050-eyebrow {
  min-height: 30px;
  font-size: 12px;
}

body.hrconnect-recruitment-os:not(.is-jobs-route) .tcv-hero h1 {
  margin: 8px auto 10px;
  font-size: clamp(32px, 4.2vw, 54px);
}

body.hrconnect-recruitment-os:not(.is-jobs-route) .hc2050-hero-lead {
  margin-bottom: 14px;
  line-height: 1.55;
}

body.hrconnect-recruitment-os:not(.is-jobs-route) .hc2050-hero-actions {
  margin-bottom: 16px;
}

body.hrconnect-recruitment-os:not(.is-jobs-route) .tcv-search {
  margin-bottom: 14px;
}

body.hrconnect-recruitment-os:not(.is-jobs-route) .tcv-hero-quick-links {
  margin-bottom: 0;
}

@media (max-width: 680px) {
  body.hrconnect-recruitment-os .tcv-shell,
  body.hrconnect-recruitment-os .tcv-header,
  body.hrconnect-recruitment-os .tcv-main,
  body.hrconnect-recruitment-os .tcv-hero,
  body.hrconnect-recruitment-os .tcv-footer {
    width: 100%;
    max-width: none;
  }

  body.hrconnect-recruitment-os .tcv-nav,
  body.hrconnect-recruitment-os .tcv-container,
  body.hrconnect-recruitment-os .tcv-hero-inner,
  body.hrconnect-recruitment-os .tcv-footer-grid {
    width: min(100% - 20px, 1140px);
  }

  body.hrconnect-recruitment-os .tcv-hero {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  body.hrconnect-recruitment-os:not(.is-jobs-route) .tcv-hero {
    padding-top: 18px;
    padding-bottom: 14px;
  }

  body.hrconnect-recruitment-os:not(.is-jobs-route) .tcv-hero h1 {
    font-size: 31px;
    line-height: 1.08;
  }

  body.hrconnect-recruitment-os:not(.is-jobs-route) .hc2050-hero-actions {
    gap: 8px;
    margin-bottom: 12px;
  }

  body.hrconnect-recruitment-os .tcv-menu,
  body.hrconnect-recruitment-os .tcv-hero-quick-links,
  body.hrconnect-recruitment-os .tcv-filter-row,
  body.hrconnect-recruitment-os .tcv-feed-tabs,
  body.hrconnect-recruitment-os .ai-feed-tabs {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  body.hrconnect-recruitment-os .tcv-feed-tabs,
  body.hrconnect-recruitment-os .ai-feed-tabs {
    width: 100%;
  }
}

/* Codex 2026-06-26: ERP-backed salary calculator and career coach. */
.tcv-ai-advisor {
  margin-top: 26px;
}

.tcv-ai-advisor-grid {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(320px, 1.1fr);
  gap: 14px;
  align-items: stretch;
}

.tcv-salary-calc,
.tcv-career-coach a {
  border: 1px solid var(--tcv-border);
  background: var(--tcv-card);
  box-shadow: var(--hrc-shadow-sm, none);
}

.tcv-salary-calc {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
}

.tcv-salary-calc b {
  display: block;
  color: var(--tcv-text);
  font-size: 18px;
}

.tcv-salary-calc > div > span,
.tcv-salary-calc label span,
.tcv-career-coach small,
.tcv-career-coach span {
  color: var(--tcv-muted);
}

.tcv-salary-calc label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.tcv-salary-calc select,
.tcv-salary-calc input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--tcv-border);
  border-radius: 12px;
  padding: 0 12px;
  background: var(--tcv-soft);
  color: var(--tcv-text);
  font: inherit;
}

.tcv-salary-output {
  min-height: 46px;
  display: flex;
  align-items: center;
  border-radius: 14px;
  padding: 10px 12px;
  background: rgba(37, 99, 235, .08);
  color: var(--tcv-blue);
  font-weight: 800;
  line-height: 1.4;
}

.tcv-salary-calc button {
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  background: var(--tcv-blue);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.tcv-career-coach {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tcv-career-coach a {
  min-height: 124px;
  display: grid;
  align-content: space-between;
  gap: 10px;
  border-radius: 18px;
  padding: 15px;
  color: var(--tcv-text);
  text-decoration: none;
}

.tcv-career-coach a:hover {
  border-color: rgba(37, 99, 235, .42);
  transform: translateY(-1px);
}

.tcv-career-coach span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tcv-career-coach b {
  font-size: 16px;
  line-height: 1.35;
}

@media (max-width: 820px) {
  .tcv-ai-advisor-grid,
  .tcv-career-coach {
    grid-template-columns: 1fr;
  }

  .tcv-salary-calc {
    padding: 14px;
  }

  .tcv-career-coach a {
    min-height: 104px;
  }
}

/* Shared public navigation: drawer through tablet, desktop menu from 1024px. */
.tcv-nav[data-public-navigation] .tcv-brand {
  min-height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--tcv-ink);
}

.tcv-nav[data-public-navigation] .tcv-brand small {
  color: var(--tcv-muted);
}

.tcv-nav[data-public-navigation] .tcv-actions > a {
  min-height: 44px;
  border-color: var(--tcv-line);
  background: var(--tcv-soft);
  color: var(--tcv-ink);
}

.tcv-nav[data-public-navigation] .public-theme-control {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--tcv-line);
  border-radius: 999px;
  background: var(--tcv-soft);
  color: var(--tcv-ink);
  cursor: pointer;
}

.tcv-nav[data-public-navigation] .public-theme-control:hover {
  border-color: var(--tcv-green);
  color: var(--tcv-green-dark);
}

.tcv-nav[data-public-navigation] .public-theme-control:focus-visible {
  outline: 3px solid var(--tcv-green-dark);
  outline-offset: 2px;
}

.tcv-nav[data-public-navigation] .public-theme-control-icon {
  grid-area: 1 / 1;
  font-size: 22px;
  line-height: 1;
}

.tcv-nav[data-public-navigation] .public-theme-control .is-light-icon,
.tcv-nav[data-public-navigation] .public-theme-control[aria-pressed="true"] .is-dark-icon {
  display: none;
}

.tcv-nav[data-public-navigation] .public-theme-control[aria-pressed="true"] .is-light-icon {
  display: inline;
}

.tcv-nav[data-public-navigation] .tcv-actions .tcv-register {
  border-color: var(--tcv-green);
  background: var(--tcv-green);
  color: #052f2b;
}

html[data-theme="dark"] body.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-actions .tcv-register,
body.hrconnect-recruitment-os[data-theme="dark"] .tcv-nav[data-public-navigation] .tcv-actions .tcv-register {
  color: #052f2b;
}

.tcv-nav-toggle,
.tcv-menu-head,
.tcv-nav-backdrop {
  display: none;
}

.tcv-nav-toggle,
.tcv-menu-head button {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tcv-line);
  border-radius: 14px;
  background: var(--tcv-bg);
  color: var(--tcv-ink);
  cursor: pointer;
}

.tcv-nav[data-public-navigation] .tcv-nav-toggle,
.tcv-nav[data-public-navigation] .tcv-menu-head button {
  border-color: var(--tcv-line);
  background: var(--tcv-soft);
  color: var(--tcv-ink);
}

.tcv-nav-toggle-icon,
.tcv-nav-toggle-icon::before,
.tcv-nav-toggle-icon::after,
.tcv-menu-head button span,
.tcv-menu-head button span::before {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.tcv-nav-toggle-icon {
  position: relative;
  display: block;
}

.tcv-nav-toggle-icon::before,
.tcv-nav-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.tcv-nav-toggle-icon::before {
  top: -6px;
}

.tcv-nav-toggle-icon::after {
  top: 6px;
}

.tcv-menu-head button span {
  display: block;
  transform: rotate(45deg);
}

.tcv-menu-head button span::before {
  content: "";
  display: block;
  transform: rotate(90deg);
}

.tcv-nav-toggle:focus-visible,
.tcv-menu-head button:focus-visible,
.tcv-nav[data-public-navigation] .tcv-menu :is(a, button):focus-visible {
  outline: 3px solid var(--tcv-green-dark);
  outline-offset: 2px;
}

@media (max-width: 1023px) {
  body.is-public-nav-open {
    overflow: hidden;
  }

  .tcv-nav[data-public-navigation] {
    position: relative;
    width: min(1140px, calc(100% - 20px));
    min-width: 0;
    height: 72px !important;
    min-height: 72px;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 8px;
    overflow: visible !important;
    padding: 0;
  }

  .tcv-nav[data-public-navigation] > *,
  .tcv-nav[data-public-navigation] .tcv-menu[data-public-nav-drawer] > * {
    min-width: 0 !important;
    max-width: 100%;
  }

  .tcv-nav[data-public-navigation] .tcv-brand {
    flex: 1 1 auto;
  }

  .tcv-nav[data-public-navigation] .tcv-nav-toggle {
    order: 2;
    display: inline-flex;
  }

  .tcv-nav[data-public-navigation] .tcv-actions {
    order: 3;
    flex: 0 0 auto;
    max-width: min(44vw, 290px);
    margin-left: 0;
  }

  .tcv-nav[data-public-navigation] .public-theme-control {
    flex-basis: 44px;
  }

  .tcv-nav[data-public-navigation] .tcv-actions .tcv-login {
    display: inline-flex;
    max-width: 128px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .tcv-nav[data-public-navigation] .tcv-actions :is(.tcv-register, .tcv-employer) {
    display: none;
  }

  .tcv-nav[data-public-navigation] .tcv-menu[data-public-nav-drawer] {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 120;
    order: 4;
    width: min(720px, 100%);
    max-width: none;
    height: 100vh;
    height: 100dvh;
    display: block;
    overflow: hidden auto;
    overscroll-behavior: contain;
    padding: 0 16px 28px;
    border-right: 1px solid var(--tcv-line);
    background: var(--tcv-bg);
    box-shadow: var(--hc2050-shadow, none);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-104%);
    transition: transform .2s ease, opacity .16s ease, visibility .2s step-end;
  }

  .tcv-nav[data-public-navigation].is-drawer-open .tcv-menu[data-public-nav-drawer] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: transform .2s ease, opacity .16s ease, visibility 0s;
  }

  .tcv-nav[data-public-navigation] .tcv-menu-head {
    position: sticky;
    top: 0;
    z-index: 2;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--tcv-line);
    background: var(--tcv-bg);
  }

  .tcv-nav[data-public-navigation] .tcv-menu-head strong {
    min-width: 0;
    overflow: hidden;
    color: var(--tcv-ink);
    font-size: 18px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tcv-nav[data-public-navigation] .tcv-menu-head button {
    display: inline-flex;
  }

  .tcv-nav[data-public-navigation] .tcv-nav-item {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid var(--tcv-line);
  }

  .tcv-nav[data-public-navigation] .tcv-nav-link {
    width: 100%;
    min-height: 48px;
    height: auto;
    justify-content: space-between;
    padding: 10px 8px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: var(--tcv-ink);
    text-align: left;
  }

  .tcv-nav[data-public-navigation] .tcv-pro-link {
    margin-top: 8px;
    background: var(--tcv-bg);
  }

  .tcv-nav[data-public-navigation] .tcv-nav-link:hover,
  .tcv-nav[data-public-navigation] .tcv-nav-link:focus-visible,
  .tcv-nav[data-public-navigation] .tcv-nav-item.is-open > .tcv-nav-link {
    background: var(--tcv-bg);
    color: var(--tcv-green-dark);
  }

  .tcv-nav[data-public-navigation] .tcv-mega,
  .tcv-nav[data-public-navigation] .tcv-nav-item:hover .tcv-mega {
    position: static;
    inset: auto;
    width: 100%;
    max-width: none;
    display: none;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 0 0 10px;
    padding: 8px 10px;
    border: 0;
    border-radius: 12px;
    background: var(--tcv-bg);
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
    transition: none;
  }

  .tcv-nav[data-public-navigation] .tcv-nav-item:not([data-mega-ready]).is-open > .tcv-mega,
  .tcv-nav[data-public-navigation] .tcv-nav-item[data-mega-ready] > .tcv-nav-link[aria-expanded="true"] ~ .tcv-mega {
    display: grid;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .tcv-nav[data-public-navigation] .tcv-mega-side {
    padding: 0 0 8px;
    border: 0;
    border-bottom: 1px solid var(--tcv-line);
  }

  .tcv-nav[data-public-navigation] .tcv-link-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .tcv-nav[data-public-navigation] .tcv-mega a {
    min-height: 44px;
    padding: 8px;
    border-radius: 10px;
  }

  .tcv-nav[data-public-navigation] .tcv-mega-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .tcv-nav[data-public-navigation] .tcv-nav-backdrop:not([hidden]) {
    position: fixed;
    inset: 0;
    z-index: 110;
    width: auto;
    max-width: none;
    display: block;
    border: 0;
    border-radius: 0;
    background: var(--tcv-green-deep);
    opacity: .58;
  }
}

@media (max-width: 767px) {
  .tcv-nav[data-public-navigation] {
    height: 64px !important;
    min-height: 64px;
  }

  .tcv-nav[data-public-navigation] .tcv-brand img {
    width: auto;
    max-width: 112px;
    max-height: 34px;
  }

  .tcv-nav[data-public-navigation] .tcv-brand {
    min-width: clamp(88px, 29vw, 132px) !important;
    max-width: 160px;
    overflow: visible;
  }

  .tcv-nav[data-public-navigation] .tcv-brand-word {
    max-width: none;
    overflow: visible;
    font-size: clamp(17px, 4.9vw, 21px);
    white-space: nowrap;
  }

  .tcv-nav[data-public-navigation] .tcv-brand small {
    max-width: 128px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tcv-nav[data-public-navigation] .tcv-nav-toggle {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }

  .tcv-nav[data-public-navigation] .tcv-actions {
    max-width: 148px !important;
  }

  .tcv-nav[data-public-navigation] .tcv-menu[data-public-nav-drawer] {
    inset: 0;
    width: 100%;
    max-width: none;
    padding-inline: clamp(12px, 4vw, 20px);
    border-right: 0;
  }

  .tcv-nav[data-public-navigation] .tcv-mega,
  .tcv-nav[data-public-navigation] .tcv-mega-wide {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .tcv-nav[data-public-navigation].is-jobs-navigation .tcv-actions .tcv-login {
    display: inline-flex !important;
    max-width: 96px !important;
  }

  .tcv-nav[data-public-navigation].is-jobs-navigation .tcv-actions .tcv-erp {
    display: none !important;
  }
}

@media (max-width: 390px) {
  .tcv-nav[data-public-navigation] .tcv-actions {
    max-width: 144px !important;
  }

  .tcv-nav[data-public-navigation] .tcv-actions .tcv-login {
    max-width: 94px !important;
    padding-inline: 10px;
  }
}

.tcv-nav[data-public-navigation] .tcv-nav-backdrop[hidden] {
  display: none !important;
}

@media (min-width: 1024px) {
  .tcv-nav[data-public-navigation] :is(.tcv-nav-toggle, .tcv-menu-head, .tcv-nav-backdrop) {
    display: none !important;
  }
}

/* At 1024-1280 the public header keeps a complete horizontal navigation in a
 * deliberate two-row shell instead of hiding desktop navigation in a drawer. */
@media (min-width: 1024px) and (max-width: 1280px) {
  body.qm-public.hrconnect-recruitment-os .tcv-header {
    height: 124px;
    min-height: 124px;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] {
    width: min(100% - 32px, 1240px);
    height: 124px !important;
    min-height: 124px;
    display: grid !important;
    grid-template-columns: minmax(160px, 1fr) auto;
    grid-template-rows: 70px 54px;
    gap: 0 16px;
    align-items: center;
    padding: 0;
    overflow: visible;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-brand {
    grid-column: 1;
    grid-row: 1;
    width: fit-content;
    min-width: 160px;
    max-width: 210px;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-actions {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    min-width: 0;
    max-width: none;
    justify-content: flex-end;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-menu[data-public-nav-drawer] {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    gap: clamp(1px, .35vw, 6px);
    padding: 3px;
    overflow: visible;
    border: 1px solid var(--tcv-line);
    border-radius: 16px;
    background: var(--tcv-surface);
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-nav-item {
    width: auto;
    height: 44px;
    display: flex;
    border: 0;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-nav-link {
    width: auto;
    min-height: 44px;
    height: 44px;
    justify-content: center;
    padding-inline: clamp(6px, .65vw, 10px);
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: clamp(11.5px, 1.12vw, 13px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tcv-nav[data-public-navigation] .tcv-menu[data-public-nav-drawer],
  .tcv-nav[data-public-navigation] .tcv-mega {
    transition: none !important;
  }
}

/* Homepage production contract: measured layout, semantic color and touch targets. */
.tcv-skip-link {
  position: fixed;
  z-index: 1000;
  inset: 8px auto auto 8px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 12px;
  color: var(--tcv-on-accent);
  background: var(--tcv-accent-solid);
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .16s ease;
}

.tcv-skip-link:focus {
  transform: none;
}

body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] {
  width: min(1680px, calc(100% - 32px));
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(10px, 1.4vw, 22px);
}

@media (min-width: 1281px) {
  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] {
    display: grid;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-menu {
    width: 100%;
    justify-content: center;
    overflow: visible;
  }
}

/* Public route shell: keep secondary pages on the same measured type and
   interaction contract as the homepage without changing their content. */
body.qm-public.hrconnect-recruitment-os:not(.qm-public-home):not(.cv-public-page) main h1 {
  max-width: var(--hrc-public-heading-measure, 22ch);
  font-size: clamp(28px, 2.4vw, 42px);
  line-height: 1.1;
  text-wrap: balance;
}

body.qm-public.hrconnect-recruitment-os :is(.ai-command-main, .ai-action-cards) a,
body.qm-public.hrconnect-recruitment-os .cv-skip-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

body.hrconnect-recruitment-os :is(
  .tcv-search button,
  .tcv-filter-row a.is-active,
  .tcv-feed-tabs button.is-active,
  .tcv-safety-banner a,
  .tcv-quick-apply > button[type="submit"],
  .ai-job-foot a,
  .tcv-video-panel span
) {
  color: var(--tcv-on-accent);
  background: var(--tcv-accent-solid);
}

body.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-actions .tcv-register {
  color: var(--tcv-on-accent);
  background: var(--tcv-accent-solid);
}

html[data-theme="dark"] body.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-actions .tcv-register,
body.hrconnect-recruitment-os[data-theme="dark"] .tcv-nav[data-public-navigation] .tcv-actions .tcv-register {
  color: var(--tcv-on-accent);
}

body.hrconnect-recruitment-os :is(
  .tcv-hero-quick-links a,
  .tcv-safety-banner a,
  .tcv-filter-row a,
  .tcv-feed-tabs button,
  .tcv-section-head > a,
  .ai-job-card h3 a,
  .ai-job-foot a,
  .ai-empty a,
  .tcv-pro-hero a,
  .tcv-footer a,
  .tcv-mega a
) {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

body.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-mega > div > a,
body.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-mega .tcv-link-grid > a {
  width: 100%;
  min-width: 0;
  display: flex;
}

/* Public navigation harmony contract: one balanced level-1 frame and one
   card-based level-2 composition across every public route. */
@media (min-width: 1281px) {
  body.qm-public.hrconnect-recruitment-os .tcv-header {
    height: 78px;
    min-height: 78px;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] {
    width: min(1680px, calc(100% - 32px));
    height: 78px !important;
    min-height: 78px;
    grid-template-columns: 180px minmax(0, 1fr) 400px;
    gap: clamp(10px, 1vw, 18px);
    padding: 0;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-brand {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    min-height: 52px;
    padding: 4px 8px;
    border-radius: 14px;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-brand img {
    width: 140px;
    height: 38px;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-brand small {
    max-width: 164px;
    margin-top: 1px;
    overflow: hidden;
    font-size: 10.5px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-menu {
    width: 100%;
    height: 52px;
    min-width: 0;
    justify-content: space-between;
    gap: 2px;
    padding: 4px;
    overflow: visible;
    border: 1px solid var(--tcv-line);
    border-radius: 18px;
    background: color-mix(in srgb, var(--tcv-surface) 90%, var(--tcv-soft));
    box-shadow: 0 8px 24px color-mix(in srgb, var(--tcv-ink) 7%, transparent);
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-nav-item {
    min-width: 0;
    height: 44px;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-nav-link {
    min-width: 0;
    min-height: 44px;
    height: 44px;
    padding: 0 clamp(8px, .65vw, 13px);
    border: 1px solid transparent;
    border-radius: 13px;
    color: var(--tcv-ink) !important;
    background: transparent;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -.01em;
    transition: color .16s ease, background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] :is(
    .tcv-nav-link:hover,
    .tcv-nav-link:focus-visible,
    .tcv-nav-link[aria-current="page"],
    .tcv-nav-item.is-open > .tcv-nav-link
  ) {
    color: var(--tcv-green-dark) !important;
    border-color: color-mix(in srgb, var(--tcv-green) 24%, var(--tcv-line));
    background: color-mix(in srgb, var(--tcv-green) 8%, var(--tcv-surface));
    box-shadow: inset 0 1px color-mix(in srgb, var(--tcv-surface) 76%, transparent);
    transform: translateY(-1px);
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-actions {
    width: 400px;
    min-width: 400px;
    justify-content: flex-end;
    gap: 8px;
    margin-left: 0;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-mega {
    top: 78px;
    width: min(960px, calc(100vw - 40px));
    max-height: min(560px, calc(100vh - 106px));
    grid-auto-flow: row;
    gap: 14px;
    padding: 14px;
    overflow: hidden auto;
    overscroll-behavior: contain;
    border: 1px solid var(--tcv-line);
    border-radius: 20px;
    background: var(--tcv-surface);
    box-shadow: 0 24px 56px color-mix(in srgb, var(--tcv-ink) 14%, transparent);
    scrollbar-width: thin;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-mega-wide {
    grid-template-columns: minmax(210px, 1fr) repeat(auto-fit, minmax(240px, 1fr));
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-mega:is(.tcv-mega-compact, .tcv-mega-blog, .tcv-mega-tools) {
    width: min(720px, calc(100vw - 40px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-mega > div {
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--tcv-line);
    border-radius: 14px;
    background: var(--tcv-soft);
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-mega-side {
    padding: 14px;
    border: 1px solid var(--tcv-line);
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-mega b {
    margin-bottom: 8px;
    color: var(--tcv-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-mega b:not(:first-child) {
    margin-top: 12px;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-link-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-mega a {
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    line-height: 1.3;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-mega a:is(:hover, :focus-visible, [aria-current="page"]) {
    color: var(--tcv-green-dark);
    border-color: color-mix(in srgb, var(--tcv-green) 22%, var(--tcv-line));
    background: color-mix(in srgb, var(--tcv-green) 7%, var(--tcv-surface));
  }
}

@media (min-width: 1281px) and (max-width: 1535px) {
  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] {
    grid-template-columns: 148px minmax(0, 1fr) 300px;
    gap: 8px;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-brand {
    width: 148px;
    min-width: 148px;
    max-width: 148px;
    padding-inline: 4px;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-brand small {
    display: none;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-menu {
    gap: 1px;
    padding: 3px;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-nav-link {
    padding-inline: clamp(6px, .55vw, 9px);
    font-size: 12.5px;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-actions {
    width: 300px;
    min-width: 300px;
    gap: 6px;
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-actions .tcv-employer {
    display: none;
  }
}

/* Full-screen jobs mega menu authority. The four semantic columns remain
 * available at every desktop width and never depend on live job categories. */
@media (min-width: 1024px) {
  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-mega {
    position: fixed;
    top: 78px;
    left: 50%;
    right: auto;
    width: min(760px, calc(100% - 32px));
    max-height: calc(100dvh - 94px);
    transform: translate(-50%, 10px);
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-nav-item:not([data-mega-ready]):is(:hover, .is-open) > .tcv-mega,
  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-nav-item[data-mega-ready] > .tcv-nav-link[aria-expanded="true"] ~ .tcv-mega {
    transform: translate(-50%, 0);
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-mega-wide {
    left: clamp(16px, 3vw, 48px);
    right: clamp(16px, 3vw, 48px);
    width: auto;
    max-width: 1680px;
    margin-inline: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(10px, 1.3vw, 20px);
    padding: clamp(14px, 1.5vw, 24px);
    transform: translateY(10px);
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-nav-item:not([data-mega-ready]):is(:hover, .is-open) > .tcv-mega-wide,
  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-nav-item[data-mega-ready] > .tcv-nav-link[aria-expanded="true"] ~ .tcv-mega-wide {
    transform: translateY(0);
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-mega-wide > .tcv-mega-group {
    min-width: 0;
    padding: clamp(10px, 1vw, 16px);
    border: 0;
    border-radius: 14px;
    background: var(--tcv-soft);
  }

  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-mega a {
    min-height: 44px;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  body.qm-public.hrconnect-recruitment-os .tcv-nav[data-public-navigation] .tcv-mega {
    top: 124px;
    max-height: calc(100dvh - 140px);
  }
}

body.hrconnect-recruitment-os .hc2050-hero-actions a:nth-child(n + 2) {
  border-color: rgba(255, 255, 255, .34);
  color: #ffffff;
  background: rgba(255, 255, 255, .10);
}

body.hrconnect-recruitment-os .tcv-hero-quick-links a {
  border-color: var(--tcv-hero-chip-border);
  color: var(--tcv-on-accent);
  background: var(--tcv-hero-chip-bg);
}

body.hrconnect-recruitment-os .tcv-hero-quick-links a:is(:hover, :focus-visible) {
  color: var(--tcv-on-accent);
  background: var(--tcv-green-deep);
}

body.qm-public.qm-public-home.hrconnect-recruitment-os :is(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--tcv-green-dark);
  outline-offset: 3px;
}

body.qm-public.qm-public-home.hrconnect-recruitment-os .tcv-pro-company .tcv-pro-hero a:focus-visible {
  outline-color: var(--tcv-on-accent);
}

body.qm-public.qm-public-home.hrconnect-recruitment-os .tcv-hero :is(.hc2050-hero-actions a, .tcv-hero-quick-links a):focus-visible {
  outline-color: var(--tcv-on-accent);
}

body.qm-public.qm-public-home.hrconnect-recruitment-os .tcv-hero .tcv-search input:focus-visible {
  outline-color: var(--tcv-focus-strong);
}

body.qm-public.qm-public-home.hrconnect-recruitment-os .tcv-hero .tcv-search button:focus-visible {
  outline-color: var(--tcv-on-accent);
  box-shadow: 0 0 0 6px var(--tcv-focus-strong);
  transition: none;
}

/* The real public route does not carry the hrc-family-public marker used by
   some shared theme adapters. Keep its dark header and search surfaces
   coherent at every responsive breakpoint, including 320px reflow. */
html[data-theme="dark"] body.qm-public.qm-public-home.hrconnect-recruitment-os .tcv-header,
body.qm-public.qm-public-home.hrconnect-recruitment-os.is-dark .tcv-header,
body.qm-public.qm-public-home.hrconnect-recruitment-os[data-theme="dark"] .tcv-header {
  color: var(--tcv-ink) !important;
  background: var(--tcv-surface) !important;
  border-color: var(--tcv-line) !important;
}

html[data-theme="dark"] body.qm-public.qm-public-home.hrconnect-recruitment-os :is(.tcv-brand-word, .tcv-nav-link, .tcv-login, .tcv-employer),
body.qm-public.qm-public-home.hrconnect-recruitment-os.is-dark :is(.tcv-brand-word, .tcv-nav-link, .tcv-login, .tcv-employer),
body.qm-public.qm-public-home.hrconnect-recruitment-os[data-theme="dark"] :is(.tcv-brand-word, .tcv-nav-link, .tcv-login, .tcv-employer) {
  color: var(--tcv-ink) !important;
}

html[data-theme="dark"] body.qm-public.qm-public-home.hrconnect-recruitment-os .tcv-brand small,
body.qm-public.qm-public-home.hrconnect-recruitment-os.is-dark .tcv-brand small,
body.qm-public.qm-public-home.hrconnect-recruitment-os[data-theme="dark"] .tcv-brand small {
  color: var(--tcv-muted) !important;
}

html[data-theme="dark"] body.qm-public.qm-public-home.hrconnect-recruitment-os .tcv-search,
body.qm-public.qm-public-home.hrconnect-recruitment-os.is-dark .tcv-search,
body.qm-public.qm-public-home.hrconnect-recruitment-os[data-theme="dark"] .tcv-search {
  color: var(--tcv-ink) !important;
  background: var(--tcv-surface) !important;
  border: 1px solid var(--tcv-control-border) !important;
}

html[data-theme="dark"] body.qm-public.qm-public-home.hrconnect-recruitment-os .tcv-search-field,
body.qm-public.qm-public-home.hrconnect-recruitment-os.is-dark .tcv-search-field,
body.qm-public.qm-public-home.hrconnect-recruitment-os[data-theme="dark"] .tcv-search-field {
  border-color: var(--tcv-line) !important;
  background: transparent !important;
}

html[data-theme="dark"] body.qm-public.qm-public-home.hrconnect-recruitment-os .tcv-search input,
body.qm-public.qm-public-home.hrconnect-recruitment-os.is-dark .tcv-search input,
body.qm-public.qm-public-home.hrconnect-recruitment-os[data-theme="dark"] .tcv-search input {
  color: var(--tcv-ink) !important;
  background: transparent !important;
}

html[data-theme="dark"] body.qm-public.qm-public-home.hrconnect-recruitment-os .tcv-search input::placeholder,
body.qm-public.qm-public-home.hrconnect-recruitment-os.is-dark .tcv-search input::placeholder,
body.qm-public.qm-public-home.hrconnect-recruitment-os[data-theme="dark"] .tcv-search input::placeholder {
  color: var(--tcv-muted) !important;
  opacity: 1;
}

.tcv-job-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 360px));
  justify-content: center;
}

body.qm-public-home .tcv-job-grid[data-job-count="1"] {
  grid-template-columns: minmax(0, min(760px, 100%));
}

.tcv-quick-apply {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  background: var(--tcv-surface);
  border-color: var(--tcv-line);
}

.tcv-quick-apply-title,
.tcv-quick-apply-live {
  grid-column: 1 / -1;
  margin: 0;
}

.tcv-quick-apply-title {
  color: var(--tcv-ink);
  font-size: 16px;
  font-weight: 950;
}

.tcv-quick-apply-live {
  padding: 10px 12px;
  border: 1px solid #fecaca;
  border-radius: 10px;
  color: #991b1b;
  background: #fef2f2;
  font-weight: 800;
}

.tcv-quick-apply label[for="quick-apply-job-id"] { grid-column: span 4; }
.tcv-quick-apply label[for="quick-apply-full-name"],
.tcv-quick-apply label[for="quick-apply-phone"],
.tcv-quick-apply label[for="quick-apply-area"],
.tcv-quick-apply label[for="quick-apply-availability"] { grid-column: span 2; }

.tcv-quick-apply select,
.tcv-quick-apply input:not([type="checkbox"]) {
  color: var(--tcv-ink);
  background: var(--tcv-soft);
  border-color: var(--tcv-line);
}

.tcv-quick-apply label > span {
  color: var(--tcv-muted);
}

.tcv-quick-apply :is(input, select)::placeholder {
  color: var(--tcv-muted);
  opacity: 1;
}

body.qm-public.qm-public-home.hrconnect-recruitment-os :is(.tcv-search, .tcv-quick-apply, .tcv-salary-calc) :is(input, select, textarea) {
  border-color: var(--tcv-control-border) !important;
}

body.qm-public.qm-public-home.hrconnect-recruitment-os .tcv-salary-calc input::placeholder {
  color: var(--tcv-muted) !important;
  opacity: 1;
}

body.qm-public.qm-public-home.hrconnect-recruitment-os .tcv-quick-apply :is(input, select)[aria-invalid="true"] {
  border-color: var(--tcv-danger-border) !important;
  box-shadow: 0 0 0 3px var(--tcv-danger-ring);
}

.tcv-field-error {
  color: var(--tcv-danger-text);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.tcv-consent-field {
  grid-column: span 9;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  min-height: 46px;
  color: var(--tcv-ink);
}

.tcv-consent-field input {
  width: 24px;
  height: 24px;
  margin: 0;
}

.tcv-consent-field label {
  color: var(--tcv-ink);
  font-size: 13px;
  line-height: 1.45;
}

.tcv-consent-copy {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 8px;
}

.tcv-consent-copy label,
.tcv-consent-copy a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.tcv-consent-copy a {
  color: var(--tcv-accent-text);
  font-size: 13px;
  font-weight: 850;
}

.tcv-consent-field .tcv-field-error {
  grid-column: 2;
}

.tcv-quick-apply > button[type="submit"] {
  grid-column: span 3;
}

.tcv-quick-apply > button[type="submit"][disabled] {
  cursor: wait;
  opacity: .72;
}

.tcv-salary-evidence {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.tcv-salary-evidence div {
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--tcv-line);
  border-radius: 12px;
  background: var(--tcv-soft);
}

.tcv-salary-evidence :is(dt, dd) { margin: 0; }
.tcv-salary-evidence dt { color: var(--tcv-muted); font-size: 12px; font-weight: 800; }
.tcv-salary-evidence dd { margin-top: 3px; color: var(--tcv-ink); font-weight: 850; overflow-wrap: anywhere; }

.tcv-industry-empty {
  max-width: 720px;
  margin-inline: auto;
}

html[data-theme="dark"] body.hrconnect-recruitment-os :is(
  .tcv-quick-apply,
  .ai-job-card,
  .tcv-pro-company,
  .tcv-video-panel,
  .tcv-review-card,
  .tcv-faq-list details,
  .tcv-factory-card,
  .tcv-brand-grid a,
  .tcv-floating a
),
body.hrconnect-recruitment-os[data-theme="dark"] :is(
  .tcv-quick-apply,
  .ai-job-card,
  .tcv-pro-company,
  .tcv-video-panel,
  .tcv-review-card,
  .tcv-faq-list details,
  .tcv-factory-card,
  .tcv-brand-grid a,
  .tcv-floating a
) {
  color: var(--tcv-ink);
  border-color: var(--tcv-line);
  background: var(--tcv-surface);
}

html[data-theme="dark"] body.hrconnect-recruitment-os .ai-job-meta span,
html[data-theme="dark"] body.hrconnect-recruitment-os .ai-job-meta b,
body.hrconnect-recruitment-os[data-theme="dark"] .ai-job-meta span,
body.hrconnect-recruitment-os[data-theme="dark"] .ai-job-meta b {
  color: var(--tcv-ink);
}

html[data-theme="dark"] body.hrconnect-recruitment-os .ai-job-meta span,
body.hrconnect-recruitment-os[data-theme="dark"] .ai-job-meta span {
  border: 1px solid var(--tcv-line);
  background: var(--tcv-soft);
}

html[data-theme="dark"] body.hrconnect-recruitment-os .ai-job-tags span,
body.hrconnect-recruitment-os[data-theme="dark"] .ai-job-tags span {
  color: #a7f3d0;
  border: 1px solid #245d51;
  background: #133b35;
}

html[data-theme="dark"] body.hrconnect-recruitment-os :is(
  .tcv-section-head span,
  .tcv-section-head a,
  .ai-job-card h3 a,
  .ai-job-benefits,
  .tcv-review-card b,
  .tcv-review-card p,
  .tcv-faq-list summary,
  .tcv-faq-list p,
  .tcv-factory-card,
  .tcv-factory-card p
),
body.hrconnect-recruitment-os[data-theme="dark"] :is(
  .tcv-section-head span,
  .tcv-section-head a,
  .ai-job-card h3 a,
  .ai-job-benefits,
  .tcv-review-card b,
  .tcv-review-card p,
  .tcv-faq-list summary,
  .tcv-faq-list p,
  .tcv-factory-card,
  .tcv-factory-card p
) {
  color: var(--tcv-ink);
}

html[data-theme="dark"] body.qm-public-home.hrconnect-recruitment-os #jobs.tcv-job-section,
body.qm-public-home.hrconnect-recruitment-os[data-theme="dark"] #jobs.tcv-job-section {
  color: var(--tcv-ink) !important;
  background: var(--tcv-bg) !important;
}

html[data-theme="dark"] body.qm-public-home.hrconnect-recruitment-os :is(.tcv-company-section, .tcv-industry-section, .tcv-ai-advisor),
body.qm-public-home.hrconnect-recruitment-os[data-theme="dark"] :is(.tcv-company-section, .tcv-industry-section, .tcv-ai-advisor) {
  color: var(--tcv-ink) !important;
  background: var(--tcv-bg) !important;
}

html[data-theme="dark"] body.qm-public-home.hrconnect-recruitment-os .ai-job-benefits strong,
body.qm-public-home.hrconnect-recruitment-os[data-theme="dark"] .ai-job-benefits strong,
html[data-theme="dark"] body.qm-public-home.hrconnect-recruitment-os .tcv-salary-output,
body.qm-public-home.hrconnect-recruitment-os[data-theme="dark"] .tcv-salary-output {
  color: var(--tcv-accent-text) !important;
}

html[data-theme="dark"] body.qm-public-home.hrconnect-recruitment-os :is(.tcv-search input, .tcv-salary-calc input)::placeholder,
body.qm-public-home.hrconnect-recruitment-os[data-theme="dark"] :is(.tcv-search input, .tcv-salary-calc input)::placeholder {
  color: var(--tcv-muted) !important;
  opacity: 1;
}

html[data-theme="dark"] body.qm-public-home.hrconnect-recruitment-os :is(.tcv-filter-row a:not(.is-active), .tcv-feed-tabs button:not(.is-active)),
body.qm-public-home.hrconnect-recruitment-os[data-theme="dark"] :is(.tcv-filter-row a:not(.is-active), .tcv-feed-tabs button:not(.is-active)) {
  color: var(--tcv-ink);
  background: var(--tcv-soft);
}

html[data-theme="dark"] body.qm-public-home.hrconnect-recruitment-os .tcv-quick-apply label > span,
body.qm-public-home.hrconnect-recruitment-os[data-theme="dark"] .tcv-quick-apply label > span {
  color: var(--tcv-muted);
}

html[data-theme="dark"] body.qm-public-home.hrconnect-recruitment-os :is(.ai-job-logo, .tcv-company-list span),
body.qm-public-home.hrconnect-recruitment-os[data-theme="dark"] :is(.ai-job-logo, .tcv-company-list span) {
  color: var(--tcv-on-accent) !important;
  border-color: var(--tcv-line) !important;
  background: var(--tcv-green-deep) !important;
}

html[data-theme="dark"] body.qm-public-home.hrconnect-recruitment-os :is(.tcv-lead-brand span, .tcv-brand-grid span),
body.qm-public-home.hrconnect-recruitment-os[data-theme="dark"] :is(.tcv-lead-brand span, .tcv-brand-grid span) {
  color: var(--tcv-green-deep) !important;
  border-color: #dbe5ef !important;
  background: #ffffff !important;
}

html[data-theme="dark"] body.qm-public-home.hrconnect-recruitment-os .tcv-company-list a,
body.qm-public-home.hrconnect-recruitment-os[data-theme="dark"] .tcv-company-list a {
  color: var(--tcv-ink) !important;
  border-color: var(--tcv-line) !important;
  background: var(--tcv-surface) !important;
}

html[data-theme="dark"] body.qm-public-home.hrconnect-recruitment-os .tcv-company-list b,
body.qm-public-home.hrconnect-recruitment-os[data-theme="dark"] .tcv-company-list b {
  color: var(--tcv-ink) !important;
}

html[data-theme="dark"] body.qm-public.hrconnect-recruitment-os .tcv-company-list small,
body.qm-public.hrconnect-recruitment-os.is-dark .tcv-company-list small,
body.qm-public.hrconnect-recruitment-os[data-theme="dark"] .tcv-company-list small,
html[data-theme="dark"] body.qm-public.hrconnect-recruitment-os .company-card small,
body.qm-public.hrconnect-recruitment-os.is-dark .company-card small,
body.qm-public.hrconnect-recruitment-os[data-theme="dark"] .company-card small {
  color: var(--hrc-public-readable-muted, var(--color-text-muted, var(--hrc-neutral-300))) !important;
}

html[data-theme="dark"] body.qm-public.qm-public-home.hrconnect-recruitment-os .tcv-search button:focus-visible,
body.qm-public.qm-public-home.hrconnect-recruitment-os.is-dark .tcv-search button:focus-visible,
body.qm-public.qm-public-home.hrconnect-recruitment-os[data-theme="dark"] .tcv-search button:focus-visible {
  outline-color: var(--tcv-on-accent);
  box-shadow: 0 0 0 6px var(--tcv-accent-text);
}

html[data-theme="dark"] body.qm-public.qm-public-home.hrconnect-recruitment-os .tcv-search input:focus-visible,
body.qm-public.qm-public-home.hrconnect-recruitment-os.is-dark .tcv-search input:focus-visible,
body.qm-public.qm-public-home.hrconnect-recruitment-os[data-theme="dark"] .tcv-search input:focus-visible {
  outline-color: var(--tcv-accent-text);
}

@media (max-width: 980px) {
  .tcv-quick-apply label[for="quick-apply-job-id"] { grid-column: span 12; }
  .tcv-quick-apply label[for="quick-apply-full-name"],
  .tcv-quick-apply label[for="quick-apply-phone"],
  .tcv-quick-apply label[for="quick-apply-area"],
  .tcv-quick-apply label[for="quick-apply-availability"] { grid-column: span 6; }
  .tcv-consent-field { grid-column: span 8; }
  .tcv-quick-apply > button[type="submit"] { grid-column: span 4; }
}

@media (prefers-reduced-motion: reduce) {
  body.qm-public.qm-public-home.hrconnect-recruitment-os .tcv-quick-apply :is(input, select)[aria-invalid="true"],
  body.qm-public.qm-public-home.hrconnect-recruitment-os .tcv-quick-apply :is(input, select):focus-visible {
    transition: none;
  }
}

@media (max-width: 680px) {
  .tcv-quick-apply > *,
  .tcv-quick-apply label[for="quick-apply-job-id"],
  .tcv-quick-apply label[for="quick-apply-full-name"],
  .tcv-quick-apply label[for="quick-apply-phone"],
  .tcv-quick-apply label[for="quick-apply-area"],
  .tcv-quick-apply label[for="quick-apply-availability"],
  .tcv-consent-field,
  .tcv-quick-apply > button[type="submit"] {
    grid-column: 1 / -1;
  }

  .tcv-salary-evidence { grid-template-columns: 1fr; }
}

body.qm-public.hrconnect-recruitment-os :is(.ai-command-main, .ai-action-cards) a {
  color: var(--hrc-public-readable-accent, var(--color-text-info, var(--hrc-info-600)));
}

/* Recruitment missing asset fallback v1. */
body.qm-public.qm-public-home.hrconnect-recruitment-os .tcv-media-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--tcv-line);
  border-radius: var(--hrc-radius-lg, 0.875rem);
  background: var(--tcv-soft);
  color: var(--tcv-accent-text);
  font-size: var(--hrc-text-lg, 1.125rem);
  font-weight: var(--hrc-font-weight-bold, 700);
}

/* Public responsive system v1: shared by the homepage, directories, trust,
 * inquiry and content routes. It widens large displays without sacrificing
 * readable line length, and keeps forms/cards inside the viewport. */
html {
  overflow-x: clip;
}

body.qm-public.hrconnect-recruitment-os {
  --hrc-public-gutter: clamp(10px, 3vw, 48px);
  overflow-x: clip;
}

body.qm-public.hrconnect-recruitment-os :is(.tcv-nav, .tcv-container, .tcv-hero-inner, .tcv-footer-grid) {
  width: min(1480px, calc(100% - (var(--hrc-public-gutter) * 2)));
}

body.qm-public.hrconnect-recruitment-os :is(.ai-section, .ai-hero) {
  width: min(1320px, calc(100% - (var(--hrc-public-gutter) * 2)));
}

body.qm-public.hrconnect-recruitment-os :is(
  .ai-section,
  .ai-hero,
  .tcv-container,
  .tcv-hero-inner,
  .tcv-footer-grid,
  .ai-apply-layout,
  .ai-apply-form
) > * {
  min-width: 0;
  max-width: 100%;
}

body.qm-public.hrconnect-recruitment-os.public-inquiry-os .ai-apply-layout {
  grid-template-columns: minmax(0, 1.65fr) minmax(18rem, .65fr);
  gap: clamp(16px, 2vw, 28px);
}

@media (max-width: 900px) {
  body.qm-public.hrconnect-recruitment-os.public-inquiry-os .ai-apply-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  body.qm-public.hrconnect-recruitment-os .ai-section-head {
    flex-direction: column;
    align-items: stretch;
  }

  body.qm-public.hrconnect-recruitment-os .ai-section-head > .ai-btn {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  body.qm-public.hrconnect-recruitment-os.public-inquiry-os :is(.public-inquiry-form, .public-inquiry-help, .public-inquiry-summary) {
    padding: 14px;
  }

  body.qm-public.hrconnect-recruitment-os.public-inquiry-os .ai-apply-form {
    grid-template-columns: minmax(0, 1fr);
  }

  body.qm-public.hrconnect-recruitment-os.public-inquiry-os .ai-form-submit .ai-btn {
    width: 100%;
  }
}
