:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;width:100%}#root{width:100%;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100vw;background:#000;position:fixed;top:0;left:0;margin:0;padding:0}.login-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.login-card h1{margin:0 0 .5rem;color:#333;font-size:1.5rem}.login-card h2{margin:0 0 1.5rem;color:#666;font-size:1.2rem;font-weight:400}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;box-sizing:border-box}.error{color:#e53e3e;margin-bottom:1rem;padding:.75rem;background:#fff5f5;border-radius:4px;border:1px solid #fc8181}button[type=submit]{width:100%;padding:.75rem;background:#667eea;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}button[type=submit]:hover{background:#5568d3}.dashboard-container{min-height:100vh;width:100%;background:#f7fafc}.dashboard-header{background:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center}.dashboard-header h1{margin:0;color:#667eea;font-size:1.5rem}.user-info{display:flex;align-items:center;gap:1rem}.user-info span{color:#333}.logout-btn{padding:.5rem 1rem;background:#e53e3e;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s}.logout-btn:hover{background:#c53030}.dashboard-content{padding:2rem;width:100%;box-sizing:border-box}.dashboard-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-title h2{color:#333;margin:0}.create-btn{padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:500;transition:background .2s}.create-btn:hover{background:#5568d3}.empty-state{text-align:center;padding:3rem;color:#666}.epoa-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.epoa-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;transition:transform .2s,box-shadow .2s;cursor:pointer;overflow:hidden}.epoa-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.epoa-card-header{background:#f5f5f5;padding:1.25rem;border-bottom:2px solid #e0e0e0;min-height:100px;display:flex;align-items:center}.epoa-card-header h3{margin:0;color:#2c3e50;font-size:1.1rem;line-height:1.4}.delete-icon-btn{background:transparent;border:none;font-size:1.2rem;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center}.delete-icon-btn:hover{background:#e74c3c1a;transform:scale(1.1)}.delete-icon-btn:active{transform:scale(.95)}.epoa-card-body{padding:1.25rem}.cycle-badge{display:inline-block;background:#3498db;color:#fff;padding:4px 10px;border-radius:16px;font-size:.8rem;font-weight:600;margin-bottom:.75rem}.approvers-info{margin-bottom:1rem}.approver-item{display:flex;gap:6px;margin-bottom:4px;font-size:.75rem;color:#666}.approver-label{font-weight:600;color:#7f8c8d}.approver-email{color:#555;word-break:break-all}.epoa-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e2e8f0;margin-top:.5rem}.epoa-id{color:#666;font-size:.85rem}.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;box-sizing:border-box}.form-group select:focus{outline:none;border-color:#667eea}.checkbox-group{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;border:1px solid #ddd;border-radius:4px;background:#f9fafb;max-height:200px;overflow-y:auto}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:4px;transition:background .2s}.checkbox-label:hover{background:#e5e7eb}.checkbox-label input[type=checkbox]{cursor:pointer;width:18px;height:18px}.checkbox-label span{font-size:.95rem;color:#333}.modal-actions{display:flex;gap:1rem;margin-top:1.5rem}.epoa-detail-container{min-height:100vh;width:100%;background:#f7fafc}.epoa-detail-header{background:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;gap:2rem}.back-btn{padding:.5rem 1rem;background:#e2e8f0;color:#333;border:none;border-radius:4px;cursor:pointer;transition:background .2s}.back-btn:hover{background:#cbd5e0}.epoa-meta{flex:1}.epoa-detail-header h1{margin:0 0 .5rem;color:#000;font-size:1.5rem}.epoa-meta-details{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.meta-item{color:#666;font-size:.9rem;padding-right:1.5rem;border-right:2px solid #e2e8f0}.meta-item:last-of-type{border-right:none;padding-right:0}.read-only-badge{background:#fef5e7;color:#d68910;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;text-transform:uppercase}.programmes-list{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.programmes-label{font-size:.9rem;color:#555;font-weight:600;margin-right:.25rem}.programme-badge{background:#e3f2fd;color:#1976d2;padding:.35rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.epoa-detail-content{padding:2rem;width:100%;box-sizing:border-box}.documents-section{margin-bottom:3rem}.documents-section h2{color:#333;margin-bottom:1.5rem}.documents-list{display:flex;flex-direction:column;gap:1rem}.document-item{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.document-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.document-name-row{display:flex;align-items:center;gap:.75rem}.document-info h3{margin:0;color:#333;font-size:1.1rem}.document-links{display:flex;gap:.5rem;align-items:center}.doc-link-icon{font-size:1.25rem;text-decoration:none;cursor:pointer;transition:transform .2s,opacity .2s;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:4px;background:#f7fafc;border:1px solid #e2e8f0}.doc-link-icon:hover{transform:scale(1.15);background:#e2e8f0;opacity:.8}.qms-link{border-color:#3b82f6;background:#eff6ff}.qms-link:hover{background:#dbeafe}.example-link{border-color:#10b981;background:#f0fdf4}.example-link:hover{background:#dcfce7}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.status-outstanding{background:#fef5e7;color:#d68910}.status-uploaded{background:#e8f4fd;color:#1e88e5}.status-first-approval{background:#e3f2fd;color:#1976d2}.status-approved{background:#e8f5e9;color:#388e3c}.status-rejected{background:#ffebee;color:#d32f2f}.document-actions{display:flex;gap:.5rem}.upload-btn,.download-btn{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s}.upload-btn{background:#667eea;color:#fff}.download-btn{background:#e2e8f0;color:#333}.download-btn:hover{background:#cbd5e0}.approver-info{margin-top:1rem;padding:1rem;background:#f0f9ff;border-left:4px solid #3b82f6;border-radius:4px;display:flex;flex-direction:column;gap:.5rem}.approver-row{display:flex;align-items:center;font-size:.9rem}.approver-label{font-weight:600;color:#1e40af;min-width:90px}.approver-value{color:#1e293b}.approval-date{color:#059669;font-weight:500;font-style:italic}.rejection-reason{margin-top:1rem;padding:1rem;background:#fff5f5;border-left:4px solid #fc8181;border-radius:4px;color:#c53030;font-size:.9rem}.approvals-container{padding:30px;width:100%;box-sizing:border-box}.approvals-header{margin-bottom:30px}.approvals-header h1{margin:0 0 10px;color:#2c3e50}.approvals-header p{margin:0;color:#7f8c8d}.approvals-content{background:#fff;border-radius:8px;padding:40px;box-shadow:0 2px 4px #0000001a}.approvals-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr));gap:20px}.approval-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s ease,transform .3s ease}.approval-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.approval-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #ecf0f1}.approval-card-header h3{margin:0;color:#2c3e50;font-size:1.2rem;flex:1;padding-right:15px}.approval-badge{padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;white-space:nowrap}.approval-badge.first{background-color:#3498db;color:#fff}.approval-badge.second{background-color:#9b59b6;color:#fff}.approval-card-info{margin-bottom:20px}.info-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #ecf0f1}.info-row:last-child{border-bottom:none}.approval-card-actions{display:flex;gap:10px;flex-wrap:wrap}.btn-download,.btn-approve,.btn-reject{flex:1;min-width:120px;padding:10px 16px;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-download{background-color:#3498db;color:#fff}.btn-download:hover:not(:disabled){background-color:#2980b9;transform:translateY(-2px);box-shadow:0 4px 8px #3498db4d}.btn-approve{background-color:#27ae60;color:#fff}.btn-approve:hover:not(:disabled){background-color:#229954;transform:translateY(-2px);box-shadow:0 4px 8px #27ae604d}.btn-reject{background-color:#e74c3c;color:#fff}.btn-reject:hover:not(:disabled){background-color:#c0392b;transform:translateY(-2px);box-shadow:0 4px 8px #e74c3c4d}.btn-download:disabled,.btn-approve:disabled,.btn-reject:disabled{opacity:.6;cursor:not-allowed}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;padding:30px;max-width:500px;width:100%;box-shadow:0 10px 40px #0000004d}.modal-content h2{margin:0 0 20px;color:#2c3e50;font-size:1.5rem}.modal-content p{margin:10px 0;color:#555}.modal-content strong{color:#2c3e50}.modal-content label{display:block;margin:20px 0 8px;font-weight:600;color:#2c3e50}.modal-content textarea{width:100%;padding:12px;border:2px solid #ddd;border-radius:6px;font-family:inherit;font-size:.95rem;resize:vertical;min-height:100px;transition:border-color .3s ease}.modal-content textarea:focus{outline:none;border-color:#3498db}.modal-content textarea:disabled{background-color:#f5f5f5;cursor:not-allowed}.modal-actions{display:flex;gap:10px;margin-top:20px}.btn-cancel,.btn-reject-confirm{flex:1;padding:12px 20px;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-cancel{background-color:#95a5a6;color:#fff}.btn-cancel:hover:not(:disabled){background-color:#7f8c8d}.btn-reject-confirm{background-color:#e74c3c;color:#fff}.btn-reject-confirm:hover:not(:disabled){background-color:#c0392b}.btn-cancel:disabled,.btn-reject-confirm:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.approvals-list{grid-template-columns:1fr}.approval-card-header{flex-direction:column;align-items:flex-start}.approval-badge{margin-top:10px}.approval-card-actions{flex-direction:column}.btn-download,.btn-approve,.btn-reject{min-width:100%}}.hod-container{padding:30px;width:100%;box-sizing:border-box}.hod-header{margin-bottom:30px}.hod-header h1{margin:0 0 10px;color:#2c3e50}.hod-header p{margin:0;color:#7f8c8d}.hod-filters{background:#fff;padding:25px;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:30px;display:flex;gap:20px;align-items:flex-end;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:8px;flex:1;min-width:200px}.filter-group label{font-weight:600;color:#2c3e50;font-size:.9rem}.filter-group select{padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:1rem;color:#2c3e50;background-color:#fff;cursor:pointer;transition:border-color .2s}.filter-group select:hover{border-color:#3498db}.filter-group select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.filter-group select:disabled{background-color:#f5f5f5;color:#95a5a6;cursor:not-allowed;opacity:.6}.checkbox-container{display:flex;align-items:center;gap:8px;margin-top:8px;cursor:pointer;font-weight:500;color:#2c3e50}.checkbox-container input[type=checkbox]{width:18px;height:18px;cursor:pointer}.checkbox-container span{font-size:.9rem}.filter-apply-btn{padding:10px 24px;background:#3498db;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;height:fit-content}.filter-apply-btn:hover:not(:disabled){background:#2980b9;transform:translateY(-2px);box-shadow:0 4px 8px #3498db4d}.filter-apply-btn:disabled{background:#95a5a6;cursor:not-allowed;opacity:.6}.loading{text-align:center;padding:40px;color:#7f8c8d;font-size:1.1rem}.hod-content{background:#fff;border-radius:8px;padding:40px;box-shadow:0 2px 4px #0000001a}.placeholder-text{text-align:center;color:#95a5a6;font-size:1.1rem;line-height:1.8}.access-denied{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:40px;text-align:center}.access-denied h1{color:#e74c3c;font-size:2.5rem;margin-bottom:20px}.access-denied p{color:#666;font-size:1.1rem;margin:10px 0;max-width:500px}.access-denied strong{color:#2c3e50}.epoas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:25px}.epoa-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;cursor:pointer}.epoa-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #00000026}.epoa-card-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#f5f5f5;border-bottom:2px solid #e0e0e0}.epoa-card-header h3{margin:0;font-size:1.2rem;flex:1;padding-right:15px;color:#2c3e50}.cycle-badge{background:#3498db;color:#fff;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600;white-space:nowrap}.epoa-card-body{padding:20px}.info-section{margin-bottom:20px;padding-bottom:20px;border-bottom:2px solid #ecf0f1}.info-item{display:flex;justify-content:space-between;padding:8px 0;font-size:.9rem}.info-label{font-weight:600;color:#7f8c8d;min-width:100px}.info-value{color:#2c3e50;text-align:right;flex:1}.status-section{margin-top:15px}.status-section h4{margin:0 0 15px;color:#2c3e50;font-size:1rem}.status-bars{display:flex;flex-direction:column;gap:10px}.status-bar{display:flex;align-items:center;gap:10px}.status-label{font-weight:600;color:#7f8c8d;min-width:80px;font-size:.9rem}.status-value{font-weight:600;color:#2c3e50;min-width:30px;text-align:center}.status-bar-fill{flex:1;height:24px;background:#ecf0f1;border-radius:12px;overflow:hidden;position:relative;display:flex;align-items:center;padding:0 8px}.status-bar-progress{position:absolute;left:0;top:0;height:100%;transition:width .3s ease;border-radius:12px}.status-bar-fill .status-value{position:relative;z-index:1;color:#2c3e50;font-size:.85rem;margin-left:auto}.epoa-card-footer{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;color:#fff;font-size:.9rem;font-weight:600}.epoa-id{font-size:.85rem}.view-details{font-size:.85rem;opacity:.9}@media(max-width:768px){.hod-filters{flex-direction:column;align-items:stretch}.filter-group{min-width:100%}.filter-apply-btn{width:100%}.epoas-grid{grid-template-columns:1fr}.epoa-card-header{flex-direction:column;align-items:flex-start}.cycle-badge{margin-top:10px}.info-item{flex-direction:column;align-items:flex-start}.info-value{text-align:left;margin-top:5px}}.subject-docs-container{padding:2rem;max-width:1400px;margin:0 auto}.subject-docs-loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1.2rem;color:#666}.subject-docs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.subject-docs-header h1{color:#000;font-size:1.8rem;margin:0}.year-selector{display:flex;align-items:center;gap:1rem}.year-selector label{font-weight:600;color:#333}.year-selector select{padding:.5rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;background:#fff;cursor:pointer}.year-selector select:focus{outline:none;border-color:#667eea}.no-subjects-message{background:#fff;padding:2rem;border-radius:8px;text-align:center;color:#666;font-size:1.1rem;box-shadow:0 2px 4px #0000001a}.subjects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr));gap:2rem}.subject-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.subject-card-header{background:#e2e8f0;padding:1.5rem;color:#000}.subject-card-header h2{margin:0 0 .5rem;font-size:1.3rem}.subject-code{font-size:.9rem;opacity:.9}.documents-table{padding:1rem}.documents-table table{width:100%;border-collapse:collapse}.documents-table thead{background:#f7fafc}.documents-table th{padding:.75rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e2e8f0}.documents-table td{padding:.75rem;border-bottom:1px solid #e2e8f0;vertical-align:top;color:#333}.documents-table tbody tr:hover{background:#f7fafc}.doc-name{font-weight:500;color:#333}.doc-description{font-size:.85rem;color:#666;margin-top:.25rem}.doc-description a{color:#667eea;text-decoration:none}.doc-description a:hover{text-decoration:underline}.upload-btn{display:inline-block;padding:.5rem 1rem;background:#667eea;color:#fff;border-radius:4px;cursor:pointer;transition:background .2s;font-size:.9rem;text-align:center;min-width:100px}.upload-btn:hover{background:#5568d3}.upload-btn.uploading{background:#999;cursor:not-allowed}.no-documents{text-align:center;color:#999;font-style:italic;padding:2rem!important}.subtitle{color:#666;font-size:.95rem;margin-top:.5rem}.layout-container{display:flex;gap:2rem;min-height:500px}.subjects-sidebar{width:280px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;height:fit-content}.subjects-sidebar h2{font-size:1.2rem;margin:0 0 1rem;color:#333}.subjects-list{display:flex;flex-direction:column;gap:.5rem}.subject-item{padding:1rem;border-radius:6px;cursor:pointer;transition:all .2s;border:2px solid transparent}.subject-item:hover{background:#f7fafc}.subject-item.active{background:#e6f2ff;border-color:#667eea}.subject-item .subject-name{font-weight:600;color:#333;margin-bottom:.25rem}.subject-item .subject-info{font-size:.85rem;color:#666}.documents-content{flex:1;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem}.no-selection{display:flex;justify-content:center;align-items:center;min-height:300px;color:#999;font-size:1.1rem}.documents-section h2{color:#333;margin:0 0 1.5rem;font-size:1.4rem}.documents-list{display:flex;flex-direction:column;gap:1.5rem}.document-card{border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;background:#fafafa}.document-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.doc-title{display:flex;align-items:center;gap:.75rem}.doc-type-badge{background:#667eea;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600}.doc-title h3{margin:0;font-size:1.2rem;color:#333}.doc-actions{display:flex;gap:1rem;align-items:center}.doc-links{display:flex;gap:.75rem}.doc-links a{color:#667eea;text-decoration:none;font-size:.9rem}.doc-links a:hover{text-decoration:underline}.upload-btn.primary{background:#667eea;padding:.6rem 1.2rem;font-weight:500}.upload-history{display:flex;flex-direction:column;gap:1rem}.no-uploads{color:#999;font-style:italic;padding:1rem;text-align:center}.upload-item{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:1.25rem}.upload-info{margin-bottom:1rem}.upload-date{font-weight:600;color:#333;margin-bottom:.5rem}.upload-file-actions{display:flex;align-items:center;gap:1rem}.view-doc-btn{background:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s}.view-doc-btn:hover{background:#5568d3}.file-name{font-size:.85rem;color:#666;font-family:monospace;flex:1}.linked-cycles{margin:1rem 0;padding:.75rem;background:#f7fafc;border-radius:4px}.linked-cycles strong{color:#333;display:block;margin-bottom:.5rem}.no-cycles{color:#999;font-style:italic}.cycle-tags{display:flex;flex-wrap:wrap;gap:.5rem}.cycle-tag{display:inline-flex;align-items:center;gap:.5rem;background:#667eea;color:#fff;padding:.4rem .75rem;border-radius:4px;font-size:.85rem}.unlink-btn{background:#ffffff4d;border:none;color:#fff;width:20px;height:20px;border-radius:50%;cursor:pointer;font-size:1.2rem;line-height:1;display:flex;align-items:center;justify-content:center;padding:0}.unlink-btn:hover{background:#ffffff80}.link-cycles-section{margin-top:1rem}.toggle-link-btn{background:#f0f4f8;border:1px solid #cbd5e0;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;color:#333;transition:all .2s}.toggle-link-btn:hover{background:#e2e8f0}.cycle-selection{margin-top:1rem;padding:1rem;background:#f7fafc;border-radius:4px;border:1px solid #e2e8f0}.cycle-checkboxes{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-bottom:1rem}.cycle-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#333}.cycle-checkbox input[type=checkbox]{cursor:pointer}.link-btn{background:#48bb78;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:4px;cursor:pointer;font-weight:500;transition:background .2s}.link-btn:hover:not(:disabled){background:#38a169}.link-btn:disabled{background:#cbd5e0;cursor:not-allowed}.upload-actions{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.delete-btn{background:#fc8181;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background .2s}.delete-btn:hover:not(:disabled){background:#f56565}.delete-btn:disabled{background:#cbd5e0;cursor:not-allowed;color:#718096}@media(max-width:768px){.subjects-grid{grid-template-columns:1fr}.subject-docs-header{flex-direction:column;align-items:flex-start;gap:1rem}.documents-table{overflow-x:auto}.layout-container{flex-direction:column}.subjects-sidebar{width:100%}.document-header{flex-direction:column;gap:1rem}.cycle-checkboxes{grid-template-columns:1fr}.upload-file-actions{flex-direction:column;align-items:flex-start}.view-doc-btn{width:100%}}.user-management-container{padding:2rem;width:100%;box-sizing:border-box}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h2{color:#333;margin:0}.create-user-btn{padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:500;transition:background .2s}.create-user-btn:hover{background:#5568d3}.users-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow-x:auto}.users-table{width:100%;border-collapse:collapse;text-align:left}.users-table th,.users-table td{padding:1rem;border-bottom:1px solid #e2e8f0;color:#000}.users-table th{background:#f7fafc;color:#4a5568;font-weight:600}.users-table tr:hover{background:#f8fafc}.role-badge{display:inline-block;padding:.25rem .5rem;background:#e2e8f0;color:#4a5568;border-radius:9999px;font-size:.85rem;margin-right:.5rem;margin-bottom:.25rem}.status-badge{display:inline-block;padding:.25rem .5rem;border-radius:9999px;font-size:.85rem;font-weight:500}.status-active{background:#c6f6d5;color:#22543d}.status-inactive{background:#fed7d7;color:#822727}.edit-btn{padding:.5rem 1rem;background:#fff;border:1px solid #e2e8f0;color:#4a5568;border-radius:4px;cursor:pointer;transition:all .2s}.edit-btn:hover{background:#f7fafc;border-color:#cbd5e0}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:8px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-content h2{margin:0 0 1.5rem;color:#333}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input[type=text],.form-group input[type=email],.form-group input[type=password]{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea}.checkbox-group{display:flex;align-items:center;gap:.5rem}.checkbox-group input[type=checkbox]{width:1.2rem;height:1.2rem}.roles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;margin-top:.5rem}.role-checkbox{display:flex;align-items:center;gap:.5rem;padding:.5rem;border:1px solid #e2e8f0;border-radius:4px;cursor:pointer}.role-checkbox:hover{background:#f7fafc}.modal-actions{display:flex;gap:1rem;margin-top:2rem}.cancel-btn,.submit-btn{flex:1;padding:.75rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.cancel-btn{background:#e2e8f0;color:#333}.cancel-btn:hover{background:#cbd5e0}.submit-btn{background:#667eea;color:#fff}.submit-btn:hover{background:#5568d3}.sidebar{width:260px;min-width:260px;height:100vh;background-color:#2c3e50;color:#ecf0f1;display:flex;flex-direction:column;flex-shrink:0;box-shadow:2px 0 5px #0000001a}.sidebar-header{padding:20px;border-bottom:1px solid #34495e}.sidebar-header h2{margin:0 0 15px;font-size:1.3rem;color:#3498db}.user-info{margin-top:10px}.user-name{margin:0;font-weight:600;font-size:.95rem}.user-email{margin:5px 0 0;font-size:.8rem;color:#95a5a6}.sidebar-nav{flex:1;padding:20px 0;overflow-y:auto}.nav-item{display:flex;align-items:center;padding:12px 20px;color:#ecf0f1;text-decoration:none;transition:background-color .2s,padding-left .2s;border-left:3px solid transparent}.nav-item:hover{background-color:#34495e;padding-left:25px}.nav-item.active{background-color:#34495e;border-left-color:#3498db;padding-left:25px}.nav-icon{font-size:1.2rem;margin-right:12px;min-width:24px}.nav-label{font-size:.95rem}.sidebar-footer{padding:20px;border-top:1px solid #34495e}.logout-btn{width:100%;padding:12px;background-color:#e74c3c;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:.95rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.logout-btn:hover{background-color:#c0392b}.logout-btn .nav-icon{margin-right:8px}@media(max-width:768px){.sidebar{width:100%;height:auto;position:relative}}*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app-layout{display:flex;min-height:100vh;width:100%}.main-content{flex:1;background-color:#f5f6fa;min-height:100vh;width:100%;overflow-x:hidden}@media(max-width:768px){.main-content{margin-left:0}}
