@import"https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap";*{font-family:Alexandria,sans-serif;-webkit-user-select:none;-moz-user-select:none;user-select:none}body{width:100vw}#main-content{max-width:60vw;padding-bottom:50px}.splide__track{padding:25px;padding-right:15px!important;padding-left:25px!important}.section-title{color:#150035;font-size:26px;font-weight:700;text-shadow:0px 0px 3px rgba(0,0,0,.33);margin-bottom:7px}#home-subjects-container{max-width:800px;width:100%}#home-subjects{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.subject-pill{width:100px;height:100px;border-radius:20px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 5px 10px #00000054;transition:all .2s ease-in-out}.subject-pill>img{width:100%;height:100%;transition:all .2s ease-in-out}.subject-pill:hover{transform:scale(1.1);box-shadow:0 5px 10px #00000080}.subject-pill:hover>img{transform:scale(1.2);transition:all .3s ease-in-out}#sidebar-course-cover{background-position:center;background-size:cover;aspect-ratio:16/9;max-height:300px;border-radius:18px;margin-bottom:7px}.error-notification{padding:10px 20px;border-radius:10px;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;width:100%}#home-hero-container,#home-hero-container-subscribed{width:100%;padding-left:1rem;padding-right:1rem}#home-hero-container>div,#home-hero-container-subscribed>div{margin-right:20px}@media screen and (max-width: 980px){#home-hero-container .plan-image,#home-hero-container-subscribed .plan-image{display:none;visibility:hidden}}#home-hero-container-subscribed{background:#0f2027;background:linear-gradient(to right,#2c5364,#203a43,#0f2027);background-position:left bottom;background-size:200% auto;transition:all .2s ease-in-out}#home-hero-container-subscribed:hover{background-position:right bottom}.auth-layout{display:flex;min-height:100vh;width:100%;overflow:hidden}.auth-container{display:flex;flex-direction:column;width:50%;padding:2rem;background-color:#fff;position:relative;z-index:10}.auth-bg-image{position:fixed;top:0;left:0;width:50%;height:100%;background-size:cover;background-position:center;z-index:5}.auth-logo{margin-bottom:2rem;display:flex;justify-content:flex-start}.auth-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.5rem}.auth-subtitle{font-size:1rem;color:#6b7280;margin-bottom:2rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#4b5563}.form-control{padding:.75rem 1rem;border:1px solid #E5E7EB;border-radius:.5rem;font-size:1rem;width:100%;transition:border-color .2s}.form-control:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.btn-primary{padding:.75rem 1.5rem;background-color:#2563eb;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-primary:hover{background-color:#1d4ed8}.auth-nav{display:flex;justify-content:flex-start;margin-top:1rem}.btn-back{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#2563eb;font-size:.875rem;cursor:pointer;padding:.5rem}.btn-back:hover{text-decoration:underline}.verification-code-container{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.verification-input{width:3rem;height:3rem;text-align:center;font-size:1.5rem;border:1px solid #E5E7EB;border-radius:.5rem}.verification-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.resend-code{text-align:center;margin-top:1rem;font-size:.875rem;color:#6b7280}.resend-link{color:#2563eb;text-decoration:none}.resend-link:hover{text-decoration:underline}.btn-disabled{background-color:#9ca3af;cursor:not-allowed}.btn-disabled:hover{background-color:#9ca3af}.education-options{display:flex;gap:1rem;margin-bottom:2rem}.education-option{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;border:1px solid #E5E7EB;border-radius:.75rem;cursor:pointer;transition:all .2s;width:33%}.education-option:hover{border-color:#2563eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.education-option.active{border-color:#2563eb;background-color:#2563eb0d}.education-icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;background-color:#2563eb1a;border-radius:50%}.education-label{font-size:.875rem;font-weight:500;color:#111827;text-align:center}.year-options,.path-options{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}@media (max-width: 500px){.year-options,.path-options{grid-template-columns:repeat(2,1fr)}}@media (max-width: 350px){.year-options,.path-options{grid-template-columns:repeat(1,1fr)}}.year-option,.path-option{display:grid;align-items:center;align-content:center;justify-content:center;justify-items:center;text-align:center;gap:.75rem;padding:1rem;border:1px solid #E5E7EB;border-radius:.75rem;cursor:pointer;transition:all .2s}.year-option:hover,.path-option:hover{border-color:#2563eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.year-option.active,.path-option.active{border-color:#2563eb;background-color:#2563eb0d}.year-icon,.path-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background-color:#2563eb1a;border-radius:50%}.year-label,.path-label{font-size:.75rem;font-weight:500;color:#111827;text-align:center}.auth-copyright{margin-top:auto;text-align:center;font-size:.75rem;color:#9ca3af;padding:1rem 0}@media (max-width: 768px){#main-content{max-width:100vw}.auth-container{width:100%}.auth-bg-image{display:none}.education-options{flex-direction:column}.education-option{width:100%}.year-row{flex-direction:column}.year-option{width:100%}}.error-message{color:#ef4444;font-size:.875rem;margin-top:.5rem;display:none}.input-error{border-color:#ef4444}.input-error:focus{border-color:#ef4444;box-shadow:0 0 0 2px #ef44441a}.info-message{background:#eff6ff;color:#1e3a8a;border:1px solid #BFDBFE;border-radius:8px;padding:10px 12px;margin-bottom:12px;font-size:14px}.resend-code{margin-top:12px}.resend-link{color:#2563eb;text-decoration:underline}.resend-countdown{margin-right:8px;color:#6b7280}@media screen and (max-width: 768px){#sidebar{display:none;visibility:hidden}#sidebar-course-cover{display:none}}#player-container,#pdf-pages,#main-section{position:relative;width:100%;height:100%}#locked-notice,.element-unavailable{position:absolute;inset:0;z-index:35}#locked-notice>div,.element-unavailable>div{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.splide__arrow--prev{right:-1.5em!important}.splide__arrow--next{left:-1.5em!important}.faq-card{margin-top:1rem;padding:1.5rem;border:1px solid #E5E7EB;border-radius:.75rem;cursor:pointer;transition:all .2s;display:grid;aspect-ratio:16/9;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;background:#0f2027;background:linear-gradient(to right,#2c5364,#203a43,#0f2027);background-position:left bottom;background-size:200% auto;transition:all .2s ease-in-out}.faq-card:hover{transform:scale(1.05);background-position:right top;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (max-width: 768px){.faq-card{max-height:150px;aspect-ratio:unset}}.submit-btn{position:relative;display:flex;align-items:center;justify-content:center}.loader{display:none;width:85px;height:25px;--g1:conic-gradient(from 90deg at left 3px top 3px,#0000 90deg,#fff 0);--g2:conic-gradient(from -90deg at bottom 3px right 3px,#0000 90deg,#fff 0);background:var(--g1),var(--g1),var(--g1),var(--g2),var(--g2),var(--g2);background-position:left,center,right;background-repeat:no-repeat;animation:l8 1s infinite}@keyframes l8{0%{background-size:25px 100%,25px 100%,25px 100%}20%{background-size:25px 50%,25px 100%,25px 100%}40%{background-size:25px 50%,25px 50%,25px 100%}60%{background-size:25px 100%,25px 50%,25px 50%}80%{background-size:25px 100%,25px 100%,25px 50%}to{background-size:25px 100%,25px 100%,25px 100%}}.checkbox-container{display:flex}.checkbox-container>input[type=checkbox]{width:2rem;height:2rem;margin-right:.5rem}.checkbox-container>label>a{color:#2563eb;text-decoration:underline}.course-item{transition:all .2s ease-in-out}.course-item img{transform:scale(1.2);transition:all .2s ease-in-out}.course-item:hover{transform:scale(1.05);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.course-item:hover img{transform:scale(1);transition:all .2s ease-in-out;border-radius:.75rem}.big-link{transition:all .2s ease-in-out}.big-link>*{transition:all .2s ease-in-out}.big-link:hover>*{transform:scale(1.01)}.invitation-status{padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500;text-align:center;display:inline-block}.invitation-status.status-PENDING{background-color:#fee2e2;color:#e6b241}.invitation-status.status-APPROVED{background-color:#d1fae5;color:#065f46}.invitation-status.status-REJECTED{background-color:#fce8e6;color:#b45309}.invitation-status.status-EXPIRED{background-color:#fdf2f2;color:#991b1b}
