/* Kariyer değerlendirme — site ile uyumlu (dashboard / degerlendirme-raporu) */

body.landing-site-body.ca-page,
html[data-theme="dark"] body.landing-site-body.ca-page,
body.theme-dark.landing-site-body.ca-page {
  background: #f8fafc !important;
  color: #0f172a !important;
}

html[data-theme="dark"] body.landing-site-body.ca-page::before,
body.theme-dark.landing-site-body.ca-page::before {
  display: none !important;
}

.ca-page {
  min-height: 100vh;
}

.ca-page header.fixed {
  background: rgba(255, 255, 255, 0.92) !important;
  border-bottom-color: rgba(226, 232, 240, 0.9) !important;
  backdrop-filter: blur(12px);
}

html[data-theme="dark"] .ca-page header.fixed,
body.theme-dark .ca-page header.fixed {
  background: rgba(255, 255, 255, 0.95) !important;
  border-bottom-color: #e2e8f0 !important;
}

.ca-shell {
  max-width: 56rem;
  margin: 0 auto;
}

/* —— Intro —— */
.ca-intro-card {
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow:
    0 1px 3px rgb(15 23 42 / 0.06),
    0 12px 40px -16px rgb(30 58 95 / 0.12);
  overflow: hidden;
}

.ca-intro-card__hero {
  padding: 1.5rem 1.75rem;
  background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 100%);
  color: #fff;
}

body.landing-site-body.ca-page .ca-intro-card__hero .ca-intro-kicker,
body.landing-site-body.ca-page .ca-intro-card__hero .ca-intro-title,
body.landing-site-body.ca-page .ca-intro-card__hero .ca-step-chip,
body.landing-site-body.ca-page .ca-intro-card__hero h1,
body.landing-site-body.ca-page .ca-intro-card__hero p {
  color: #fff !important;
}

body.landing-site-body.ca-page .ca-intro-card__hero .ca-intro-kicker {
  color: #e0e7ff !important;
}

.ca-intro-card__body {
  padding: 1.5rem 1.75rem;
}

.ca-intro-kicker {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e0e7ff;
}

.ca-intro-title {
  margin: 0.4rem 0 0;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
}

.ca-steps-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.ca-step-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.ca-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ca-checklist li {
  display: flex;
  gap: 0.65rem;
  padding: 0.5rem 0;
  font-size: 0.9rem;
  color: #475569;
  border-bottom: 1px solid #f1f5f9;
}

.ca-checklist li:last-child {
  border-bottom: none;
}

.ca-checklist i {
  color: #059669;
  margin-top: 0.2rem;
}

.ca-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: #0f172a;
  box-shadow: 0 4px 14px rgb(15 23 42 / 0.2);
  transition: background 0.15s, transform 0.15s;
}

.ca-btn-primary:hover {
  background: #1e293b;
}

.ca-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #334155;
  transition: background 0.15s, border-color 0.15s;
}

.ca-btn-secondary:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}

.ca-btn-accent {
  background: #2563eb;
  box-shadow: 0 4px 14px rgb(37 99 235 / 0.35);
}

.ca-btn-accent:hover {
  background: #1d4ed8;
}

.ca-done-banner {
  margin-top: 1.5rem;
  padding: 1.25rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid #a7f3d0;
  background: linear-gradient(180deg, #ecfdf5 0%, #fff 100%);
}

/* —— Test flow —— */
.ca-test-nav {
  position: sticky;
  top: 4.25rem;
  z-index: 30;
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 16px -8px rgb(15 23 42 / 0.08);
}

.ca-step-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 0.4rem 0.9rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
}

.ca-step-pill.is-active {
  border-color: #93c5fd;
  background: #eff6ff;
  color: #1d4ed8;
}

.ca-step-pill.is-done {
  border-color: #6ee7b7;
  background: #ecfdf5;
  color: #047857;
}

.ca-progress-card {
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 1.15rem 1.35rem;
  box-shadow: 0 1px 3px rgb(15 23 42 / 0.05);
}

