@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.orbit[data-v-bb695c84]{position:relative;width:100px;height:100px;border-radius:50%;margin-bottom:50px}.dino[data-v-bb695c84]{position:absolute;width:50px;height:50px;margin-left:-25px;margin-top:-25px}.dino img[data-v-bb695c84]{width:100%;height:100%;object-fit:contain;transition:transform .1s linear}.img__logo{position:relative}.img__logo .hat{position:absolute;width:45px;height:30px;top:-15px;left:-8px;rotate:10deg;transform:rotateY(180deg)}.mobile__burger{display:none;justify-content:space-between;align-items:center;padding:30px 30px 0}.burger__logo{color:#fff;font-size:20px;font-weight:700;display:flex;align-items:center;gap:5px}.burger__icon{font-size:20px;color:#fff}.burger__menu{position:fixed;width:100%;height:calc(100vh - 80px);padding:40px 0;top:80px;left:100%;background:#1c1f2a;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:space-between;transition:left .3s ease}.burger__menu.active{left:0}@media (max-width: 835px){.mobile__burger{display:flex}}.sidebar__profile-wrapper{position:relative;margin-bottom:20px}.sidebar__profile-frame{position:absolute;width:100px;height:100px;top:-15px;left:-15px}.sidebar__profile-avatar{width:70px;height:70px;border-radius:50%;background-color:#d9d9d9}.sidebar{width:256px;height:100vh;position:sticky;top:0;left:0;background:#161621;border-top-right-radius:30px;border-bottom-right-radius:30px;padding:65px 0;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.sidebar__top{width:100%;display:flex;flex-direction:column;align-items:center}.sidebar__logo{color:#fff;font-size:20px;font-weight:700;display:flex;align-items:center;gap:5px;margin-bottom:70px}.sidebar__profile{display:flex;flex-direction:column;align-items:center}.sidebar__profile-name{font-size:20px;font-weight:500;margin-bottom:10px}.sidebar__profile-title{font-size:14px;font-weight:500;color:#8989a0;margin-bottom:50px}.sidebar__links,.burger__links{display:flex;flex-direction:column;gap:5px;width:100%}.sidebar__link,.burger__link{display:flex;gap:10px;justify-content:center;padding:16px 0;font-size:16px;font-weight:500;position:relative;color:#999;transition:color .3s ease}.sidebar__link.router-link-active,.burger__link.router-link-active,.sidebar__link:hover,.burger__link:hover{color:#fff}.sidebar__link.router-link-active:before,.burger__link.router-link-active:before{content:"";position:absolute;height:100%;width:10px;border-top-right-radius:5px;border-bottom-right-radius:5px;background:linear-gradient(to bottom,#f8ff00,#3ad59f);left:0;top:0}.sidebar__bottom-logout,.burger__menu-logout{padding:15px;background:#1c1f2a;border-radius:10px}.burger__menu-logout{background:#161621}.sidebar__bottom-link i{margin-right:10px}.sidebar__bottom-link,.burger__menu-link{font-size:16px;font-weight:500;background:linear-gradient(90deg,#f8ff00,#3ad59f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media (max-width: 835px){.sidebar{display:none}}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#1c1f2a;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;color:#fff}.app-container{display:grid;width:100%;min-height:100vh;grid-template-columns:auto 1fr;gap:40px}.main-content{padding:40px 40px 40px 0}@media (max-width: 835px){.main-content{padding:30px}.app-container{display:block}}.notification[data-v-21ec38b5]{background:#000000bf;position:fixed;height:100vh;width:100%;top:0;right:0;z-index:1005;visibility:hidden;opacity:0;transition:visibility .5s ease,opacity .5s}.notification.active[data-v-21ec38b5]{visibility:visible;opacity:1}.notification__content[data-v-21ec38b5]{position:absolute;top:0;right:-100%;width:25%;background:#161621;height:100vh;padding:20px;min-width:300px;transition:right .5s ease}.notification.active .notification__content[data-v-21ec38b5]{right:0}.notification__header[data-v-21ec38b5]{display:flex;justify-content:space-between;margin-bottom:24px}.notification__header-title[data-v-21ec38b5]{font-size:24px;font-weight:700}.notification__header-close[data-v-21ec38b5]{color:#fff;font-size:18px;border:none;background:transparent;cursor:pointer}.notification__list[data-v-21ec38b5]{display:flex;flex-direction:column;gap:10px}.notification__item[data-v-21ec38b5]{width:100%;padding:12px 16px;background:#1c1f2a;border-radius:8px;max-height:43px;cursor:pointer;transition:max-height .9s ease}.notification__item.active[data-v-21ec38b5]{max-height:550px}.notification__item-title[data-v-21ec38b5]{font-size:16px;font-weight:600;color:#fff}.notification__item-desc[data-v-21ec38b5]{visibility:hidden;opacity:0;margin-top:12px;transition:visibility .5s ease,opacity .5s ease}.notification__item.active .notification__item-desc[data-v-21ec38b5]{visibility:visible;opacity:1}.notification__item-text[data-v-21ec38b5]{margin-bottom:8px;word-wrap:break-word}.notification__item-date[data-v-21ec38b5]{font-size:12px;color:#eee}.content[data-v-21ec38b5]{display:flex;gap:20px;overflow:hidden}.content__left[data-v-21ec38b5],.content__right[data-v-21ec38b5]{display:flex;flex:1;flex-direction:column;gap:20px;flex-basis:50%}.content__hero[data-v-21ec38b5]{background-color:#161621;border-radius:30px;overflow:hidden;position:relative;padding:80px 65px}.content__left-achievements[data-v-21ec38b5]{background:#161621;border-radius:30px;padding:30px 40px}.content__hero-img[data-v-21ec38b5]{top:-10px;right:-35px;position:absolute;transform:scaleX(-1);z-index:2}.content__hero-title[data-v-21ec38b5]{display:inline-block;margin-bottom:5px;font-size:36px;font-weight:700;background:linear-gradient(to right,#f8ff00,#3ad59f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.content__hero-subtitle[data-v-21ec38b5]{font-size:20px;font-weight:400;max-width:350px;width:100%}.content__hero[data-v-21ec38b5]:before,.content__hero[data-v-21ec38b5]:after{content:"";position:absolute;border-radius:50%;filter:blur(100px);background:linear-gradient(#fdbb2d,#22c1c3);z-index:1}.content__hero[data-v-21ec38b5]:before{width:220px;height:220px;top:-110px;left:-110px;transform:rotate(-45deg)}.content__hero[data-v-21ec38b5]:after{width:250px;height:250px;bottom:-150px;right:-100px;transform:rotate(135deg)}.content__schedule[data-v-21ec38b5]{padding:30px 40px;border-radius:30px;background:#161621}.lesson-popup[data-v-21ec38b5]{position:absolute;background:#fff;color:#333;padding:10px 12px;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:999;min-width:140px;animation:fadein-21ec38b5 .2s ease}@keyframes fadein-21ec38b5{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.content__schedule-header[data-v-21ec38b5]{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.content__schedule-link[data-v-21ec38b5]{color:#fff;font-size:24px}.content__schedule-title[data-v-21ec38b5]{font-size:24px;font-weight:700}.content__schedule-week[data-v-21ec38b5]{display:flex;justify-content:space-between;align-items:stretch}.content__schedule-day[data-v-21ec38b5]{width:80px;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;border-radius:15px}.content__schedule-day.lesson[data-v-21ec38b5]:before{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:linear-gradient(to right,#f8ff00,#3ad59f);bottom:5px;left:50%;transform:translate(-50%)}.content__schedule-subtitle[data-v-21ec38b5]{font-size:20px;margin-bottom:5px}.content__schedule-main[data-v-21ec38b5]{font-size:36px;font-weight:700}.content__schedule-day.today[data-v-21ec38b5]{background:#1c1f2a}.content__schedule-day.today .content__scheclassic__titledule-main[data-v-21ec38b5],.content__schedule-day.today .content__schedule-subtitle[data-v-21ec38b5]{background:linear-gradient(to right,#f8ff00,#3ad59f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.content__right-cards[data-v-21ec38b5]{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;height:257px}.content__right-card[data-v-21ec38b5]{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:30px;position:relative;overflow:hidden;background:#161621}.content__right-card.big[data-v-21ec38b5]{align-items:flex-start;padding:30px 40px}.content__right-title[data-v-21ec38b5]{background:linear-gradient(to right,#f8ff00,#3ad59f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;font-size:40px;font-weight:700;margin-bottom:5px;position:relative;z-index:2}.content__right-card.big .content__right-title[data-v-21ec38b5]{font-size:32px;margin-bottom:15px}.content__right-card.big .content__right-title .mobile__burger[data-v-21ec38b5]{display:flex}.content__right-info[data-v-21ec38b5]{font-size:20px;margin-bottom:5px}.content__right-subtitle[data-v-21ec38b5]{font-size:24px;font-weight:500;position:relative;z-index:2}.content__right-card[data-v-21ec38b5]:before,.content__right-card[data-v-21ec38b5]:after{content:"";position:absolute;border-radius:50%;filter:blur(100px);background:linear-gradient(#fdbb2d,#22c1c3);z-index:1}.content__right-card.small[data-v-21ec38b5]:before,.content__right-card.long[data-v-21ec38b5]:after,.content__right-card.longb[data-v-21ec38b5]:after{width:150px;height:150px}.content__right-card.lb[data-v-21ec38b5]:before{bottom:-75px;left:-75px;transform:rotate(-135deg)}.content__right-card.lc[data-v-21ec38b5]:before{bottom:-75px;transform:rotate(180deg)}.content__right-card.lr[data-v-21ec38b5]:before{bottom:-75px;right:-75px;transform:rotate(135deg)}.content__right-card.long[data-v-21ec38b5],.content__right-card.longb[data-v-21ec38b5]{padding:30px 0}.content__right-card.long[data-v-21ec38b5]:before{top:-90px;left:-75px;transform:rotate(-45deg)}.content__right-card.long[data-v-21ec38b5]:after{top:-90px;right:-75px;transform:rotate(45deg)}.content__right-card.longb[data-v-21ec38b5]:before{bottom:-90px;left:-75px;transform:rotate(-135deg)}.content__right-card.longb[data-v-21ec38b5]:after{bottom:-90px;right:-75px;transform:rotate(135deg)}.content__right-card.big[data-v-21ec38b5]:before{width:240px;height:240px;top:-130px;right:-130px;transform:rotate(45deg)}.mobile__visible[data-v-21ec38b5],.mobile__burger[data-v-21ec38b5]{display:none}.mobile__burger .sidebar__logo[data-v-21ec38b5]{margin-bottom:0}.mobile__burger[data-v-21ec38b5]{margin-bottom:30px}@media (max-width: 1919px){.content[data-v-21ec38b5]{padding-bottom:50px}.mobile__hidden[data-v-21ec38b5]{display:none}.content__right-cards[data-v-21ec38b5]{grid-template-columns:repeat(2,1fr)}.content__hero-subtitle[data-v-21ec38b5]{max-width:200px}}@media (max-width: 1439px){.content__left[data-v-21ec38b5]{flex:3}.content__right[data-v-21ec38b5]{flex:1}.content__right-cards[data-v-21ec38b5]{grid-template-columns:repeat(1,1fr);height:auto}.content__right-card.big[data-v-21ec38b5]{display:none}.content__right-card.big.mobile__visible[data-v-21ec38b5]{display:flex}.content__right-card.small.lb[data-v-21ec38b5],.content__right-card.small.lr[data-v-21ec38b5]{aspect-ratio:1 / 1}}@media (max-width: 1279px){.content[data-v-21ec38b5]{flex-direction:column}.content__right-cards[data-v-21ec38b5]{grid-template-columns:repeat(2,1fr);height:auto}}@media (max-width: 835px){.mobile__burger[data-v-21ec38b5]{display:flex}}@media (max-width: 600px){.content__hero[data-v-21ec38b5]{padding:40px;aspect-ratio:1 / 1}.content__hero-subtitle[data-v-21ec38b5]{max-width:300px}.content__hero-img[data-v-21ec38b5]{max-width:350px;max-height:350px;min-width:275px;min-height:275px;width:100%;height:100%;top:auto;bottom:-130px;right:-60px}.content__schedule-week[data-v-21ec38b5]{flex-direction:column;align-items:center}.content__right-cards[data-v-21ec38b5]{grid-template-columns:repeat(1,1fr)}.content__right-card.big .content__right-title[data-v-21ec38b5]{font-size:26px!important}.content__right-info[data-v-21ec38b5]{font-size:16px}}.content[data-v-9875215c]{display:flex;gap:30px}.schedule__day.mobile[data-v-9875215c]{display:none}@media (max-width: 1300px){.content[data-v-9875215c]{flex-direction:column}}.content__left[data-v-9875215c]{flex:3;padding:30px;border-radius:30px;background-color:#161621}.schedule__title[data-v-9875215c]{font-size:36px;font-weight:600;margin-bottom:24px}.schedule__title .gray__color[data-v-9875215c]{color:#999;font-weight:400}.schedule__weeks[data-v-9875215c]{display:grid;grid-template-columns:repeat(7,minmax(90px,1fr));margin-bottom:10px}.schedule__week[data-v-9875215c]{text-align:right;font-size:clamp(12px,.9vw,16px);font-weight:400}.schedule__days[data-v-9875215c]{display:grid;grid-template-columns:repeat(7,minmax(90px,1fr))}.schedule__day[data-v-9875215c]{border:1px solid #999;aspect-ratio:1.25 / 1;text-align:right;align-content:end;padding:10px;position:relative;font-weight:600}.schedule__day.empty[data-v-9875215c]{color:#999;font-weight:400}@media (max-width: 1279px){.schedule__days[data-v-9875215c],.schedule__weeks[data-v-9875215c]{grid-template-columns:repeat(7,minmax(60px,1fr))}.schedule__day[data-v-9875215c]{aspect-ratio:1.25 / 1.5}}@media (max-width: 500px){.schedule__weeks[data-v-9875215c]{display:none}.schedule__days[data-v-9875215c]{grid-template-columns:repeat(7,minmax(40px,1fr))}.schedule__day[data-v-9875215c]{display:none;aspect-ratio:1.25 / 2.5}.schedule__day.mobile[data-v-9875215c]{display:block}}.schedule__event[data-v-9875215c]{position:absolute;top:10px;right:10px;padding:5px 10px;border-radius:5px;z-index:0;font-size:14px;background:linear-gradient(to right,#008cff,#00d9ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.schedule__event[data-v-9875215c]:before{content:"";position:absolute;inset:0;padding:1px;border-radius:5px;background:linear-gradient(to right,#008cff,#00d9ff);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:-1;pointer-events:none}.schedule__event.completed[data-v-9875215c]{background:linear-gradient(to right,#f8ff00,#3ad59f);-webkit-background-clip:text;background-clip:text}.schedule__event.completed[data-v-9875215c]:before{background:linear-gradient(to right,#f8ff00,#3ad59f)}.schedule__event.canceled[data-v-9875215c]{background:linear-gradient(to right,#ff2600,#ff9d00);-webkit-background-clip:text;background-clip:text}.schedule__event.canceled[data-v-9875215c]:before{background:linear-gradient(to right,#ff2600,#ff9d00)}.content__right[data-v-9875215c]{flex:1;padding:30px;border-radius:30px;background-color:#161621;display:flex;flex-direction:column;gap:10px}@media (max-width: 1300px){.content__right[data-v-9875215c]{min-height:200px}}.schedule__event-detail[data-v-9875215c]{width:100%;background:#008cff;border-radius:5px;text-align:center;padding:15px 0}.schedule__detail-top[data-v-9875215c]{display:flex;gap:5px;justify-content:center;align-items:center}.schedule__detail-title[data-v-9875215c]{font-size:40px;line-height:40px}.schedule__detail-subtitle[data-v-9875215c]{font-size:16px;font-weight:500}.schedule__detail-info[data-v-9875215c]{font-size:12px;font-weight:400}.toast{position:fixed;top:30px;right:30px;max-width:300px;background:#4caf50;color:#fff;padding:12px 20px;border-radius:8px;box-shadow:0 4px 8px #0003;font-weight:500;z-index:9999}.error{background:#9e3434}.fade-slide-enter-active,.fade-slide-leave-active{transition:all .4s ease}.fade-slide-enter-from{opacity:0;transform:translateY(-20px)}.fade-slide-enter-to,.fade-slide-leave-from{opacity:1;transform:translateY(0)}.fade-slide-leave-to{opacity:0;transform:translateY(-20px)}.homework[data-v-0c783563]{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:20px}.homework__item[data-v-0c783563]{aspect-ratio:2 / 1;background:#161621;border-radius:30px;padding:25px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.homework__item[data-v-0c783563]:before{content:"";position:absolute;border-radius:50%;filter:blur(100px);background:linear-gradient(#fdbb2d,#22c1c3);z-index:1}.homework__item[data-v-0c783563]:before{width:150px;height:150px;bottom:-70px;right:-70px;transform:rotate(135deg)}.homework__detail[data-v-0c783563]{position:absolute;top:25px;right:25px;width:30px;height:30px;font-size:16px;font-weight:700;border-radius:50%;background:#1c1f2a;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:4}.homework__detail .icon[data-v-0c783563]{background:linear-gradient(to right,#f8ff00,#3ad59f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.homework__overlay[data-v-0c783563]{opacity:0;visibility:hidden;pointer-events:none;background:#000000bf;inset:0;position:absolute;z-index:2;display:flex;transition:opacity .3s ease,visibility .3s ease}.homework__button[data-v-0c783563]{transition:background .3s ease;width:50%;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.homework__button[data-v-0c783563]:hover{background:#000000bf}.homework__item:hover .homework__overlay[data-v-0c783563]{opacity:1;visibility:visible;pointer-events:auto}.homework__item:hover:has(.homework__detail:hover) .homework__overlay[data-v-0c783563]{opacity:0;visibility:hidden;pointer-events:none}.homework__popup[data-v-0c783563]{opacity:0;visibility:hidden;pointer-events:none;z-index:3;position:absolute;width:250px;padding:25px;border-radius:15px;background:#1c1f2a;right:0;top:30px;transition:opacity .3s ease,visibility .3s ease}.homework__detail:hover .homework__popup[data-v-0c783563]{opacity:1;visibility:visible;pointer-events:auto}.abspos[data-v-0c783563]{position:absolute;top:25px;right:25px}.settings__form[data-v-fc51eba1]{display:flex;flex-direction:column;gap:1rem}.settings__form-group[data-v-fc51eba1]{display:flex;flex-direction:column}.settings__form-group label[data-v-fc51eba1]{margin-bottom:.3rem;font-size:.9rem;color:#bbb}.settings__form-group input[data-v-fc51eba1]{padding:.5rem;border:1px solid #444;border-radius:5px;background:#2b2b2b;color:#fff}.settings__form-group input[data-v-fc51eba1]:focus{border-color:#4a90e2;outline:none}.divider[data-v-fc51eba1]{margin:2rem 0;height:1px;background:#333}.avatar-section[data-v-fc51eba1]{text-align:center}.subtitle[data-v-fc51eba1]{font-size:1.2rem;margin-bottom:1rem}.avatar-box[data-v-fc51eba1]{display:flex;align-items:center;gap:1rem;justify-content:center;margin-bottom:1rem}.avatar[data-v-fc51eba1]{height:80px;width:80px;border-radius:50%;border:2px solid #555;object-fit:cover}input[type=file][data-v-fc51eba1]{color:#ccc}.btn[data-v-fc51eba1]{display:inline-block;padding:.6rem 1rem;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background .3s}.btn-primary[data-v-fc51eba1]{background:#4a90e2;color:#fff}.btn-primary[data-v-fc51eba1]:hover{background:#357abd}.btn-success[data-v-fc51eba1]{background:#2ecc71;color:#fff}.btn-success[data-v-fc51eba1]:disabled{background:#2ecc7155;cursor:not-allowed}.btn-success[data-v-fc51eba1]:hover:enabled{background:#27ae60}*{margin:0;padding:0;box-sizing:border-box;text-decoration:none}body{font-family:Inter,sans-serif;background:#1c1f2a;color:#fff}.header{width:100%;display:flex;margin-bottom:30px;justify-content:space-between;align-items:center}.header__title{font-size:24px;font-weight:700}.header__notifications{border:none;background:transparent;cursor:pointer;color:#fff;font-size:24px;position:relative}.header__notif-new{position:absolute;width:10px;height:10px;background-color:#ff2a00;border-radius:50%;top:-2px;right:-2px}.change__elems{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:30px}.change__elem-item{position:relative;padding:10px 15px;border:1px solid #999;border-radius:10px;font-size:16px;color:#999;cursor:pointer;transition:color .3s ease,border .3s ease;z-index:0;overflow:hidden}.change__elem-item span{position:relative;z-index:1;background:none;transition:color .3s ease}.change__elem-item:before{content:"";position:absolute;inset:0;border-radius:10px;padding:1px;background:linear-gradient(90deg,#f8ff00,#3ad59f);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:destination-out;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:0}.change__elem-item:hover:before,.change__elem-item.active:before{opacity:1}.change__elem-item:hover span,.change__elem-item.active span{background:linear-gradient(90deg,#f8ff00,#3ad59f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.classic__title{background:linear-gradient(to right,#f8ff00,#3ad59f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;font-weight:700;margin-bottom:5px}.classic__title.small{font-size:16px}.classic__title.middle{font-size:24px}.classic__text{font-size:14px;color:#fff;font-weight:400;margin-bottom:5px}
