:root {
  --dt-navy: #062b60;
  --dt-navy-2: #0b3b79;
  --dt-teal: #00a99d;
  --dt-teal-2: #38c8bd;
  --dt-aqua: #dff8f6;
  --dt-gold: #f4bf45;
  --dt-ink: #243044;
  --dt-muted: #687386;
  --dt-line: #dce5ef;
  --dt-bg: #f6f9fb;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(rgba(6, 43, 96, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 43, 96, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 18% 12%, rgba(0, 169, 157, 0.11), transparent 30rem),
    radial-gradient(circle at 86% 8%, rgba(244, 191, 69, 0.10), transparent 28rem),
    var(--dt-bg);
  background-size: 34px 34px, 34px 34px, auto, auto, auto;
  color: var(--dt-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
}

main {
  flex: 1 0 auto;
}

a {
  color: var(--dt-navy);
  text-decoration-color: rgba(0, 169, 157, 0.45);
  text-underline-offset: 0.16em;
}

a:hover {
  color: #078f86;
  text-decoration-color: #078f86;
}

.site-nav {
  min-height: 92px;
  box-shadow: 0 8px 24px rgba(6, 43, 96, 0.05);
}

.site-nav::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 169, 157, 0.55), rgba(6, 43, 96, 0.35), transparent);
}

.brand-logo {
  width: 330px;
  max-height: 82px;
  object-fit: contain;
  object-position: left center;
}

.nav-link {
  font-weight: 600;
}

.btn-primary {
  --bs-btn-bg: var(--dt-teal);
  --bs-btn-border-color: var(--dt-teal);
  --bs-btn-hover-bg: #078f86;
  --bs-btn-hover-border-color: #078f86;
  box-shadow: 0 10px 22px rgba(0, 169, 157, 0.22);
}

.btn {
  border-radius: 7px;
  font-weight: 650;
}

.btn-outline-primary {
  --bs-btn-color: var(--dt-navy);
  --bs-btn-border-color: var(--dt-navy);
  --bs-btn-hover-bg: var(--dt-navy);
  --bs-btn-hover-border-color: var(--dt-navy);
}

.hero-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.94) 0%, rgba(239, 250, 249, 0.9) 58%, rgba(230, 243, 255, 0.9) 100%);
  border-bottom: 1px solid var(--dt-line);
}

.hero-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(135deg, rgba(0, 169, 157, 0.08) 0 1px, transparent 1px),
    linear-gradient(45deg, rgba(6, 43, 96, 0.045) 0 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 72%, transparent);
  pointer-events: none;
}

.hero-band .container {
  position: relative;
  z-index: 1;
}

.hero-band .container {
  max-width: 1180px;
}

.hero-title {
  color: var(--dt-navy);
  font-weight: 750;
  line-height: 1.05;
  font-size: clamp(2.35rem, 4vw, 4rem);
  text-shadow: 0 8px 28px rgba(6, 43, 96, 0.08);
}

.hero-copy,
.text-muted-soft {
  color: var(--dt-muted);
}

.hero-copy {
  max-width: 680px;
  font-size: 1.18rem;
  line-height: 1.55;
}

.search-panel,
.job-card,
.auth-panel,
.dashboard-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--dt-line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(6, 43, 96, 0.07);
  backdrop-filter: blur(8px);
}

.home-search .form-label {
  margin-bottom: 0.35rem;
  color: var(--dt-navy);
  font-size: 0.82rem;
  font-weight: 800;
}

.dentistryprofile-callout {
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(0, 169, 157, 0.1), rgba(244, 191, 69, 0.12)),
    #fff;
  border: 1px solid rgba(0, 169, 157, 0.22);
  border-radius: 8px;
}

.dentistryprofile-callout .input-group-text {
  color: var(--dt-navy);
  background: rgba(255, 255, 255, 0.82);
  font-weight: 750;
}

.dentistryprofile-callout .form-text {
  color: var(--dt-ink);
  font-weight: 600;
}

.job-card {
  transition: border-color 160ms ease, transform 160ms ease;
  position: relative;
  overflow: hidden;
}

.job-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--dt-teal), var(--dt-gold));
  opacity: 0.85;
}

.job-card:hover {
  border-color: rgba(0, 169, 157, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(6, 43, 96, 0.10);
}

.rating-pill {
  color: #7b5a00;
  background: linear-gradient(180deg, #fff9e8, #fff1bf);
  border: 1px solid #ffe39c;
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
  font-size: 0.85rem;
  white-space: nowrap;
}

.status-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  display: inline-block;
  background: var(--dt-teal);
}

.metric {
  border-left: 3px solid var(--dt-teal);
  padding-left: 1rem;
  position: relative;
}

.metric::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  height: 44%;
  background: var(--dt-gold);
  border-radius: 999px;
}

