.student-layout{--student-primary:#3156d3;--student-primary-dark:#1f3da8;--student-primary-soft:#eef2ff;--student-background:#f4f7fb;--student-card:#fff;--student-surface:#fff;--student-surface-soft:#f8faff;--student-border:#dfe5ef;--student-heading:#101a36;--student-text:#667085;--student-muted:#8b93a8;--student-sidebar-background:#fff;--student-header-background:#fff;--student-input-background:#fff;--student-progress-background:#e9edf5;--student-shadow:0 8px 24px #1c294a0d;--student-success:#20a779;--student-warning:#f5a623;--student-danger:#dc3545}html[data-theme=dark] .student-layout{--student-primary:#7295ff;--student-primary-dark:#92abff;--student-primary-soft:#1d2a4e;--student-background:#0d1424;--student-card:#151e31;--student-surface:#151e31;--student-surface-soft:#19243a;--student-border:#2c3850;--student-heading:#f4f7ff;--student-text:#aeb9cd;--student-muted:#8995aa;--student-sidebar-background:#111a2b;--student-header-background:#111a2b;--student-input-background:#182238;--student-progress-background:#28344b;--student-shadow:0 10px 30px #00000038;--student-success:#55d4a5;--student-warning:#ffc857;--student-danger:#ff7272}
.student-layout{background:var(--student-background);width:100%;min-height:100vh;color:var(--student-heading);transition:background-color .25s,color .25s}.student-main-area{width:calc(100% - 285px);min-height:100vh;margin-left:285px;transition:width .25s,margin-left .25s}.student-content{width:100%;min-height:calc(100vh - 86px);padding:28px}.student-page-container{width:100%;max-width:1600px;margin:0 auto}@media (min-width:992px){.student-layout.student-sidebar-is-collapsed .student-main-area{width:calc(100% - 88px);margin-left:88px}}.student-page-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.student-page-heading-content{min-width:0}.student-page-heading h1{color:var(--student-heading);margin-bottom:6px;font-size:25px;font-weight:700;line-height:1.3}.student-page-heading p{color:var(--student-text);margin-bottom:0;font-size:14px;line-height:1.6}.student-page-heading-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.student-module-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:25px;display:flex}.student-module-heading>div{min-width:0}.student-module-eyebrow{color:var(--student-primary);letter-spacing:1px;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:800;display:block}.student-module-heading h1{color:var(--student-heading);margin-bottom:7px;font-size:27px;font-weight:800;line-height:1.3}.student-module-heading p{max-width:720px;color:var(--student-text);margin-bottom:0;font-size:14px;line-height:1.6}.student-module-primary-button{border:1px solid var(--student-primary);background:var(--student-primary);color:#fff;cursor:pointer;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;gap:9px;min-height:43px;padding:9px 16px;font-size:13px;font-weight:700;line-height:1;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s;display:inline-flex}.student-module-primary-button:hover{border-color:var(--student-primary-dark);background:var(--student-primary-dark);color:#fff;transform:translateY(-1px)}.student-module-primary-button:focus-visible{outline-offset:2px;outline:3px solid #3156d333}.student-module-primary-button svg{flex-shrink:0;width:14px;height:14px}.student-module-secondary-button{border:1px solid var(--student-border);background:var(--student-card);min-height:43px;color:var(--student-heading);cursor:pointer;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;gap:9px;padding:9px 16px;font-size:13px;font-weight:700;line-height:1;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s;display:inline-flex}.student-module-secondary-button:hover{border-color:var(--student-primary);background:var(--student-primary-soft);color:var(--student-primary);transform:translateY(-1px)}.student-module-secondary-button:focus-visible{outline-offset:2px;outline:3px solid #3156d333}.student-module-secondary-button svg{flex-shrink:0;width:14px;height:14px}.student-module-text-button{color:var(--student-primary);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:7px;padding:0;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.student-module-text-button:hover{color:var(--student-primary-dark)}.student-module-text-button:focus-visible{outline:2px solid var(--student-primary);outline-offset:4px}.student-module-text-button svg{flex-shrink:0;width:12px;height:12px}.student-page-card{border:1px solid var(--student-border);background:var(--student-card);color:var(--student-heading);box-shadow:var(--student-shadow);border-radius:18px;padding:24px;transition:background-color .25s,border-color .25s,color .25s,box-shadow .25s}.student-page-card-title{color:var(--student-heading);margin-bottom:7px;font-size:18px;font-weight:700;line-height:1.4}.student-page-card-description{color:var(--student-text);margin-bottom:0;font-size:13px;line-height:1.7}.student-module-card{border:1px solid var(--student-border);background:var(--student-card);color:var(--student-heading);box-shadow:var(--student-shadow);border-radius:17px;padding:24px;transition:background-color .25s,border-color .25s,color .25s,box-shadow .25s}.student-module-card h1,.student-module-card h2,.student-module-card h3,.student-module-card h4,.student-module-card h5,.student-module-card h6{color:var(--student-heading)}.student-module-card h2{margin-bottom:8px;font-size:18px;font-weight:800;line-height:1.4}.student-module-card>p{color:var(--student-text);margin-bottom:0;font-size:13px;line-height:1.7}.student-module-card-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.student-module-card-heading>div{min-width:0}.student-module-card-heading h2{margin-bottom:0}.student-module-card-label{color:var(--student-primary);letter-spacing:.8px;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.student-module-stat-card{border:1px solid var(--student-border);background:var(--student-card);min-height:190px;color:var(--student-heading);box-shadow:var(--student-shadow);border-radius:16px;flex-direction:column;justify-content:center;align-items:flex-start;padding:22px;transition:background-color .25s,border-color .25s,color .25s,box-shadow .2s,transform .2s;display:flex}.student-module-stat-card:hover{border-color:var(--student-primary);transform:translateY(-2px)}.student-module-stat-icon{background:var(--student-primary-soft);width:46px;height:46px;color:var(--student-primary);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:20px;display:inline-flex}.student-module-stat-icon svg{width:19px;height:19px}.student-module-stat-card>span{color:var(--student-text);margin-bottom:5px;font-size:12px}.student-module-stat-card>strong{color:var(--student-heading);margin-bottom:3px;font-size:25px;font-weight:800;line-height:1.25}.student-module-stat-card>small{color:var(--student-muted);font-size:11px;line-height:1.5}.student-empty-state{border:1px dashed var(--student-border);background:var(--student-card);min-height:320px;color:var(--student-heading);text-align:center;border-radius:17px;flex-direction:column;justify-content:center;align-items:center;padding:32px;display:flex}.student-empty-state-icon{background:var(--student-primary-soft);width:58px;height:58px;color:var(--student-primary);border-radius:16px;justify-content:center;align-items:center;margin-bottom:18px;display:inline-flex}.student-empty-state-icon svg{width:23px;height:23px}.student-empty-state h2{color:var(--student-heading);margin-bottom:8px;font-size:18px;font-weight:800}.student-empty-state p{max-width:480px;color:var(--student-text);margin-bottom:20px;font-size:13px;line-height:1.7}.student-module-progress,.student-layout .progress{background:var(--student-progress-background);overflow:hidden}.student-module-progress{border-radius:20px;height:7px}.student-module-progress .progress-bar,.student-layout .progress .progress-bar{border-radius:inherit;background:var(--student-primary)}.student-status-badge{text-transform:uppercase;border-radius:30px;justify-content:center;align-items:center;min-height:25px;padding:4px 9px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.student-status-badge.active,.student-status-badge.success{color:var(--student-success);background:#20a77924}.student-status-badge.warning{color:var(--student-warning);background:#f5a62324}.student-status-badge.danger{color:var(--student-danger);background:#dc354524}.student-status-badge.info{background:var(--student-primary-soft);color:var(--student-primary)}.student-table-wrapper{border:1px solid var(--student-border);background:var(--student-card);width:100%;color:var(--student-heading);border-radius:14px;overflow-x:auto}.student-table{border-collapse:collapse;width:100%;min-width:720px;margin-bottom:0}.student-table th,.student-table td{border-bottom:1px solid var(--student-border);text-align:left;vertical-align:middle;padding:14px 16px}.student-table th{background:var(--student-surface-soft);color:var(--student-text);letter-spacing:.5px;text-transform:uppercase;font-size:11px;font-weight:800}.student-table td{background:var(--student-card);color:var(--student-heading);font-size:13px}.student-table tbody tr:last-child td{border-bottom:0}.student-table tbody tr:hover td{background:var(--student-surface-soft)}.student-form-label{color:var(--student-heading);margin-bottom:7px;font-size:13px;font-weight:700;display:block}.student-form-control{border:1px solid var(--student-border);background:var(--student-input-background);width:100%;min-height:44px;color:var(--student-heading);border-radius:9px;outline:none;padding:10px 13px;font-size:13px;transition:background-color .2s,border-color .2s,color .2s,box-shadow .2s}textarea.student-form-control{resize:vertical;min-height:120px}.student-form-control::placeholder{color:var(--student-muted)}.student-form-control:focus{border-color:var(--student-primary);box-shadow:0 0 0 3px #3156d31a}.student-form-control:disabled{cursor:not-allowed;opacity:.65}.student-form-help{color:var(--student-text);margin-top:6px;font-size:11px;line-height:1.5;display:block}.student-layout h1,.student-layout h2,.student-layout h3,.student-layout h4,.student-layout h5,.student-layout h6{color:var(--student-heading)}.student-layout p{color:var(--student-text)}.student-layout small{color:var(--student-muted)}.student-layout a{transition:color .2s,background-color .2s,border-color .2s,transform .2s}.student-layout .bg-white{background-color:var(--student-card)!important}.student-layout .bg-light{background-color:var(--student-surface-soft)!important}.student-layout .text-dark{color:var(--student-heading)!important}.student-layout .text-secondary,.student-layout .text-muted{color:var(--student-text)!important}.student-layout .border,.student-layout .border-top,.student-layout .border-end,.student-layout .border-bottom,.student-layout .border-start{border-color:var(--student-border)!important}.student-layout .card,.student-layout .list-group-item,.student-layout .dropdown-menu,.student-layout .modal-content,.student-layout .offcanvas{border-color:var(--student-border);background-color:var(--student-card);color:var(--student-heading)}.student-layout .dropdown-item{color:var(--student-heading)}.student-layout .dropdown-item:hover,.student-layout .dropdown-item:focus{background:var(--student-surface-soft);color:var(--student-primary)}.student-layout .form-control,.student-layout .form-select{border-color:var(--student-border);background-color:var(--student-input-background);color:var(--student-heading)}.student-layout .form-control::placeholder{color:var(--student-muted)}.student-layout hr{border-color:var(--student-border);opacity:1}html[data-theme=dark] .student-module-primary-button:focus-visible,html[data-theme=dark] .student-module-secondary-button:focus-visible{outline-color:#7295ff59}html[data-theme=dark] .student-form-control:focus{box-shadow:0 0 0 3px #7295ff1f}html[data-theme=dark] .student-layout .table{--bs-table-bg:var(--student-card);--bs-table-color:var(--student-heading);--bs-table-border-color:var(--student-border);--bs-table-hover-bg:var(--student-surface-soft);--bs-table-hover-color:var(--student-heading)}html[data-theme=dark] .student-layout input,html[data-theme=dark] .student-layout select,html[data-theme=dark] .student-layout textarea{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (max-width:1399.98px){.student-content{padding:26px}.student-module-heading h1{font-size:25px}}@media (max-width:1199.98px){.student-content{padding:24px}.student-module-heading h1{font-size:24px}}@media (max-width:991.98px){.student-main-area,.student-layout.student-sidebar-is-collapsed .student-main-area{width:100%;margin-left:0}.student-content{min-height:calc(100vh - 75px);padding:20px 20px 95px}.student-page-heading h1{font-size:22px}.student-module-heading h1{font-size:23px}}@media (max-width:767.98px){.student-page-heading,.student-module-heading{flex-direction:column;margin-bottom:20px}.student-page-heading-actions{flex-wrap:wrap;width:100%}.student-page-heading-actions .btn,.student-page-heading-actions .student-module-primary-button,.student-page-heading-actions .student-module-secondary-button,.student-module-heading .student-module-primary-button,.student-module-heading .student-module-secondary-button{width:100%}.student-page-card,.student-module-card{padding:20px}.student-module-card-heading{margin-bottom:18px}}@media (max-width:575.98px){.student-content{padding:16px 13px 90px}.student-page-heading,.student-module-heading{margin-bottom:17px}.student-page-heading h1{font-size:20px}.student-page-heading p{font-size:13px}.student-module-heading h1{font-size:21px}.student-module-heading p{font-size:13px}.student-page-card,.student-module-card{border-radius:15px;padding:18px 16px}.student-page-card-title,.student-module-card h2{font-size:16px}.student-module-card-heading{flex-direction:column}.student-module-stat-card{border-radius:15px;min-height:170px;padding:19px}.student-module-stat-icon{width:43px;height:43px;margin-bottom:17px}.student-module-stat-card>strong{font-size:23px}.student-empty-state{min-height:280px;padding:24px 18px}.student-module-primary-button,.student-module-secondary-button{min-height:41px;font-size:12px}}.student-route-loading{justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 92px);display:flex}.student-route-loading-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.student-route-loading-content .spinner-border{width:42px;height:42px;color:var(--student-primary);border-width:4px}.student-route-loading-content strong{color:var(--student-heading);margin-top:5px;font-size:15px;font-weight:700}.student-route-loading-content span{color:var(--student-text);font-size:13px}@media (max-width:767.98px){.student-route-loading{min-height:calc(100vh - 150px)}.student-route-loading-content .spinner-border{width:36px;height:36px}}
.student-header{z-index:1030;border-bottom:1px solid var(--student-border);background:var(--student-header-background);justify-content:space-between;align-items:center;gap:22px;min-height:86px;padding:14px 28px;transition:background-color .25s,border-color .25s;display:flex;position:sticky;top:0}.student-header-left{flex:1;align-items:center;gap:16px;min-width:0;display:flex}.student-header-menu-button,.student-header-icon-button{border:1px solid var(--student-border);background:var(--student-surface);width:43px;height:43px;color:var(--student-heading);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;transition:color .2s,background-color .2s,border-color .2s,box-shadow .2s;display:inline-flex;position:relative}.student-header-menu-button:hover,.student-header-icon-button:hover,.student-header-icon-button.active{border-color:var(--student-primary);background:var(--student-primary-soft);color:var(--student-primary);box-shadow:0 0 0 4px #3156d31a}.student-header-menu-button:focus-visible,.student-header-icon-button:focus-visible,.student-header-profile:focus-visible{outline-offset:2px;outline:3px solid #3156d333}.student-header-menu-button svg{width:19px;height:19px}.student-header-icon-button svg{width:16px;height:16px}.student-header-search{width:100%;max-width:520px;position:relative}.student-header-search input{border:1px solid var(--student-border);background:var(--student-input-background);width:100%;height:43px;color:var(--student-heading);border-radius:9px;outline:none;padding:8px 16px 8px 42px;font-size:14px;transition:background-color .25s,color .25s,border-color .2s,box-shadow .2s}.student-header-search input::placeholder{color:var(--student-muted)}.student-header-search input:focus{border-color:var(--student-primary);box-shadow:0 0 0 3px #3156d31a}.student-header-search-icon{width:14px;height:14px;color:var(--student-text);pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.student-header-mobile-title{min-width:0;display:none}.student-header-mobile-title strong{color:var(--student-heading);text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:800;display:block;overflow:hidden}.student-header-right{align-items:center;gap:11px;display:flex}.student-header-dropdown-wrapper{position:relative}.student-header-notification-dot{border:2px solid var(--student-surface);background:#ef3340;border-radius:50%;width:9px;height:9px;position:absolute;top:8px;right:8px}.student-header-profile{border:1px solid var(--student-border);background:var(--student-surface);min-height:46px;color:var(--student-heading);border-radius:9px;align-items:center;gap:10px;padding:5px 12px 5px 6px;transition:background-color .25s,color .25s,border-color .2s,box-shadow .2s;display:flex}.student-header-profile:hover,.student-header-profile.active{border-color:var(--student-primary);background:var(--student-primary-soft);color:var(--student-heading);box-shadow:0 0 0 4px #3156d31a}.student-header-avatar{color:#263247;background:#d9e7de;border:2px solid #36b78b;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;font-size:11px;font-weight:800;display:inline-flex}.student-header-profile-details{flex-direction:column;align-items:flex-start;min-width:105px;display:flex}.student-header-profile-details strong{color:var(--student-heading);font-size:13px;font-weight:800;line-height:1.3}.student-header-profile-details small{color:var(--student-text);font-size:10px}.student-header-profile-arrow{width:11px;height:11px;color:var(--student-text);transition:transform .2s}.student-header-profile-arrow.rotate{transform:rotate(180deg)}.student-notification-dropdown{z-index:1080;border:1px solid var(--student-border);background:var(--student-surface);width:320px;box-shadow:var(--student-shadow);border-radius:8px;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}.student-notification-dropdown-header{padding:18px 16px 8px}.student-notification-dropdown-header h2{color:var(--student-heading);margin:0;font-size:14px;font-weight:800}.student-notification-list{padding:4px 0 14px}.student-notification-item{background:var(--student-surface);width:100%;color:var(--student-heading);text-align:left;border:0;flex-direction:column;align-items:flex-start;padding:14px 16px;display:flex}.student-notification-item:hover{background:var(--student-surface-soft)}.student-notification-item strong{color:var(--student-heading);margin-bottom:4px;font-size:14px;font-weight:800}.student-notification-item span{color:var(--student-text);font-size:12px}.student-profile-dropdown{z-index:1080;border:1px solid var(--student-border);background:var(--student-surface);width:190px;box-shadow:var(--student-shadow);border-radius:7px;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}.student-profile-dropdown-item{background:var(--student-surface);width:100%;min-height:48px;color:var(--student-heading);text-align:left;border:0;align-items:center;gap:10px;padding:12px 16px;font-size:14px;text-decoration:none;display:flex}.student-profile-dropdown-item:hover{background:var(--student-surface-soft);color:var(--student-primary)}.student-profile-dropdown-item svg{flex-shrink:0;width:14px;height:14px}.student-profile-dropdown-divider{background:var(--student-border);height:1px}.student-profile-signout:hover{color:var(--student-danger);background:#dc35451a}html[data-theme=dark] .student-header-menu-button:hover,html[data-theme=dark] .student-header-icon-button:hover,html[data-theme=dark] .student-header-icon-button.active,html[data-theme=dark] .student-header-profile:hover,html[data-theme=dark] .student-header-profile.active{box-shadow:0 0 0 4px #7295ff1f}html[data-theme=dark] .student-header-avatar{color:#e8fff6;background:#1d493d;border-color:#36b78b}html[data-theme=dark] .student-header-notification-dot{border-color:var(--student-surface)}@media (max-width:991.98px){.student-header{min-height:75px;padding:12px 18px}.student-header-search{max-width:400px}}@media (max-width:767.98px){.student-header-search{display:none}.student-header-mobile-title{display:block}.student-header-profile-details,.student-header-profile-arrow{display:none}.student-header-profile{padding:5px}.student-notification-dropdown{width:auto;position:fixed;top:72px;left:12px;right:12px}}@media (max-width:575.98px){.student-header{gap:10px;padding:10px 13px}.student-header-left{gap:10px}.student-header-right{gap:7px}.student-header-menu-button,.student-header-icon-button{width:39px;height:39px}.student-header-right>.student-header-icon-button:first-child{display:none}.student-header-avatar{width:31px;height:31px}.student-profile-dropdown{width:190px;position:fixed;top:68px;right:12px}}
.student-sidebar{z-index:1050;background:#fff;border-right:1px solid #dfe5ef;flex-direction:column;width:285px;transition:width .25s,transform .25s;display:flex;position:fixed;top:0;bottom:0;left:0}.student-sidebar-brand{border-bottom:1px solid #e3e8f1;align-items:center;min-height:92px;padding:20px;display:flex}.student-sidebar-brand-link{color:#172033;align-items:center;gap:13px;min-width:0;text-decoration:none;display:flex}.student-sidebar-logo{color:#fff;background:linear-gradient(135deg,#2864e8,#118b91);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.student-sidebar-logo svg{width:21px;height:21px}.student-sidebar-brand-content{white-space:nowrap;flex-direction:column;min-width:0;transition:opacity .15s,visibility .15s;display:flex}.student-sidebar-brand-content strong{color:#172033;font-size:17px;font-weight:800;line-height:1.3}.student-sidebar-brand-content small{color:#78839a;font-size:12px}.student-sidebar-scroll{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden auto}.student-sidebar-scroll::-webkit-scrollbar{width:6px}.student-sidebar-scroll::-webkit-scrollbar-track{background:0 0}.student-sidebar-scroll::-webkit-scrollbar-thumb{background:#9097a3;border-radius:20px}.student-sidebar-navigation{padding:18px 18px 10px}.student-sidebar-list{gap:6px;margin:0;padding:0;list-style:none;display:grid}.student-sidebar-link{color:#4f5b70;white-space:nowrap;border-radius:10px;align-items:center;gap:13px;min-height:55px;padding:11px 14px;font-size:15px;font-weight:700;text-decoration:none;display:flex}.student-sidebar-link:hover{color:#225ee8;background:#f4f7fd}.student-sidebar-link.active{color:#215fea;background:#eaf1ff}.student-sidebar-icon{color:#3f73ed;background:#edf3ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.student-sidebar-icon svg{width:15px;height:15px}.student-sidebar-link.active .student-sidebar-icon{color:#215fea;background:#dce8ff}.student-sidebar-link-label{transition:opacity .15s,visibility .15s;overflow:hidden}.student-sidebar-bottom{margin-top:auto;padding:10px 18px 20px}.student-sidebar-plan{background:#f7f9fd;border:1px solid #dfe6f2;border-radius:12px;margin-bottom:10px;padding:16px;transition:opacity .15s,visibility .15s}.student-sidebar-plan-label{color:#215fea;letter-spacing:.8px;margin-bottom:8px;font-size:10px;font-weight:800;display:inline-block}.student-sidebar-plan p{color:#6c778c;margin-bottom:14px;font-size:12px;line-height:1.6}.student-sidebar-upgrade{color:#fff;background:#245fe5;border-radius:8px;justify-content:center;align-items:center;min-height:38px;font-size:12px;font-weight:700;text-decoration:none;display:flex}.student-sidebar-upgrade:hover{color:#fff;background:#174bc2}.student-sidebar-logout{color:#566176;background:0 0;border:0;border-radius:9px;align-items:center;gap:12px;width:100%;min-height:48px;padding:8px 12px;font-size:14px;font-weight:700;display:flex}.student-sidebar-logout:hover{color:#dc3545;background:#fff0f0}.student-sidebar-logout .student-sidebar-icon{color:inherit;background:#f1f4f9}.student-sidebar-overlay{z-index:1040;background:#111c3380;border:0;position:fixed;inset:0}@media (min-width:992px){.student-sidebar.student-sidebar-collapsed{width:88px}.student-sidebar-collapsed .student-sidebar-brand{justify-content:center;padding-left:20px;padding-right:20px}.student-sidebar-collapsed .student-sidebar-brand-link{justify-content:center}.student-sidebar-collapsed .student-sidebar-brand-content{visibility:hidden;opacity:0;position:absolute}.student-sidebar-collapsed .student-sidebar-navigation{padding-left:14px;padding-right:14px}.student-sidebar-collapsed .student-sidebar-link{justify-content:center;gap:0;padding-left:0;padding-right:0}.student-sidebar-collapsed .student-sidebar-link-label{visibility:hidden;opacity:0;position:absolute}.student-sidebar-collapsed .student-sidebar-bottom{padding-left:14px;padding-right:14px}.student-sidebar-collapsed .student-sidebar-plan{display:none}.student-sidebar-collapsed .student-sidebar-logout{justify-content:center;gap:0;padding-left:0;padding-right:0}}@media (max-width:991.98px){.student-sidebar{width:285px;transform:translate(-100%)}.student-sidebar.student-sidebar-mobile-open{transform:translate(0)}.student-sidebar.student-sidebar-collapsed{width:285px}}.student-sidebar{border-right-color:var(--student-border);background:var(--student-sidebar-background)}.student-sidebar-brand{border-bottom-color:var(--student-border)}.student-sidebar-brand-link,.student-sidebar-brand-content strong{color:var(--student-heading)}.student-sidebar-brand-content small,.student-sidebar-link{color:var(--student-text)}.student-sidebar-link:hover{background:var(--student-surface-soft);color:var(--student-primary)}.student-sidebar-link.active,.student-sidebar-icon{background:var(--student-primary-soft);color:var(--student-primary)}.student-sidebar-plan{border-color:var(--student-border);background:var(--student-surface-soft)}.student-sidebar-plan p,.student-sidebar-logout{color:var(--student-text)}
.student-more-backdrop{z-index:1050;background:#0a122a8c;border:0;width:100%;height:100%;position:fixed;inset:0}.student-more-menu{z-index:1060;border:1px solid var(--student-border);background:#fff;border-radius:20px;max-height:calc(100vh - 110px);padding:20px;position:fixed;bottom:82px;left:12px;right:12px;overflow-y:auto;box-shadow:0 20px 60px #14204340}.student-more-header{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:18px;display:flex}.student-more-header h2{color:var(--student-heading);margin:0;font-size:20px;font-weight:700}.student-more-header p{color:var(--student-text);font-size:12px}.student-more-close{border:1px solid var(--student-border);width:36px;height:36px;color:var(--student-heading);background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.student-more-close:hover{background:var(--student-primary-soft);color:var(--student-primary)}.student-more-close svg{width:16px;height:16px}.student-more-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.student-more-item{border:1px solid var(--student-border);min-height:100px;color:var(--student-heading);text-align:center;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:9px;padding:12px 8px;font-size:12px;font-weight:600;text-decoration:none;display:flex}.student-more-item:hover,.student-more-item.active{background:var(--student-primary-soft);color:var(--student-primary);border-color:#bdcaff}.student-more-icon{background:var(--student-primary-soft);width:38px;height:38px;color:var(--student-primary);border-radius:11px;justify-content:center;align-items:center;display:inline-flex}.student-more-icon svg{width:18px;height:18px}.student-mobile-navigation{z-index:1070;min-height:68px;padding:7px 5px max(7px, env(safe-area-inset-bottom));border-top:1px solid var(--student-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 30px #17234914}.student-mobile-navigation-item{color:#8b93a8;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:0;padding:5px 2px;font-size:10px;font-weight:600;text-decoration:none;display:flex}.student-mobile-navigation-item svg{width:19px;height:19px}.student-mobile-navigation-item:hover,.student-mobile-navigation-item.active{color:var(--student-primary)}@media (max-width:575.98px){.student-more-grid{grid-template-columns:repeat(2,1fr)}}
