@import "https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap";:root{--survey-font:"Raleway", sans-serif;--survey-text-primary:#173440;--survey-text-secondary:#3a525d;--survey-text-tertiary:#5d6065;--survey-red:#e92e16;--survey-red-radio:#dc3545;--survey-green-label:#008236;--survey-green-radio:#198754;--survey-purple-progress:#8977c4;--survey-grey-track:#e4e7ea;--survey-card-bg:#f7fafd;--survey-btn-bg:#144c63;--survey-white:#fff;--survey-radius-sm:4px;--survey-radius-md:8px}.post__copy{width:100%;max-width:620px;font-family:var(--survey-font);color:var(--survey-text-primary);box-sizing:border-box;flex-direction:column;gap:24px;display:flex}.post__copy .survey__header{align-items:flex-end;gap:24px;width:100%;display:flex}.post__copy .survey__title{color:var(--survey-text-primary);flex:1;margin:0;padding-top:16px;font-size:18px;font-weight:700;line-height:1.2}.post__copy .survey__progress{flex-direction:column;flex-shrink:0;align-items:flex-end;width:133px;display:flex}.post__copy .survey__progress-label{color:var(--survey-text-primary);white-space:nowrap;font-size:12px;font-weight:400;line-height:1.4}.post__copy .survey__progress-bar{width:100%;height:16px;position:relative}.post__copy .survey__progress-track{background-color:var(--survey-grey-track);border-radius:2px;height:4px;position:absolute;top:6px;left:0;right:0}.post__copy .survey__progress-fill{background-color:var(--survey-purple-progress);border-radius:2px;height:4px;position:absolute;top:6px;left:0}.post__copy .survey__body{flex-direction:column;gap:16px;width:100%;display:flex}.post__copy .survey__question{color:var(--survey-text-primary);margin:0;font-size:16px;font-weight:400;line-height:1.4}.post__copy .survey__footer{justify-content:flex-end;align-items:center;gap:24px;width:100%;display:flex}.post__copy .survey__btn{background-color:var(--survey-btn-bg);color:var(--survey-white);border-radius:var(--survey-radius-sm);min-height:24px;font-family:var(--survey-font);white-space:nowrap;cursor:pointer;border:none;justify-content:center;align-items:center;gap:6px;padding:6px 8px;font-size:14px;font-weight:500;line-height:16px;transition:background-color .15s ease-in-out;display:inline-flex}.post__copy .survey__btn:hover{background-color:#0f3a4d}.post__copy .survey__btn:focus-visible{outline:2px solid var(--survey-purple-progress);outline-offset:2px}.post__copy .survey__options-section{box-sizing:border-box;flex-direction:column;gap:12px;width:100%;padding-left:28px;display:flex}.post__copy .survey__feedback{margin:0;font-size:14px;font-weight:400;line-height:1.4}.post__copy .survey__feedback--wrong{color:var(--survey-red)}.post__copy .survey__feedback--right{color:var(--survey-green-label)}.post__copy .survey__options-list{flex-direction:column;gap:6px;display:flex}.post__copy .survey__option{background-color:var(--survey-white);border:1px solid var(--survey-grey-track);border-radius:var(--survey-radius-md);box-sizing:border-box;align-items:center;gap:6px;width:100%;min-width:200px;height:36px;padding:8px;display:flex}.post__copy .survey__radio{background-color:var(--survey-white);box-sizing:border-box;border:1px solid #00000026;border-radius:100px;flex-shrink:0;width:16px;height:16px;position:relative}.post__copy .survey__option--correct .survey__radio{background-color:var(--survey-green-radio);border-color:var(--survey-green-radio)}.post__copy .survey__option--correct .survey__radio:after{content:"";background-color:var(--survey-white);border-radius:100px;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.post__copy .survey__option--invalid .survey__radio{background-color:var(--survey-red-radio);border-color:var(--survey-red-radio)}.post__copy .survey__option--invalid .survey__radio:after{content:"";background-color:var(--survey-white);border-radius:100px;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.post__copy .survey__option--disabled .survey__radio{background-color:var(--survey-text-tertiary);border-color:var(--survey-text-tertiary)}.post__copy .survey__option--disabled .survey__radio:after{content:"";background-color:var(--survey-white);border-radius:100px;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.post__copy .survey__option-text{color:var(--survey-text-primary);flex:1;font-size:14px;font-weight:400;line-height:1.4}.post__copy .survey__option--correct .survey__option-text{color:var(--survey-green-label)}.post__copy .survey__option--invalid .survey__option-text{color:var(--survey-red)}.post__copy .survey__option--disabled .survey__option-text{color:var(--survey-grey-track)}.post__copy .survey__state-icon{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.post__copy .survey__rationale-section{box-sizing:border-box;width:100%;padding-left:28px}.post__copy .survey__rationale-card{background-color:var(--survey-card-bg);border-radius:var(--survey-radius-md);box-sizing:border-box;width:100%;padding:12px}.post__copy .survey__rationale-text{color:var(--survey-text-secondary);margin:0;font-size:14px;font-weight:400;line-height:1.4}.post__copy .survey__rationale-text+.post__copy .survey__rationale-text{margin-top:8px}.post__copy .survey__rationale-text strong{color:var(--survey-text-secondary);font-weight:700}.post__copy .survey__summary-overview{align-items:flex-start;gap:24px;width:100%;display:flex}.post__copy .survey__summary{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:16px;display:flex}.post__copy .survey__grade-heading{color:var(--survey-text-primary);margin:0;font-size:20px;font-weight:700;line-height:1.2}.post__copy .survey__score-links{align-items:flex-start;gap:16px;display:flex}.post__copy .survey__score-card{border-radius:var(--survey-radius-md);box-sizing:border-box;background:radial-gradient(200% 200% at -10% -50%,#fff 0%,#bee1f0 65%);flex-direction:column;flex-shrink:0;align-items:center;width:120px;padding:12px;display:flex;overflow:hidden;box-shadow:0 0 6px #1734400a}.post__copy .survey__score-label{color:var(--survey-text-primary);text-align:center;width:80px;margin:0;font-size:16px;font-weight:400;line-height:1.4}.post__copy .survey__score-value{color:var(--survey-text-primary);text-align:center;width:96px;margin:0;font-size:48px;font-weight:400;line-height:1.2}.post__copy .survey__action-links{flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-start;gap:10px;display:flex}.post__copy .survey__action-link{min-height:24px;font-family:var(--survey-font);color:var(--survey-text-tertiary);white-space:nowrap;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:4px 2px;font-size:14px;font-weight:500;line-height:16px;text-decoration:none;display:inline-flex}.post__copy .survey__action-link:hover{color:var(--survey-text-primary)}.post__copy .survey__action-icon{flex-shrink:0;justify-content:center;align-items:center;width:12px;height:12px;display:flex}.post__copy .survey__helpful{align-items:center;gap:16px;display:flex}.post__copy .survey__helpful-label{color:var(--survey-text-primary);white-space:nowrap;font-size:14px;font-weight:400;line-height:1.4}.post__copy .survey__helpful-btns{align-items:center;gap:6px;display:flex}.post__copy .survey__helpful-btn{min-height:24px;font-family:var(--survey-font);color:var(--survey-text-tertiary);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:6px;padding:4px 2px;font-size:14px;font-weight:500;line-height:16px;display:inline-flex}.post__copy .survey__helpful-btn:hover{color:var(--survey-text-primary)}.post__copy .survey__divider{border:none;border-top:1px solid var(--survey-grey-track);width:100%;margin:8px 0}.post__copy .survey__divider--thick{border-top-width:3px}.post__copy .survey__results{background:var(--survey-white);flex-direction:column;gap:32px;width:100%;display:flex}.post__copy .survey__results-heading{color:var(--survey-text-primary);margin:0;font-size:20px;font-weight:700;line-height:1.2}.post__copy .survey__qa-list{flex-direction:column;gap:64px;width:100%;display:flex}.post__copy .survey__results-body{position:relative}.post__copy .survey__results-body--collapsed{max-height:323px;overflow:hidden}.post__copy .survey__results-body--collapsed:after{content:"";pointer-events:none;background:linear-gradient(#fff0 0%,#fff 50%);height:101px;position:absolute;bottom:0;left:0;right:0}.post__copy .survey__qa-block{flex-direction:column;gap:16px;width:100%;display:flex}.post__copy .survey__qa-question{color:var(--survey-text-primary);margin:0;font-size:16px;font-weight:400;line-height:1.4}.post__copy .survey__toggle-wrap{flex-direction:column;align-items:center;gap:4px;width:100%;display:flex}.post__copy .survey__toggle-row{align-items:center;gap:5px;width:100%;display:flex}.post__copy .survey__toggle-line{background-color:var(--survey-grey-track);flex:1;min-width:0;height:1px}.post__copy .survey__toggle-btn{border-radius:var(--survey-radius-sm);background:var(--survey-white);cursor:pointer;box-sizing:border-box;border:1px solid #d0d4d7;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:6px;transition:background-color .15s;display:flex}.post__copy .survey__toggle-btn:hover{background-color:#f0f2f4}.post__copy .survey__toggle-btn svg{transition:transform .2s}.post__copy .survey__toggle-btn.is-expanded svg{transform:rotate(180deg)}.post__copy .survey__toggle-label{color:var(--survey-text-primary);text-align:center;white-space:nowrap;font-size:10px;font-weight:400;line-height:1.4}.post__copy .survey__radio--correct{accent-color:green}.post__copy .survey__radio--incorrect{accent-color:red}
/*$vite$:1*/