.metric-title {
  font-size: 1.35rem;
  line-height: 1.2;
}

.home-search .form-control,
.home-search .btn {
  min-height: 46px;
  font-size: 1rem;
}

.form-control,
.form-select {
  border-color: var(--dt-line);
  border-radius: 7px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--dt-teal);
  box-shadow: 0 0 0 0.22rem rgba(0, 169, 157, 0.14);
}

.form-control::placeholder {
  color: #9aa7b8;
  font-weight: 400;
  opacity: 1;
}

.dt-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.job-card h3 {
  font-size: 1.15rem;
}

.job-card p {
  font-size: 0.95rem;
  line-height: 1.45;
}

.site-footer {
  flex-shrink: 0;
  background: linear-gradient(180deg, #fff, #f8fbfd);
  color: var(--dt-muted);
}

.footer-brand {
  color: var(--dt-ink);
  font-size: 0.9rem;
  font-weight: 650;
}

.footer-tagline {
  color: #8793a3;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.65rem;
}

.footer-links a {
  color: #7f8b9a;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--dt-navy);
  text-decoration: underline;
}

.pagination {
  --bs-pagination-color: var(--dt-navy);
  --bs-pagination-hover-color: var(--dt-navy);
  --bs-pagination-hover-bg: rgba(0, 169, 157, 0.08);
  --bs-pagination-hover-border-color: rgba(0, 169, 157, 0.35);
  --bs-pagination-focus-color: var(--dt-navy);
  --bs-pagination-focus-bg: rgba(0, 169, 157, 0.1);
  --bs-pagination-focus-box-shadow: 0 0 0 0.18rem rgba(0, 169, 157, 0.16);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: var(--dt-teal);
  --bs-pagination-active-border-color: var(--dt-teal);
  --bs-pagination-disabled-color: #9aa7b8;
}

.page-link {
  font-weight: 650;
}

.marketing-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.96), rgba(237, 250, 249, 0.92) 58%, rgba(237, 246, 255, 0.92)),
    var(--dt-bg);
  border-bottom: 1px solid var(--dt-line);
}

.marketing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(135deg, rgba(0, 169, 157, 0.08) 0 1px, transparent 1px),
    linear-gradient(45deg, rgba(6, 43, 96, 0.045) 0 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 78%, transparent);
  pointer-events: none;
}

.marketing-hero .container {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #078f86;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.marketing-title {
  color: var(--dt-navy);
  font-size: clamp(2.1rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
}

.marketing-lead {
  max-width: 720px;
  color: var(--dt-muted);
  font-size: 1.15rem;
  line-height: 1.6;
}

.marketing-panel,
.info-card,
.pricing-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--dt-line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(6, 43, 96, 0.08);
  backdrop-filter: blur(8px);
}

.trust-row {
  display: flex;
  gap: 0.9rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(220, 229, 239, 0.82);
}

.trust-row:last-child {
  border-bottom: 0;
}

.trust-row > i,
.info-card > i {
  width: 2.55rem;
  height: 2.55rem;
  flex: 0 0 2.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--dt-navy), var(--dt-teal));
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(0, 169, 157, 0.18);
}

.trust-row strong,
.trust-row span {
  display: block;
}

.trust-row strong {
  color: var(--dt-navy);
  font-size: 1.02rem;
}

.trust-row span {
  color: var(--dt-muted);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 1.6rem;
}

.section-heading h2 {
  color: var(--dt-navy);
  font-weight: 800;
}

.section-heading p {
  color: var(--dt-muted);
  font-size: 1.05rem;
}

.info-card {
  padding: 1.25rem;
}

.info-card h2,
.info-card h3 {
  margin-top: 1rem;
  color: var(--dt-navy);
  font-size: 1.22rem;
  font-weight: 800;
}

.info-card p {
  color: var(--dt-muted);
}

.info-card a {
  font-weight: 800;
}

.feature-list {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
}

.feature-list i {
  width: 1.45rem;
  height: 1.45rem;
  flex: 0 0 1.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dt-teal);
  margin-top: 0.1rem;
}

.pricing-card {
  padding: 1.4rem;
  border-top: 4px solid var(--dt-teal);
}

.pricing-label {
  color: #078f86;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pricing-price {
  color: var(--dt-navy);
  font-size: 4rem;
  line-height: 1;
  font-weight: 850;
}

.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.admin-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.8rem;
  color: var(--dt-navy);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--dt-line);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
}

.admin-tab:hover,
.admin-tab.active {
  color: #fff;
  background: linear-gradient(135deg, var(--dt-navy), var(--dt-teal));
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(6, 43, 96, 0.14);
}

