.lhh-shell {
  --lhh-bg: #f5f7fa;
  --lhh-card: #ffffff;
  --lhh-text: #1f2937;
  --lhh-muted: #667085;
  --lhh-border: #e4e7ec;
  --lhh-primary: #1f2a44;
  --lhh-accent: #f59e0b;
  --lhh-success: #177245;
  --lhh-danger: #b42318;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--lhh-text);
  font-family: Inter, Arial, sans-serif;
}
.lhh-shell *, .lhh-admin-wrap * { box-sizing: border-box; }
.lhh-shell h1, .lhh-shell h2, .lhh-shell h3 {
  margin: 0 0 .55rem;
  color: var(--lhh-primary);
  line-height: 1.12;
}
.lhh-shell h1, .lhh-shell h2 { font-family: "Archivo Black", Inter, Arial, sans-serif; font-weight: 800; }
.lhh-shell p { margin: 0 0 1rem; }
.lhh-shell a { color: var(--lhh-primary); }
.lhh-muted { color: var(--lhh-muted); font-weight: 400; }
.lhh-shell--narrow { max-width: 560px; }
.lhh-page-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin: 0 0 26px; }
.lhh-page-heading p { color: var(--lhh-muted); margin: 0; }
.lhh-page-heading--actions { align-items: center; }
.lhh-eyebrow { display: inline-block; margin-bottom: 8px; color: var(--lhh-muted); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.lhh-card, .lhh-stat-card, .lhh-list-item {
  background: var(--lhh-card);
  border: 1px solid var(--lhh-border);
  border-radius: 14px;
  box-shadow: 0 8px 26px rgba(16, 24, 40, .045);
}
.lhh-card { padding: 26px; margin-bottom: 22px; }
.lhh-card--table { padding: 0; overflow: hidden; }
.lhh-card-heading { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.lhh-card-heading p { color: var(--lhh-muted); margin: 4px 0 0; }
.lhh-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-bottom: 24px; }
.lhh-stat-card { display: flex; flex-direction: column; padding: 22px; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease; }
.lhh-stat-card:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(16, 24, 40, .08); }
.lhh-stat-card strong { color: var(--lhh-primary); font-size: 32px; line-height: 1; }
.lhh-stat-card span { margin-top: 9px; color: var(--lhh-muted); }
.lhh-button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 18px;
  border: 1px solid var(--lhh-primary); border-radius: 9px; background: var(--lhh-primary); color: #fff !important;
  font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .15s ease, opacity .15s ease;
}
.lhh-button:hover { transform: translateY(-1px); opacity: .94; }
.lhh-button--secondary { background: #fff; color: var(--lhh-primary) !important; }
.lhh-button--ghost { background: transparent; color: var(--lhh-primary) !important; border-color: var(--lhh-border); }
.lhh-text-link { font-weight: 700; text-decoration: none; }
.lhh-logout-link { font-weight: 700; }
.lhh-form { display: grid; gap: 16px; }
.lhh-form--wide { gap: 0; }
.lhh-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.lhh-field { display: flex; flex-direction: column; gap: 7px; }
.lhh-field--full { grid-column: 1 / -1; }
.lhh-form label, .lhh-field label { color: var(--lhh-primary); font-size: 14px; font-weight: 750; }
.lhh-form input, .lhh-form select, .lhh-form textarea, .lhh-field input, .lhh-field select, .lhh-field textarea, .lhh-criterion-row input, .lhh-criterion-row select {
  width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #d0d5dd; border-radius: 8px; background: #fff; color: var(--lhh-text); font: inherit;
}
.lhh-form textarea, .lhh-field textarea { resize: vertical; line-height: 1.55; }
.lhh-form input:focus, .lhh-form select:focus, .lhh-form textarea:focus, .lhh-field input:focus, .lhh-field select:focus, .lhh-field textarea:focus {
  border-color: var(--lhh-primary); outline: 3px solid rgba(31,42,68,.1);
}
.lhh-form small { color: var(--lhh-muted); }
.lhh-form-actions { display: flex; gap: 12px; margin-top: 8px; }
.lhh-auth-card { padding: 34px; }
.lhh-table-wrap { overflow-x: auto; }
.lhh-table { width: 100%; border-collapse: collapse; }
.lhh-table th, .lhh-table td { padding: 16px 18px; border-bottom: 1px solid var(--lhh-border); text-align: left; vertical-align: middle; }
.lhh-table th { color: var(--lhh-muted); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.lhh-table tr:last-child td { border-bottom: 0; }
.lhh-table-action { text-align: right !important; }
.lhh-table-action a { font-weight: 750; text-decoration: none; }
.lhh-badge { display: inline-flex; align-items: center; min-height: 28px; padding: 4px 9px; border-radius: 999px; background: #f2f4f7; color: #344054; font-size: 12px; font-weight: 750; white-space: nowrap; }
.lhh-badge--publish, .lhh-badge--hired, .lhh-badge--completed { background: #ecfdf3; color: #067647; }
.lhh-badge--new, .lhh-badge--requested { background: #fffaeb; color: #b54708; }
.lhh-badge--rejected, .lhh-badge--cancelled { background: #fef3f2; color: #b42318; }
.lhh-list { display: grid; gap: 12px; }
.lhh-list-item { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 18px 20px; text-decoration: none; }
.lhh-list-item__main { display: flex; flex-direction: column; gap: 5px; }
.lhh-list-item__main span { color: var(--lhh-muted); }
.lhh-list-item__meta { display: flex; align-items: center; gap: 10px; }
.lhh-score { display: inline-flex; min-width: 66px; justify-content: center; padding: 6px 9px; border-radius: 8px; background: var(--lhh-primary); color: #fff; font-size: 13px; font-weight: 800; }
.lhh-filter-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.lhh-filter-nav a { padding: 8px 11px; border: 1px solid var(--lhh-border); border-radius: 999px; background: #fff; color: var(--lhh-muted); text-decoration: none; font-size: 13px; font-weight: 700; }
.lhh-filter-nav a.is-active { border-color: var(--lhh-primary); background: var(--lhh-primary); color: #fff; }
.lhh-two-column { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 22px; align-items: start; }
.lhh-two-column--marketing { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.lhh-details { display: grid; gap: 0; margin: 0 0 20px; }
.lhh-details > div { display: grid; grid-template-columns: 130px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--lhh-border); }
.lhh-details dt { color: var(--lhh-muted); }
.lhh-details dd { margin: 0; font-weight: 650; }
.lhh-prose { white-space: normal; line-height: 1.65; }
.lhh-ai-summary-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 10px; }
.lhh-ai-summary-head h3 { margin: 7px 0 0; font-size: clamp(21px, 3vw, 28px); line-height: 1.22; }
.lhh-ai-score { display: flex; align-items: baseline; gap: 4px; color: var(--lhh-primary); }
.lhh-ai-score strong { font-size: 44px; line-height: 1; }
.lhh-ai-score span { color: var(--lhh-muted); font-weight: 700; }
.lhh-ai-score--compact { flex: 0 0 auto; padding: 9px 11px; border: 1px solid var(--lhh-border); border-radius: 10px; background: #f8fafc; }
.lhh-ai-score--compact strong { font-size: 27px; }
.lhh-ai-summary-text { margin: 0 0 10px; line-height: 1.65; }
.lhh-ai-disclaimer { margin: 0; color: var(--lhh-muted); font-size: 12px; font-weight: 650; }
.lhh-ai-criteria { display: grid; gap: 10px; margin: 18px 0; }
.lhh-ai-criterion { padding: 14px; border: 1px solid var(--lhh-border); border-left-width: 4px; border-radius: 10px; background: #fff; }
.lhh-ai-criterion--meets { border-left-color: #15803d; }
.lhh-ai-criterion--likely-meets { border-left-color: #65a30d; }
.lhh-ai-criterion--unknown { border-left-color: #d97706; }
.lhh-ai-criterion--likely-not { border-left-color: #ea580c; }
.lhh-ai-criterion--does-not-meet { border-left-color: #b42318; }
.lhh-ai-criterion__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.lhh-ai-criterion__top > strong { min-width: 0; }
.lhh-ai-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.lhh-ai-status, .lhh-ai-importance { display: inline-flex; align-items: center; min-height: 25px; padding: 4px 8px; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .02em; white-space: nowrap; }
.lhh-ai-status--meets { background: #ecfdf3; color: #067647; }
.lhh-ai-status--likely-meets { background: #f7fee7; color: #3f6212; }
.lhh-ai-status--unknown { background: #fffaeb; color: #b54708; }
.lhh-ai-status--likely-not { background: #fff7ed; color: #c2410c; }
.lhh-ai-status--does-not-meet { background: #fef3f2; color: #b42318; }
.lhh-ai-importance { background: #f2f4f7; color: #475467; }
.lhh-ai-importance--required { background: #eef4ff; color: #3538cd; }
.lhh-ai-importance--important { background: #f4f3ff; color: #5925dc; }
.lhh-ai-criterion p { margin: 8px 0 6px; color: var(--lhh-muted); font-size: 14px; line-height: 1.55; }
.lhh-ai-criterion small { color: #98a2b3; font-size: 11px; font-weight: 650; }
.lhh-ai-questions { padding-top: 14px; border-top: 1px solid var(--lhh-border); }
.lhh-ai-questions ul { margin-bottom: 0; }
.lhh-ai-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--lhh-border); color: #98a2b3; font-size: 11px; }
.lhh-inline-form { margin-top: 18px; }
.lhh-criteria-list { display: grid; gap: 10px; margin-bottom: 14px; }
.lhh-criterion-row { display: grid; grid-template-columns: minmax(0, 1fr) 180px 42px; gap: 10px; }
.lhh-icon-button { width: 42px; min-height: 42px; border: 1px solid var(--lhh-border); border-radius: 8px; background: #fff; color: var(--lhh-danger); font-size: 23px; cursor: pointer; }
.lhh-choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.lhh-choice { position: relative; }
.lhh-choice input { position: absolute; opacity: 0; pointer-events: none; }
.lhh-choice span { display: flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid var(--lhh-border); border-radius: 9px; background: #fff; cursor: pointer; }
.lhh-choice input:checked + span { border-color: var(--lhh-primary); background: var(--lhh-primary); color: #fff; }
.lhh-order-list { display: grid; gap: 0; }
.lhh-order-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--lhh-border); }
.lhh-order-item:first-child { padding-top: 0; }
.lhh-order-item:last-child { border-bottom: 0; }
.lhh-order-item > div { display: flex; flex-direction: column; gap: 4px; }
.lhh-order-item span { color: var(--lhh-muted); }
.lhh-activity-list { display: grid; }
.lhh-activity { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--lhh-border); text-decoration: none; }
.lhh-activity:last-child { border-bottom: 0; }
.lhh-activity span { display: flex; flex-direction: column; gap: 3px; }
.lhh-activity time { color: var(--lhh-muted); font-size: 13px; white-space: nowrap; }
.lhh-notice { margin-bottom: 18px; padding: 13px 15px; border: 1px solid #d0d5dd; border-radius: 9px; background: #f9fafb; }
.lhh-notice p:last-child { margin-bottom: 0; }
.lhh-notice--success { border-color: #abefc6; background: #ecfdf3; color: #067647; }
.lhh-notice--warning { border-color: #fedf89; background: #fffaeb; color: #b54708; }
.lhh-notice--error { border-color: #fecdca; background: #fef3f2; color: #b42318; }
.lhh-admin-wrap { max-width: 1120px; }
.lhh-admin-stats { margin-top: 24px; }
.lhh-admin-wrap .lhh-stat-card { text-decoration: none; }
.lhh-admin-card { max-width: 1050px; margin-top: 22px; }
.lhh-admin-form .form-table th { width: 250px; }
.lhh-admin-checklist { display: grid; gap: 10px; max-width: 740px; }
.lhh-admin-checklist label { padding: 10px 12px; border: 1px solid #dcdcde; border-radius: 6px; background: #fff; }
@media (max-width: 900px) {
  .lhh-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lhh-two-column, .lhh-two-column--marketing { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .lhh-ai-summary-head, .lhh-ai-criterion__top { align-items: flex-start; flex-direction: column; }
  .lhh-ai-tags { justify-content: flex-start; }
  .lhh-page-heading, .lhh-page-heading--actions { align-items: flex-start; flex-direction: column; }
  .lhh-stat-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .lhh-stat-card { padding: 17px; }
  .lhh-card { padding: 19px; border-radius: 11px; }
  .lhh-form-grid { grid-template-columns: 1fr; }
  .lhh-field--full { grid-column: auto; }
  .lhh-list-item { align-items: flex-start; flex-direction: column; }
  .lhh-list-item__meta { width: 100%; justify-content: space-between; }
  .lhh-criterion-row { grid-template-columns: 1fr; }
  .lhh-icon-button { width: 100%; }
  .lhh-choice-grid { grid-template-columns: 1fr 1fr; }
  .lhh-details > div { grid-template-columns: 1fr; gap: 3px; }
  .lhh-activity { flex-direction: column; gap: 6px; }
  .lhh-form-actions { flex-direction: column; }
}

.lhh-inline-checks { display:flex; flex-wrap:wrap; gap:10px 18px; padding:12px 0; }
.lhh-inline-checks label { display:inline-flex; align-items:center; gap:7px; font-weight:650; }
.lhh-inline-checks input { width:auto; min-height:0; }

/* Rustige visuele editor voor vacatureteksten. */
.lhh-rich-editor .wp-editor-wrap { margin-top: 8px; }
.lhh-rich-editor .wp-editor-container { overflow: hidden; border: 1px solid var(--lhh-border); border-radius: 10px; background: #fff; }
.lhh-rich-editor .mce-top-part::before { box-shadow: none !important; }
.lhh-rich-editor .mce-toolbar-grp { border-bottom: 1px solid var(--lhh-border) !important; background: #f8fafc !important; }
.lhh-rich-editor .mce-btn { border-radius: 5px !important; }
.lhh-rich-editor .mce-btn:hover,
.lhh-rich-editor .mce-btn.mce-active { background: #eef2f6 !important; }
.lhh-rich-editor .wp-editor-area { min-height: 360px; border: 0 !important; }

/* Botval voor de passwordless login; visueel en voor toetsenbordgebruik verborgen. */
.lhh-honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.lhh-field-help { margin: -6px 0 10px; color: var(--lhh-muted); font-size: 12px; line-height: 1.5; }

/* Open sollicitatie: bewust geen kunstmatige AI-matchscore. */
.lhh-score--na {
  background: #eef2f6;
  color: #475467;
  min-width: auto;
  white-space: nowrap;
}
.lhh-ai-na {
  padding: 18px;
  border: 1px solid var(--lhh-border);
  border-left: 4px solid #667085;
  border-radius: 12px;
  background: #f8fafc;
}
.lhh-ai-na__badge {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e4e7ec;
  color: #344054;
  font-size: 12px;
  font-weight: 800;
}
.lhh-ai-na h3 {
  margin: 0 0 8px;
}
.lhh-ai-na p {
  margin: 0 0 10px;
  color: var(--lhh-muted);
  line-height: 1.6;
}
.lhh-ai-na p:last-child {
  margin-bottom: 0;
}
