/* ============================================================
   JFT Basic — Styles
   File: assets/css/jft.css
   ============================================================ */

/* ── Hero Banner ─────────────────────────────────────────── */
.jft-hero {
  position: relative;
  background: linear-gradient(135deg, #b71c1c 0%, #c62828 40%, #e53935 75%, #ff6f00 100%);
  border-radius: 20px;
  padding: 2.2rem 1.5rem 1.8rem;
  margin-bottom: 1.25rem;
  text-align: center;
  overflow: hidden;
}
.jft-hero-bg-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 130px;
  font-weight: 900;
  color: rgba(255,255,255,.06);
  letter-spacing: -4px;
  pointer-events: none;
  user-select: none;
}
.jft-hero-icon   { font-size: 48px; margin-bottom: .3rem; }
.jft-hero-title  { font-size: 26px; font-weight: 800; color: #fff; letter-spacing: -.5px; margin-bottom: .2rem; }
.jft-hero-sub    { font-size: 12px; color: rgba(255,255,255,.85); margin-bottom: 1rem; }
.jft-hero-badge  {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
}
.jft-hero-badge span {
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 99px;
  padding: 4px 14px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}

/* ── Year Grid ───────────────────────────────────────────── */
.jft-year-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (max-width: 400px) {
  .jft-year-grid { grid-template-columns: repeat(3, 1fr); }
}
.jft-year-btn {
  border: 2px solid var(--gray-200);
  background: var(--white);
  border-radius: 10px;
  padding: 10px 4px;
  font-size: 13px;
  font-weight: 700;
  color: var(--gray-700);
  cursor: pointer;
  transition: all .2s ease;
  text-align: center;
}
.jft-year-btn:hover {
  border-color: #e53935;
  color: #e53935;
  background: rgba(229,57,53,.05);
  transform: translateY(-1px);
}
.jft-year-btn.active {
  border-color: #e53935;
  background: linear-gradient(135deg, #c62828, #e53935);
  color: #fff;
  box-shadow: 0 4px 12px rgba(229,57,53,.3);
}

/* ── Periode Buttons ─────────────────────────────────────── */
.jft-periode-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 1rem .75rem;
  border: 2px solid var(--gray-200);
  border-radius: 14px;
  background: var(--white);
  cursor: pointer;
  transition: all .2s ease;
  color: var(--gray-700);
}
.jft-periode-btn:hover {
  border-color: #e53935;
  background: rgba(229,57,53,.04);
  transform: translateY(-2px);
}
.jft-periode-btn.active {
  border-color: #e53935;
  background: linear-gradient(135deg, rgba(198,40,40,.08), rgba(229,57,53,.12));
  color: #c62828;
}

/* ── Seksi Buttons ───────────────────────────────────────── */
.jft-seksi-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: .85rem 1rem;
  border: 2px solid var(--gray-200);
  border-radius: 12px;
  background: var(--white);
  cursor: pointer;
  text-align: left;
  transition: all .2s ease;
  width: 100%;
  color: var(--gray-800);
}
.jft-seksi-btn:hover {
  border-color: #e53935;
  background: rgba(229,57,53,.04);
}
.jft-seksi-btn.active {
  border-color: #e53935;
  background: linear-gradient(135deg, rgba(198,40,40,.06), rgba(229,57,53,.1));
}
.jft-seksi-btn strong { display: block; font-size: 14px; margin-bottom: 2px; }
.jft-seksi-btn small  { display: block; font-size: 11px; color: var(--gray-500); }
.jft-seksi-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(229,57,53,.1);
  color: #c62828;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  flex-shrink: 0;
}

/* ── JFT Sesi Info ───────────────────────────────────────── */
.jft-sesi-info-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(198,40,40,.05), rgba(255,111,0,.05));
  border: 1.5px solid rgba(198,40,40,.2);
  border-radius: 12px;
  padding: .85rem 1rem;
  font-size: 13px;
  color: var(--gray-700);
}
.jft-sesi-info-box .badge-placeholder {
  background: #fff3e0;
  color: #e65100;
  border: 1px solid #ffcc80;
  border-radius: 8px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
}

/* ── JFT Quiz Screen ─────────────────────────────────────── */
.jft-quiz-wrap { max-width: 640px; margin: 0 auto; padding: .75rem 1rem 5rem; }