.stat-card {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stat-value {
  color: var(--dt-navy);
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
}

.stat-label {
  color: var(--dt-muted);
  font-weight: 700;
}

.status-link-list {
  display: grid;
  gap: 0.65rem;
}

.status-link-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 0.9rem;
  color: var(--dt-ink);
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(0, 169, 157, 0.055), rgba(6, 43, 96, 0.025)),
    rgba(255, 255, 255, 0.82);
  border: 1px solid var(--dt-line);
  border-radius: 8px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.status-link-row:hover {
  color: var(--dt-navy);
  border-color: rgba(0, 169, 157, 0.42);
  box-shadow: 0 12px 26px rgba(6, 43, 96, 0.09);
  transform: translateY(-1px);
}

.status-link-count {
  min-width: 2.5rem;
  color: var(--dt-navy);
  font-size: 1.35rem;
  font-weight: 800;
  text-align: right;
}

.staff-permission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.staff-permission-option {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.6rem;
  border: 1px solid var(--dt-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 650;
}

.staff-permission-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.staff-permission-pills span {
  display: inline-flex;
  padding: 0.18rem 0.5rem;
  color: var(--dt-navy);
  background: rgba(0, 169, 157, 0.09);
  border: 1px solid rgba(0, 169, 157, 0.18);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.table small {
  color: var(--dt-muted);
}

.audit-json {
  max-width: 28rem;
  max-height: 12rem;
  overflow: auto;
  padding: 0.75rem;
  margin: 0.5rem 0 0;
  color: var(--dt-ink);
  background: #f8fafc;
  border: 1px solid var(--dt-line);
  border-radius: 8px;
  font-size: 0.78rem;
  white-space: pre-wrap;
}

.rating-panel {
  max-width: 1120px;
}

.rating-buttons {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.rating-button {
  display: flex;
  min-height: 134px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.75rem;
  border: 1px solid var(--dt-line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  text-align: center;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.rating-button:hover,
.btn-check:checked + .rating-button {
  border-color: var(--dt-teal);
  box-shadow: 0 12px 28px rgba(0, 169, 157, 0.14);
  transform: translateY(-1px);
}

.rating-score {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--dt-navy), var(--dt-teal));
  border-radius: 50%;
  font-weight: 800;
}

.rating-button small {
  display: block;
  color: var(--dt-muted);
  line-height: 1.25;
}

.applicant-list {
  display: grid;
  gap: 1rem;
}

.applicant-filter {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 252, 0.96)),
    #fff;
}

.applicant-card {
  overflow: hidden;
}

.applicant-card:hover {
  border-color: rgba(0, 169, 157, 0.24);
  box-shadow: 0 18px 46px rgba(6, 43, 96, 0.1);
}

.avatar-circle {
  width: 3.2rem;
  height: 3.2rem;
  flex: 0 0 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--dt-navy), var(--dt-teal));
  border-radius: 50%;
  font-weight: 800;
  letter-spacing: 0;
}

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

