.ps-simulado-root{
  --ps-color:#1e3a8a;
  max-width:560px;
  width:100%;
  margin:0 auto;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:#1e293b;
}
.ps-simulado-root *{box-sizing:border-box}
.ps-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 8px 28px rgba(15,23,42,.06);
}
.ps-hero,.ps-result-hero{
  background:var(--ps-color);
  color:#fff;
  padding:30px 22px;
}
.ps-hero h2,.ps-result-hero h2{margin:7px 0 8px;font-size:25px;line-height:1.18;color:#fff}
.ps-hero p{margin:0 0 18px;opacity:.88;font-size:15px;line-height:1.55}
.ps-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.75px;font-weight:800;opacity:.85}
.ps-meta{display:flex;flex-wrap:wrap;gap:8px}
.ps-meta span{
  display:inline-flex;padding:7px 10px;border-radius:999px;
  background:rgba(255,255,255,.13);font-size:12px;font-weight:700
}
.ps-body{padding:20px}
.ps-primary,.ps-secondary{
  width:100%;border:0;border-radius:10px;padding:15px 18px;
  font-size:16px;font-weight:800;cursor:pointer;text-align:center;
}
.ps-primary{background:var(--ps-color);color:#fff}
.ps-secondary{background:#f1f5f9;color:#475569;margin-top:10px}
.ps-link{display:block;text-decoration:none}

.ps-simulado-header{
  padding:18px 20px 2px;
}
.ps-simulado-title{
  margin:0;
  color:#0f172a;
  font-size:20px;
  font-weight:850;
  line-height:1.25;
  letter-spacing:-.2px;
}
.ps-simulado-meta{
  margin-top:4px;
  color:#64748b;
  font-size:12px;
  font-weight:650;
  line-height:1.4;
}
.ps-progress-wrap{padding:16px 20px 0}
.ps-progress-label{display:flex;justify-content:space-between;font-size:12px;font-weight:700;color:#64748b;margin-bottom:8px}
.ps-progress{height:7px;background:#e2e8f0;border-radius:999px;overflow:hidden}
.ps-progress span{display:block;height:100%;background:var(--ps-color);border-radius:999px}
.ps-source{
  font-size:11px;font-weight:700;letter-spacing:.35px;color:#64748b;
  text-transform:uppercase;margin-bottom:10px;line-height:1.5
}
.ps-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:14px}
.ps-tag{
  display:inline-block;background:#dbeafe;color:#1e3a8a;
  border-radius:5px;padding:4px 9px;font-size:11px;font-weight:800
}
.ps-tag.secondary{background:#fef3c7;color:#92400e}
.ps-question{font-size:16px;font-weight:750;line-height:1.62;color:#0f172a;margin-bottom:16px}
.ps-alts{display:grid;gap:9px}
.ps-alt{
  width:100%;display:flex;align-items:flex-start;gap:11px;text-align:left;
  background:#fff;color:#334155;border:1px solid #dbe3ec;
  border-radius:10px;padding:13px 14px;font-size:14px;line-height:1.5;cursor:pointer
}
.ps-alt:not(:disabled):hover{border-color:var(--ps-color);background:#f8fafc}
.ps-alt:disabled{cursor:default}
.ps-letter{
  width:27px;height:27px;border-radius:50%;background:#f1f5f9;color:#475569;
  flex:0 0 27px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900
}
.ps-alt.correct{border:2px solid #22c55e;background:#f0fdf4;color:#14532d;font-weight:700}
.ps-alt.correct .ps-letter{background:#22c55e;color:#fff}
.ps-alt.wrong{border:2px solid #ef4444;background:#fef2f2;color:#991b1b}
.ps-alt.wrong .ps-letter{background:#ef4444;color:#fff}
.ps-alt.muted{opacity:.62}
.ps-feedback{
  margin:15px 0 12px;padding:12px 14px;border-radius:9px;
  display:flex;justify-content:space-between;gap:10px;font-size:13px
}
.ps-feedback.ok{background:#f0fdf4;border:1px solid #86efac;color:#166534}
.ps-feedback.bad{background:#fef2f2;border:1px solid #fca5a5;color:#991b1b}
.ps-result-hero{text-align:center}
.ps-score{font-size:58px;font-weight:900;line-height:1}
.ps-score span{font-size:29px;opacity:.72}
.ps-pct{font-size:14px;opacity:.82;margin-top:7px}
.ps-section-title{font-size:17px;margin:0 0 13px;color:#0f172a}
.ps-summary{display:grid;gap:8px}
.ps-result-row{
  display:flex;align-items:center;gap:10px;border-radius:9px;padding:11px 12px;border:1px solid
}
.ps-result-row.ok{background:#f0fdf4;border-color:#bbf7d0}
.ps-result-row.bad{background:#fef2f2;border-color:#fecaca}
.ps-result-icon{
  width:24px;height:24px;border-radius:50%;display:flex;align-items:center;
  justify-content:center;color:#fff;font-weight:900;flex:0 0 24px
}
.ps-result-row.ok .ps-result-icon{background:#22c55e}
.ps-result-row.bad .ps-result-icon{background:#ef4444}
.ps-result-row strong{display:block;font-size:13px;color:#334155}
.ps-result-row small{display:block;font-size:11px;color:#94a3b8;margin-top:2px}
.ps-cta-box{
  margin-top:18px;background:#fffbeb;border:1px solid #fcd34d;
  border-radius:11px;padding:15px
}
.ps-cta-box strong{display:block;color:#92400e;margin-bottom:5px}
.ps-cta-box p{font-size:13px;color:#78350f;line-height:1.5;margin:0 0 12px}
@media(max-width:600px){
  .ps-simulado-root{margin:12px auto}
  .ps-card{border-radius:12px}
  .ps-hero,.ps-result-hero{padding:26px 18px}
  .ps-body{padding:16px}
  .ps-simulado-header{padding:16px 16px 2px}
  .ps-simulado-title{font-size:18px}
  .ps-question{font-size:15px}
}




/* Template fullscreen registrado pelo plugin */
html,
body.ps-simulado-fullscreen{
  margin:0!important;
  padding:0!important;
  min-height:100%;
  background:#f0f2f5!important;
}

body.ps-simulado-fullscreen{
  min-height:100vh;
}

.ps-fullscreen-main{
  width:100%;
  min-height:100vh;
  margin:0!important;
  padding:18px 12px 28px!important;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  background:#f0f2f5;
}

.ps-fullscreen-main > *{
  width:100%;
  max-width:100%;
  margin:0!important;
}

.ps-simulado-root{
  width:100%;
  max-width:560px;
  margin:0 auto!important;
}

.ps-quiz-note{
  margin:12px 6px 0;
  text-align:center;
  color:#94a3b8;
  font-size:11px;
  line-height:1.45;
}

.ps-disclosure{
  margin:9px 6px 0;
  text-align:center;
  color:#94a3b8;
  font-size:11px;
  line-height:1.45;
}

.ps-disclosure-result{
  color:#a16207;
  margin-top:9px;
}

@media(max-width:600px){
  .ps-fullscreen-main{
    padding:10px 8px 22px!important;
  }
  .ps-card{
    border-radius:12px;
  }
}
