
/* Black & White, DM Sans friendly */
.epmcq-wrap, .epmcq-box{
  font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:#fff;
  color:#111;
  border:1px solid #e5e5e5;
  border-radius:14px;
  padding:16px;
  max-width:900px;
  margin:18px auto;
  box-shadow: 0 1px 8px rgba(0,0,0,.04);
}
.epmcq-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;}
.epmcq-title{font-weight:700;font-size:20px;}
.epmcq-timer{font-weight:600;font-size:14px;border:1px solid #111;border-radius:999px;padding:6px 10px;}
.epmcq-q{border-top:1px solid #eee;padding-top:12px;margin-top:12px;}
.epmcq-qtext{font-weight:650;margin-bottom:10px;line-height:1.35;}
.epmcq-opt{display:flex;gap:10px;align-items:flex-start;padding:8px 10px;border:1px solid #eee;border-radius:10px;margin:8px 0;cursor:pointer;}
.epmcq-opt input{margin-top:3px;}
.epmcq-btn{
  display:inline-block;
  background:#111;color:#fff;
  border:1px solid #111;
  padding:10px 14px;
  border-radius:12px;
  font-weight:700;
  text-decoration:none;
  cursor:pointer;
}
.epmcq-btn:hover{opacity:.92}
.epmcq-btn-outline{background:#fff;color:#111}
.epmcq-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px;}
.epmcq-form label{display:block;font-weight:650;margin-bottom:6px;}
.epmcq-form input[type=email]{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:10px;margin-bottom:10px;}
.epmcq-review-line{display:flex;gap:14px;flex-wrap:wrap;font-size:14px;margin-top:8px;}
.epmcq-note{font-size:13px;color:#333}
.epmcq-ok{color:#0a7a2f;font-weight:800}
.epmcq-bad{color:#b00020;font-weight:800}
.epmcq-result{border-top:1px solid #eee;margin-top:14px;padding-top:14px}
.epmcq-result-row{margin:6px 0;font-size:15px}
.epmcq-index{margin:10px 0 0 18px}
.epmcq-index li{margin:6px 0}

.epmcq-review-options{margin-top:10px;display:flex;flex-direction:column;gap:8px}
.epmcq-review-opt{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border:1px solid #eee;border-radius:12px;background:#fff}
.epmcq-review-letter{font-weight:800;min-width:28px}
.epmcq-review-text{flex:1;line-height:1.35}
.epmcq-review-correct{border-color:#0a7a2f}
.epmcq-review-chosen-ok{background:rgba(10,122,47,.06)}
.epmcq-review-chosen-bad{background:rgba(176,0,32,.06)}
.epmcq-badge{font-size:12px;font-weight:800;border-radius:999px;padding:4px 8px;background:#111;color:#fff;white-space:nowrap}
.epmcq-badge-outline{background:#fff;color:#111;border:1px solid #111}

/* Dashboard */
.epmcq-dash-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}
.epmcq-kpi{border:1px solid #eee;border-radius:16px;padding:12px 14px;background:#fff}
.epmcq-kpi-label{font-size:12px;letter-spacing:.02em;color:#555;text-transform:uppercase;font-weight:700}
.epmcq-kpi-val{font-size:26px;font-weight:900;margin-top:6px;color:#111}
.epmcq-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}
@media (max-width: 860px){.epmcq-dash-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.epmcq-grid-2{grid-template-columns:1fr}}
.epmcq-h4{margin:0 0 10px 0;font-size:16px;font-weight:900}
.epmcq-bars{display:flex;flex-direction:column;gap:10px}
.epmcq-bar-row{display:grid;grid-template-columns:140px 1fr 70px;gap:10px;align-items:center}
@media (max-width: 860px){.epmcq-bar-row{grid-template-columns:110px 1fr 60px}}
.epmcq-bar-label{font-size:12px;font-weight:800;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.epmcq-bar-track{height:10px;border-radius:999px;background:#f0f0f0;overflow:hidden}
.epmcq-bar-fill{height:10px;border-radius:999px;background:#111}
.epmcq-bar-val{font-size:12px;font-weight:800;text-align:right}
.epmcq-muted{color:#666}
.epmcq-table-wrap{overflow:auto}
.epmcq-table{width:100%;border-collapse:separate;border-spacing:0}
.epmcq-table th,.epmcq-table td{padding:10px 12px;border-bottom:1px solid #eee;text-align:left;font-size:14px}
.epmcq-table th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#555}
.epmcq-pill{display:inline-block;padding:4px 10px;border-radius:999px;font-weight:900;font-size:12px;border:1px solid #111}
.epmcq-pill-ok{background:rgba(10,122,47,.08);border-color:#0a7a2f;color:#0a7a2f}
.epmcq-pill-bad{background:rgba(176,0,32,.08);border-color:#b00020;color:#b00020}
.epmcq-link{color:#111;font-weight:800;text-decoration:underline}