.label-mini {
  color: var(--dt-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.candidate-snapshot {
  padding: 0.75rem;
  background: linear-gradient(135deg, rgba(0, 169, 157, 0.08), rgba(255, 196, 87, 0.08));
  border: 1px solid rgba(0, 169, 157, 0.14);
  border-radius: 8px;
}

.skill-chip {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  padding: 0.18rem 0.5rem;
  color: var(--dt-navy);
  background: #fff;
  border: 1px solid var(--dt-line);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}

.applicant-actions .btn {
  min-width: 92px;
  font-weight: 800;
}

.admin-action-key {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  color: var(--dt-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.admin-action-key span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.admin-wide {
  max-width: 1880px;
  padding-left: clamp(1rem, 2vw, 2.5rem);
  padding-right: clamp(1rem, 2vw, 2.5rem);
}

.admin-wide .dashboard-panel {
  overflow-x: auto;
}

.admin-wide table {
  min-width: 1180px;
}

.admin-job-cell {
  min-width: 15rem;
}

.admin-actions-cell {
  width: 8.75rem;
  min-width: 8.75rem;
}

.candidate-actions-cell {
  width: 11rem;
  min-width: 11rem;
}

.admin-status-stack {
  display: grid;
  justify-items: end;
  gap: 0.2rem;
}

.admin-icon-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem;
}

.btn-icon {
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  line-height: 1;
}

.admin-quality-note {
  min-width: 8.5rem;
}

.btn-profile {
  color: var(--dt-navy);
  background: rgba(255, 196, 87, 0.18);
  border: 1px solid rgba(255, 196, 87, 0.7);
}

.btn-profile:hover,
.btn-profile:focus {
  color: var(--dt-navy);
  background: rgba(255, 196, 87, 0.32);
  border-color: rgba(255, 196, 87, 0.95);
}

.btn-rate {
  color: #fff;
  background: linear-gradient(135deg, var(--dt-navy), var(--dt-teal));
  border: 1px solid transparent;
  box-shadow: 0 10px 22px rgba(6, 43, 96, 0.14);
}

.btn-rate:hover,
.btn-rate:focus {
  color: #fff;
  border-color: transparent;
  box-shadow: 0 14px 28px rgba(0, 169, 157, 0.2);
  transform: translateY(-1px);
}

.mobile-card-list {
  display: grid;
  gap: 0.85rem;
}

.mobile-app-card {
  padding: 0.95rem;
  background: #fff;
  border: 1px solid var(--dt-line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(6, 43, 96, 0.06);
}

.feed-health-card {
  padding: 0.85rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--dt-line);
  border-radius: 8px;
}

.mobile-app-card h2,
.mobile-app-card h3 {
  line-height: 1.25;
}

.mobile-meta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.35rem 0.75rem;
  color: var(--dt-muted);
  font-size: 0.88rem;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .candidate-mobile-shell,
  .employer-mobile-shell {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .candidate-page-head,
  .employer-page-head {
    align-items: stretch !important;
  }

  .candidate-page-head > div:first-child,
  .candidate-page-head > h1,
  .employer-page-head > div:first-child,
  .employer-page-head > h1 {
    width: 100%;
  }

  .candidate-head-actions,
  .employer-head-actions,
  .candidate-page-head > .btn,
  .employer-page-head > .btn,
  .candidate-card-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .candidate-head-actions .btn,
  .employer-head-actions .btn,
  .candidate-page-head > .btn,
  .employer-page-head > .btn,
  .candidate-card-actions .btn,
  .candidate-card-actions form {
    flex: 1 1 0;
  }

  .employer-head-actions .btn {
    min-width: calc(50% - 0.25rem);
  }

  .admin-wide {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .admin-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.4rem;
    scroll-snap-type: x proximity;
  }

  .admin-tab {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .admin-action-key {
    font-size: 0.78rem;
  }

  .admin-icon-actions {
    justify-content: flex-start !important;
  }

  .candidate-card-actions .btn,
  .candidate-card-actions button {
    width: 100%;
  }

  .stat-card {
    min-height: 0;
  }

  .staff-permission-grid {
    grid-template-columns: 1fr;
  }

  .job-card {
    padding: 1rem !important;
  }

  .job-card .rating-pill {
    font-size: 0.82rem;
    padding: 0.22rem 0.55rem;
  }

  .job-card h2,
  .job-card h3 {
    font-size: 1.05rem;
  }
}

.response-box {
  padding: 0.75rem;
  background: rgba(246, 249, 251, 0.9);
  border: 1px solid var(--dt-line);
  border-radius: 8px;
}

.rating-modal {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
}

.rating-modal-header {
  padding: 0.8rem 1rem;
}

.rating-modal-body {
  padding: 1rem;
  max-height: calc(100vh - 190px);
  overflow-y: auto;
}

.candidate-review-context {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(0, 169, 157, 0.1), rgba(6, 43, 96, 0.06)),
    #fff;
  border: 1px solid rgba(0, 169, 157, 0.16);
  border-radius: 8px;
}

.candidate-review-context-compact {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.8fr);
  align-items: center;
  gap: 1rem;
  padding: 0.7rem 0.85rem;
}

.candidate-review-context-compact .avatar-circle {
  width: 2.6rem;
  height: 2.6rem;
  flex-basis: 2.6rem;
}

.candidate-modal-identity {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.candidate-modal-identity h3 {
  line-height: 1.15;
}

.candidate-modal-meta {
  display: grid;
  grid-template-columns: minmax(170px, 0.9fr) minmax(220px, 1.4fr) minmax(130px, 0.7fr);
  gap: 0.35rem 1rem;
  width: 100%;
  color: var(--dt-muted);
  font-size: 0.9rem;
  min-width: 0;
  text-align: right;
  justify-content: end;
}

.candidate-modal-meta > div {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rating-buttons-compact .rating-button {
  min-height: 88px;
  gap: 0.35rem;
  padding: 0.55rem;
}

.rating-buttons-compact .rating-score {
  width: 1.95rem;
  height: 1.95rem;
}

.rating-buttons-compact .rating-button small {
  font-size: 0.82rem;
}

@media (max-width: 991.98px) {
  .rating-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .candidate-review-context-compact {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .candidate-modal-meta {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .rating-buttons {
    grid-template-columns: 1fr;
  }

  .rating-button {
    min-height: auto;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .brand-logo {
    width: 240px;
    max-height: 70px;
  }

  .site-nav {
    min-height: 78px;
  }
}
