@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--primary:#7c3aed;--primary-hover:#6d28d9;--bg-color:#fff;--text-dark:#0f172a;--text-muted:#64748b;--border-light:#f1f5f9;--input-bg:#f8fafc}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-dark);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.5}.login-container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.login-wrapper{width:100%;max-width:400px}.brand-header{text-align:center;margin-bottom:2rem}.icon-wrapper{background:#ede9fe;border:1.5px solid #ddd6fe;border-radius:22px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1rem;display:flex}.brand-title{color:#4c1d95;letter-spacing:-1px;font-size:2rem;font-weight:800}.brand-subtitle{color:var(--primary);margin-top:.25rem;font-size:.875rem;font-weight:500}.login-card{border:1px solid var(--border-light);background:#fff;border-radius:24px;padding:2rem}.welcome-title{color:var(--text-dark);margin-bottom:.25rem;font-size:1.375rem;font-weight:800}.welcome-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:.875rem}.error-alert{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.875rem}.input-group{background:var(--input-bg);border:1.5px solid #e2e8f0;border-radius:12px;align-items:center;height:52px;margin-bottom:1rem;padding:0 1rem;transition:all .2s;display:flex}.input-group:focus-within{border-color:var(--primary);background:#f5f3ff}.input-icon{align-items:center;margin-right:.75rem;display:flex}.form-input{color:var(--text-dark);background:0 0;border:none;outline:none;flex:1;height:100%;font-size:.875rem;font-weight:500}.form-input::placeholder{color:#94a3b8}.eye-btn{cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;display:flex}.login-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;width:100%;height:54px;margin-top:1.5rem;font-size:1rem;font-weight:700;transition:background-color .2s;display:flex}.login-btn:hover:not(:disabled){background:var(--primary-hover)}.login-btn:disabled{opacity:.7;cursor:not-allowed}.spin{margin-right:.5rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.footer-note{text-align:center;color:#94a3b8;margin-top:1.5rem;font-size:.75rem}.brand-badge{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:12px;padding:.15rem .5rem;font-size:.75rem;font-weight:700}.notif-btn{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.notif-btn:hover{background:#94a3b81a!important}.notif-badge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:10px;padding:2px 6px;font-size:.65rem;font-weight:700;position:absolute;top:2px;right:2px}.notif-dropdown{border:1px solid var(--border-light);z-index:1000;background:#fff;border-radius:16px;width:320px;animation:.2s ease-out forwards slideDown;position:absolute;top:50px;right:0;overflow:hidden;box-shadow:0 10px 25px #0000001a}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notif-header{border-bottom:1px solid var(--border-light);background:#f8fafc;padding:1rem}.notif-header h4{color:var(--text-dark);margin:0;font-size:1rem}.notif-body{max-height:350px;overflow-y:auto}.notif-empty{text-align:center;color:var(--text-muted);padding:2rem;font-size:.9rem}.notif-item{border-bottom:1px solid var(--border-light);cursor:pointer;gap:1rem;padding:1rem;transition:background .2s;display:flex}.notif-item:hover{background:#f8fafc}.notif-icon-wrap{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.notif-content{flex-direction:column;gap:.25rem;display:flex}.notif-title{color:var(--text-dark);margin:0;font-size:.9rem;line-height:1.3}.notif-time{color:var(--text-muted);font-size:.75rem}.dashboard-container{background-color:#f8fafc;min-height:100vh}.version-note{text-align:center;color:#a78bfa;margin-top:2rem;font-size:.7rem}.navbar{border-bottom:1px solid var(--border-light);background:#fff;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.navbar-brand{align-items:center;gap:.5rem;display:flex}.brand-logo{color:#4c1d95;letter-spacing:-.5px;font-size:1.25rem;font-weight:800}.brand-badge{color:var(--primary);background:#ede9fe;border-radius:9999px;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.logout-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;transition:all .2s;display:flex}.logout-btn:hover{color:var(--text-dark);background:#f1f5f9}.dashboard-content{max-width:1000px;margin:0 auto;padding:2rem}.dashboard-header{border:1px solid var(--border-light);background:#fff;border-radius:20px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:2rem;display:flex}.header-greeting h1{color:var(--text-dark);margin-bottom:.25rem;font-size:1.75rem;font-weight:800}.header-greeting p{color:var(--text-muted)}.header-profile{align-items:center;gap:1rem;display:flex}.profile-avatar{background:#ede9fe;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.profile-info{flex-direction:column;display:flex}.profile-name{color:var(--text-dark);font-weight:700}.profile-nis{color:var(--text-muted);font-size:.875rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.stat-card{border:1px solid var(--border-light);background:#fff;border-radius:16px;align-items:center;gap:1rem;padding:1.5rem;display:flex}.stat-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.bg-purple-light{background:#ede9fe}.bg-blue-light{background:#dbeafe}.bg-green-light{background:#d1fae5}.stat-details{flex-direction:column;display:flex}.stat-value{color:var(--text-dark);font-size:1.25rem;font-weight:700}.stat-label{color:var(--text-muted);font-size:.875rem}.section-header{align-items:center;gap:1rem;margin-top:1rem;margin-bottom:1.5rem;display:flex}.section-header h2{color:var(--text-dark);font-size:1.25rem;font-weight:800}.badge-purple{color:var(--primary);background:#ede9fe;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.attendance-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.attendance-card{border-radius:16px;align-items:center;gap:1rem;padding:1.5rem;display:flex}.bg-hadir{background:#d1fae5}.bg-sakit{background:#fef3c7}.bg-izin{background:#dbeafe}.bg-alpa{background:#fee2e2}.text-hadir{color:#065f46}.text-sakit{color:#92400e}.text-izin{color:#1e40af}.text-alpa{color:#991b1b}.attendance-icon{justify-content:center;align-items:center;display:flex}.attendance-details{flex-direction:column;display:flex}.attendance-val{margin-bottom:.25rem;font-size:1.5rem;font-weight:800;line-height:1}.attendance-label{font-size:.875rem;font-weight:700}.coming-soon-section{text-align:center;color:#94a3b8;background:#fff;border:1px dashed #cbd5e1;border-radius:20px;padding:4rem 2rem}.coming-soon-section h3{color:var(--text-dark);margin-top:1rem;margin-bottom:.5rem}.menu-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2.5rem;display:grid}@media (width>=640px){.menu-grid{grid-template-columns:repeat(4,1fr)}}.menu-card{border:1px solid var(--border-light);cursor:pointer;background:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1.5rem 1rem;transition:all .2s;display:flex;box-shadow:0 2px 4px #00000005}.menu-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000000d}.menu-icon-wrap{border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s;display:flex}.menu-card:hover .menu-icon-wrap{transform:scale(1.1)}.menu-label{color:var(--text-dark);text-align:center;font-size:.95rem;font-weight:700}.menu-purple .menu-icon-wrap{background:#f5f3ff}.menu-purple:hover{border-color:#ddd6fe}.menu-orange .menu-icon-wrap{background:#fff7ed}.menu-orange:hover{border-color:#ffedd5}.menu-pink .menu-icon-wrap{background:#fdf2f8}.menu-pink:hover{border-color:#fbcfe8}.menu-red .menu-icon-wrap{background:#fef2f2}.menu-red:hover{border-color:#fecaca}.page-container{background-color:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.icon-btn{cursor:pointer;color:var(--text-dark);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.page-content{flex:1;width:100%;max-width:800px;margin:0 auto;padding:2rem}.loading-state,.empty-state{text-align:center;color:var(--text-muted);padding:4rem 2rem}.empty-state h3{color:var(--text-dark);margin-top:1rem;margin-bottom:.5rem}.tugas-list{flex-direction:column;gap:1rem;display:flex}.tugas-card{border:1px solid var(--border-light);cursor:pointer;background:#fff;border-radius:16px;padding:1.5rem;transition:all .2s}.tugas-card:hover{border-color:#e2e8f0;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.tugas-completed{opacity:.8;background:#f8fafc}.tugas-locked{opacity:.6}.tugas-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.tugas-badges{flex-wrap:wrap;gap:.5rem;display:flex}.badge-mapel{color:var(--primary);text-transform:uppercase;background:#ede9fe;border-radius:9999px;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.badge-jenis{color:#dc2626;text-transform:uppercase;background:#fee2e2;border:1px solid #fecaca;border-radius:9999px;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.status-badge{border-radius:9999px;align-items:center;gap:.25rem;padding:.25rem .6rem;font-size:.75rem;font-weight:700;display:flex}.status-graded{color:#059669;background:#d1fae5}.status-submitted{color:#2563eb;background:#dbeafe}.status-working{color:#db2777;background:#fce7f3}.status-locked{color:#d97706;background:#fef3c7}.tugas-title{color:var(--text-dark);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.tugas-desc{color:var(--text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1.25rem;font-size:.875rem;display:-webkit-box;overflow:hidden}.tugas-footer{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.tugas-guru{color:var(--text-muted);font-size:.875rem;font-weight:500}.tugas-time{flex-direction:column;align-items:flex-end;gap:.25rem;display:flex}.time-item{align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;display:flex}.time-start{color:var(--primary)}.time-warning{color:#d97706}.time-danger{color:#dc2626}.detail-content{flex-direction:column;gap:1.5rem;padding-bottom:4rem;display:flex}.detail-card{border:1px solid var(--border-light);background:#fff;border-radius:16px;padding:1.5rem}.detail-title{color:var(--primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.detail-meta{color:var(--text-muted);align-items:center;gap:1rem;margin-bottom:1.25rem;font-size:.875rem;display:flex}.meta-item{align-items:center;gap:.25rem;display:flex}.detail-desc-box{background:var(--input-bg);color:var(--text-dark);border-radius:12px;margin-bottom:1.25rem;padding:1rem;font-size:.95rem;line-height:1.6}.attachment-btn{color:var(--text-dark);background:#ede9fe;border-radius:12px;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:1rem;text-decoration:none;transition:background .2s;display:flex}.attachment-btn:hover{background:#ddd6fe}.attachment-info{flex-direction:column;display:flex}.attachment-info strong{color:var(--primary);font-size:.875rem}.attachment-info span{color:var(--text-muted);font-size:.75rem}.detail-times{flex-direction:column;gap:.5rem;display:flex}.time-badge{align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.text-primary{color:var(--primary)}.text-warning{color:#d97706}.text-danger{color:#dc2626}.submit-card h2{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.submit-status{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.submit-time{color:var(--text-muted);font-size:.875rem}.upload-area{cursor:pointer;text-align:center;background:#f5f3ff;border:2px dashed #ddd6fe;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;margin-bottom:1rem;padding:2rem;transition:border .2s;display:flex}.upload-area:hover{border-color:var(--primary)}.upload-area span{color:var(--primary);margin-top:.5rem;font-size:.875rem;font-weight:500}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:700;transition:opacity .2s;display:flex}.btn-primary:hover{opacity:.9}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{color:var(--text-dark);border:1px solid var(--border-light);cursor:pointer;background:0 0;border-radius:8px;padding:.75rem 1.5rem;font-weight:700}.btn-disabled{color:#64748b;cursor:not-allowed;background:#cbd5e1}.full-width{width:100%}.exam-result{text-align:center;background:var(--input-bg);border:1px solid var(--border-light);border-radius:12px;padding:2rem}.exam-score{color:var(--primary);margin-top:.5rem;font-size:4rem;font-weight:800;line-height:1}.chat-section{margin-top:1rem}.chat-section h2{margin-bottom:1rem;font-size:1.125rem;font-weight:700}.chat-list{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.chat-bubble{border-radius:16px;max-width:80%;padding:.75rem 1rem;font-size:.875rem}.chat-me{background:#f5f3ff;border:1px solid #ddd6fe;border-bottom-right-radius:4px;align-self:flex-end}.chat-other{border:1px solid var(--border-light);background:#fff;border-bottom-left-radius:4px;align-self:flex-start}.chat-sender{margin-bottom:.25rem;font-size:.75rem;font-weight:700}.chat-me .chat-sender{color:var(--primary)}.chat-other .chat-sender{color:var(--text-muted)}.chat-msg{color:var(--text-dark);line-height:1.5}.chat-time{color:#94a3b8;text-align:right;margin-top:.5rem;font-size:.65rem}.chat-input-area{align-items:center;gap:.5rem;display:flex}.btn-send{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:22px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.btn-send:disabled{opacity:.5}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:400px;padding:2rem}.token-input{text-align:center;letter-spacing:.5rem;border:2px solid var(--border-light);text-transform:uppercase;border-radius:12px;outline:none;width:100%;margin:1.5rem 0;padding:1rem;font-size:2rem;font-weight:800}.token-input:focus{border-color:var(--primary)}.modal-actions{gap:1rem;display:flex}.modal-actions button{flex:1}.cbt-container{background:var(--bg-color);-webkit-user-select:none;user-select:none;flex-direction:column;height:100vh;display:flex}.cbt-status-bar{color:#fff;background:#0f172a;justify-content:space-between;align-items:center;padding:.25rem 1rem;font-size:.7rem;display:flex}.cbt-status-right{align-items:center;gap:.25rem;display:flex}.cbt-header{border-bottom:1px solid var(--border-light);background:#fff;justify-content:space-between;align-items:center;padding:1rem;display:flex}.cbt-header-title h2{white-space:nowrap;text-overflow:ellipsis;max-width:300px;font-size:1rem;font-weight:700;overflow:hidden}.cbt-grid-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;margin-top:.25rem;font-size:.75rem;display:flex}.cbt-timer{color:#dc2626;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:800;display:flex}.cbt-progress-wrap{background:var(--border-light);width:100%;height:4px}.cbt-progress-bar{background:var(--primary);height:100%;transition:width .3s}.cbt-main{flex:1;justify-content:center;padding:2rem 1rem;display:flex;overflow-y:auto}.cbt-soal-wrapper{width:100%;max-width:800px}.cbt-soal-number{color:var(--primary);margin-bottom:1.5rem;font-size:1.25rem}.exam-img-wrapper{background:#f1f5f9;border-radius:8px;justify-content:center;margin-bottom:1rem;padding:.5rem;display:flex}.exam-img{object-fit:contain;max-width:100%;max-height:300px}.cbt-question-text{color:var(--text-dark);margin-bottom:2rem;font-size:1rem;line-height:1.6}.cbt-options{flex-direction:column;gap:1rem;display:flex}.cbt-option-item{border:1px solid var(--border-light);cursor:pointer;border-radius:12px;align-items:center;padding:1rem;transition:all .2s;display:flex}.cbt-option-item:hover{background:#f8fafc;border-color:#cbd5e1}.cbt-option-item.selected{border-color:var(--primary);background:#f5f3ff}.cbt-option-letter{border:1px solid var(--border-light);background:#fff;border-radius:16px;justify-content:center;align-items:center;width:32px;height:32px;margin-right:1rem;font-weight:700;display:flex}.cbt-option-item.selected .cbt-option-letter{background:var(--primary);color:#fff;border-color:var(--primary)}.cbt-option-text{flex:1;font-size:.95rem}.cbt-footer{border-top:1px solid var(--border-light);background:#fff;justify-content:space-between;padding:1rem;display:flex}.cbt-nav-btn{cursor:pointer;color:var(--text-dark);background:0 0;border:none;border-radius:8px;align-items:center;gap:.25rem;padding:.5rem 1rem;font-weight:600;display:flex}.cbt-nav-btn:disabled{opacity:.3;cursor:not-allowed}.cbt-nav-btn:hover:not(:disabled){background:var(--input-bg)}.btn-submit-exam{background:var(--primary)!important;color:#fff!important}.cbt-nav-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cbt-nav-modal{background:#fff;border-radius:16px;width:90%;max-width:400px;max-height:80vh;padding:1.5rem;overflow-y:auto}.cbt-nav-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.cbt-nav-grid{grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:.5rem;display:grid}.cbt-nav-item{aspect-ratio:1;border:1px solid var(--border-light);cursor:pointer;background:#fff;border-radius:8px;font-weight:700}.cbt-nav-item.answered{color:#fff;background:#10b981;border-color:#10b981}.cbt-nav-item.active{border:2px solid var(--primary);color:var(--primary)}.cbt-nav-item.active.answered{border-color:#065f46}.cbt-submit-overlay{color:#fff;z-index:2000;background:#000c;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.spinner{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:50px;height:50px;margin-bottom:1rem;animation:1s linear infinite spin}.exam-loading{height:100vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.exam-locked-screen{color:#fff;background:#dc2626;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:2rem;display:flex}
