.AccountPage-module-scss-module__KVU77W__authViewport{min-height:calc(100dvh - var(--safe-top) - 80px);justify-content:center;align-items:center;padding:20px;display:flex}.AccountPage-module-scss-module__KVU77W__modal{background:#fff;border-radius:10px;flex-direction:column;gap:20px;width:100%;max-width:360px;padding:20px;display:flex;box-shadow:0 10px 20px #1e2b584d}.AccountPage-module-scss-module__KVU77W__modalHeader{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;display:grid}.AccountPage-module-scss-module__KVU77W__modalHeader h1{font-size:20px;line-height:30px}.AccountPage-module-scss-module__KVU77W__modalHeader h1:first-child{grid-column:1/3}.AccountPage-module-scss-module__KVU77W__iconButton{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:flex}.AccountPage-module-scss-module__KVU77W__field{border:1px solid var(--blue);background:#fff;border-radius:10px;flex-direction:column;justify-content:center;height:60px;padding:5px 20px;transition:border-color .15s;display:flex}.AccountPage-module-scss-module__KVU77W__field span{color:var(--blue-muted);font-size:14px;line-height:20px}.AccountPage-module-scss-module__KVU77W__field input{color:var(--blue);background:0 0;border:0;outline:0;padding:0;font-size:20px;line-height:30px}.AccountPage-module-scss-module__KVU77W__fieldError{border-color:var(--error)}.AccountPage-module-scss-module__KVU77W__errorText{color:var(--error);margin-top:-10px;font-size:14px;line-height:20px}.AccountPage-module-scss-module__KVU77W__primaryButton,.AccountPage-module-scss-module__KVU77W__examAction,.AccountPage-module-scss-module__KVU77W__emptyState a{background:var(--blue);color:#fff;text-align:center;border:0;border-radius:10px;justify-content:center;align-items:center;min-height:60px;font-size:16px;font-weight:700;line-height:25px;text-decoration:none;display:flex}.AccountPage-module-scss-module__KVU77W__primaryButton{cursor:pointer;width:100%;padding:10px 20px}.AccountPage-module-scss-module__KVU77W__primaryButton:disabled{cursor:wait;opacity:.65}.AccountPage-module-scss-module__KVU77W__codeCells{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.AccountPage-module-scss-module__KVU77W__codeCells span{background:var(--input);aspect-ratio:1;border-radius:10px;min-width:0}.AccountPage-module-scss-module__KVU77W__codeCells span:first-child{border:1px solid var(--blue);background:#fff}.AccountPage-module-scss-module__KVU77W__redirectMessage{color:var(--blue-muted);font-size:16px;line-height:25px}.AccountPage-module-scss-module__KVU77W__registrationModal{margin:auto 0}.AccountPage-module-scss-module__KVU77W__registrationFields{flex-direction:column;gap:20px;display:flex}.AccountPage-module-scss-module__KVU77W__compactInput,.AccountPage-module-scss-module__KVU77W__phoneReadonly{background:var(--input);width:100%;height:50px;color:var(--blue);border:0;border-radius:10px;padding:0 20px;font-size:16px;line-height:25px}.AccountPage-module-scss-module__KVU77W__compactInput::placeholder{color:var(--blue-muted);opacity:1}.AccountPage-module-scss-module__KVU77W__compactInput:focus{outline:2px solid var(--blue);outline-offset:-2px}.AccountPage-module-scss-module__KVU77W__phoneReadonly{background:#e7e7e7;flex-direction:column;justify-content:center;display:flex}.AccountPage-module-scss-module__KVU77W__phoneReadonly span{color:var(--blue-muted);font-size:14px;line-height:20px}.AccountPage-module-scss-module__KVU77W__phoneReadonly strong{font-size:16px;font-weight:400;line-height:25px}.AccountPage-module-scss-module__KVU77W__changePhone{cursor:pointer;color:#394c90;background:0 0;border:0;padding:5px 0 0;font-size:14px;line-height:20px}.AccountPage-module-scss-module__KVU77W__checkboxes{flex-direction:column;gap:10px;display:flex}.AccountPage-module-scss-module__KVU77W__checkboxes label{cursor:pointer;grid-template-columns:25px minmax(0,1fr);align-items:start;gap:10px;font-size:16px;line-height:25px;display:grid}.AccountPage-module-scss-module__KVU77W__checkboxes input{opacity:0;pointer-events:none;position:absolute}.AccountPage-module-scss-module__KVU77W__checkboxVisual{width:25px;height:25px;color:var(--blue);background:#fff;border:2px solid #c8ccd0;border-radius:5px;justify-content:center;align-items:center;display:flex}.AccountPage-module-scss-module__KVU77W__checkboxes input:focus-visible+.AccountPage-module-scss-module__KVU77W__checkboxVisual{outline-offset:2px;outline:3px solid #ff6a0066}.AccountPage-module-scss-module__KVU77W__checkboxes a{color:#394c90}.AccountPage-module-scss-module__KVU77W__loading,.AccountPage-module-scss-module__KVU77W__errorState{min-height:calc(100dvh - var(--safe-top) - 80px);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:20px;display:flex}.AccountPage-module-scss-module__KVU77W__loading span{border:3px solid var(--input);border-top-color:var(--accent);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite AccountPage-module-scss-module__KVU77W__spin}.AccountPage-module-scss-module__KVU77W__loading p,.AccountPage-module-scss-module__KVU77W__inlineLoading{color:var(--blue-muted);font-size:16px;line-height:25px}.AccountPage-module-scss-module__KVU77W__errorState p{font-size:16px;line-height:25px}.AccountPage-module-scss-module__KVU77W__errorState button{cursor:pointer;background:var(--blue);color:#fff;border:0;border-radius:10px;padding:12px 20px;font-weight:700}.AccountPage-module-scss-module__KVU77W__accountPage{flex-direction:column;gap:30px;padding:20px;display:flex}.AccountPage-module-scss-module__KVU77W__accountPage>h1{font-size:30px;line-height:40px}.AccountPage-module-scss-module__KVU77W__profileCard{border:1px solid var(--input);background:#fff;border-radius:10px;align-items:center;gap:20px;padding:20px;display:flex}.AccountPage-module-scss-module__KVU77W__avatar{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:18px;font-weight:700;display:flex}.AccountPage-module-scss-module__KVU77W__profileInfo{flex-direction:column;min-width:0;display:flex}.AccountPage-module-scss-module__KVU77W__profileInfo strong{text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:25px;overflow:hidden}.AccountPage-module-scss-module__KVU77W__profileInfo span{color:var(--blue-muted);font-size:14px;line-height:20px}.AccountPage-module-scss-module__KVU77W__examsSection{flex-direction:column;gap:20px;display:flex}.AccountPage-module-scss-module__KVU77W__sectionHeader{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.AccountPage-module-scss-module__KVU77W__sectionHeader h2{font-size:20px;line-height:30px}.AccountPage-module-scss-module__KVU77W__sectionHeader a{color:#394c90;flex-shrink:0;font-size:14px;line-height:20px}.AccountPage-module-scss-module__KVU77W__examList{flex-direction:column;gap:10px;display:flex}.AccountPage-module-scss-module__KVU77W__examCard{border:1px solid var(--input);background:#fff;border-radius:10px;flex-direction:column;gap:20px;padding:20px;display:flex}.AccountPage-module-scss-module__KVU77W__examHeading{justify-content:space-between;align-items:center;gap:12px;display:flex}.AccountPage-module-scss-module__KVU77W__examHeading>div{min-width:0}.AccountPage-module-scss-module__KVU77W__examHeading time{color:#8a8d99;font-size:14px;line-height:20px}.AccountPage-module-scss-module__KVU77W__examHeading h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;font-weight:400;line-height:25px;display:-webkit-box;overflow:hidden}.AccountPage-module-scss-module__KVU77W__examMeta{justify-content:space-between;align-items:center;gap:12px;display:flex}.AccountPage-module-scss-module__KVU77W__status{background:var(--input);border-radius:5px;padding:5px 10px;font-size:14px;line-height:20px}.AccountPage-module-scss-module__KVU77W__passed,.AccountPage-module-scss-module__KVU77W__failed{color:#fff}.AccountPage-module-scss-module__KVU77W__passed{background:var(--success)}.AccountPage-module-scss-module__KVU77W__failed{background:var(--error)}.AccountPage-module-scss-module__KVU77W__score{color:#262626;font-size:16px;line-height:25px}.AccountPage-module-scss-module__KVU77W__score strong{color:#8a8d99;font-size:20px;line-height:30px}.AccountPage-module-scss-module__KVU77W__score .AccountPage-module-scss-module__KVU77W__scorePassed{color:var(--success)}.AccountPage-module-scss-module__KVU77W__examAction{min-height:50px;font-size:14px;line-height:20px}.AccountPage-module-scss-module__KVU77W__emptyState{border:1px solid var(--input);background:#fff;border-radius:10px;flex-direction:column;gap:20px;padding:20px;display:flex}.AccountPage-module-scss-module__KVU77W__emptyState p{font-size:16px;line-height:25px}.AccountPage-module-scss-module__KVU77W__emptyState a{min-height:50px;font-size:14px;line-height:20px}.AccountPage-module-scss-module__KVU77W__logout{cursor:pointer;color:var(--blue);text-align:left;background:0 0;border:0;align-items:center;gap:10px;padding:0;font-size:16px;line-height:25px;display:flex}@keyframes AccountPage-module-scss-module__KVU77W__spin{to{transform:rotate(360deg)}}@media (max-height:760px){.AccountPage-module-scss-module__KVU77W__authViewport{align-items:flex-start}}@media (max-width:360px){.AccountPage-module-scss-module__KVU77W__authViewport,.AccountPage-module-scss-module__KVU77W__accountPage{padding-left:14px;padding-right:14px}.AccountPage-module-scss-module__KVU77W__modal{padding:16px}.AccountPage-module-scss-module__KVU77W__modalHeader{gap:12px}.AccountPage-module-scss-module__KVU77W__codeCells{gap:6px}}@media (prefers-reduced-motion:reduce){.AccountPage-module-scss-module__KVU77W__loading span{animation-duration:1.5s}}
