
.eqm-quiz{max-width:850px;margin:25px auto;font-family:inherit}
.eqm-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 8px 30px rgba(0,0,0,.08);overflow:hidden}
.eqm-head{padding:22px 24px;border-bottom:1px solid #eee}
.eqm-title{font-size:23px;font-weight:800;margin-bottom:8px}
.eqm-counter{font-size:14px;color:#666}
.eqm-progress{height:8px;background:#eee;border-radius:99px;margin-top:15px;overflow:hidden}
.eqm-progress span{display:block;height:100%;width:0;background:#2563eb;transition:width .25s}
.eqm-body{padding:28px 24px}
.eqm-question{font-size:20px;font-weight:700;line-height:1.9;margin-bottom:20px}
.eqm-options{display:grid;gap:12px}
.eqm-option{display:flex;align-items:flex-start;gap:10px;width:100%;padding:15px;border:2px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;text-align:right;font:inherit;transition:.2s}
.eqm-option:hover{border-color:#93c5fd;background:#f8fbff}
.eqm-option.selected{border-color:#2563eb;background:#eff6ff}
.eqm-option .num{min-width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f1f5f9;font-weight:700}
.eqm-option.selected .num{background:#2563eb;color:#fff}
.eqm-actions{display:flex;gap:10px;padding:18px 24px;border-top:1px solid #eee;flex-wrap:wrap}
.eqm-actions button{border:0;border-radius:10px;padding:11px 18px;cursor:pointer;font:inherit}
.eqm-prev{background:#f1f5f9}.eqm-next,.eqm-finish{background:#2563eb;color:#fff}.eqm-finish{display:none}
.eqm-result{padding:28px 24px;background:#f8fafc;border-top:1px solid #eee}
.eqm-result h3{margin-top:0;font-size:25px}
.eqm-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.eqm-stat{background:#fff;border-radius:14px;padding:18px;text-align:center;border:1px solid #e5e7eb}
.eqm-stat b{display:block;font-size:28px;margin-top:5px}
.eqm-restart{margin-top:18px;background:#111827!important;color:#fff}
@media(max-width:600px){.eqm-title{font-size:19px}.eqm-question{font-size:18px}.eqm-stats{grid-template-columns:1fr}.eqm-actions button{flex:1}}
