.ProgramPicker_programPickerContainer__f8ueK{max-width:1200px;margin:0 auto;width:calc(100% - 2rem);padding:0 1rem;animation:ProgramPicker_slideIn__BDgxR .6s ease-out}.ProgramPicker_searchWrapper__qwD36{display:flex;justify-content:center;flex:1;margin-bottom:1.5rem}.ProgramPicker_searchInput__MvotH{display:flex;flex-direction:column;background-color:var(--yellow-light);color:var(--dark-gray);width:60%;max-width:450px;--height:3rem;height:var(--height);border-radius:calc(var(--height) / 2);padding:0 1.5rem;font-size:1rem}.ProgramPicker_searchInput__MvotH:focus-within{outline:2px solid var(--dark-gray)}@keyframes ProgramPicker_slideIn__BDgxR{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.ProgramPicker_title__2bDGp{font-size:calc(1.3rem + .3vw);font-weight:700;text-align:center;margin-bottom:1.5rem;color:var(--text-color-dark)}.ProgramPicker_programsGrid__dJ7F1{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;justify-content:center;margin:0 auto}.ProgramPicker_programCard__XbsuG{display:flex;flex-direction:column;padding:1.5rem;border-radius:12px;background-color:white;box-shadow:0 4px 8px rgba(0,0,0,.08);transition:all .3s ease;cursor:pointer;border:3px solid transparent;animation:ProgramPicker_fadeInUp__9Ysjy .5s ease-out;animation-fill-mode:both;position:relative}.ProgramPicker_noAnimation__mOT_y .ProgramPicker_programCard__XbsuG{animation:none!important}@keyframes ProgramPicker_fadeInUp__9Ysjy{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ProgramPicker_programCard__XbsuG:nth-child(2n){animation-delay:.1s}.ProgramPicker_programCard__XbsuG:nth-child(3n){animation-delay:.2s}.ProgramPicker_programCard__XbsuG:nth-child(4n){animation-delay:.3s}.ProgramPicker_programCard__XbsuG:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 16px rgba(0,0,0,.1)}.ProgramPicker_selectedProgram__FzLwj{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.ProgramPicker_selectedProgram__FzLwj:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;animation:ProgramPicker_pulse__ScQRu 2s infinite;pointer-events:none}@keyframes ProgramPicker_pulse__ScQRu{0%{box-shadow:0 0 0 0 rgba(0,0,0,.2)}70%{box-shadow:0 0 0 10px rgba(0,0,0,0)}to{box-shadow:0 0 0 0 rgba(0,0,0,0)}}.ProgramPicker_programImageContainer__nvbmp{display:flex;justify-content:center;align-items:center;margin-bottom:.75rem;height:160px;width:100%}.ProgramPicker_programImage__frQZ2{max-width:100%;max-height:100%;height:auto;object-fit:contain;border-radius:8px;transition:transform .3s ease}.ProgramPicker_programCard__XbsuG:hover .ProgramPicker_programImage__frQZ2{transform:scale(1.05)}.ProgramPicker_programInfo__XExSn{text-align:center;flex:1;display:flex;flex-direction:column}.ProgramPicker_programName__scm_T{margin-top:0;margin-bottom:.4rem;font-size:1.1rem;color:var(--text-color-dark);font-weight:600;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto;min-height:2.4rem;overflow:hidden;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ProgramPicker_longProgramName__u3wbJ{font-size:.9rem;letter-spacing:-.01em}.ProgramPicker_programCode__qJEXF{margin-top:0;margin-bottom:0;font-size:.9rem;color:var(--primary-color);font-weight:500}.ProgramPicker_loadingContainer__f8vY0{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center}.ProgramPicker_loadingSpinner__vTYKZ{width:48px;height:48px;border:5px solid #f3f3f3;border-top:5px solid var(--primary-color);border-radius:50%;animation:ProgramPicker_spin__ZMRf0 1s linear infinite;margin-bottom:1rem}@keyframes ProgramPicker_spin__ZMRf0{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProgramPicker_errorContainer__9jJPq{text-align:center;padding:2rem;color:#d32f2f}.ProgramPicker_retryButton__LAr62{margin-top:1rem;padding:.75rem 1.5rem;background-color:var(--primary-color);color:white;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s}.ProgramPicker_retryButton__LAr62:hover{background-color:var(--secondary-color)}@media (max-width:768px){.ProgramPicker_programsGrid__dJ7F1{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.2rem}.ProgramPicker_programCard__XbsuG{padding:1.2rem}.ProgramPicker_programImageContainer__nvbmp{height:130px}}@media (max-width:480px){.ProgramPicker_programsGrid__dJ7F1{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.ProgramPicker_programCard__XbsuG{padding:1rem}.ProgramPicker_programName__scm_T{font-size:.95rem}.ProgramPicker_programCode__qJEXF{font-size:.85rem}.ProgramPicker_programImageContainer__nvbmp{height:110px}}.ProgramPicker_customProgramSection__q4MKl{margin-top:2.5rem;animation:ProgramPicker_fadeIn__yd3_X .5s ease-out forwards}.ProgramPicker_divider__9UwJZ{display:flex;align-items:center;text-align:center;margin:1.5rem auto;color:#777;max-width:600px}.ProgramPicker_divider__9UwJZ:after,.ProgramPicker_divider__9UwJZ:before{content:"";flex:1;border-bottom:1px solid #ddd}.ProgramPicker_divider__9UwJZ span{padding:0 1rem;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.ProgramPicker_customProgramTitle__VgT6n{font-size:1.2rem;text-align:center;margin-bottom:1.5rem;color:var(--text-color-dark)}.ProgramPicker_customProgramContainer__krtBN{display:flex;max-width:600px;margin:0 auto;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);border:2px solid transparent;transition:all .3s ease}.ProgramPicker_selectedCustomProgram__dYa3B{border-color:var(--secondary-color);box-shadow:0 4px 12px rgba(0,0,0,.1)}.ProgramPicker_customProgramInput__5BDjV{flex-grow:1;padding:.8rem 1rem;border:none;font-size:1rem;outline:none;border-radius:0}.ProgramPicker_customProgramButton__Kemoo{padding:0 1.5rem;background-color:var(--secondary-color);color:white;border:none;font-weight:600;cursor:pointer;transition:background-color .2s;white-space:nowrap}.ProgramPicker_customProgramButton__Kemoo:hover:not(:disabled){background-color:#e69c3a}.ProgramPicker_customProgramButton__Kemoo:disabled{background-color:#ccc;cursor:not-allowed}.ProgramPicker_customProgramErrorContainer__HyRdN,.ProgramPicker_inputError__4mXg4{border-color:#d32f2f}.ProgramPicker_customProgramErrorMessage__G7Y7u{color:#d32f2f;margin-top:.5rem;text-align:center;font-size:.9rem}.ProgramPicker_errorIcon__lB_qu{margin-right:.5rem}.ProgramPicker_customProgramInfoMessage__Zv3Et{text-align:center;padding:1rem;background-color:#e6f7ee;border-radius:8px;color:#1e8a5e;font-weight:500;box-shadow:0 2px 8px rgba(0,0,0,.05)}.ProgramPicker_emptyProgramsMessage__dj_GZ{text-align:center;padding:2rem;background-color:#f8f9fa;border-radius:8px;margin-top:2rem;color:#6c757d;font-style:italic}.SearchInput_inputWrapper__3vwTm{display:flex;width:100%;align-items:center;justify-content:space-between;height:var(--height)}.SearchInput_input__wpXbf{height:100%;background:none;border:none;outline:none;font-size:inherit;display:flex;flex:1}.SchoolPicker_schoolPickerContainer__bmZdP{max-width:1200px;margin:0 auto;width:calc(100% - 2rem);padding:0 1rem;color:var(--dark-gray)}.SchoolPicker_title__18_OE{font-size:calc(1.3rem + .3vw);font-weight:700;text-align:center;margin-bottom:1.5rem;color:var(--text-color-dark,#333)}.SchoolPicker_schoolsGrid__ny65W{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem;justify-content:center;margin:0 auto;animation:SchoolPicker_cardGridEnter__yymwW .7s ease-out}.SchoolPicker_noAnimation__qK_xi,.SchoolPicker_noAnimation__qK_xi .SchoolPicker_schoolCard__wlL59{animation:none!important}@keyframes SchoolPicker_cardGridEnter__yymwW{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SchoolPicker_schoolCard__wlL59{display:flex;flex-direction:column;align-items:center;padding:1.2rem 1rem;border-radius:12px;border:3px solid transparent;background-color:white;box-shadow:0 4px 8px rgba(0,0,0,.08);transition:all .3s cubic-bezier(.17,.67,.83,.67);cursor:pointer;transform:translateY(0);position:relative}.SchoolPicker_schoolsGrid__ny65W .SchoolPicker_schoolCard__wlL59{animation:SchoolPicker_fadeInUp__Ft7bF .5s ease-out;animation-fill-mode:both}@keyframes SchoolPicker_fadeInUp__Ft7bF{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.SchoolPicker_schoolCard__wlL59:nth-child(2n){animation-delay:.1s}.SchoolPicker_schoolCard__wlL59:nth-child(3n){animation-delay:.2s}.SchoolPicker_schoolCard__wlL59:nth-child(4n){animation-delay:.3s}.SchoolPicker_schoolCard__wlL59:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 16px rgba(0,0,0,.1)}.SchoolPicker_selectedSchool__r8rPf{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.SchoolPicker_selectedSchool__r8rPf:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;animation:SchoolPicker_pulse__4P18H 2s infinite;pointer-events:none}@keyframes SchoolPicker_pulse__4P18H{0%{box-shadow:0 0 0 0 rgba(0,0,0,.2)}70%{box-shadow:0 0 0 10px rgba(0,0,0,0)}to{box-shadow:0 0 0 0 rgba(0,0,0,0)}}.SchoolPicker_schoolImageContainer__cG4ui{width:120px;height:120px;margin-bottom:1rem;border-radius:8px;overflow:hidden;transition:all .3s ease}.SchoolPicker_selectedSchool__r8rPf .SchoolPicker_schoolImageContainer__cG4ui{transform:scale(1.05)}.SchoolPicker_schoolImage__6fWdg{width:100%;height:100%;object-fit:cover}.SchoolPicker_schoolName__7bdQA{font-weight:600;text-align:center;font-size:1rem;line-height:1.3;color:#333}.SchoolPicker_customSchoolSection__9iKuq{margin-top:3rem;padding:1rem;animation:SchoolPicker_fadeIn__DDGOA .8s ease-out;max-width:600px;margin-left:auto;margin-right:auto}.SchoolPicker_divider__g7yuB{display:flex;align-items:center;text-align:center;margin:1.5rem 0;color:#777}.SchoolPicker_divider__g7yuB:after,.SchoolPicker_divider__g7yuB:before{content:"";flex:1;border-bottom:1px solid #ddd}.SchoolPicker_divider__g7yuB span{padding:0 1rem;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.SchoolPicker_customSchoolTitle__4swIF{font-size:1.1rem;font-weight:600;text-align:center;margin-bottom:1.2rem;color:var(--text-color-dark,#333)}.SchoolPicker_customSchoolContainer__REufQ{display:flex;position:relative;align-items:center;gap:10px;background-color:white;padding:1rem;border-radius:12px;border:3px solid transparent;box-shadow:0 4px 8px rgba(0,0,0,.08);transition:all .3s ease}.SchoolPicker_selectedCustomSchool__y5_TU{border-color:var(--primary-color);transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.SchoolPicker_customSchoolInput__YPtKF{flex:1;padding:.7rem 1rem;border-radius:6px;border:1px solid #ddd;font-size:1rem;transition:all .2s ease}.SchoolPicker_customSchoolInput__YPtKF:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(0,0,0,.05)}.SchoolPicker_customSchoolButton__mQsGA{padding:.7rem 1.2rem;background-color:var(--primary-color);color:white;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s;white-space:nowrap}.SchoolPicker_customSchoolButton__mQsGA:hover{background-color:var(--secondary-color)}.SchoolPicker_customSchoolButton__mQsGA:disabled{background-color:#cccccc;cursor:not-allowed}.SchoolPicker_customSchoolErrorContainer__8qCY7{border-color:#f44336;box-shadow:0 4px 8px rgba(244,67,54,.2)}.SchoolPicker_inputError__2oLui{border-color:#f44336}.SchoolPicker_customSchoolErrorMessage__A7_bb{color:#f44336;font-size:.9rem;margin-top:.75rem;padding:.5rem .75rem;background-color:rgba(244,67,54,.08);border-radius:6px;display:flex;align-items:center;animation:SchoolPicker_fadeIn__DDGOA .3s ease-out}.SchoolPicker_customSchoolInfoMessage__RvPaP{color:var(--text-color-dark);font-size:.95rem;margin-top:1.5rem;text-align:center;padding:1rem 1.5rem;background-color:rgba(19,219,45,.492);border-radius:8px;border:1px solid rgba(33,150,243,.2);display:flex;align-items:center;justify-content:center;animation:SchoolPicker_fadeIn__DDGOA .3s ease-out}.SchoolPicker_errorIcon__QWi65{margin-right:.5rem}@keyframes SchoolPicker_fadeIn__DDGOA{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SchoolPicker_loadingContainer__vywfn{display:flex;color:var(--dark-gray);flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center}.SchoolPicker_loadingSpinner__BQMe_{width:48px;height:48px;border:5px solid #f3f3f3;border-top:5px solid var(--primary-color);border-radius:50%;animation:SchoolPicker_spin__PBSLS 1s linear infinite;margin-bottom:1rem}@keyframes SchoolPicker_spin__PBSLS{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.SchoolPicker_retryButton__a0qcR{margin-top:1rem;padding:.75rem 1.5rem;background-color:var(--primary-color);color:white;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s}.SchoolPicker_retryButton__a0qcR:hover{background-color:var(--secondary-color)}@media (max-width:768px){.SchoolPicker_schoolsGrid__ny65W{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.2rem}.SchoolPicker_schoolCard__wlL59{padding:1rem}.SchoolPicker_schoolImageContainer__cG4ui{width:100px;height:100px}.SchoolPicker_customSchoolContainer__REufQ{flex-direction:column;padding:1rem .8rem}.SchoolPicker_customSchoolButton__mQsGA,.SchoolPicker_customSchoolInput__YPtKF{width:100%}}@media (max-width:480px){.SchoolPicker_schoolsGrid__ny65W{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem}.SchoolPicker_schoolImageContainer__cG4ui{width:90px;height:90px}.SchoolPicker_schoolName__7bdQA{font-size:.9rem}}.SchoolPicker_errorContainer__J2uOg{text-align:center;padding:2rem;color:#d32f2f}.get-started_mainContainer__jmZTQ{background-color:var(--yellow-light);min-height:100vh;display:flex;flex-direction:column;position:relative;overflow-x:hidden}.get-started_mainContainerStep2__24__K{display:none}.get-started_getStartedWrapper__M2pEz{margin:20px var(--web-margin);display:flex;flex-direction:column;flex:1;min-height:70vh}.get-started_headerSection__URaA0{text-align:center}.get-started_pageTitle__zIR_E{font-size:2.2rem;margin:0 0 1.5rem;text-align:center;color:var(--text-color-dark,#333);font-weight:700}.get-started_stepIndicator___7BCY,.get-started_stepWrapper__SThkV{display:flex;align-items:center;justify-content:center}.get-started_stepWrapper__SThkV{margin:1.5rem 0}.get-started_stepActive__iGTLk,.get-started_stepCompleted__MQ7sh,.get-started_step__xc7Aw{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;transition:all .5s ease}.get-started_step__xc7Aw{background:linear-gradient(135deg,#e6e6e6,#d1d1d1);color:#444;box-shadow:inset 0 1px 2px rgba(255,255,255,.5),0 1px 3px rgba(0,0,0,.1)}.get-started_stepActive__iGTLk{background:linear-gradient(135deg,var(--secondary-color) 0,#ff9d56 100%);color:white;transform:scale(1.1);box-shadow:0 4px 8px rgba(0,0,0,.15),inset 0 -2px 5px rgba(0,0,0,.05)}.get-started_stepCompleted__MQ7sh{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-color-accent) 100%);color:white;box-shadow:inset 0 1px 2px rgba(255,255,255,.3),0 2px 4px rgba(0,0,0,.1)}.get-started_stepLine__okQVZ{height:3px;width:60px;background-color:#d9d9d9;margin:0 10px;transition:all .8s ease}.get-started_stepLineActive__6MSfh{background:linear-gradient(90deg,#b49746 0,#d9bc5e)}.get-started_stepDescription__hqIQc{font-size:1.1rem;color:var(--text-color-dark,#333);max-width:600px;margin:0 auto;font-weight:500;min-height:2.2rem;transition:all .3s ease}.get-started_contentWrapper__aYd1z{display:flex;flex-direction:column;flex:1;margin-bottom:5rem}.get-started_programPickerContainer__k4d3z{max-width:1200px;margin:0 auto;width:100%;padding:0 1rem;animation:get-started_slideIn__Hf2Y_ .6s ease-out}@keyframes get-started_slideIn__Hf2Y_{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.get-started_subtitle__9ijML{font-size:calc(1.3rem + .3vw);font-weight:700;text-align:center;margin-bottom:1.5rem;color:var(--text-color-dark,#333)}.get-started_programsGrid__gP3V7{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;justify-content:center;margin:0 auto}.get-started_programCard__2PFWJ{display:flex;flex-direction:column;padding:1.5rem;border-radius:12px;background-color:white;box-shadow:0 4px 8px rgba(0,0,0,.08);transition:all .3s ease;cursor:pointer;border:3px solid transparent;animation:get-started_fadeInUp__X0nY6 .5s ease-out;animation-fill-mode:both}.get-started_programCard__2PFWJ:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.1)}.get-started_programCard__2PFWJ h3{margin-top:0;font-size:1.2rem;color:var(--text-color-dark,#333)}.get-started_programCard__2PFWJ p{margin-bottom:0;color:#666}.get-started_profileSetupContainer__X0cDE{max-width:800px;margin:0 auto;width:100%;padding:2rem;background-color:white;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.08);animation:get-started_fadeIn__TXuUH .6s ease-out}.get-started_stickyButtonContainer__SMlSg{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(to top,var(--yellow-light) 70%,rgba(255,255,230,.8) 90%,transparent);padding:1rem 0 .8rem;display:flex;justify-content:center;z-index:10;height:50}.get-started_continueButton__RIJup{padding:.5rem 2rem;color:white;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 8px rgba(0,0,0,.12);min-width:160px;line-height:1.2;height:auto}.get-started_continueButton__RIJup:disabled{cursor:not-allowed;opacity:.7}.get-started_continueButton__RIJup:not(:disabled):hover{transform:translateY(-2px) scale(1.02);box-shadow:0 4px 10px rgba(0,0,0,.18)}.get-started_continueButton__RIJup:not(:disabled):active{transform:translateY(0) scale(.98)}@media (max-width:800px){.get-started_pageTitle__zIR_E{font-size:1.8rem}.get-started_stepIndicator___7BCY{margin:1rem 0}.get-started_stepActive__iGTLk,.get-started_stepCompleted__MQ7sh,.get-started_step__xc7Aw{width:35px;height:35px}.get-started_stepLine__okQVZ{width:40px}.get-started_stickyButtonContainer__SMlSg{padding:1.2rem 1rem 1rem}.get-started_continueButton__RIJup{width:100%;max-width:240px;padding:.45rem 1.2rem;font-size:.9rem}.get-started_programsGrid__gP3V7{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.2rem}}.CoursePicker_wrapper__x_ynI{display:flex;gap:5%;justify-content:center;margin-top:1rem;color:var(--foreground)}.CoursePicker_allCoursesWrapper__Zl48a,.CoursePicker_selectedWrapper__qv3wC{flex:1;display:flex;flex-direction:column}.CoursePicker_selectedWrapper__qv3wC>h2{margin:0 0 1rem}.CoursePicker_headerWrapper__Pp11F{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.CoursePicker_headerWrapper__Pp11F>h2{margin:0}.CoursePicker_searchInput__zNcDt{display:flex;flex-direction:column;justify-content:center;flex:1;background-color:var(--yellow-light);height:2rem;border:1px solid gray;border-radius:1.25rem;margin-left:1.5rem;padding:0 1rem}.CoursePicker_searchInput__zNcDt:focus-within{outline:2px solid var(--dark-gray)}.CoursePicker_contentWrapper__Mlqxd{border:1px solid gray;border-radius:8px;background-color:var(--background2);height:400px;overflow-y:auto}.CoursePicker_courseRow__dfbk7{display:flex;gap:1rem;padding:.75rem;border-bottom:1px solid gray;background-color:var(--background2);color:var(--foreground);align-items:center;justify-content:space-between;font-size:.8rem}.CoursePicker_headerRow__uS3Vt{background-color:var(--background);font-weight:600;border-bottom:2px solid var(--dark-gray);position:sticky;top:0;z-index:1}.CoursePicker_courseInfo__NGFmO{display:flex;gap:.5rem;flex:1;align-items:center}.CoursePicker_courseCode__WPXCM,.CoursePicker_courseHp__RbhSR,.CoursePicker_courseName__93G3m{display:flex;justify-content:center;width:20%}.CoursePicker_courseName__93G3m{flex:1;justify-content:flex-start}.CoursePicker_courseBtnWrapper__eTcJu{display:flex;justify-content:flex-end;width:75px}.CoursePicker_actionButton__TCarP{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.CoursePicker_courseRow__dfbk7:hover{background-color:var(--background)}.CoursePicker_actionButton__TCarP:hover{opacity:.9}.button_btn__MZuJm{display:flex;align-items:center;justify-content:center;width:fit-content;height:30px;min-width:30px;min-height:30px;cursor:pointer;color:var(--black);padding:5px 20px;box-shadow:1px 1px 2px var(--dark-gray);border:1px solid var(--black);border-radius:5px;text-decoration:none;transition:transform .1s ease-in-out}.button_btn__MZuJm:disabled{background-color:gray;cursor:default}.button_btn__MZuJm:not(:disabled):hover{transform:scale(.95)}.button_small__obSXU{width:fit-content;padding:5px 10px}.button_primary__M7W8B{background-color:var(--primary-color)}.button_remove__4ZRHt{background-color:var(--red)}.button_secondary__8BL0F{background-color:var(--secondary-color);color:var(--yellow-light)}.button_function__02ny2{background-color:var(--yellow-light)}.dashboard_dashboardWrapper__EJKBg{margin:20px var(--web-margin);display:flex;flex-direction:column}.dashboard_dashboardWrapper__EJKBg>h1{font-size:2rem;margin:0 0 1rem}.dashboard_sectionsWrapper__0qSWd{display:flex;flex:1;justify-content:space-between;gap:3rem}.dashboard_leftContent__YMU1u{display:flex;flex:1;flex-direction:column;gap:1rem}.dashboard_coursesSectionWrapper__klxju{display:flex;flex:1;max-width:500px;flex-direction:column;overflow:hidden}.dashboard_coursesSectionWrapper__klxju>h2{margin:0}.dashboard_quizSectionWrapper__xj_4w{display:flex;flex:1.5;max-width:750px;flex-direction:column;overflow:hidden}.dashboard_quizSectionWrapper__xj_4w>h2{margin:0}.dashboard_newsSectionWrapper__ZKuvE{display:flex;height:auto;width:300px;flex-direction:column}.dashboard_newsSectionWrapper__ZKuvE>h2{margin:0 0 1rem}.dashboard_newsWrapper___XQS1{height:60dvh;overflow:scroll;padding:10px;background-color:var(--background3);border-radius:.5rem;box-shadow:0 0 10px 3px var(--black)}.dashboard_fadeInUp__HSQWX{opacity:0;transform:translateY(40px);animation:dashboard_fadeInUp__HSQWX .5s ease-out forwards}.dashboard_fadeInUpDelayed__cZUtm{opacity:0;transform:translateY(40px);animation:dashboard_fadeInUp__HSQWX .5s ease-out .2s forwards}.dashboard_fadeIn__YrvQL{opacity:0;animation:dashboard_fadeIn__YrvQL .5s ease-out forwards}@keyframes dashboard_fadeInUp__HSQWX{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes dashboard_fadeIn__YrvQL{0%{opacity:0}to{opacity:1}}@media (max-width:800px){.dashboard_dashboardWrapper__EJKBg>h1{font-size:1.5rem}.dashboard_sectionsWrapper__0qSWd{flex-direction:column}.dashboard_coursesSectionWrapper__klxju,.dashboard_newsSectionWrapper__ZKuvE,.dashboard_quizSectionWrapper__xj_4w{width:100%}.dashboard_newsWrapper___XQS1{height:40dvh}}.SideScroller_sideScrollerWrapper__pk3TL{margin:1rem 0;display:flex;position:relative;width:auto;overflow-x:hidden;border-radius:10px;border:1px solid var(--black);background-color:var(--background3);box-shadow:0 0 10px 3px var(--black);padding:4px;min-height:180px}.SideScroller_childWrapper__xyTaJ{display:flex;width:100%;gap:1rem;overflow-x:scroll}.SideScroller_sideScrollerCard__riGeU{display:flex;flex-direction:column;flex-shrink:0;width:calc(250px - 1.5rem);height:calc(175px - 1.5rem);background-color:var(--background2);padding:.75rem;border:2px solid var(--black);border-radius:.4rem}.SideScroller_addButton__xoWKC{display:flex;width:3rem;height:100%;background-color:var(--overlay);position:absolute;z-index:100;right:0;top:0;align-items:center;justify-content:center;font-size:2rem;cursor:pointer;box-shadow:-5px 0 5px rgba(0,0,0,.75);border-radius:5px}.SideScroller_addButton__xoWKC:hover{background-color:var(--overlay-hover);color:white}.LatestQuizzes_topWrapper__0aS_W{display:flex;flex-direction:column}.LatestQuizzes_innerWrapper__ro1uA{display:flex;justify-content:space-between;gap:1rem}.LatestQuizzes_btnWrapper__S_Vdb{display:flex;width:100%;margin-top:auto;justify-content:space-around}.LatestQuizzes_cardName__TKuB_{margin:0;font-size:1rem;cursor:default}.LatestQuizzes_chartWrapper__MoK3G{min-height:30px;max-height:30px}.LatestQuizzes_date__vYLJr{font-size:.8rem;color:var(--foreground2);cursor:default;margin:0 0 .5rem;max-height:30px}.school_card_schoolCard__4sfT0{margin-top:20px;width:fit-content;padding:5px 15px;border-radius:100px}.news_overview_summariesWrapper__QRP2u{display:flex;flex-direction:column;row-gap:10px}.news_overview_summaryWrapper__tVit6{background-color:var(--background2);padding:20px;max-width:300px;border:3px solid var(--dark-gray);border-radius:20px}.news_overview_schoolLink__i6eQG{text-decoration:none;color:var(--foreground)}.news_overview_link__5tQGJ{color:var(--blue1)}.news_overview_link__5tQGJ:hover{color:var(--secondary-color)}.pagination_pagination__Xf6Rf{display:flex;gap:10px;justify-content:center;margin:20px 0}.pagination_pageLink__keiRB{text-decoration:none;padding:5px 10px;border:1px solid var(--yellow-light);border-radius:5px;color:var(--black);cursor:pointer}.pagination_active__NMEth,.pagination_pageLink__keiRB:hover{background-color:var(--yellow-light)}.pagination_active__NMEth{font-weight:700;padding:5px 10px;text-decoration:none;border:1px solid var(--primary-color)}.news_newsWrapper__p0A4K{margin:20px 5vw 40px;max-width:700px}.news_schoolLink__PIvYs{text-decoration:none;color:var(--black)}.news_schoolCard__mk3cM{margin-top:20px;width:fit-content;padding:5px 15px;border-radius:100px}.news_markdown__W9Vy8{width:100%}.news_markdown__W9Vy8 img{max-width:100%;height:auto;display:block;margin:1.5rem auto;border-radius:8px}.news_markdown__W9Vy8 a{color:var(--blue1)}.news_markdown__W9Vy8 a:hover{color:var(--secondary-color)}.news_link__CTCnU{color:var(--blue1)}.news_link__CTCnU:hover{color:var(--secondary-color)}.school_dropdown_dropdownWrapper__AcPlN{margin-top:10px}.school_dropdown_select__e2aPG{padding:10px;font-size:16px;color:var(--foreground);background-color:var(--background2);border:1px solid var(--foreground);border-radius:5px;width:100%;max-width:300px;margin:0}.UserCourses_topWrapper__ekAFC{display:flex;flex-direction:column;gap:8px;flex:1}.UserCourses_innerWrapper__lbnio{display:flex;justify-content:space-between;align-items:center}.UserCourses_courseCode__E97s8{font-weight:600;font-size:14px;color:var(--text-secondary);background:var(--background-secondary);padding:4px 8px;border-radius:4px}.UserCourses_status__MbpCe{font-size:12px;font-weight:500;padding:2px 6px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.UserCourses_status__MbpCe.active{background:var(--success-light);color:var(--success)}.UserCourses_status__MbpCe.inactive{background:var(--error-light);color:var(--error)}.UserCourses_cardName__cAlIy{font-weight:600;font-size:16px;line-height:1.3;color:var(--text-primary);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.UserCourses_nickname___vH2Z{font-size:14px;color:var(--text-secondary);margin:0;font-style:italic}.UserCourses_btnWrapper__3fqal{display:flex;width:100%;margin-top:auto;justify-content:space-around}.UserCourses_courseLink__sLS8V{display:flex;align-items:center;justify-content:center;width:fit-content;height:28px;min-width:30px;min-height:28px;cursor:pointer;color:var(--black);padding:0 15px;background-color:var(--primary-color);box-shadow:1px 1px 2px var(--dark-gray);border:1px solid var(--black);border-radius:5px;text-decoration:none;transition:transform .1s ease-in-out;font-weight:500;font-size:12px}.UserCourses_courseLink__sLS8V:hover{transform:scale(.95);text-decoration:none}.UserCourses_courseLink__sLS8V:focus{outline:2px solid var(--primary);outline-offset:2px}.UserCourses_courseLinkDisabled__IUtjJ{display:flex;align-items:center;justify-content:center;width:fit-content;height:28px;min-width:30px;min-height:28px;cursor:not-allowed;color:var(--text-secondary);padding:0 15px;background-color:gray;box-shadow:1px 1px 2px var(--dark-gray);border:1px solid var(--black);border-radius:5px;text-decoration:none;font-weight:500;font-size:12px;opacity:.6}@media (max-width:768px){.UserCourses_cardName__cAlIy{font-size:14px}.UserCourses_courseCode__E97s8,.UserCourses_nickname___vH2Z{font-size:12px}.UserCourses_courseLinkDisabled__IUtjJ,.UserCourses_courseLink__sLS8V{font-size:11px;padding:0 12px;height:28px;min-height:28px}}.QuizButtons_btnWrapper___aOes{display:flex;width:180px;gap:1rem;margin-top:20px;margin-bottom:20px}.QuizOverview_quizSidebarWrapper__O5S58{position:fixed;display:flex;z-index:100000;flex-direction:column;align-items:center;justify-content:space-between;background-color:var(--background2);padding:5px 5px 1rem;height:calc(100dvh - 66px);width:40px;box-shadow:2px 0 5px rgba(0,0,0,.2);transform:translateX(0);transition:transform .3s ease-in-out;overflow:visible}.QuizOverview_quizSidebarWrapper__O5S58.QuizOverview_hidden__FXyz1{transform:translateX(-120px)}.QuizOverview_questionOverviewWrapper__sJUBT{display:flex;flex-direction:column;align-items:center;width:100%;gap:10px;overflow-y:scroll;padding:1.5rem 0;margin-bottom:1rem;overflow:visible}.QuizOverview_overviewQuestion__0OuL9{position:relative;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;cursor:pointer;text-align:center;color:var(--foreground);background-color:var(--background2);transition:background-color .3s ease;overflow:visible;padding:2px}.QuizOverview_overviewQuestion__0OuL9:hover:not(.QuizOverview_selected___1_hH){border:2px solid var(--foreground2);padding:0}.QuizOverview_correct__pLs6v{background-color:var(--correct)}.QuizOverview_incorrect__bOk8t{background-color:var(--incorrect)}.QuizOverview_selected___1_hH{border:2px solid var(--foreground2);padding:0}.QuizOverview_answered__QzGjH{background-color:var(--primary-color)}@media (prefers-color-scheme:dark){:where(html:not(.QuizOverview_is-light__DHwTb)) .QuizOverview_answered__QzGjH,:where(html:not(.QuizOverview_is-light__DHwTb)) .QuizOverview_correct__pLs6v,:where(html:not(.QuizOverview_is-light__DHwTb)) .QuizOverview_incorrect__bOk8t{color:var(--black)}}:where(htmlbody.QuizOverview_dark__2OJDE) .QuizOverview_answered__QzGjH,:where(htmlbody.QuizOverview_dark__2OJDE) .QuizOverview_correct__pLs6v,:where(htmlbody.QuizOverview_dark__2OJDE) .QuizOverview_incorrect__bOk8t{color:var(--black)}.QuizOverview_questionSvg__emKhj{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;color:var(--background2)}.QuizOverview_checked__3UgPN{color:var(--primary-color)}.QuizOverview_travel__sewBe{z-index:100000000}.QuizOverview_questionNumber__Mk86t{position:relative;z-index:2;font-size:14px}.QuizQuestion_questionHeader__0YJiZ{display:flex;align-items:flex-end;width:100%;border-bottom:1px solid var(--primary-color);padding-bottom:1.5rem}.QuizQuestion_questionText___Np3z{margin:0;font-size:28px}.QuizQuestion_optionsWrapper__gwLSx{display:flex;flex-direction:column;flex:1;gap:1rem;padding-top:1.5rem}@media (max-width:800px){.QuizQuestion_questionText___Np3z{font-size:20px}}.quiz_option__y_FHp{display:flex;width:auto;height:3rem;align-items:center;padding-left:1rem}.quiz_option__y_FHp:not(.quiz_showCorrect__prDbY){cursor:pointer}.quiz_optionIcon__erahH{display:flex;align-items:center;color:rgba(0,0,0,0)}.quiz_showCorrect__prDbY{font-weight:700}.quiz_checked__skp6R .quiz_optionIcon__erahH,.quiz_option__y_FHp:hover:not(.quiz_showCorrect__prDbY) .quiz_optionIcon__erahH{color:var(--primary-color)}.quiz_optionText__stTBu{margin:0 0 0 1rem}.quiz_explanationWrapper__9KER6{margin-left:1rem;padding-left:1rem}.quiz_explanationCorrect__GZF2B{border-left:2px solid var(--correct)}.quiz_explanationIncorrect__M8Npq{border-left:2px solid var(--incorrect)}.quiz_explanation__hR6rT{font-weight:400}@media (max-width:800px){.quiz_optionText__stTBu{font-size:14px}}.QuizResults_resultWrapper__dSoah{display:flex;flex:1;flex-wrap:wrap}.QuizResults_resultSection__zZzX7{display:flex;flex-direction:column;justify-content:center;flex:1}.QuizResults_chartWrapper__3yfPP{width:80%;margin:0 auto;max-width:350px;aspect-ratio:1/1}.QuizResults_chartText__13ijM{display:flex;justify-content:center;margin-top:.5rem;margin-bottom:2.5rem}.QuizResults_chartText__13ijM>h3{margin:0}.QuizResults_headerText__UL03l{display:flex;justify-content:center;margin-bottom:1rem}.QuizResults_infoText__QrXNH{display:flex;flex:1;margin:0 1rem 2rem}.QuizResults_headerText__UL03l>h2,.QuizResults_infoText__QrXNH>p{margin:0}.QuizResults_resultBtnWrapper__njLq1{display:flex;justify-content:center;gap:2rem}.quiz_quizWrapper__A2Uxh{display:flex;flex:1;overflow-y:hidden}.quiz_questionWrapper__P0GGf{display:flex;flex:1;flex-direction:column;padding:2rem 7%;margin-left:40px;overflow-y:scroll}.quiz_quizHeader__3_72k{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.quiz_printButton__Hb_mx{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:background-color .2s;display:flex;align-items:center;justify-content:center;color:var(--secondary-color);margin:0 auto;width:fit-content}.quiz_printButton__Hb_mx:hover{background-color:rgba(0,0,0,.05)}.modal_modalOverlay__VDBWF{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.modal_modalContent__1m9wD{display:flex;flex-direction:column;background-color:var(--background2);padding:2rem;border-radius:8px;width:70%;height:60%;box-shadow:0 5px 15px rgba(0,0,0,.3)}.modal_modalHeader__LZaan{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color);padding-bottom:1rem;margin-bottom:1rem}.modal_modalHeader__LZaan h2{margin:0}.modal_closeButton__hFdvT{background:none;border:none;cursor:pointer;color:var(--yellow-light)}.signup_intro_signupIntroWrapper__CFPoR{margin:2rem;max-width:800px}.signup_intro_buttonWrapper__1RMsP{display:flex;flex-direction:row;gap:1rem;margin-top:3rem}