@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800&family=Roboto:wght@400;500&display=swap");.cs-quiz{--ww-dark-blue:#303188;--ww-orange:#faa61a;--ww-light-blue:#1b94d2;--ww-body-text:#1a1a1a;--ww-bg-light:#f5f5f5;color:var(--ww-body-text);font-family:Roboto,Helvetica,sans-serif;margin:0 auto;max-width:640px}.cs-quiz__card-title,.cs-quiz__headline{color:var(--ww-dark-blue);font-family:Heebo,Roboto,Arial,sans-serif;font-weight:800;margin:0 0 .5em}.cs-quiz__back,.cs-quiz__next,.cs-quiz__start-btn,.cs-quiz__submit-contact{border:none;border-radius:4px;cursor:pointer;font-family:Roboto,Helvetica,sans-serif;font-size:1em;padding:.75em 1.5em}.cs-quiz__next,.cs-quiz__start-btn,.cs-quiz__submit-contact{background:var(--ww-dark-blue);color:#fff}.cs-quiz__back{background:transparent;color:var(--ww-dark-blue);margin-right:.5em}.cs-quiz__question-text{font-family:Heebo,Roboto,Arial,sans-serif;font-weight:600;margin-bottom:.25em}.cs-quiz__helper{color:#666;font-size:.9em;margin-top:0}.cs-quiz__options{display:flex;flex-direction:column;gap:.5em;margin:1em 0}.cs-quiz__option{align-items:center;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;gap:.5em;padding:.5em .75em}.cs-quiz__textarea{font-family:Roboto,Helvetica,sans-serif;margin:1em 0;min-height:80px;padding:.5em;width:100%}.cs-quiz__nav{display:flex;margin-top:1em}.cs-quiz__contact-fields{display:flex;flex-direction:column;gap:.75em;margin:1em 0}.cs-quiz__input{border:1px solid #ddd;border-radius:4px;font-family:Roboto,Helvetica,sans-serif;font-size:1em;padding:.6em .75em}.cs-quiz__card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);padding:1.75em}.cs-quiz__gauge-row{align-items:center;display:flex;gap:1.5em;margin-bottom:1.5em}.cs-quiz__gauge{flex-shrink:0;height:110px;width:110px}.cs-quiz__gauge,.cs-quiz__gauge-inner{align-items:center;border-radius:50%;display:flex;justify-content:center}.cs-quiz__gauge-inner{background:#fff;height:82px;width:82px}.cs-quiz__gauge-number{font-size:1.5em;font-weight:800}.cs-quiz__gauge-number,.cs-quiz__gauge-summary h3{color:var(--ww-dark-blue);font-family:Heebo,Roboto,Arial,sans-serif}.cs-quiz__gauge-summary h3{font-weight:700;margin:0 0 .25em}.cs-quiz__gauge-summary p{color:#555;font-size:.95em;margin:0}.cs-quiz__bars{display:flex;flex-direction:column;gap:.9em}.cs-quiz__bar-row{align-items:center;display:grid;gap:.75em;grid-template-columns:1fr 3fr auto}.cs-quiz__bar-label{color:var(--ww-body-text);font-size:.9em}.cs-quiz__tag{background:var(--ww-orange);border-radius:10px;color:#1a1a1a;display:inline-block;font-size:.7em;font-weight:600;margin-left:.4em;padding:.15em .5em}.cs-quiz__bar-track{background:var(--ww-bg-light);border-radius:6px;height:8px;overflow:hidden}.cs-quiz__bar-fill{background:var(--ww-light-blue);border-radius:6px;height:100%}.cs-quiz__bar-fill--top{background:var(--ww-orange)}.cs-quiz__bar-pct{color:var(--ww-body-text);font-size:.9em;font-weight:600;min-width:2.5em;text-align:right}.cs-quiz__bar-pct--top{color:var(--ww-orange)}.cs-quiz__cta{border-top:1px solid #eee;color:var(--ww-dark-blue);font-weight:600;margin-top:1.5em;padding-top:1em}.cs-quiz__retake-btn{background:transparent;border:1px solid var(--ww-dark-blue);border-radius:4px;color:var(--ww-dark-blue);cursor:pointer;font-family:Roboto,Helvetica,sans-serif;margin-top:1em;padding:.6em 1.25em}.cs-quiz__result-templates{display:none}.cs-quiz--empty{border:1px dashed #ccc;border-radius:6px;color:#888;padding:2em;text-align:center}