.lms-page{color:#1c2b3a;background-color:#f4f7fc;min-height:100vh;padding:40px 20px;font-family:Inter,system-ui,-apple-system,sans-serif}.lms-container{max-width:900px;margin:0 auto}.lms-loading,.lms-error{text-align:center;color:#64748b;padding:80px 20px}.lms-spinner{border:4px solid #e2e8f0;border-top-color:#f05a28;border-radius:50%;width:40px;height:40px;margin:0 auto 20px;animation:1s linear infinite lms-spin}@keyframes lms-spin{to{transform:rotate(360deg)}}.lms-header-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:24px;padding:30px;box-shadow:0 4px 6px -1px #0000000d}.lms-header-top{gap:20px;margin-bottom:30px;display:flex}.lms-course-icon{background:#fff5f2;border:1px solid #ffe4db;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.lms-title{color:#1c2b3a;margin-bottom:4px;font-size:24px;font-weight:900;line-height:1.2}.lms-subtitle{color:#64748b;margin-bottom:12px;font-size:14px}.lms-badges{flex-wrap:wrap;gap:8px;display:flex}.lms-badge{color:#475569;text-transform:uppercase;letter-spacing:.5px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:99px;padding:4px 10px;font-size:11px;font-weight:700}.lms-stats-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:30px;display:grid}.lms-stat-box{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.lms-stat-num{color:#1c2b3a;margin-bottom:6px;font-size:24px;font-weight:900;line-height:1;display:block}.lms-stat-label{color:#64748b;font-size:12px;font-weight:600}.lms-progress-section{margin-bottom:30px}.lms-progress-track{background:#e2e8f0;border-radius:99px;width:100%;height:8px;overflow:hidden}.lms-progress-fill{background:#3b82f6;border-radius:99px;height:100%;transition:width .5s}.lms-header-actions{gap:12px;display:flex}.lms-btn-primary{color:#fff;cursor:pointer;background:#1c2b3a;border:none;border-radius:8px;justify-content:center;align-items:center;padding:12px 20px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.lms-btn-primary:hover{background:#0f172a}.lms-btn-outline{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;padding:12px 20px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.lms-btn-outline:hover{color:#1c2b3a;background:#f8fafc;border-color:#94a3b8}.lms-btn-outline.dark{color:#fff;background:#1c2b3a;border-color:#1c2b3a}.lms-btn-outline.dark:hover{background:#334155;border-color:#334155}.lms-btn-outline.sm{padding:8px 16px;font-size:12px}.lms-tabs{gap:8px;margin-bottom:24px;padding-bottom:4px;display:flex;overflow-x:auto}.lms-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;padding:10px 20px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.lms-tab:hover{color:#1c2b3a;background:#f8fafc}.lms-tab.active{color:#fff;background:#1c2b3a;border-color:#1c2b3a}.lms-modules-list{flex-direction:column;gap:12px;display:flex}.lms-module-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:all .3s;overflow:hidden}.lms-module-card:hover:not(.locked){border-color:#cbd5e1;box-shadow:0 4px 12px -2px #0000000d}.lms-module-card.expanded{border-color:#3b82f6;box-shadow:0 4px 12px -2px #3b82f626}.lms-module-header{cursor:pointer;align-items:center;padding:20px;display:flex}.lms-module-status-icon{flex-shrink:0;margin-right:16px}.lms-module-info{flex-grow:1}.lms-module-status-text{text-align:right;flex-shrink:0;margin-left:16px;font-size:13px}.lms-module-card.locked{opacity:.8;cursor:not-allowed;background:#f8fafc}.lms-module-card.locked .lms-module-header{cursor:not-allowed}.lms-module-content{border-top:1px solid #f1f5f9;margin-top:4px;padding:20px 20px 24px 56px}.lms-section-title{color:#64748b;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:11px;font-weight:800}.lms-table-container{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.lms-table{border-collapse:collapse;text-align:left;width:100%;font-size:13px}.lms-table th{color:#475569;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 16px;font-weight:700}.lms-table td{color:#475569;border-bottom:1px solid #e2e8f0;padding:12px 16px}.lms-table tr:last-child td{border-bottom:none}.lms-trigger-pill{color:#c2410c;background:#ffedd5;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:600}.lms-mock-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;padding:16px;display:flex}.lms-mock-card.locked{opacity:.6}.lms-mock-icon{color:#65a30d;background:#ecfccb;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin-right:16px;display:flex}.lms-mock-icon.blue{color:#2563eb;background:#eff6ff}.lms-mock-card.locked .lms-mock-icon{color:#64748b;background:#f1f5f9}.lms-mock-info{flex-grow:1}.lms-test-overlay{z-index:1000;background:#0f172ae6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.lms-test-container{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:800px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.lms-test-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:24px;display:flex}.lms-test-close{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:14px;font-weight:700}.lms-test-close:hover{color:#1c2b3a}.lms-test-body{flex-grow:1;padding:30px;overflow-y:auto}.lms-question-list{flex-direction:column;gap:30px;display:flex}.lms-question-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px}.lms-question-card.wrong-card{background:#fff5f5;border-color:#fecaca}.lms-options-grid{flex-direction:column;gap:12px;display:flex}.lms-option-btn{cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;padding:16px;transition:all .2s;display:flex}.lms-option-btn:hover:not(:disabled){background:#eff6ff;border-color:#3b82f6}.lms-option-btn.selected{background:#eff6ff;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.lms-option-btn.correct{background:#ecfdf5;border-color:#10b981;box-shadow:0 0 0 1px #10b981}.lms-option-btn.wrong{background:#fef2f2;border-color:#ef4444}.lms-opt-label{color:#64748b;background:#f1f5f9;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-right:16px;font-size:12px;font-weight:800;display:flex}.lms-option-btn.selected .lms-opt-label{color:#fff;background:#3b82f6}.lms-opt-text{color:#334155;font-size:14px;font-weight:500}.lms-test-footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:24px}.lms-test-score{text-align:center;border-radius:12px;margin-bottom:30px;padding:20px}.lms-test-score.pass{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.lms-test-score.fail{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.lms-explanation{color:#475569;background:#f1f5f9;border-radius:8px;margin-top:20px;padding:16px;font-size:13px}@media (max-width:768px){.lms-page{padding:16px 12px!important}.lms-header-card{padding:16px!important}.lms-title{font-size:20px!important}.lms-stat-box{padding:12px!important}.lms-stat-num{font-size:20px!important}.lms-header-top{text-align:center;flex-direction:column;align-items:center;gap:16px;margin-bottom:20px}.lms-stats-grid{grid-template-columns:1fr 1fr;gap:10px}.lms-header-actions{flex-direction:column}.lms-module-header{padding:16px}.lms-module-content{padding:20px 16px}.lms-table-container{overflow-x:auto}.lms-test-container{border-radius:0;max-height:100vh}.lms-test-body,.lms-question-card{padding:16px}.lms-option-btn{padding:12px}.lms-mock-card{flex-direction:column;align-items:stretch;gap:12px}.lms-mock-icon{align-self:flex-start;margin-right:0}.lms-mock-action{width:100%}.lms-mock-action div{align-items:flex-start!important}.lms-mock-action button{text-align:center;width:100%}}
.exam-layout-fixed{z-index:9999;background-color:#f8fafc;flex-direction:column;width:100vw;height:100vh;font-family:Inter,sans-serif;display:flex;position:fixed;top:0;left:0}.exam-header{color:#fff;background-color:#0f1b2d;justify-content:space-between;align-items:center;height:60px;padding:10px 20px;display:flex}.exam-header-left p{margin:0;font-size:14px;font-weight:700}.exam-header-center{justify-content:center;align-items:center;display:flex}.exam-timer-box{align-items:center;gap:10px;display:flex}.timer-icon{font-size:24px}.timer-label{color:#94a3b8;margin:0;font-size:12px}.timer-value{margin:0;font-size:16px;font-weight:700}.exam-header-right{align-items:center;gap:20px;display:flex}.exam-stats{text-align:center}.exam-stats p{margin:0;font-size:12px}.exam-finish-btn{color:#fff;cursor:pointer;background-color:#d9491c;border:none;border-radius:4px;padding:8px 16px;font-weight:700;transition:background-color .2s}.exam-finish-btn:hover{background-color:#b93d17}.exam-sub-header{color:#fff;background-color:#d9491c;justify-content:space-between;padding:5px 20px;font-size:14px;font-weight:700;display:flex}.exam-main{background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;flex:1;margin:10px;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.exam-sidebar{background-color:#f8fafc;border-right:1px solid #e2e8f0;flex-direction:column;gap:6px;width:65px;padding:10px;display:flex;overflow-y:auto}.sidebar-q-btn{color:#475569;cursor:pointer;background-color:#fff;border:1px solid #cbd5e1;border-radius:4px;justify-content:center;align-items:center;width:45px;height:30px;font-size:13px;font-weight:700;transition:all .2s;display:flex;position:relative}.sidebar-q-btn.attempted{color:#fff;background-color:#0f1b2d;border-color:#0f1b2d}.sidebar-q-btn.current{color:#fff;background-color:#d9491c;border-color:#d9491c}.flag-icon-small{color:#eab308;fill:#eab308;width:14px;height:14px;position:absolute;top:-6px;right:-8px}.exam-content-area{flex-direction:column;flex:1;padding:24px;display:flex;overflow-y:auto}.exam-tools-bar{gap:15px;margin-bottom:24px;display:flex}.tool-btn{color:#0f1b2d;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:6px;padding:6px 12px;font-size:14px;font-weight:600;transition:background-color .2s;display:flex}.tool-btn:hover{background-color:#f1f5f9}.exam-question-box{max-width:800px}.exam-q-text{color:#1e293b;margin-bottom:30px;font-size:1.1rem;font-weight:600;line-height:1.6}.exam-options-list{flex-direction:column;gap:12px;display:flex}.exam-option-row{align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.exam-option-label{color:#334155;text-align:right;width:24px;padding-top:14px;font-size:18px;font-weight:700}.exam-option-content{text-align:left;color:#1e293b;cursor:pointer;background-color:#fff;border:2px solid #64748b;border-radius:2px;flex:1;min-height:54px;padding:14px 18px;font-size:16px;transition:all .2s}.exam-option-content:hover{background-color:#f8fafc;border-color:#475569}.exam-option-row.selected .exam-option-content{color:#1e293b;outline-offset:-1px;background-color:#fff;border-color:#d9491c;outline:2px solid #d9491c;font-weight:600}.exam-option-row.struck .exam-option-content{opacity:.5;background-color:#f8fafc;border-color:#cbd5e1;text-decoration:line-through}.exam-fill-blank-input{color:#1e293b;background-color:#fff;border:2px solid #64748b;border-radius:2px;width:100%;max-width:420px;padding:14px 18px;font-size:16px}.exam-fill-blank-input:focus{outline-offset:-1px;border-color:#d9491c;outline:2px solid #d9491c}.exam-footer{background-color:#0f1b2d;justify-content:space-between;align-items:center;height:60px;padding:10px 20px;display:flex}.footer-left,.footer-right{gap:12px;display:flex}.footer-icon-btn{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex}.footer-icon-btn:hover{background-color:#16283f}.flag-btn{color:#cbd5e1}.flag-btn.active{color:#eab308;fill:#eab308}.footer-nav-btn{color:#fff;cursor:pointer;background-color:#d9491c;border:none;border-radius:4px;align-items:center;padding:8px 20px;font-weight:700;transition:background-color .2s;display:flex}.footer-nav-btn:hover:not(:disabled){background-color:#b93d17}.footer-nav-btn:disabled{cursor:not-allowed;opacity:.8;background-color:#475569}.exam-modal-overlay{z-index:10000;background-color:#0f1d2ab3;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.review-modal{background-color:#f8fafc;border-radius:8px;width:650px;max-width:90vw;overflow:hidden;box-shadow:0 10px 25px #0003}.modal-header{color:#fff;background-color:#0f1b2d;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.modal-header h2{margin:0;font-size:18px;font-weight:700}.modal-body{background-color:#fff;max-height:60vh;padding:24px;overflow-y:auto}.review-grid{flex-wrap:wrap;gap:12px;display:flex}.review-grid-btn{color:#475569;cursor:pointer;background-color:#fff;border:1px solid #cbd5e1;border-radius:4px;width:45px;height:35px;font-weight:700;transition:all .2s;position:relative}.review-grid-btn.attempted{color:#fff;background-color:#0f1b2d;border-color:#0f1b2d}.modal-footer{background-color:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.finish-final-btn{color:#fff;cursor:pointer;background-color:#d9491c;border:none;border-radius:4px;padding:10px 24px;font-weight:700;transition:background-color .2s}.finish-final-btn:hover{background-color:#b93d17}.calc-modal{z-index:10001;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:260px;position:fixed;bottom:76px;right:20px;overflow:hidden;box-shadow:0 10px 25px #00000026}.calc-header{color:#fff;background:#0f1b2d;justify-content:space-between;padding:10px 14px;font-size:14px;font-weight:700;display:flex}.calc-body{padding:12px}.calc-display{text-align:right;color:#1e293b;background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:4px;width:100%;height:45px;margin-bottom:12px;padding:8px;font-size:22px;font-weight:600}.calc-keys{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.calc-keys button{cursor:pointer;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:12px 0;font-size:16px;font-weight:600;transition:background-color .2s}.calc-keys button:hover{background:#f1f5f9}.calc-keys button.op{color:#fff;background:#0f1b2d;border-color:#0f1b2d}.calc-keys button.op:hover{background:#16283f}@media (max-width:768px){.exam-header{flex-wrap:wrap;gap:8px;height:auto;padding:8px 12px}.exam-header-left{justify-content:space-between;width:100%;margin-bottom:4px;display:flex}.exam-header-left p{font-size:12px}.exam-header-center{flex:1;justify-content:flex-start;min-width:120px}.timer-icon{font-size:18px}.timer-label{display:none}.timer-value{font-size:14px}.exam-header-right{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.exam-stats{display:none}.exam-finish-btn{white-space:nowrap;flex-shrink:0;padding:6px 12px;font-size:12px}.exam-sub-header{padding:6px 12px;font-size:11px}.exam-main{flex-direction:column;margin:5px}.exam-sidebar{border-bottom:1px solid #e2e8f0;border-right:none;flex-direction:row;width:100%;height:55px;padding:8px;overflow:auto hidden}.sidebar-q-btn{min-width:40px;height:35px}.exam-content-area{padding:12px}.exam-q-text{margin-bottom:20px;font-size:1rem}.exam-option-row{gap:8px}.exam-option-label{width:15px;padding-top:10px;font-size:14px}.exam-option-content{padding:10px 14px;font-size:14px}.exam-footer{flex-wrap:wrap;justify-content:space-between;gap:8px;height:auto;padding:8px 10px;display:flex}.footer-left{align-items:center;gap:6px;display:flex}.footer-right{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.footer-icon-btn{padding:6px}.footer-icon-btn svg{width:20px;height:20px}.footer-nav-btn{white-space:nowrap;flex-shrink:0;padding:6px 12px;font-size:13px}.footer-nav-btn svg{width:16px;height:16px}.calc-modal{bottom:96px;right:12px}.review-modal{width:95vw}}.exam-exit-btn{color:#fff;cursor:pointer;white-space:nowrap;background-color:#0000;border:1px solid #ffffff4d;border-radius:4px;flex-shrink:0;align-items:center;padding:6px 12px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.exam-exit-btn:hover{background-color:#ffffff26;border-color:#fff9}.footer-nav-btn.finish{background-color:#16a34a;align-items:center;gap:4px;display:flex}.footer-nav-btn.finish:hover:not(:disabled){background-color:#15803d}.modal-back-btn{color:#475569;cursor:pointer;background-color:#0000;border:1px solid #cbd5e1;border-radius:4px;padding:10px 20px;font-size:14px;font-weight:700;transition:all .2s}.modal-back-btn:hover{background-color:#f1f5f9;border-color:#94a3b8}.exit-modal{background-color:#f8fafc;border-radius:8px;width:480px;max-width:90vw;overflow:hidden;box-shadow:0 10px 25px #0000004d}.exit-warning{color:#92400e;background-color:#fef3c7;border:1px solid #fde68a;border-radius:6px;margin-bottom:12px;padding:12px 16px;font-size:15px;font-weight:600}.exit-sub{color:#475569;margin:0;font-size:14px}.exit-confirm-btn{color:#fff;cursor:pointer;background-color:#dc2626;border:none;border-radius:4px;padding:10px 24px;font-size:14px;font-weight:700;transition:background-color .2s}.exit-confirm-btn:hover{background-color:#b91c1c}.review-summary{color:#475569;margin-bottom:12px;font-size:14px;font-weight:600}.review-legend{border-bottom:1px solid #e2e8f0;gap:16px;margin-bottom:16px;padding-bottom:12px;display:flex}.legend-item{color:#475569;align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.legend-item:before{content:"";border-radius:3px;width:16px;height:16px;display:inline-block}.legend-item.attempted:before{background-color:#0f1b2d}.legend-item.unattempted:before{background-color:#fff;border:1px solid #cbd5e1}.legend-item.flagged-legend:before{background-color:#eab308}