.ca-progress-bar {
  height: 0.65rem;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.ca-progress-bar__fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  transition: width 0.35s ease;
}

.ca-question-card {
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 1.35rem 1.5rem;
  box-shadow: 0 1px 3px rgb(15 23 42 / 0.05);
}

.ca-question-card .bf-option {
  border-radius: 0.75rem;
}

.ca-question-card .bf-option:has(:checked) {
  border-color: #3b82f6 !important;
  background: #eff6ff !important;
  box-shadow: 0 0 0 1px rgb(59 130 246 / 0.15);
}

.ca-sticky-submit {
  position: sticky;
  bottom: 1rem;
  z-index: 40;
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
}

.ca-sticky-submit button:not(:disabled) {
  background: #0f172a;
  box-shadow: 0 8px 24px rgb(15 23 42 / 0.25);
}

.ca-loading-panel {
  margin-top: 2rem;
  padding: 3rem 2rem;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  text-align: center;
  box-shadow: 0 1px 3px rgb(15 23 42 / 0.06);
}

.ca-loading-panel .bf-spinner {
  border-top-color: #2563eb;
  margin: 0 auto;
}

.ca-transition-banner {
  margin: 0 0 1rem;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1e40af;
  font-size: 0.9rem;
}

/* —— Combined report (results) —— */
.ca-report-root {
  max-width: 56rem;
  margin: 0 auto;
}

.ca-report-hero {
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.75rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 100%);
  color: #fff;
  box-shadow: 0 12px 40px -12px rgb(30 58 95 / 0.45);
}

body.landing-site-body.ca-page .ca-report-hero .ca-eyebrow,
body.landing-site-body.ca-page .ca-report-hero .ca-hero-title,
body.landing-site-body.ca-page .ca-report-hero .ca-hero-lead,
body.landing-site-body.ca-page .ca-report-hero .ca-hero-date,
body.landing-site-body.ca-page .ca-report-hero h1,
body.landing-site-body.ca-page .ca-report-hero p {
  color: #fff !important;
}

body.landing-site-body.ca-page .ca-report-hero .ca-eyebrow {
  color: #e0e7ff !important;
}

body.landing-site-body.ca-page .ca-report-hero .ca-hero-lead {
  color: #f1f5f9 !important;
}

body.landing-site-body.ca-page .ca-report-hero .ca-hero-date {
  color: #cbd5e1 !important;
}

.ca-eyebrow,
.ci-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2563eb;
}

.ca-report-hero .ca-eyebrow {
  color: #e0e7ff;
}

.ca-hero-title {
  margin-top: 0.35rem;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
}

.ca-hero-lead {
  margin-top: 0.75rem;
  font-size: 0.925rem;
  line-height: 1.65;
  color: #f1f5f9;
  max-width: 42rem;
}

.ca-hero-date {
  margin-top: 0.35rem;
  font-size: 0.8rem;
  color: #cbd5e1;
}

.ca-toc {
  position: sticky;
  top: 4.25rem;
  z-index: 25;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.5rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 16px -8px rgb(15 23 42 / 0.08);
}

.ca-toc a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #475569;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: #f8fafc;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.ca-toc a:hover {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: #bfdbfe;
}

.ca-section-divider {
  height: 1px;
  margin: 2rem 0;
  background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}

.ci-report-block,
.ca-careers-section {
  padding: 1.35rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 1px 3px rgb(15 23 42 / 0.05);
}

.ca-careers-section {
  border-color: #c7d2fe;
  background: linear-gradient(180deg, #f5f7ff 0%, #fff 48%);
}

.ci-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
}

.ci-lead {
  margin-top: 0.65rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #475569;
}

.ci-date {
  font-size: 0.8rem;
  color: #94a3b8;
}

.ci-bars {
  margin-top: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.ci-bar-head {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  font-weight: 600;
  color: #334155;
}

.ci-bar-track {
  height: 0.5rem;
  border-radius: 999px;
  background: #f1f5f9;
  overflow: hidden;
}

.ci-bar-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #1d4ed8, #3b82f6);
}