/* Header progress */
.jft-quiz-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  gap: 8px;
}
.jft-quiz-header-left  { display: flex; flex-direction: column; gap: 2px; }
.jft-quiz-sesi-label {
  font-size: 11px;
  font-weight: 700;
  color: #c62828;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.jft-quiz-progress-text { font-size: 13px; font-weight: 600; color: var(--gray-600); }

/* Progress bar */
.jft-progress-bar-wrap {
  height: 6px;
  background: var(--gray-200);
  border-radius: 99px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.jft-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #c62828, #e53935);
  border-radius: 99px;
  transition: width .4s ease;
}

/* Seksi label chip */
.jft-seksi-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(198,40,40,.1);
  color: #c62828;
  border-radius: 99px;
  padding: 3px 12px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: .75rem;
}

/* Question card */
.jft-q-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  padding: 1.25rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.jft-q-number {
  font-size: 11px;
  font-weight: 700;
  color: var(--gray-400);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: .5rem;
}
.jft-q-text {
  font-size: 18px;
  font-weight: 700;
  color: var(--gray-900);
  line-height: 1.5;
  margin-bottom: .5rem;
}
.jft-q-terjemahan {
  font-size: 12px;
  color: var(--gray-500);
  font-style: italic;
  margin-bottom: .5rem;
}
.jft-q-konteks {
  background: var(--gray-50);
  border-left: 3px solid #e53935;
  border-radius: 0 8px 8px 0;
  padding: .7rem 1rem;
  font-size: 14px;
  color: var(--gray-700);
  line-height: 1.6;
  margin-bottom: .75rem;
}
.jft-q-image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: .75rem;
  object-fit: contain;
  max-height: 200px;
  background: var(--gray-100);
}

