:root{--red:#e30613;--red-dark:#bd0010;--ink:#222326;--muted:#656970;--line:#d7d9dc;--soft:#f4f4f5}*{box-sizing:border-box}html{background:#fff}body{color:var(--ink);-webkit-font-smoothing:antialiased;background:#fff;margin:0;font-family:Arial,Helvetica,sans-serif}button,input{font:inherit}button{cursor:pointer}.app{flex-direction:column;min-height:100vh;display:flex}.topAccent{background:var(--red);width:100%;height:5px}.shell{width:min(100% - 36px,560px);margin:0 auto;padding:34px 0 64px}.questionShell{text-align:center;grid-template-rows:auto 1fr;min-height:calc(100vh - 5px);display:grid}.questionContent{align-self:center;width:100%;padding-bottom:70px}h1{letter-spacing:-1.35px;margin:0;font-size:clamp(31px,9vw,46px);line-height:1.08}.instruction{color:var(--muted);margin:18px 0 31px;font-size:16px;line-height:1.55}.progress{grid-template-columns:repeat(3,1fr);gap:6px;width:100%;margin-bottom:48px;display:grid}.progress span{background:#dedfe1;border-radius:99px;height:3px}.progress span.active{background:var(--red)}.topNavigation{z-index:10;background:#fffffff5;grid-template-columns:50px 1fr 50px;align-items:center;min-height:66px;margin:-14px 0 32px;padding:8px 0;display:grid;position:sticky;top:25px}.topNavigation .progress{grid-column:2;margin:0}.backButton{width:50px;height:50px;color:var(--ink);background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:grid}.backButton:hover{background:var(--soft);color:var(--red)}.answerButtons{grid-template-columns:1fr 1fr;gap:12px;margin-top:42px;display:grid}.primaryButton,.secondaryButton{border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:54px;padding:0 24px;font-weight:700;transition:background .15s,border-color .15s;display:inline-flex}.primaryButton{color:#fff;background:var(--red);border:1px solid var(--red)}.primaryButton:hover{background:var(--red-dark);border-color:var(--red-dark)}.secondaryButton{color:var(--ink);background:#fff;border:1px solid #aeb2b6}.secondaryButton:hover{border-color:var(--ink)}.fullButton{width:100%;margin-top:10px}.form{border:1px solid var(--line);background:#fff;border-radius:12px;margin-top:26px;padding:22px 18px}.field{flex-direction:column;gap:8px;min-width:0;margin-bottom:20px;display:flex}.field span{font-size:14px;font-weight:700;line-height:1.35}.field input{width:100%;min-width:0;max-width:100%;min-height:56px;color:var(--ink);background:#fff;border:1px solid #b6b9bd;border-radius:7px;outline:0;padding:0 15px}.field input:focus{border-color:var(--red);box-shadow:0 0 0 3px #e306131c}.changeShell{width:min(100% - 36px,620px)}.changeForm{padding:22px 18px 18px}.thanksShell{text-align:center;grid-template-rows:auto 1fr;min-height:calc(100vh - 5px);display:grid}.thanksContent{flex-direction:column;align-self:center;align-items:center;padding-bottom:70px;display:flex}.successMark{color:#168049;background:#e5f3e9;border-radius:50%;place-items:center;width:74px;height:74px;margin-bottom:28px;display:grid}.thanksShell .instruction{margin-bottom:24px}.thanksButton{min-width:190px}.loginPage{min-height:100vh;color:var(--ink);border-top:5px solid var(--red);background:#fff}.loginShell{padding-top:35px}@media (min-width:700px){.shell{padding-top:62px}.form{padding:30px}.changeForm{grid-template-columns:1fr 1fr;column-gap:20px;display:grid}.changeForm .fullButton{grid-column:1/-1}}@media (max-width:420px){.shell{width:min(100% - 28px,560px)}.answerButtons{margin-top:34px}.form{padding-inline:16px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important}}
