.ChildrenSelector_container__YeSzB{position:relative;display:inline-block}.ChildrenSelector_trigger__rIMJj{display:flex;align-items:center;gap:12px;padding:5px 14px;background:white;border:1px solid #e0e0e0;border-radius:12px;cursor:pointer;transition:all .2s ease;font-family:inherit;min-width:200px}.ChildrenSelector_trigger__rIMJj:hover{border-color:#9c27b0;box-shadow:0 2px 8px rgba(156,39,176,.1)}.ChildrenSelector_currentChild__IxcVX{display:flex;align-items:center;gap:10px;flex:1 1}.ChildrenSelector_avatarPlaceholder__ehXYa{width:31px;height:31px;display:flex;color:white;flex-shrink:0;font-size:13px;font-weight:600;border-radius:50%;align-items:center;justify-content:center;background:linear-gradient(45deg,var(--aurora-pink),var(--aurora-blue))}.ChildrenSelector_currentName__dGgnO{font-size:14px;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ChildrenSelector_chevron__4dXB3{color:#666;transition:transform .2s ease;flex-shrink:0}.ChildrenSelector_chevronOpen__oZA6w{transform:rotate(180deg)}.ChildrenSelector_dropdown__lSbP2{position:absolute;top:calc(100% + 8px);right:0;min-width:280px;background:white;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);z-index:1000;animation:ChildrenSelector_slideDown__JfTzJ .2s ease}@keyframes ChildrenSelector_slideDown__JfTzJ{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ChildrenSelector_dropdownHeader__8eZMO{padding:12px 16px;border-bottom:1px solid #f0f0f0}.ChildrenSelector_dropdownTitle__ALp3L{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.ChildrenSelector_childrenList__1L595{max-height:320px;overflow-y:auto;padding:8px}.ChildrenSelector_childItem__GXk9w{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:background-color .2s ease;font-family:inherit;text-align:left}.ChildrenSelector_childItem__GXk9w:hover{background-color:#f5f5f5}.ChildrenSelector_childItemActive__POUf5,.ChildrenSelector_childItemActive__POUf5:hover{background-color:#f3e5f5}.ChildrenSelector_childInfo__mniL_{display:flex;align-items:center;gap:12px;flex:1 1;min-width:0}.ChildrenSelector_childDetails__b5wgk{display:flex;flex-direction:column;gap:4px;flex:1 1;min-width:0}.ChildrenSelector_childName__dUuEN{font-size:14px;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ChildrenSelector_childMeta__7nWcK{font-size:12px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ChildrenSelector_checkmark__7AgXD{color:#9c27b0;font-size:18px;font-weight:700;flex-shrink:0}.ChildrenSelector_divider__Yj6Az{height:1px;background-color:#f0f0f0;margin:8px 0}.ChildrenSelector_manageButton__eM7s_{width:100%;display:flex;align-items:center;gap:10px;padding:12px 16px;border:none;background:transparent;border-radius:0 0 12px 12px;cursor:pointer;transition:background-color .2s ease;font-family:inherit;font-size:14px;font-weight:500;color:#666}.ChildrenSelector_manageButton__eM7s_:hover{background-color:#f5f5f5;color:#9c27b0}.ChildrenSelector_gearIcon__VmAOg{font-size:16px}.ChildrenSelector_childrenList__1L595::-webkit-scrollbar{width:6px}.ChildrenSelector_childrenList__1L595::-webkit-scrollbar-track{background:transparent}.ChildrenSelector_childrenList__1L595::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}.ChildrenSelector_childrenList__1L595::-webkit-scrollbar-thumb:hover{background:#b0b0b0}@media (max-width:768px){.ChildrenSelector_trigger__rIMJj{min-width:160px;padding:6px 12px}.ChildrenSelector_dropdown__lSbP2{min-width:260px}.ChildrenSelector_currentName__dGgnO{font-size:13px}}.Sidebar_sidebar__NatnM{width:310px;height:100vh;position:fixed;top:0;left:0;background:var(--aurora-glass);border-right:1px solid var(--aurora-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease-in-out;z-index:999;transform:translateX(-100%)}.Sidebar_sidebar__NatnM.Sidebar_open__Jpzb8{transform:translateX(0)}.Sidebar_sidebarContent__z_WNG{padding:1.5rem}.Sidebar_header__rIc1u{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.Sidebar_logoContainer__kveHk{width:100%;max-width:180px}.Sidebar_platformName__gZ_Ar{display:block;font-size:.8rem;font-weight:300;letter-spacing:1px;color:var(--text-tertiary);-webkit-text-fill-color:initial;background:none}.Sidebar_closeButton__lZwM6{display:none;background:none;border:none;color:var(--text-secondary);font-size:1.5rem;cursor:pointer;transition:color .2s}.Sidebar_closeButton__lZwM6:hover{color:var(--text-primary)}@media (max-width:991px){.Sidebar_closeButton__lZwM6{display:block}}.Sidebar_nav__tWk5K ul{list-style:none;padding:0;margin:0}.Sidebar_nav__tWk5K li a{display:flex;align-items:center;padding:.9rem 1rem;color:var(--text-secondary);text-decoration:none;border-radius:8px;margin-bottom:.5rem;transition:background .3s,color .3s}.Sidebar_nav__tWk5K li a:hover{background:var(--aurora-border);color:var(--text-primary)}.Sidebar_nav__tWk5K li a.Sidebar_active__sKEiv{background:linear-gradient(90deg,var(--aurora-purple),var(--aurora-blue));color:white;font-weight:600;box-shadow:0 4px 15px rgba(0,184,255,.3)}.Sidebar_nav__tWk5K li a i{font-size:1.2rem;margin-right:1rem;width:20px;text-align:center}.Sidebar_sidebarFooter__g53wA{padding:1.5rem}.Sidebar_profileLink__upb8O{display:flex;align-items:center;padding:1rem;background:rgba(0,0,0,.05);border-radius:8px;text-decoration:none;margin-bottom:1rem;transition:background .2s}.Sidebar_profileLink__upb8O:hover{background:rgba(0,0,0,.1)}.Sidebar_avatar__Duf10{width:40px;height:40px;border-radius:50%;background:linear-gradient(45deg,var(--aurora-pink),var(--aurora-blue));display:flex;justify-content:center;align-items:center;font-weight:600;font-size:1.2rem;margin-right:1rem;color:white}.Sidebar_userDetails__qbn11 .Sidebar_userName__R9jly{display:block;font-weight:600;color:var(--text-primary)}.Sidebar_userDetails__qbn11 .Sidebar_userRole__Csw0I{font-size:.8rem;color:var(--text-secondary)}.Sidebar_logoutButton__9wI2t{display:flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1rem;background:var(--aurora-border);border:1px solid var(--aurora-border);color:var(--text-secondary);border-radius:8px;cursor:pointer;transition:background .3s,color .3s}.Sidebar_logoutButton__9wI2t:hover{background:var(--aurora-pink);color:white;border-color:var(--aurora-pink)}.Sidebar_logoutButton__9wI2t i{margin-right:.75rem;font-size:1.2rem}.ThemeSwitcher_themeSwitcher__IRH0r{width:60px;height:30px;border-radius:15px;cursor:pointer;padding:3px;box-sizing:border-box;background:var(--aurora-glass);border:1px solid var(--aurora-border);transition:background-color .3s ease}.ThemeSwitcher_switchTrack__ZQZlf{position:relative;width:100%;height:100%;display:flex;justify-content:space-around;align-items:center}.ThemeSwitcher_switchIcon__DkLgq{font-size:.8rem;color:var(--aurora-blue)}.ThemeSwitcher_switchThumb__1uKIm{position:absolute;width:22px;height:22px;border-radius:50%;background:var(--aurora-blue);top:1px;left:2px;transition:transform .3s ease}.ThemeSwitcher_thumbDay__IChjo{transform:translateX(29px)}.page_mainContainer__da3Zl{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:1rem}.page_loginBox__nP6A5{max-width:400px}.page_logoContainer__E0xaJ{margin-bottom:.5rem;display:flex;justify-content:center}.page_subtitle__dbd2I{color:#ccc;margin-bottom:2rem}.page_inputGroup__vMe_c{position:relative;margin-bottom:1.5rem}.page_input__pky70{width:100%;font-size:1rem;border-radius:8px;background:transparent;color:var(--text-primary);padding:.75rem 1rem .75rem 2.5rem;border:1px solid var(--aurora-border);transition:border-color .3s,box-shadow .3s}.page_input__pky70:focus{outline:none;border-color:var(--aurora-blue);box-shadow:0 0 15px rgba(0,184,255,.5)}.page_icon__zHDh5{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#888}.page_loginButton__CelAH{width:100%;padding:.8rem;font-size:1.1rem;font-weight:600;color:white;background:linear-gradient(90deg,var(--aurora-pink),var(--aurora-purple));border:none;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .3s}.page_loginButton__CelAH:hover{transform:translateY(-2px);box-shadow:0 0 20px rgba(154,0,255,.6)}.page_activateLink__VsJn1{margin-top:1.5rem;font-size:.9rem}.page_activateLink__VsJn1 a{color:var(--aurora-blue);text-decoration:none;font-weight:600;transition:text-shadow .3s}.page_activateLink__VsJn1 a:hover{text-shadow:0 0 10px var(--aurora-blue)}.page_forgotPassword__vp_8y{text-align:right;margin-top:-.75rem;margin-bottom:1.5rem}.page_forgotPassword__vp_8y a{color:#ccc;text-decoration:none;font-size:.85rem;transition:color .3s}.page_forgotPassword__vp_8y a:hover{color:var(--aurora-blue)}.page_formWrapper__vut6S{flex-grow:1}.page_legalHeader__4liCM{font-size:.9rem;color:#aaa;margin-bottom:2rem;border-top:1px solid var(--aurora-border);border-bottom:1px solid var(--aurora-border);padding:.75rem 0}.page_footer__MIzRX{margin-top:2rem;font-size:.8rem;color:#888}.page_footer__MIzRX p{margin:0}.page_footer__MIzRX .page_brand__lhBT_{font-weight:600;color:#aaa}.page_footer__MIzRX .page_dev__7Uz_a{margin-top:.5rem}.page_footer__MIzRX .page_dev__7Uz_a a{color:var(--aurora-blue);text-decoration:none;font-weight:600;transition:text-shadow .3s}.page_footer__MIzRX .page_dev__7Uz_a a:hover{text-shadow:0 0 8px var(--aurora-blue)}.page_themeSwitcherContainer__edgsz{position:absolute;top:1.5rem;right:1.5rem}.page_loginBox__nP6A5{width:100%;max-width:420px;padding:2.5rem;background:var(--aurora-glass);border:1px solid var(--aurora-border);border-radius:16px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 32px 0 rgba(0,0,0,.37);text-align:center;flex-direction:column}.Dashboard_dashboardContainer__1EsGv,.page_loginBox__nP6A5{position:relative;display:flex}.Dashboard_contentWrapper__JOILm{flex-grow:1;margin-left:0;display:flex;flex-direction:column;min-height:100vh;transition:margin-left .3s ease-in-out;width:100%;position:relative;z-index:1}.Dashboard_appHeader__F4klx{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:60px;background:var(--aurora-glass);border-bottom:1px solid var(--aurora-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:-webkit-sticky;position:sticky;top:0;z-index:990}.Dashboard_headerLeft__4xy6U,.Dashboard_headerRight__k5pqT{display:flex;align-items:center;gap:1.5rem}.Dashboard_hamburgerButton__PMXmP{background:none;border:none;color:var(--text-primary);font-size:2rem;cursor:pointer}.Dashboard_themeSwitcher__A6Yme{width:60px;height:30px;border-radius:15px;cursor:pointer;padding:3px;box-sizing:border-box;background:var(--background-color);border:1px solid var(--aurora-border)}.Dashboard_switchTrack__36VBv{position:relative;width:100%;height:100%;display:flex;justify-content:space-around;align-items:center}.Dashboard_switchIcon__OQXY2{font-size:.8rem;color:var(--aurora-blue)}.Dashboard_switchThumb__oQlfU{position:absolute;width:22px;height:22px;border-radius:50%;background:var(--aurora-blue);top:1px;left:2px;transition:transform .3s ease}.Dashboard_thumbDay__ZlHe_{transform:translateX(29px)}.Dashboard_supportIcon__8cyTG{font-size:1.5rem;color:var(--text-secondary);cursor:pointer;transition:color .3s}.Dashboard_supportIcon__8cyTG:hover{color:var(--text-primary)}.Dashboard_notificationBell__sGknR{position:relative;font-size:1.5rem;color:var(--text-secondary);cursor:pointer;transition:color .3s}.Dashboard_notificationBell__sGknR:hover{color:var(--text-primary)}.Dashboard_notificationBadge__vX4_H{position:absolute;top:-5px;right:-8px;background-color:var(--aurora-pink);color:white;width:20px;height:20px;border-radius:50%;font-size:.75rem;font-weight:600;display:flex;justify-content:center;align-items:center;border:2px solid var(--background-color)}.Dashboard_notificationsContainer__lB0nC{position:absolute;top:50px;right:0;width:380px;background:var(--aurora-card);border:1px solid var(--aurora-border);border-radius:16px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 8px 32px rgba(0,0,0,.2);z-index:1000;overflow:hidden;color:var(--text-primary)}html[data-theme=dark] .Dashboard_notificationsContainer__lB0nC{background-color:#1a1a2e}.Dashboard_notificationsHeader__8dCig{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--aurora-border)}.Dashboard_notificationsHeader__8dCig h4{margin:0;font-size:1.1rem}.Dashboard_notificationsHeader__8dCig button{background:none;border:none;color:var(--aurora-blue);font-size:.8rem;cursor:pointer}.Dashboard_notificationList__za3f6{list-style:none;padding:0;margin:0;max-height:400px;overflow-y:auto}.Dashboard_notificationItem__1azkt{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid var(--aurora-border);transition:background-color .2s}.Dashboard_notificationItem__1azkt:hover{background-color:rgba(0,184,255,.1)}.Dashboard_notificationItem__1azkt.Dashboard_unread__sR5Xm{background-color:rgba(0,184,255,.05)}.Dashboard_notificationIcon__hXzJI{font-size:1.5rem;color:var(--aurora-blue);flex-shrink:0}.Dashboard_notificationContent__SCakM p{font-size:.9rem;margin:0 0 .25rem;line-height:1.4;color:var(--text-primary)}.Dashboard_notificationContent__SCakM small{font-size:.8rem;color:var(--text-secondary)}.Dashboard_notificationsFooter__SQphJ{text-align:center;padding:.75rem;background:rgba(0,0,0,.1);border-top:1px solid var(--aurora-border)}.Dashboard_notificationsFooter__SQphJ a{color:var(--aurora-blue);text-decoration:none;font-weight:600;font-size:.9rem}.Dashboard_mainContent__Szgny{flex-grow:1;padding:1.5rem 2rem 2rem}.Dashboard_overlay__Aovnm{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:998}@media (min-width:992px){.Dashboard_contentShift__T3Llr{margin-left:310px;width:calc(100% - 310px)}.Dashboard_overlay__Aovnm{display:none}}@media (max-width:991px){.Dashboard_mainContent__Szgny{padding:1.5rem}}.Dashboard_header__lx_sz{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;border-bottom:1px solid var(--aurora-border);padding-bottom:1.5rem}.Dashboard_header__lx_sz h1{font-size:2.5rem;font-weight:600;color:var(--text-primary);margin:0}.Dashboard_header__lx_sz span{background:linear-gradient(90deg,var(--aurora-pink),var(--aurora-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Dashboard_dateDisplay__XJ2sF{font-size:1rem;color:var(--text-secondary);font-weight:300}.Dashboard_headerSchoolInfo__QYvzg{display:flex;align-items:center;gap:1rem;background:var(--aurora-glass);padding:.5rem 1rem;border-radius:12px;border:1px solid var(--aurora-border)}.Dashboard_schoolLogo__cEZcB img{border-radius:50%}.Dashboard_schoolName__aM9Y3{font-size:1rem;font-weight:600;color:var(--text-primary)}.Dashboard_card__KwHHG{background:var(--aurora-card);border:1px solid var(--aurora-border);border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px var(--shadow-color);transition:background-color .3s ease,border-color .3s ease;display:flex;flex-direction:column}html[data-theme=dark] .Dashboard_card__KwHHG{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.Dashboard_cardHeader__lr3gF{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-shrink:0}.Dashboard_cardTitle__Lxjsw{font-size:1.2rem;font-weight:600;margin:0;display:flex;align-items:center;color:var(--text-primary)}.Dashboard_cardTitle__Lxjsw i{margin-right:.75rem;color:var(--aurora-blue)}.Dashboard_learningPathContainer__mmv_V{display:flex;flex-direction:column;gap:1rem;max-height:550px;overflow-y:auto;padding-right:10px}.Dashboard_pathStep__x0ByH{justify-content:space-between;padding:1rem;border-radius:12px;border-left:4px solid;transition:background-color .3s;position:relative;flex-shrink:0}.Dashboard_pathStep__x0ByH,.Dashboard_stepInfo__2p1h5{display:flex;align-items:center}.Dashboard_stepIcon__P7NHq{font-size:2rem;margin-right:1.5rem;width:50px;text-align:center}.Dashboard_stepContent__feFdM{flex-grow:1}.Dashboard_stepContent__feFdM h5{font-weight:600;margin-bottom:.25rem;font-size:1.1rem;color:var(--text-primary)}.Dashboard_stepContent__feFdM p{font-size:.9rem;color:var(--text-secondary);margin:0}.Dashboard_pathButton___npeU{padding:.5rem 1rem;font-size:.9rem;border-radius:8px;border:none;color:white;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .3s;margin-left:1rem}.Dashboard_pathButton___npeU:hover{transform:translateY(-2px)}.Dashboard_statusCompleted__77O_i{border-color:var(--aurora-blue);background:rgba(0,184,255,.1)}.Dashboard_statusCompleted__77O_i .Dashboard_stepIcon__P7NHq{color:var(--aurora-blue)}.Dashboard_statusCompleted__77O_i .Dashboard_pathButton___npeU{background:var(--aurora-blue)}.Dashboard_statusPending__z85_O{border-color:var(--aurora-pink);background:rgba(255,0,193,.1)}.Dashboard_statusPending__z85_O .Dashboard_stepIcon__P7NHq{color:var(--aurora-pink)}.Dashboard_statusPending__z85_O .Dashboard_pathButton___npeU{background:var(--aurora-pink);box-shadow:0 0 15px rgba(255,0,193,.4)}.Dashboard_statusOptional__PMHp1{border-color:var(--aurora-purple);background:rgba(154,0,255,.1)}.Dashboard_statusOptional__PMHp1 .Dashboard_stepIcon__P7NHq{color:var(--aurora-purple)}.Dashboard_statusOptional__PMHp1 .Dashboard_pathButton___npeU{background:var(--aurora-purple)}.Dashboard_statusLocked__Ad3Pm{border-color:#555;background:rgba(85,85,85,.1)}.Dashboard_statusLocked__Ad3Pm .Dashboard_stepIcon__P7NHq{color:#888}.Dashboard_statusLocked__Ad3Pm .Dashboard_pathButton___npeU{background:#555;color:#aaa;cursor:not-allowed}.Dashboard_countdownContainer__jYX4k{display:flex;gap:.5rem;color:var(--text-primary)}.Dashboard_countdownItem__5nyVB{display:flex;flex-direction:column;align-items:center;background:rgba(0,0,0,.2);padding:.5rem;border-radius:8px;min-width:45px}.Dashboard_countdownValue__PqwrC{font-size:1.5rem;font-weight:600}.Dashboard_countdownLabel__LMxbd{font-size:.7rem;text-transform:uppercase;color:var(--text-secondary)}html[data-theme=light] .Dashboard_aiTutorCard__Dncx4{background:linear-gradient(135deg,#fff,#fff)}.Dashboard_aiTutorBadge__0kOPs{font-size:.8rem;padding:.3rem .8rem}.Dashboard_aiTutorIntro__IZn17{font-size:1.05rem}.Dashboard_recommendationList__B63uT{display:flex;flex-direction:column;gap:1rem}.Dashboard_recommendationItem__b_Pps{display:flex;gap:1rem;padding:1rem;background:rgba(0,0,0,.2);border-radius:10px}html[data-theme=light] .Dashboard_recommendationItem__b_Pps{background:rgba(0,0,0,.05)}.Dashboard_recIcon__U2Lff{font-size:1.5rem;color:var(--aurora-blue);flex-shrink:0}.Dashboard_recContent__UjUdv h5{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:var(--text-primary)}.Dashboard_recContent__UjUdv p{font-size:.9rem;color:var(--text-secondary);margin-bottom:.75rem;line-height:1.5}.Dashboard_recButton__msDjF{background:transparent;border:1px solid var(--aurora-blue);color:var(--aurora-blue);padding:.3rem .8rem;font-size:.85rem;border-radius:6px;cursor:pointer;transition:background .3s,color .3s}.Dashboard_recButton__msDjF:hover{background:var(--aurora-blue);color:white}.Dashboard_rightColumnWrapper__WlWL6{height:100%}.Dashboard_streakLeadersCard__laWVD{height:570px;flex-grow:0;flex-shrink:0;min-height:0}.Dashboard_leaderboardList__UJX7E{list-style:none;margin:0;overflow-y:auto;height:100%;padding:0 10px 0 0}.Dashboard_leaderboardItem__0FalK{display:flex;align-items:center;gap:1rem;padding:.75rem .5rem;border-bottom:1px solid var(--aurora-border);border-radius:8px}.Dashboard_leaderboardRank__CNkwK{font-weight:600;font-size:1rem;color:var(--text-secondary);width:25px;text-align:center}.Dashboard_leaderboardUser__D72Np{flex-grow:1;display:flex;align-items:center;gap:.75rem;color:var(--text-primary)}.Dashboard_leaderboardAvatar___uotC{width:32px;height:32px;border-radius:50%;background:var(--aurora-blue);color:white;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.Dashboard_leaderboardStreak__Camt9{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--aurora-pink)}.Dashboard_leaderboardStreak__Camt9 i{font-size:1.2rem}.Dashboard_currentUser__1JnqY{background:linear-gradient(90deg,rgba(0,184,255,.15),rgba(0,184,255,.05));border-left:3px solid var(--aurora-blue)}.Dashboard_currentUser__1JnqY .Dashboard_leaderboardRank__CNkwK{color:var(--aurora-blue)}.Dashboard_streaksContainer__mlXeo{display:flex;justify-content:space-around;text-align:center;padding:1rem 0}.Dashboard_streakItem__ydHYf span{font-size:2.5rem}.Dashboard_streakItem__ydHYf p{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:.25rem 0}.Dashboard_streakItem__ydHYf small{font-size:.9rem;color:var(--text-secondary)}.Dashboard_challengeCard__EZoGx{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;background:linear-gradient(45deg,var(--aurora-purple),var(--aurora-pink));color:white;position:relative;overflow:hidden;text-align:center}.Dashboard_challengeCard__EZoGx h5{font-size:1.2rem;font-weight:600;margin-top:1rem;color:white}.Dashboard_challengeCard__EZoGx p{font-size:.95rem;color:#eee;margin-bottom:1rem}.Dashboard_challengeIcon__a1z18{font-size:2rem;margin-bottom:1rem;background:rgba(255,255,255,.2);width:60px;height:60px;border-radius:50%;display:inline-flex;justify-content:center;align-items:center}.Dashboard_challengeProgress__aVlfc{height:8px;background:rgba(0,0,0,.3);border-radius:8px;margin-bottom:.5rem;overflow:hidden;width:100%}.Dashboard_progressBar___UWbp{height:100%;background:var(--aurora-blue);border-radius:8px}.Dashboard_challengeButton__Bz1GF{width:100%;margin-top:1rem;padding:.7rem;border:none;border-radius:8px;background:white;color:var(--aurora-purple);font-weight:600;cursor:pointer;transition:transform .2s}.Dashboard_challengeButton__Bz1GF:hover{transform:scale(1.05)}.Dashboard_footer__TInNV{text-align:center;padding:1.5rem;font-size:.8rem;color:var(--text-tertiary);border-top:1px solid var(--aurora-border);margin-top:auto}.Dashboard_footer__TInNV p{margin:.25rem}.Dashboard_footer__TInNV a{color:var(--aurora-blue);text-decoration:none;font-weight:600}.Dashboard_testViewContainer__xz587{width:100%;height:100vh;background-color:var(--background-color)}.Dashboard_aiTutorCard__Dncx4{background:linear-gradient(135deg,rgba(13,13,26,.6),rgba(13,13,26,.8))}html[data-theme=light] .Dashboard_aiTutorCard__Dncx4{background:linear-gradient(135deg,#ffffff,#f8f9ff)}.Dashboard_aiTutorBadge__0kOPs{background:linear-gradient(90deg,var(--aurora-purple),var(--aurora-blue));color:white;font-size:.85rem;font-weight:600;padding:.5rem 1rem;border-radius:20px;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.Dashboard_aiTutorBadge__0kOPs:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(82,113,255,.4)}.Dashboard_aiTutorIntro__IZn17{text-align:center;padding:0 1rem 1.5rem;font-size:.95rem;color:var(--text-secondary);line-height:1.6}.Dashboard_recommendationGrid__q0LRC{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.Dashboard_recommendationCard__GydDc{background:var(--aurora-glass);border:1px solid var(--aurora-border);border-radius:12px;padding:1rem;transition:all .3s ease}.Dashboard_recommendationCard__GydDc:hover{transform:translateY(-4px);box-shadow:0 8px 20px var(--shadow-color);border-color:var(--aurora-blue)}.Dashboard_recCardHeader__2qra7{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.Dashboard_recAreaIcon__k0A9o{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.Dashboard_recCardMeta__JTlKK{display:flex;flex-direction:column;gap:.15rem}.Dashboard_recAreaName__tP5qn{font-size:.85rem;font-weight:600;color:var(--text-primary)}.Dashboard_recTestOrigin__rttT9{font-size:.75rem;color:var(--text-secondary);display:flex;align-items:center;gap:.3rem}.Dashboard_recCardTitle__4yDtv{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem;line-height:1.3}.Dashboard_recCardReason__A32LK{font-size:.85rem;color:var(--text-secondary);margin:0;line-height:1.5}.Dashboard_aiTutorFooter__RTWDQ{display:flex;justify-content:center;padding-top:1rem;border-top:1px solid var(--aurora-border)}.Dashboard_viewAllButton__FupbX{padding:.7rem 2rem;font-size:.95rem;font-weight:600;border-radius:10px;background:transparent;border:2px solid var(--aurora-blue);color:var(--aurora-blue);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.Dashboard_viewAllButton__FupbX:hover{background:var(--aurora-blue);color:white;transform:translateY(-2px);box-shadow:0 4px 12px rgba(82,113,255,.3)}@media (max-width:768px){.Dashboard_recommendationGrid__q0LRC{grid-template-columns:1fr}.Dashboard_aiTutorIntro__IZn17{padding:0 .5rem 1rem}.Dashboard_viewAllButton__FupbX{padding:.6rem 1.5rem;font-size:.9rem}}@media (max-width:480px){.Dashboard_recCardHeader__2qra7{gap:.5rem}.Dashboard_recAreaIcon__k0A9o{width:35px;height:35px;font-size:1rem}.Dashboard_recCardTitle__4yDtv{font-size:.95rem}.Dashboard_recCardReason__A32LK{font-size:.8rem}}.RetailInfoModal_overlay__Q1cXc{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(13,13,26,.85);display:flex;justify-content:center;align-items:center;z-index:1100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:RetailInfoModal_fadeInOverlay__3nYDP .3s ease-out}@keyframes RetailInfoModal_fadeInOverlay__3nYDP{0%{opacity:0}to{opacity:1}}.RetailInfoModal_modal__LJ6b6{background:var(--aurora-card);border:1px solid var(--aurora-border);border-radius:20px;width:90%;max-width:650px;box-shadow:0 10px 40px rgba(0,0,0,.4);display:flex;flex-direction:column;animation:RetailInfoModal_fadeInModal__pSWh3 .4s cubic-bezier(.16,1,.3,1);max-height:90vh}@keyframes RetailInfoModal_fadeInModal__pSWh3{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.RetailInfoModal_header__Qv7C5{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;border-bottom:1px solid var(--aurora-border);flex-shrink:0}.RetailInfoModal_header__Qv7C5 h3{margin:0;font-size:1.2rem;font-weight:600;color:var(--text-primary)}.RetailInfoModal_header__Qv7C5 h3 i{margin-right:.75rem;color:var(--aurora-blue)}.RetailInfoModal_closeButton__IT_Bf{background:none;border:none;font-size:1.5rem;color:var(--text-secondary);cursor:pointer;transition:color .2s}.RetailInfoModal_closeButton__IT_Bf:hover{color:var(--text-primary)}.RetailInfoModal_modalBody__aEgax{padding:2rem;overflow-y:auto}.RetailInfoModal_welcomeSection__BiYGM{margin-bottom:2rem}.RetailInfoModal_welcomeSection__BiYGM h2{font-size:1.8rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}.RetailInfoModal_welcomeSection__BiYGM p{font-size:.95rem;line-height:1.6;color:var(--text-secondary);margin:0}.RetailInfoModal_planCard__dJ2o9{background:linear-gradient(135deg,rgba(82,113,255,.05),rgba(168,85,247,.05));border:1px solid var(--aurora-border);border-radius:16px;padding:1.5rem;margin-bottom:2rem}.RetailInfoModal_planHeader__cQUGF{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--aurora-border)}.RetailInfoModal_planIcon___XvI8{width:50px;height:50px;border-radius:12px;background:linear-gradient(135deg,var(--aurora-blue),var(--aurora-purple));display:flex;align-items:center;justify-content:center;flex-shrink:0}.RetailInfoModal_planIcon___XvI8 i{font-size:1.5rem;color:#ffffff}.RetailInfoModal_planTitle__xIOGh{display:flex;flex-direction:column;gap:.25rem}.RetailInfoModal_planTitle__xIOGh h3{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0}.RetailInfoModal_activebadge__fVYEl{display:inline-block;font-size:.75rem;font-weight:600;color:#10b981;background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.3);padding:.15rem .6rem;border-radius:20px;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.RetailInfoModal_detailsGrid__QL7_r{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.RetailInfoModal_detailItem__aNsUm{display:flex;align-items:flex-start;gap:1rem}.RetailInfoModal_detailItem__aNsUm i{font-size:1.2rem;color:var(--aurora-purple);margin-top:.25rem}.RetailInfoModal_detailItem__aNsUm span{display:block;font-size:.85rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;margin-bottom:.25rem}.RetailInfoModal_detailItem__aNsUm p{font-size:1rem;color:var(--text-primary);margin:0}.RetailInfoModal_daysRemaining__ZAPL_{font-weight:600;color:var(--aurora-blue);font-size:1.1rem}.RetailInfoModal_supportSection__InITm{background:rgba(82,113,255,.03);border:1px solid var(--aurora-border);border-radius:16px;padding:1.5rem}.RetailInfoModal_supportSection__InITm h4{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0 0 .75rem;text-align:center}.RetailInfoModal_supportText__xWm91{font-size:.9rem;color:var(--text-secondary);text-align:center;margin:0 0 1.25rem}.RetailInfoModal_supportGrid__BTF_l{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.RetailInfoModal_supportItem__AqPNJ{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--aurora-card);border:1px solid var(--aurora-border);border-radius:12px;text-decoration:none;color:var(--text-primary);transition:all .3s ease;font-size:.9rem}.RetailInfoModal_supportItem__AqPNJ i{font-size:1.2rem;color:var(--aurora-blue)}.RetailInfoModal_supportItem__AqPNJ:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(82,113,255,.2);border-color:var(--aurora-blue)}.RetailInfoModal_supportItem__AqPNJ:hover i{text-shadow:0 0 8px var(--aurora-blue)}@media (max-width:600px){.RetailInfoModal_detailsGrid__QL7_r{grid-template-columns:1fr}.RetailInfoModal_supportGrid__BTF_l{flex-direction:column;align-items:stretch}.RetailInfoModal_supportItem__AqPNJ{justify-content:center}}.ScheduleModal_overlay__qWcEk{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(13,13,26,.85);display:flex;justify-content:center;align-items:center;z-index:1100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:ScheduleModal_fadeInOverlay__hiDe3 .3s ease-out}@keyframes ScheduleModal_fadeInOverlay__hiDe3{0%{opacity:0}to{opacity:1}}.ScheduleModal_modal___XTNW{background:var(--aurora-card);border:1px solid var(--aurora-border);border-radius:20px;width:90%;max-width:550px;box-shadow:0 10px 40px rgba(0,0,0,.4);display:flex;flex-direction:column;animation:ScheduleModal_fadeInModal__vv9g6 .4s cubic-bezier(.16,1,.3,1);max-height:90vh}@keyframes ScheduleModal_fadeInModal__vv9g6{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.ScheduleModal_header__MGCDL{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;border-bottom:1px solid var(--aurora-border);flex-shrink:0}.ScheduleModal_header__MGCDL h3{margin:0;font-size:1.3rem;font-weight:600;color:var(--text-primary);display:flex;align-items:center;gap:.75rem}.ScheduleModal_header__MGCDL h3 i{color:var(--aurora-blue)}.ScheduleModal_closeButton__7bvw4{background:none;border:none;font-size:1.5rem;color:var(--text-secondary);cursor:pointer;transition:color .2s;display:flex;align-items:center;justify-content:center}.ScheduleModal_closeButton__7bvw4:hover{color:var(--text-primary)}.ScheduleModal_modalBody__3VLZ9{padding:2rem;overflow-y:auto}.ScheduleModal_description__QTWKv{margin-bottom:1.75rem;padding:1rem;background:rgba(82,113,255,.05);border-left:3px solid var(--aurora-blue);border-radius:8px}.ScheduleModal_description__QTWKv p{margin:0;line-height:1.6;font-size:.9rem;color:var(--text-secondary)}.ScheduleModal_formGroup__rcdtq{margin-bottom:1.5rem}.ScheduleModal_formGroup__rcdtq label{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.ScheduleModal_formGroup__rcdtq label i{color:var(--aurora-purple)}.ScheduleModal_formGroup__rcdtq input,.ScheduleModal_formGroup__rcdtq select{width:100%;padding:.75rem;font-size:.95rem;border:1px solid var(--aurora-border);border-radius:8px;background:var(--background-color);color:var(--text-primary);transition:border-color .3s,box-shadow .3s}.ScheduleModal_formGroup__rcdtq input:disabled,.ScheduleModal_formGroup__rcdtq select:disabled{background:var(--background-color);border-color:var(--aurora-border);color:var(--text-primary);opacity:.4;cursor:not-allowed}.ScheduleModal_formGroup__rcdtq input:focus,.ScheduleModal_formGroup__rcdtq select:focus{outline:none;border-color:var(--aurora-blue);box-shadow:0 0 0 3px rgba(82,113,255,.1)}.ScheduleModal_inputError__sQVYV{border-color:var(--aurora-pink)!important}.ScheduleModal_inputError__sQVYV:focus{box-shadow:0 0 0 3px rgba(255,0,193,.1)!important}.ScheduleModal_errorText__i5ydV{display:block;font-size:.85rem;color:var(--aurora-pink);margin-top:.25rem}.ScheduleModal_formRow__a51Gv{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.ScheduleModal_actions__YLCsZ{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--aurora-border)}.ScheduleModal_cancelButton__33RDe,.ScheduleModal_scheduleButton__mxQ9j{flex:1 1;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.ScheduleModal_cancelButton__33RDe{background:transparent;border:1px solid var(--aurora-border);color:var(--text-secondary)}.ScheduleModal_cancelButton__33RDe:hover{background:rgba(0,0,0,.1);border-color:var(--text-secondary);color:var(--text-primary)}.ScheduleModal_scheduleButton__mxQ9j{background:linear-gradient(135deg,var(--aurora-blue),var(--aurora-purple));border:none;color:white}.ScheduleModal_scheduleButton__mxQ9j:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(82,113,255,.4)}.ScheduleModal_scheduleButton__mxQ9j:disabled{opacity:.6;cursor:not-allowed;background:linear-gradient(135deg,var(--aurora-blue),var(--aurora-purple));box-shadow:none;transform:none;transition:none}.ScheduleModal_scheduleButton__mxQ9j:disabled:hover{transform:none;box-shadow:none}@media (max-width:600px){.ScheduleModal_formRow__a51Gv{grid-template-columns:1fr}.ScheduleModal_actions__YLCsZ{flex-direction:column}.ScheduleModal_modalBody__3VLZ9{padding:1.5rem}}.page_contentWrapper__A8gDu,.page_dashboardContainer__PSiJW{display:flex;position:relative}.page_contentWrapper__A8gDu{flex-grow:1;margin-left:0;flex-direction:column;min-height:100vh;transition:margin-left .3s ease-in-out;width:100%;z-index:1}.page_appHeader__zEwLs{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:60px;background:var(--aurora-glass);border-bottom:1px solid var(--aurora-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:-webkit-sticky;position:sticky;top:0;z-index:990}.page_headerLeft__1JiSe,.page_headerRight__vQFs6{display:flex;align-items:center;gap:1.5rem}.page_hamburgerButton__o75m_{background:none;border:none;color:var(--text-primary);font-size:2rem;cursor:pointer}.page_themeSwitcher__Jx4cV{width:60px;height:30px;border-radius:15px;cursor:pointer;padding:3px;box-sizing:border-box;background:var(--background-color);border:1px solid var(--aurora-border)}.page_switchTrack__P2w13{position:relative;width:100%;height:100%;display:flex;justify-content:space-around;align-items:center}.page_switchIcon__0XMGh{font-size:.8rem;color:var(--aurora-blue)}.page_switchThumb__zquyn{position:absolute;width:22px;height:22px;border-radius:50%;background:var(--aurora-blue);top:1px;left:2px;transition:transform .3s ease}.page_thumbDay__uCzKs{transform:translateX(29px)}.page_supportIcon__ccQYM{font-size:1.5rem;color:var(--text-secondary);cursor:pointer;transition:color .3s}.page_supportIcon__ccQYM:hover{color:var(--text-primary)}.page_notificationBell__Y78Pu{position:relative;font-size:1.5rem;color:var(--text-secondary);cursor:pointer;transition:color .3s}.page_notificationBell__Y78Pu:hover{color:var(--text-primary)}.page_notificationBadge__EwyZN{position:absolute;top:-5px;right:-8px;background-color:var(--aurora-pink);color:white;width:20px;height:20px;border-radius:50%;font-size:.75rem;font-weight:600;display:flex;justify-content:center;align-items:center;border:2px solid var(--background-color)}.page_notificationsContainer__hRfuU{position:absolute;top:50px;right:0;width:380px;background:var(--aurora-card);border:1px solid var(--aurora-border);border-radius:16px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 8px 32px rgba(0,0,0,.2);z-index:1000;overflow:hidden;color:var(--text-primary)}html[data-theme=dark] .page_notificationsContainer__hRfuU{background-color:#1a1a2e}.page_notificationsHeader__5uLUC{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--aurora-border)}.page_notificationsHeader__5uLUC h4{margin:0;font-size:1.1rem}.page_notificationsHeader__5uLUC button{background:none;border:none;color:var(--aurora-blue);font-size:.8rem;cursor:pointer}.page_notificationList__ovp4Q{list-style:none;padding:0;margin:0;max-height:400px;overflow-y:auto}.page_notificationItem__s_96h{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid var(--aurora-border);transition:background-color .2s}.page_notificationItem__s_96h:hover{background-color:rgba(0,184,255,.1)}.page_notificationItem__s_96h.page_unread__rRV3l{background-color:rgba(0,184,255,.05)}.page_notificationIcon__EcHea{font-size:1.5rem;color:var(--aurora-blue);flex-shrink:0}.page_notificationContent__BYzkB p{font-size:.9rem;margin:0 0 .25rem;line-height:1.4;color:var(--text-primary)}.page_notificationContent__BYzkB small{font-size:.8rem;color:var(--text-secondary)}.page_notificationsFooter__6R8T9{text-align:center;padding:.75rem;background:rgba(0,0,0,.1);border-top:1px solid var(--aurora-border)}.page_notificationsFooter__6R8T9 a{color:var(--aurora-blue);text-decoration:none;font-weight:600;font-size:.9rem}.page_mainContent__QU_C5{flex-grow:1;padding:2rem}.page_overlay__6y3pQ{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:998}@media (min-width:992px){.page_contentShift__EqKxV{margin-left:310px;width:calc(100% - 310px)}.page_overlay__6y3pQ{display:none}}@media (max-width:991px){.page_mainContent__QU_C5{padding:1.5rem}}.page_header__9TCuY{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;border-bottom:1px solid var(--aurora-border);padding-bottom:1.5rem}.page_header__9TCuY h1{font-size:2.5rem;font-weight:600;color:var(--text-primary);margin:0}.page_header__9TCuY span{background:linear-gradient(90deg,var(--aurora-pink),var(--aurora-blue));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.page_dateDisplay__YQeWM{font-size:1rem;color:var(--text-secondary);font-weight:300}.page_headerSchoolInfo__8UYdg{display:flex;align-items:center;gap:1rem;background:var(--aurora-glass);padding:.5rem 1rem;border-radius:12px;border:1px solid var(--aurora-border)}.page_schoolLogo__SvSLo img{border-radius:50%}.page_schoolName__jhXAE{font-size:1rem;font-weight:600;color:var(--text-primary)}.page_card___kaao{background:var(--aurora-card);border:1px solid var(--aurora-border);border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px var(--shadow-color);transition:background-color .3s ease,border-color .3s ease;display:flex;flex-direction:column}html[data-theme=dark] .page_card___kaao{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.page_cardHeader__clT_5{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-shrink:0}.page_cardTitle__zXjGm{font-size:1.2rem;font-weight:600;margin:0;display:flex;align-items:center;color:var(--text-primary)}.page_cardTitle__zXjGm i{margin-right:.75rem;color:var(--aurora-blue)}.page_learningPathContainer__dUlSP{display:flex;flex-direction:column;gap:1rem;max-height:550px;width:100%;overflow-y:auto;padding-right:10px}.page_pathStep__IDpia{padding:1rem;position:relative;border-radius:12px;border-left:4px solid;transition:background-color .3s}.page_stepInfo__oVW83{display:flex;margin-block:.35rem;align-items:center}.page_stepIcon__ROfac{width:50px;font-size:2rem;text-align:center;margin-right:1.5rem}.page_stepContent__nbbsg{gap:8px;width:100%;flex-grow:1;display:flex;flex-direction:column}.page_stepContent__nbbsg h5{font-weight:600;margin-bottom:0;font-size:1.1rem;color:var(--text-primary)}.page_stepContent__nbbsg p{font-size:.9rem;color:var(--text-secondary);margin:0}.page_pathButton__csz6T{padding:.5rem 1rem;font-size:.9rem;border-radius:8px;border:none;color:white;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .3s;margin-left:1rem}.page_pathButton__csz6T:hover{transform:translateY(-2px)}.page_statusCompleted__WOEkX{border-color:var(--aurora-blue);background:rgba(0,184,255,.1)}.page_statusCompleted__WOEkX .page_stepIcon__ROfac{color:var(--aurora-blue)}.page_statusCompleted__WOEkX .page_pathButton__csz6T{background:var(--aurora-blue)}.page_statusPending__XImTg{border-color:var(--aurora-pink);background:rgba(255,0,193,.1)}.page_statusPending__XImTg .page_stepIcon__ROfac{color:var(--aurora-pink)}.page_statusPending__XImTg .page_pathButton__csz6T{background:var(--aurora-pink);box-shadow:0 0 15px rgba(255,0,193,.4)}.page_statusOptional__qHoaL{border-color:var(--aurora-purple);background:rgba(154,0,255,.1)}.page_statusOptional__qHoaL .page_stepIcon__ROfac{color:var(--aurora-purple)}.page_statusOptional__qHoaL .page_pathButton__csz6T{background:var(--aurora-purple)}.page_statusLocked__O2LbD{border-color:#555;background:rgba(85,85,85,.1)}.page_statusLocked__O2LbD .page_stepIcon__ROfac{color:#888}.page_statusLocked__O2LbD .page_pathButton__csz6T{background:#555;color:#aaa;cursor:not-allowed}.page_countdownContainer__KcPwW{display:flex;gap:.5rem;color:var(--text-primary)}.page_countdownItem__DL1_v{display:flex;flex-direction:column;align-items:center;background:rgba(0,0,0,.2);padding:.5rem;border-radius:8px;min-width:45px}.page_countdownValue__eVLkn{font-size:1.5rem;font-weight:600}.page_countdownLabel__q3EoJ{font-size:.7rem;text-transform:uppercase;color:var(--text-secondary)}html[data-theme=light] .page_aiTutorCard__77fTe{background:linear-gradient(135deg,#fff,#fff)}.page_aiTutorBadge__U9lp7{font-size:.8rem;padding:.3rem .8rem}.page_aiTutorIntro__ka9jU{font-size:1.05rem}.page_recommendationList__xGR4i{display:flex;flex-direction:column;gap:1rem}.page_recommendationItem__894wm{display:flex;gap:1rem;padding:1rem;background:rgba(0,0,0,.2);border-radius:10px}html[data-theme=light] .page_recommendationItem__894wm{background:rgba(0,0,0,.05)}.page_recIcon__FltnR{font-size:1.5rem;color:var(--aurora-blue);flex-shrink:0}.page_recContent__6Q6Mg h5{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:var(--text-primary)}.page_recContent__6Q6Mg p{font-size:.9rem;color:var(--text-secondary);margin-bottom:.75rem;line-height:1.5}.page_recButton__Ez7MW{background:transparent;border:1px solid var(--aurora-blue);color:var(--aurora-blue);padding:.3rem .8rem;font-size:.85rem;border-radius:6px;cursor:pointer;transition:background .3s,color .3s}.page_recButton__Ez7MW:hover{background:var(--aurora-blue);color:white}.page_rightColumnWrapper__xCvg_{height:100%}.page_streakLeadersCard__Tg0Jj{height:570px;flex-grow:0;flex-shrink:0;min-height:0}.page_leaderboardList__7r66F{list-style:none;margin:0;overflow-y:auto;height:100%;padding:0 10px 0 0}.page_leaderboardItem__XaeJp{display:flex;align-items:center;gap:1rem;padding:.75rem .5rem;border-bottom:1px solid var(--aurora-border);border-radius:8px}.page_leaderboardRank__vkQlG{font-weight:600;font-size:1rem;color:var(--text-secondary);width:25px;text-align:center}.page_leaderboardUser__lgPyD{flex-grow:1;display:flex;align-items:center;gap:.75rem;color:var(--text-primary)}.page_leaderboardAvatar__jnLO1{width:32px;height:32px;border-radius:50%;background:var(--aurora-blue);color:white;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.page_leaderboardStreak__NIlDb{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--aurora-pink)}.page_leaderboardStreak__NIlDb i{font-size:1.2rem}.page_currentUser__ol2YI{background:linear-gradient(90deg,rgba(0,184,255,.15),rgba(0,184,255,.05));border-left:3px solid var(--aurora-blue)}.page_currentUser__ol2YI .page_leaderboardRank__vkQlG{color:var(--aurora-blue)}.page_streaksContainer__a4OJN{display:flex;justify-content:space-around;text-align:center;padding:1rem 0}.page_streakItem__2ZaVF span{font-size:2.5rem}.page_streakItem__2ZaVF p{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:.25rem 0}.page_streakItem__2ZaVF small{font-size:.9rem;color:var(--text-secondary)}.page_challengeCard__IB93a{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;background:linear-gradient(45deg,var(--aurora-purple),var(--aurora-pink));color:white;position:relative;overflow:hidden;text-align:center}.page_challengeCard__IB93a h5{font-size:1.2rem;font-weight:600;margin-top:1rem;color:white}.page_challengeCard__IB93a p{font-size:.95rem;color:#eee;margin-bottom:1rem}.page_challengeIcon__DoObH{font-size:2rem;margin-bottom:1rem;background:rgba(255,255,255,.2);width:60px;height:60px;border-radius:50%;display:inline-flex;justify-content:center;align-items:center}.page_challengeProgress__6gI97{height:8px;background:rgba(0,0,0,.3);border-radius:8px;margin-bottom:.5rem;overflow:hidden;width:100%}.page_progressBar__l_pHA{height:100%;background:var(--aurora-blue);border-radius:8px}.page_challengeButton__vF8d1{width:100%;margin-top:1rem;padding:.7rem;border:none;border-radius:8px;background:white;color:var(--aurora-purple);font-weight:600;cursor:pointer;transition:transform .2s}.page_challengeButton__vF8d1:hover{transform:scale(1.05)}.page_footer__3QOP7{text-align:center;padding:1.5rem;font-size:.8rem;color:var(--text-tertiary);border-top:1px solid var(--aurora-border);margin-top:auto}.page_footer__3QOP7 p{margin:.25rem}.page_footer__3QOP7 a{color:var(--aurora-blue);text-decoration:none;font-weight:600}.page_testViewContainer__A0n4W{width:100%;height:100vh;background-color:var(--background-color)}.page_headerRetailInfo__G_AUS{display:flex;align-items:center;gap:1rem;background:var(--aurora-glass);padding:.5rem 1rem;border-radius:12px;border:1px solid var(--aurora-border);transition:transform .2s ease,box-shadow .3s ease}.page_headerRetailInfo__G_AUS:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(82,113,255,.2)}.page_retailStarIcon__8tnmC{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,var(--aurora-blue),var(--aurora-purple));display:flex;align-items:center;justify-content:center;flex-shrink:0}.page_retailStarIcon__8tnmC i{font-size:1.2rem;color:#ffffff}.page_retailName__KdWjh{font-size:1rem;font-weight:600;color:var(--text-primary)}.page_emptyStateContainer__aqH1H{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.page_emptyStateIcon__j6v9Q{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,rgba(82,113,255,.1),rgba(168,85,247,.1));display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.page_emptyStateIcon__j6v9Q i{font-size:2.5rem;color:var(--aurora-blue)}.page_emptyStateTitle__ubnq6{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.page_emptyStateText__I0vc_{font-size:.95rem;color:var(--text-secondary);line-height:1.6;max-width:500px;margin-bottom:2rem}.page_scheduleButton__ddMLb{padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:12px;border:none;background:linear-gradient(135deg,var(--aurora-blue),var(--aurora-purple));color:white;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.75rem}.page_scheduleButton__ddMLb:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(82,113,255,.4)}.page_scheduleButtonHeader__typEB{padding:.5rem 1rem;font-size:.85rem;font-weight:600;border-radius:8px;border:1px solid var(--aurora-blue);background:transparent;color:var(--aurora-blue);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.page_scheduleButtonHeader__typEB:hover{background:var(--aurora-blue);color:white;transform:translateY(-1px)}.page_scheduleButtonHeader__typEB i{font-size:1rem}.page_statusDiagnostic__HIshp{border-color:var(--aurora-blue);background:rgba(0,184,255,.1)}.page_statusDiagnostic__HIshp .page_stepIcon__ROfac{color:var(--aurora-blue)}.page_statusTraining__AHh9O{border-color:var(--aurora-purple);background:rgba(154,0,255,.1)}.page_statusTraining__AHh9O .page_stepIcon__ROfac{color:var(--aurora-purple)}.page_statusProgress__eJNch{border-color:var(--aurora-pink);background:rgba(255,0,193,.1)}.page_statusProgress__eJNch .page_stepIcon__ROfac{color:var(--aurora-pink)}.page_statusFinal__wLMXy{border-color:#6b7280;background:rgba(107,114,128,.1)}.page_statusFinal__wLMXy .page_stepIcon__ROfac{color:#6b7280}.page_testActionsContainer__kQ_u7{display:flex;align-items:center;gap:1rem}.page_testButtonsGroup__cvvfM{display:flex;gap:.5rem}.page_cancelButton__D_XXD,.page_rescheduleButton__Ub_Kh{width:44px;height:44px;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.page_rescheduleButton__Ub_Kh{background:var(--aurora-blue);color:white}.page_rescheduleButton__Ub_Kh:hover{background:var(--aurora-purple);transform:translateY(-2px);box-shadow:0 4px 12px rgba(82,113,255,.3)}.page_cancelButton__D_XXD{background:rgba(239,68,68,.1);color:#ef4444;border:1px solid rgba(239,68,68,.3)}.page_cancelButton__D_XXD:hover{background:#ef4444;color:white;transform:translateY(-2px);box-shadow:0 4px 12px rgba(239,68,68,.3)}.page_aiTutorBadge__U9lp7{text-decoration:none}.page_recButton__Ez7MW{text-decoration:none;display:inline-block}.page_aiTutorCard__77fTe{background:linear-gradient(135deg,rgba(13,13,26,.6),rgba(13,13,26,.8))}html[data-theme=light] .page_aiTutorCard__77fTe{background:linear-gradient(135deg,#ffffff,#f8f9ff)}.page_aiTutorBadge__U9lp7{background:linear-gradient(90deg,var(--aurora-purple),var(--aurora-blue));color:white;font-size:.85rem;font-weight:600;padding:.5rem 1rem;border-radius:20px;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.page_aiTutorBadge__U9lp7:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(82,113,255,.4)}.page_aiTutorIntro__ka9jU{text-align:center;padding:0 1rem 1.5rem;font-size:.95rem;color:var(--text-secondary);line-height:1.6}.page_recommendationGrid__CJYNj{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.page_recommendationCard__gYwb0{background:var(--aurora-glass);border:1px solid var(--aurora-border);border-radius:12px;padding:1rem;transition:all .3s ease}.page_recommendationCard__gYwb0:hover{transform:translateY(-4px);box-shadow:0 8px 20px var(--shadow-color);border-color:var(--aurora-blue)}.page_recCardHeader__KIqv0{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.page_recAreaIcon__rzm2X{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.page_recCardMeta__rZUcp{display:flex;flex-direction:column;gap:.15rem}.page_recAreaName__Jab7v{font-size:.85rem;font-weight:600;color:var(--text-primary)}.page_recTestOrigin__IW1ZN{font-size:.75rem;color:var(--text-secondary);display:flex;align-items:center;gap:.3rem}.page_recCardTitle__sS1D_{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem;line-height:1.3}.page_recCardReason__OIDc7{font-size:.85rem;color:var(--text-secondary);margin:0;line-height:1.5}.page_aiTutorFooter__GcLqw{display:flex;justify-content:center;padding-top:1rem;border-top:1px solid var(--aurora-border)}.page_viewAllButton__FKun8{padding:.7rem 2rem;font-size:.95rem;font-weight:600;border-radius:10px;background:transparent;border:2px solid var(--aurora-blue);color:var(--aurora-blue);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.page_viewAllButton__FKun8:hover{background:var(--aurora-blue);color:white;transform:translateY(-2px);box-shadow:0 4px 12px rgba(82,113,255,.3)}@media (max-width:768px){.page_recommendationGrid__CJYNj{grid-template-columns:1fr}}.page_cardAction__GhDjC{opacity:0;gap:.5rem;display:flex;cursor:pointer;font-weight:600;min-width:150px;align-items:center;transition:opacity .3s;justify-content:center;color:var(--aurora-blue);-webkit-margin-start:auto;margin-inline-start:auto}.page_pathStep__IDpia:not(.page_blocked__JelDz):hover .page_cardAction__GhDjC{opacity:1}.page_subjectListItem__2QVLS{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;grid-gap:1.5rem;gap:1.5rem;background:rgba(0,0,0,.03);border:1px solid var(--aurora-border);border-radius:12px;padding:1rem 1.5rem;-webkit-margin-start:2rem;margin-inline-start:2rem}html[data-theme=dark] .page_subjectListItem__2QVLS{background:rgba(255,255,255,.05)}.page_subjectIcon__A1DW9{font-size:1.5rem;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center}.page_subjectDetails__KrC55 h4{margin:0 0 .25rem;font-size:1.1rem;color:var(--text-primary)}.page_subjectDetails__KrC55 span{font-size:.9rem;color:var(--text-secondary)}.page_subjectStatusInfo___ba5d{text-align:right}.page_statusTag__bcy1i{display:block;font-size:.8rem;font-weight:600;padding:.2rem .6rem;border-radius:6px;margin-bottom:.25rem;width:100px;-webkit-margin-start:auto;margin-inline-start:auto;text-align:center}.page_active__28dmc .page_statusTag__bcy1i{background-color:rgba(40,167,69,.2);color:#28a745}.page_blocked__JelDz .page_statusTag__bcy1i{background-color:rgba(108,117,125,.2);color:#6c757d}.page_completed__4KJSO .page_statusTag__bcy1i{background-color:rgba(0,184,255,.2);color:var(--aurora-blue)}.page_subjectStatusInfo___ba5d small{font-size:.8rem;color:var(--text-tertiary)}.page_startTestButton__h3iEU{padding:.6rem 1.5rem;font-size:.91rem;font-weight:600;color:white;background:var(--aurora-blue);border:none;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.page_startTestButton__h3iEU:hover:not(:disabled){transform:scale(1.05);box-shadow:0 0 15px rgba(0,184,255,.5)}.page_startTestButton__h3iEU:disabled{background:#6c757d;cursor:not-allowed}.CancelModal_overlay__oCbNk{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(13,13,26,.85);display:flex;justify-content:center;align-items:center;z-index:1100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:CancelModal_fadeInOverlay__fI7wS .3s ease-out}@keyframes CancelModal_fadeInOverlay__fI7wS{0%{opacity:0}to{opacity:1}}.CancelModal_modal__qycL5{background:var(--aurora-card);border:1px solid var(--aurora-border);border-radius:20px;width:90%;max-width:500px;box-shadow:0 10px 40px rgba(0,0,0,.4);display:flex;flex-direction:column;animation:CancelModal_fadeInModal___Qu95 .4s cubic-bezier(.16,1,.3,1);max-height:90vh}@keyframes CancelModal_fadeInModal___Qu95{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.CancelModal_header__iJUnV{display:flex;flex-direction:column;align-items:center;padding:2rem 2rem 1rem;border-bottom:1px solid var(--aurora-border);flex-shrink:0}.CancelModal_iconWarning__PoW1Z{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,rgba(239,68,68,.1),rgba(239,68,68,.2));display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.CancelModal_iconWarning__PoW1Z i{font-size:2rem;color:#ef4444}.CancelModal_header__iJUnV h3{margin:0;font-size:1.5rem;font-weight:600;color:var(--text-primary);text-align:center}.CancelModal_modalBody__k264s{padding:2rem;overflow-y:auto}.CancelModal_testInfo__EHlkc{background:rgba(82,113,255,.05);border:1px solid var(--aurora-border);border-radius:12px;padding:1rem;margin-bottom:1.5rem}.CancelModal_testDetail___aVlN{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.CancelModal_testDetail___aVlN:not(:last-child){border-bottom:1px solid var(--aurora-border);margin-bottom:.5rem;padding-bottom:.75rem}.CancelModal_label__Q_9kP{font-size:.9rem;font-weight:600;color:var(--text-secondary)}.CancelModal_value__aIyQd{font-size:1rem;font-weight:600;color:var(--text-primary)}.CancelModal_warningSection__V4T5m{margin-bottom:1.5rem}.CancelModal_warningSection__V4T5m h4{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem}.CancelModal_warningList__9OAoU{list-style:none;padding:0;margin:0}.CancelModal_warningList__9OAoU li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:rgba(239,68,68,.05);border-left:3px solid #ef4444;border-radius:8px;margin-bottom:.75rem}.CancelModal_warningList__9OAoU li i{font-size:1.2rem;color:#ef4444;flex-shrink:0;margin-top:.1rem}.CancelModal_warningList__9OAoU li span{font-size:.9rem;color:var(--text-secondary);line-height:1.5}.CancelModal_confirmSection__L1Rnq{background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.2);border-radius:12px;padding:1rem;margin-bottom:1.5rem}.CancelModal_confirmSection__L1Rnq p{margin:0;font-size:.95rem;font-weight:600;color:var(--text-primary);text-align:center}.CancelModal_actions__Ut9Hh{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid var(--aurora-border)}.CancelModal_cancelButton__h3f30,.CancelModal_keepButton__cfI03{flex:1 1;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.CancelModal_keepButton__cfI03{background:transparent;border:1px solid var(--aurora-border);color:var(--text-primary)}.CancelModal_keepButton__cfI03:hover{background:rgba(82,113,255,.1);border-color:var(--aurora-blue);color:var(--aurora-blue)}.CancelModal_cancelButton__h3f30{background:#ef4444;border:none;color:white}.CancelModal_cancelButton__h3f30:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px rgba(239,68,68,.4)}@media (max-width:600px){.CancelModal_actions__Ut9Hh{flex-direction:column-reverse}.CancelModal_modalBody__k264s{padding:1.5rem}}