.ci-subtitle {
  margin-top: 1.15rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
}

.ci-model-list {
  margin-top: 0.5rem;
  padding-left: 1.2rem;
  font-size: 0.85rem;
  color: #475569;
}

.ci-disclaimer {
  margin-top: 1rem;
  font-size: 0.75rem;
  color: #94a3b8;
  line-height: 1.5;
}

.ci-note--warn {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #92400e;
  font-size: 0.85rem;
}

.ca-bf-embed .bf-report-cover {
  border-radius: 0.75rem;
}

.ca-bf-embed #bf-report-document .bf-report-actions,
.ca-bf-embed .bf-report-actions.bf-no-print {
  display: none !important;
}

.ca-bf-embed .bf-report-cover {
  background: linear-gradient(135deg, #1e3a5f 0%, #334155 100%);
}

.ca-career-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.15rem;
}

@media (min-width: 640px) {
  .ca-career-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.ca-career-card {
  display: flex;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 0.875rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.ca-career-card:hover {
  border-color: #bfdbfe;
  box-shadow: 0 4px 12px rgb(37 99 235 / 0.08);
}

.ca-career-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  background: #eff6ff;
  color: #2563eb;
}

.ca-career-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
}

.ca-career-desc {
  margin-top: 0.25rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #64748b;
}

.ca-career-match {
  margin-top: 0.35rem;
  font-size: 0.75rem;
  color: #64748b;
}

.ca-match {
  font-weight: 700;
  text-transform: capitalize;
}

.ca-match--yüksek {
  color: #059669;
}

.ca-match--orta {
  color: #d97706;
}

.ca-career-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
}

.ca-career-link:hover {
  text-decoration: underline;
}

.ca-report-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
}

.ca-report-actions .ca-btn-primary {
  background: #2563eb;
}

.ca-report-actions .ca-btn-primary:hover {
  background: #1d4ed8;
}

html[data-theme="dark"] .ca-report-root .ci-report-block,
html[data-theme="dark"] .ca-report-root .ca-careers-section,
html[data-theme="dark"] .ca-report-root .ca-career-card,
html[data-theme="dark"] .ca-question-card,
html[data-theme="dark"] .ca-intro-card,
body.theme-dark .ca-report-root .ci-report-block,
body.theme-dark .ca-report-root .ca-careers-section {
  background: #fff !important;
  color: #0f172a !important;
  border-color: #e2e8f0 !important;
}

html[data-theme="dark"] .ca-report-root .ci-title,
html[data-theme="dark"] .ca-report-root .ci-lead,
html[data-theme="dark"] .ca-report-root .ci-report-block h2,
html[data-theme="dark"] .ca-report-root .ci-report-block h3,
html[data-theme="dark"] .ca-report-root .ca-careers-section h2,
body.theme-dark .ca-report-root .ci-title {
  color: #0f172a !important;
}

html[data-theme="dark"] .ca-intro-card__hero .ca-intro-kicker,
html[data-theme="dark"] .ca-intro-card__hero .ca-intro-title,
html[data-theme="dark"] .ca-intro-card__hero .ca-step-chip,
html[data-theme="dark"] .ca-report-hero .ca-eyebrow,
html[data-theme="dark"] .ca-report-hero .ca-hero-title,
html[data-theme="dark"] .ca-report-hero .ca-hero-lead,
html[data-theme="dark"] .ca-report-hero .ca-hero-date,
body.theme-dark .ca-intro-card__hero .ca-intro-title {
  color: #ffffff !important;
}

html[data-theme="dark"] .ca-intro-card__hero .ca-intro-kicker,
html[data-theme="dark"] .ca-report-hero .ca-eyebrow,
body.theme-dark .ca-intro-card__hero .ca-intro-kicker {
  color: #e0e7ff !important;
}

@media print {
  .ca-toc,
  .ca-report-actions,
  .ca-test-nav,
  .bf-no-print,
  .no-print,
  header.fixed {
    display: none !important;
  }

  body.landing-site-body.ca-page {
    background: #fff !important;
  }

  .ca-report-hero {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
