*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif}.app-root{min-height:100vh}.carousel-window{touch-action:pan-y;width:100%;padding-left:8px;overflow:hidden}.carousel-track{gap:16px;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex}.subject-card{background:linear-gradient(185.89deg,#fff0 39.68%,#ff8500 142.92%),#fff;border:2px solid #e4e7ec;border-radius:20px;flex-direction:column;flex:0 0 297px;align-items:center;height:408px;padding:18px 15px 16px;display:flex}.subject-card--preview{opacity:.95;background:#cdd7ff;border-color:#b9c8ff}.subject-card__title{text-align:center;color:#0c111d;margin:10px 0 4px;font-size:24px;font-weight:600;line-height:32px}.subject-card__grade{color:#4065f4;margin:0;font-size:18px;font-weight:500;line-height:28px}.subject-card__image-wrap{border-radius:2px;place-items:center;width:236px;height:186px;margin:18px 0 20px;display:grid;overflow:hidden}.subject-card__image{object-fit:cover;width:100%;height:100%;display:block}.subject-card__image-placeholder{color:#98a2b3;background:#f9fafb;border:1.5px dashed #d0d5dd;border-radius:2px;place-items:center;width:100%;height:100%;font-size:16px;font-weight:600;line-height:24px;display:grid}.subject-card__button{color:#fff;cursor:pointer;background:#ff8500;border:0;border-radius:100px;width:264px;height:44px;margin-top:20px;font-size:16px;font-weight:600;line-height:24px;box-shadow:0 5px #dd6200}.subject-card--skeleton{background:#fff;border-color:#e4e7ec}.subject-card__skeleton{background:linear-gradient(90deg,#f2f4f7 25%,#eaecf0 37%,#f2f4f7 63%) 0 0/400% 100%;border-radius:12px;animation:1.2s ease-in-out infinite subject-card-skeleton}.subject-card__skeleton--title{width:180px;height:28px;margin:14px 0 8px}.subject-card__skeleton--grade{width:120px;height:20px}.subject-card__skeleton--image{border-radius:16px;width:236px;height:186px;margin:18px 0 20px}.subject-card__skeleton--button{border-radius:100px;width:264px;height:44px;margin-top:20px}@keyframes subject-card-skeleton{0%{background-position:100% 0}to{background-position:0 0}}.slider-dots{justify-content:center;align-items:center;gap:8px;margin-top:14px;display:flex}.slider-dots__item{cursor:pointer;background:#f2f4f7;border:0;border-radius:100px;width:8px;height:8px;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.slider-dots__item--active{background:#4065f4;width:24px}.home-page{background:#d9dbe1;max-width:600px;min-height:100vh;margin:0 auto}.home-page__phone{background:#fcfcfd;border:1px solid #e4e7ec;width:100%;min-height:100vh;padding:18px 16px 24px}.home-page__content{flex-direction:column;align-items:center;display:flex}.home-page__title{text-align:center;color:#0c111d;margin:0;font-size:24px;font-weight:700;line-height:32px}.home-page__description{text-align:center;color:#98a2b3;max-width:295px;margin:10px 0 28px;font-size:16px;font-weight:400;line-height:24px}.progress-header{background:#fff;align-items:center;gap:8px;width:100%;height:56px;padding:16px;display:flex}.progress-header__back{cursor:pointer;background:0 0;border:0;flex-shrink:0;place-items:center;width:24px;height:24px;padding:0;display:grid}.progress-header__track{background:#f2f4f7;border-radius:4px;flex:1;height:8px;overflow:hidden}.progress-header__fill{background:#4065f4;border-radius:4px;height:8px;transition:width .3s}.answer-option{cursor:pointer;background:#fff;border:1px solid #eaecf0;border-radius:16px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;width:auto;height:164px;padding:8px;transition:border-color .2s;display:flex}.answer-option--active{border:1px solid #4065f4}.answer-option__icon-wrap{background:#f2f4f7;border-radius:8px;place-items:center;width:48px;height:48px;padding:12px;display:grid}.answer-option__icon-wrap--active{background:#4065f4}.answer-option__label{color:#1d2939;font-size:16px;font-weight:500;line-height:24px}.quiz-page{background:#f2f4f8;max-width:600px;min-height:100vh;margin:0 auto}.quiz-page__phone{background:#f2f4f8;flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.quiz-page button{-webkit-tap-highlight-color:transparent}.quiz-page button:focus,.quiz-page button:focus-visible{outline:none}.quiz-page--complete,.quiz-page__phone--complete{background:#fff}.quiz-page__content{flex-direction:column;flex:1;padding:16px;display:flex}.quiz-page__plain-title{color:#0c111d;margin:0 0 12px;font-size:24px;font-weight:700;line-height:32px}.question-card{background:#fff;border-radius:16px;width:100%;padding:16px}.question-card--image-only{padding:0}.question-card__title{color:#0c111d;margin:0;font-size:24px;font-weight:700;line-height:32px}.question-card__title--chips{white-space:normal;display:block}.question-card__inline-answer{vertical-align:middle;letter-spacing:.38px;text-align:center;color:#1d2939;border:1.5px solid #00000014;border-radius:12px;justify-content:center;align-items:center;width:69px;height:41px;margin-right:12px;padding:8px 22px;font-family:SF Pro Display,Inter,sans-serif;font-size:20px;font-weight:400;line-height:25px;display:inline-flex}.question-card__inline-answer--selected{color:#1d2939;border-color:#00000014}.question-card__subtitle{color:#475467;margin:0;font-size:16px;font-weight:600;line-height:24px}.question-card__image-wrap{background:#fff;border-radius:20px;width:100%;margin-top:0;padding:10px;overflow:visible}.question-card__image{object-fit:cover;border-radius:0;width:100%;height:188px;display:block}.quiz-skeleton{flex-direction:column;gap:12px;display:flex}.quiz-loader{flex:1;place-items:center;min-height:240px;display:grid}.quiz-loader__spinner{border:4px solid #d0d5dd;border-top-color:#4065f4;border-radius:999px;width:42px;height:42px;animation:.9s linear infinite quiz-loader-spin}@keyframes quiz-loader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.quiz-skeleton__title,.quiz-skeleton__subtitle,.quiz-skeleton__row{background:linear-gradient(90deg,#f2f4f7 25%,#eaecf0 37%,#f2f4f7 63%) 0 0/400% 100%;border-radius:12px;animation:1.2s ease-in-out infinite quiz-skeleton-shimmer}.quiz-skeleton__title{width:80%;height:40px}.quiz-skeleton__subtitle{width:50%;height:24px}.quiz-skeleton__row{width:100%;height:64px}@keyframes quiz-skeleton-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.answers-grid{gap:12px;width:100%;margin-top:auto;display:flex}.answers-list{flex-direction:column;gap:12px;width:100%;margin-top:16px;display:flex}.answers-list--chips{flex-direction:row;justify-content:space-around;gap:16px;margin-top:auto}.triangle-card{background:#fff;border-radius:20px;place-items:center;width:100%;height:180px;margin-bottom:8px;display:grid}.answer-row{color:#253142;background:#fff;border:2px solid #eaecf0;border-radius:16px;align-items:center;gap:12px;width:100%;height:64px;padding:8px 16px;transition:border-color .2s;display:flex}.answer-row--active{border:2px solid #4065f4}.answer-row__radio{background:#fcfcfd;border:1.6px solid #eaecf0;border-radius:11px;place-items:center;width:22px;height:22px;display:grid}.answer-row--active .answer-row__radio{border:1.6px solid #4065f4}.answer-row__radio-inner{background:0 0;border-radius:5px;width:10px;height:10px}.answer-row--active .answer-row__radio-inner{background:#4065f4}.answer-row__checkbox{background:#fcfcfd;border:1.6px solid #eaecf0;border-radius:8px;place-items:center;width:24px;height:24px;display:grid}.answer-row__checkbox-inner{border:2.2px solid #0000;border-width:0 2.2px 2.2px 0;width:7px;height:12px;transform:rotate(45deg)translate(-1px,-1px)}.answer-row--active .answer-row__checkbox{background:#4065f4;border:1.6px solid #4065f4}.answer-row--active .answer-row__checkbox-inner{border-color:#fff}.answer-row__label{font-size:16px;font-weight:500;line-height:24px}.answer-row--chip{border:1.5px solid #00000014;border-radius:12px;justify-content:center;width:69px;min-width:69px;height:41px;min-height:41px;padding:8px 22px}.answer-row--chip.answer-row--active{border:1.5px solid #4065f4}.answer-row__chip-label{color:#1d2939;font-size:16px;font-weight:500;line-height:24px}.answer-row--chip.answer-row--active .answer-row__chip-label{color:#4065f4}.answer-text-input{color:#1d2939;background:#fff;border:2px solid #eaecf0;border-radius:16px;width:100%;height:56px;padding:0 16px;font-size:16px;line-height:24px}.answer-text-input::placeholder{color:#98a2b3}.quiz-page__footer{background:#fff;padding:16px}.check-button{color:#fff;background:#6684f6;border:0;border-radius:100px;justify-content:center;align-items:center;width:100%;height:44px;padding:10px 18px;font-size:16px;font-weight:600;line-height:24px;display:inline-flex;box-shadow:0 5px #4065f4}.check-button:disabled{opacity:.7}.check-button__spinner{border:2px solid #ffffff73;border-top-color:#fff;border-radius:999px;width:18px;height:18px;animation:.8s linear infinite check-button-spin}@keyframes check-button-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.result-sheet{opacity:0;border-top-left-radius:24px;border-top-right-radius:24px;width:100%;height:154px;padding:16px 16px 48px;transition:transform .35s,opacity .35s;position:absolute;bottom:0;left:0;transform:translateY(100%)}.result-sheet--open{opacity:1;transform:translateY(0)}.result-sheet--correct{background:#adebb3}.result-sheet--wrong{background:#ffce1b}.result-sheet__top{justify-content:space-between;align-items:center;display:flex}.result-sheet__title{color:#1d2939;margin:0;font-size:20px;font-weight:600;line-height:30px}.result-sheet__xp{color:#079455;font-size:16px;font-weight:500;line-height:24px}.result-sheet__actions{gap:16px;width:100%;margin-top:16px;display:flex}.result-sheet__why{color:#252525;background:#e2cc8d;border:0;border-radius:100px;width:111px;height:44px;font-size:16px;font-weight:600;line-height:24px;box-shadow:0 5px #c9b67d}.result-sheet__next{color:#fff;border:0;border-radius:100px;flex:1;height:44px;font-size:16px;font-weight:600;line-height:24px}.result-sheet__next--success{background:#29cc57;box-shadow:0 5px #009b2b}.result-sheet__next--retry{background:#322d1f;box-shadow:0 5px #000}.complete-screen{flex-direction:column;flex:1;align-items:center;padding:16px;display:flex}.complete-screen__main{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:22px;width:100%;display:flex}.complete-screen__icon-wrap{place-items:center;display:grid}.complete-screen__done-icon{width:220px;max-width:100%;height:auto;display:block}.complete-screen .check-button{width:100%;margin-top:auto}.complete-screen__title{color:#101828;margin:-20px 0 0;font-size:24px;font-weight:700;line-height:32px}.complete-screen__result{flex-direction:column;align-items:center;gap:2px;margin-top:-18px;display:flex}.complete-screen__result-label{letter-spacing:0;text-align:center;color:#98a2b3;margin:0;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px}.complete-screen__result-score{justify-content:center;align-items:center;gap:4px;display:inline-flex}.complete-screen__result-value{letter-spacing:0;text-align:center;color:#079455;font-family:Inter,sans-serif;font-size:30px;font-weight:500;line-height:38px}.complete-screen__result-icon{object-fit:contain;flex:none;width:20px;height:21px}.after-test-page{background:#d9dbe1;max-width:600px;min-height:100vh;margin:0 auto}.after-test-page__phone{background:#fcfcfd;border:1px solid #e4e7ec;flex-direction:column;width:100%;min-height:100vh;display:flex}.after-test-page__content{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:16px;display:flex}.after-test-page__icon-wrap{place-items:center;display:grid}.after-test-page__title{color:#101828;text-align:center;margin:0;font-size:24px;font-weight:700;line-height:32px}.after-test-page__description{text-align:center;color:#98a2b3;max-width:295px;margin:0;font-size:16px;font-weight:400;line-height:24px}.after-test-page__footer{padding:16px}.after-test-page__footer .check-button{color:#fff;background:#6684f6;border:0;border-radius:100px;justify-content:center;align-items:center;width:100%;height:44px;padding:10px 18px;font-size:16px;font-weight:600;line-height:24px;display:inline-flex;box-shadow:0 5px #4065f4}
