@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary: #2563eb;--primary-hover: #1d4ed8;--secondary: #6366f1;--accent: #f59e0b;--background: #f8fafc;--foreground: #0f172a;--card: #ffffff;--card-foreground: #1e293b;--border: #e2e8f0;--ring: #3b82f6;--radius: .75rem;--font-inter: "Inter", sans-serif;--text-primary: #0f172a;--text-secondary: #64748b;--sidebar-bg: #ffffff;--content-bg: #f1f5f9;--hover-bg: #f1f5f9;--input-bg: #ffffff;--input-border: #e2e8f0;--input-text: #0f172a}[data-theme=dark]{--primary: #3b82f6;--primary-hover: #60a5fa;--secondary: #818cf8;--accent: #fbbf24;--background: #0a0f1e;--foreground: #f8fafc;--card: #1e293b;--card-foreground: #f1f5f9;--border: #475569;--ring: #60a5fa;--text-primary: #f8fafc;--text-secondary: #cbd5e1;--sidebar-bg: #0f172a;--content-bg: #0a0f1e;--hover-bg: #334155;--input-bg: #334155;--input-border: #64748b;--input-text: #ffffff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-inter);background-color:var(--background);color:var(--foreground);overflow-x:hidden;scroll-behavior:smooth}a{text-decoration:none;color:inherit;transition:all .2s ease}button{cursor:pointer;border:none;outline:none;font-family:inherit;transition:all .2s ease}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.glass{background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.3)}[data-theme=dark] .glass{background:#0f172ab3;border-bottom:1px solid rgba(255,255,255,.05)}.card-glass{background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.5);box-shadow:0 8px 32px #1f268712}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .8s ease forwards}.app-footer{padding:40px 0;text-align:center;background-color:#f8fafc;color:#64748b;font-size:.9rem;transition:all .3s ease}[data-theme=dark] .app-footer{background-color:#0f172a;color:#94a3b8;border-top:1px solid #1e293b}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6,[data-theme=dark] p,[data-theme=dark] span:not(.text-gradient),[data-theme=dark] label,[data-theme=dark] td,[data-theme=dark] th,[data-theme=dark] div{color:#fff!important}[data-theme=dark] .content-card,[data-theme=dark] .stat-card,[data-theme=dark] .subject-card,[data-theme=dark] .assessment-card,[data-theme=dark] .modal-content,[data-theme=dark] .activity-section,[data-theme=dark] .settings-card,[data-theme=dark] .analysis-card{background:#1e293b!important;color:#fff!important}input,textarea,select{background:#fff!important;color:#000!important;border:2px solid #cbd5e1!important}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{background:#475569!important;color:#fff!important;border:2px solid #94a3b8!important}input::placeholder,textarea::placeholder{color:#94a3b8!important;opacity:.8!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#cbd5e1!important;opacity:.7!important}table{background:#fff!important}table th{background:#f1f5f9!important;color:#475569!important}table td{color:#000!important}[data-theme=dark] table{background:#1e293b!important}[data-theme=dark] table th{background:#0f172a!important;color:#cbd5e1!important}[data-theme=dark] table td{color:#fff!important;border-bottom-color:#475569!important}[data-theme=dark] .faculty-sidebar,[data-theme=dark] .admin-sidebar,[data-theme=dark] .student-sidebar{background:#0f172a!important;border-right-color:#475569!important}[data-theme=dark] .nav-item{color:#cbd5e1!important}[data-theme=dark] .nav-item:hover{background:#334155!important;color:#fff!important}[data-theme=dark] .nav-item.active{background:#1e40af!important;color:#fff!important}[data-theme=dark] .subject-info h3{color:#fff!important}[data-theme=dark] .subject-info span{color:#cbd5e1!important}[data-theme=dark] .stat-value{color:#fff!important}[data-theme=dark] .stat-label{color:#cbd5e1!important}[data-theme=dark] .activity-item h4{color:#fff!important}[data-theme=dark] .activity-item p{color:#94a3b8!important}[data-theme=dark] .search-bar{background:#334155!important}[data-theme=dark] .search-bar input{background:transparent!important;color:#fff!important}[data-theme=dark] .view-details-btn{background:#0f172a!important;color:#60a5fa!important;border-color:#475569!important}[data-theme=dark] .role-badge,[data-theme=dark] .subject-code{background:#475569!important;color:#cbd5e1!important}[data-theme=dark] .top-student-item{background:#0f172a!important;border-color:#475569!important}[data-theme=dark] .student-name{color:#fff!important}[data-theme=dark] .student-score{color:#cbd5e1!important}[data-theme=dark] .progress-bar-container,[data-theme=dark] .pass-rate-indicator{background:#475569!important}[data-theme=dark] .form-group label{color:#f8fafc!important}[data-theme=dark] .modal-header h3,[data-theme=dark] .card-header h2,[data-theme=dark] .setting-option label{color:#fff!important}[data-theme=dark] .setting-option p{color:#94a3b8!important}[data-theme=dark] .header-info h1{color:#fff!important}[data-theme=dark] .header-info p{color:#cbd5e1!important}[data-theme=dark] .faculty-content,[data-theme=dark] .admin-content,[data-theme=dark] .student-content{background:#0a0f1e!important}[data-theme=dark] .empty-state{color:#94a3b8!important}[data-theme=dark] .csv-upload-section{background:#1e293b!important;border-color:#f87171!important}[data-theme=dark] .csv-label{background:#0f172a!important}[data-theme=dark] .analysis-item label{color:#cbd5e1!important}[data-theme=dark] .analysis-item span{color:#fff!important}[data-theme=dark] .login-card{background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .login-title{color:#fff!important}[data-theme=dark] .login-subtitle{color:#cbd5e1!important}[data-theme=dark] .role-selector{background:#334155!important}[data-theme=dark] .role-btn{color:#cbd5e1!important}[data-theme=dark] .role-btn.active{background:#0f172a!important;color:#60a5fa!important}[data-theme=dark] .back-home{color:#cbd5e1!important}[data-theme=dark] .back-home:hover{color:#60a5fa!important}[data-theme=dark] .marks-table th,[data-theme=dark] .marks-entry-table th,[data-theme=dark] .user-table th{background:#0f172a!important;color:#cbd5e1!important}[data-theme=dark] .marks-table td,[data-theme=dark] .marks-entry-table td,[data-theme=dark] .user-table td{color:#fff!important;border-bottom-color:#475569!important}[data-theme=dark] .profile-info h2{color:#fff!important}[data-theme=dark] .profile-info p{color:#cbd5e1!important}[data-theme=dark] .content-card,[data-theme=dark] .stat-card,[data-theme=dark] .subject-card,[data-theme=dark] .modal-content{border-color:#475569!important}[data-theme=dark] .text-secondary,[data-theme=dark] .bulk-upload-tip{color:#cbd5e1!important}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;height:70px;display:flex;align-items:center;transition:background-color .3s ease,border-color .3s ease}.nav-content{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{display:flex;align-items:center;gap:.75rem}.logo-text{font-size:1.5rem;font-weight:800;color:#2563eb;letter-spacing:-.025em;transition:color .3s ease}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-link{font-weight:500;color:#475569;transition:color .3s ease}.nav-link:hover{color:#2563eb}[data-theme=dark] .logo-text{color:#60a5fa}[data-theme=dark] .nav-link{color:#cbd5e1}[data-theme=dark] .nav-link:hover{color:#60a5fa}.btn-signin{background-color:#2563eb;color:#fff;padding:.6rem 1.8rem;border-radius:9999px;font-weight:600;box-shadow:0 4px 6px -1px #2563eb33,0 2px 4px -2px #2563eb1a;transition:all .3s ease}.btn-signin:hover{background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 10px 15px -3px #2563eb4d}[data-theme=dark] .btn-signin{background-color:#3b82f6;box-shadow:0 4px 6px -1px #3b82f633,0 2px 4px -2px #3b82f61a}[data-theme=dark] .btn-signin:hover{background-color:#2563eb;box-shadow:0 10px 15px -3px #3b82f64d}@media(max-width:768px){.navbar{height:60px;padding:0 .75rem}.nav-content{padding:0;gap:.5rem}.logo{gap:.4rem;flex-shrink:0}.logo-icon{width:22px!important;height:22px!important}.logo-text{font-size:1.1rem}.nav-links{gap:.5rem;flex-shrink:0}.nav-link{font-size:.8rem;padding:.25rem .5rem}.btn-signin{padding:.45rem .9rem;font-size:.8rem;white-space:nowrap}}@media(max-width:480px){.navbar{height:56px;padding:0 .5rem}.logo{gap:.3rem}.logo-icon{width:20px!important;height:20px!important}.logo-text{font-size:1rem}.nav-links{gap:.4rem}.nav-link{font-size:.75rem;padding:.2rem .4rem}.btn-signin{padding:.4rem .75rem;font-size:.75rem}}@media(max-width:380px){.navbar{padding:0 .4rem}.logo-text{font-size:.9rem}.nav-link{display:none}.btn-signin{padding:.35rem .65rem;font-size:.7rem}}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background-image:url(https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=2070&auto=format&fit=crop);background-size:cover;background-position:center;color:#fff;padding-top:70px}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#ffffffe6,#ffffffb3);z-index:1;transition:background .5s ease}[data-theme=dark] .hero-overlay{background:linear-gradient(135deg,#0f172af2,#0f172acc)}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;max-width:900px}.hero-title{font-size:4.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.05em}.text-dark{color:#0f172a;transition:color .3s ease}[data-theme=dark] .text-dark{color:#f8fafc}.text-gradient{background:linear-gradient(to right,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}[data-theme=dark] .text-gradient{background:linear-gradient(to right,#60a5fa,#a78bfa);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-subtitle{font-size:1.25rem;color:#475569;line-height:1.6;margin-bottom:2.5rem;max-width:700px;transition:color .3s ease}[data-theme=dark] .hero-subtitle{color:#cbd5e1}.hero-btns{display:flex;gap:1.5rem}.btn-primary{background-color:#2563eb;color:#fff;padding:1rem 2.5rem;border-radius:9999px;font-size:1.125rem;font-weight:600;box-shadow:0 10px 15px -3px #2563eb4d;transition:all .3s ease}.btn-primary:hover{background-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 20px 25px -5px #2563eb66}[data-theme=dark] .btn-primary{background-color:#3b82f6;box-shadow:0 10px 15px -3px #3b82f64d}[data-theme=dark] .btn-primary:hover{background-color:#2563eb;box-shadow:0 20px 25px -5px #3b82f666}.btn-secondary{background-color:#fff;color:#0f172a;padding:1rem 2.5rem;border-radius:9999px;font-size:1.125rem;font-weight:600;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d;transition:all .3s ease}.btn-secondary:hover{background-color:#f8fafc;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}[data-theme=dark] .btn-secondary{background-color:#1e293b99;color:#f8fafc;border-color:#475569;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}[data-theme=dark] .btn-secondary:hover{background-color:#1e293bcc;border-color:#64748b}@media(max-width:768px){.hero-title{font-size:3rem}.hero-btns{flex-direction:column;width:100%;gap:1rem}.btn-primary,.btn-secondary{width:100%;padding:.875rem 2rem}}.ecosystem{padding:100px 0;background-color:#fff;transition:background-color .3s ease}[data-theme=dark] .ecosystem{background-color:#0f172a}.ecosystem-header{text-align:center;margin-bottom:4rem}.ecosystem-title{font-size:3rem;font-weight:800;color:#0f172a;margin-bottom:1rem;transition:color .3s ease}[data-theme=dark] .ecosystem-title{color:#f8fafc}.ecosystem-subtitle{font-size:1.25rem;color:#64748b;transition:color .3s ease}[data-theme=dark] .ecosystem-subtitle{color:#cbd5e1}.ecosystem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.ecosystem-card{padding:2.5rem;border-radius:1.5rem;display:flex;flex-direction:column;transition:all .3s ease;cursor:pointer;height:100%;text-decoration:none;background-color:#fffc;border:1px solid transparent}[data-theme=dark] .ecosystem-card{background-color:#1e293b;border-color:#334155}.ecosystem-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px #00000014;border-color:#2563eb}[data-theme=dark] .ecosystem-card:hover{box-shadow:0 30px 60px #0000004d;border-color:#3b82f6;background-color:#334155}.card-icon-container{width:56px;height:56px;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}[data-theme=dark] .card-icon-container{background-color:#ffffff1a!important}.card-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem;transition:color .3s ease}[data-theme=dark] .card-title{color:#f8fafc}.card-desc{font-size:1.05rem;color:#64748b;line-height:1.6;margin-bottom:2rem;flex-grow:1;transition:color .3s ease}[data-theme=dark] .card-desc{color:#cbd5e1}.card-link{display:flex;align-items:center;gap:.5rem;color:#2563eb;font-weight:600;font-size:1rem;transition:color .3s ease}[data-theme=dark] .card-link{color:#60a5fa}.ecosystem-card:hover .card-link{gap:.75rem}@media(max-width:1024px){.ecosystem-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.ecosystem-grid{grid-template-columns:1fr}.ecosystem-title{font-size:2.25rem}}.login-page{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background-image:url(https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=2070&auto=format&fit=crop);background-size:cover;background-position:center;padding:2rem}.login-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#ffffffe6,#ffffffb3);z-index:1;transition:background .5s ease}[data-theme=dark] .login-overlay{background:linear-gradient(135deg,#0f172af2,#0f172acc)}.login-container{position:relative;z-index:2;width:100%;max-width:480px}.login-card{background:var(--card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:2rem;padding:3rem;box-shadow:0 25px 50px -12px #00000040;border:1px solid var(--border);display:flex;flex-direction:column;gap:2rem;transition:all .3s ease}.login-header{text-align:center}.login-logo{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.login-title{font-size:2rem;font-weight:800;color:var(--text-primary);margin-bottom:.5rem}.login-subtitle{color:var(--text-secondary);font-size:1rem}.login-error-msg{background-color:#fef2f2;color:#dc2626;padding:.75rem 1rem;border-radius:.75rem;font-size:.9rem;font-weight:600;text-align:center;margin:1.5rem 0;border:1px solid #fecaca;animation:shake .4s ease-in-out}[data-theme=dark] .login-error-msg{background-color:#450a0a;color:#fecaca;border-color:#7f1d1d}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.role-selector{background:var(--hover-bg);padding:.4rem;border-radius:9999px;display:flex;gap:.25rem}.role-btn{flex:1;padding:.6rem 1rem;border-radius:9999px;font-weight:600;color:var(--text-secondary);background:transparent;transition:all .3s ease}.role-btn.active{background:var(--card);color:var(--primary);box-shadow:0 4px 6px -1px #0000001a}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:var(--text-primary)}.form-group input{padding:.8rem 1rem;border-radius:.75rem;border:2px solid #64748b;background:#fff;color:#000;font-size:1rem;font-weight:500;transition:all .2s ease}[data-theme=dark] .form-group input{background:#475569;color:#fff;border:2px solid #94a3b8}.form-group input::placeholder{color:#94a3b8;opacity:.8}[data-theme=dark] .form-group input::placeholder{color:#cbd5e1;opacity:.7}.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.login-submit{background:#2563eb;color:#fff;padding:1rem;border-radius:.75rem;font-weight:700;font-size:1rem;margin-top:1rem;box-shadow:0 10px 15px -3px #2563eb4d}.login-submit:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 20px 25px -5px #2563eb66}.back-home{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--text-secondary);font-weight:500;font-size:.9rem}.back-home:hover{color:var(--primary)}@media(max-width:480px){.login-card{padding:2rem}.login-title{font-size:1.5rem}}@media(max-width:480px){.login-container{padding:0 1rem}.login-card{padding:2rem 1.5rem;border-radius:1.5rem}.login-logo svg{width:40px;height:40px}}@media(max-width:480px){.login-page{padding:1rem}.login-container{padding:0}.login-card{padding:1.5rem;border-radius:1.5rem;gap:1.5rem}.login-logo{margin-bottom:1rem}.login-logo svg{width:32px;height:32px}.login-title{font-size:1.5rem}.login-subtitle{font-size:.9rem}.role-btn{padding:.5rem;font-size:.85rem}}.about-page{padding:80px 0;min-height:100vh;background-color:#f8fafc;transition:background-color .3s ease}[data-theme=dark] .about-page{background-color:#0f172a}.about-header{text-align:center;margin-bottom:5rem}.about-logo{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.about-title{font-size:3.5rem;font-weight:800;color:#0f172a;margin-bottom:1rem;letter-spacing:-.05em;transition:color .3s ease}[data-theme=dark] .about-title{color:#f8fafc}.about-subtitle{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto;transition:color .3s ease}[data-theme=dark] .about-subtitle{color:#cbd5e1}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:5rem}.about-step-card{padding:2.5rem;border-radius:1.5rem;text-align:left;background:#ffffffb3;transition:background-color .3s ease}[data-theme=dark] .about-step-card{background:#1e293b;border:1px solid #334155}.step-icon{width:56px;height:56px;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}[data-theme=dark] .step-icon{background-color:#ffffff1a!important}.about-step-card h3{font-size:1.5rem;color:#0f172a;margin-bottom:1rem;transition:color .3s ease}[data-theme=dark] .about-step-card h3{color:#f8fafc}.about-step-card p{color:#64748b;line-height:1.6;transition:color .3s ease}[data-theme=dark] .about-step-card p{color:#cbd5e1}.about-guide{padding:4rem;border-radius:2rem;margin-bottom:4rem;background:#fffc;transition:background .3s ease}[data-theme=dark] .about-guide{background:#1e293b;border:1px solid #334155}.about-guide h2{font-size:2.25rem;color:#0f172a;margin-bottom:3rem;text-align:center;transition:color .3s ease}[data-theme=dark] .about-guide h2{color:#f8fafc}.guide-steps{display:flex;flex-direction:column;gap:2.5rem;max-width:800px;margin:0 auto}.guide-item{display:flex;gap:2rem;align-items:flex-start}.step-num{width:48px;height:48px;flex-shrink:0;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem;box-shadow:0 4px 6px -1px #2563eb66}.guide-item h4{font-size:1.25rem;color:#1e293b;margin-bottom:.5rem;transition:color .3s ease}[data-theme=dark] .guide-item h4{color:#f8fafc}.guide-item p{color:#64748b;line-height:1.6;transition:color .3s ease}[data-theme=dark] .guide-item p{color:#cbd5e1}.about-footer{text-align:center}.back-home-btn{display:inline-flex;align-items:center;gap:.5rem;background-color:#fff;color:#1e293b;padding:1rem 2rem;border-radius:9999px;font-weight:600;border:1px solid #e2e8f0;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000000d}[data-theme=dark] .back-home-btn{background-color:#1e293b;color:#f8fafc;border-color:#334155}.back-home-btn:hover{background-color:#f8fafc;transform:translate(-5px);color:#2563eb;border-color:#2563eb33}[data-theme=dark] .back-home-btn:hover{background-color:#334155;color:#60a5fa}@media(max-width:768px){.about-title{font-size:2.5rem}.about-guide{padding:2rem}.guide-item{flex-direction:column;gap:1rem}}.admin-container{display:flex;min-height:100vh;background-color:#f1f5f9;width:100%;transition:background-color .3s ease}[data-theme=dark] .admin-container{background-color:#0a0f1e}.sidebar{width:260px;background-color:#0f172a;color:#fff;display:flex;flex-direction:column;padding:2rem 1.5rem;position:fixed;height:100vh;z-index:100;transition:background-color .3s ease;border-right:1px solid transparent}[data-theme=dark] .sidebar{background-color:#0f172a;border-right:1px solid #1e293b}.mobile-dashboard-header{display:none;position:fixed;top:0;left:0;right:0;height:60px;background:#0f172a;color:#fff;padding:0 1.5rem;align-items:center;justify-content:space-between;z-index:1000}.sidebar-logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;margin-bottom:3rem;letter-spacing:-.025em;color:#fff}.sidebar-nav{flex-grow:1}.section-title{display:block;font-size:.75rem;font-weight:700;color:#64748b;margin-bottom:1rem;letter-spacing:.05em}[data-theme=dark] .section-title{color:#94a3b8}.nav-item{width:100%;display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;border-radius:.75rem;color:#94a3b8;font-weight:600;background:transparent;margin-bottom:.5rem;transition:all .2s ease;text-decoration:none;border:none;cursor:pointer}.nav-item:hover{color:#fff;background:#ffffff0d}.nav-item.active{background:#2563eb;color:#fff;box-shadow:0 4px 6px -1px #2563eb33}.logout-btn{display:flex;align-items:center;gap:1rem;padding:1rem;color:#ef4444;font-weight:600;background:transparent;border-top:1px solid rgba(255,255,255,.1);margin-top:auto;width:100%;cursor:pointer;border-left:none;border-right:none;border-bottom:none;transition:color .2s ease}.logout-btn:hover{color:#f87171}.main-content{flex-grow:1;margin-left:260px;padding:3rem;min-width:0;max-width:calc(100vw - 260px)}.content-header{margin-bottom:3rem}.content-header h1{font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:.5rem;transition:color .3s ease}[data-theme=dark] .content-header h1{color:#f8fafc}.content-header p{color:#64748b;font-size:1.1rem;transition:color .3s ease}[data-theme=dark] .content-header p{color:#cbd5e1}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;padding:2.5rem 1.5rem;border-radius:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #e2e8f0;transition:background-color .3s ease,border-color .3s ease}.stat-value{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:.5rem;transition:color .3s ease}.stat-label{color:#64748b;font-weight:600;font-size:.95rem;transition:color .3s ease}[data-theme=dark] .stat-label{color:#cbd5e1}.activity-section{background:#fff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 10px 15px -3px #0000000a;border:1px solid #e2e8f0;transition:background-color .3s ease,border-color .3s ease}[data-theme=dark] .activity-section{background:#1e293b;border-color:#334155;color:#f8fafc}.activity-section h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:2rem;transition:color .3s ease}[data-theme=dark] .activity-section h2{color:#f8fafc}.activity-list{display:flex;flex-direction:column;gap:1.5rem}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;padding:1.25rem 1.5rem;border-top:1px solid #f1f5f9;flex-shrink:0}[data-theme=dark] .modal-actions{border-top-color:#334155}.activity-item{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0;transition:border-color .3s ease}.activity-info h4{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.25rem;transition:color .3s ease}[data-theme=dark] .activity-info h4{color:#f8fafc}.activity-info p{font-size:.95rem;color:#64748b}[data-theme=dark] .activity-info p:not(.success):not(.warning){color:#94a3b8}.activity-info p.success{color:#10b981}.activity-info p.warning{color:#f59e0b}.table-section{padding:1.5rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #e2e8f0;transition:background-color .3s ease,border-color .3s ease;overflow:hidden;margin-bottom:2rem}[data-theme=dark] .table-section{background:#1e293b;border-color:#334155}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}[data-theme=dark] .table-header{border-bottom-color:#334155}.table-header h2{font-size:1.25rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}[data-theme=dark] .table-header h2{color:#f8fafc}.header-actions{display:flex;align-items:center;gap:.75rem}.table-container{overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch}.user-table{width:100%;min-width:900px;border-collapse:collapse;text-align:left;white-space:nowrap}.user-table th{padding:.625rem .875rem;font-size:.7rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;background-color:#f9fafb;border-bottom:1px solid #e2e8f0}[data-theme=dark] .user-table th{background-color:#1e293b;color:#94a3b8;border-bottom-color:#334155}.user-table td{padding:.625rem .875rem;font-size:.8125rem;color:#334155;border-bottom:1px solid #f1f5f9}[data-theme=dark] .user-table td{color:#cbd5e1;border-bottom-color:#334155}.user-table tr:hover td{background-color:#f8fafc}[data-theme=dark] .user-table tr:hover td{background-color:#ffffff08}.user-table tr:last-child td{border-bottom:none}.btn-add{display:flex;align-items:center;gap:.5rem;background-color:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;font-size:.875rem;border:none;cursor:pointer;transition:all .2s;height:36px}.btn-add:hover{background-color:#1d4ed8}[data-theme=dark] .btn-add{background-color:#3b82f6}[data-theme=dark] .btn-add:hover{background-color:#2563eb}.bulk-actions-inline{display:flex;align-items:center;gap:.75rem;background:#f8fafc;padding:.25rem .5rem;border-radius:.5rem;border:1px solid #e2e8f0}[data-theme=dark] .bulk-actions-inline{background:#ffffff08;border-color:#334155}.template-link{font-size:.75rem;color:#64748b;cursor:pointer;display:flex;align-items:center;gap:4px;padding:0 .5rem;height:28px;border-right:1px solid #e2e8f0}[data-theme=dark] .template-link{color:#94a3b8;border-right-color:#334155;text-decoration:none}.template-link:hover{color:#2563eb}.csv-label-mini{font-size:.75rem;padding:0 .5rem;color:#64748b;cursor:pointer;max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:28px}[data-theme=dark] .csv-label-mini{color:#cbd5e1}.btn-upload-mini{font-size:.75rem;padding:.25rem .75rem;height:28px;background:transparent;color:#2563eb;border:1px solid #2563eb;border-radius:.375rem;cursor:pointer;display:flex;align-items:center;gap:4px;font-weight:500}.btn-upload-mini:hover{background:#eff6ff}[data-theme=dark] .btn-upload-mini{color:#60a5fa;border-color:#60a5fa}[data-theme=dark] .btn-upload-mini:hover{background:#60a5fa1a}.btn-upload-mini:disabled{opacity:.5;cursor:not-allowed;border-color:#cbd5e1;color:#cbd5e1}.modal-overlay{position:fixed;inset:0;background:#0f172abf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.modal-content{background:#fff;width:95%;max-width:700px;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;max-height:85vh;overflow:hidden;padding:0;border:1px solid #e2e8f0}[data-theme=dark] .modal-content{background:#1e293b;border-color:#334155;box-shadow:0 25px 50px -12px #00000080}.modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;background:#fff;flex-shrink:0}[data-theme=dark] .modal-header{background:#1e293b;border-bottom-color:#334155}.modal-header h2{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.01em}[data-theme=dark] .modal-header h2{color:#f8fafc}.modal-body{padding:1.5rem;overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}[data-theme=dark] .modal-body{scrollbar-color:#475569 transparent}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:transparent}.modal-body::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:20px}[data-theme=dark] .modal-body::-webkit-scrollbar-thumb{background-color:#475569}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:640px){.form-grid{grid-template-columns:1fr}}.form-group{margin-bottom:0}.form-group label{display:block;font-size:.75rem;font-weight:600;color:#64748b;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.03em}.form-group input,.form-group select{width:100%;padding:.6rem .75rem;border-radius:.5rem;border:1px solid #cbd5e1;font-size:.875rem;color:#0f172a;background:#fff;transition:all .2s;height:42px;line-height:normal}[data-theme=dark] .form-group input,[data-theme=dark] .form-group select{background:#0f172a;border-color:#475569;color:#f8fafc}.form-group input:focus,.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.modal-footer{padding:1rem 1.5rem;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end;gap:1rem;background:#f8fafc;flex-shrink:0}[data-theme=dark] .modal-footer{background:#0f172a;border-top-color:#334155}.btn-cancel{padding:.5rem 1rem;border-radius:.5rem;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;min-width:80px;display:flex;justify-content:center;align-items:center}[data-theme=dark] .btn-cancel{background:#1e293b;border-color:#334155;color:#cbd5e1}.btn-cancel:hover{background:#f1f5f9;color:#0f172a}[data-theme=dark] .btn-cancel:hover{background:#334155;color:#fff}.btn-save{padding:.5rem 1.25rem;border-radius:.5rem;background:#2563eb;color:#fff;font-size:.875rem;font-weight:600;border:none;cursor:pointer;box-shadow:0 1px 2px #0000000d;min-width:100px;display:flex;justify-content:center;align-items:center}.btn-save:hover{background:#1d4ed8}.enrollment-management{padding:2.5rem;margin-top:1rem;min-height:500px;background:#fff;border-radius:1.5rem;border:1px solid #e2e8f0;transition:background-color .3s ease,border-color .3s ease}[data-theme=dark] .enrollment-management{background:#1e293b;border-color:#334155}.selector-section{margin-bottom:2.5rem;display:flex;flex-direction:column;gap:.75rem;max-width:500px;border-bottom:1px solid #e2e8f0;padding-bottom:1.5rem}[data-theme=dark] .selector-section{border-bottom-color:#334155}.subject-selector{padding:.875rem 1rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;font-size:1rem;color:#0f172a;font-weight:600;cursor:pointer;transition:all .2s ease}[data-theme=dark] .subject-selector{background:#334155;border-color:#475569;color:#fff}.settings-action-wrapper{display:flex;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto}.settings-card{background:#fff;padding:2.5rem;border-radius:1.5rem;border:1px solid #e2e8f0;transition:background-color .3s ease,border-color .3s ease;box-shadow:0 4px 6px -1px #0000000d}[data-theme=dark] .settings-card{background:#1e293b;border-color:#334155;box-shadow:0 4px 6px -1px #0003}.settings-card-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f1f5f9}[data-theme=dark] .settings-card-header{border-bottom-color:#334155}.settings-form-content{display:flex;flex-direction:column;gap:2rem}.settings-form-content select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem;padding-right:2.5rem}[data-theme=dark] .settings-form-content select{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e")}[data-theme=dark] input,[data-theme=dark] select{background-color:#334155;border-color:#475569;color:#fff}.role-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:capitalize}.role-badge.admin{background-color:#dcfce7;color:#15803d}.role-badge.faculty{background-color:#fef9c3;color:#854d0e}.role-badge.student{background-color:#dbeafe;color:#1d4ed8}.actions button{padding:.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background:transparent;border:1px solid #e2e8f0;cursor:pointer}[data-theme=dark] .actions button{border-color:#475569;background:#ffffff0d}.edit-btn{color:#f97316}.delete-btn{color:#64748b}[data-theme=dark] .delete-btn{color:#94a3b8}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.sidebar{width:80px;padding:2rem .75rem}.sidebar-logo span,.section-title,.nav-item span,.logout-btn span{display:none}.nav-item{justify-content:center;padding:1rem}.main-content{margin-left:80px;max-width:calc(100vw - 80px)}}@media(max-width:768px){.mobile-dashboard-header{display:flex}.sidebar{left:-100%;width:260px;transition:left .3s ease;padding-top:5rem;position:fixed;z-index:1001}.sidebar.mobile-open{left:0}.main-content{margin-left:0;padding:5rem 1.5rem 1.5rem;max-width:100vw}.stats-grid{grid-template-columns:1fr}.table-container{border-radius:.5rem}.header-actions{width:100%;flex-direction:column;gap:.5rem}.btn-add,.bulk-actions-inline{width:100%;justify-content:center}}.faculty-layout{display:flex;min-height:100vh;background-color:var(--content-bg)}[data-theme=dark] .faculty-layout{background-color:#0a0f1e}.faculty-sidebar{width:280px;background:var(--card);border-right:1px solid #e2e8f0;display:flex;flex-direction:column;padding:2rem 1.5rem;position:fixed;height:100vh}[data-theme=dark] .faculty-sidebar{background:#0f172a;border-right-color:#1e293b}.sidebar-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:3rem;padding:0 .5rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:.75rem;color:var(--text-secondary);font-weight:500;transition:all .2s ease;border:none;background:transparent;width:100%;cursor:pointer;position:relative}.nav-item:hover{background:#f1f5f9;color:var(--text-primary)}.nav-item.active{background:#eff6ff;color:#2563eb}[data-theme=dark] .nav-item.active{background:#2563eb1a;color:#60a5fa}.active-arrow{position:absolute;right:1rem}.faculty-content{flex:1;margin-left:280px;padding:2.5rem}.content-header{margin-bottom:2.5rem}.content-card{background:var(--card);border-radius:1.25rem;padding:1.5rem;border:1px solid var(--border);box-shadow:0 1px 3px #0000001a}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.search-bar{display:flex;align-items:center;gap:.75rem;background:#f1f5f9;padding:.625rem 1rem;border-radius:.75rem;width:300px}[data-theme=dark] .search-bar{background:#0f172a;border:1px solid #334155;color:#f8fafc}.search-bar input{background:transparent;border:none;outline:none;width:100%;font-size:.875rem}[data-theme=dark] .search-bar input{color:#f8fafc}.assessment-form{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.form-row{display:flex;gap:1.5rem}.form-group{flex:1;display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:#475569}.form-group input,.form-group select{padding:.75rem;border-radius:.5rem;border:1px solid var(--border);background:var(--content-bg);font-size:.9375rem;transition:all .2s ease}[data-theme=dark] .form-group input,[data-theme=dark] .form-group select{background:#0f172a;border-color:#334155;color:#f8fafc}.submit-assessment-btn{padding:.875rem;background:#2563eb;color:#fff;border-radius:.5rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;margin-top:1rem}.csv-upload-section{margin:1.5rem 0;padding:1.5rem;background:#fdf2f2;border:2px dashed #f87171;border-radius:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}[data-theme=dark] .csv-upload-section{background:#f871711a;border-color:#ef4444}.upload-actions{display:flex;gap:1rem;align-items:center}.csv-input{display:none}.csv-label{padding:.75rem 1.5rem;background:var(--card);border:1px solid #f87171;color:#ef4444;border-radius:.5rem;cursor:pointer;font-weight:600;transition:all .2s}[data-theme=dark] .csv-label{background:#1e293b;border-color:#ef4444;color:#f87171}.csv-label:hover{background:#fef2f2}[data-theme=dark] .csv-label:hover{background:#ef44441a}.upload-btn{padding:.75rem 1.5rem;background:#ef4444;color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-weight:600}.upload-btn:disabled{background:#fca5a5;cursor:not-allowed}.template-link{color:#2563eb;text-decoration:underline;font-size:.875rem;cursor:pointer}[data-theme=dark] .template-link{color:#60a5fa}.bulk-upload-tip{font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem}[data-theme=dark] .bulk-upload-tip{color:#94a3b8}.marks-entry-table{overflow-x:auto;margin-top:1.5rem}.marks-entry-table table{width:100%;border-collapse:collapse}.marks-entry-table th{text-align:left;padding:1rem;background:var(--content-bg);color:var(--text-secondary);font-size:.875rem;font-weight:600}[data-theme=dark] .marks-entry-table th{background:#0f172a;color:#94a3b8}.marks-entry-table td{padding:1rem;border-bottom:1px solid #e2e8f0}[data-theme=dark] .marks-entry-table td{border-bottom-color:#334155;color:#f8fafc}.grade-tag{padding:.25rem .625rem;border-radius:.375rem;font-size:.75rem;font-weight:700;text-transform:uppercase}.grade-tag.a{background:#dcfce7;color:#166534}.grade-tag.b{background:#dbeafe;color:#1e40af}.grade-tag.c{background:#fef9c3;color:#854d0e}.grade-tag.fail{background:#fef2f2;color:#991b1b}[data-theme=dark] .grade-tag.a{background:#16a34a33;color:#4ade80}[data-theme=dark] .grade-tag.b{background:#2563eb33;color:#60a5fa}[data-theme=dark] .grade-tag.c{background:#eab30833;color:#facc15}[data-theme=dark] .grade-tag.fail{background:#dc262633;color:#f87171}.save-mark-btn{padding:.5rem 1rem;background:#2563eb;color:#fff;border-radius:.375rem;border:none;cursor:pointer;font-size:.875rem}.save-mark-btn:disabled{background:#cbd5e1;cursor:not-allowed}.subjects-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.subject-card{background:var(--content-bg);border-radius:1rem;padding:1.5rem;border:1px solid var(--border);transition:all .2s ease}[data-theme=dark] .subject-card{background:#0f172a;border-color:#334155}.subject-card:hover{transform:translateY(-4px);border-color:#3b82f6;box-shadow:0 10px 15px -3px #0000001a}.subject-info h3{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}[data-theme=dark] .subject-info h3{color:#f8fafc}.subject-info span{font-size:.875rem;color:var(--text-secondary)}[data-theme=dark] .subject-info span{color:#94a3b8}.view-details-btn{margin-top:1.25rem;width:100%;padding:.75rem;background:var(--card);border:1px solid var(--border);border-radius:.5rem;color:#2563eb;font-weight:500;transition:all .2s ease}[data-theme=dark] .view-details-btn{background:#1e293b;border-color:#334155;color:#60a5fa}.empty-state{text-align:center;padding:3rem;color:#94a3b8;font-style:italic;grid-column:1 / -1}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}.modal-content{background:var(--card);padding:2rem;border-radius:1rem;width:90%;max-width:600px;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}[data-theme=dark] .modal-content{background:#1e293b;border:1px solid #334155}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.modal-header h3{font-size:1.5rem;font-weight:700;color:var(--text-primary)}[data-theme=dark] .modal-header h3{color:#f8fafc}.close-btn{background:none;border:none;font-size:2rem;color:#94a3b8;cursor:pointer;line-height:1;padding:.5rem}.user-table{width:100%;border-collapse:collapse}.user-table th{text-align:left;padding:1rem;background:var(--content-bg);color:var(--text-secondary);font-size:.875rem;font-weight:600}[data-theme=dark] .user-table th{background:#0f172a;color:#94a3b8}.user-table td{padding:1rem;border-bottom:1px solid #e2e8f0;color:var(--text-primary)}[data-theme=dark] .user-table td{border-bottom-color:#334155;color:#f8fafc}.reports-container{padding:1rem}.report-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:1.5rem}.full-width{grid-column:1 / -1}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.analysis-card{background:var(--content-bg);border-radius:1rem;padding:1.5rem;border:1px solid var(--border)}[data-theme=dark] .analysis-card{background:#0f172a;border-color:#334155}.analysis-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.analysis-header h3{font-size:1.125rem;font-weight:700;color:var(--text-primary)}[data-theme=dark] .analysis-header h3{color:#f8fafc}.subject-code{font-size:.75rem;font-weight:600;color:var(--text-secondary);background:#e2e8f0;padding:.25rem .6rem;border-radius:.5rem}[data-theme=dark] .subject-code{background:#1e293b;color:#94a3b8}.analysis-item{margin-bottom:1.25rem}.analysis-item label{display:block;font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:.5rem}[data-theme=dark] .analysis-item label{color:#94a3b8}.progress-bar-container,.pass-rate-indicator{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:.25rem}[data-theme=dark] .progress-bar-container,[data-theme=dark] .pass-rate-indicator{background:#334155}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:4px}.pass-rate-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:4px}.analysis-item span{font-size:.875rem;font-weight:700;color:var(--text-primary)}[data-theme=dark] .analysis-item span{color:#f8fafc}.top-students-list{display:flex;flex-direction:column;gap:1rem}.top-student-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:var(--content-bg);border-radius:.75rem;border:1px solid var(--border)}[data-theme=dark] .top-student-item{background:#0f172a;border-color:#334155}.student-rank{width:28px;height:28px;background:#eff6ff;color:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.menu-toggle{background:transparent;border:none;color:#fff;cursor:pointer;height:28px;background:#eff6ff;color:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}[data-theme=dark] .student-rank{background:#2563eb1a;color:#60a5fa}.student-info-mini{flex:1;display:flex;flex-direction:column}.student-name{font-weight:600;color:var(--text-primary)}[data-theme=dark] .student-name{color:#f8fafc}.assessment-mini-card{background:var(--content-bg);border:1px solid var(--border);border-radius:.75rem;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;min-height:140px;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}[data-theme=dark] .assessment-mini-card{background:#1e293b;border-color:#334155}.assessment-mini-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a;border-color:#3b82f6}.assessment-mini-card h3{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:var(--text-primary)}[data-theme=dark] .assessment-mini-card h3{color:#f8fafc}.assessment-mini-card p{font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem}[data-theme=dark] .assessment-mini-card p{color:#94a3b8}.assessment-selector-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1rem}.card-actions button{transition:all .2s ease;padding:6px;border-radius:6px}.card-actions button:hover{transform:scale(1.1);background-color:#0000000d!important}[data-theme=dark] .card-actions button:hover{background-color:#ffffff1a!important}.cancel-btn:hover{background-color:#f1f5f9!important}[data-theme=dark] .cancel-btn:hover{background-color:#1e293b!important;border-color:#475569!important;color:#f8fafc!important}.delete-confirm-btn:hover{background-color:#dc2626!important}.student-score{font-size:.875rem;color:var(--text-secondary)}[data-theme=dark] .student-score{color:#94a3b8}.trend-icon{color:#10b981}.summary-stats{display:flex;flex-direction:column;gap:1.5rem}.summary-item{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.875rem;color:var(--text-secondary);font-weight:500}[data-theme=dark] .stat-label{color:#94a3b8}.stat-value{font-size:1.5rem;font-weight:700;color:var(--text-primary)}[data-theme=dark] .stat-value{color:#f8fafc}@media(max-width:1024px){.report-grid{grid-template-columns:1fr}}@media(max-width:768px){.mobile-dashboard-header{display:flex}.faculty-sidebar{left:-100%;width:280px;transition:left .3s ease;padding-top:5rem;position:fixed;z-index:1001}.faculty-sidebar.mobile-open{left:0}.faculty-content{margin-left:0;padding:5rem 1.5rem 1.5rem}.subjects-list,.assessment-selector-grid,.report-grid{grid-template-columns:1fr}.form-row{flex-direction:column;gap:1rem}.assessment-form,.search-bar{width:100%}.content-header{flex-direction:column;align-items:flex-start;gap:1rem}.performance-card{padding:1.5rem}.performance-card h3{font-size:1.1rem}.modal-content{width:95%;max-width:95%;margin:1rem;max-height:90vh;overflow-y:auto}.marks-table-container{overflow-x:auto}.student-marks-table{min-width:600px}}@media(max-width:480px){.faculty-content{padding:4.5rem 1rem 1rem}.content-header h1{font-size:1.5rem}.content-header p{font-size:.875rem}.performance-card{padding:1rem}.performance-card h3{font-size:1rem}.stat-value{font-size:1.5rem}.stat-label{font-size:.75rem}.btn-primary,.btn-secondary{padding:.6rem 1rem;font-size:.875rem}.modal-content{padding:1rem}.subject-card h3{font-size:1.1rem}}.student-layout{display:flex;min-height:100vh;background-color:var(--content-bg);transition:background-color .3s ease}[data-theme=dark] .student-layout{background-color:#0a0f1e}.student-sidebar{width:280px;background:var(--sidebar-bg);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:2rem 1.5rem;position:fixed;height:100vh;transition:all .3s ease}[data-theme=dark] .student-sidebar{background:#0f172a;border-right-color:#1e293b}.sidebar-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:3rem;padding:0 .5rem;cursor:pointer}.sidebar-brand span{font-size:1.5rem;font-weight:800;letter-spacing:-.025em;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem;flex:1}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:.75rem;color:var(--text-secondary);font-weight:500;transition:all .2s ease;border:none;background:transparent;width:100%;cursor:pointer}[data-theme=dark] .nav-item{color:#94a3b8}.nav-item:hover{background:var(--hover-bg);color:var(--text-primary)}[data-theme=dark] .nav-item:hover{background:#ffffff0d;color:#f8fafc}.nav-item.active{background:#2563eb1a;color:#2563eb}[data-theme=dark] .nav-item.active{background:#1e40af;color:#fff}.logout-btn{margin-top:auto;display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:.75rem;color:#ef4444;font-weight:500;border:none;background:transparent;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background:#fef2f2}[data-theme=dark] .logout-btn:hover{background:#ef44441a}.student-content{flex:1;margin-left:280px;padding:2.5rem}.content-header{margin-bottom:2.5rem;display:flex;justify-content:space-between;align-items:center}.header-info h1{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}[data-theme=dark] .header-info h1{color:#f8fafc}.header-info p{color:var(--text-secondary)}[data-theme=dark] .header-info p{color:#94a3b8}.download-report-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--card);color:var(--primary);border:1px solid var(--border);border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #0000000d}[data-theme=dark] .download-report-btn{background:#1e293b;border-color:#334155;color:#60a5fa}.download-report-btn:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}[data-theme=dark] .download-report-btn:hover{background:#334155;border-color:#475569}.student-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem}.stat-card{background:var(--card);padding:1.5rem;border-radius:1.25rem;display:flex;align-items:center;gap:1.25rem;border:1px solid var(--border);box-shadow:0 1px 3px #0000001a;transition:all .3s ease}[data-theme=dark] .stat-card{background:#1e293b;border-color:#334155}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.stat-icon{width:48px;height:48px;border-radius:1rem;display:flex;align-items:center;justify-content:center}.stat-icon.purple{background:#f5f3ff;color:#7c3aed}[data-theme=dark] .stat-icon.purple{background:#7c3aed1a;color:#a78bfa}.stat-icon.blue{background:#eff6ff;color:#2563eb}[data-theme=dark] .stat-icon.blue{background:#2563eb1a;color:#60a5fa}.stat-details h3{font-size:.875rem;color:var(--text-secondary);margin-bottom:.25rem}[data-theme=dark] .stat-details h3{color:#94a3b8}.stat-details p{font-size:1.5rem;font-weight:700;color:var(--text-primary)}[data-theme=dark] .stat-details p{color:#f8fafc}.content-card{background:var(--card);border-radius:1.25rem;padding:1.5rem;border:1px solid var(--border);box-shadow:0 1px 3px #0000001a;transition:all .3s ease}[data-theme=dark] .content-card{background:#1e293b;border-color:#334155}.card-header{margin-bottom:1.5rem}.card-header h2{font-size:1.25rem;font-weight:600;color:var(--text-primary)}[data-theme=dark] .card-header h2{color:#f8fafc}.marks-table-container{overflow-x:auto}.student-marks-table{width:100%;border-collapse:collapse}.student-marks-table th{text-align:left;padding:1rem;background:#f8fafc;color:#64748b;font-size:.875rem;font-weight:600}[data-theme=dark] .student-marks-table th{background:#0f172a;color:#94a3b8}.student-marks-table td{padding:1rem;border-bottom:1px solid #e2e8f0;font-size:.9375rem;color:#0f172a}[data-theme=dark] .student-marks-table td{border-bottom-color:#334155;color:#f8fafc}.grade-badge{padding:.25rem .625rem;border-radius:.5rem;font-size:.75rem;font-weight:700;text-transform:uppercase}.grade-badge.a{background:#dcfce7;color:#166534}.grade-badge.b{background:#dbeafe;color:#1e40af}.grade-badge.d{background:#ffedd5;color:#9a3412}.grade-badge.c{background:#fef9c3;color:#854d0e}.grade-badge.f{background:#fef2f2;color:#991b1b}[data-theme=dark] .grade-badge.a{background:#16a34a33;color:#4ade80}[data-theme=dark] .grade-badge.b{background:#2563eb33;color:#60a5fa}[data-theme=dark] .grade-badge.d{background:#ea580c33;color:#fb923c}[data-theme=dark] .grade-badge.c{background:#eab30833;color:#facc15}[data-theme=dark] .grade-badge.f{background:#dc262633;color:#f87171}.status-badge{padding:.25rem .625rem;border-radius:2rem;font-size:.75rem;font-weight:600}.status-badge.improved{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.status-badge.declined{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.status-badge.same{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.status-badge.new{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}[data-theme=dark] .status-badge.improved{background:#16a34a1a;color:#4ade80;border-color:#16a34a33}[data-theme=dark] .status-badge.declined{background:#dc26261a;color:#f87171;border-color:#dc262633}[data-theme=dark] .status-badge.same{background:#64748b1a;color:#94a3b8;border-color:#64748b33}[data-theme=dark] .status-badge.new{background:#2563eb1a;color:#60a5fa;border-color:#2563eb33}.classroom-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding-top:1rem}.subject-card{background:#fff;border-radius:1rem;overflow:hidden;border:1px solid #e2e8f0;transition:all .2s ease;cursor:pointer;display:flex;flex-direction:column}[data-theme=dark] .subject-card{background:#1e293b;border-color:#334155}.subject-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.subject-banner{background:linear-gradient(135deg,#3b82f6,#1d4ed8);height:100px;padding:1.5rem;color:#fff;position:relative}.subject-banner h3{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.subject-banner p{font-size:.875rem;opacity:.9}.subject-faculty{padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;font-size:.9rem;color:#64748b;display:flex;align-items:center;gap:.5rem}[data-theme=dark] .subject-faculty{border-bottom-color:#334155;color:#94a3b8}.subject-actions{padding:1rem 1.5rem;margin-top:auto;display:flex;justify-content:flex-end}.btn-open{color:#2563eb;font-weight:600;font-size:.9rem;background:none;border:none;cursor:pointer}[data-theme=dark] .btn-open{color:#60a5fa}.stream-container{max-width:900px;margin:0 auto}.stream-header{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:1rem;padding:2.5rem;color:#fff;margin-bottom:2rem;box-shadow:0 4px 6px -1px #0000001a}.stream-header h2{font-size:2rem;font-weight:700;margin-bottom:.5rem}.stream-info{opacity:.9;font-size:1.1rem}.assessment-stream{display:flex;flex-direction:column;gap:1.5rem}.assessment-post{background:#fff;border-radius:1rem;padding:1.5rem;border:1px solid #e2e8f0;display:flex;align-items:flex-start;gap:1rem;transition:all .2s ease}[data-theme=dark] .assessment-post{background:#1e293b;border-color:#334155;color:#f8fafc}.post-icon{background:#eff6ff;padding:.75rem;border-radius:2rem;color:#2563eb}[data-theme=dark] .post-icon{background:#2563eb1a;color:#60a5fa}.post-content{flex:1}.post-title{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}[data-theme=dark] .post-title{color:#f8fafc}.post-meta{display:flex;gap:1rem;font-size:.875rem;color:#64748b;margin-bottom:1rem}[data-theme=dark] .post-meta{color:#94a3b8}.meta-item{display:flex;align-items:center;gap:.4rem}.back-btn{display:flex;align-items:center;gap:.5rem;color:#64748b;background:none;border:none;font-weight:600;margin-bottom:1.5rem;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .2s ease}[data-theme=dark] .back-btn{color:#94a3b8}.back-btn:hover{background:#f1f5f9;color:#1e293b}[data-theme=dark] .back-btn:hover{background:#ffffff0d;color:#f8fafc}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .4s ease-out}.badge-gray{background:#f1f5f9;color:#475569;padding:.25rem .625rem;border-radius:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase}[data-theme=dark] .badge-gray{background:#94a3b81a;color:#cbd5e1}.loading-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;color:#64748b}[data-theme=dark] .loading-state,[data-theme=dark] .empty-state{color:#94a3b8}.marks-cell{font-weight:700;color:#1e40af}[data-theme=dark] .marks-cell{color:#60a5fa}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-container{max-width:1000px;margin:0 auto}.profile-grid{display:grid;grid-template-columns:320px 1fr;gap:2rem}.profile-card{background:#fff;border-radius:1.25rem;padding:2rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}[data-theme=dark] .profile-card{background:#1e293b;border-color:#334155;color:#f8fafc}.avatar-section{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #f1f5f9}[data-theme=dark] .avatar-section{border-bottom-color:#334155}.avatar-circle{width:100px;height:100px;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;box-shadow:0 10px 15px -3px #1e40af4d}.avatar-section h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}[data-theme=dark] .avatar-section h2{color:#f8fafc}.role-tag{font-size:.75rem;font-weight:700;color:#2563eb;background:#eff6ff;padding:.25rem .75rem;border-radius:2rem;text-transform:uppercase}[data-theme=dark] .role-tag{background:#2563eb1a;color:#60a5fa}.profile-details-list{display:flex;flex-direction:column;gap:1.5rem}.detail-item label{display:block;font-size:.75rem;font-weight:600;color:#94a3b8;text-transform:uppercase;margin-bottom:.25rem}.detail-item span{font-size:1rem;font-weight:600;color:#334155}[data-theme=dark] .detail-item span{color:#f8fafc}.card-header-flex{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.card-header-flex h2{font-size:1.25rem;font-weight:700;color:#1e293b}[data-theme=dark] .card-header-flex h2{color:#f8fafc}.edit-toggle-btn{padding:.5rem 1rem;background:#eff6ff;color:#2563eb;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s}[data-theme=dark] .edit-toggle-btn{background:#2563eb1a;color:#60a5fa}.edit-toggle-btn:hover{background:#dbeafe}[data-theme=dark] .edit-toggle-btn:hover{background:#2563eb33}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:600;color:#64748b;margin-bottom:.5rem}[data-theme=dark] .form-group label{color:#94a3b8}.form-group input{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:.75rem;font-size:1rem;color:#1e293b;transition:all .2s}[data-theme=dark] .form-group input{background:#0f172a;border-color:#334155;color:#f8fafc}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input:disabled{background:#f8fafc;color:#64748b;cursor:not-allowed}[data-theme=dark] .form-group input:disabled{background:#1e293b;color:#64748b}.form-actions{display:flex;gap:1rem;margin-top:1rem}.cancel-btn{flex:1;padding:.75rem;background:#f1f5f9;color:#64748b;border:none;border-radius:.75rem;font-weight:600;cursor:pointer}[data-theme=dark] .cancel-btn{background:#334155;color:#cbd5e1}.save-btn{flex:2;padding:.75rem;background:#2563eb;color:#fff;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;box-shadow:0 4px 6px -1px #2563eb33}.save-btn:hover{background:#1d4ed8}.save-btn:disabled{opacity:.7;cursor:not-allowed}.alert-toast.success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.alert-toast.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}@media(max-width:768px){.profile-grid{grid-template-columns:1fr}}.stat-card.goal-planner{background:linear-gradient(135deg,var(--card) 0%,rgba(59,130,246,.05) 100%);grid-column:span 1}[data-theme=dark] .stat-card.goal-planner{background:linear-gradient(135deg,#1e293b,#3b82f61a)}.goal-controls{margin-top:.75rem;display:flex;flex-direction:column;gap:.75rem}.control-group{display:flex;flex-direction:column;gap:.25rem}.control-group label{font-size:.7rem;color:var(--text-secondary);font-weight:600;text-transform:uppercase;letter-spacing:.025em}.control-group select{padding:.4rem .5rem;border-radius:.5rem;border:1px solid var(--border);background:var(--card);color:var(--text-primary);font-size:.8125rem;cursor:pointer;outline:none;transition:all .2s;width:100%}[data-theme=dark] .control-group select{background:#0f172a;border-color:#334155;color:#f8fafc}.goal-controls label{font-size:.75rem;color:var(--text-secondary);font-weight:600}.goal-controls select{padding:.25rem .5rem;border-radius:.5rem;border:1px solid var(--border);background:var(--card);color:var(--text-primary);font-size:.8125rem;cursor:pointer;outline:none;transition:all .2s}[data-theme=dark] .goal-controls select{background:#0f172a;border-color:#334155;color:#f8fafc}.goal-result{margin-top:1rem;padding-top:.75rem;border-top:1px dashed var(--border);display:flex;flex-direction:column}.goal-result .label{font-size:.75rem;color:var(--text-secondary);margin-bottom:.25rem}.goal-result .value{font-size:1.125rem;font-weight:800;color:#2563eb}[data-theme=dark] .goal-result .value{color:#60a5fa}@media(max-width:1024px){.student-stats{grid-template-columns:repeat(2,1fr)}}.subject-groups{display:flex;flex-direction:column;gap:2.5rem}.subject-marks-section{position:relative}.subject-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:2px solid #3b82f6;width:fit-content;min-width:200px}.subject-section-header h3{font-size:1.125rem;font-weight:700;color:var(--text-primary);text-transform:capitalize}[data-theme=dark] .subject-section-header{border-bottom-color:#2563eb}.subject-section-header svg{color:#3b82f6}.mobile-dashboard-header{display:none;position:fixed;top:0;left:0;right:0;height:60px;background:#1e40af;color:#fff;padding:0 1.5rem;align-items:center;justify-content:space-between;z-index:1000}.mobile-logo{display:flex;align-items:center;gap:.5rem;font-weight:800}.menu-toggle{background:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.mobile-dashboard-header{display:flex}.student-sidebar{left:-100%;width:280px;transition:left .3s ease;padding-top:5rem;position:fixed;z-index:1001}.student-sidebar.mobile-open{left:0}.student-content{margin-left:0;padding:5rem 1.5rem 1.5rem}.student-stats{grid-template-columns:1fr}.content-header{flex-direction:column;align-items:flex-start;gap:1rem}.classroom-grid,.profile-grid{grid-template-columns:1fr}}.sidebar-overlay{position:fixed;inset:0;background:#0000004d;z-index:999;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.mobile-dashboard-header{display:flex}.student-sidebar{left:-100%;width:280px;transition:left .3s ease;padding-top:5rem;position:fixed;z-index:1001}.student-sidebar.mobile-open{left:0}.student-content{margin-left:0;padding:5rem 1.5rem 1.5rem}.stats-grid,.performance-grid{grid-template-columns:1fr;gap:1rem}.content-card{padding:1rem}.card-header h2{font-size:1.25rem}.performance-card{padding:1.5rem}.performance-card h3{font-size:1.1rem}.modal-content{width:95%;max-width:95%;margin:1rem;max-height:90vh;overflow-y:auto}.marks-table-container{overflow-x:auto}.student-marks-table{min-width:600px}.calculator-form{grid-template-columns:1fr}}@media(max-width:480px){.student-content{padding:4.5rem 1rem 1rem}.content-header h1{font-size:1.5rem}.content-header p{font-size:.875rem}.performance-card{padding:1rem}.performance-card h3{font-size:1rem}.stat-value{font-size:1.5rem}.stat-label{font-size:.75rem}.btn-primary,.btn-secondary{padding:.6rem 1rem;font-size:.875rem}.modal-content{padding:1rem}.subject-card h3{font-size:1.1rem}.download-report-btn{padding:.6rem 1rem;font-size:.875rem}}.theme-toggle{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;border-radius:50%;background:var(--card);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;z-index:1000}.theme-toggle:hover{transform:scale(1.1);box-shadow:0 6px 20px #00000026}.theme-toggle svg{width:24px;height:24px;color:var(--foreground);transition:transform .3s ease}.theme-toggle:hover svg{transform:rotate(20deg)}[data-theme=dark] .theme-toggle{background:var(--card);border-color:var(--border)}
