.radhee-quiz{--rq-color:#6d3df5;box-sizing:border-box;max-width:760px;margin:28px auto;padding:clamp(20px,5vw,48px);border:1px solid #e7e5ee;border-radius:18px;background:#fff;box-shadow:0 18px 55px rgba(25,18,50,.08);color:#24202d}
.radhee-quiz *{box-sizing:border-box}
.radhee-quiz header h2{margin:0 0 18px;font-size:clamp(26px,5vw,40px);line-height:1.15}
.radhee-progress{height:6px;background:#edeaf5;border-radius:999px;overflow:hidden}
.radhee-progress span{display:block;width:0;height:100%;background:var(--rq-color);transition:width .25s}
.radhee-question-front,.radhee-lead{border:0;padding:28px 0;margin:0;border-bottom:1px solid #edeaf5}
.radhee-question-front legend,.radhee-lead legend{display:block;width:100%;padding:0 0 14px;font-weight:700;font-size:18px}
.radhee-question-front legend span{color:var(--rq-color)}
.radhee-question-front legend em{color:#c02b2b}
.radhee-choice{position:relative;display:flex;align-items:center;margin:9px 0;cursor:pointer}
.radhee-choice input{position:absolute;opacity:0}
.radhee-choice span{width:100%;border:1px solid #d9d5e5;border-radius:10px;padding:13px 16px;transition:.15s}
.radhee-choice input:checked+span{border-color:var(--rq-color);background:color-mix(in srgb,var(--rq-color) 9%,white);box-shadow:inset 4px 0 var(--rq-color)}
.radhee-lead{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.radhee-lead legend{grid-column:1/-1}
.radhee-rating{display:flex;gap:8px}
.radhee-rating input{position:absolute;opacity:0}
.radhee-rating span{display:grid;place-items:center;width:44px;height:44px;border:1px solid #d9d5e5;border-radius:50%;cursor:pointer}
.radhee-rating input:checked+span{background:var(--rq-color);color:#fff}
.radhee-actions{padding-top:28px}
.radhee-actions button{appearance:none;border:0;border-radius:10px;background:var(--rq-color);color:#fff;padding:14px 24px;font:inherit;font-weight:700;cursor:pointer}
.radhee-actions button:disabled{opacity:.6}
.radhee-result-panel{text-align:center;padding:30px}
.radhee-result-panel.is-error{color:#b32d2e;background:#fcf0f1;border-radius:8px}
.radhee-score{display:grid;place-items:center;width:145px;height:145px;margin:0 auto 22px;border:10px solid color-mix(in srgb,var(--rq-color) 20%,white);border-top-color:var(--rq-color);border-radius:50%}
.radhee-score strong{font-size:31px}
.radhee-score span{font-size:13px}
.radhee-result-panel h3{font-size:28px;margin:0 0 10px}
@media(max-width:600px){.radhee-quiz{margin:14px 0;border-radius:12px}
.radhee-lead{grid-template-columns:1fr}
.radhee-rating{flex-wrap:wrap}
}
