.fact-check-progress{gap:8px;margin:4px 0 20px;display:flex}.fact-check-pip{background:var(--border);box-sizing:border-box;border-radius:50%;width:10px;height:10px}.fact-check-pip.is-current{border:2px solid var(--accent);background:0 0}.fact-check-pip.is-correct{background:var(--green,#2fbf71)}.fact-check-pip.is-incorrect{background:var(--accent)}.fact-check-statement{margin:0 0 24px;font-size:1.25rem;font-weight:600;line-height:1.4}.fact-check-controls{gap:12px;max-width:320px;margin-bottom:20px;display:flex}.fact-check-btn{border:2px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;border-radius:10px;flex:1 1 0;padding:12px 0;font-size:.9375rem;font-weight:700;transition:border-color .15s,background .15s,transform .1s}.fact-check-btn:hover:not(:disabled){border-color:var(--accent)}.fact-check-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.fact-check-btn:active:not(:disabled){transform:scale(.98)}.fact-check-btn:disabled{opacity:.6;cursor:not-allowed}@media (prefers-reduced-motion:reduce){.fact-check-btn{transition:none}.fact-check-btn:active:not(:disabled){transform:none}}.fact-check-reveal{border:1px solid var(--border);border-radius:12px;margin-bottom:20px;padding:16px}.fact-check-reveal.is-correct{border-left:3px solid var(--green,#2fbf71)}.fact-check-reveal.is-incorrect{border-left:3px solid var(--accent)}.fact-check-reveal-verdict{margin:0 0 10px;font-weight:700}.fact-check-reveal.is-correct .fact-check-reveal-verdict{color:var(--green,#2fbf71)}.fact-check-reveal.is-incorrect .fact-check-reveal-verdict{color:var(--accent-text)}.fact-check-reveal-explanation{color:var(--text-muted);margin:0 0 10px}.fact-check-references{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.fact-check-reference-link{color:var(--accent-text);text-underline-offset:2px;font-size:.8125rem;font-weight:600;text-decoration:underline;display:inline-block}.fact-check-next{cursor:pointer;border-radius:10px;width:100%;max-width:320px;margin-bottom:8px;padding:12px 0;font-size:.9375rem;font-weight:700}.fact-check-score{text-align:center;flex-direction:column;align-items:center;gap:10px;margin-bottom:24px;display:flex}.fact-check-score-value{font-size:2.5rem;font-weight:700}.fact-check-score-grid{letter-spacing:4px;font-size:1.75rem}.fact-check-recap{flex-direction:column;gap:14px;margin:0 0 24px;padding:0;list-style:none;display:flex}.fact-check-recap li{border:1px solid var(--border);border-radius:12px;padding:16px}.fact-check-recap li.is-correct{border-left:3px solid var(--green,#2fbf71)}.fact-check-recap li.is-incorrect{border-left:3px solid var(--accent)}.fact-check-recap-head{justify-content:space-between;align-items:center;margin-bottom:8px;font-weight:700;display:flex}.fact-check-recap li.is-correct .fact-check-recap-verdict{color:var(--green,#2fbf71)}.fact-check-recap li.is-incorrect .fact-check-recap-verdict{color:var(--accent-text)}.fact-check-recap-answer{color:var(--text-muted);font-weight:600}.fact-check-recap-statement{color:var(--text-muted);margin:0 0 8px}.fact-check-recap-explanation{margin:0 0 10px}
