.lookup-page{flex-direction:column;min-height:100%;display:flex}.lookup-form-section{background-color:#f8f9fa;flex:1;padding-top:3.2rem;padding-bottom:3.2rem}@media (min-width:640px){.lookup-form-section{padding-top:6.4rem;padding-bottom:6.4rem}}@media (min-width:768px){.lookup-form-section{padding-top:6.4rem;padding-bottom:6.4rem}}.lookup-form-card{background:#fff;border:.1rem solid #dee2e6;border-radius:.8rem;width:100%;max-width:60rem;margin:0 auto;padding:2.4rem 1.6rem;box-shadow:0 .1rem .2rem #0000000f,0 .1rem .3rem #00000014}@media (min-width:640px){.lookup-form-card{padding:3.2rem}}.lookup-form-card__title{font-family:var(--font-inter),"Inter",sans-serif;color:#213368;text-align:center;text-transform:uppercase;margin:0 0 .8rem;font-size:2rem;font-weight:700;line-height:1.2}@media (max-width:639.98px){.lookup-form-card__title{font-size:1.6rem}}.lookup-form-card__subtitle{font-family:var(--font-inter),"Inter",sans-serif;color:#a61b28;text-align:center;margin:0 0 2.4rem;font-size:1.4rem}.lookup-form{flex-direction:column;gap:1.6rem;min-width:0;display:flex}.lookup-form__group{width:100%;min-width:0}.lookup-form__label{font-family:var(--font-inter),"Inter",sans-serif;color:#343a40;margin-bottom:.8rem;font-size:1.4rem;font-weight:600;display:block}.lookup-form__input{width:100%;max-width:100%;font-family:var(--font-inter),"Inter",sans-serif;color:#343a40;box-sizing:border-box;background-color:#fff;border:none;border-bottom:.1rem solid #ced4da;outline:none;padding:1.2rem 1.6rem;font-size:1.4rem;font-weight:400;line-height:1.21;transition:border-color .3s}.lookup-form__input::placeholder{color:#adb5bd}.lookup-form__input:focus{border-bottom-color:#a61b28}.lookup-form__input--captcha{flex:auto;order:2;min-width:0}.lookup-form__captcha-wrapper{flex-wrap:nowrap;align-items:center;gap:1.2rem;min-width:0;display:flex}@media (max-width:639.98px){.lookup-form__captcha-wrapper{flex-wrap:wrap}}.lookup-form__captcha-refresh{color:#6c757d;cursor:pointer;background:0 0;border:none;flex-shrink:0;order:3;justify-content:center;align-items:center;width:4rem;height:4rem;transition:color .3s;display:flex}.lookup-form__captcha-refresh:hover{color:#a61b28}.lookup-form__submit{width:100%;min-height:4.4rem;font-family:var(--font-inter),"Inter",sans-serif;letter-spacing:.06em;color:#fff;cursor:pointer;text-transform:uppercase;box-sizing:border-box;background-color:#a61b28;border:.2rem solid #0000;border-radius:1rem;justify-content:center;align-items:center;margin:2.4rem auto 0;padding:1.2rem 2.4rem;font-size:1.4rem;font-weight:700;line-height:1.25;transition:background-color .3s,border-color .3s,box-shadow .3s,transform .2s;display:inline-flex;box-shadow:0 .4rem 1rem #00000014,0 .2rem .6rem #0000000f}.lookup-form__submit:hover{background-color:#831520;box-shadow:0 .4rem 1.2rem #a61b284d}.lookup-form__submit:active{transform:scale(.98)}.lookup-form__submit:focus-visible{border-color:#fff;outline:none;box-shadow:0 0 0 .3rem #fff6}@media (max-width:639.98px){.lookup-form__submit{min-height:4.2rem}}.lookup-form__submit--loading{pointer-events:none;opacity:.8;color:#0000;position:relative}.lookup-form__submit--loading:after{content:"";border:.2rem solid #fff;border-top-color:#0000;border-radius:50%;width:2rem;height:2rem;margin:-1rem 0 0 -1rem;animation:.8s linear infinite btn-spinner;position:absolute;top:50%;left:50%}.jCaptchaCanvas{background-color:#f1f3f5;border:.1rem dashed #ced4da;border-radius:.4rem;flex-shrink:0;order:1;justify-content:center;align-items:center;min-width:8rem;padding:.8rem 1.2rem;font-weight:600;display:flex}@media (max-width:639.98px){.lookup-form__input--captcha{flex:none;order:1;width:100%}.jCaptchaCanvas{flex:100%;order:2}.lookup-form__captcha-refresh{order:3}}@keyframes btn-spinner{to{transform:rotate(360deg)}}.snackbar{color:#fff;z-index:9999;background-color:#343a40;border-radius:.8rem;align-items:center;gap:1.2rem;padding:1.2rem 2.4rem;transition:transform .3s;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)translateY(10rem);box-shadow:0 .4rem 1rem #00000014,0 .2rem .6rem #0000000f}.snackbar--show{transform:translate(-50%)translateY(0)}.snackbar__icon{font-size:1.8rem;font-weight:700}.snackbar__message{font-family:var(--font-inter),"Inter",sans-serif;font-size:1.4rem}.snackbar--success{background-color:#198754}.snackbar--error{background-color:#dc3545}.result-page{flex-direction:column;min-height:100%;display:flex}.result-section{background-color:#f8f9fa;flex:1;padding-top:3.2rem;padding-bottom:3.2rem}@media (min-width:640px){.result-section{padding-top:6.4rem;padding-bottom:6.4rem}}@media (min-width:768px){.result-section{padding-top:6.4rem;padding-bottom:6.4rem}}.result-header{background-color:#a61b28;border-radius:.8rem .8rem 0 0;align-items:center;gap:.8rem;padding:1.2rem 1.6rem;display:flex}.result-header__icon{color:#fff;flex-shrink:0;justify-content:center;align-items:center;display:flex}.result-header__title{font-family:var(--font-inter),"Inter",sans-serif;color:#fff;text-transform:uppercase;letter-spacing:.02rem;min-width:0;margin:0;font-size:1.6rem;font-weight:700;line-height:1.2}@media (max-width:639.98px){.result-header{gap:.8rem;padding:1.2rem}}.result-card{box-sizing:border-box;background:#fff;border:.1rem solid #dee2e6;border-top:none;border-radius:0 0 .8rem .8rem;width:100%;min-width:0;max-width:100%;margin-bottom:2.4rem;padding:1.6rem}@media (min-width:640px){.result-card{padding:2.4rem}}.result-info{min-width:0;margin-bottom:2.4rem}.result-info__header{border-bottom:.1rem solid #e9ecef;align-items:center;gap:.8rem;margin-bottom:1.2rem;padding-bottom:.8rem;display:flex}.result-info__icon{color:#a61b28;flex-shrink:0;justify-content:center;align-items:center;display:flex}.result-info__title{font-family:var(--font-inter),"Inter",sans-serif;color:#343a40;min-width:0;font-size:1.4rem;font-weight:600}.result-info__content{flex-direction:column;min-width:0;display:flex}.result-info__row{grid-template-columns:1fr;gap:1.6rem;display:grid}@media (min-width:640px){.result-info__row{grid-template-columns:1fr 1fr;gap:2.4rem}}.result-info__col{flex-direction:column;gap:1.2rem;min-width:0;display:flex}.result-info__item{flex-direction:column;align-items:flex-start;gap:.4rem;min-width:0;display:flex}@media (min-width:640px){.result-info__item{flex-direction:row;align-items:baseline;gap:.8rem}}.result-info__label{font-family:var(--font-inter),"Inter",sans-serif;color:#6c757d;flex-shrink:0;font-size:1.4rem;font-weight:400}.result-info__value{font-family:var(--font-inter),"Inter",sans-serif;color:#343a40;word-break:break-word;min-width:0;font-size:1.4rem;font-weight:600}.result-table-wrapper{-webkit-overflow-scrolling:touch;width:100%;min-width:0;overflow-x:auto}.result-table{border-collapse:collapse;width:100%;min-width:32rem;font-family:var(--font-inter),"Inter",sans-serif;font-size:1.4rem}.result-table__th{text-align:left;color:#343a40;white-space:nowrap;background-color:#f1f3f5;border:.1rem solid #dee2e6;padding:.8rem 1.2rem;font-weight:600}@media (min-width:640px){.result-table__th{padding:1.2rem 1.6rem}}.result-table__th--stt{text-align:center;width:4rem}@media (min-width:640px){.result-table__th--stt{width:6rem}}.result-table__th--subject{min-width:8rem}@media (min-width:640px){.result-table__th--subject{min-width:12rem}}.result-table__th--score{text-align:center;width:8rem}@media (min-width:640px){.result-table__th--score{width:10rem}}.result-table__th--priority{text-align:center;width:10rem}@media (min-width:640px){.result-table__th--priority{width:15rem}}.result-table__th--note{min-width:6rem}@media (min-width:640px){.result-table__th--note{min-width:10rem}}.result-table__td{color:#495057;vertical-align:middle;word-break:break-word;border:.1rem solid #dee2e6;padding:.8rem 1.2rem}@media (min-width:640px){.result-table__td{padding:1.2rem 1.6rem}}.result-table__td--center{text-align:center}.result-table__td--score{text-align:center;color:#a61b28;font-weight:600}.result-total{background-color:#f8f9fa;border:.1rem solid #dee2e6;border-top:none;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.8rem;min-width:0;padding:1.2rem 1.6rem;display:flex}@media (max-width:639.98px){.result-total{padding:.8rem 1.2rem}}.result-total__label{font-family:var(--font-inter),"Inter",sans-serif;color:#343a40;font-size:1.4rem;font-weight:600}.result-total__value{font-family:var(--font-inter),"Inter",sans-serif;color:#a61b28;font-size:1.6rem;font-weight:700}.result-actions{flex-wrap:wrap;justify-content:flex-start;gap:1.2rem;display:flex}.result-actions__btn{width:100%;min-height:4rem;font-family:var(--font-inter),"Inter",sans-serif;color:#fff;box-sizing:border-box;background-color:#a61b28;border:.2rem solid #0000;border-radius:.8rem;justify-content:center;align-items:center;gap:.8rem;padding:1.2rem 2.4rem;font-size:1.4rem;font-weight:600;text-decoration:none;transition:background-color .3s,border-color .3s,box-shadow .3s;display:inline-flex}.result-actions__btn:hover{color:#fff;background-color:#8a0d2b}.result-actions__btn:focus-visible{border-color:#fff;outline:none;box-shadow:0 0 0 .3rem #fff6}@media (min-width:640px){.result-actions__btn{width:auto}}
/*# sourceMappingURL=444dbe58fd0d5a7f.css.map*/