*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{background:#f5f6fa;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.header{z-index:1000;box-sizing:border-box;color:#fff;background:#28468f;flex-shrink:0;align-items:center;gap:48px;width:100%;height:72px;padding:0 48px;display:flex;position:sticky;top:0}.header__left{align-items:center;gap:20px;min-width:auto;display:flex}.header__menu-button{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:22px;line-height:1;display:flex}.header__logo{color:#fff;white-space:nowrap;align-items:center;gap:8px;font-size:22px;font-weight:700;text-decoration:none;display:flex}.header__logo strong{color:#ffb000}.header__logo-image{object-fit:contain;height:28px;display:block}.header__nav{align-items:center;gap:32px;margin-left:auto;display:flex}.header__nav-link{color:#ffffff8c;white-space:nowrap;font-size:15px;font-weight:600;text-decoration:none;transition:color .15s}.header__nav-link:hover{color:#ffffffd9}.header__nav-link.active{color:#fff}.header__actions{white-space:nowrap;align-items:center;gap:12px;margin-left:48px;display:flex}.header__subscription-badge{box-sizing:border-box;white-space:nowrap;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;min-width:72px;height:32px;padding:0 14px;font-size:13px;font-weight:700;line-height:1;transition:background .15s,border-color .15s,color .15s,transform .15s,opacity .15s;display:inline-flex}.header__subscription-badge--loading{color:#ffffff94;cursor:default;background:#ffffff14;border:1px solid #fff3}.header__subscription-badge--loading:disabled{opacity:1}.header__subscription-badge--free{color:#ffffffd1;background:#ffffff1a;border:1px solid #ffffff52}.header__subscription-badge--free:hover{color:#fff;background:#ffffff2b;border-color:#ffffff7a}.header__subscription-badge--pro{color:#ffd369;background:#ffb00024;border:1px solid #ffb000a6}.header__subscription-badge--pro:hover{color:#ffe09a;background:#ffb00038;border-color:#ffb000e6}.header__subscription-badge--grace{color:#ffd8a1;background:#ffffff14;border:1px solid #ffb00066}.header__subscription-badge--grace:hover{color:#ffe6c4;background:#ffffff24;border-color:#ffb00099}.header__subscription-badge:not(:disabled):active{transform:translateY(1px)}.header__button{color:#222;white-space:nowrap;cursor:pointer;background:#fff;border:none;border-radius:4px;min-width:82px;height:38px;padding:0 16px;font-size:15px;font-weight:600;transition:background .15s,transform .15s}.header__button:hover{background:#f2f4f8}.header__button:active{transform:translateY(1px)}.student-profile-modal{z-index:1200;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);box-sizing:border-box;background:#131c2d7a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.student-profile-modal__dialog{background:#fff;border:1px solid #e2e7f0;border-radius:18px;width:min(540px,100%);max-height:calc(100vh - 48px);animation:.2s ease-out student-profile-modal-open;overflow-y:auto;box-shadow:0 24px 70px #111d3733}@keyframes student-profile-modal-open{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.student-profile-modal__header{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:flex-start;gap:24px;padding:25px 26px 20px;display:flex}.student-profile-modal__eyebrow{color:#8490a5;letter-spacing:.1em;margin-bottom:5px;font-size:10px;font-weight:750;display:block}.student-profile-modal__title{color:#1d2638;letter-spacing:-.035em;margin:0;font-size:21px;font-weight:750}.student-profile-modal__description{color:#7b8598;margin:8px 0 0;font-size:13px;line-height:1.5}.student-profile-modal__close-button{color:#8993a5;cursor:pointer;background:#f3f5f8;border:0;border-radius:9px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:color .18s,background-color .18s;display:flex}.student-profile-modal__close-button:hover{color:#354158;background:#e9edf3}.student-profile-modal__close-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;width:19px;height:19px}.student-profile-modal__account{background:#f7f9fd;border:1px solid #e6eaf2;border-radius:11px;align-items:center;gap:11px;margin:20px 26px 0;padding:13px 14px;display:flex}.student-profile-modal__avatar{color:#3158b5;background:#dfe7fb;border-radius:50%;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;font-size:15px;font-weight:800;display:flex}.student-profile-modal__account-text{flex-direction:column;gap:3px;min-width:0;display:flex}.student-profile-modal__account-text strong,.student-profile-modal__account-text span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.student-profile-modal__account-text strong{color:#263044;font-size:13px;font-weight:750}.student-profile-modal__account-text span{color:#8c96a8;font-size:11px}.student-profile-form{padding:21px 26px 24px}.student-profile-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 14px;display:grid}.student-profile-form__field{flex-direction:column;gap:7px;min-width:0;display:flex;position:relative}.student-profile-form__field--full{grid-column:1/-1}.student-profile-form__label{color:#4f596d;font-size:12px;font-weight:700}.student-profile-form__field input,.student-profile-form__field select,.student-profile-form__field textarea{color:#30394a;box-sizing:border-box;background:#fafbfc;border:1px solid #dfe4ed;border-radius:9px;outline:none;width:100%;font-family:inherit;font-size:13px;transition:border-color .18s,box-shadow .18s,background-color .18s}.student-profile-form__field input,.student-profile-form__field select{height:43px;padding:0 12px}.student-profile-form__field textarea{resize:vertical;min-height:92px;padding:11px 12px 29px;line-height:1.55}.student-profile-form__field input::placeholder,.student-profile-form__field textarea::placeholder{color:#afb6c3}.student-profile-form__field input:focus,.student-profile-form__field select:focus,.student-profile-form__field textarea:focus{background:#fff;border-color:#6482cb;box-shadow:0 0 0 3px #4666b41a}.student-profile-form__count{color:#a1a9b7;font-size:10px;position:absolute;bottom:9px;right:11px}.student-profile-modal__notice{color:#68758d;background:#f4f7fd;border-radius:9px;align-items:flex-start;gap:8px;margin-top:19px;padding:11px 12px;font-size:11px;line-height:1.5;display:flex}.student-profile-modal__notice svg{fill:none;stroke:#5874b6;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:0 0 16px;width:16px;height:16px;margin-top:1px}.student-profile-modal__footer{justify-content:flex-end;gap:9px;margin-top:22px;display:flex}.student-profile-modal__footer button{cursor:pointer;border:0;border-radius:9px;min-width:88px;height:41px;padding:0 17px;font-family:inherit;font-size:13px;font-weight:700;transition:color .18s,background-color .18s,transform .18s}.student-profile-modal__cancel-button{color:#667085;background:#eef1f5}.student-profile-modal__cancel-button:hover{background:#e3e7ed}.student-profile-modal__save-button{color:#fff;background:#365db8}.student-profile-modal__save-button:hover{background:#294fa7;transform:translateY(-1px)}.student-profile-modal__save-button:disabled{color:#9da6b5;cursor:not-allowed;background:#e3e6eb;transform:none}@media (width<=600px){.student-profile-modal{align-items:flex-end;padding:12px}.student-profile-modal__dialog{border-radius:16px;max-height:calc(100vh - 24px)}.student-profile-modal__header{padding:21px 19px 17px}.student-profile-modal__account{margin:17px 19px 0}.student-profile-form{padding:18px 19px 21px}.student-profile-form__grid{grid-template-columns:1fr}.student-profile-form__field--full{grid-column:auto}}@media (width<=640px){.student-profile-form__referral-row{grid-template-columns:1fr}.student-profile-form__referral-button{min-height:44px}}.student-profile-form__optional{color:#8a8a8a;font-size:13px;font-weight:500}.student-profile-form__referral-row{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:10px;display:grid}.student-profile-form__referral-row input{min-width:0}.student-profile-form__referral-button{color:#fff;cursor:pointer;background:#2d51a3;border:0;border-radius:10px;min-width:88px;padding:0 18px;font-size:14px;font-weight:700}.student-profile-form__referral-button:hover:not(:disabled){background:#24458f}.student-profile-form__referral-button:disabled{opacity:.55;cursor:not-allowed}.student-profile-form__referral-message{color:#7a7a7a;margin:7px 0 0;font-size:13px;line-height:1.5}.student-profile-form__referral-message--success{color:#21834a}.student-profile-form__referral-message--error{color:#d33f49}@media (width<=640px){.student-profile-form__referral-row{grid-template-columns:1fr}.student-profile-form__referral-button{min-height:44px}}.app-sidebar{box-sizing:border-box;background:#f7f9fc;border-right:1px solid #e3e8f1;flex-direction:column;flex:0 0 264px;justify-content:space-between;width:264px;height:calc(100vh - 72px);padding:24px 16px 18px;display:flex;position:sticky;top:72px;overflow-y:auto}.app-sidebar::-webkit-scrollbar{width:6px}.app-sidebar::-webkit-scrollbar-track{background:0 0}.app-sidebar::-webkit-scrollbar-thumb{background:#cbd3e1;border-radius:999px}.app-sidebar__top{flex-direction:column;display:flex}.app-sidebar__heading{flex-direction:column;gap:5px;padding:0 10px 22px;display:flex}.app-sidebar__eyebrow{color:#9aa4b7;letter-spacing:.11em;font-size:10px;font-weight:750}.app-sidebar__title{color:#172033;letter-spacing:-.03em;font-size:18px;font-weight:750}.app-sidebar__navigation{flex-direction:column;gap:10px;display:flex}.app-sidebar__section-title{color:#9aa4b7;padding:0 10px;font-size:11px;font-weight:700}.app-sidebar__menu-list{flex-direction:column;gap:5px;display:flex}.app-sidebar__menu-item{color:#687388;border-radius:10px;align-items:center;gap:12px;min-height:46px;padding:0 13px;font-size:14px;font-weight:600;text-decoration:none;transition:color .18s,background-color .18s,transform .18s;display:flex;position:relative}.app-sidebar__menu-item:hover{color:#3159b7;background:#edf1fa;transform:translate(2px)}.app-sidebar__menu-item--active{color:#3159b7;background:#e6ecfb;font-weight:700}.app-sidebar__menu-item--active:before{content:"";background:#3159b7;border-radius:0 5px 5px 0;width:3px;position:absolute;top:11px;bottom:11px;left:0}.app-sidebar__menu-icon{flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.app-sidebar__menu-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.app-sidebar__menu-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.app-sidebar__bottom{border-top:1px solid #e1e6ef;margin-top:40px;padding-top:16px}.sidebar-account-card{background:#fff;border:1px solid #e1e6ef;border-radius:14px;padding:13px;box-shadow:0 7px 22px #2234590d}.sidebar-account-card__summary{align-items:center;gap:11px;min-width:0;margin-bottom:13px;display:flex}.sidebar-account-card__avatar{color:#3158b5;background:#dfe7fb;border-radius:50%;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;font-size:16px;font-weight:800;display:flex}.sidebar-account-card__information{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.sidebar-account-card__name,.sidebar-account-card__role,.sidebar-account-card__email{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-account-card__name{color:#20283a;font-size:13px;font-weight:750}.sidebar-account-card__role{color:#5270b6;font-size:10px;font-weight:700}.sidebar-account-card__email{color:#929bad;font-size:10px;font-weight:500}.sidebar-account-card__profile-button,.sidebar-account-card__logout-button{cursor:pointer;border:0;border-radius:8px;align-items:center;width:100%;height:39px;padding:0 10px;font-family:inherit;font-size:12px;font-weight:650;transition:color .18s,background-color .18s;display:flex}.sidebar-account-card__profile-button{color:#405faa;background:#edf2ff;gap:8px}.sidebar-account-card__profile-button:hover{color:#294eaa;background:#dfe8fd}.sidebar-account-card__profile-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.sidebar-account-card__profile-button .sidebar-account-card__arrow{width:15px;height:15px;margin-left:auto}.sidebar-account-card__logout-button{color:#8c96a8;background:0 0;gap:8px;margin-top:5px}.sidebar-account-card__logout-button:hover{color:#d25454;background:#fff0f0}.sidebar-account-card__logout-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.sidebar-account-card__profile-button:disabled,.sidebar-account-card__logout-button:disabled{color:#b5bdc9;cursor:not-allowed;background:#f1f3f6}@media (width<=1100px){.app-sidebar{flex-basis:244px;width:244px}}.floating-menu{z-index:1000;pointer-events:none;flex-direction:column;align-items:flex-end;display:flex;position:fixed;bottom:36px;right:36px}.floating-menu__items{opacity:0;visibility:hidden;pointer-events:none;flex-direction:column;align-items:flex-end;gap:12px;margin-bottom:14px;transition:opacity .2s,transform .2s,visibility .2s;display:flex;transform:translateY(20px)}.floating-menu__items--open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.floating-menu__item-wrapper{justify-content:flex-end;align-items:center;gap:10px;display:flex}.floating-menu__label{color:#333;white-space:nowrap;opacity:0;background:#fff;border-radius:8px;padding:7px 12px;font-size:13px;font-weight:600;transition:opacity .15s,transform .15s;transform:translate(8px);box-shadow:0 3px 10px #00000014}.floating-menu__item-wrapper:hover .floating-menu__label{opacity:1;transform:translate(0)}.floating-menu__item{cursor:pointer;pointer-events:auto;background:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;padding:0;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 5px 16px #00000021}.floating-menu__item:hover{transform:translateY(-2px);box-shadow:0 7px 20px #0000002b}.floating-menu__item:active{transform:scale(.96)}.floating-menu__item-icon{font-size:22px;line-height:1}.floating-menu__main{color:#fff;cursor:pointer;pointer-events:auto;background:#1e58ad;border:0;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;padding:0;transition:transform .2s,background .2s,box-shadow .2s;display:flex;box-shadow:0 7px 20px #1e58ad4d}.floating-menu__main:hover{background:#184b95;transform:translateY(-2px);box-shadow:0 9px 24px #1e58ad5c}.floating-menu__main:active{transform:scale(.96)}.floating-menu__dots{align-items:center;gap:5px;display:flex}.floating-menu__dots span{background:#fff;border-radius:50%;width:5px;height:5px}.floating-menu__close{font-size:43px;font-weight:300;line-height:1;display:block;transform:translateY(-2px)}@media (width<=768px){.floating-menu{bottom:20px;right:20px}.floating-menu__main{width:58px;height:58px}.floating-menu__item{width:50px;height:50px}.floating-menu__item-icon{font-size:20px}}.app-layout{background:#f5f6fa;width:100%;min-height:100vh}.app-layout__body{width:100%;min-height:calc(100vh - 72px);position:relative}.app-layout__main{background:#f5f6fa;width:100%;min-height:calc(100vh - 72px);padding:0}.app-layout__sidebar{z-index:20;background:#eef0f4;width:240px;height:calc(100vh - 72px);padding:0;position:fixed;top:72px;left:0;box-shadow:8px 0 24px #0000001f}.app-layout__overlay{z-index:10;cursor:pointer;background:#00000029;border:none;position:fixed;inset:72px 0 0 240px}.home-project-page{box-sizing:border-box;background:#f5f6fa;width:100%;min-height:calc(100vh - 72px);padding:52px 0 80px}.home-project-page__inner{width:calc(100% - 96px);max-width:1424px;margin:0 auto}.home-project-page__heading{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.home-project-page__heading h1{color:#5f6b7a;margin:0;font-size:20px;font-weight:700;line-height:1.4}.project-page__grid{grid-template-columns:repeat(3,minmax(0,430px));justify-content:center;align-items:stretch;gap:20px;width:100%;display:grid}.project-card{box-sizing:border-box;text-align:left;color:#172033;cursor:pointer;background:#fff;border:1px solid #d9dfe8;border-radius:14px;flex-direction:column;align-items:stretch;width:100%;min-width:0;max-width:430px;height:100%;min-height:340px;padding:24px;font-family:inherit;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex}.project-card:hover{border-color:#bdc7d7;transform:translateY(-2px);box-shadow:0 6px 18px #26375c12}.project-card:active{transform:translateY(0)}.project-card__header{justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.project-card__header h2{color:#101828;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:20px;font-weight:700;line-height:1.4;overflow:hidden}.project-card__status{color:#174da5;background:#edf3ff;border-radius:999px;flex-shrink:0;padding:7px 12px;font-size:14px;font-weight:700}.project-card__tags{flex-wrap:wrap;align-items:center;gap:7px;margin-top:14px;display:flex}.project-card__tags span{color:#667085;background:#f2f4f7;border-radius:9px;padding:7px 10px;font-size:13px;font-weight:600}.project-card__topic{box-sizing:border-box;background:#f8f9fb;border:1px solid #e4e8ef;border-radius:10px;width:100%;min-height:88px;margin-top:16px;padding:13px 15px}.project-card__topic-label{color:#98a2b3;margin-bottom:7px;font-size:13px;font-weight:700;display:block}.project-card__topic p{color:#25314a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:15px;font-weight:600;line-height:1.5;display:-webkit-box;overflow:hidden}.project-card__progress{width:100%;margin-top:17px}.project-card__progress-stage{color:#667085;margin:0 0 11px;font-size:14px;font-weight:700}.project-card__progress-row{align-items:center;gap:14px;width:100%;display:flex}.project-card__progress-track{background:#e4e7ec;border-radius:999px;flex:1;height:5px;position:relative;overflow:hidden}.project-card__progress-value{background:#214ba6;border-radius:999px;height:100%;position:absolute;top:0;left:0}.project-card__progress-row>span{color:#667085;text-align:right;flex-shrink:0;min-width:36px;font-size:14px;font-weight:700}.project-card__date{color:#98a2b3;margin:auto 0 0;padding-top:20px;font-size:13px;font-weight:600}.project-card--create{color:#98a2b3;text-align:center;background:#fff;border:1px dashed #c5cede;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:340px;padding:24px;display:flex}.project-card--create:hover{box-shadow:none;background:#fbfcff;border-color:#91a4c5}.project-card__plus{color:#c2cad9;font-size:46px;font-weight:300;line-height:1}.project-card__create-text{color:#98a2b3;font-size:15px;font-weight:700}.project-page__loading{color:#667085;margin-top:20px;font-size:14px}.project-page__error{color:#c62828;margin:0 0 20px;font-size:14px}.project-create-modal{z-index:1000;background:#0006;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.project-create-modal__content{box-sizing:border-box;background:#fff;border-radius:16px;width:100%;max-width:440px;padding:28px;box-shadow:0 12px 40px #00000029}.project-create-modal__title{color:#101828;margin:0 0 24px;font-size:22px;font-weight:700}.project-create-modal__label{color:#344054;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.project-create-modal__input{box-sizing:border-box;color:#101828;background:#fff;border:1px solid #d9d9d9;border-radius:8px;outline:none;width:100%;height:48px;padding:0 14px;font-family:inherit;font-size:15px}.project-create-modal__input:focus{border-color:#28468f}.project-create-modal__actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.project-create-modal__cancel-button,.project-create-modal__create-button{cursor:pointer;border:0;border-radius:8px;height:42px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:600}.project-create-modal__cancel-button{color:#333;background:#f2f3f5}.project-create-modal__create-button{color:#fff;background:#28468f}.project-create-modal__create-button:disabled,.project-create-modal__cancel-button:disabled{opacity:.55;cursor:not-allowed}@media (width<=1200px){.home-project-page__inner{width:calc(100% - 64px)}.project-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.home-project-page{padding-top:32px}.home-project-page__inner{width:calc(100% - 32px)}.project-page__grid{grid-template-columns:1fr}}.project-sort{flex-shrink:0;position:relative}.project-sort__button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d9dfe8;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-width:88px;height:40px;padding:0 16px;font-family:inherit;font-size:14px;font-weight:700;transition:background .15s,border-color .15s;display:flex}.project-sort__button:hover{background:#f8f9fb;border-color:#bfc9d9}.project-sort__arrow{color:#667085;font-size:12px}.project-sort__menu{z-index:50;box-sizing:border-box;background:#fff;border:1px solid #e0e5ed;border-radius:10px;width:190px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #1018281f}.project-sort__option{color:#344054;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:7px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px;font-weight:500;display:block}.project-sort__option:hover{background:#f2f4f7}.project-sort__option--active{color:#174da5;background:#edf3ff;font-weight:700}.project-sort__option--active:hover{background:#e5edff}.project-card--saved{padding:0;position:relative;overflow:visible}.project-card__open-button{box-sizing:border-box;border-radius:inherit;width:100%;min-height:340px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:stretch;padding:24px;font-family:inherit;display:flex}.project-card__open-button:focus-visible{outline-offset:-3px;outline:2px solid #28468f}.project-card__header{box-sizing:border-box;padding-right:92px}.project-card__header-spacer{flex-shrink:0}.project-card--saved .project-card__status{z-index:2;position:absolute;top:22px;right:56px}.project-card__more{z-index:10;position:absolute;top:18px;right:17px}.project-card__more-button{color:#667085;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-family:inherit;font-size:23px;font-weight:700;line-height:1;transition:background .15s,color .15s;display:flex}.project-card__more-button:hover{color:#344054;background:#f2f4f7}.project-card__more-button:focus-visible{outline:2px solid #28468f}.project-card__more-menu{box-sizing:border-box;background:#fff;border:1px solid #e0e5ed;border-radius:10px;width:150px;padding:6px;position:absolute;top:calc(100% + 5px);right:0;box-shadow:0 8px 24px #10182821}.project-card__delete-menu-button{color:#d92d20;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px;font-weight:600}.project-card__delete-menu-button:hover{background:#fef3f2}.project-delete-modal{z-index:1100;background:#0006;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.project-delete-modal__content{box-sizing:border-box;background:#fff;border-radius:16px;width:100%;max-width:440px;padding:28px;box-shadow:0 12px 40px #00000029}.project-delete-modal__title{color:#101828;margin:0 0 14px;font-size:21px;font-weight:700;line-height:1.4}.project-delete-modal__description{color:#667085;margin:0;font-size:14px;font-weight:500;line-height:1.7}.project-delete-modal__description strong{color:#344054;font-weight:700}.project-delete-modal__actions{justify-content:flex-end;gap:10px;margin-top:26px;display:flex}.project-delete-modal__cancel-button,.project-delete-modal__delete-button{cursor:pointer;border:0;border-radius:8px;height:42px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:700}.project-delete-modal__cancel-button{color:#344054;background:#f2f4f7}.project-delete-modal__delete-button{color:#fff;background:#d92d20}.project-delete-modal__delete-button:hover{background:#b42318}.project-delete-modal__cancel-button:disabled,.project-delete-modal__delete-button:disabled{opacity:.55;cursor:not-allowed}.project-limit-modal{z-index:1200;background:#0f172a6b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.project-limit-modal__content{box-sizing:border-box;background:#fff;border-radius:16px;width:100%;max-width:440px;padding:30px;box-shadow:0 20px 50px #0f172a2e}.project-limit-modal__title{color:#101828;margin:0 0 14px;font-size:21px;font-weight:700}.project-limit-modal__description{color:#667085;margin:0;font-size:14px;font-weight:500;line-height:1.7}.project-limit-modal__actions{justify-content:flex-end;gap:10px;margin-top:26px;display:flex}.project-limit-modal__cancel-button,.project-limit-modal__pricing-button{cursor:pointer;border:0;border-radius:8px;height:42px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:700}.project-limit-modal__cancel-button{color:#344054;background:#f2f4f7}.project-limit-modal__pricing-button{color:#fff;background:#28468f}.project-limit-modal__pricing-button:hover{background:#203b78}.forgot-password-modal{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.forgot-password-modal__dialog{background:#fff;border-radius:20px;width:min(100%,430px);padding:32px;position:relative;box-shadow:0 24px 60px #0f172a2e}.forgot-password-modal__close{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:50%;width:36px;height:36px;font-size:27px;line-height:1;position:absolute;top:16px;right:18px}.forgot-password-modal__close:hover{color:#0f172a;background:#f1f5f9}.forgot-password-modal__header{padding-right:24px}.forgot-password-modal__title{color:#172554;margin:0 0 10px;font-size:24px;font-weight:700}.forgot-password-modal__description{color:#64748b;margin:0;font-size:14px;line-height:1.65}.forgot-password-modal__form{flex-direction:column;gap:16px;margin-top:28px;display:flex}.forgot-password-modal__field{flex-direction:column;gap:8px;display:flex}.forgot-password-modal__field label{color:#334155;font-size:14px;font-weight:600}.forgot-password-modal__field input{box-sizing:border-box;color:#0f172a;border:1px solid #cbd5e1;border-radius:10px;outline:none;width:100%;padding:13px 14px;font-size:14px;transition:border-color .15s,box-shadow .15s}.forgot-password-modal__field input:focus{border-color:#28468f;box-shadow:0 0 0 3px #28468f1f}.forgot-password-modal__field input:disabled{cursor:not-allowed;background:#f8fafc}.forgot-password-modal__error{color:#dc2626;background:#fef2f2;border-radius:8px;margin:0;padding:11px 12px;font-size:13px;line-height:1.5}.forgot-password-modal__success{color:#15803d;background:#f0fdf4;border-radius:8px;margin:0;padding:11px 12px;font-size:13px;line-height:1.5}.forgot-password-modal__submit{color:#fff;cursor:pointer;background:#28468f;border:0;border-radius:10px;width:100%;padding:14px 16px;font-size:15px;font-weight:700}.forgot-password-modal__submit:hover:not(:disabled){background:#203b7d}.forgot-password-modal__submit:disabled{opacity:.65;cursor:not-allowed}@media (width<=520px){.forgot-password-modal{padding:16px}.forgot-password-modal__dialog{padding:28px 22px}}.login-page{box-sizing:border-box;background:#f5f7fb;justify-content:center;align-items:center;min-height:100vh;padding:48px 20px;display:flex}.login-card{box-sizing:border-box;background:#fff;border:1px solid #e4e9f2;border-radius:18px;width:100%;max-width:520px;padding:48px 48px 42px;box-shadow:0 12px 35px #1e325a14}.login-card__header{text-align:center;margin-bottom:36px}.login-card__header h1{color:#111827;margin:0;font-size:34px;font-weight:800;line-height:1.3}.login-card__header p{color:#64748b;margin:16px 0 0;font-size:15px;line-height:1.6}.login-card__notice,.login-card__error{border-radius:10px;margin:0 0 20px;padding:12px 14px;font-size:13px;line-height:1.55}.login-card__notice{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.login-card__error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.login-card__google-button{color:#111827;cursor:pointer;background:#fff;border:1px solid #d7deea;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;height:54px;font-size:15px;font-weight:700;transition:background-color .15s,border-color .15s,box-shadow .15s;display:flex}.login-card__google-button:hover:not(:disabled){background:#f8fafc;border-color:#bac5d7;box-shadow:0 2px 8px #0f172a0d}.login-card__google-button:disabled{opacity:.6;cursor:not-allowed}.login-card__google-icon{color:#4285f4;justify-content:center;align-items:center;width:22px;height:22px;font-size:20px;font-weight:800;display:flex}.login-card__divider{align-items:center;gap:16px;margin:28px 0;display:flex}.login-card__divider span{background:#e2e8f0;flex:1;height:1px}.login-card__divider p{color:#94a3b8;white-space:nowrap;margin:0;font-size:13px}.login-card__form{flex-direction:column;gap:20px;display:flex}.login-card__field{flex-direction:column;gap:8px;display:flex}.login-card__field label{color:#1e293b;font-size:14px;font-weight:700}.login-card__field input{box-sizing:border-box;color:#111827;background:#fff;border:1px solid #d7deea;border-radius:12px;outline:none;width:100%;height:52px;padding:0 16px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.login-card__field input::placeholder{color:#a8b3c7}.login-card__field input:focus{border-color:#365bb0;box-shadow:0 0 0 3px #365bb01f}.login-card__field input:disabled{cursor:not-allowed;background:#f8fafc}.login-card__password-label{justify-content:space-between;align-items:center;gap:16px;display:flex}.login-card__forgot-password{color:#365bb0;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:13px;font-weight:700}.login-card__forgot-password:hover:not(:disabled){text-decoration:underline}.login-card__forgot-password:disabled{opacity:.5;cursor:not-allowed}.login-card__submit{color:#fff;cursor:pointer;background:#365bb0;border:0;border-radius:12px;width:100%;height:54px;margin-top:4px;font-family:inherit;font-size:15px;font-weight:700;transition:background-color .15s,transform .1s}.login-card__submit:hover:not(:disabled){background:#2d4f9f}.login-card__submit:active:not(:disabled){transform:translateY(1px)}.login-card__submit:disabled{opacity:.65;cursor:not-allowed}.login-card__signup{color:#64748b;justify-content:center;align-items:center;gap:8px;margin-top:30px;font-size:14px;display:flex}.login-card__signup span{line-height:1}.login-card__signup button{color:#365bb0;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:14px;font-weight:700}.login-card__signup button:hover:not(:disabled){text-decoration:underline}.login-card__signup button:disabled{opacity:.5;cursor:not-allowed}@media (width<=600px){.login-page{padding:24px 16px}.login-card{border-radius:16px;max-width:none;padding:36px 24px}.login-card__header{margin-bottom:30px}.login-card__header h1{font-size:30px}}.refund-policy-overlay{z-index:99999;box-sizing:border-box;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a8f;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.refund-policy-overlay *,.refund-policy-overlay :before,.refund-policy-overlay :after{box-sizing:border-box}.refund-policy-modal{background:#fff;border:1px solid #94a3b838;border-radius:18px;width:min(100%,620px);max-height:calc(100vh - 48px);position:relative;overflow:hidden;box-shadow:0 24px 64px #0f172a47}.refund-policy-modal__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:20px;padding:24px 28px 20px;display:flex}.refund-policy-modal__title{color:#111827;margin:0;font-size:22px;font-weight:700;line-height:1.4}.refund-policy-modal__close{cursor:pointer;background:0 0;border:0;border-radius:10px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex}.refund-policy-modal__close:hover{background:#f3f4f6}.refund-policy-modal__close svg{fill:none;stroke:#4b5563;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:22px;height:22px}.refund-policy-modal__body{max-height:calc(100vh - 240px);padding:24px 28px;overflow-y:auto}.refund-policy-modal__description{color:#374151;margin:0 0 18px;font-size:15px;line-height:1.6}.refund-policy-modal__list{color:#4b5563;flex-direction:column;gap:12px;margin:0;padding-left:22px;font-size:14px;line-height:1.7;display:flex}.refund-policy-modal__list li{padding-left:2px}.refund-policy-modal__list a{color:#1b4298;word-break:break-all;font-weight:600}.refund-policy-modal__footer{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:10px;padding:20px 28px 24px;display:flex}.refund-policy-modal__cancel,.refund-policy-modal__confirm{cursor:pointer;border-radius:10px;min-height:44px;padding:0 20px;font-family:inherit;font-size:14px;font-weight:700}.refund-policy-modal__cancel{color:#374151;background:#fff;border:1px solid #d1d5db}.refund-policy-modal__confirm{color:#fff;background:#1b4298;border:1px solid #1b4298}.refund-policy-modal__cancel:hover{background:#f9fafb}.refund-policy-modal__confirm:hover{background:#16377f;border-color:#16377f}.refund-policy-modal__cancel:focus-visible,.refund-policy-modal__confirm:focus-visible,.refund-policy-modal__close:focus-visible{outline-offset:2px;outline:3px solid #1b42983d}@media (width<=600px){.refund-policy-overlay{padding:16px}.refund-policy-modal{max-height:calc(100vh - 32px)}.refund-policy-modal__header{padding:20px 20px 16px}.refund-policy-modal__body{max-height:calc(100vh - 250px);padding:20px}.refund-policy-modal__footer{flex-direction:column-reverse;padding:16px 20px 20px}.refund-policy-modal__cancel,.refund-policy-modal__confirm{width:100%}}.referral-modal{z-index:3000;background:#0000008f;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.referral-modal__dialog{background:#fff;border-radius:20px;width:min(620px,100%);overflow:hidden;box-shadow:0 24px 60px #00000047}.referral-modal__header{border-bottom:1px solid #ececec;justify-content:space-between;align-items:center;min-height:96px;padding:0 30px;display:flex}.referral-modal__title{color:#202020;margin:0;font-size:27px;font-weight:800}.referral-modal__close{color:#777;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:flex}.referral-modal__close svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;width:28px;height:28px}.referral-modal__body{padding:40px 30px}.referral-modal__question{text-align:center;color:#777;margin:0 0 30px;font-size:18px}.referral-modal__description{color:#777;margin:0 0 22px;font-size:15px;line-height:1.6}.referral-modal__field{flex-direction:column;gap:10px;display:flex}.referral-modal__field>span{color:#303030;font-size:16px;font-weight:700}.referral-modal__field input{box-sizing:border-box;color:#333;background:#fff;border:2px solid #e0e0e0;border-radius:12px;outline:none;width:100%;height:64px;padding:0 20px;font-size:17px}.referral-modal__field input:focus{border-color:#3156a6;box-shadow:0 0 0 3px #3156a61a}.referral-modal__error{color:#d43b46;margin:10px 0 0;font-size:14px}.referral-modal__footer{border-top:1px solid #ececec;justify-content:flex-end;gap:14px;padding:28px 30px;display:flex}.referral-modal__skip,.referral-modal__confirm{cursor:pointer;border:0;border-radius:12px;height:56px;padding:0 28px;font-size:16px;font-weight:700}.referral-modal__skip{color:#444;background:#eee}.referral-modal__confirm{color:#fff;background:#2d51a3}.referral-modal__skip:disabled,.referral-modal__confirm:disabled,.referral-modal__close:disabled{opacity:.55;cursor:not-allowed}.pricing-page,.pricing-page *{box-sizing:border-box}.pricing-page{z-index:2000;overscroll-behavior:contain;color:#202020;background:#fff;position:fixed;inset:0;overflow-y:auto}.pricing-page__header{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff7;border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;width:100%;min-height:104px;padding:0 30px;display:flex;position:sticky;top:0}.pricing-page__title{color:#202020;letter-spacing:-.04em;margin:0;font-size:29px;font-weight:750}.pricing-page__close-button{color:#707070;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:color .18s,background-color .18s;display:flex}.pricing-page__close-button:hover{color:#222;background:#f3f4f6}.pricing-page__close-button svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;width:30px;height:30px}.pricing-page__content{width:min(100%,1840px);margin:0 auto;padding:41px 30px 70px}.pricing-section__heading{margin-bottom:14px}.pricing-section__title{color:#232323;letter-spacing:-.035em;margin:0 0 9px;font-size:23px;font-weight:750}.pricing-section__title--hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pricing-section__description{color:#757575;letter-spacing:-.02em;margin:0;font-size:17px;line-height:1.6}.current-plan-panel{background:#f5f8ff;border:1px solid #d6e0fb;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-bottom:32px;padding:22px 26px;display:flex}.current-plan-panel--reserved{background:#fff8f1;border-color:#f6ddc0}.current-plan-panel__info{min-width:0}.current-plan-panel__badge{color:#2f5bd7;letter-spacing:-.02em;background:#e5ecff;border-radius:999px;margin-bottom:8px;padding:4px 10px;font-size:13px;font-weight:700;display:inline-block}.current-plan-panel--reserved .current-plan-panel__badge{color:#b3620d;background:#fdecd6}.current-plan-panel__title{color:#202020;letter-spacing:-.035em;margin:0 0 6px;font-size:21px;font-weight:750}.current-plan-panel__description{color:#5f6675;letter-spacing:-.02em;margin:0;font-size:15px;line-height:1.6}.current-plan-panel__cancel-button{color:#b42318;letter-spacing:-.02em;cursor:pointer;background:#fff;border:1px solid #f0c2bd;border-radius:10px;flex-shrink:0;padding:12px 22px;font-size:15px;font-weight:700;transition:color .18s,background-color .18s,border-color .18s}.current-plan-panel__cancel-button:hover:not(:disabled){color:#fff;background:#b42318;border-color:#b42318}.current-plan-panel__cancel-button:disabled{color:#9aa0ab;cursor:not-allowed;background:#f2f3f5;border-color:#e2e4e8}@media (width<=640px){.current-plan-panel{flex-direction:column;align-items:stretch;gap:16px}.current-plan-panel__cancel-button{width:100%}}.subscription-plan-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.subscription-plan-card{background:#fff;border:1px solid #dedede;border-radius:15px;flex-direction:column;min-width:0;min-height:356px;padding:29px 25px 24px;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;box-shadow:0 2px 5px #1923370a}.subscription-plan-card:hover{border-color:#bfcbea;transform:translateY(-2px);box-shadow:0 10px 30px #24489114}.subscription-plan-card--recommended{border-color:#d6deef}.subscription-plan-card__heading{flex-direction:column;gap:14px;display:flex}.subscription-plan-card__name-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.subscription-plan-card__name{color:#222;letter-spacing:-.035em;margin:0;font-size:25px;font-weight:750}.subscription-plan-card__name span{font-weight:700}.subscription-plan-card__badge{color:#2854a8;background:#eef4ff;border:1px solid #bdcdec;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 11px;font-size:13px;font-weight:700;display:inline-flex}.subscription-plan-card__price{color:#17479f;letter-spacing:-.025em;font-size:21px;font-weight:750}.subscription-plan-card__features{color:#626262;flex-direction:column;gap:15px;margin:21px 0 22px;padding:0;font-size:16px;list-style:none;display:flex}.subscription-plan-card__features li{align-items:flex-start;gap:8px;line-height:1.4;display:flex}.subscription-plan-card__check{color:#1b50ad;flex:none;font-size:17px;font-weight:800}.subscription-plan-card__button{color:#fff;cursor:pointer;background:#3157aa;border:0;border-radius:11px;width:100%;min-height:56px;margin-top:auto;padding:0 18px;font-family:inherit;font-size:18px;font-weight:750;transition:background-color .18s,box-shadow .18s,transform .18s;box-shadow:0 7px 15px #2350ae33}.subscription-plan-card__button:hover{background:#264995;transform:translateY(-1px);box-shadow:0 9px 20px #2350ae42}.subscription-plan-card__button:active{transform:translateY(0)}.pricing-page__divider{background:#e5e5e5;width:100%;height:1px;margin:29px 0 31px}.pricing-section--ticket{padding-bottom:20px}.score-ticket-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:18px;display:grid}.score-ticket-card{background:#fff;border:1px solid #ddd;border-radius:13px;padding:18px;transition:border-color .18s,box-shadow .18s,transform .18s;box-shadow:0 2px 5px #19233708}.score-ticket-card:hover{border-color:#b8c6e5;transform:translateY(-2px);box-shadow:0 8px 25px #26488c12}.score-ticket-card--selected{border-color:#8ca6db;box-shadow:0 0 0 1px #3e60ac26,0 8px 25px #26488c14}.score-ticket-card__select-button{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:17px;width:100%;min-height:68px;padding:4px 10px 15px;font-family:inherit;display:flex}.score-ticket-card__count{color:#222;letter-spacing:-.03em;font-size:20px;font-weight:750}.score-ticket-card__price{color:#16469d;letter-spacing:-.02em;font-size:19px;font-weight:750}.score-ticket-card__purchase-button{color:#fff;cursor:pointer;background:#3157aa;border:0;border-radius:10px;width:100%;min-height:55px;padding:0 18px;font-family:inherit;font-size:18px;font-weight:750;transition:background-color .18s,box-shadow .18s,transform .18s;box-shadow:0 7px 15px #2350ae2e}.score-ticket-card__purchase-button:hover{background:#264995;transform:translateY(-1px);box-shadow:0 9px 20px #2350ae3d}.score-ticket-card__purchase-button:active{transform:translateY(0)}@media (width<=1100px){.subscription-plan-list{grid-template-columns:1fr}.score-ticket-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.pricing-page__header{min-height:78px;padding:0 18px}.pricing-page__title{font-size:23px}.pricing-page__close-button{width:42px;height:42px}.pricing-page__content{padding:28px 18px 50px}.pricing-section__description{font-size:15px}.subscription-plan-card{min-height:auto;padding:23px 19px 19px}.subscription-plan-card__name{font-size:21px}.subscription-plan-card__price{font-size:18px}.subscription-plan-card__features{font-size:14px}.score-ticket-list{grid-template-columns:1fr}.score-ticket-card__select-button{justify-content:space-between}}.project-page{background:#f4f5f8;min-height:calc(100vh - 72px);padding:32px 0 60px}.project-page__inner{width:min(1120px,100% - 64px);margin:0 auto}.project-page__header{margin-bottom:24px}.project-page__title{color:#202636;margin:0;font-size:24px;font-weight:700;line-height:1.4}.project-detail-page__title{box-sizing:border-box;margin:28px 0 24px;padding:0 30px}.project-step-navigation{background:#fff;border:1px solid #eceef3;border-radius:10px;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;min-height:76px;margin:0 24px 24px;padding:0 28px;display:grid}.project-step-navigation__item{color:#5f6675;justify-content:center;align-items:center;gap:12px;min-width:0;text-decoration:none;transition:color .16s,opacity .16s;display:flex}.project-step-navigation__item:hover{color:#3151aa}.project-step-navigation__circle{color:#666d7a;background:#dfe1e5;border-radius:50%;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;transition:color .16s,background-color .16s;display:flex}.project-step-navigation__label{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.project-step-navigation__item--active{color:#28468f}.project-step-navigation__item--active .project-step-navigation__circle{color:#fff;background:#3457b5}.project-step-navigation__item--completed .project-step-navigation__circle{color:#28468f;background:#e3e9fb}.project-page__content{min-width:0}.project-step{width:100%}.project-card{background:#fff;border:1px solid #eceef3;border-radius:10px;padding:28px}.project-card__title{color:#292f3d;margin:0 0 24px;font-size:18px;font-weight:700}.project-grid{gap:24px;display:grid}.project-grid--topic{grid-template-columns:320px minmax(0,1fr)}.project-grid--reference{grid-template-columns:360px minmax(0,1fr)}.project-stack{flex-direction:column;gap:20px;display:flex}.project-field{flex-direction:column;gap:10px;display:flex}.project-field__label{color:#343a48;font-size:14px;font-weight:600}.project-input,.project-textarea,.project-select{color:#282d38;width:100%;font:inherit;background:#f7f8fa;border:1px solid #dfe2e8;border-radius:7px;outline:none;transition:border-color .16s,box-shadow .16s}.project-input,.project-select{height:44px;padding:0 14px}.project-textarea{resize:vertical;min-height:140px;padding:14px}.project-input:focus,.project-textarea:focus,.project-select:focus{border-color:#4568c8;box-shadow:0 0 0 3px #4568c81f}.project-button{color:#fff;cursor:pointer;background:#3e61c6;border:0;border-radius:6px;min-height:42px;padding:0 20px;font-size:14px;font-weight:600}.project-button:hover{background:#3153b5}.project-button--secondary{color:#394253;background:#fff;border:1px solid #dfe2e8}.project-button--secondary:hover{background:#f7f8fa}.project-button--danger{color:#ef5b65;background:#fff5f6;border:1px solid #ff9da4}.project-step__toolbar{justify-content:flex-end;margin-bottom:14px;display:flex}@media (width<=900px){.project-page__inner{width:min(100% - 32px,720px)}.project-step-navigation{padding:0 16px}.project-step-navigation__item{flex-direction:column;gap:6px}.project-step-navigation__label{font-size:12px}.project-grid--topic,.project-grid--reference{grid-template-columns:1fr}}@media (width<=600px){.project-page{padding-top:24px}.project-page__inner{width:calc(100% - 24px)}.project-step-navigation{gap:6px;min-height:68px;padding:0 8px}.project-step-navigation__circle{width:24px;height:24px}.project-step-navigation__label{display:none}.project-card{padding:20px}}.project-recommendation-card{color:#3d4350;cursor:pointer;background:#f7f8fa;border:1px solid #e6e8ed;border-radius:8px;min-height:96px;padding:20px;font-size:14px;line-height:1.6;transition:border-color .16s,transform .16s,box-shadow .16s}.project-recommendation-card:hover{border-color:#7891d7;transform:translateY(-2px);box-shadow:0 6px 18px #28468f14}.roadmap-step-navigation{background:#fff;border-radius:999px;align-items:center;padding:3px;display:inline-flex}.roadmap-step-navigation__link{color:#4b5563;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-width:104px;height:34px;padding:0 18px;font-size:13px;font-weight:500;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.roadmap-step-navigation__link:hover{color:#355cc9}.roadmap-step-navigation__link--active{color:#355cc9;background:#f5f8ff;border-color:#79a0ff;font-weight:600}@media (width<=520px){.roadmap-step-navigation{width:100%;display:flex}.roadmap-step-navigation__link{flex:1;min-width:0;padding:0 8px;font-size:12px}}.roadmap-page{box-sizing:border-box;background:#f4f5f7;width:100%;min-height:calc(100vh - 72px);padding:42px 32px 80px}.roadmap-page *,.roadmap-page :before,.roadmap-page :after{box-sizing:border-box}.roadmap-page__inner{width:100%;max-width:1240px;margin:0 auto}.roadmap-page__header{margin-bottom:24px}.roadmap-page__title{color:#1f2937;letter-spacing:-.04em;margin:0 0 10px;font-size:25px;font-weight:700}.roadmap-page__content{width:100%}@media (width<=768px){.roadmap-page{padding:28px 18px 60px}.roadmap-page__title{font-size:22px}}.footer{color:#333;background:#e1e1e1;padding:28px 0 16px;font-size:12px}.footer__inner{border-bottom:1px solid #c8c8c8;justify-content:space-between;gap:48px;width:min(100% - 96px,1180px);margin:0 auto;padding-bottom:18px;display:flex}.footer strong{margin-bottom:8px;font-size:13px;display:block}.footer p{margin:4px 0}.footer__contact{text-align:right}.footer__copyright{text-align:right;width:min(100% - 96px,1180px);margin:12px auto 0;font-size:11px}.root-portal-page{color:#172033;background:#fff;flex-direction:column;width:100%;min-height:calc(100vh - 72px);display:flex}.root-portal-page *,.root-portal-page :before,.root-portal-page :after{box-sizing:border-box}.root-portal-page__content{flex:1}.root-portal-hero{background:#f4f7fc;padding:56px 0 72px}.root-portal-hero__inner{width:min(100% - 96px,1280px);margin:0 auto}.root-portal-hero__viewport{background:#eef3fb;border:1px solid #dfe6f1;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 20px 50px #1d376814}.root-portal-hero__track{width:100%;transition:transform .55s;display:flex}.root-portal-hero__slide{background:#eef3fb;flex:0 0 100%;min-width:100%;min-height:450px;padding:66px 72px 92px;position:relative;overflow:hidden}.root-portal-hero__slide:before{content:"";pointer-events:none;border:90px solid #2f4e950d;border-radius:50%;width:520px;height:520px;position:absolute;top:-180px;right:-100px}.root-portal-hero__slide:after{content:"";pointer-events:none;background:#f59e0b12;border-radius:50%;width:360px;height:360px;position:absolute;bottom:-190px;right:290px}.root-portal-hero__content{z-index:2;max-width:760px;position:relative}.root-portal-hero__eyebrow{color:#2f4e95;letter-spacing:-.02em;background:#ffffffb8;border:1px solid #2f4e9529;border-radius:999px;align-items:center;min-height:32px;margin-bottom:20px;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex}.root-portal-hero h1{color:#101b32;letter-spacing:-.045em;white-space:pre-line;word-break:keep-all;margin:0;font-size:clamp(34px,3.2vw,50px);font-weight:800;line-height:1.28}.root-portal-hero__content>p{color:#536078;letter-spacing:-.02em;word-break:keep-all;max-width:760px;margin:24px 0 0;font-size:17px;line-height:1.85}.root-portal-hero__button{color:#172033;cursor:pointer;background:#f59e0b;border:0;border-radius:10px;justify-content:center;align-items:center;gap:12px;min-width:162px;height:54px;margin-top:32px;padding:0 24px;font-family:inherit;font-size:16px;font-weight:800;text-decoration:none;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex}.root-portal-hero__button:hover{background:#f7aa20;transform:translateY(-2px);box-shadow:0 10px 24px #f59e0b3d}.root-portal-hero__button:disabled{opacity:.6;cursor:default;box-shadow:none;transform:none}.root-portal-hero__decoration{z-index:1;pointer-events:none;width:310px;height:280px;position:absolute;top:50%;right:70px;transform:translateY(-50%)}.hero-process-card{background:#ffffffeb;border:1px solid #2f4e9521;border-radius:14px;flex-direction:column;gap:8px;width:220px;padding:20px 22px;display:flex;position:absolute;box-shadow:0 14px 30px #1f335c17}.hero-process-card span{color:#f59e0b;letter-spacing:.08em;font-size:11px;font-weight:800}.hero-process-card strong{color:#24304a;font-size:15px;line-height:1.4}.hero-process-card--first{top:0;left:0}.hero-process-card--second{top:91px;right:0}.hero-process-card--third{bottom:0;left:12px}.root-portal-hero__controls{z-index:4;align-items:center;gap:12px;display:flex;position:absolute;bottom:28px;right:34px}.root-portal-hero__arrow{color:#2f4e95;cursor:pointer;background:#ffffffe6;border:1px solid #d7dfec;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0 0 3px;font-size:25px;line-height:1;transition:background .2s,border-color .2s;display:inline-flex}.root-portal-hero__arrow:hover{background:#fff;border-color:#2f4e95}.root-portal-hero__pagination{align-items:center;gap:7px;display:flex}.root-portal-hero__dot{cursor:pointer;background:#b8c3d7;border:0;border-radius:999px;width:8px;height:8px;padding:0;transition:width .25s,background .25s}.root-portal-hero__dot--active{background:#2f4e95;width:28px}.root-portal-section{background:#fff;padding:88px 0}.root-portal-section--flow{background:#f5f7fb}.root-portal-section__inner{width:min(100% - 96px,1280px);margin:0 auto}.root-portal-section__heading{margin-bottom:34px}.root-portal-section__label{color:#f59e0b;letter-spacing:.12em;margin-bottom:10px;font-size:12px;font-weight:800;display:block}.root-portal-section__heading h2{color:#172033;letter-spacing:-.04em;margin:0;font-size:32px;font-weight:800}.root-portal-section__heading p{color:#68748a;letter-spacing:-.02em;word-break:keep-all;margin:14px 0 0;font-size:15px;line-height:1.75}.feature-card-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.feature-card{background:#fff;border:1px solid #e0e6ef;border-radius:16px;min-height:214px;padding:28px 26px;transition:transform .22s,border-color .22s,box-shadow .22s;position:relative;overflow:hidden}.feature-card:after{content:"";pointer-events:none;background:#f5f7fb;border-radius:50%;width:110px;height:110px;position:absolute;bottom:-42px;right:-35px}.feature-card:hover{border-color:#c9d5e9;transform:translateY(-5px);box-shadow:0 16px 34px #1f335c17}.feature-card__number{color:#f59e0b;letter-spacing:.08em;margin-bottom:36px;font-size:13px;font-weight:800;display:block}.feature-card h3{z-index:1;color:#172033;letter-spacing:-.035em;margin:0;font-size:20px;font-weight:800;position:relative}.feature-card p{z-index:1;color:#5f6c82;letter-spacing:-.02em;word-break:keep-all;margin:14px 0 0;font-size:14px;line-height:1.75;position:relative}.root-portal-notice{background:#fff8ec;border:1px solid #f6cc85;border-left:5px solid #f59e0b;border-radius:12px;align-items:flex-start;gap:15px;margin-bottom:24px;padding:20px 24px;display:flex}.root-portal-notice__icon{color:#fff;background:#f59e0b;border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:800;display:inline-flex}.root-portal-notice p{flex-direction:column;gap:4px;margin:0;line-height:1.6;display:flex}.root-portal-notice strong{color:#9a430d;font-size:14px}.root-portal-notice p span{color:#7c654c;font-size:13px}.root-portal-flow-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.root-portal-flow-card{background:#fff;border:1px solid #e0e6ef;border-radius:16px;min-height:210px;padding:26px 24px;position:relative}.root-portal-flow-card:not(:last-child):after{content:"→";z-index:2;color:#8190a7;background:#fff;border:1px solid #dfe5ef;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;display:flex;position:absolute;top:50%;right:-24px;transform:translateY(-50%)}.root-portal-flow-card__number{color:#2f4e95;background:#eef3fb;border-radius:999px;justify-content:center;align-items:center;width:42px;height:30px;margin-bottom:32px;font-size:12px;font-weight:800;display:inline-flex}.root-portal-flow-card h3{color:#172033;letter-spacing:-.03em;margin:0;font-size:18px;font-weight:800}.root-portal-flow-card p{color:#657187;letter-spacing:-.02em;word-break:keep-all;margin:13px 0 0;font-size:14px;line-height:1.7}.root-portal-start-card{background:#fff;border:1px solid #dfe5ef;border-left:5px solid #f59e0b;border-radius:16px;justify-content:space-between;align-items:center;gap:40px;margin-top:42px;padding:30px 32px;display:flex}.root-portal-start-card__content>span{color:#f59e0b;letter-spacing:.12em;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.root-portal-start-card h3{color:#172033;letter-spacing:-.03em;margin:0;font-size:19px;font-weight:800}.root-portal-start-card p{color:#6b778d;margin:7px 0 0;font-size:14px;line-height:1.6}.root-portal-start-card__button{color:#172033;cursor:pointer;background:#f59e0b;border:0;border-radius:10px;flex:none;justify-content:center;align-items:center;gap:10px;min-width:190px;height:52px;padding:0 22px;font-family:inherit;font-size:15px;font-weight:800;text-decoration:none;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex}.root-portal-start-card__button:hover{background:#f7aa20;transform:translateY(-2px);box-shadow:0 10px 22px #f59e0b38}.root-portal-start-card__button:disabled{opacity:.6;cursor:default;box-shadow:none;transform:none}@media (width<=1180px){.root-portal-hero__decoration{opacity:.32;right:40px}.root-portal-hero__content{max-width:720px}.feature-card-list,.root-portal-flow-list{grid-template-columns:repeat(2,minmax(0,1fr))}.root-portal-flow-card:not(:last-child):after{display:none}}@media (width<=768px){.root-portal-hero{padding:28px 0 48px}.root-portal-hero__inner,.root-portal-section__inner{width:min(100% - 40px,1280px)}.root-portal-hero__slide{min-height:500px;padding:44px 28px 94px}.root-portal-hero__decoration{opacity:.12;width:240px;height:180px;top:auto;bottom:42px;right:10px;transform:none}.hero-process-card{width:180px;padding:14px 16px}.root-portal-hero h1{font-size:32px}.root-portal-hero__content>p{font-size:15px;line-height:1.75}.root-portal-hero__controls{bottom:25px;left:28px;right:auto}.root-portal-section{padding:64px 0}.root-portal-section__heading h2{font-size:27px}.feature-card-list,.root-portal-flow-list{grid-template-columns:1fr}.feature-card,.root-portal-flow-card{min-height:auto}.feature-card__number,.root-portal-flow-card__number{margin-bottom:24px}.root-portal-start-card{flex-direction:column;align-items:stretch;gap:24px;padding:26px 24px}.root-portal-start-card__button{width:100%}}@media (width<=480px){.root-portal-hero__inner,.root-portal-section__inner{width:min(100% - 28px,1280px)}.root-portal-hero__viewport{border-radius:18px}.root-portal-hero__slide{min-height:510px;padding:36px 22px 90px}.root-portal-hero__eyebrow{font-size:11px}.root-portal-hero h1{font-size:27px;line-height:1.35}.root-portal-hero__button{width:100%}.root-portal-notice{padding:18px}}.score-step-navigation{background:#fff;border:1px solid #e8ebf1;border-radius:999px;align-items:center;gap:4px;padding:4px;display:inline-flex;box-shadow:0 3px 12px #1d2d500a}.score-step-navigation__button{color:#7b8496;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-width:112px;height:38px;padding:0 17px;font-family:inherit;font-size:14px;font-weight:600;transition:background-color .2s,border-color .2s,color .2s,box-shadow .2s;display:inline-flex}.score-step-navigation__button:hover{color:#3158c7;background:#f5f7fd}.score-step-navigation__button--active{color:#3158c7;background:#f4f7ff;border-color:#8ba6ed;box-shadow:0 2px 7px #3158c717}.score-step-navigation__count{color:#3158c7;background:#e7edff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:700;display:inline-flex}.score-step-navigation__button--active .score-step-navigation__count{color:#fff;background:#3158c7}@media (width<=520px){.score-step-navigation{width:100%}.score-step-navigation__button{flex:1;min-width:0}}.score-report{color:#1f2738;width:100%}.score-report-save-status{color:#596273;background:#f7f8fa;border-left:3px solid #a6adba;margin:0 0 28px;padding:12px 16px;font-size:13px;line-height:1.6}.score-report-save-status--success{border-left-color:#28468f}.score-report-save-status--warning{border-left-color:#b08a35}.score-report-summary{padding:8px 0 38px}.score-report-summary__top{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.score-report-summary__label{color:#7d8490;letter-spacing:.08em;margin-bottom:9px;font-size:12px;font-weight:700;display:block}.score-report-summary__score{color:#17264e;font-family:Noto Serif KR,Georgia,serif;font-size:clamp(44px,5vw,66px);font-weight:700;line-height:1;display:block}.score-report-summary__score small{color:#858b96;margin-left:5px;font-family:inherit;font-size:18px;font-weight:400}.score-report-summary__percentile{color:#8d6e24;border:1px solid #d5bd7d;padding:7px 12px;font-family:Noto Serif KR,Georgia,serif;font-size:13px;font-weight:600}.score-report-summary__metrics{flex-direction:column;gap:15px;margin-top:34px;display:flex}.score-report-metric{grid-template-columns:88px minmax(100px,1fr) 64px;align-items:center;gap:17px;display:grid}.score-report-metric__label{color:#3a4251;font-size:14px;font-weight:650}.score-report-metric__track{background:#ebedf1;height:5px;overflow:hidden}.score-report-metric__track>span{background:#28468f;height:100%;display:block}.score-report-metric__score{text-align:right;color:#17264e;font-size:15px}.score-report-metric__score small{color:#9298a2;font-size:11px;font-weight:500}.score-report-summary__note{color:#737a86;border-top:1px solid #e5e7eb;margin:28px 0 0;padding-top:18px;font-size:12px;line-height:1.75}.score-benchmark{border-top:1px solid #dfe2e7;padding:38px 0}.score-benchmark__heading{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.score-benchmark__eyebrow{color:#aa842f;letter-spacing:.15em;margin-bottom:7px;font-family:Georgia,serif;font-size:10px;font-weight:700;display:block}.score-benchmark__heading h3{color:#17264e;margin:0;font-family:Noto Serif KR,Georgia,serif;font-size:24px;font-weight:700}.score-benchmark__matched{color:#a17c29;font-family:Noto Serif KR,Georgia,serif;font-size:13px;font-weight:600}.score-benchmark__loading,.score-benchmark__error{color:#777f8c;margin:20px 0 0;font-size:13px}.score-benchmark__error{color:#b04949}.score-benchmark__legend{color:#6f7682;align-items:center;gap:20px;margin-top:26px;font-size:11px;display:flex}.score-benchmark__legend span{align-items:center;gap:7px;display:flex}.score-benchmark__legend i{display:inline-block}.score-benchmark__legend-range{background:#28468f47;width:18px;height:7px}.score-benchmark__legend-line{background:#b08a35;width:18px;height:2px}.score-benchmark__chart{height:265px;margin:20px 0 32px}.score-benchmark__tiers{border-bottom:1px solid #dfe2e7}.score-benchmark-tier{border-top:1px solid #dfe2e7}.score-benchmark-tier--current{background:linear-gradient(90deg,#28468f09,#0000 40%)}.score-benchmark-tier__header{justify-content:space-between;align-items:baseline;gap:20px;padding:17px 4px;display:flex}.score-benchmark-tier__header strong{color:#17264e;font-family:Noto Serif KR,Georgia,serif;font-size:17px}.score-benchmark-tier__header span{color:#8a909b;font-size:11px}.score-benchmark-tier__schools{padding-bottom:12px}.score-benchmark-school{border-left:2px solid #0000;justify-content:space-between;align-items:center;gap:22px;margin:0 4px;padding:10px 12px;display:flex}.score-benchmark-school--current{background:#fffbf1;border-left-color:#b08a35}.score-benchmark-school__name{align-items:center;gap:9px;min-width:0;display:flex}.score-benchmark-school__name strong{color:#333b4a;font-size:13px;font-weight:650}.score-benchmark-school__name span{color:#fff;background:#b08a35;flex-shrink:0;padding:2px 6px;font-size:9px;font-weight:700}.score-benchmark-school__scores{color:#7f8691;flex-shrink:0;margin:0;font-size:11px}.score-benchmark-school--low-sample{opacity:.72}.score-benchmark__methodology{margin-top:20px}.score-benchmark__methodology p{color:#808691;margin:4px 0;font-size:11px;line-height:1.7}.score-report-feedback{border-top:1px solid #dfe2e7;padding-top:40px}.score-report-feedback__header{margin-bottom:12px}.score-report-feedback__header span{color:#aa842f;letter-spacing:.15em;margin-bottom:7px;font-family:Georgia,serif;font-size:10px;font-weight:700;display:block}.score-report-feedback__header h3{color:#17264e;margin:0;font-family:Noto Serif KR,Georgia,serif;font-size:24px}.score-report-feedback-block{border-bottom:1px solid #e1e4e8;grid-template-columns:44px 1fr;gap:16px;padding:27px 0;display:grid}.score-report-feedback-block__number{color:#b08a35;padding-top:3px;font-family:Georgia,serif;font-size:11px;font-weight:700}.score-report-feedback-block h4{color:#252d3b;margin:0 0 11px;font-family:Noto Serif KR,Georgia,serif;font-size:17px}.score-report-feedback-block>div>p{color:#545c69;white-space:pre-line;margin:0;font-size:14px;line-height:1.9}.score-improvement-report{min-width:0}.score-improvement-report__source-label{font-weight:600;color:#8c929c!important;margin:0 0 10px!important;font-size:11px!important}.score-source-text{color:#494f59;white-space:pre-wrap;background:#faf9f6;border:1px solid #dedfe2;border-left:0;border-right:0;margin:0 0 24px;padding:20px 22px;font-family:Noto Serif KR,Georgia,serif;font-size:13px;line-height:2}.score-source-mark{background:#fff4cf;border-bottom:2px solid #b08a35;padding:1px 1px 0}.score-source-mark__index{color:#9a7421;margin-left:2px;font-family:Arial,sans-serif;font-size:9px;font-weight:800;position:relative;top:-.15em}.score-improvement-footnotes{border-top:1px solid #e1e4e8}.score-improvement-footnote{border-bottom:1px solid #e1e4e8;grid-template-columns:32px 1fr;gap:12px;padding:16px 0;display:grid}.score-improvement-footnote__number{color:#a47d27;font-family:Georgia,serif;font-size:13px;font-weight:700}.score-improvement-footnote__title{font-family:Noto Serif KR,Georgia,serif;color:#29344e!important;margin:0 0 8px!important;font-size:14px!important}.score-improvement-footnote__reason,.score-improvement-footnote__suggestion,.score-improvement-footnote__short-description{color:#5d6470!important;margin:5px 0!important;font-size:13px!important;line-height:1.75!important}.score-improvement-footnote__reason{color:#767d88!important}.score-improvement-footnote__example{background:#f5f7fb;border-left:2px solid #28468f;margin-top:14px;padding:13px 15px}.score-improvement-footnote__example span{color:#28468f;margin-bottom:5px;font-size:10px;font-weight:750;display:block}.score-improvement-footnote__example p{font-family:Noto Serif KR,Georgia,serif;color:#35415d!important;margin:0!important;font-size:13px!important;line-height:1.75!important}.score-improvement-footnote__short-target{color:#404857;margin-bottom:5px;font-size:13px;display:block}.score-improvement-legacy{white-space:pre-line;color:#5d6470!important;margin:0!important;font-size:13px!important;line-height:1.8!important}@media (width<=720px){.score-report-summary__top,.score-benchmark__heading{flex-direction:column;align-items:flex-start}.score-report-metric{grid-template-columns:78px minmax(70px,1fr) 54px;gap:10px}.score-benchmark-school{flex-direction:column;align-items:flex-start;gap:5px}.score-benchmark-school__scores{white-space:normal}.score-report-feedback-block{grid-template-columns:28px 1fr}.score-source-text{padding:16px}}.score-history{grid-template-columns:minmax(280px,330px) minmax(0,1fr);align-items:start;gap:20px;width:100%;display:grid}.score-history-list-panel,.score-history-detail,.score-history-empty{background:#fff;border:1px solid #e9ecf2;border-radius:12px;box-shadow:0 7px 24px #1927440a}.score-history-list-panel{position:sticky;top:96px;overflow:hidden}.score-history-list-panel__header{border-bottom:1px solid #edf0f4;padding:22px 20px 18px}.score-history-list-panel__title{color:#1d2739;margin:0;font-size:17px;font-weight:700}.score-history-list-panel__description{color:#939baa;margin:5px 0 0;font-size:12px}.score-history-list{flex-direction:column;gap:10px;max-height:650px;margin:0;padding:12px;list-style:none;display:flex;overflow-y:auto}.score-history-list::-webkit-scrollbar{width:6px}.score-history-list::-webkit-scrollbar-thumb{background:#d9dee8;border-radius:999px}.score-history-list::-webkit-scrollbar-track{background:0 0}.score-history-item{background:#fff;border:1px solid #e9ecf2;border-radius:9px;flex-direction:column;transition:border-color .2s,background-color .2s,box-shadow .2s;display:flex;overflow:visible}.score-history-item:hover{border-color:#cbd6f3;box-shadow:0 4px 12px #3158c712}.score-history-item--selected{background:#f5f7ff;border-color:#8ba5eb;box-shadow:0 4px 13px #3158c717}.score-history-item__select{width:100%;height:auto;min-height:0;color:inherit;text-align:left;font:inherit;appearance:none;cursor:pointer;background:0 0;border:0;flex-direction:column;flex:1;align-items:stretch;padding:14px 15px 10px;line-height:1.45;display:flex}.score-history-item__top{justify-content:space-between;align-items:center;gap:12px;display:flex}.score-history-item__date{color:#989fac;font-size:11px;line-height:1.4}.score-history-item__score{color:#3158c7;flex-shrink:0;font-size:14px;font-weight:700;line-height:1.4}.score-history-item__title{color:#313b4e;text-overflow:ellipsis;white-space:nowrap;margin:10px 0 0;font-size:14px;font-weight:700;overflow:hidden}.score-history-item__preview{color:#858e9f;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:7px 0 0;font-size:12px;line-height:1.55;display:-webkit-box;overflow:hidden}.score-history-item__footer{justify-content:space-between;align-items:center;gap:8px;padding:0 12px 10px;display:flex}.score-history-item__delete{color:#a0a7b3;font:inherit;appearance:none;cursor:pointer;background:0 0;border:0;margin-left:auto;padding:3px 4px;font-size:11px;line-height:1.4;transition:color .2s;position:static}.score-history-item__delete:hover{color:#d34f5b;text-decoration:underline}.score-history-detail{min-width:0;padding:28px}.score-history-detail__header{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:flex-start;gap:25px;padding-bottom:23px;display:flex}.score-history-detail__label{color:#4968c7;background:#edf1ff;border-radius:999px;align-items:center;height:24px;margin-bottom:9px;padding:0 9px;font-size:10px;font-weight:700;display:inline-flex}.score-history-detail__title{color:#1e283a;letter-spacing:-.025em;max-width:590px;margin:0;font-size:20px;font-weight:750;line-height:1.45}.score-history-detail__date{color:#949cab;margin:7px 0 0;font-size:12px}.score-history-detail__total{flex-direction:column;flex-shrink:0;align-items:flex-end;display:flex}.score-history-detail__total>span{color:#838c9d;margin-bottom:3px;font-size:12px;font-weight:600}.score-history-detail__total strong{color:#3158c7;font-size:34px;font-weight:800;line-height:1}.score-history-detail__total small{margin-left:3px;font-size:13px;font-weight:700}.score-history-detail__section{margin-top:24px}.score-history-detail__section-title{color:#3d4759;margin:0 0 11px;font-size:14px;font-weight:700}.score-history-detail__content,.score-history-detail__summary{color:#626c7e;white-space:pre-wrap;border-radius:9px;padding:19px 20px;font-size:13px;line-height:1.75}.score-history-detail__content{background:#f8f9fb;border:1px solid #e7eaf0;max-height:260px;overflow-y:auto}.score-history-detail__summary{background:#f5f8ff;border:1px solid #e0e7fa}.score-history-detail__categories{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-top:19px;display:grid}.score-history-category{background:#fff;border:1px solid #e8ebf1;border-radius:9px;min-width:0;padding:17px}.score-history-category__header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.score-history-category__header h3{color:#414b5e;margin:0;font-size:13px;font-weight:700}.score-history-category__header strong{color:#3158c7;flex-shrink:0;font-size:17px;font-weight:800}.score-history-category__header strong span{margin-left:2px;font-size:10px}.score-history-category__progress{background:#edf0f5;border-radius:999px;height:6px;margin-top:12px;overflow:hidden}.score-history-category__progress span{border-radius:inherit;background:linear-gradient(90deg,#7c98e6,#3e63cf);height:100%;display:block}.score-history-category>p{color:#7f8798;margin:12px 0 0;font-size:11px;line-height:1.6}.score-history-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:410px;padding:50px 24px;display:flex}.score-history-empty__icon{background:#f0f3fb;border-radius:22px;justify-content:center;align-items:flex-end;gap:5px;width:72px;height:72px;margin-bottom:19px;padding:19px;display:flex}.score-history-empty__icon span{background:#8da3dc;border-radius:4px 4px 2px 2px;width:7px;display:block}.score-history-empty__icon span:first-child{height:16px}.score-history-empty__icon span:nth-child(2){height:26px}.score-history-empty__icon span:nth-child(3){height:20px}.score-history-empty__title{color:#303a4d;margin:0;font-size:18px;font-weight:700}.score-history-empty__description{color:#8a93a4;max-width:350px;margin:9px 0 0;font-size:13px;line-height:1.65}@media (width<=960px){.score-history{grid-template-columns:1fr}.score-history-list-panel{position:static}.score-history-list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:none;display:grid}.score-history-detail__categories{grid-template-columns:1fr}}@media (width<=640px){.score-history-list{grid-template-columns:1fr}.score-history-detail{padding:20px}.score-history-detail__header{flex-direction:column}.score-history-detail__total{align-items:flex-start}}.score-history-empty__retry,.score-history-list-panel__refresh,.score-history-detail__section>button{color:#28468f;cursor:pointer;background:#fff;border:1px solid #cfd8ec;border-radius:8px;justify-content:center;align-items:center;min-height:38px;padding:8px 14px;font-size:13px;font-weight:700;line-height:1;transition:background-color .2s,border-color .2s,opacity .2s;display:inline-flex}.score-history-empty__retry:hover,.score-history-list-panel__refresh:hover,.score-history-detail__section>button:hover{background:#f4f7ff;border-color:#aebddd}.score-history-empty__retry:disabled,.score-history-list-panel__refresh:disabled,.score-history-detail__section>button:disabled{cursor:default;opacity:.5}.score-history-list-panel__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.score-history-list-panel__error{color:#b42318;background:#fff3f2;border:1px solid #fecdca;border-radius:8px;margin:12px 16px 0;padding:10px 12px;font-size:13px;line-height:1.6}.score-history-item__percentile{color:#28468f;background:#eef3ff;border:1px solid #dbe5ff;border-radius:999px;align-items:center;width:fit-content;margin-top:0;padding:4px 9px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.score-history-detail__meta{flex-wrap:wrap;align-items:center;gap:10px;margin-top:8px;display:flex}.score-history-detail__date{margin:0}.score-history-detail__percentile{color:#28468f;background:#eef3ff;border:1px solid #dbe5ff;border-radius:999px;align-items:center;padding:4px 9px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.score-history-detail__section>p[role=alert]{color:#b42318;margin:0 0 14px;font-size:14px;line-height:1.7}.score-history-detail__content,.score-history-detail__summary{white-space:pre-line;overflow-wrap:anywhere}.score-history-detail__categories{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.score-history-feedback{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.score-history-feedback__card{background:#fff;border:1px solid #e5eaf2;border-radius:12px;min-width:0;padding:18px}.score-history-feedback__card--improvements{grid-column:1/-1}.score-history-feedback__card h4{border-radius:999px;align-items:center;margin:0 0 12px;padding:4px 9px;font-size:13px;font-weight:700;line-height:1;display:inline-flex}.score-history-feedback__card--strengths h4{color:#16794a;background:#eaf8f1}.score-history-feedback__card--weaknesses h4{color:#b54708;background:#fff4e5}.score-history-feedback__card--improvements h4{color:#28468f;background:#eef3ff}.score-history-feedback__card p{color:#465166;white-space:pre-line;overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.8}@media (width<=1000px){.score-history-detail__categories{grid-template-columns:1fr}}@media (width<=768px){.score-history-list-panel__header{flex-direction:column;align-items:stretch}.score-history-list-panel__refresh{width:100%}.score-history-detail__meta{flex-direction:column;align-items:flex-start;gap:7px}.score-history-feedback{grid-template-columns:1fr}.score-history-feedback__card--improvements{grid-column:auto}}.score-evaluation-step{width:100%}.score-evaluation-input-card,.score-result-card{background:#fff;border:1px solid #e9ecf2;border-radius:12px;width:100%;padding:28px;box-shadow:0 7px 24px #1927440a}.score-evaluation-input-card__header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:25px;display:flex}.score-evaluation-input-card__title{color:#1c2537;letter-spacing:-.025em;margin:0;font-size:18px;font-weight:700}.score-evaluation-input-card__description{color:#8a93a4;margin:7px 0 0;font-size:13px;line-height:1.6}.score-evaluation-field{width:100%}.score-evaluation-field__label-row{align-items:center;gap:7px;margin-bottom:10px;display:flex}.score-evaluation-field__label{color:#414a5d;font-size:14px;font-weight:650}.score-evaluation-field__required{color:#4968c7;background:#eef2ff;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:700}.score-evaluation-field__textarea{resize:vertical;color:#283247;background:#f7f8fa;border:1px solid #e1e5eb;border-radius:9px;outline:none;width:100%;min-height:250px;padding:20px;font-family:inherit;font-size:14px;line-height:1.75;transition:border-color .2s,background-color .2s,box-shadow .2s;display:block}.score-evaluation-field__textarea::placeholder{color:#a3aab7}.score-evaluation-field__textarea:hover{border-color:#cfd5df}.score-evaluation-field__textarea:focus{background:#fff;border-color:#6686df;box-shadow:0 0 0 3px #4869ca1a}.score-evaluation-field__footer{justify-content:space-between;align-items:center;gap:20px;margin-top:14px;display:flex}.score-evaluation-field__count{color:#9aa2b1;font-size:12px}.score-evaluation-field__count--limit{color:#d75d67}.score-evaluation-field__button{color:#fff;cursor:pointer;background:#3f63cf;border:0;border-radius:7px;justify-content:center;align-items:center;gap:8px;min-width:132px;height:44px;padding:0 22px;font-family:inherit;font-size:14px;font-weight:650;transition:background-color .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 5px 13px #3f63cf2e}.score-evaluation-field__button:hover:not(:disabled){background:#3458c1;transform:translateY(-1px);box-shadow:0 7px 17px #3f63cf3d}.score-evaluation-field__button:active:not(:disabled){transform:translateY(0)}.score-evaluation-field__button:disabled{cursor:not-allowed;box-shadow:none;background:#b5bed5}.score-evaluation-field__spinner{border:2px solid #ffffff73;border-top-color:#fff;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite score-evaluation-spin}.score-evaluation-field__error{color:#d64f5b;margin:9px 0 0;font-size:12px;line-height:1.5}.score-result-card{margin-top:22px}.score-result-card__header{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:24px;padding-bottom:24px;display:flex}.score-result-card__eyebrow{color:#268451;background:#e9f5ee;border-radius:999px;align-items:center;height:25px;margin-bottom:9px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.score-result-card__title{color:#1d2739;letter-spacing:-.03em;margin:0;font-size:21px;font-weight:750}.score-result-card__date{color:#949cac;margin:7px 0 0;font-size:12px}.score-result-total{flex-direction:column;align-items:flex-end;min-width:130px;display:flex}.score-result-total__label{color:#818a9c;margin-bottom:3px;font-size:12px;font-weight:600}.score-result-total__value{color:#3158c7;letter-spacing:-.04em;font-size:38px;font-weight:800;line-height:1}.score-result-total__value span{margin-left:3px;font-size:15px;font-weight:700}.score-result-summary{background:#f6f8ff;border:1px solid #e3e9fa;border-radius:10px;margin-top:24px;padding:21px 22px}.score-result-summary__title{color:#354c8e;margin:0 0 8px;font-size:14px;font-weight:700}.score-result-summary__content{color:#566078;margin:0;font-size:14px;line-height:1.75}.score-result-categories{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-top:18px;display:grid}.score-result-category{background:#fff;border:1px solid #e9ecf2;border-radius:10px;min-width:0;padding:20px}.score-result-category__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.score-result-category__title{color:#424b5e;margin:0;font-size:14px;font-weight:700}.score-result-category__score{color:#3158c7;flex-shrink:0;font-size:20px;font-weight:800}.score-result-category__score span{margin-left:2px;font-size:11px;font-weight:700}.score-result-category__progress{background:#edf0f5;border-radius:999px;width:100%;height:7px;margin-top:14px;overflow:hidden}.score-result-category__progress-value{border-radius:inherit;background:linear-gradient(90deg,#7996e8,#3e63cf);height:100%;transition:width .45s;display:block}.score-result-category__description{color:#7c8597;margin:14px 0 0;font-size:12px;line-height:1.65}@keyframes score-evaluation-spin{to{transform:rotate(360deg)}}@media (width<=900px){.score-result-categories{grid-template-columns:1fr}}@media (width<=640px){.score-evaluation-input-card,.score-result-card{padding:20px}.score-evaluation-field__textarea{min-height:220px;padding:16px}.score-evaluation-field__footer{flex-direction:column;align-items:stretch}.score-evaluation-field__button{width:100%}.score-result-card__header{flex-direction:column;align-items:flex-start}.score-result-total{align-items:flex-start}}.score-result-card__meta{flex-wrap:wrap;align-items:center;gap:10px;margin-top:8px;display:flex}.score-result-card__date{margin:0}.score-result-card__percentile{color:#28468f;background:#eef3ff;border:1px solid #dbe5ff;border-radius:999px;align-items:center;min-height:28px;padding:4px 10px;font-size:13px;font-weight:700;display:inline-flex}.score-result-score-section,.score-result-feedback{flex-direction:column;gap:18px;margin-top:28px;display:flex}.score-result-section-header{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.score-result-section-header__title{color:#20293a;margin:0;font-size:18px;font-weight:700}.score-result-section-header__description{color:#7a8496;text-align:right;font-size:13px;line-height:1.5}.score-result-score-note{color:#667085;background:#f7f9fc;border:1px solid #e7ebf2;border-radius:10px;margin:0;padding:14px 16px;font-size:13px;line-height:1.7}.score-result-feedback__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.score-result-feedback-card{background:#fff;border:1px solid #e7ebf2;border-radius:12px;min-width:0;padding:20px}.score-result-feedback-card--improvements{grid-column:1/-1}.score-result-feedback-card__label{border-radius:999px;align-items:center;min-height:26px;margin-bottom:12px;padding:3px 9px;font-size:13px;font-weight:700;display:inline-flex}.score-result-feedback-card--strengths .score-result-feedback-card__label{color:#16794a;background:#eaf8f1}.score-result-feedback-card--weaknesses .score-result-feedback-card__label{color:#b54708;background:#fff4e5}.score-result-feedback-card--improvements .score-result-feedback-card__label{color:#28468f;background:#eef3ff}.score-result-feedback-card__content{color:#465166;white-space:pre-line;overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.8}@media (width<=768px){.score-result-section-header{flex-direction:column;align-items:flex-start;gap:6px}.score-result-section-header__description{text-align:left}.score-result-feedback__grid{grid-template-columns:1fr}.score-result-feedback-card--improvements{grid-column:auto}}.score-result-save-status{border-radius:9px;margin:18px 0 0;padding:11px 14px;font-size:13px;font-weight:600;line-height:1.6}.score-result-save-status--success{color:#16794a;background:#eaf8f1;border:1px solid #b7e4cc}.score-result-save-status--warning{color:#b54708;background:#fff4e5;border:1px solid #fed7aa}.score-page{background:#f5f6f8;width:100%;min-height:calc(100vh - 72px);padding:42px 34px 80px}.score-page__inner{width:100%;max-width:1180px;margin:0 auto}.score-page__header{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.score-page__title{color:#192337;letter-spacing:-.035em;margin:0;font-size:25px;font-weight:750}.score-page__description{color:#858e9f;margin:8px 0 0;font-size:13px;line-height:1.6}.score-page__navigation{margin-top:19px}.score-page__content{margin-top:17px}@media (width<=768px){.score-page{padding:30px 20px 60px}.score-page__title{font-size:22px}}@media (width<=480px){.score-page{padding-left:15px;padding-right:15px}}.score-page__navigation-row{justify-content:space-between;align-items:center;gap:24px;width:100%;margin-bottom:22px;display:flex}.score-page__navigation{flex-shrink:0}.score-page__usage{box-sizing:border-box;white-space:nowrap;background:#fff;border:1px solid #dbe3f2;border-radius:20px;justify-content:center;align-items:center;gap:6px;height:40px;padding:0 16px;display:flex;box-shadow:0 4px 12px #28468f0f}.score-page__usage-label{color:#7c879f;font-size:14px;font-weight:500;line-height:1}.score-page__usage-value{color:#28468f;font-size:14px;font-weight:700;line-height:1}.signup-page{box-sizing:border-box;background:#f5f6fa;justify-content:center;align-items:flex-start;width:100%;min-height:calc(100vh - 72px);padding:48px 24px 80px;display:flex}.signup-card{box-sizing:border-box;background:#fff;border:1px solid #edf0f5;border-radius:4px;flex-direction:column;gap:22px;width:100%;max-width:520px;padding:48px 64px;display:flex;box-shadow:0 8px 28px #1e2e4e0a}.signup-card__header{text-align:center;flex-direction:column;gap:8px;margin-bottom:2px;display:flex}.signup-card__title{color:#172033;letter-spacing:-.03em;margin:0;font-size:26px;font-weight:700}.signup-card__description{color:#7a8497;margin:0;font-size:14px;line-height:1.5}.signup-card__field{flex-direction:column;gap:10px;display:flex}.signup-card__field label{color:#172033;font-size:16px;font-weight:700}.signup-card__field input{color:#20293a;box-sizing:border-box;background:#fff;border:1px solid #d9dee8;border-radius:999px;outline:none;width:100%;height:46px;padding:0 16px;font-size:15px;transition:border-color .2s,box-shadow .2s}.signup-card__field input::placeholder{color:#a4adbc}.signup-card__field input:focus{border-color:#31529f;box-shadow:0 0 0 3px #31529f1f}.signup-card__error{color:#dc2626;margin:-4px 0 0;font-size:14px;font-weight:500;line-height:1.5}.signup-card__submit{color:#fff;cursor:pointer;background:#31529f;border:0;border-radius:999px;width:100%;height:48px;margin-top:4px;font-size:15px;font-weight:700;transition:background .2s,transform .1s}.signup-card__submit:hover:not(:disabled){background:#29488e}.signup-card__login-button{color:#31529f;cursor:pointer;background:#fff;border:1px solid #31529f;border-radius:999px;width:100%;height:46px;font-size:15px;font-weight:700;transition:color .2s,background .2s}.signup-card__login-button:hover:not(:disabled){color:#fff;background:#31529f}.signup-card button:disabled,.signup-card input:disabled{cursor:not-allowed;opacity:.65}@media (width<=640px){.signup-page{padding:32px 16px 56px}.signup-card{max-width:100%;padding:36px 24px}}.reset-password-page{box-sizing:border-box;background:#f6f8fc;justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;display:flex}.reset-password-card{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:20px;width:min(100%,440px);padding:36px;box-shadow:0 16px 40px #0f172a14}.reset-password-card--center{text-align:center}.reset-password-card__header{margin-bottom:28px}.reset-password-card h1{color:#172554;margin:0;font-size:26px;font-weight:700}.reset-password-card__header p,.reset-password-card--center>p{color:#64748b;margin:10px 0 0;font-size:14px;line-height:1.7}.reset-password-card__account{background:#f8fafc;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:22px;padding:12px 14px;display:flex}.reset-password-card__account span{color:#64748b;font-size:13px}.reset-password-card__account strong{color:#334155;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.reset-password-card__field{flex-direction:column;gap:8px;margin-bottom:18px;display:flex}.reset-password-card__field label{color:#334155;font-size:14px;font-weight:600}.reset-password-card__field input{box-sizing:border-box;color:#0f172a;border:1px solid #cbd5e1;border-radius:10px;outline:none;width:100%;padding:13px 14px;font-size:14px;transition:border-color .15s,box-shadow .15s}.reset-password-card__field input:focus{border-color:#28468f;box-shadow:0 0 0 3px #28468f1f}.reset-password-card__field input:disabled{cursor:not-allowed;background:#f8fafc}.reset-password-card__error{color:#dc2626;background:#fef2f2;border-radius:8px;margin:0 0 18px;padding:11px 12px;font-size:13px;line-height:1.5}.reset-password-card__primary-button,.reset-password-card__secondary-button{box-sizing:border-box;cursor:pointer;border-radius:10px;width:100%;padding:14px 16px;font-size:15px;font-weight:700}.reset-password-card__primary-button{color:#fff;background:#28468f;border:0}.reset-password-card__primary-button:hover:not(:disabled){background:#203b7d}.reset-password-card__secondary-button{color:#475569;background:#fff;border:1px solid #cbd5e1;margin-top:10px}.reset-password-card__secondary-button:hover:not(:disabled){background:#f8fafc}.reset-password-card__primary-button:disabled,.reset-password-card__secondary-button:disabled{opacity:.65;cursor:not-allowed}.reset-password-card__icon{color:#dc2626;background:#fef2f2;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 20px;font-size:28px;font-weight:800;display:flex}.reset-password-card__icon--success{color:#16a34a;background:#f0fdf4}.reset-password-card__spinner{border:4px solid #e2e8f0;border-top-color:#28468f;border-radius:50%;width:38px;height:38px;margin:0 auto 22px;animation:.8s linear infinite reset-password-spin}.reset-password-card--center .reset-password-card__primary-button{margin-top:26px}@keyframes reset-password-spin{to{transform:rotate(360deg)}}@media (width<=520px){.reset-password-page{padding:20px 14px}.reset-password-card{padding:30px 22px}}.sespec-list{width:100%}.sespec-list__notice{border-radius:9px;margin:0 0 16px;padding:12px 14px;font-size:13px}.sespec-list__notice--error{color:#bd4b57;background:#fff2f3}.sespec-list__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.sespec-list-card{background:#fff;border:1px solid #e7eaf0;border-radius:12px;min-width:0;position:relative;overflow:hidden;box-shadow:0 7px 24px #19274409}.sespec-list-card__main{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:22px;display:block}.sespec-list-card__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.sespec-list-card__header h3{color:#202a3e;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:16px;font-weight:720;overflow:hidden}.sespec-list-card__status{border-radius:999px;flex:none;padding:5px 8px;font-size:10px;font-weight:750}.sespec-list-card__status--active{color:#3d61c6;background:#eef3ff}.sespec-list-card__status--done{color:#28764a;background:#eaf7ef}.sespec-list-card__tags{flex-wrap:wrap;gap:6px;margin-top:15px;display:flex}.sespec-list-card__tags span{color:#6f7888;background:#f5f6f8;border-radius:6px;padding:5px 8px;font-size:10px}.sespec-list-card__tag--muted{color:#a2a8b3!important}.sespec-list-card__preview{background:#f8f9fb;border-radius:8px;flex-direction:column;gap:5px;min-height:78px;margin-top:18px;padding:13px;display:flex}.sespec-list-card__preview span{color:#9aa2b0;font-size:10px;font-weight:650}.sespec-list-card__preview strong{color:#505b6e;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;font-weight:500;line-height:1.55;display:-webkit-box;overflow:hidden}.sespec-list-card__stage,.sespec-list-card__date{color:#8d96a5;margin:13px 0 0;font-size:11px}.sespec-list-card__progress-row{color:#798294;align-items:center;gap:10px;margin-top:9px;font-size:10px;font-weight:650;display:flex}.sespec-list-card__progress-track{background:#edf0f4;border-radius:999px;flex:1;height:6px;overflow:hidden}.sespec-list-card__progress-fill{border-radius:inherit;background:#5476d5;height:100%;display:block}.sespec-list-card__progress-fill--done{background:#43a16f}.sespec-list-card__delete{color:#c45862;font:inherit;cursor:pointer;background:#fff2f3;border:0;border-radius:6px;padding:5px 8px;font-size:10px;position:absolute;bottom:13px;right:13px}.sespec-list-new-card{color:#5e6d8d;min-height:290px;font:inherit;cursor:pointer;background:#f9fbff;border:1px dashed #bdc9e2;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:22px;display:flex}.sespec-list-new-card:hover{background:#f5f8ff;border-color:#6888d5}.sespec-list-new-card__plus{color:#4567c5;font-size:34px;line-height:1}.sespec-list-new-card strong{color:#33456f;font-size:15px}.sespec-list-new-card>span:last-child{color:#929bad;font-size:11px}.sespec-list__empty-card,.sespec-list__empty-message{color:#7f899b;background:#fff;border:1px solid #e7eaf0;border-radius:10px;padding:24px;font-size:13px}.sespec-list__empty-message{text-align:center;margin-top:16px}@media (width<=980px){.sespec-list__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.sespec-list__grid{grid-template-columns:1fr}}.sespec-report-marking{flex-direction:column;gap:16px;display:flex}.sespec-source-text{color:#414c60;white-space:pre-wrap;background:#fbfcfd;border:1px solid #e6e9ef;border-radius:10px;margin:0;padding:22px;font-size:14px;line-height:1.9}.sespec-source-mark{background:#5a79d214;border-bottom:2px solid #5a79d2}.sespec-source-mark[data-type=activity]{background:#dd8b3f17;border-bottom-color:#dd8b3f}.sespec-source-mark__index{color:#385dbd;margin-left:2px;font-size:10px;font-weight:800}.sespec-source-mark[data-type=activity] .sespec-source-mark__index{color:#ba6c27}.sespec-report-footnotes{flex-direction:column;gap:10px;display:flex}.sespec-report-footnote{background:#fff;border:1px solid #e7eaf0;border-radius:9px;grid-template-columns:28px minmax(0,1fr);gap:12px;padding:16px;display:grid}.sespec-report-footnote__number{color:#3d61c4;background:#edf2ff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;font-weight:800;display:inline-flex}.sespec-report-footnote[data-type=activity] .sespec-report-footnote__number{color:#b86824;background:#fff1e5}.sespec-report-footnote__body{flex-direction:column;gap:8px;display:flex}.sespec-report-footnote__title,.sespec-report-footnote__paper,.sespec-report-footnote__description,.sespec-report-footnote__example,.sespec-report-footnote__warning{margin:0}.sespec-report-footnote__title{color:#313c50;font-size:13px;font-weight:720}.sespec-report-footnote__paper,.sespec-report-footnote__description,.sespec-report-footnote__example,.sespec-report-footnote__warning{font-size:12px;line-height:1.65}.sespec-report-footnote__paper a{color:#315bbd;text-decoration:none}.sespec-report-footnote__description{color:#677286}.sespec-report-footnote__example{color:#49556b;background:#f6f8fc;border-radius:7px;padding:10px 12px}.sespec-report-footnote__warning{color:#b65c2f}.sespec-report-marking__empty{color:#8c95a5;margin:0;font-size:13px}.sespec-step-navigation{background:#fff;border:1px solid #e8ebf1;border-radius:11px;grid-template-columns:repeat(5,minmax(0,1fr));width:100%;min-height:74px;padding:0 20px;display:grid}.sespec-step-navigation__item{color:#697386;min-width:0;font:inherit;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:10px;padding:0 10px;display:flex}.sespec-step-navigation__item:not(:disabled):hover{color:#3157bb}.sespec-step-navigation__circle{color:#687183;background:#e5e8ed;border-radius:50%;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:750;display:inline-flex}.sespec-step-navigation__label{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650;overflow:hidden}.sespec-step-navigation__item--active{color:#28468f}.sespec-step-navigation__item--active .sespec-step-navigation__circle{color:#fff;background:#3f63cf}.sespec-step-navigation__item--completed .sespec-step-navigation__circle{color:#355abf;background:#e7edff}.sespec-step-navigation__item--locked{color:#b5bbc6;cursor:not-allowed}@media (width<=760px){.sespec-step-navigation{padding:10px}.sespec-step-navigation__item{flex-direction:column;gap:5px;min-height:58px}.sespec-step-navigation__label{font-size:11px}}.sespec-structure-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.sespec-structure-item{background:#fff;border:1px solid #e6e9ef;border-radius:9px;padding:17px}.sespec-structure-item__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.sespec-structure-item__header strong{color:#354054;font-size:14px}.sespec-structure-item__header span{color:#347354;background:#edf5ef;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:750}.sespec-structure-item[data-level=얕음] .sespec-structure-item__header span{color:#a96923;background:#fff5e7}.sespec-structure-item[data-level=없음] .sespec-structure-item__header span{color:#b95460;background:#fff0f1}.sespec-structure-item>p{color:#697386;margin:12px 0 0;font-size:12px;line-height:1.65}.sespec-structure-item blockquote{color:#566176;background:#f7f9fe;border-left:3px solid #9bb0e8;margin:12px 0 0;padding:11px 12px;font-size:12px;line-height:1.65}.sespec-structure-item__empty{color:#a1a8b4!important}.sespec-structure-summary{background:#f5f7fc;border-radius:9px;grid-template-columns:auto minmax(0,1fr);gap:12px;margin-top:14px;padding:14px 16px;display:grid}.sespec-structure-summary span{color:#3f5fac;font-size:11px;font-weight:750}.sespec-structure-summary p{color:#606b80;margin:0;font-size:12px;line-height:1.65}@media (width<=720px){.sespec-structure-list{grid-template-columns:1fr}}.file-extract{flex-direction:column;gap:12px;display:flex}.file-extract__drop-zone{color:#58647a;cursor:pointer;background:#fafbfe;border:1px dashed #c9d2e5;border-radius:10px;flex-direction:column;gap:6px;padding:18px;transition:all .16s;display:flex}.file-extract__drop-zone strong{color:#33405a;font-size:14px}.file-extract__drop-zone span{color:#8a94a6;font-size:12px;line-height:1.55}.file-extract__drop-zone:hover,.file-extract__drop-zone--dragging{background:#f5f8ff;border-color:#5d7fd5}.file-extract__input{display:none}.file-extract__files{flex-direction:column;gap:8px;display:flex}.file-extract__file{background:#fff;border:1px solid #e4e8ef;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.file-extract__file-type{color:#4161b5;background:#edf2ff;border-radius:5px;justify-content:center;align-items:center;min-width:34px;height:25px;padding:0 7px;font-size:10px;font-weight:800;display:inline-flex}.file-extract__file-name{color:#424d62;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.file-extract__file-size{color:#98a1b0;font-size:11px}.file-extract__remove{color:#6e7787;cursor:pointer;background:#f5f6f8;border:0;border-radius:6px;width:28px;height:28px;padding:0}.file-extract__actions{gap:8px;display:flex}.file-extract__primary-button,.file-extract__secondary-button{min-height:38px;font:inherit;cursor:pointer;border-radius:7px;padding:0 14px;font-size:12px;font-weight:650}.file-extract__primary-button{color:#fff;background:#3f63cf;border:0}.file-extract__secondary-button{color:#586174;background:#fff;border:1px solid #dfe4ec}.file-extract__primary-button:disabled,.file-extract__secondary-button:disabled{opacity:.55;cursor:not-allowed}.file-extract__notice{border-radius:8px;margin:0;padding:10px 12px;font-size:12px;line-height:1.55}.file-extract__notice--info{color:#476197;background:#f3f7ff}.file-extract__notice--error{color:#c54e5b;background:#fff3f4}.curriculum-modal-backdrop{z-index:9999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1821327a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.curriculum-modal{background:#fff;border-radius:22px;flex-direction:column;width:min(900px,100vw - 48px);max-height:min(780px,100vh - 48px);display:flex;overflow:hidden;box-shadow:0 24px 70px #111c303d}.curriculum-modal--unit{width:min(760px,100vw - 48px)}.curriculum-modal__header{justify-content:space-between;align-items:flex-start;gap:24px;padding:30px 30px 18px;display:flex}.curriculum-modal__header h3{color:#172033;margin:0;font-size:22px;font-weight:700;line-height:1.4}.curriculum-modal__header p{color:#697386;margin:8px 0 0;font-size:15px;line-height:1.5}.curriculum-modal__close{color:#354052;cursor:pointer;background:#f4f5f7;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:44px;height:44px;padding:0;font-size:27px;font-weight:400;line-height:1;transition:background .15s;display:flex}.curriculum-modal__close:hover{background:#e9ecf1}.curriculum-modal__search{color:#273349;height:66px;font:inherit;background:#fff;border:2px solid #2458c5;border-radius:14px;outline:none;margin:0 30px 20px;padding:0 20px;font-size:17px;box-shadow:0 0 0 4px #2458c514}.curriculum-modal__search::placeholder{color:#979fac}.curriculum-modal__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;min-height:100px;margin:0 30px;padding:0 6px 24px 0;display:grid;overflow-y:auto}.curriculum-modal__list--course{grid-template-columns:repeat(3,minmax(0,1fr))}.curriculum-modal__item{color:#39465a;min-height:60px;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #dce1e9;border-radius:13px;flex-direction:column;justify-content:center;gap:4px;padding:12px 18px;font-size:15px;transition:border-color .14s,background .14s,color .14s,box-shadow .14s;display:flex}.curriculum-modal__item:hover{color:#194fab;background:#f7faff;border-color:#86a9f6}.curriculum-modal__item--selected{color:#174dad;background:#f3f7ff;border-color:#5485eb;box-shadow:inset 0 0 0 1px #5485eb14}.curriculum-modal__course-name{white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.curriculum-modal__course-group{color:#8993a4;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:400;overflow:hidden}.curriculum-modal__item--selected .curriculum-modal__course-group{color:#6b86be}.curriculum-modal__empty{color:#8b94a6;text-align:center;grid-column:1/-1;padding:64px 20px;font-size:14px}.curriculum-modal__footer{border-top:1px solid #e4e7ec;justify-content:space-between;align-items:center;gap:20px;padding:20px 30px 28px;display:flex}.curriculum-modal__footer span{color:#697386;font-size:13px}.curriculum-modal__footer button{color:#364152;min-width:84px;height:50px;font:inherit;cursor:pointer;background:#fff;border:1px solid #d3d9e2;border-radius:12px;padding:0 20px;font-size:14px;font-weight:700;transition:background .15s}.curriculum-modal__footer button:hover{background:#f6f7f9}.subject-confirm-modal{background:#fff;border-radius:22px;width:min(450px,100vw - 40px);padding:34px 30px 30px;box-shadow:0 20px 60px #131e333d}.subject-confirm-modal__icon{margin-bottom:14px;font-size:18px}.subject-confirm-modal h3{color:#172033;margin:0;font-size:22px;font-weight:800;line-height:1.4}.subject-confirm-modal__curriculum{color:#7b8494;margin-top:18px;font-size:13px;display:block}.subject-confirm-modal__selection{color:#1e293b;margin-top:5px;font-size:16px;font-weight:700;display:block}.subject-confirm-modal p{color:#667085;margin:18px 0 0;font-size:14px;line-height:1.65}.subject-confirm-modal__buttons{grid-template-columns:1fr 1fr;gap:14px;margin-top:28px;display:grid}.subject-confirm-modal__buttons button{color:#354052;height:58px;font:inherit;cursor:pointer;background:#fff;border:1px solid #d0d7e2;border-radius:12px;font-size:15px;font-weight:700;transition:background .15s,border-color .15s}.subject-confirm-modal__buttons button:hover{background:#f7f8fa}.subject-confirm-modal__buttons .subject-confirm-modal__confirm{color:#174fae;border-color:#8cb0ff}.subject-confirm-modal__buttons .subject-confirm-modal__confirm:hover{background:#f7faff;border-color:#4f7fe6}@media (width<=900px){.curriculum-modal__list--course{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.curriculum-modal-backdrop{padding:14px}.curriculum-modal{border-radius:18px;width:100%;max-height:calc(100vh - 28px)}.curriculum-modal__header{padding:24px 20px 16px}.curriculum-modal__search{margin:0 20px 18px}.curriculum-modal__list,.curriculum-modal__list--course{grid-template-columns:1fr;margin:0 20px}.curriculum-modal__footer{padding:18px 20px 22px}.curriculum-modal__footer span{display:none}}.sespec-input-step__meta-grid{grid-template-columns:220px minmax(0,1fr);gap:18px;display:grid}.sespec-input-step__subject-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.sespec-input-step__student-info{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.sespec-input-step__student-info>div{background:#fafbfc;border:1px solid #e9ecf1;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.sespec-input-step__student-info span{color:#8c95a5;font-size:11px}.sespec-input-step__student-info strong{color:#475267;font-size:12px;font-weight:650}.sespec-input-step__report-field{margin-top:22px}.sespec-input-step__report-label-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.sespec-input-step__char-count{color:#d05c68;font-size:11px;font-weight:650}.sespec-input-step__char-count--ready{color:#2e8a58}.sespec-input-step__textarea{min-height:330px}.sespec-input-step__file-area{margin-top:14px}@media (width<=700px){.sespec-input-step__meta-grid,.sespec-input-step__student-info,.sespec-input-step__subject-row{grid-template-columns:1fr}}.sespec-preview-legend{color:#7a8496;flex-wrap:wrap;gap:14px;margin-bottom:12px;font-size:11px;display:flex}.sespec-preview-legend span{align-items:center;gap:6px;display:inline-flex}.sespec-preview-legend i{background:#5a79d2;border-radius:999px;width:22px;height:4px}.sespec-preview-legend__activity{background:#dd8b3f!important}.sespec-preview-edit{flex-direction:column;gap:8px;display:flex}.sespec-preview-edit__textarea{min-height:420px}.sespec-preview-edit p{color:#8d96a6;margin:0;font-size:11px;line-height:1.55}.sespec-record-box{background:#fbfcfd;border:1px solid #e4e8ef;border-radius:10px;overflow:hidden}.sespec-record-box__text{color:#3f4a5e;white-space:pre-wrap;min-height:180px;padding:22px;font-size:14px;line-height:1.9}.sespec-record-box__text mark{color:#6c5921;background:#fff0a8;border-radius:3px;padding:1px 3px}.sespec-record-box__textarea{background:#fff;border:0;border-radius:0;min-height:230px}.sespec-record-meter{color:#7a8495;background:#f6f8fb;border-top:1px solid #e8ebf0;flex-wrap:wrap;gap:12px;padding:10px 14px;font-size:11px;font-weight:650;display:flex}.sespec-record-meter--over{color:#c34f5b;background:#fff2f3}.sespec-suggestion-groups{flex-direction:column;gap:18px;display:flex}.sespec-suggestion-group{background:#fbfcfd;border:1px solid #e7eaf0;border-radius:10px;padding:18px}.sespec-suggestion-group__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.sespec-suggestion-group__header h3{color:#344057;margin:0;font-size:15px}.sespec-suggestion-group__header span{color:#4162bb;background:#edf2ff;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:750}.sespec-suggestion-group[data-type=activity] .sespec-suggestion-group__header span{color:#b66c2b;background:#fff0e4}.sespec-suggestion-group__description,.sespec-suggestion-group__empty{color:#8a93a2;margin:7px 0 0;font-size:11px;line-height:1.55}.sespec-suggestion-group__items{flex-direction:column;gap:9px;margin-top:13px;display:flex}.sespec-suggestion-item{cursor:pointer;background:#fff;border:1px solid #e3e7ee;border-radius:9px;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:15px;display:grid}.sespec-suggestion-item--selected{background:#f7f9ff;border-color:#7794df}.sespec-suggestion-item>input{accent-color:#4265c7;margin-top:4px}.sespec-suggestion-item__body{min-width:0}.sespec-suggestion-item blockquote{color:#3f4b61;margin:0;font-size:12px;font-weight:650;line-height:1.6}.sespec-suggestion-item__body>p{color:#6c778a;margin:8px 0 0;font-size:12px;line-height:1.65}.sespec-suggestion-item__guide{color:#4d5d79!important}.sespec-suggestion-item__paper a{color:#315dbd;font-weight:650;text-decoration:none}.sespec-suggestion-item__example{background:#f5f7fb;border-radius:8px;margin-top:10px;padding:11px 12px}.sespec-suggestion-item__example span,.sespec-suggestion-plan strong{color:#51617e;font-size:10px;font-weight:750}.sespec-suggestion-item__example p{color:#59667b;margin:5px 0 0;font-size:12px;line-height:1.6}.sespec-suggestion-plan{background:#fffaf5;border:1px solid #f0e2d4;border-radius:8px;gap:10px;margin-top:10px;padding:12px;display:grid}.sespec-suggestion-plan ol,.sespec-suggestion-plan ul{color:#756a60;margin:6px 0 0;padding-left:18px;font-size:11px;line-height:1.6}.sespec-suggestion-plan p{color:#756a60;margin:6px 0 0;font-size:11px;line-height:1.6}.sespec-suggestion-item__warning{color:#b65e31!important}.sespec-suggestion-footer{justify-content:space-between;align-items:center;gap:18px;margin-top:20px;display:flex}.sespec-suggestion-footer>span{color:#788295;font-size:12px}@media (width<=700px){.sespec-suggestion-footer{flex-direction:column;align-items:stretch}}.sespec-page{background:#f5f6f8;width:100%;min-height:calc(100vh - 72px);padding:38px 34px 80px}.sespec-page__inner{width:100%;max-width:1180px;margin:0 auto}.sespec-page__header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:20px;display:flex}.sespec-page__header h1{color:#192337;letter-spacing:-.035em;margin:0;font-size:25px;font-weight:750}.sespec-page__header p{color:#858e9f;margin:8px 0 0;font-size:13px;line-height:1.6}.sespec-page__header--detail{align-items:center}.sespec-page__eyebrow{color:#5070c6;letter-spacing:.08em;margin-bottom:5px;font-size:10px;font-weight:800;display:inline-block}.sespec-page__content{margin-top:17px}.sespec-step{width:100%}.sespec-card{background:#fff;border:1px solid #e9ecf2;border-radius:12px;width:100%;padding:28px;box-shadow:0 7px 24px #1927440a}.sespec-card__header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.sespec-card__header h2,.sespec-readonly-block>h2{color:#263147;margin:0;font-size:18px;font-weight:720}.sespec-card__header p{color:#8a93a4;margin:7px 0 0;font-size:12px;line-height:1.65}.sespec-field{flex-direction:column;gap:8px;display:flex}.sespec-field__label{color:#414a5d;font-size:12px;font-weight:650}.sespec-input,.sespec-select,.sespec-textarea{color:#303a4c;width:100%;font:inherit;background:#f8f9fb;border:1px solid #dfe3ea;border-radius:8px;outline:none;font-size:13px}.sespec-input,.sespec-select{height:42px;padding:0 12px}.sespec-textarea{resize:vertical;padding:15px;line-height:1.75}.sespec-input:focus,.sespec-select:focus,.sespec-textarea:focus{background:#fff;border-color:#6482d7;box-shadow:0 0 0 3px #4869ca17}.sespec-button{min-height:40px;font:inherit;cursor:pointer;border-radius:7px;justify-content:center;align-items:center;padding:0 16px;font-size:12px;font-weight:680;display:inline-flex}.sespec-button--primary{color:#fff;background:#3f63cf;border:0}.sespec-button--secondary{color:#505b6d;background:#fff;border:1px solid #dce1e9}.sespec-button:disabled{opacity:.5;cursor:not-allowed}.sespec-action-row{justify-content:flex-end;align-items:center;gap:8px;margin-top:20px;display:flex}.sespec-action-row--compact{margin-top:0}.sespec-action-row--wrap{flex-wrap:wrap}.sespec-notice{border-radius:8px;margin:14px 0 0;padding:11px 13px;font-size:12px;line-height:1.6}.sespec-notice--error{color:#be4e59;background:#fff2f3}.sespec-notice--info{color:#4d679e;background:#f2f6ff}.sespec-notice--warning{color:#a36c2f;background:#fff6e8}.sespec-loading{color:#6f798b;justify-content:center;align-items:center;gap:10px;min-height:150px;font-size:13px;display:flex}.sespec-loading__spinner{border:2px solid #d5dceb;border-top-color:#4e6fc9;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite sespec-spin}.sespec-readonly-block{margin-top:14px}.sespec-readonly-block>h2{margin-bottom:16px}.sespec-readonly-record,.sespec-readonly-source{color:#475267;white-space:pre-wrap;background:#fafbfc;border:1px solid #e7eaf0;border-radius:9px;padding:18px;font-size:13px;line-height:1.8}.sespec-readonly-structure{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.sespec-readonly-structure article{background:#fafbfc;border:1px solid #e7eaf0;border-radius:8px;padding:14px}.sespec-readonly-structure article>div{justify-content:space-between;align-items:center;gap:10px;display:flex}.sespec-readonly-structure strong{color:#3f4b60;font-size:12px}.sespec-readonly-structure span{color:#667795;font-size:10px;font-weight:700}.sespec-readonly-structure p{color:#727d8f;margin:8px 0 0;font-size:11px;line-height:1.6}.sespec-subscription-modal{z-index:2000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a7a;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.sespec-subscription-modal__content{background:#fff;border:1px solid #e4e8f0;border-radius:16px;width:100%;max-width:420px;padding:30px 28px 26px;animation:.18s ease-out sespec-subscription-modal-in;position:relative;box-shadow:0 24px 70px #16213833}.sespec-subscription-modal__close{color:#8b94a4;width:32px;height:32px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;padding:0;font-size:22px;line-height:1;display:inline-flex;position:absolute;top:14px;right:14px}.sespec-subscription-modal__close:hover{color:#515b6e;background:#f3f5f8}.sespec-subscription-modal__icon{color:#4164c9;background:#edf2ff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:17px;font-size:19px;font-weight:800;display:flex}.sespec-subscription-modal__title{color:#263147;letter-spacing:-.035em;margin:0;padding-right:20px;font-size:20px;font-weight:750}.sespec-subscription-modal__description{color:#737d8f;margin:13px 0 0;font-size:13px;line-height:1.75}.sespec-subscription-modal__actions{justify-content:flex-end;align-items:center;gap:8px;margin-top:25px;display:flex}.sespec-subscription-modal__cancel-button,.sespec-subscription-modal__pricing-button{min-height:42px;font:inherit;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:0 17px;font-size:12px;font-weight:680;transition:background-color .15s,border-color .15s,transform .15s;display:inline-flex}.sespec-subscription-modal__cancel-button{color:#596375;background:#fff;border:1px solid #dce1e9}.sespec-subscription-modal__cancel-button:hover{background:#f6f7f9}.sespec-subscription-modal__pricing-button{color:#fff;background:#3f63cf;border:1px solid #3f63cf}.sespec-subscription-modal__pricing-button:hover{background:#3558bd;border-color:#3558bd}.sespec-subscription-modal__pricing-button:active,.sespec-subscription-modal__cancel-button:active{transform:translateY(1px)}@keyframes sespec-spin{to{transform:rotate(360deg)}}@keyframes sespec-subscription-modal-in{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=760px){.sespec-page{padding:28px 18px 60px}.sespec-page__header{flex-direction:column;align-items:stretch}.sespec-card{padding:20px}.sespec-readonly-structure{grid-template-columns:1fr}.sespec-subscription-modal{padding:16px}.sespec-subscription-modal__content{padding:27px 20px 20px}.sespec-subscription-modal__actions{flex-direction:column-reverse;align-items:stretch}.sespec-subscription-modal__cancel-button,.sespec-subscription-modal__pricing-button{width:100%}}.topic-step{box-sizing:border-box;width:100%;padding:0 30px 40px}.topic-step__toolbar{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:20px;display:flex}.topic-step__title{color:#172033;letter-spacing:-.03em;margin:0;font-size:24px;font-weight:700}.topic-step__description{color:#7a8497;margin:8px 0 0;font-size:14px;line-height:1.5}.topic-step__recommend-button{color:#fff;min-width:148px;height:50px;font:inherit;cursor:pointer;background:#3d63d3;border:0;border-radius:9px;padding:0 22px;font-size:15px;font-weight:700;transition:background-color .2s,transform .2s,box-shadow .2s;box-shadow:0 6px 14px #3d63d333}.topic-step__recommend-button:hover:not(:disabled){background:#3154be;transform:translateY(-2px);box-shadow:0 9px 18px #3d63d340}.topic-step__recommend-button:active:not(:disabled){transform:translateY(0)}.topic-step__recommend-button:disabled{color:#fff;cursor:not-allowed;box-shadow:none;background:#c7cedd}.topic-step__layout{grid-template-columns:minmax(280px,.75fr) minmax(440px,1.65fr);align-items:stretch;gap:28px;display:grid}.topic-setting-card,.topic-result-card{background:#fff;border:1px solid #e5e9f1;border-radius:14px;min-height:480px;overflow:hidden;box-shadow:0 5px 18px #25314e0a}.topic-setting-card__header,.topic-result-card__header{border-bottom:1px solid #edf0f5;align-items:center;gap:13px;min-height:88px;padding:20px 24px;display:flex}.topic-setting-card__number{color:#315bc6;background:#edf2ff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:800;display:inline-flex}.topic-setting-card__header h3,.topic-result-card__header h3{color:#1b2538;letter-spacing:-.02em;margin:0;font-size:18px;font-weight:700}.topic-setting-card__header p,.topic-result-card__header p{color:#929bad;margin:4px 0 0;font-size:13px}.topic-result-card__count{color:#536078;background:#f1f4fb;border-radius:999px;margin-left:auto;padding:5px 10px;font-size:12px;font-weight:700}.topic-setting-card__form{flex-direction:column;gap:22px;padding:26px 24px 30px;display:flex}.topic-field{flex-direction:column;gap:9px;display:flex;position:relative}.topic-field__label{color:#2c3546;align-items:center;gap:6px;font-size:14px;font-weight:700;display:flex}.topic-field__optional{color:#8992a2;background:#f0f2f6;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:600}.topic-field select,.topic-field textarea{color:#283246;width:100%;font:inherit;background:#fafbfc;border:1px solid #dce2ec;border-radius:9px;outline:none;font-size:14px;transition:border-color .2s,background-color .2s,box-shadow .2s}.topic-field select{cursor:pointer;height:48px;padding:0 42px 0 14px}.topic-field textarea{resize:vertical;min-height:104px;padding:14px 14px 32px;line-height:1.55}.topic-field select:focus,.topic-field textarea:focus{background:#fff;border-color:#4b6fd5;box-shadow:0 0 0 3px #4b6fd51f}.topic-field select:disabled{color:#abb2bf;cursor:not-allowed;background:#f2f4f7}.topic-field textarea::placeholder{color:#adb4c1}.topic-field__count{color:#a1a9b7;font-size:11px;position:absolute;bottom:10px;right:12px}.topic-setting-card__divider{background:#edf0f4;height:1px}.topic-result-card{flex-direction:column;display:flex}.topic-result-card__body{background:#fbfcfe;flex:1;min-height:390px;padding:18px;display:flex}.topic-empty-state,.topic-loading{text-align:center;background:#fff;border:1px dashed #d9dfeb;border-radius:11px;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:310px;display:flex}.topic-empty-state strong,.topic-loading strong{color:#3d4658;font-size:15px}.topic-empty-state p,.topic-loading p{color:#99a1b0;margin:9px 0 0;font-size:13px;line-height:1.65}.topic-loading__spinner{border:3px solid #e3e8f4;border-top-color:#4568ce;border-radius:50%;width:34px;height:34px;margin-bottom:18px;animation:.8s linear infinite topic-spin}@keyframes topic-spin{to{transform:rotate(360deg)}}.recommended-topic-list{flex-direction:column;gap:12px;width:100%;display:flex}.recommended-topic{width:100%;min-height:84px;color:inherit;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #e0e5ee;border-radius:10px;align-items:center;gap:14px;padding:15px 16px;transition:border-color .2s,background-color .2s,transform .2s,box-shadow .2s;display:flex}.recommended-topic:hover{border-color:#aabbe9;transform:translateY(-1px);box-shadow:0 5px 14px #314c9112}.recommended-topic--selected{background:#f6f8ff;border-color:#4166cd;box-shadow:0 0 0 2px #4166cd1a}.recommended-topic__index{color:#6c778b;background:#f0f3f9;border-radius:8px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:800;display:flex}.recommended-topic--selected .recommended-topic__index{color:#fff;background:#4166cd}.recommended-topic__content{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.recommended-topic__content strong{color:#273144;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;line-height:1.45;overflow:hidden}.recommended-topic__content span{color:#8a94a5;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.5;overflow:hidden}.recommended-topic__radio{border:2px solid #cbd2df;border-radius:50%;flex:none;justify-content:center;align-items:center;width:21px;height:21px;display:flex}.recommended-topic--selected .recommended-topic__radio{border-color:#4166cd}.recommended-topic__radio-dot{background:#4166cd;border-radius:50%;width:9px;height:9px}@media (width<=960px){.topic-step__layout{grid-template-columns:1fr}.topic-setting-card,.topic-result-card{min-height:auto}}@media (width<=640px){.topic-step__toolbar{flex-direction:column;align-items:stretch}.topic-step__recommend-button{width:100%}.topic-setting-card__header,.topic-result-card__header{padding:18px}.topic-setting-card__form{padding:22px 18px}.topic-result-card__body{padding:14px}.recommended-topic__content strong,.recommended-topic__content span{white-space:normal}}.topic-result-card__footer{background:#fff;border-top:1px solid #edf0f5;justify-content:space-between;align-items:center;gap:20px;min-height:78px;padding:16px 20px;display:flex}.topic-result-card__guide{color:#8a94a5;margin:0;font-size:13px}.topic-step__next-button{color:#fff;min-width:168px;height:46px;font:inherit;cursor:pointer;background:#3d63d3;border:0;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-size:14px;font-weight:700;transition:background-color .2s,transform .2s,box-shadow .2s;display:inline-flex}.topic-step__next-button:hover:not(:disabled){background:#3154be;transform:translateY(-1px);box-shadow:0 6px 14px #3154be33}.topic-step__next-button:active:not(:disabled){transform:translateY(0)}.topic-step__next-button:disabled{color:#fff;cursor:not-allowed;box-shadow:none;background:#c7cedd}@media (width<=640px){.topic-result-card__footer{flex-direction:column;align-items:stretch}.topic-step__next-button{width:100%}}.topic-field select:disabled{color:#6f7888;cursor:not-allowed;opacity:1;background:#f2f4f7}.topic-setting-card--new{overflow:visible}.subject-start-field select{color:#536074;width:100%;height:58px;font:inherit;background:#fff;border:1px solid #c7d8ff;border-radius:11px;outline:none;padding:0 18px;font-size:16px;transition:border-color .15s,box-shadow .15s}.subject-start-field select:disabled{cursor:default;background:#f8f9fc}.subject-start-field__select-button{color:#1f55b4;cursor:pointer;background:#fff;border:1px solid #9db9ff;border-radius:11px;height:58px;font-size:14px;font-weight:700;transition:border-color .15s,background .15s}.subject-start-card__start-button{color:#1d52ad;cursor:pointer;background:#fff;border:1.5px solid #82a9ff;border-radius:12px;justify-content:center;align-items:center;gap:6px;width:100%;height:60px;font-size:17px;font-weight:700;transition:background .15s,border-color .15s,box-shadow .15s;display:flex}.topic-setting-card--new .topic-setting-card__divider{margin:2px 30px 0}@media (width<=640px){.subject-start-card{padding:24px 20px}.subject-start-field__row{grid-template-columns:minmax(0,1fr) 94px;gap:9px}.subject-start-field__select-button{font-size:13px}}.topic-setting-card--curriculum{overflow:visible}.subject-start-card{padding:28px 30px 26px}.subject-start-card__title{color:#182235;margin:0 0 32px;font-size:22px;font-weight:700;line-height:1.4}.subject-start-card__form{flex-direction:column;gap:23px;display:flex}.subject-start-field{flex-direction:column;gap:10px;display:flex}.subject-start-field__label{color:#172033;font-size:15px;font-weight:700}.subject-start-field select{color:#536074;width:100%;height:58px;font:inherit;cursor:pointer;background:#fff;border:1px solid #c7d8ff;border-radius:11px;outline:none;padding:0 18px;font-size:16px;transition:border-color .15s,box-shadow .15s}.subject-start-field select:focus{border-color:#3e72e7;box-shadow:0 0 0 3px #3e72e71c}.subject-start-field select:disabled{color:#70798a;cursor:not-allowed;background:#f7f8fa}.subject-start-card__guide{color:#374151;margin:-11px 0 0;font-size:13px;line-height:1.5}.subject-start-field__row{grid-template-columns:minmax(0,1fr) 108px;gap:14px;display:grid}.subject-start-field__value{color:#273349;white-space:nowrap;text-overflow:ellipsis;background:#fff;border:1px solid #c7d8ff;border-radius:11px;align-items:center;min-width:0;height:58px;padding:0 18px;font-size:15px;display:flex;overflow:hidden}.subject-start-field__value--placeholder{color:#969dac}.subject-start-field__select-button{color:#1f55b4;height:58px;font:inherit;cursor:pointer;background:#fff;border:1px solid #9db9ff;border-radius:11px;padding:0;font-size:14px;font-weight:700;transition:border-color .15s,background .15s,color .15s}.subject-start-field__select-button:hover:not(:disabled){background:#f7faff;border-color:#4c7ee7}.subject-start-field__select-button:disabled{color:#abb3c1;cursor:not-allowed;background:#f4f6f9;border-color:#dce2ed}.subject-start-card__notice{color:#3c4657;margin:1px 0 0;font-size:13px;line-height:1.6}.subject-start-card__start-button{color:#1d52ad;width:100%;height:60px;font:inherit;cursor:pointer;background:#fff;border:1.5px solid #82a9ff;border-radius:12px;justify-content:center;align-items:center;gap:7px;padding:0;font-size:17px;font-weight:700;transition:background .15s,border-color .15s,box-shadow .15s;display:flex}.subject-start-card__start-button:hover:not(:disabled){background:#f7faff;border-color:#4c7ee7;box-shadow:0 3px 10px #2e5dbe14}.subject-start-card__start-button:disabled{color:#acb3c0;cursor:not-allowed;background:#f5f6f8;border-color:#d8deea}.subject-start-card__locked{background:#f6f9ff;border:1px solid #c8d9ff;border-radius:12px;flex-direction:column;gap:5px;padding:15px 18px;display:flex}.subject-start-card__locked span{color:#6c7c9e;font-size:12px}.subject-start-card__locked strong{color:#174aab;font-size:15px}.topic-setting-card--curriculum .topic-setting-card__divider{margin:2px 30px 0}.topic-setting-card__form--topic{padding-top:24px}@media (width<=640px){.subject-start-card{padding:24px 20px}.subject-start-field__row{grid-template-columns:minmax(0,1fr) 94px;gap:9px}.subject-start-field__select-button{font-size:13px}.topic-setting-card--curriculum .topic-setting-card__divider{margin:2px 20px 0}}.subject-start-field__input{box-sizing:border-box;color:#273349;width:100%;min-width:0;height:58px;font:inherit;background:#fff;border:1px solid #c7d8ff;border-radius:11px;outline:none;padding:0 18px;font-size:15px;transition:border-color .15s,box-shadow .15s,background .15s}.subject-start-field__input::placeholder{color:#969dac}.subject-start-field__input:focus{border-color:#3e72e7;box-shadow:0 0 0 3px #3e72e71c}.subject-start-field__input:disabled{color:#70798a;cursor:not-allowed;background:#f7f8fa}.subject-start-field__helper{color:#7b8494;margin:1px 0 0;font-size:12px;line-height:1.5}.reference-step{box-sizing:border-box;width:100%;padding:0 30px 120px}.reference-step__toolbar{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:20px;display:flex}.reference-step__title{color:#172033;letter-spacing:-.03em;margin:0;font-size:24px;font-weight:700}.reference-step__description{color:#7a8497;margin:8px 0 0;font-size:14px;line-height:1.6}.reference-step__recommend-button{color:#fff;min-width:174px;height:50px;font:inherit;cursor:pointer;background:#3d63d3;border:0;border-radius:9px;padding:0 22px;font-size:14px;font-weight:700;transition:background-color .2s,transform .2s,box-shadow .2s;box-shadow:0 6px 14px #3d63d333}.reference-step__recommend-button:hover:not(:disabled){background:#3154be;transform:translateY(-2px);box-shadow:0 9px 18px #3d63d340}.reference-step__recommend-button:active:not(:disabled){transform:translateY(0)}.reference-step__recommend-button:disabled{cursor:not-allowed;box-shadow:none;background:#c7cedd}.reference-step__layout{grid-template-columns:minmax(300px,.78fr) minmax(500px,1.5fr);align-items:stretch;gap:24px;display:grid}.reference-step__side{grid-template-rows:auto 1fr;gap:18px;display:grid}.reference-panel{background:#fff;border:1px solid #e4e8f0;border-radius:14px;overflow:hidden;box-shadow:0 5px 18px #25314e0a}.reference-panel__header{border-bottom:1px solid #edf0f5;align-items:center;gap:13px;min-height:86px;padding:18px 22px;display:flex}.reference-panel__number{color:#315bc6;background:#edf2ff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:800;display:inline-flex}.reference-panel__header h3{color:#1b2538;letter-spacing:-.02em;margin:0;font-size:17px;font-weight:700}.reference-panel__header p{color:#929bad;margin:4px 0 0;font-size:12px;line-height:1.45}.reference-topic-panel__body{padding:20px 22px 24px}.reference-topic-panel__readonly{color:#303a4d;cursor:default;-webkit-user-select:text;user-select:text;background:#f5f7fa;border:1px solid #dfe4ed;border-radius:10px;min-height:96px;padding:17px;font-size:14px;font-weight:600;line-height:1.65}.reference-topic-panel__empty{color:#9ba3b1;background:#fafbfc;border:1px dashed #d9dfeb;border-radius:10px;min-height:96px;padding:17px;font-size:13px;line-height:1.6}.selected-reference-panel{min-height:330px}.selected-reference-panel__count,.recommended-reference-panel__count{color:#536078;background:#f1f4fb;border-radius:999px;margin-left:auto;padding:5px 10px;font-size:12px;font-weight:700}.selected-reference-panel__body{background:#fbfcfe;min-height:240px;max-height:390px;padding:15px;overflow-y:auto}.selected-reference-panel__empty{text-align:center;background:#fff;border:1px dashed #d9dfeb;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-height:210px;display:flex}.selected-reference-panel__empty-icon{color:#4568ce;background:#edf2ff;border-radius:13px;justify-content:center;align-items:center;width:43px;height:43px;margin-bottom:14px;font-size:22px;display:flex}.selected-reference-panel__empty strong{color:#454f60;font-size:14px}.selected-reference-panel__empty p{color:#9aa2b0;margin:8px 0 0;font-size:12px;line-height:1.6}.selected-reference-list{flex-direction:column;gap:10px;display:flex}.selected-reference-item{background:#fff;border:1px solid #e2e7ef;border-radius:9px;align-items:center;gap:11px;padding:13px;display:flex}.selected-reference-item__index{color:#4164c6;background:#edf2ff;border-radius:8px;flex:none;justify-content:center;align-items:center;width:27px;height:27px;font-size:11px;font-weight:800;display:inline-flex}.selected-reference-item__content{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.selected-reference-item__content strong{color:#303a4b;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.45;overflow:hidden}.selected-reference-item__content span{color:#919aaa;font-size:11px}.selected-reference-item__remove{color:#9ca4b2;width:28px;height:28px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;flex:none;justify-content:center;align-items:center;font-size:19px;display:inline-flex}.selected-reference-item__remove:hover{color:#e05a66;background:#f3f5f8}.recommended-reference-panel{flex-direction:column;min-height:580px;display:flex}.recommended-reference-panel__body{background:#fbfcfe;flex:1;min-height:0;padding:17px 17px 120px;display:flex;overflow-y:auto}.reference-empty-state,.reference-loading{text-align:center;background:#fff;border:1px dashed #d9dfeb;border-radius:11px;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:370px;display:flex}.reference-empty-state__icon{color:#4568ce;background:#edf2ff;border-radius:16px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:17px;font-size:25px;display:flex}.reference-empty-state strong,.reference-loading strong{color:#3d4658;font-size:15px}.reference-empty-state p,.reference-loading p{color:#99a1b0;margin:9px 0 0;font-size:13px;line-height:1.65}.reference-loading__spinner{border:3px solid #e3e8f4;border-top-color:#4568ce;border-radius:50%;width:35px;height:35px;margin-bottom:18px;animation:.8s linear infinite reference-spin}@keyframes reference-spin{to{transform:rotate(360deg)}}.recommended-reference-list{flex-direction:column;gap:12px;width:100%;display:flex}.recommended-reference-item{cursor:pointer;z-index:1;background:#fff;border:1px solid #e0e5ee;border-radius:11px;padding:17px 18px;transition:border-color .2s,background-color .2s,box-shadow .2s,transform .2s;position:relative}.recommended-reference-item:hover{border-color:#b7c4e8;transform:translateY(-1px);box-shadow:0 6px 15px #314c9112}.recommended-reference-item--selected{background:#f6f8ff;border-color:#4166cd;box-shadow:0 0 0 2px #4166cd17}.recommended-reference-item__top{justify-content:space-between;align-items:center;gap:14px;display:flex}.recommended-reference-item__meta{align-items:center;gap:8px;min-width:0;display:flex}.recommended-reference-item__type{color:#4164c6;background:#edf2ff;border-radius:999px;flex:none;padding:4px 8px;font-size:10px;font-weight:700}.recommended-reference-item__source{color:#929baa;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.recommended-reference-item__select-button{color:#536078;min-width:76px;height:34px;font:inherit;cursor:pointer;background:#fff;border:1px solid #cfd6e4;border-radius:8px;flex:none;padding:0 12px;font-size:11px;font-weight:700}.recommended-reference-item__select-button:hover{color:#4166cd;border-color:#4166cd}.recommended-reference-item__select-button--selected{color:#fff;background:#4166cd;border-color:#4166cd}.recommended-reference-item__select-button--selected:hover{color:#fff;background:#3659bd}.recommended-reference-item h4{color:#273144;margin:14px 0 0;font-size:14px;font-weight:700;line-height:1.5}.recommended-reference-item p{color:#858f9f;margin:7px 0 0;font-size:12px;line-height:1.65}.recommended-reference-panel__footer{background:#fff;border-top:1px solid #edf0f5;flex:none;justify-content:space-between;align-items:center;gap:18px;min-height:78px;padding:15px 19px;display:flex}.recommended-reference-panel__footer p{color:#8a94a5;margin:0;font-size:12px;line-height:1.5}.reference-step__next-button{color:#fff;min-width:190px;height:46px;font:inherit;cursor:pointer;background:#3d63d3;border:0;border-radius:9px;flex:none;justify-content:center;align-items:center;gap:8px;padding:0 19px;font-size:13px;font-weight:700;display:inline-flex}.reference-step__next-button:hover:not(:disabled){background:#3154be}.reference-step__next-button:disabled{cursor:not-allowed;background:#c7cedd}@media (width<=1000px){.reference-step__layout{grid-template-columns:1fr}.reference-step__side{grid-template-rows:none;grid-template-columns:1fr 1fr}}@media (width<=700px){.reference-step__toolbar{flex-direction:column;align-items:stretch}.reference-step__recommend-button{width:100%}.reference-step__side{grid-template-columns:1fr}.recommended-reference-panel__footer{flex-direction:column;align-items:stretch}.reference-step__next-button{width:100%}}.recommended-reference-item__actions{align-items:center;gap:8px;display:flex}.recommended-reference-item__link{color:#315fc6;background:#f3f6fd;border:1px solid #dce5f8;border-radius:8px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.recommended-reference-item__link:hover{background:#eaf0fc}.recommended-reference-item__reason{color:#667085;margin-top:10px;font-size:13px;line-height:1.6}.reference-empty-state--error .reference-empty-state__icon{color:#d14343;background:#fff1f1}.reference-empty-state--error strong{color:#b42318}.reference-empty-state--error p{color:#8f3028;word-break:keep-all;max-width:440px;line-height:1.6}.reference-loading__progress{width:min(320px,80%);margin-bottom:10px}.reference-loading__step{color:#28468f;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.reference-loading__progress-bar{background:#e9edf5;border-radius:999px;width:100%;height:6px;overflow:hidden}.reference-loading__progress-value{border-radius:inherit;background:#28468f;height:100%;transition:width .4s}.reference-loading__steps{flex-direction:column;gap:10px;width:min(360px,90%);margin-top:22px;display:flex}.reference-loading__step-item{opacity:.45;align-items:center;gap:10px;display:flex}.reference-loading__step-item>span{background:#edf0f5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:flex}.reference-loading__step-item>p{margin:0;font-size:13px}.reference-loading__step-item--current{opacity:1}.reference-loading__step-item--current>span{color:#fff;background:#28468f}.reference-loading__step-item--current>p{color:#28468f;font-weight:700}.reference-loading__step-item--completed{opacity:.75}.reference-loading__step-item--completed>span{color:#fff;background:#28468f}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2)format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff)format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff)format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff)format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2)format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff)format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2)format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff)format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2)format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff)format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2)format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff)format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2)format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff)format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2)format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff)format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff)format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff)format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff)format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2)format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff)format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2)format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff)format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2)format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff)format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC)format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff)format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2)format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff)format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2)format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff)format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf)format("truetype")}.katex{text-indent:0;text-rendering:auto;font:1.21em/1.2 KaTeX_Main,Times New Roman,serif;position:relative}.katex *{border-color:currentColor;-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.18.1"}.katex .katex-mathml{clip-path:inset(50%);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.katex .katex-html>.katex-newline{display:block}.katex .katex-base{white-space:nowrap;width:min-content;position:relative}.katex .katex-base,.katex .katex-strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;table-layout:fixed;display:inline-table}.katex .vlist-r{display:table-row}.katex .vlist{vertical-align:bottom;display:table-cell;position:relative}.katex .vlist>span{height:0;display:block;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{width:0;overflow:hidden}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{vertical-align:bottom;width:2px;min-width:2px;font-size:1px;display:table-cell}.katex .katex-vbox{flex-direction:column;align-items:baseline;display:inline-flex}.katex .katex-thinbox{flex-direction:row;width:0;max-width:0;display:inline-flex}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .katex-hdashline,.katex .katex-hline,.katex .katex-overline .overline-line,.katex .katex-rule,.katex .katex-underline .underline-line,.katex .mfrac .frac-line{min-height:1px}.katex .mspace{display:inline-block}.katex .katex-smash{line-height:0;display:inline}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.katex-inner,.katex .llap>.katex-inner,.katex .rlap>.katex-inner{position:absolute}.katex .clap>.katex-fix,.katex .llap>.katex-fix,.katex .rlap>.katex-fix{display:inline-block}.katex .llap>.katex-inner{right:0}.katex .clap>.katex-inner,.katex .rlap>.katex-inner{left:0}.katex .clap>.katex-inner>span{margin-left:-50%;margin-right:50%}.katex .katex-rule{border:0 solid;display:inline-block;position:relative}.katex .katex-hline,.katex .katex-overline .overline-line,.katex .katex-underline .underline-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .katex-hdashline{border-bottom-style:dashed;width:100%;display:inline-block}.katex .sqrt>.katex-root{margin-left:.277778em;margin-right:-.555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .katex-sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .katex-sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .katex-sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .katex-sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .katex-sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .katex-sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .katex-sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .katex-sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .katex-sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .katex-sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .katex-sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .katex-sizing.reset-size2.size1{font-size:.833333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .katex-sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .katex-sizing.reset-size2.size3{font-size:1.16667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .katex-sizing.reset-size2.size4{font-size:1.33333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .katex-sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .katex-sizing.reset-size2.size6{font-size:1.66667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .katex-sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .katex-sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .katex-sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .katex-sizing.reset-size2.size10{font-size:3.45667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .katex-sizing.reset-size2.size11{font-size:4.14667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .katex-sizing.reset-size3.size1{font-size:.714286em}.katex .fontsize-ensurer.reset-size3.size2,.katex .katex-sizing.reset-size3.size2{font-size:.857143em}.katex .fontsize-ensurer.reset-size3.size3,.katex .katex-sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .katex-sizing.reset-size3.size4{font-size:1.14286em}.katex .fontsize-ensurer.reset-size3.size5,.katex .katex-sizing.reset-size3.size5{font-size:1.28571em}.katex .fontsize-ensurer.reset-size3.size6,.katex .katex-sizing.reset-size3.size6{font-size:1.42857em}.katex .fontsize-ensurer.reset-size3.size7,.katex .katex-sizing.reset-size3.size7{font-size:1.71429em}.katex .fontsize-ensurer.reset-size3.size8,.katex .katex-sizing.reset-size3.size8{font-size:2.05714em}.katex .fontsize-ensurer.reset-size3.size9,.katex .katex-sizing.reset-size3.size9{font-size:2.46857em}.katex .fontsize-ensurer.reset-size3.size10,.katex .katex-sizing.reset-size3.size10{font-size:2.96286em}.katex .fontsize-ensurer.reset-size3.size11,.katex .katex-sizing.reset-size3.size11{font-size:3.55429em}.katex .fontsize-ensurer.reset-size4.size1,.katex .katex-sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .katex-sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .katex-sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .katex-sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .katex-sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .katex-sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .katex-sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .katex-sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .katex-sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .katex-sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .katex-sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .katex-sizing.reset-size5.size1{font-size:.555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .katex-sizing.reset-size5.size2{font-size:.666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .katex-sizing.reset-size5.size3{font-size:.777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .katex-sizing.reset-size5.size4{font-size:.888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .katex-sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .katex-sizing.reset-size5.size6{font-size:1.11111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .katex-sizing.reset-size5.size7{font-size:1.33333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .katex-sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .katex-sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .katex-sizing.reset-size5.size10{font-size:2.30444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .katex-sizing.reset-size5.size11{font-size:2.76444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .katex-sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .katex-sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .katex-sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .katex-sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .katex-sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .katex-sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .katex-sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .katex-sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .katex-sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .katex-sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .katex-sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .katex-sizing.reset-size7.size1{font-size:.416667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .katex-sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .katex-sizing.reset-size7.size3{font-size:.583333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .katex-sizing.reset-size7.size4{font-size:.666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .katex-sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .katex-sizing.reset-size7.size6{font-size:.833333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .katex-sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .katex-sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .katex-sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .katex-sizing.reset-size7.size10{font-size:1.72833em}.katex .fontsize-ensurer.reset-size7.size11,.katex .katex-sizing.reset-size7.size11{font-size:2.07333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .katex-sizing.reset-size8.size1{font-size:.347222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .katex-sizing.reset-size8.size2{font-size:.416667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .katex-sizing.reset-size8.size3{font-size:.486111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .katex-sizing.reset-size8.size4{font-size:.555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .katex-sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .katex-sizing.reset-size8.size6{font-size:.694444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .katex-sizing.reset-size8.size7{font-size:.833333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .katex-sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .katex-sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .katex-sizing.reset-size8.size10{font-size:1.44028em}.katex .fontsize-ensurer.reset-size8.size11,.katex .katex-sizing.reset-size8.size11{font-size:1.72778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .katex-sizing.reset-size9.size1{font-size:.289352em}.katex .fontsize-ensurer.reset-size9.size2,.katex .katex-sizing.reset-size9.size2{font-size:.347222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .katex-sizing.reset-size9.size3{font-size:.405093em}.katex .fontsize-ensurer.reset-size9.size4,.katex .katex-sizing.reset-size9.size4{font-size:.462963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .katex-sizing.reset-size9.size5{font-size:.520833em}.katex .fontsize-ensurer.reset-size9.size6,.katex .katex-sizing.reset-size9.size6{font-size:.578704em}.katex .fontsize-ensurer.reset-size9.size7,.katex .katex-sizing.reset-size9.size7{font-size:.694444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .katex-sizing.reset-size9.size8{font-size:.833333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .katex-sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .katex-sizing.reset-size9.size10{font-size:1.20023em}.katex .fontsize-ensurer.reset-size9.size11,.katex .katex-sizing.reset-size9.size11{font-size:1.43981em}.katex .fontsize-ensurer.reset-size10.size1,.katex .katex-sizing.reset-size10.size1{font-size:.24108em}.katex .fontsize-ensurer.reset-size10.size2,.katex .katex-sizing.reset-size10.size2{font-size:.289296em}.katex .fontsize-ensurer.reset-size10.size3,.katex .katex-sizing.reset-size10.size3{font-size:.337512em}.katex .fontsize-ensurer.reset-size10.size4,.katex .katex-sizing.reset-size10.size4{font-size:.385728em}.katex .fontsize-ensurer.reset-size10.size5,.katex .katex-sizing.reset-size10.size5{font-size:.433944em}.katex .fontsize-ensurer.reset-size10.size6,.katex .katex-sizing.reset-size10.size6{font-size:.48216em}.katex .fontsize-ensurer.reset-size10.size7,.katex .katex-sizing.reset-size10.size7{font-size:.578592em}.katex .fontsize-ensurer.reset-size10.size8,.katex .katex-sizing.reset-size10.size8{font-size:.694311em}.katex .fontsize-ensurer.reset-size10.size9,.katex .katex-sizing.reset-size10.size9{font-size:.833173em}.katex .fontsize-ensurer.reset-size10.size10,.katex .katex-sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .katex-sizing.reset-size10.size11{font-size:1.19961em}.katex .fontsize-ensurer.reset-size11.size1,.katex .katex-sizing.reset-size11.size1{font-size:.200965em}.katex .fontsize-ensurer.reset-size11.size2,.katex .katex-sizing.reset-size11.size2{font-size:.241158em}.katex .fontsize-ensurer.reset-size11.size3,.katex .katex-sizing.reset-size11.size3{font-size:.281351em}.katex .fontsize-ensurer.reset-size11.size4,.katex .katex-sizing.reset-size11.size4{font-size:.321543em}.katex .fontsize-ensurer.reset-size11.size5,.katex .katex-sizing.reset-size11.size5{font-size:.361736em}.katex .fontsize-ensurer.reset-size11.size6,.katex .katex-sizing.reset-size11.size6{font-size:.401929em}.katex .fontsize-ensurer.reset-size11.size7,.katex .katex-sizing.reset-size11.size7{font-size:.482315em}.katex .fontsize-ensurer.reset-size11.size8,.katex .katex-sizing.reset-size11.size8{font-size:.578778em}.katex .fontsize-ensurer.reset-size11.size9,.katex .katex-sizing.reset-size11.size9{font-size:.694534em}.katex .fontsize-ensurer.reset-size11.size10,.katex .katex-sizing.reset-size11.size10{font-size:.833601em}.katex .fontsize-ensurer.reset-size11.size11,.katex .katex-sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{width:.12em;display:inline-block}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .katex-accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .katex-accent .accent-body{position:relative}.katex .katex-accent .accent-body:not(.accent-full){width:0}.katex .katex-overlay{display:block}.katex .mtable .vertical-separator{min-width:1px;display:inline-block}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;height:inherit;width:100%;display:block;position:absolute}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;min-width:0;max-width:none;min-height:0;max-height:none}.katex .katex-stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .katex-stretchy:after,.katex .katex-stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{width:50.2%;position:absolute;left:0;overflow:hidden}.katex .halfarrow-right{width:50.2%;position:absolute;right:0;overflow:hidden}.katex .brace-left{width:25.1%;position:absolute;left:0;overflow:hidden}.katex .brace-center{width:50%;position:absolute;left:25%;overflow:hidden}.katex .brace-right{width:25.1%;position:absolute;right:0;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .katex-sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{box-sizing:border-box;border-top:.049em solid;border-right:.049em solid;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{text-align:left;display:inline-block;position:absolute;right:calc(50% + .3em)}.katex .cd-label-right{text-align:right;display:inline-block;position:absolute;left:calc(50% + .3em)}.katex-display{text-align:center;margin:1em 0;display:block}.katex-display>.katex{text-align:center;white-space:nowrap;display:block}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.katex-tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.katex-tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left;padding-left:2em}body{counter-reset:katexEqnNo mmlEqnNo}.report-step{box-sizing:border-box;width:100%;padding:0 30px 40px}.report-step__toolbar{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:20px;display:flex}.report-step__title{color:#172033;letter-spacing:-.03em;margin:0;font-size:24px;font-weight:700}.report-step__description{color:#7a8497;margin:8px 0 0;font-size:14px;line-height:1.6}.report-step__status{color:#3f62c7;background:#edf2ff;border-radius:999px;justify-content:center;align-items:center;min-width:70px;height:34px;padding:0 13px;font-size:12px;font-weight:700;display:inline-flex}.report-form-card{background:#fff;border:1px solid #e4e8f0;border-radius:14px;overflow:hidden;box-shadow:0 5px 18px #25314e0a}.report-form-card__header{border-bottom:1px solid #edf0f5;align-items:center;gap:13px;min-height:88px;padding:20px 26px;display:flex}.report-form-card__number{color:#315bc6;background:#edf2ff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:800;display:inline-flex}.report-form-card__header h3{color:#1b2538;letter-spacing:-.02em;margin:0;font-size:18px;font-weight:700}.report-form-card__header p{color:#929bad;margin:4px 0 0;font-size:13px}.report-form-card__body{flex-direction:column;gap:26px;padding:28px 28px 32px;display:flex}.report-form-card__row{grid-template-columns:minmax(0,1.2fr) minmax(220px,.8fr);gap:22px;display:grid}.report-field{flex-direction:column;gap:9px;display:flex;position:relative}.report-field__label{color:#2c3546;align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.report-field__fixed{color:#4164c6;background:#edf2ff;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:700}.report-field input,.report-field textarea{color:#283246;width:100%;font:inherit;background:#fafbfc;border:1px solid #dce2ec;border-radius:9px;outline:none;font-size:14px;transition:border-color .2s,background-color .2s,box-shadow .2s}.report-field input{height:50px;padding:0 15px}.report-field textarea{resize:vertical;min-height:300px;padding:16px 16px 38px;line-height:1.7}.report-field input:focus,.report-field textarea:focus{background:#fff;border-color:#4b6fd5;box-shadow:0 0 0 3px #4b6fd51f}.report-field input::placeholder,.report-field textarea::placeholder{color:#adb4c1}.report-field__readonly-wrapper{position:relative}.report-field__readonly-wrapper .report-field__readonly{color:#4b5568;cursor:not-allowed;background:#f2f4f7;border-color:#e0e4eb;padding-right:48px;font-weight:600}.report-field__readonly:focus{box-shadow:none;background:#f2f4f7;border-color:#e0e4eb}.report-field__lock{color:#8992a2;pointer-events:none;font-size:14px;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.report-field__help{color:#929baa;font-size:12px;line-height:1.5}.report-field__count{color:#a1a9b7;font-size:11px;position:absolute;bottom:11px;right:13px}.report-form-card__footer{background:#fff;border-top:1px solid #edf0f5;justify-content:space-between;align-items:center;gap:20px;min-height:80px;padding:16px 24px;display:flex}.report-form-card__guide{color:#8a94a5;margin:0;font-size:13px;line-height:1.5}.report-step__next-button{color:#fff;min-width:190px;height:46px;font:inherit;cursor:pointer;background:#3d63d3;border:0;border-radius:9px;flex:none;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-size:14px;font-weight:700;transition:background-color .2s,transform .2s,box-shadow .2s;display:inline-flex}.report-step__next-button:hover:not(:disabled){background:#3154be;transform:translateY(-1px);box-shadow:0 6px 14px #3154be33}.report-step__next-button:active:not(:disabled){transform:translateY(0)}.report-step__next-button:disabled{cursor:not-allowed;box-shadow:none;background:#c7cedd}@media (width<=720px){.report-step__toolbar{flex-direction:column;align-items:stretch}.report-step__status{align-self:flex-start}.report-form-card__row{grid-template-columns:1fr}.report-form-card__body{padding:22px 18px 26px}.report-form-card__footer{flex-direction:column;align-items:stretch}.report-step__next-button{width:100%}}.report-generation-box{flex-direction:column;gap:12px;display:flex}.report-field__locked-textarea{color:#778197;resize:none;cursor:default;box-sizing:border-box;background:#f7f9fc;border:1px solid #dfe5ef;border-radius:12px;width:100%;min-height:280px;padding:18px;line-height:1.7}.report-step__generate-button,.report-step__regenerate-button{min-height:44px;font:inherit;color:#fff;cursor:pointer;background:#1b4298;border:0;border-radius:10px;justify-content:center;align-items:center;padding:0 20px;font-weight:700;display:inline-flex}.report-step__generate-button:disabled,.report-step__regenerate-button:disabled{cursor:not-allowed;opacity:.55}.report-step__generate-button{align-self:flex-end}.report-step__regenerate-button{color:#1b4298;background:#eef3ff;border:1px solid #cdd9f4;min-height:38px;padding:0 16px}.report-generation-loading{text-align:center;background:#f7f9fc;border:1px solid #dfe5ef;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:280px;padding:32px;display:flex}.report-generation-loading strong{color:#25324a;margin-top:16px;font-size:16px}.report-generation-loading p{color:#778197;margin:8px 0 0;font-size:14px}.report-generation-loading__spinner{border:3px solid #dbe4f7;border-top-color:#1b4298;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite report-spin}@keyframes report-spin{to{transform:rotate(360deg)}}.report-result{background:#fff;border:1px solid #dfe5ef;border-radius:12px;overflow:hidden}.report-generated-content{color:#263248;white-space:pre-wrap;overflow-wrap:anywhere;min-height:280px;padding:22px;line-height:1.85}.report-generated-content .katex-display{max-width:100%;margin:20px 0;overflow:auto hidden}.report-result__meta{color:#737f94;background:#f7f9fc;border-top:1px solid #e6eaf1;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;font-size:13px;display:flex}.report-step__error{color:#b42318;background:#fff3f2;border:1px solid #fecdca;border-radius:8px;margin:10px 0 0;padding:12px 14px;font-size:14px}.report-step__status--loading{color:#8a6100;background:#fff8db}.report-step__status--complete{color:#067647;background:#ecfdf3}.report-chart-section{margin-top:30px}.report-chart-section__header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:16px;display:flex}.report-chart-section__header h3{color:#25324a;margin:0;font-size:17px}.report-chart-section__header p{color:#778197;margin:6px 0 0;font-size:14px}.report-chart-section__header>span{color:#1b4298;background:#eef3ff;border-radius:999px;flex:none;padding:5px 10px;font-size:13px;font-weight:700}.report-chart-list{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px;display:grid}.report-chart-card{background:#fff;border:1px solid #dfe5ef;border-radius:12px;padding:18px}.report-chart-card__title{color:#25324a;margin:0 0 16px;font-size:15px}.report-chart-card__canvas-wrapper{width:100%;height:300px;position:relative}.report-chart-card__unit{color:#778197;text-align:right;margin:12px 0 0;font-size:12px}@media (width<=720px){.report-chart-list{grid-template-columns:1fr}.report-result__meta{flex-direction:column;align-items:stretch}.report-step__regenerate-button{width:100%}}.report-form-card__footer-actions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:12px;display:flex}.report-step__save-pdf-button{color:#28468f;cursor:pointer;background:#fff;border:1px solid #28468f;border-radius:10px;min-height:44px;padding:0 20px;font-size:14px;font-weight:700;transition:background-color .2s,color .2s,border-color .2s,opacity .2s}.report-step__save-pdf-button:hover:not(:disabled){background:#eef3ff}.report-step__save-pdf-button:disabled{color:#9ca3af;cursor:not-allowed;opacity:.8;background:#f3f4f6;border-color:#d1d5db}.report-step__pdf-error{color:#dc2626;margin:8px 0 0;font-size:13px;line-height:1.5}.report-pdf-document{z-index:-1000;box-sizing:border-box;color:#111827;background:#fff;width:794px;min-height:1123px;padding:64px;font-family:Pretendard,Noto Sans KR,Malgun Gothic,sans-serif;position:fixed;top:0;left:-100000px;overflow:visible}.report-pdf-document__cover{box-sizing:border-box;text-align:center;border-bottom:2px solid #1f2937;flex-direction:column;justify-content:center;align-items:center;min-height:860px;padding:80px 30px;display:flex}.report-pdf-document__eyebrow{color:#28468f;letter-spacing:.08em;margin:0 0 18px;font-size:16px;font-weight:700}.report-pdf-document__cover h1{color:#111827;word-break:keep-all;max-width:620px;margin:0;font-size:36px;line-height:1.4}.report-pdf-document__meta{width:420px;margin:56px 0 0}.report-pdf-document__meta>div{border-bottom:1px solid #d1d5db;grid-template-columns:100px 1fr;align-items:center;padding:13px 0;display:grid}.report-pdf-document__meta dt{color:#4b5563;font-size:14px;font-weight:700}.report-pdf-document__meta dd{color:#111827;text-align:left;margin:0;font-size:14px}.report-pdf-document__section{border-bottom:1px solid #d1d5db;padding:48px 0}.report-pdf-document__section:last-child{border-bottom:0}.report-pdf-document__section>h2{color:#111827;margin:0 0 24px;font-size:23px;line-height:1.4}.report-pdf-document .report-generated-content{color:#1f2937;white-space:pre-wrap;word-break:break-word;font-size:15px;line-height:1.9}.report-pdf-document__references{flex-direction:column;gap:18px;margin:0;padding-left:24px;display:flex}.report-pdf-document__references li{break-inside:avoid;padding-left:6px}.report-pdf-document__references strong{color:#111827;font-size:15px;line-height:1.6;display:block}.report-pdf-document__references p{color:#4b5563;margin:5px 0 0;font-size:13px;line-height:1.7}.report-pdf-document__chart-list{flex-direction:column;gap:28px;display:flex}.report-pdf-document .report-chart-card{break-inside:avoid;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:22px}.report-pdf-document .report-chart-card__canvas-wrapper{width:100%;height:300px}@media (width<=760px){.report-form-card__footer-actions{flex-direction:column;width:100%}.report-step__save-pdf-button,.report-step__next-button{width:100%}}.activity-record-step{box-sizing:border-box;width:100%;padding:0 30px 40px}.activity-record-step__toolbar{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:20px;display:flex}.activity-record-step__title{color:#172033;letter-spacing:-.03em;margin:0;font-size:24px;font-weight:700}.activity-record-step__description{color:#7a8497;margin:8px 0 0;font-size:14px;line-height:1.6}.activity-record-step__source-status{color:#727d90;background:#fff;border:1px solid #e1e5ed;border-radius:999px;align-items:center;gap:8px;height:36px;padding:0 13px;font-size:12px;font-weight:700;display:inline-flex}.activity-record-step__status-dot{background:#c5cad4;border-radius:50%;width:8px;height:8px}.activity-record-step__status-dot--ready{background:#3fb87a}.activity-record-step__warning{color:#9b6b26;background:#fff9ef;border:1px solid #f1d9b8;border-radius:10px;margin-bottom:18px;padding:14px 16px;font-size:13px;line-height:1.6}.activity-record-step__error{color:#c63f4c;background:#fff3f4;border:1px solid #f1c4c8;border-radius:10px;margin-bottom:18px;padding:14px 16px;font-size:13px;line-height:1.6}.activity-record-step__list{flex-direction:column;gap:22px;display:flex}.activity-record-card{background:#fff;border:1px solid #e4e8f0;border-radius:14px;overflow:hidden;box-shadow:0 5px 18px #25314e0a}.activity-record-card__header{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;gap:24px;min-height:94px;padding:20px 26px;display:flex}.activity-record-card__title-row{align-items:center;gap:12px;display:flex}.activity-record-card__number{color:#315bc6;background:#edf2ff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:800;display:inline-flex}.activity-record-card__header h3{color:#1b2538;letter-spacing:-.02em;align-items:center;gap:8px;margin:0;font-size:18px;font-weight:700;display:flex}.activity-record-card__header h3 span{color:#4164c6;background:#edf2ff;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700}.activity-record-card__header p{color:#929bad;margin:7px 0 0 46px;font-size:13px;line-height:1.5}.activity-record-card__limit-badge{color:#6f798b;background:#f2f4f7;border-radius:999px;flex:none;padding:6px 11px;font-size:11px;font-weight:700}.activity-record-card__body{flex-direction:column;gap:22px;padding:24px 26px 28px;display:flex}.activity-record-counter{background:#f7f9fc;border:1px solid #dfe4ee;border-radius:10px;padding:14px 16px}.activity-record-counter--complete{background:#fff4f5;border-color:#f2d6d9}.activity-record-counter__text{color:#4b5565;margin-bottom:10px;font-size:13px;font-weight:700}.activity-record-counter__current{color:#4667c9}.activity-record-counter__current--limit{color:#ef5d6b;font-weight:800}.activity-record-counter__track{background:#dfe5f2;border-radius:999px;width:100%;height:6px;position:relative;overflow:hidden}.activity-record-counter__progress{border-radius:inherit;background:#5574d2;width:0;height:100%;transition:width .25s,background-color .25s;display:block;position:absolute;inset:0 auto 0 0}.activity-record-counter__progress--limit{background:#ff6977}.activity-record-field{flex-direction:column;gap:9px;display:flex}.activity-record-field__label{color:#2c3546;font-size:14px;font-weight:700}.activity-record-field textarea{color:#283246;width:100%;min-height:220px;font:inherit;resize:vertical;background:#fafbfc;border:1px solid #dce2ec;border-radius:10px;outline:none;padding:16px;font-size:14px;line-height:1.75;transition:border-color .2s,background-color .2s,box-shadow .2s}.activity-record-field textarea:focus{background:#fff;border-color:#4b6fd5;box-shadow:0 0 0 3px #4b6fd51f}.activity-record-field textarea::placeholder{color:#a7afbd}.activity-record-field textarea:disabled{color:#7d8695;cursor:wait;background:#f1f3f6}.activity-record-card__footer{background:#fff;border-top:1px solid #edf0f5;justify-content:space-between;align-items:center;gap:20px;min-height:78px;padding:15px 24px;display:flex}.activity-record-card__footer p{color:#9099a8;margin:0;font-size:12px}.activity-record-card__generate-button{color:#fff;min-width:180px;height:44px;font:inherit;cursor:pointer;background:#3d63d3;border:0;border-radius:9px;padding:0 20px;font-size:13px;font-weight:700;transition:background-color .2s,transform .2s,box-shadow .2s}.activity-record-card__generate-button:hover:not(:disabled){background:#3154be;transform:translateY(-1px);box-shadow:0 6px 14px #3154be33}.activity-record-card__generate-button:active:not(:disabled){transform:translateY(0)}.activity-record-card__generate-button:disabled{cursor:not-allowed;box-shadow:none;background:#c7cedd}.activity-record-step__footer{background:#fff;border:1px solid #e4e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;margin-top:22px;padding:18px 20px;display:flex}.activity-record-step__footer p{color:#8490a2;margin:0;font-size:13px}.activity-record-step__next-button{color:#fff;min-width:190px;height:46px;font:inherit;cursor:pointer;background:#3d63d3;border:0;border-radius:9px;flex:none;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-size:13px;font-weight:700;transition:background-color .2s,transform .2s;display:inline-flex}.activity-record-step__next-button:hover:not(:disabled){background:#3154be;transform:translateY(-1px)}.activity-record-step__next-button:disabled{cursor:not-allowed;background:#c7cedd}@media (width<=720px){.activity-record-step__toolbar{flex-direction:column;align-items:stretch}.activity-record-step__source-status{align-self:flex-start}.activity-record-card__header{flex-direction:column;align-items:flex-start}.activity-record-card__header p{margin-left:0}.activity-record-card__footer,.activity-record-step__footer{flex-direction:column;align-items:stretch}.activity-record-card__generate-button,.activity-record-step__next-button{width:100%}}.activity-record-counter__characters{color:#7b8495;margin-left:8px;font-size:13px;font-weight:500}.activity-record-counter--warning .activity-record-counter__current{color:#f59e0b}.activity-record-counter--warning .activity-record-counter__progress{background:#f59e0b}.activity-record-counter--over .activity-record-counter__current{color:#ef4444}.activity-record-counter--over .activity-record-counter__progress{background:#ef4444}.activity-record-card__limit-warning{color:#dc2626;margin:10px 0 0;font-size:13px;font-weight:600;line-height:1.5}.pdf-step{box-sizing:border-box;width:100%;padding:0 30px 40px}.pdf-step__toolbar{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:20px;display:flex}.pdf-step__title{color:#172033;letter-spacing:-.03em;margin:0;font-size:24px;font-weight:700}.pdf-step__description{color:#7a8497;margin:8px 0 0;font-size:14px;line-height:1.6}.pdf-step__count{color:#657186;background:#fff;border:1px solid #dfe4ed;border-radius:999px;justify-content:center;align-items:center;height:36px;padding:0 14px;font-size:12px;font-weight:700;display:inline-flex}.pdf-list-card{background:#fff;border:1px solid #e4e8f0;border-radius:14px;overflow:hidden;box-shadow:0 5px 18px #25314e0a}.pdf-list-card__header{border-bottom:1px solid #edf0f5;align-items:center;gap:14px;min-height:88px;padding:20px 26px;display:flex}.pdf-list-card__header-icon{color:#4164c6;background:#edf2ff;border-radius:11px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.pdf-list-card__header-icon svg{width:21px;height:21px}.pdf-list-card__header h3{color:#1b2538;letter-spacing:-.02em;margin:0;font-size:18px;font-weight:700}.pdf-list-card__header p{color:#929bad;margin:5px 0 0;font-size:13px}.pdf-list-card__body{background:#fbfcfe;min-height:390px;padding:20px}.saved-pdf-list{flex-direction:column;gap:14px;display:flex}.saved-pdf-item{background:#fff;border:1px solid #e1e6ee;border-radius:12px;align-items:center;gap:18px;min-height:116px;padding:20px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.saved-pdf-item:hover{border-color:#bcc9e9;transform:translateY(-2px);box-shadow:0 8px 20px #2a3f7014}.saved-pdf-item__icon{color:#e05764;background:#fff0f1;border-radius:10px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:4px;width:58px;height:66px;display:flex}.saved-pdf-item__document-icon{width:25px;height:25px}.saved-pdf-item__icon span{letter-spacing:.04em;font-size:10px;font-weight:800}.saved-pdf-item__content{flex:1;min-width:0}.saved-pdf-item__title-row{align-items:center;gap:10px;display:flex}.saved-pdf-item__index{color:#4164c6;background:#edf2ff;border-radius:8px;flex:none;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;font-weight:800;display:inline-flex}.saved-pdf-item h4{color:#273144;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;font-weight:700;line-height:1.5;overflow:hidden}.saved-pdf-item__meta{color:#929baa;align-items:center;gap:7px;margin-top:10px;font-size:12px;display:flex}.saved-pdf-item__separator{color:#c3c9d3}.saved-pdf-item__actions{flex:none;align-items:center;gap:9px;display:flex}.saved-pdf-item__open-button,.saved-pdf-item__delete-button{min-width:76px;height:40px;font:inherit;cursor:pointer;border-radius:8px;padding:0 15px;font-size:12px;font-weight:700;transition:background-color .2s,border-color .2s,color .2s,transform .2s}.saved-pdf-item__open-button{color:#fff;background:#3d63d3;border:1px solid #3d63d3}.saved-pdf-item__open-button:hover{background:#3154be;border-color:#3154be;transform:translateY(-1px)}.saved-pdf-item__delete-button{color:#e35c68;background:#fff;border:1px solid #ef8992}.saved-pdf-item__delete-button:hover{background:#fff3f4;border-color:#e35c68;transform:translateY(-1px)}.pdf-empty-state{text-align:center;background:#fff;border:1px dashed #d8deea;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:350px;display:flex}.pdf-empty-state__icon{color:#4164c6;background:#edf2ff;border-radius:11px;justify-content:center;align-items:center;width:62px;height:68px;margin-bottom:18px;display:flex}.pdf-empty-state__icon svg{width:29px;height:29px}.pdf-empty-state strong{color:#3d4658;font-size:15px}.pdf-empty-state p{color:#99a1b0;margin:9px 0 20px;font-size:13px;line-height:1.65}.pdf-empty-state__button{color:#3d63d3;height:41px;font:inherit;cursor:pointer;background:#fff;border:1px solid #3d63d3;border-radius:8px;padding:0 17px;font-size:12px;font-weight:700}.pdf-empty-state__button:hover{background:#edf2ff}@media (width<=700px){.pdf-step__toolbar{flex-direction:column;align-items:stretch}.pdf-step__count{align-self:flex-start}.saved-pdf-item{flex-wrap:wrap;align-items:flex-start}.saved-pdf-item__content{width:calc(100% - 80px)}.saved-pdf-item__actions{width:100%;padding-left:76px}.saved-pdf-item__open-button,.saved-pdf-item__delete-button{flex:1}}.pdf-step__error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:16px;padding:13px 16px;font-size:14px;line-height:1.6}.saved-pdf-item__preview{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:10px 0 0;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.saved-pdf-item__open-button:disabled,.saved-pdf-item__delete-button:disabled{cursor:not-allowed;opacity:.55}.roadmap-core-value-step{color:#1f2937;flex-direction:column;gap:40px;width:100%;padding:8px 0 24px;display:flex}.roadmap-core-value-step__intro{flex-direction:column;gap:18px;display:flex}.roadmap-core-value-step__title{color:#182033;letter-spacing:-.035em;align-items:center;gap:12px;margin:0;font-size:28px;font-weight:800;line-height:1.35;display:flex}.roadmap-core-value-step__title-icon{flex-shrink:0;font-size:27px;line-height:1}.roadmap-core-value-step__description{color:#667085;letter-spacing:-.02em;margin:0;font-size:17px;font-weight:400;line-height:1.8}.roadmap-core-value-step__description strong{color:#3d4758;font-weight:700}.roadmap-core-value-step__section{flex-direction:column;gap:20px;display:flex}.roadmap-core-value-step__section-title{color:#293244;letter-spacing:-.03em;align-items:center;gap:10px;margin:0;font-size:21px;font-weight:800;line-height:1.4;display:flex}.roadmap-core-value-step__section-icon{flex-shrink:0;font-size:22px;line-height:1}.roadmap-core-value-step__student-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.roadmap-core-value-step__student-card{text-align:center;background:#eef8ff;border:2px solid #b7e2ff;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:184px;padding:28px 24px;display:flex}.roadmap-core-value-step__student-type{color:#fff;background:#2d519f;border-radius:999px;justify-content:center;align-items:center;min-width:74px;height:38px;padding:0 18px;font-size:16px;font-weight:800;line-height:1;display:inline-flex}.roadmap-core-value-step__student-title{color:#31394a;letter-spacing:-.025em;margin:18px 0 0;font-size:18px;font-weight:800;line-height:1.5}.roadmap-core-value-step__student-description{color:#758093;letter-spacing:-.02em;margin:10px 0 0;font-size:15px;font-style:italic;line-height:1.6}.roadmap-core-value-step__table-wrapper{background:#fff;border-radius:10px;width:100%;overflow:hidden;box-shadow:0 8px 24px #1c2d4e0d}.roadmap-core-value-step__table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:820px}.roadmap-core-value-step__table thead{background:linear-gradient(90deg,#34549e 0%,#76ace4 100%)}.roadmap-core-value-step__table th,.roadmap-core-value-step__table td{text-align:left;vertical-align:middle;padding:21px 20px}.roadmap-core-value-step__table thead th{color:#fff;border:0;font-size:16px;font-weight:800;line-height:1.4}.roadmap-core-value-step__table thead th:first-child{width:11%}.roadmap-core-value-step__table thead th:nth-child(2){width:18%}.roadmap-core-value-step__table thead th:nth-child(3){width:21%}.roadmap-core-value-step__table thead th:nth-child(4){width:50%}.roadmap-core-value-step__table tbody tr{border-bottom:1px solid #e8ebf0}.roadmap-core-value-step__table tbody tr:last-child{border-bottom:0}.roadmap-core-value-step__table tbody th,.roadmap-core-value-step__table tbody td{color:#182033;font-size:15px;font-weight:500;line-height:1.6}.roadmap-core-value-step__table tbody th{font-weight:800}.roadmap-core-value-step__keyword{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-width:76px;height:38px;padding:0 15px;font-size:14px;font-weight:800;display:inline-flex}.roadmap-core-value-step__keyword--explore{color:#2f5dc2;background:#e4edff}.roadmap-core-value-step__keyword--deepen{color:#6645be;background:#eee9ff}.roadmap-core-value-step__keyword--major{color:#128052;background:#d9f7e7}@media (width<=1000px){.roadmap-core-value-step__student-list{gap:14px}.roadmap-core-value-step__student-card{min-height:170px;padding:24px 18px}.roadmap-core-value-step__student-title{font-size:16px}.roadmap-core-value-step__student-description{font-size:14px}}@media (width<=800px){.roadmap-core-value-step{gap:32px}.roadmap-core-value-step__title{font-size:24px}.roadmap-core-value-step__description{font-size:15px}.roadmap-core-value-step__student-list{grid-template-columns:1fr}.roadmap-core-value-step__student-card{min-height:156px}.roadmap-core-value-step__table-wrapper{overflow-x:auto}}@media (width<=520px){.roadmap-core-value-step__title{align-items:flex-start;font-size:22px}.roadmap-core-value-step__section-title{align-items:flex-start;font-size:19px}.roadmap-core-value-step__description{font-size:14px;line-height:1.7}.roadmap-core-value-step__student-card{padding:24px 16px}}.roadmap-grade-strategy-step{flex-direction:column;gap:24px;display:flex}.roadmap-grade-strategy-step__card{box-sizing:border-box;background:#fff;border:1px solid #edf0f5;border-radius:12px;width:100%;padding:22px 24px 26px}.roadmap-grade-strategy-step__card-title{color:#272d38;letter-spacing:-.03em;margin:0 0 22px;font-size:18px;font-weight:700}.roadmap-grade-strategy-step__generator{grid-template-columns:27% minmax(0,1fr) 25%;align-items:stretch;gap:24px;display:grid}.roadmap-grade-strategy-step__profile{box-sizing:border-box;background:#e9f4ff;border:1px solid #d9eafa;border-radius:10px;min-height:280px;padding:20px 18px}.roadmap-grade-strategy-step__section-title{color:#303846;letter-spacing:-.02em;margin:0 0 10px;font-size:14px;font-weight:700}.roadmap-grade-strategy-step__section-title--center{text-align:center}.roadmap-grade-strategy-step__profile-content{box-sizing:border-box;background:#fff;border-radius:8px;flex-direction:column;gap:18px;min-height:166px;margin-top:18px;padding:24px 18px;display:flex}.roadmap-grade-strategy-step__profile-item{flex-direction:column;gap:7px;display:flex}.roadmap-grade-strategy-step__profile-label{color:#8a94a5;font-size:11px;font-weight:500}.roadmap-grade-strategy-step__profile-value{color:#3b4658;font-size:14px;font-weight:600}.roadmap-grade-strategy-step__profile-divider{background:#e5e9ef;width:100%;height:1px}.roadmap-grade-strategy-step__subject-picker{min-width:0;padding-top:4px}.roadmap-grade-strategy-step__filter-label{color:#727b8b;margin-bottom:7px;font-size:11px;font-weight:500;display:block}.roadmap-grade-strategy-step__category-list{flex-wrap:wrap;gap:7px;margin-bottom:14px;display:flex}.roadmap-grade-strategy-step__category-button{color:#687284;cursor:pointer;background:#f5f6f8;border:1px solid #e0e4eb;border-radius:999px;height:30px;padding:0 14px;font-size:12px;font-weight:600;transition:border-color .15s,background-color .15s,color .15s,transform .15s}.roadmap-grade-strategy-step__category-button:hover{color:#4265c8;background:#edf2ff;border-color:#b8c8ed;transform:translateY(-1px)}.roadmap-grade-strategy-step__category-button--active{color:#fff;background:#4265d4;border-color:#4265d4}.roadmap-grade-strategy-step__category-button--active:hover{color:#fff;background:#3659c7;border-color:#3659c7}.roadmap-grade-strategy-step__search-wrapper{margin-bottom:16px;position:relative}.roadmap-grade-strategy-step__search-icon{fill:none;stroke:#7b8493;stroke-width:2px;stroke-linecap:round;pointer-events:none;width:18px;height:18px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.roadmap-grade-strategy-step__search-input{color:#293241;box-sizing:border-box;background:#fff;border:1px solid #d9dde5;border-radius:9px;outline:none;width:100%;height:40px;padding:0 14px 0 39px;font-size:13px;transition:border-color .15s,box-shadow .15s}.roadmap-grade-strategy-step__search-input::placeholder{color:#a3aab6}.roadmap-grade-strategy-step__search-input:focus{border-color:#7193ed;box-shadow:0 0 0 3px #3d63d314}.roadmap-grade-strategy-step__subject-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;max-height:142px;padding-right:7px;display:grid;overflow-y:auto}.roadmap-grade-strategy-step__subject-list::-webkit-scrollbar{width:5px}.roadmap-grade-strategy-step__subject-list::-webkit-scrollbar-thumb{background:#cfd4dc;border-radius:999px}.roadmap-grade-strategy-step__subject-list::-webkit-scrollbar-track{background:0 0}.roadmap-grade-strategy-step__subject-button{color:#586274;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background:#f5f6f8;border:1px solid #e1e4e9;border-radius:7px;min-width:0;height:39px;padding:0 8px;font-size:12px;font-weight:500;transition:border-color .15s,background-color .15s,color .15s,transform .15s;overflow:hidden}.roadmap-grade-strategy-step__subject-button:hover{color:#425fae;background:#edf2ff;border-color:#bdcae9;transform:translateY(-1px)}.roadmap-grade-strategy-step__subject-button--selected{color:#315bc8;background:#eaf1ff;border-color:#7193ed;font-weight:700}.roadmap-grade-strategy-step__subject-button--selected:hover{color:#254fae;background:#e2ecff;border-color:#5f83df}.roadmap-grade-strategy-step__subject-empty{color:#9098a6;text-align:center;grid-column:1/-1;margin:18px 0;font-size:12px}.roadmap-grade-strategy-step__selected{box-sizing:border-box;background:#f3f4f6;border:1px solid #e8e9ec;border-radius:10px;flex-direction:column;min-width:0;min-height:280px;padding:20px;display:flex}.roadmap-grade-strategy-step__selected-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.roadmap-grade-strategy-step__selected-header .roadmap-grade-strategy-step__section-title{margin-bottom:0}.roadmap-grade-strategy-step__selected-count{color:#5067a2;box-sizing:border-box;background:#e3e8f6;border-radius:999px;justify-content:center;align-items:center;min-width:34px;height:23px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.roadmap-grade-strategy-step__selected-list{flex-wrap:wrap;flex:1;align-content:flex-start;align-items:flex-start;gap:8px;min-height:118px;margin-top:16px;display:flex}.roadmap-grade-strategy-step__selected-chip{color:#485366;cursor:pointer;background:#fff;border:1px solid #dde3f0;border-radius:7px;align-items:center;gap:8px;min-height:33px;padding:0 10px 0 12px;font-size:12px;font-weight:600;transition:border-color .15s,background-color .15s;display:inline-flex}.roadmap-grade-strategy-step__selected-chip:hover{background:#f8faff;border-color:#aebee7}.roadmap-grade-strategy-step__selected-remove{color:#8d96a6;font-size:16px;font-weight:400;line-height:1}.roadmap-grade-strategy-step__selected-empty{color:#939ba9;text-align:center;width:100%;margin:34px 0 0;font-size:12px;line-height:1.6}.roadmap-grade-strategy-step__generate-button{color:#fff;cursor:pointer;background:#4265d4;border:0;border-radius:7px;width:100%;height:43px;margin-top:20px;font-size:13px;font-weight:700;transition:background-color .15s,transform .15s}.roadmap-grade-strategy-step__generate-button:hover:not(:disabled){background:#3659c7;transform:translateY(-1px)}.roadmap-grade-strategy-step__generate-button:disabled{color:#eef1f7;cursor:not-allowed;background:#b9c2d7}.roadmap-grade-strategy-step__result-card{padding:24px}.roadmap-grade-strategy-step__result-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.roadmap-grade-strategy-step__card-title--result{margin-bottom:7px}.roadmap-grade-strategy-step__result-description{color:#7d8696;margin:0;font-size:13px;line-height:1.6}.roadmap-grade-strategy-step__result-badge{color:#4265c8;background:#edf2ff;border-radius:999px;flex-shrink:0;padding:7px 11px;font-size:11px;font-weight:700}.roadmap-grade-strategy-step__result{box-sizing:border-box;background:#edf6ff;border:1px solid #dcecff;border-radius:10px;min-height:390px;padding:28px}.roadmap-grade-strategy-step__result-summary{background:#fff;border:1px solid #dfe8f3;border-radius:9px;padding:18px 20px}.roadmap-grade-strategy-step__result-summary-label{color:#6e7889;margin-bottom:10px;font-size:12px;font-weight:700;display:block}.roadmap-grade-strategy-step__result-subject-list{flex-wrap:wrap;gap:8px;display:flex}.roadmap-grade-strategy-step__result-subject{color:#315bc8;background:#eaf1ff;border-radius:6px;align-items:center;min-height:30px;padding:0 11px;font-size:12px;font-weight:700;display:inline-flex}.roadmap-grade-strategy-step__grade-list{gap:14px;margin-top:18px;display:grid}.roadmap-grade-strategy-step__grade-card{background:#fff;border:1px solid #dfe8f3;border-radius:9px;grid-template-columns:42px minmax(0,1fr);gap:16px;padding:20px;display:grid}.roadmap-grade-strategy-step__grade-number{color:#fff;background:#4265d4;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;font-weight:800;display:flex}.roadmap-grade-strategy-step__grade-content{min-width:0}.roadmap-grade-strategy-step__grade-label{color:#4265c8;margin-bottom:5px;font-size:11px;font-weight:800;display:block}.roadmap-grade-strategy-step__grade-title{color:#303846;letter-spacing:-.02em;margin:0;font-size:15px;font-weight:700}.roadmap-grade-strategy-step__grade-description{color:#6f7989;margin:8px 0 0;font-size:13px;line-height:1.7}.roadmap-grade-strategy-step__grade-example{background:#f6f8fc;border-radius:7px;margin-top:14px;padding:13px 15px}.roadmap-grade-strategy-step__grade-example strong{color:#4d596c;margin-bottom:5px;font-size:11px;display:block}.roadmap-grade-strategy-step__grade-example p{color:#707a8a;margin:0;font-size:12px;line-height:1.65}@media (width<=1120px){.roadmap-grade-strategy-step__generator{grid-template-columns:250px minmax(0,1fr)}.roadmap-grade-strategy-step__selected{grid-column:1/-1;min-height:190px}.roadmap-grade-strategy-step__selected-list{min-height:70px}}@media (width<=820px){.roadmap-grade-strategy-step__subject-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=760px){.roadmap-grade-strategy-step__card{padding:18px}.roadmap-grade-strategy-step__generator{grid-template-columns:1fr}.roadmap-grade-strategy-step__profile,.roadmap-grade-strategy-step__selected{min-height:auto}.roadmap-grade-strategy-step__subject-list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:190px}.roadmap-grade-strategy-step__result-heading{flex-direction:column}.roadmap-grade-strategy-step__result{min-height:280px;padding:18px}.roadmap-grade-strategy-step__grade-card{grid-template-columns:1fr}}.react-flow{direction:ltr}.react-flow__container{width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1px;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{-webkit-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab;position:absolute}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:0 0;pointer-events:none}.react-flow__nodesselection-rect{pointer-events:all;cursor:-webkit-grab;cursor:grab;position:absolute}.react-flow__handle{pointer-events:none;background:#1a192b;border:1px solid #fff;border-radius:100%;width:6px;min-width:5px;height:6px;min-height:5px;position:absolute}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;bottom:-4px;left:50%;transform:translate(-50%)}.react-flow__handle-top{top:-4px;left:50%;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{top:50%;right:-4px;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{z-index:5;margin:15px;position:absolute}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{background:#ffffff80;margin:0;padding:2px 3px;font-size:10px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10px}}.react-flow__edgelabel-renderer{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{color:#222;text-align:center;background-color:#fff;border:1px solid #1a192b;border-radius:3px;width:150px;padding:10px;font-size:12px}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted #0059dccc}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{box-sizing:content-box;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fefefe;border:none;border-bottom:1px solid #eee;justify-content:center;align-items:center;width:16px;height:16px;padding:5px;display:flex}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:#3367d9;border:1px solid #fff;border-radius:1px;width:4px;height:4px;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{top:50%;left:0}.react-flow__resize-control.handle.right{top:50%;left:100%}.react-flow__resize-control.handle.top{top:0;left:50%}.react-flow__resize-control.handle.bottom{top:100%;left:50%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border:0 solid #3367d9}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;height:100%;top:0;transform:translate(-50%)}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{width:100%;height:1px;left:0;transform:translateY(-50%)}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.roadmap-mindmap-step{flex-direction:column;gap:24px;display:flex}.roadmap-mindmap-step__card{box-sizing:border-box;background:#fff;border:1px solid #edf0f5;border-radius:12px;width:100%;padding:22px 24px 28px}.roadmap-mindmap-step__card-title{color:#272d38;letter-spacing:-.03em;margin:0 0 22px;font-size:18px;font-weight:700}.roadmap-mindmap-step__generator{grid-template-columns:46% minmax(0,1fr);align-items:center;gap:58px;display:grid}.roadmap-mindmap-step__profile{box-sizing:border-box;background:#e9f4ff;border:1px solid #d9eafa;border-radius:10px;min-height:220px;padding:20px 34px 26px}.roadmap-mindmap-step__profile-title{color:#303846;text-align:center;margin:0 0 18px;font-size:14px;font-weight:700}.roadmap-mindmap-step__profile-content{box-sizing:border-box;background:#fff;border-radius:8px;flex-direction:column;gap:18px;min-height:125px;padding:24px 18px;display:flex}.roadmap-mindmap-step__profile-item{flex-direction:column;gap:7px;display:flex}.roadmap-mindmap-step__profile-label{color:#8a94a5;font-size:11px;font-weight:500}.roadmap-mindmap-step__profile-value{color:#3b4658;font-size:14px;font-weight:600}.roadmap-mindmap-step__profile-divider{background:#e5e9ef;width:100%;height:1px}.roadmap-mindmap-step__form{flex-direction:column;min-width:0;display:flex}.roadmap-mindmap-step__label-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.roadmap-mindmap-step__label{color:#303846;font-size:14px;font-weight:700}.roadmap-mindmap-step__optional{color:#858e9d;background:#f0f2f6;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:600}.roadmap-mindmap-step__input{color:#293241;box-sizing:border-box;background:#fff;border:1px solid #d9dde5;border-radius:9px;outline:none;width:100%;height:42px;padding:0 14px;font-size:13px;transition:border-color .15s,box-shadow .15s}.roadmap-mindmap-step__input::placeholder{color:#a3aab6}.roadmap-mindmap-step__input:focus{border-color:#7193ed;box-shadow:0 0 0 3px #3d63d314}.roadmap-mindmap-step__description{color:#9097a5;margin:9px 0 18px;font-size:11px;line-height:1.6}.roadmap-mindmap-step__generate-button{color:#fff;cursor:pointer;background:#4265d4;border:0;border-radius:7px;width:100%;height:43px;font-size:13px;font-weight:700;transition:background-color .15s,transform .15s}.roadmap-mindmap-step__generate-button:hover{background:#3659c7;transform:translateY(-1px)}.roadmap-mindmap-step__result-card{padding:24px}.roadmap-mindmap-step__result-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.roadmap-mindmap-step__card-title--result{margin-bottom:7px}.roadmap-mindmap-step__result-description{color:#7d8696;margin:0;font-size:13px;line-height:1.6}.roadmap-mindmap-step__result-badge{color:#4265c8;background:#edf2ff;border-radius:999px;flex-shrink:0;padding:7px 11px;font-size:11px;font-weight:700}.roadmap-mindmap-step__result{box-sizing:border-box;background:#edf6ff;border:1px solid #dcecff;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-height:430px;padding:38px;display:flex}.roadmap-mindmap-step__mindmap{width:min(100%,720px);min-height:330px;position:relative}.roadmap-mindmap-step__mindmap-center{color:#fff;text-align:center;box-sizing:border-box;background:#4265d4;border-radius:18px;justify-content:center;align-items:center;width:150px;min-height:72px;padding:14px;font-size:15px;font-weight:700;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 24px #4265d433}.roadmap-mindmap-step__mindmap-branch{text-align:center;box-sizing:border-box;background:#fff;border:1px solid #cedcf2;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:128px;min-height:65px;padding:12px;display:flex;position:absolute;box-shadow:0 6px 18px #51699114}.roadmap-mindmap-step__mindmap-branch:after{z-index:-1;content:"";background:#b8c9e8;width:80px;height:2px;position:absolute}.roadmap-mindmap-step__mindmap-branch strong{color:#3c4a60;font-size:13px}.roadmap-mindmap-step__mindmap-branch span{color:#8a94a4;margin-top:5px;font-size:11px}.roadmap-mindmap-step__mindmap-branch--top-left{top:18px;left:8%}.roadmap-mindmap-step__mindmap-branch--top-left:after{bottom:-24px;right:-65px;transform:rotate(28deg)}.roadmap-mindmap-step__mindmap-branch--top-right{top:18px;right:8%}.roadmap-mindmap-step__mindmap-branch--top-right:after{bottom:-24px;left:-65px;transform:rotate(-28deg)}.roadmap-mindmap-step__mindmap-branch--bottom-left{bottom:18px;left:8%}.roadmap-mindmap-step__mindmap-branch--bottom-left:after{top:-24px;right:-65px;transform:rotate(-28deg)}.roadmap-mindmap-step__mindmap-branch--bottom-right{bottom:18px;right:8%}.roadmap-mindmap-step__mindmap-branch--bottom-right:after{top:-24px;left:-65px;transform:rotate(28deg)}.roadmap-mindmap-step__result-text{color:#697487;text-align:center;margin:12px 0 0;font-size:13px;line-height:1.7}@media (width<=850px){.roadmap-mindmap-step__generator{grid-template-columns:1fr;gap:24px}.roadmap-mindmap-step__profile{min-height:auto}.roadmap-mindmap-step__result{min-height:390px;padding:24px}.roadmap-mindmap-step__mindmap-branch--top-left,.roadmap-mindmap-step__mindmap-branch--bottom-left{left:0}.roadmap-mindmap-step__mindmap-branch--top-right,.roadmap-mindmap-step__mindmap-branch--bottom-right{right:0}}@media (width<=600px){.roadmap-mindmap-step__card{padding:18px}.roadmap-mindmap-step__profile{padding:20px}.roadmap-mindmap-step__result-header{flex-direction:column}.roadmap-mindmap-step__result{min-height:auto;padding:20px}.roadmap-mindmap-step__mindmap{flex-direction:column;gap:12px;min-height:auto;display:flex}.roadmap-mindmap-step__mindmap-center,.roadmap-mindmap-step__mindmap-branch{width:100%;position:static;transform:none}.roadmap-mindmap-step__mindmap-branch:after{display:none}}.roadmap-mindmap-step__generate-button:disabled{cursor:not-allowed;opacity:.55}.roadmap-mindmap-step__input:disabled{cursor:not-allowed;background:#f4f6f9}.roadmap-mindmap-step__error{color:#d14343;margin:14px 0 0;font-size:14px;line-height:1.5}.roadmap-mindmap-step__result-layout{gap:20px;margin-top:24px;display:flex;position:relative}.roadmap-mindmap-step__flow{background:#f8fafc;border:1px solid #e3e8f1;border-radius:16px;flex:1;min-width:0;height:640px;overflow:hidden}.react-flow__node.roadmap-mindmap-node{text-align:center;white-space:normal;word-break:keep-all;background:#fff;border:1px solid #d7deea;border-radius:12px;justify-content:center;align-items:center;width:190px;min-height:72px;padding:12px 16px;line-height:1.45;display:flex;box-shadow:0 6px 18px #26375914}.react-flow__node.roadmap-mindmap-node--root{color:#fff;background:#28468f;border-color:#28468f;font-weight:700}.react-flow__node.roadmap-mindmap-node--grade{color:#24417f;background:#edf3ff;border-color:#b9c9eb;font-weight:700}.react-flow__node.roadmap-mindmap-node--subject{color:#26334d;background:#fff;border-color:#cdd7e7;font-weight:700}.react-flow__node.roadmap-mindmap-node--keyword{color:#4a556b;background:#f8fafc;font-size:13px}.react-flow__node.roadmap-mindmap-node.selected{outline-offset:2px;outline:3px solid #28468f33}.roadmap-mindmap-step__detail{background:#fff;border:1px solid #e3e8f1;border-radius:14px;flex:0 0 260px;align-self:flex-start;padding:20px;box-shadow:0 8px 24px #1f325414}.roadmap-mindmap-step__detail-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.roadmap-mindmap-step__detail-type{color:#28468f;font-size:13px;font-weight:700}.roadmap-mindmap-step__detail-close{color:#667085;cursor:pointer;background:0 0;border:0;width:28px;height:28px;padding:0;font-size:22px;line-height:1}.roadmap-mindmap-step__detail-title{color:#1f2a44;font-size:17px;line-height:1.5;display:block}.roadmap-mindmap-step__detail-description{color:#667085;margin:12px 0 0;font-size:14px;line-height:1.65}@media (width<=1100px){.roadmap-mindmap-step__result-layout{flex-direction:column}.roadmap-mindmap-step__detail{box-sizing:border-box;flex-basis:auto;width:100%}}.payment-result-page{box-sizing:border-box;color:#1f2937;background:#f4f6fb;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.payment-result-page *,.payment-result-page :before,.payment-result-page :after{box-sizing:inherit}.payment-result-card{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:440px;padding:40px 48px;box-shadow:0 12px 28px #0f172a2e}.payment-result-card h1{margin:0 0 16px;font-size:28px;line-height:1.4}.payment-result-card p{color:#4b5563;white-space:pre-line;margin:0;line-height:1.7}.payment-result-card.is-error h1,.payment-result-card.is-error p{color:#991b1b}.payment-result-card.is-loading p{color:#6b7280}.payment-result-link{color:#fff;background:#1b4298;border-radius:999px;justify-content:center;align-items:center;min-height:46px;margin-top:28px;padding:0 24px;font-weight:700;text-decoration:none;display:inline-flex}.payment-result-card.is-error .payment-result-link{background:#991b1b}.payment-result-link:hover{opacity:.9}@media (width<=520px){.payment-result-card{padding:32px 24px}.payment-result-card h1{font-size:24px}}
