.Assessment-module__MbzIfG__form{flex-direction:column;gap:28px;max-width:760px;margin:0 auto;padding:28px 20px 100px;display:flex}.Assessment-module__MbzIfG__progressRail{z-index:20;background:var(--panel);border:1px solid var(--rule);border-radius:var(--radius-sm);box-shadow:var(--shadow-card);flex-direction:column;gap:8px;padding:14px 20px;display:flex;position:sticky;top:12px}.Assessment-module__MbzIfG__progressRow{align-items:center;gap:16px;display:flex}.Assessment-module__MbzIfG__progressBar{background:var(--rule);border-radius:999px;flex:1;height:8px;overflow:hidden}.Assessment-module__MbzIfG__progressFill{background:linear-gradient(90deg, var(--blue), var(--amber));height:100%;transition:width .25s}.Assessment-module__MbzIfG__section{background:var(--panel);border:1px solid var(--rule);border-radius:var(--radius);box-shadow:var(--shadow-card);flex-direction:column;gap:16px;padding:28px 26px;display:flex}.Assessment-module__MbzIfG__sectionTitle{font-size:1.35rem}.Assessment-module__MbzIfG__fieldGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px;display:grid}.Assessment-module__MbzIfG__field{flex-direction:column;justify-content:flex-end;gap:6px;min-width:0;display:flex}.Assessment-module__MbzIfG__fieldLabel{color:var(--ink-soft);font-size:.85rem;font-weight:600}.Assessment-module__MbzIfG__input{font:inherit;border-radius:var(--radius-sm);border:1px solid var(--rule-strong);color:var(--ink);background:#fff;width:100%;min-width:0;padding:10px 12px;font-size:1rem}.Assessment-module__MbzIfG__input:focus-visible{border-color:var(--blue)}.Assessment-module__MbzIfG__questionList{flex-direction:column;gap:22px;display:flex}.Assessment-module__MbzIfG__question{border:none;border-top:1px solid var(--rule);flex-direction:column;gap:10px;min-width:0;margin:0;padding-top:18px;display:flex}.Assessment-module__MbzIfG__question:first-child{border-top:none;padding-top:0}.Assessment-module__MbzIfG__questionCategory{font-family:var(--font-mono), monospace;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0;font-size:.68rem}.Assessment-module__MbzIfG__questionText{width:100%;color:var(--ink);margin:0;padding:0;font-size:1.02rem;font-weight:400;line-height:1.5;display:block}.Assessment-module__MbzIfG__optionsBinary{flex-wrap:wrap;gap:10px;display:flex}.Assessment-module__MbzIfG__optionsExtent{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.Assessment-module__MbzIfG__option{display:inline-flex}.Assessment-module__MbzIfG__optionInput{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.Assessment-module__MbzIfG__optionLabel{cursor:pointer;text-align:center;border:1px solid var(--rule-strong);width:100%;color:var(--ink-soft);-webkit-user-select:none;user-select:none;background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:10px 18px;font-size:.92rem;font-weight:500;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.Assessment-module__MbzIfG__optionsExtent .Assessment-module__MbzIfG__optionLabel{border-radius:var(--radius-sm);padding:10px 8px;font-size:.8rem;line-height:1.25}.Assessment-module__MbzIfG__optionLabel:hover{border-color:var(--blue)}.Assessment-module__MbzIfG__optionInput:checked+.Assessment-module__MbzIfG__optionLabel{background:var(--blue-deep);border-color:var(--blue-deep);color:#fff}.Assessment-module__MbzIfG__optionInput:focus-visible+.Assessment-module__MbzIfG__optionLabel{outline:2px solid var(--blue);outline-offset:2px}.Assessment-module__MbzIfG__anchorPanel{border-radius:var(--radius-sm);border:1px dashed var(--rule-strong);min-height:2.5em;color:var(--muted);background:#f6f8fc;align-items:center;margin:0;padding:8px 12px;font-size:.82rem;line-height:1.35;display:flex}.Assessment-module__MbzIfG__sliderGroup{flex-direction:column;gap:8px;display:flex}.Assessment-module__MbzIfG__sliderTrack{cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;height:76px}.Assessment-module__MbzIfG__sliderRail{height:100%;margin:0 16px;position:relative}.Assessment-module__MbzIfG__sliderTrackLine{background:var(--rule-strong);border-radius:999px;height:6px;display:block;position:absolute;top:16px;left:0;right:0;overflow:hidden}.Assessment-module__MbzIfG__sliderTrackFill{background:var(--blue-deep);transition:width .12s;position:absolute;top:0;bottom:0;left:0}.Assessment-module__MbzIfG__sliderStop{width:0;height:100%;position:absolute;top:0}.Assessment-module__MbzIfG__sliderTickMark{background:var(--rule-strong);pointer-events:none;width:2px;height:6px;position:absolute;top:24px;left:0;transform:translate(-50%)}.Assessment-module__MbzIfG__sliderStopHit{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:50%;width:32px;height:32px;margin:0;padding:0;position:absolute;top:3px;left:0;transform:translate(-50%)}.Assessment-module__MbzIfG__sliderStopHit:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.Assessment-module__MbzIfG__sliderTickLabel{width:max-content;max-width:88px;color:var(--ink-soft);text-align:center;pointer-events:none;font-size:.76rem;line-height:1.25;position:absolute;top:34px;left:0;transform:translate(-50%)}.Assessment-module__MbzIfG__sliderStopFirst .Assessment-module__MbzIfG__sliderTickLabel{text-align:left;transform:translate(0)}.Assessment-module__MbzIfG__sliderStopLast .Assessment-module__MbzIfG__sliderTickLabel{text-align:right;transform:translate(-100%)}.Assessment-module__MbzIfG__sliderTickLabelActive{color:var(--blue-deep);font-weight:600}.Assessment-module__MbzIfG__sliderTickLabelShort{display:none}.Assessment-module__MbzIfG__sliderThumb{background:var(--blue-deep);width:22px;height:22px;box-shadow:0 0 0 1px var(--blue-deep);pointer-events:none;border:3px solid #fff;border-radius:50%;transition:left .12s;position:absolute;top:8px;left:0;transform:translate(-50%)}.Assessment-module__MbzIfG__sliderThumbGhost{border:2px dashed var(--muted);box-shadow:none;opacity:.85;background:0 0}.Assessment-module__MbzIfG__sliderUnansweredNote{min-height:1.2em;color:var(--muted);margin:0;font-size:.78rem;font-style:italic}.Assessment-module__MbzIfG__confidenceQuestion{border:1px dashed var(--rule-strong);border-radius:var(--radius-sm);background:var(--blue-wash);flex-direction:column;gap:10px;min-width:0;margin:6px 0 0;padding:14px 16px;display:flex}.Assessment-module__MbzIfG__confidenceLabel{font-family:var(--font-mono), monospace;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0;font-size:.68rem}.Assessment-module__MbzIfG__confidenceText{color:var(--ink-soft);margin:0;padding:0;font-size:.9rem;font-weight:500;display:block}.Assessment-module__MbzIfG__confidenceOptions{flex-wrap:wrap;gap:8px;display:flex}.Assessment-module__MbzIfG__confidenceOptionLabel{cursor:pointer;border:1px solid var(--rule-strong);color:var(--muted);-webkit-user-select:none;user-select:none;background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:8px 14px;font-size:.8rem;font-weight:500;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.Assessment-module__MbzIfG__confidenceOptionLabel:hover{border-color:var(--muted)}.Assessment-module__MbzIfG__optionInput:checked+.Assessment-module__MbzIfG__confidenceOptionLabel{background:var(--muted);border-color:var(--muted);color:#fff}.Assessment-module__MbzIfG__optionInput:focus-visible+.Assessment-module__MbzIfG__confidenceOptionLabel{outline:2px solid var(--muted);outline-offset:2px}.Assessment-module__MbzIfG__submitBar{flex-direction:column;align-items:flex-start;gap:10px;padding-top:4px;display:flex}.Assessment-module__MbzIfG__hint{color:var(--muted);font-size:.9rem}.Assessment-module__MbzIfG__error{color:#b23b3b;font-size:.9rem}.Assessment-module__MbzIfG__submitButton{background:var(--blue-deep);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:14px 30px;font-size:1rem;font-weight:600;transition:background-color .15s}.Assessment-module__MbzIfG__submitButton:not(:disabled):hover{background:var(--blue)}.Assessment-module__MbzIfG__submitButton:disabled{background:var(--rule-strong);color:var(--muted);cursor:not-allowed}@media (max-width:640px){.Assessment-module__MbzIfG__form{padding:20px 14px 88px}.Assessment-module__MbzIfG__section{padding:22px 18px}.Assessment-module__MbzIfG__fieldGrid{grid-template-columns:1fr}.Assessment-module__MbzIfG__optionsExtent{grid-template-columns:repeat(2,1fr)}.Assessment-module__MbzIfG__sliderTickLabelFull{display:none}.Assessment-module__MbzIfG__sliderTickLabelShort{display:inline}}.Assessment-module__MbzIfG__stepper{flex-direction:column;max-width:860px;min-height:100dvh;margin:0 auto;padding:18px 20px 40px;display:flex}.Assessment-module__MbzIfG__stepChrome{flex-direction:column;gap:12px;padding-bottom:8px;display:flex}.Assessment-module__MbzIfG__stepChromeRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.Assessment-module__MbzIfG__stepBack{font:inherit;color:var(--ink-soft);border-radius:var(--radius-sm);cursor:pointer;visibility:hidden;text-align:left;background:0 0;border:none;min-width:72px;padding:6px 8px;font-size:.85rem;font-weight:600}.Assessment-module__MbzIfG__stepBackShow{visibility:visible}.Assessment-module__MbzIfG__stepBack:hover{color:var(--ink)}.Assessment-module__MbzIfG__stepBrand{letter-spacing:.14em;color:var(--ink-soft);font-size:.68rem;font-weight:700}.Assessment-module__MbzIfG__stepChromeSpacer{min-width:72px}.Assessment-module__MbzIfG__stepStage{flex:1;justify-content:center;align-items:flex-start;padding-top:clamp(28px,9vh,96px);display:flex}.Assessment-module__MbzIfG__stepScreen{flex-direction:column;gap:18px;width:100%;max-width:620px;animation:.28s ease-out Assessment-module__MbzIfG__stepEnter;display:flex}@keyframes Assessment-module__MbzIfG__stepEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.Assessment-module__MbzIfG__stepScreen{animation:none}}.Assessment-module__MbzIfG__stepWelcomeTitle{font-family:var(--font-display,serif), serif;color:var(--ink);margin:0;font-size:clamp(1.5rem,4vw,2rem);line-height:1.25}.Assessment-module__MbzIfG__stepSub{color:var(--ink-soft);margin:0;font-size:1rem}.Assessment-module__MbzIfG__stepQuestion{color:var(--ink);margin:0;font-size:clamp(1.15rem,2.6vw,1.4rem);font-weight:600;line-height:1.4}.Assessment-module__MbzIfG__stepField{flex-direction:column;gap:14px;display:flex}.Assessment-module__MbzIfG__stepCta{font:inherit;border-radius:var(--radius-sm);border:1px solid var(--ink);background:var(--ink);color:#fff;cursor:pointer;align-self:flex-start;padding:12px 28px;font-size:1rem;font-weight:700}.Assessment-module__MbzIfG__stepCta:hover:not(:disabled){opacity:.92}.Assessment-module__MbzIfG__stepCta:disabled{opacity:.35;cursor:not-allowed}.Assessment-module__MbzIfG__stepKeyHint{color:var(--ink-soft);opacity:.75;margin:0;font-size:.78rem}.Assessment-module__MbzIfG__stepOptions{flex-direction:column;gap:10px;display:flex}.Assessment-module__MbzIfG__stepOptionsRow{flex-wrap:wrap;gap:10px;display:flex}.Assessment-module__MbzIfG__stepOption{font:inherit;text-align:left;border-radius:var(--radius-sm);border:1px solid var(--rule-strong);color:var(--ink);cursor:pointer;background:#fff;padding:13px 18px;font-size:1rem;transition:border-color .12s,background .12s}.Assessment-module__MbzIfG__stepOptionsRow .Assessment-module__MbzIfG__stepOption{text-align:center;min-width:120px}.Assessment-module__MbzIfG__stepOption:hover{border-color:var(--ink)}.Assessment-module__MbzIfG__stepOptionSelected,.Assessment-module__MbzIfG__stepOptionSelected:hover{border-color:var(--ink);background:var(--ink);color:#fff}.Assessment-module__MbzIfG__stepAnchor{color:var(--ink-soft);border-radius:var(--radius-sm);background:#1f3a5f0d;align-items:flex-start;gap:8px;min-height:3.4em;margin:0;padding:10px 14px;font-size:.9rem;line-height:1.5;display:flex}.Assessment-module__MbzIfG__stepAnchorIdle{opacity:.75;font-style:italic}.Assessment-module__MbzIfG__stepAnchorBulb{color:#b8860b;flex:none;width:17px;height:17px;margin-top:2px}.Assessment-module__MbzIfG__stepDoneMark{color:#2e7d54;background:#2e7d541f;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0;font-size:26px;display:flex}@media (max-width:640px){.Assessment-module__MbzIfG__stepper{padding:12px 14px 32px}.Assessment-module__MbzIfG__stepStage{padding-top:20px}.Assessment-module__MbzIfG__stepOptionsRow{flex-direction:column}.Assessment-module__MbzIfG__stepOptionsRow .Assessment-module__MbzIfG__stepOption{text-align:left}.Assessment-module__MbzIfG__stepCta{text-align:center;align-self:stretch}}
