.zlfc-wrap{margin:36px 0;font-family:'PT Sans',Arial,sans-serif;}
.zlfc-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:8px;}
.zlfc-title{font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#64748b;}
.zlfc-progress{display:flex;align-items:center;gap:8px;}
.zlfc-progress-dots{display:flex;gap:5px;}
.zlfc-dot{width:7px;height:7px;border-radius:50%;background:#e2e8f0;transition:background .3s,transform .3s;}
.zlfc-dot.done{background:#94a3b8;}
.zlfc-dot.active{background:#1e293b;transform:scale(1.3);}
.zlfc-cnt{font-size:12px;color:#94a3b8;min-width:32px;text-align:right;}
.zlfc-scene{width:100%;perspective:1000px;cursor:pointer;user-select:none;-webkit-tap-highlight-color:transparent;}
.zlfc-card{position:relative;width:100%;transform-style:preserve-3d;transition:transform .55s cubic-bezier(.4,0,.2,1);border-radius:12px;}
.zlfc-card.flipped{transform:rotateY(180deg);}
.zlfc-face{backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:12px;overflow:hidden;min-height:220px;display:flex;flex-direction:column;justify-content:center;padding:32px 36px;}
.zlfc-front{background:#1e293b;position:relative;}
.zlfc-back{background:#f8fafc;border:1px solid #e2e8f0;position:absolute;inset:0;transform:rotateY(180deg);min-height:220px;}
.zlfc-type-badge{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:4px 10px;border-radius:20px;margin-bottom:20px;width:fit-content;}
.badge-claim{background:rgba(251,146,60,.15);color:#fb923c;}
.badge-gap{background:rgba(129,140,248,.15);color:#818cf8;}
.badge-versus{background:rgba(52,211,153,.15);color:#34d399;}
.zlfc-statement{font-size:clamp(15px,2.2vw,20px);font-weight:700;color:#f1f5f9;line-height:1.45;margin-bottom:24px;}
.zlfc-hint{display:flex;align-items:center;gap:6px;font-size:12px;color:#475569;}
.zlfc-deco{position:absolute;border-radius:50%;opacity:.05;pointer-events:none;}
.zlfc-verdict{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:5px 12px;border-radius:20px;margin-bottom:16px;width:fit-content;}
.verdict-true{background:#dcfce7;color:#166534;}
.verdict-false{background:#fee2e2;color:#991b1b;}
.verdict-nuanced{background:#fef9c3;color:#854d0e;}
.zlfc-analysis{font-size:clamp(13px,1.6vw,15px);color:#334155;line-height:1.75;margin-bottom:16px;}
.zlfc-quote{border-left:3px solid #cbd5e1;padding:10px 16px;font-size:13px;color:#64748b;font-style:italic;line-height:1.65;border-radius:0 6px 6px 0;background:#f1f5f9;}
.zlfc-nav{display:flex;align-items:center;justify-content:space-between;margin-top:14px;gap:10px;}
.zlfc-nav-btn{display:flex;align-items:center;gap:6px;background:none;border:1px solid #e2e8f0;border-radius:7px;padding:8px 16px;font-size:13px;color:#64748b;cursor:pointer;font-family:inherit;transition:all .15s;white-space:nowrap;}
.zlfc-nav-btn:hover:not(:disabled){border-color:#94a3b8;color:#1e293b;background:#f8fafc;}
.zlfc-nav-btn:disabled{opacity:.3;cursor:default;}
.zlfc-flip-btn{flex:1;justify-content:center;background:#1e293b;border-color:#1e293b;color:#f1f5f9;font-weight:600;}
.zlfc-flip-btn:hover:not(:disabled){background:#334155;border-color:#334155;color:#f1f5f9;}
.zlfc-flip-btn.is-flipped{background:#f1f5f9;border-color:#e2e8f0;color:#475569;}
.zlfc-flip-btn.is-flipped:hover{background:#e2e8f0;color:#1e293b;}
@media(max-width:520px){
  .zlfc-face{padding:24px 20px;min-height:200px;}
  .zlfc-back{min-height:200px;}
  .zlfc-nav-btn span.zlfc-btn-label{display:none;}
}
