.turn-label{position:absolute;width:100%;text-align:center;bottom:-35px;font-weight:700}.at-question{background:#fff;border:1px solid var(--at-border);border-radius:14px;padding:18px;margin:15px 0}.at-question-number{color:var(--at-blue);font-weight:800;margin-bottom:8px}.at-question-text{font-size:18px;font-weight:700;margin-bottom:14px}.at-answer-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.at-input{width:125px;padding:11px;border:2px solid #cbd5e1;border-radius:9px;font-size:16px;text-align:center;outline:none}.at-input:focus{border-color:var(--at-blue)}.at-input.correct{border-color:var(--at-green);background:#f0fdf4}.at-input.wrong{border-color:var(--at-red);background:#fff1f2}.at-feedback{min-height:22px;margin-top:9px;font-weight:700}.at-good{color:var(--at-green)}.at-bad{color:var(--at-red)}.at-primary{background:var(--at-blue);color:#fff}.at-light-btn{background:#e2e8f0;color:#1e293b}.at-result.show{display:block}#atSuccessPopup.show{display:flex}.at-confetti{position:fixed;width:9px;height:16px;top:-25px;z-index:1000000;animation:atFall 2.8s linear forwards}@media (max-width:650px){.at-input{width:110px}}