/* Choices */
.jft-choices { display: flex; flex-direction: column; gap: 8px; }
.jft-choice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: .85rem 1rem;
  border: 2px solid var(--gray-200);
  border-radius: 12px;
  background: var(--white);
  cursor: pointer;
  text-align: left;
  transition: all .2s ease;
  width: 100%;
  font-size: 15px;
  color: var(--gray-800);
}
.jft-choice:hover { border-color: #e53935; background: rgba(229,57,53,.04); }
.jft-choice.selected { border-color: #1565c0; background: rgba(21,101,192,.06); }
.jft-choice.correct  { border-color: #2e7d32; background: rgba(46,125,50,.08); }
.jft-choice.wrong    { border-color: #c62828; background: rgba(198,40,40,.06); }
.jft-choice-key {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gray-100);
  color: var(--gray-600);
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all .2s;
}
.jft-choice.selected .jft-choice-key { background: #1565c0; color: #fff; }
.jft-choice.correct  .jft-choice-key { background: #2e7d32; color: #fff; }
.jft-choice.wrong    .jft-choice-key { background: #c62828; color: #fff; }
.jft-choice-text  { flex: 1; line-height: 1.5; }
.jft-choice-terjemahan { font-size: 11px; color: var(--gray-400); font-style: italic; margin-top: 2px; }

/* Feedback */
.jft-feedback {
  border-radius: 10px;
  padding: .75rem 1rem;
  font-size: 13px;
  margin-top: .75rem;
  display: none;
  line-height: 1.6;
}
.jft-feedback.benar {
  background: rgba(46,125,50,.08);
  border: 1.5px solid rgba(46,125,50,.3);
  color: #1b5e20;
  display: block;
}
.jft-feedback.salah {
  background: rgba(198,40,40,.08);
  border: 1.5px solid rgba(198,40,40,.3);
  color: #b71c1c;
  display: block;
}

/* Nav buttons */
.jft-nav-row {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
}
.jft-btn-prev, .jft-btn-next {
  flex: 1;
  padding: .85rem;
  border-radius: 12px;
  border: 2px solid var(--gray-200);
  background: var(--white);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s;
  color: var(--gray-700);
}
.jft-btn-prev:hover { border-color: #e53935; color: #e53935; }
.jft-btn-next {
  background: linear-gradient(135deg, #c62828, #e53935);
  border-color: transparent;
  color: #fff;
}
.jft-btn-next:hover { opacity: .9; transform: translateY(-1px); }
.jft-btn-next:disabled { opacity: .4; cursor: not-allowed; transform: none; }

/* Review grid */
.jft-review-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 5px;
  margin-top: .75rem;
}
@media (max-width: 400px) { .jft-review-grid { grid-template-columns: repeat(6, 1fr); } }
.jft-review-dot {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 6px;
  border: 2px solid var(--gray-200);
  background: var(--white);
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--gray-500);
  transition: all .15s;
}
.jft-review-dot.answered   { background: #1565c0; border-color: #1565c0; color: #fff; }
.jft-review-dot.correct    { background: #2e7d32; border-color: #2e7d32; color: #fff; }
.jft-review-dot.wrong      { background: #c62828; border-color: #c62828; color: #fff; }
.jft-review-dot.active     { border-color: #ff6f00; box-shadow: 0 0 0 2px rgba(255,111,0,.3); }

/* ── Result Screen ───────────────────────────────────────── */
.jft-result-hero {
  background: linear-gradient(135deg, #c62828, #e53935);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
  color: #fff;
  margin-bottom: 1.25rem;
}
.jft-result-score-big {
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: .25rem;
}
.jft-result-score-label { font-size: 13px; opacity: .85; margin-bottom: 1rem; }
.jft-result-grade {
  display: inline-block;
  background: rgba(255,255,255,.2);
  border: 1.5px solid rgba(255,255,255,.4);
  border-radius: 99px;
  padding: 5px 20px;
  font-size: 15px;
  font-weight: 800;
}
.jft-result-seksi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 1.25rem;
}
@media (max-width: 480px) { .jft-result-seksi-grid { grid-template-columns: 1fr; } }
.jft-result-seksi-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  padding: 1rem .75rem;
  text-align: center;
}
.jft-result-seksi-icon { font-size: 24px; margin-bottom: 4px; }
.jft-result-seksi-name { font-size: 10px; color: var(--gray-500); margin-bottom: 4px; font-weight: 600; }
.jft-result-seksi-score { font-size: 20px; font-weight: 800; color: var(--gray-900); }
.jft-result-seksi-of    { font-size: 11px; color: var(--gray-500); }

/* Dark mode overrides */
.dark-mode .jft-year-btn,
.dark-mode .jft-periode-btn,
.dark-mode .jft-seksi-btn,
.dark-mode .jft-q-card,
.dark-mode .jft-choice,
.dark-mode .jft-result-seksi-card {
  background: var(--surface);
  border-color: var(--border);
  color: var(--text);
}
.dark-mode .jft-year-btn.active { background: linear-gradient(135deg,#c62828,#e53935); color:#fff; }
.dark-mode .jft-q-text { color: var(--text); }
.dark-mode .jft-q-konteks { background: rgba(255,255,255,.05); color: var(--gray-300); }
.dark-mode .jft-choice-key { background: var(--border); color: var(--gray-300); }
.dark-mode .jft-review-dot { background: var(--surface); border-color: var(--border); color: var(--gray-400); }

/* ── Mode Tabs (Per Tahun / Per Level) ───────────────────── */
.jft-mode-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 1rem;
}
.jft-mode-tab {
  padding: .75rem 1rem;
  border-radius: 12px;
  border: 2px solid var(--gray-200);
  background: var(--white);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s ease;
  color: var(--gray-600);
}
.jft-mode-tab:hover { border-color: #e53935; color: #e53935; }
.jft-mode-tab.active {
  background: linear-gradient(135deg, #c62828, #e53935);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 12px rgba(229,57,53,.3);
}

/* ── Level Grid — Horizontal ─────────────────────────────── */
.jft-level-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.jft-level-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: .85rem .5rem;
  border: 2px solid var(--gray-200);
  border-radius: 14px;
  background: var(--white);
  cursor: pointer;
  text-align: center;
  transition: all .2s ease;
  width: 100%;
  color: var(--gray-800);
}
.jft-level-btn:hover {
  border-color: var(--lc, #e53935);
  background: rgba(0,0,0,.02);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
.jft-level-btn.active {
  border-color: var(--lc, #e53935);
  background: linear-gradient(135deg, rgba(0,0,0,.02), rgba(0,0,0,.05));
  box-shadow: 0 4px 14px rgba(0,0,0,.1);
  transform: translateY(-2px);
}
.jft-level-btn strong { display: block; font-size: 13px; font-weight: 800; margin-bottom: 0; }
.jft-level-btn small  { display: block; font-size: 10px; color: var(--gray-500); line-height: 1.3; }
.jft-level-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  flex-shrink: 0;
  letter-spacing: -.5px;
}
@media (max-width: 360px) {
  .jft-level-grid { grid-template-columns: repeat(5, 1fr); gap: 5px; }
  .jft-level-btn { padding: .65rem .25rem; }
  .jft-level-icon { width: 38px; height: 38px; font-size: 13px; }
  .jft-level-btn strong { font-size: 11px; }
  .jft-level-btn small  { display: none; }
}
.dark-mode .jft-mode-tab { background:var(--surface); border-color:var(--border); color:var(--gray-400); }
.dark-mode .jft-mode-tab.active { background:linear-gradient(135deg,#c62828,#e53935); color:#fff; }
.dark-mode .jft-level-btn { background:var(--surface); border-color:var(--border); color:var(--text); }

/* ── Compact Nav (Top) ───────────────────────────────────── */
.jft-nav-compact {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: .6rem .75rem;
  margin-bottom: .75rem;
}
.jft-nav-compact-info {
  font-size: 11px;
  color: var(--gray-500);
  margin-bottom: .5rem;
  display: flex;
  align-items: center;
  gap: 6px;
}
.jft-nav-compact-info strong { color: #c62828; }
.jft-nav-compact-scroll {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.jft-nav-dot {
  width: 28px;
  height: 24px;
  border-radius: 6px;
  border: 1.5px solid var(--gray-200);
  background: var(--white);
  font-size: 10px;
  font-weight: 700;
  color: var(--gray-500);
  cursor: pointer;
  transition: all .15s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jft-nav-dot:hover    { border-color: #c62828; color: #c62828; }
.jft-nav-dot.answered { background: #1565c0; border-color: #1565c0; color: #fff; }
.jft-nav-dot.active   { border-color: #e53935; background: #e53935; color: #fff; box-shadow: 0 0 0 2px rgba(229,57,53,.25); }
.dark-mode .jft-nav-compact { background: var(--surface); border-color: var(--border); }
.dark-mode .jft-nav-dot { background: var(--surface); border-color: var(--border); color: var(--gray-400); }


/* ══════════════════════════════════════════════════════════
   JFT Result Screen — Premium Design
   ══════════════════════════════════════════════════════════ */
.jft-result-wrap { max-width: 640px; margin: 0 auto; padding: .75rem 1rem 5rem; }

/* ── Hero ──────────────────────────────────────────────── */
.jft-res-hero {
  position: relative;
  background: linear-gradient(145deg, #0f172a 0%, #1e1b4b 40%, #1e3a5f 75%, #0c2340 100%);
  border-radius: 24px;
  padding: 2rem 1.5rem 1.75rem;
  text-align: center;
  margin-bottom: 1rem;
  overflow: hidden;
}
.jft-res-hero-bg {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 140px; font-weight: 900;
  color: rgba(255,255,255,.04);
  letter-spacing: -6px; pointer-events: none; user-select: none;
}
.jft-res-session {
  font-size: 11px; font-weight: 700; color: rgba(255,255,255,.5);
  text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1.25rem;
}

/* Big Score Ring */
.jft-res-score-wrap {
  position: relative; width: 140px; height: 140px; margin: 0 auto 1.25rem;
}
.jft-res-big-ring { width: 140px; height: 140px; transform: rotate(-90deg); }
.jft-res-big-ring-anim {
  stroke-dasharray: 0 364.4;
  transition: stroke-dasharray 1.2s cubic-bezier(.4,0,.2,1);
}
.jft-res-big-ring-anim.go { stroke-dasharray: var(--da, 0) 364.4; }
.jft-res-score-inner {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
}
.jft-res-score-num  { font-size: 40px; font-weight: 900; color: #fff; line-height: 1; }
.jft-res-score-den  { font-size: 14px; color: rgba(255,255,255,.5); font-weight: 600; }
.jft-res-score-pct  { font-size: 13px; color: rgba(255,255,255,.7); font-weight: 700; margin-top: 2px; }

/* Grade Badge */
.jft-res-grade {
  display: inline-block;
  padding: 6px 20px; border-radius: 99px;
  font-size: 14px; font-weight: 800;
  backdrop-filter: blur(8px);
  border: 1.5px solid currentColor;
  margin-bottom: 1.25rem;
}

/* Quick Stats */
.jft-res-stats {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; background: rgba(255,255,255,.07);
  border-radius: 14px; padding: .75rem 1.5rem;
}
.jft-res-stat { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.jft-res-stat-val { font-size: 22px; font-weight: 900; }
.jft-res-stat-lbl { font-size: 10px; color: rgba(255,255,255,.5); font-weight: 600; text-transform: uppercase; letter-spacing: .5px; }
.jft-res-stat-div { width: 1px; height: 36px; background: rgba(255,255,255,.15); }

/* ── Motivasi ──────────────────────────────────────────── */
.jft-res-motivasi {
  background: linear-gradient(135deg, rgba(198,40,40,.06), rgba(255,111,0,.06));
  border: 1.5px solid rgba(198,40,40,.2);
  border-radius: 14px; padding: .9rem 1rem; margin-bottom: 1rem;
}
.jft-res-motivasi-jp {
  font-size: 13px; line-height: 1.7; color: var(--gray-700);
  text-align: center;
}

/* ── Section Title ─────────────────────────────────────── */
.jft-res-section-title {
  font-size: 12px; font-weight: 800; color: var(--gray-600);
  text-transform: uppercase; letter-spacing: .5px; margin-bottom: .85rem;
}

/* ── Seksi Ring Cards ──────────────────────────────────── */
.jft-res-scards {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 10px;
}
.jft-res-scard {
  display: flex; flex-direction: column; align-items: center;
  gap: 4px; padding: .85rem .5rem;
  border: 1.5px solid var(--gray-200); border-radius: 14px;
  background: var(--white); text-align: center;
}
.jft-res-ring { width: 52px; height: 52px; }
.jft-res-ring-anim {
  stroke-dasharray: 0 126;
  transition: stroke-dasharray 1s cubic-bezier(.4,0,.2,1) .3s;
}
.jft-res-ring-anim.go { stroke-dasharray: var(--da,0) 126; }
.jft-res-scard-icon { font-size: 18px; font-weight: 900; }
.jft-res-scard-name { font-size: 10px; color: var(--gray-500); font-weight: 600; }
.jft-res-scard-score { font-size: 16px; font-weight: 800; color: var(--gray-900); }
.jft-res-scard-score span { font-size: 11px; color: var(--gray-400); font-weight: 500; }

/* ── Action Buttons ────────────────────────────────────── */
.jft-res-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 1rem; }
.jft-res-btn {
  padding: .85rem; border-radius: 14px;
  font-size: 13px; font-weight: 700; cursor: pointer;
  transition: all .2s; text-align: center;
}
.jft-res-btn-outline {
  border: 2px solid var(--gray-200); background: var(--white); color: var(--gray-700);
}
.jft-res-btn-outline:hover { border-color: #c62828; color: #c62828; }
.jft-res-btn-primary {
  background: linear-gradient(135deg, #c62828, #e53935);
  border: none; color: #fff;
}
.jft-res-btn-primary:hover { opacity: .9; transform: translateY(-1px); }

/* ── Review Table ──────────────────────────────────────── */
.jft-rev-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.jft-rev-table thead tr {
  background: var(--gray-50); color: var(--gray-500);
  font-size: 10px; font-weight: 700; text-transform: uppercase;
}
.jft-rev-table th { padding: 6px 8px; }
.jft-rev-num  { text-align: center; padding: 7px 4px; color: var(--gray-400); width: 32px; }
.jft-rev-q    { padding: 7px 8px; color: var(--gray-700); max-width: 180px; }
.jft-rev-ans  { text-align: center; padding: 7px 4px; font-weight: 800; font-size: 13px; width: 40px; }
.jft-rev-status { text-align: center; padding: 7px 4px; width: 30px; }
.jft-rev-ok td  { border-bottom: 1px solid #f0fdf4; }
.jft-rev-err td { border-bottom: 1px solid #fff5f5; background: rgba(239,68,68,.02); }
.dark-mode .jft-res-hero  { background: linear-gradient(145deg,#020617,#0f172a,#1e1b4b); }
.dark-mode .jft-res-scard { background: var(--surface); border-color: var(--border); }
.dark-mode .jft-res-motivasi { background: rgba(198,40,40,.08); }
.dark-mode .jft-rev-table thead tr { background: rgba(255,255,255,.03); }

/* ── Quiz Image Zoom ─────────────────────────────────────── */
.jft-q-image {
  cursor: zoom-in;
  transition: all .3s ease;
}
.jft-q-image.jft-img-zoom {
  max-height: none !important;
  width: 100%;
  cursor: zoom-out;
  border-radius: 4px;
}
