@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;background-color:#fafaf8;color:#1a1614;min-height:100vh;line-height:1.6;font-size:1rem;-webkit-font-smoothing:antialiased}#root{min-height:100vh;width:100%;margin:0;padding:0;display:flex;flex-direction:column}.container{max-width:1400px;margin:0 auto;padding:0 1.5rem}@media(max-width:768px){.container{padding:0 .75rem}}@media(max-width:480px){.container{padding:0 .625rem}}.card{background:#fff;border:1px solid #E5E0D8;border-radius:12px;overflow:hidden}.glass-card{background:#fff;border:1px solid #E5E0D8;border-radius:12px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.25rem;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-weight:600;font-size:.9rem;cursor:pointer;border:none;border-radius:8px;transition:all .2s ease;gap:.4rem;letter-spacing:.01em;white-space:nowrap}.btn.btn-primary{background-color:maroon;color:#fff}.btn.btn-primary:hover:not(:disabled){background-color:#9a0000;box-shadow:0 2px 8px #8000004d}.btn.btn-primary:disabled{opacity:.45;cursor:not-allowed}.btn.btn-secondary{background-color:#f4f1ec;color:#4a4540;border:1px solid #E5E0D8}.btn.btn-secondary:hover{background-color:#ede9e1;border-color:#c8c0b4}.btn.btn-outline{background-color:transparent;color:maroon;border:1.5px solid #800000}.btn.btn-outline:hover{background-color:#80000014}.btn.btn-ghost{background:none;color:#4a4540}.btn.btn-ghost:hover{background-color:#f4f1ec;color:#1a1614}.btn.btn-sm{padding:.4rem .875rem;font-size:.825rem}.btn.btn-lg{padding:.75rem 1.75rem;font-size:1rem}.status-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .7rem;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.02em}.status-badge.status-active,.status-badge.status-reviewed,.status-badge.status-completed{background:#2d7a4a14;color:#2d7a4a}.status-badge.status-pending{background:#b4530914;color:#b45309}.status-badge.status-inactive{background:#f4f1ec;color:#7a746c}.status-badge.status-warning{background:#b4530914;color:#b45309}.status-badge.status-error{background:#c0392b14;color:#c0392b}input,select,textarea{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:.9rem;background-color:#fff;border:1.5px solid #E5E0D8;color:#1a1614;padding:.6rem .875rem;width:100%;transition:border-color .2s ease,box-shadow .2s ease;border-radius:8px;appearance:none}input:focus,select:focus,textarea:focus{outline:none;border-color:maroon;box-shadow:0 0 0 3px #8000001a}select{cursor:pointer;padding-right:2.25rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%237A746C' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-color:#fff}textarea{resize:vertical;min-height:100px}.btn-icon{background:none;border:none;cursor:pointer;color:#7a746c;padding:.4rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;font-size:1rem}.btn-icon:hover{color:#1a1614;background-color:#f4f1ec}:focus-visible{outline:2px solid #800000;outline-offset:2px}button:focus-visible,a:focus-visible{outline:2px solid #800000;outline-offset:2px}hr{border:none;border-top:1px solid #E5E0D8;margin:1.5rem 0}.empty-state{text-align:center;padding:3rem 2rem;color:#7a746c}.empty-state .empty-icon{font-size:2.5rem;margin-bottom:.875rem;opacity:.5}.empty-state p{font-size:.9rem}.dashboard-page,.department-assignment-page,.staff-dashboard-page,.admin-dashboard-page{margin-left:200px;padding-top:52px}@media(max-width:768px){.dashboard-page,.department-assignment-page,.staff-dashboard-page,.admin-dashboard-page{margin-left:0;padding-top:104px}}.admin-home-grid{display:grid;grid-template-columns:1fr 300px;gap:1.25rem;align-items:start}@media(max-width:900px){.admin-home-grid{grid-template-columns:1fr}}@media(max-width:600px){.admin-home-grid{gap:.75rem}}.home-left{min-width:0}.home-left .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.875rem;gap:.5rem}.home-left .section-header h2{font-size:.95rem;font-weight:700;color:#1a1614;margin:0}.home-left .announcements-list{display:flex;flex-direction:column;gap:.4rem}.home-left .announcement-empty{padding:2rem;text-align:center;color:#7a746c;display:flex;flex-direction:column;align-items:center;gap:.5rem}.home-left .announcement-empty .empty-icon-sm{font-size:1.5rem;opacity:.3}.home-left .announcement-empty p{font-size:.8rem;margin:0}.home-left .announcement-item{display:flex;gap:.75rem;padding:.75rem .875rem;align-items:flex-start;cursor:pointer;transition:border-color .15s,box-shadow .15s}.home-left .announcement-item.selected{border-color:maroon;box-shadow:0 0 0 2px #8000001a}.home-left .announcement-item:hover:not(.selected){border-color:#c8c0b4}.home-left .announcement-item .ann-icon{width:30px;height:30px;border-radius:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.875rem}.home-left .announcement-item .ann-icon.ann-icon--info{background:#1d4ed814;color:#1d4ed8}.home-left .announcement-item .ann-icon.ann-icon--warning{background:#b4530914;color:#b45309}.home-left .announcement-item .ann-icon.ann-icon--urgent{background:#c0392b14;color:#c0392b}.home-left .announcement-item .ann-content{flex:1;min-width:0}.home-left .announcement-item .ann-content h3{font-size:.825rem;font-weight:600;margin:0 0 .2rem;color:#1a1614;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-left .announcement-item .ann-content .ann-body{font-size:.78rem;color:#4a4540;line-height:1.5;margin:.35rem 0}.home-left .announcement-item .ann-content .ann-meta{font-size:.68rem;color:#a89f95}.home-left .announcement-item .ann-delete{background:none;border:none;color:#a89f95;cursor:pointer;padding:.2rem;border-radius:4px;flex-shrink:0;line-height:1;transition:color .15s}.home-left .announcement-item .ann-delete:hover{color:#c0392b}.ann-file-label{display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;font-size:.8rem;font-weight:600;color:#4a4540;padding:.45rem .85rem;border:1.5px dashed #E5E0D8;border-radius:8px;transition:border-color .15s,color .15s}.ann-file-label:hover{border-color:maroon;color:maroon}.ann-preview-grid{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-start}.ann-preview-img-wrap{position:relative;width:80px;height:80px;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.1);flex-shrink:0}.ann-preview-img-wrap.ann-preview-img-wrap--link{display:block;cursor:pointer}.ann-preview-img-wrap.ann-preview-img-wrap--link:hover .ann-preview-img{opacity:.8}.ann-preview-img-wrap .ann-preview-img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .15s}.ann-preview-img-wrap .ann-preview-remove{position:absolute;top:3px;right:3px;background:#0009;border:none;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;padding:0;font-size:.65rem;transition:background .15s}.ann-preview-img-wrap .ann-preview-remove:hover{background:#c0392b}.ann-attachments{display:flex;flex-wrap:wrap;gap:.35rem;margin:.4rem 0}.ann-attachments .ann-attachment-chip{display:inline-flex;align-items:center;gap:.3rem;font-size:.7rem;font-weight:500;padding:.2rem .55rem;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#4a4540;text-decoration:none;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background .15s,color .15s}.ann-attachments .ann-attachment-chip svg{flex-shrink:0;font-size:.65rem}.ann-attachments .ann-attachment-chip:hover{background:#ffffff1f;color:#1a1614}.ann-attachments .ann-attachment-chip.ann-attachment-chip--removable{cursor:default;max-width:220px}.ann-attachments .ann-attachment-chip.ann-attachment-chip--removable button{background:none;border:none;padding:0;margin-left:.2rem;cursor:pointer;color:#a89f95;line-height:1;display:flex;align-items:center;flex-shrink:0;transition:color .15s}.ann-attachments .ann-attachment-chip.ann-attachment-chip--removable button:hover{color:#c0392b}.home-right{position:sticky;top:calc(52px + 1rem);align-self:start}@media(max-width:900px){.home-right{position:static}}.home-right .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.875rem;gap:.5rem}.home-right .section-header h2{font-size:.95rem;font-weight:700;color:#1a1614;margin:0}.home-right .summary-panel{padding:1rem}.home-right .summary-panel .summary-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media(max-width:900px){.home-right .summary-panel .summary-row{grid-template-columns:repeat(4,1fr)}}@media(max-width:600px){.home-right .summary-panel .summary-row{grid-template-columns:1fr 1fr}}.home-right .summary-panel .summary-row.summary-row--highlight .summary-value{font-size:1.5rem}.home-right .summary-panel .summary-stat{display:flex;align-items:center;gap:.625rem}.home-right .summary-panel .summary-icon{width:30px;height:30px;min-width:30px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.875rem;flex-shrink:0}.home-right .summary-panel .summary-icon.summary-icon--maroon{background:#80000014;color:maroon}.home-right .summary-panel .summary-icon.summary-icon--green{background:#38a1691a;color:#38a169}.home-right .summary-panel .summary-icon.summary-icon--blue{background:#1d4ed814;color:#1d4ed8}.home-right .summary-panel .summary-icon.summary-icon--gold{background:#fffbec;color:#c8a400}.home-right .summary-panel .summary-value{font-size:1.25rem;font-weight:800;color:#1a1614;line-height:1;letter-spacing:-.02em}.home-right .summary-panel .summary-label{font-size:.68rem;color:#7a746c;font-weight:500;text-transform:uppercase;letter-spacing:.04em;margin-top:.1rem}.home-right .summary-panel .summary-divider{height:1px;background:#e5e0d8;margin:.75rem 0}.home-right .summary-panel .summary-footer .summary-bar-label{display:flex;justify-content:space-between;font-size:.72rem;color:#7a746c;margin-bottom:.35rem;font-weight:500}.home-right .summary-panel .summary-footer .summary-bar{height:6px;background:#e5e0d8;border-radius:99px}.home-right .summary-panel .summary-footer .summary-bar .summary-bar-fill{height:100%;background:maroon;border-radius:99px;transition:width .3s ease}.home-right .summary-panel .pending-reports-row{display:flex;align-items:center;gap:.75rem}.home-right .btn-sm{padding:.3rem .75rem;font-size:.75rem;height:auto}.page-enter{animation:pageFadeIn .4s ease both}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.student-login-page{position:fixed;inset:0;background:#fafaf8;overflow:hidden}.student-login-page .login-container{display:grid;grid-template-columns:2fr 3fr;position:fixed;inset:0;overflow:hidden}@media(max-width:992px){.student-login-page .login-container{grid-template-columns:1fr;grid-template-rows:auto auto;align-content:start}}.student-login-page .login-left{background:maroon;padding:2rem;display:flex;flex-direction:column;justify-content:space-between}@media(max-width:992px){.student-login-page .login-left{min-height:auto;max-height:120px;padding:1.25rem 1.5rem;justify-content:center}}@media(max-width:600px){.student-login-page .login-left{display:none}}.student-login-page .login-left .brand-content h1{font-size:clamp(2rem,4vw,3.25rem);font-weight:800;color:#fff;line-height:1.1;margin-bottom:.5rem;letter-spacing:-.02em}.student-login-page .login-left .brand-content .subtitle{font-size:.9rem;letter-spacing:.05em;text-transform:uppercase;color:#ffffffa6;font-weight:500}.student-login-page .login-left .quote{font-size:.925rem;font-style:italic;line-height:1.7;color:#ffffffbf;border-left:3px solid #C8A400;padding-left:1.25rem}@media(max-width:1100px){.student-login-page .login-left .quote{display:none}}.student-login-page .login-left .login-footer-links{display:flex;gap:1.25rem;margin-top:2rem}@media(max-width:992px){.student-login-page .login-left .login-footer-links{display:none}}.student-login-page .login-left .login-footer-links a{font-size:.78rem;color:#ffffff80;text-decoration:none;transition:color .2s ease}.student-login-page .login-left .login-footer-links a:hover{color:#ffffffd9}.student-login-page .login-right{padding:2rem;display:flex;flex-direction:column;justify-content:center}@media(max-width:992px){.student-login-page .login-right{padding:1.5rem;justify-content:flex-start}}.student-login-page .login-right .login-form-container{width:100%;max-width:420px;margin:0 auto}.student-login-page .login-right .login-form-container .login-badge{display:inline-flex;align-items:center;gap:.4rem;background:#fffbec;border:1px solid rgba(200,164,0,.3);color:#c8a400;padding:.25rem .65rem;border-radius:20px;font-size:.75rem;font-weight:600;margin-bottom:.75rem}.student-login-page .login-right .login-form-container h2{font-size:1.4rem;font-weight:700;color:#1a1614;margin-bottom:.25rem;line-height:1.2}.student-login-page .login-right .login-form-container .instruction{font-size:.85rem;color:#7a746c;margin-bottom:1.25rem;line-height:1.5}.student-login-page .login-right .login-form-container .error-message{background:#c0392b14;color:#c0392b;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1.25rem;border-left:3px solid #C0392B}.student-login-page .login-right .login-form-container .google-btn{width:100%;background:#fff;color:#1a1614;border:1.5px solid #E5E0D8;font-size:.95rem;height:48px;border-radius:8px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.6rem;cursor:pointer;transition:all .2s ease}.student-login-page .login-right .login-form-container .google-btn .icon{font-size:1.25rem}.student-login-page .login-right .login-form-container .google-btn:hover:not(:disabled){border-color:maroon;box-shadow:0 0 0 3px #80000014}.student-login-page .login-right .login-form-container .google-btn:disabled{opacity:.5;cursor:not-allowed}.student-login-page .login-right .login-form-container .divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0;color:#a89f95;font-size:.8rem}.student-login-page .login-right .login-form-container .divider:before,.student-login-page .login-right .login-form-container .divider:after{content:"";flex:1;height:1px;background:#e5e0d8}.student-login-page .login-right .login-form-container .portal-links{display:flex;flex-direction:column;gap:.5rem}.student-login-page .login-right .login-form-container .portal-links .portal-link{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#f4f1ec;border:1.5px solid #E5E0D8;border-radius:8px;color:#4a4540;font-size:.85rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease}.student-login-page .login-right .login-form-container .portal-links .portal-link .portal-link-label{display:flex;align-items:center;gap:.5rem}.student-login-page .login-right .login-form-container .portal-links .portal-link svg{color:maroon}.student-login-page .login-right .login-form-container .portal-links .portal-link .arrow{color:#a89f95;font-size:.75rem}.student-login-page .login-right .login-form-container .portal-links .portal-link:hover{border-color:maroon;background:#80000014;color:maroon}.student-login-page .login-right .login-form-container .note{margin-top:1.5rem;font-size:.78rem;color:#a89f95;text-align:center}.student-login-page .login-right .login-form-container .note strong{color:maroon}.sidebar{position:fixed;top:0;left:0;bottom:0;width:200px;background:#fff;border-right:1px solid #E5E0D8;display:flex;flex-direction:column;justify-content:space-between;z-index:100;overflow:hidden}@media(max-width:768px){.sidebar{width:100%;height:52px;bottom:auto;border-right:none;border-bottom:1px solid #E5E0D8;flex-direction:row;align-items:center;padding:0 1rem}}.sidebar-top{display:flex;flex-direction:column}@media(max-width:768px){.sidebar-top{flex-direction:row;align-items:center}}.brand{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;border-bottom:1px solid #E5E0D8}@media(max-width:768px){.brand{padding:0;border-bottom:none}}.brand .logo-mark{width:32px;height:32px;background:maroon;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.6rem;font-weight:800;letter-spacing:.05em;flex-shrink:0}.brand .brand-text{display:flex;flex-direction:column;line-height:1.2}.brand .brand-text .logo-text{font-size:.875rem;font-weight:700;color:#1a1614;letter-spacing:-.01em}.brand .brand-text .logo-sub{font-size:.6rem;font-weight:500;color:#a89f95;text-transform:uppercase;letter-spacing:.06em}.sidebar-nav{padding:.625rem}@media(max-width:768px){.sidebar-nav{display:flex!important;position:fixed;bottom:0;left:0;right:0;height:56px;background:#fff;border-top:1px solid #E5E0D8;border-radius:0;padding:0;z-index:100;flex-direction:row;align-items:stretch;justify-content:stretch}}.sidebar-nav .nav-item{display:flex;align-items:center;gap:.625rem;padding:.5rem .625rem;border-radius:8px;font-size:.875rem;font-weight:500;color:#7a746c;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.sidebar-nav .nav-item .nav-icon{font-size:1rem;flex-shrink:0;display:flex}.sidebar-nav .nav-item:hover{background:#f4f1ec;color:#1a1614}.sidebar-nav .nav-item.active{background:#80000014;color:maroon;font-weight:600;border-left:3px solid #800000;padding-left:calc(.625rem - 3px);border-radius:0 8px 8px 0}.sidebar-nav .nav-item.active .nav-icon{color:maroon}@media(max-width:768px){.sidebar-nav .nav-item{flex:1;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;padding:.4rem .25rem;border-radius:0;font-size:.75rem;text-align:center}.sidebar-nav .nav-item.active{border-left:none;border-top:3px solid #800000;padding-left:.5rem;padding-top:calc(.4rem - 3px);border-radius:0}}.sidebar-footer{padding:.625rem;border-top:1px solid #E5E0D8}@media(max-width:768px){.sidebar-footer{display:none}}.sidebar-footer .signout-btn{display:flex;align-items:center;gap:.625rem;padding:.5rem .625rem;width:100%;border:none;background:none;border-radius:8px;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:500;color:#7a746c;cursor:pointer;transition:all .2s ease;text-align:left}.sidebar-footer .signout-btn svg{font-size:1rem;flex-shrink:0}.sidebar-footer .signout-btn:hover{background:#f4f1ec;color:#1a1614}.topbar{position:fixed;top:0;left:200px;right:0;height:52px;background:#fff;border-bottom:1px solid #E5E0D8;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;z-index:90}@media(max-width:768px){.topbar{left:0;top:52px}}.topbar-left{flex:1;display:flex;align-items:center}.topbar-left .topbar-actions{display:flex;align-items:center;gap:.5rem}.topbar-title{display:flex;align-items:center;gap:.75rem}.topbar-page-title{font-size:.9rem;font-weight:700;color:#1a1614;letter-spacing:-.01em;white-space:nowrap}.topbar-right{display:flex;align-items:center;gap:.5rem}.topbar-signout-btn{display:none;width:36px;height:36px;border:none;background:none;color:#7a746c;cursor:pointer;border-radius:4px;align-items:center;justify-content:center;font-size:1rem;transition:all .2s ease;flex-shrink:0}.topbar-signout-btn:hover{color:#c0392b;background-color:#c0392b14}@media(max-width:768px){.topbar-signout-btn{display:flex}}.notif-wrapper{position:relative}.notif-wrapper .topbar-icon-btn{width:36px;height:36px;border:none;background:none;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#7a746c;cursor:pointer;font-size:1.1rem;transition:all .2s ease;position:relative}.notif-wrapper .topbar-icon-btn:hover{background:#f4f1ec;color:#1a1614}.notif-wrapper .topbar-icon-btn.active{background:#80000014;color:maroon}.notif-wrapper .notif-badge{position:absolute;top:4px;right:4px;background:maroon;color:#fff;font-size:.5rem;font-weight:700;min-width:13px;height:13px;border-radius:7px;display:flex;align-items:center;justify-content:center;border:2px solid #FFFFFF}.notif-wrapper .notif-dropdown{position:absolute;top:calc(100% + .5rem);right:0;width:300px;background:#fff;border:1px solid #E5E0D8;border-radius:12px;box-shadow:0 4px 12px #00000014;z-index:1000;overflow:hidden;animation:dropIn .15s ease both}@media(max-width:768px){.notif-wrapper .notif-dropdown{position:fixed;top:104px;left:.75rem;right:.75rem;width:auto}}@keyframes dropIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.notif-wrapper .notif-dropdown .notif-dropdown-header{padding:.75rem 1rem;border-bottom:1px solid #E5E0D8;display:flex;justify-content:space-between;align-items:center;background:#fafaf8}.notif-wrapper .notif-dropdown .notif-dropdown-header h3{margin:0;font-size:.875rem;font-weight:700;color:#1a1614}.notif-wrapper .notif-dropdown .notif-dropdown-header .mark-read{font-size:.75rem;color:maroon;cursor:pointer;font-weight:600}.notif-wrapper .notif-dropdown .notif-dropdown-header .mark-read:hover{text-decoration:underline}.notif-wrapper .notif-dropdown .notif-dropdown-body{max-height:300px;overflow-y:auto}.notif-wrapper .notif-dropdown .notif-dropdown-body .empty-state{padding:2rem;text-align:center;color:#7a746c;font-size:.875rem}.notif-wrapper .notif-dropdown .notif-dropdown-body .notif-item{padding:.75rem 1rem;display:flex;gap:.75rem;border-bottom:1px solid #E5E0D8;transition:background .2s ease}.notif-wrapper .notif-dropdown .notif-dropdown-body .notif-item:last-child{border-bottom:none}.notif-wrapper .notif-dropdown .notif-dropdown-body .notif-item.unread{background:#80000014}.notif-wrapper .notif-dropdown .notif-dropdown-body .notif-item.unread .notif-message{font-weight:600}.notif-wrapper .notif-dropdown .notif-dropdown-body .notif-item:hover{background:#f4f1ec}.notif-wrapper .notif-dropdown .notif-dropdown-body .notif-item .notif-icon{font-size:1rem}.notif-wrapper .notif-dropdown .notif-dropdown-body .notif-item .notif-content{flex:1}.notif-wrapper .notif-dropdown .notif-dropdown-body .notif-item .notif-content .notif-message{font-size:.85rem;color:#4a4540;margin-bottom:.2rem;line-height:1.4}.notif-wrapper .notif-dropdown .notif-dropdown-body .notif-item .notif-content .notif-time{font-size:.7rem;color:#a89f95}.user-chip{display:flex;align-items:center;gap:.5rem;padding:.375rem .625rem .375rem .375rem;background:#fafaf8;border:1px solid #E5E0D8;border-radius:999px;cursor:default}.user-chip .avatar{width:28px;height:28px;border-radius:50%;background:#80000014;color:maroon;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.7rem;flex-shrink:0;overflow:hidden}.user-chip .avatar img{width:100%;height:100%;object-fit:cover}.user-chip .user-info{display:flex;flex-direction:column;line-height:1.2}@media(max-width:640px){.user-chip .user-info{display:none}}.user-chip .user-info .user-name{font-size:.8rem;font-weight:600;color:#1a1614}.user-chip .user-info .user-email{font-size:.68rem;color:#a89f95;white-space:nowrap;max-width:180px;overflow:hidden;text-overflow:ellipsis}.modal-overlay{position:fixed;inset:0;background:#1a16148c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.25rem;animation:overlayIn .15s ease both;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media(max-width:480px){.modal-overlay{padding:.875rem;align-items:flex-end}}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border:1px solid #E5E0D8;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 12px #00000014;animation:modalIn .2s ease both}@media(max-width:480px){.modal-content{max-height:85vh;border-radius:12px 12px 0 0}}@keyframes modalIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-content .modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid #E5E0D8;display:flex;justify-content:space-between;align-items:center;background:#fafaf8;border-radius:12px 12px 0 0}@media(max-width:480px){.modal-content .modal-header{padding:1rem}}.modal-content .modal-header h3{margin:0;font-size:1rem;font-weight:700;color:#1a1614}.modal-content .modal-header .close-btn{background:none;border:none;font-size:1.1rem;cursor:pointer;color:#7a746c;padding:.25rem;display:flex;border-radius:4px;transition:all .2s ease}.modal-content .modal-header .close-btn:hover{color:#1a1614;background:#f4f1ec}.modal-content .modal-body{padding:1.5rem}@media(max-width:480px){.modal-content .modal-body{padding:1rem}}.request-modal-content .form-group,.department-modal-content .form-group{margin-bottom:1.25rem}.request-modal-content .form-group label,.department-modal-content .form-group label{display:block;margin-bottom:.35rem;font-size:.8rem;font-weight:600;color:#4a4540}.request-modal-content .form-group .form-input,.request-modal-content .form-group .form-select,.request-modal-content .form-group .form-textarea,.department-modal-content .form-group .form-input,.department-modal-content .form-group .form-select,.department-modal-content .form-group .form-textarea{width:100%;background-color:#fff;border:1.5px solid #E5E0D8;color:#1a1614;padding:.6rem .875rem;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:.9rem;border-radius:8px}.request-modal-content .form-group .form-input::placeholder,.request-modal-content .form-group .form-select::placeholder,.request-modal-content .form-group .form-textarea::placeholder,.department-modal-content .form-group .form-input::placeholder,.department-modal-content .form-group .form-select::placeholder,.department-modal-content .form-group .form-textarea::placeholder{color:#a89f95}.request-modal-content .form-group .form-input:focus,.request-modal-content .form-group .form-select:focus,.request-modal-content .form-group .form-textarea:focus,.department-modal-content .form-group .form-input:focus,.department-modal-content .form-group .form-select:focus,.department-modal-content .form-group .form-textarea:focus{outline:none;border-color:maroon;box-shadow:0 0 0 3px #8000001a}.request-modal-content .form-group .form-select,.department-modal-content .form-group .form-select{appearance:none;padding-right:2.25rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%237A746C' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;cursor:pointer}.request-modal-content .form-group .form-select option,.department-modal-content .form-group .form-select option{background:#fff;color:#1a1614}.request-modal-content .form-group .form-textarea,.department-modal-content .form-group .form-textarea{resize:vertical;min-height:100px}.request-modal-content .form-group small,.department-modal-content .form-group small{display:block;margin-top:.35rem;font-size:.75rem;color:#7a746c}.request-modal-content .form-row,.department-modal-content .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:600px){.request-modal-content .form-row,.department-modal-content .form-row{grid-template-columns:1fr}}.request-modal-content .selected-staff-info,.department-modal-content .selected-staff-info{margin-bottom:1.25rem;padding:1rem;background:#80000014;border:1px solid rgba(128,0,0,.2);border-radius:8px}.request-modal-content .selected-staff-info h4,.department-modal-content .selected-staff-info h4{margin:0 0 .3rem;color:#1a1614;font-size:.9rem;font-weight:700}.request-modal-content .selected-staff-info p,.department-modal-content .selected-staff-info p{margin:.15rem 0;font-size:.85rem;color:#4a4540}.request-modal-content .selected-staff-info .departments,.department-modal-content .selected-staff-info .departments{color:maroon;font-weight:600}.request-modal-content .modal-actions,.department-modal-content .modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #E5E0D8}.requirement-card{background:#fff;border:1px solid #E5E0D8;border-radius:12px;padding:1.1rem;display:flex;flex-direction:column;height:100%;transition:all .2s ease}.requirement-card:hover{box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;border-color:#c8c0b4}.requirement-card .card-header{margin-bottom:.75rem}.requirement-card.status-completed{border-top:3px solid #2D7A4A}.requirement-card.status-pending{border-top:3px solid #FFD700}.requirement-card.status-rejected{border-top:3px solid #C0392B}.requirement-card.status-follow-up{border-top:3px solid #B45309}.requirement-card .card-body{flex:1;margin-bottom:.875rem}.requirement-card .card-body h3{font-size:.9rem;font-weight:700;margin-bottom:.25rem;color:#1a1614;line-height:1.3}.requirement-card .card-body p{font-size:.82rem;color:#7a746c;line-height:1.5}.requirement-card .card-actions .upload-btn{width:100%;justify-content:center;font-size:.82rem;padding:.5rem;margin-bottom:.25rem;border:1.5px solid #800000;color:maroon;background:transparent;border-radius:8px;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-weight:600;display:flex;align-items:center;gap:.4rem;cursor:pointer;transition:all .2s ease}.requirement-card .card-actions .upload-btn:hover{background:#80000014}.requirement-card .card-actions .follow-up-btn{width:100%;font-size:.8rem;color:#b45309;text-decoration:underline;text-underline-offset:2px;padding:.2rem;cursor:pointer;background:none;border:none;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;transition:color .2s ease}.requirement-card .card-actions .follow-up-btn:hover{color:#833d07;text-decoration:none}.requirement-card .card-actions .completed-msg{text-align:center;font-size:.82rem;color:#2d7a4a;font-weight:600}.requirement-card .card-actions .follow-up-msg{text-align:center;font-size:.82rem;color:#b45309;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.4rem}.file-uploader .drop-zone{border:2px dashed #C8C0B4;border-radius:12px;padding:1.5rem 1.25rem;text-align:center;background:#fafaf8;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;cursor:pointer}.file-uploader .drop-zone.active,.file-uploader .drop-zone:hover{border-color:maroon;background:#80000014}.file-uploader .drop-zone .upload-icon{font-size:1.75rem;color:#a89f95;margin-bottom:.5rem}.file-uploader .drop-zone p{color:#1a1614;font-weight:600;font-size:.875rem;margin-bottom:.35rem}.file-uploader .drop-zone .divider{font-size:.75rem;color:#a89f95;margin-bottom:.875rem;text-transform:uppercase;letter-spacing:.06em}.file-uploader .drop-zone .hint{margin-top:.75rem;font-size:.75rem;color:#a89f95}.file-uploader .upload-progress .file-info{display:flex;align-items:center;gap:.75rem;background:#f4f1ec;border:1px solid #E5E0D8;border-radius:8px;padding:.875rem 1rem;margin-bottom:1.1rem}.file-uploader .upload-progress .file-info .file-icon{color:maroon;font-size:1.25rem}.file-uploader .upload-progress .file-info .file-name{font-weight:600;font-size:.875rem;color:#1a1614}.file-uploader .upload-progress .actions{display:flex;gap:.875rem}.file-uploader .upload-progress .actions .btn-text{background:none;border:none;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:.85rem;color:#7a746c;cursor:pointer;text-decoration:underline;text-underline-offset:2px;padding:0;transition:color .2s ease}.file-uploader .upload-progress .actions .btn-text:hover{color:#c0392b;text-decoration:none}.file-uploader .progress-bar-container .progress-label{display:flex;justify-content:space-between;margin-bottom:.4rem;font-size:.82rem;color:#4a4540}.file-uploader .progress-bar-container .progress-bg{height:6px;background:#f4f1ec;border-radius:3px;overflow:hidden;margin-bottom:.875rem}.file-uploader .progress-bar-container .progress-bg .progress-fill{height:100%;background:#2d7a4a;border-radius:3px;transition:width .2s ease}.file-uploader .progress-bar-container .success-msg{display:flex;align-items:center;gap:.4rem;color:#2d7a4a;font-weight:600;font-size:.875rem}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.calendar-widget{background:#fff;border:1px solid #E5E0D8;border-radius:12px;padding:1.25rem;font-size:.85rem}.calendar-widget h3{color:#1a1614;margin-bottom:.875rem;font-size:.875rem;font-weight:700}.calendar-widget .calendar-container{margin-bottom:1rem}.calendar-widget .calendar-container .react-calendar{width:100%;background:transparent;border:none;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif}.calendar-widget .calendar-container .react-calendar__navigation{margin-bottom:.5rem;height:36px}.calendar-widget .calendar-container .react-calendar__navigation button{min-width:36px;background:none;font-size:.875rem;color:#4a4540;border:none;cursor:pointer;border-radius:4px;transition:all .2s ease;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif}.calendar-widget .calendar-container .react-calendar__navigation button:enabled:hover{background:#f4f1ec;color:maroon}.calendar-widget .calendar-container .react-calendar__month-view__weekdays{text-transform:uppercase;font-weight:700;font-size:.62rem;letter-spacing:.06em;color:#7a746c;text-decoration:none}.calendar-widget .calendar-container .react-calendar__month-view__weekdays abbr{text-decoration:none}.calendar-widget .calendar-container .react-calendar__month-view__days__day{color:#4a4540;aspect-ratio:1;padding:.25em;font-size:.82rem;background:none;border:none;cursor:pointer;border-radius:4px;transition:all .2s ease}.calendar-widget .calendar-container .react-calendar__month-view__days__day--neighboringMonth{color:#a89f95}.calendar-widget .calendar-container .react-calendar__month-view__days__day:enabled:hover{background:#f4f1ec;color:maroon}.calendar-widget .calendar-container .react-calendar__tile{padding:.35em;display:flex;align-items:center;justify-content:center;flex-direction:column}.calendar-widget .calendar-container .react-calendar__tile--now{background:#80000014;color:maroon;font-weight:700;border-radius:4px}.calendar-widget .calendar-container .react-calendar__tile--active{background:maroon!important;color:#fff!important;border-radius:4px}.calendar-widget .event-dot{height:4px;width:4px;background-color:maroon;border-radius:50%;margin-top:1px}.calendar-widget .upcoming-events{border-top:1px solid #E5E0D8;padding-top:.875rem}.calendar-widget .upcoming-events h4{font-size:.78rem;font-weight:700;color:#4a4540;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.calendar-widget .upcoming-events ul{list-style:none;padding:0}.calendar-widget .upcoming-events li{display:flex;gap:.75rem;margin-bottom:.4rem;font-size:.82rem;align-items:center}.calendar-widget .upcoming-events li .date{font-weight:700;color:maroon;min-width:42px;font-size:.78rem}.calendar-widget .upcoming-events li .event{color:#4a4540;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-progress{display:flex;flex-direction:column;gap:.25rem;min-width:160px}@media(max-width:600px){.topbar-progress{display:none}}.topbar-progress .topbar-progress-info{display:flex;justify-content:space-between;align-items:baseline;font-size:.7rem;font-weight:600;color:#4a4540}.topbar-progress .topbar-progress-info .topbar-progress-pct{color:maroon;font-weight:700}.topbar-progress .topbar-progress-bar-bg{height:5px;background:#ede9e1;border-radius:999px;overflow:hidden}.topbar-progress .topbar-progress-bar-bg .topbar-progress-bar-fill{height:100%;background:linear-gradient(90deg,maroon,#9a0000);border-radius:999px;transition:width .5s ease}.dashboard-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fafaf8}.dashboard-main{padding-top:1.25rem;padding-bottom:2rem;flex:1}.dashboard-main.container{max-width:100%;padding-left:1rem;padding-right:1rem;padding-top:1.25rem}.renewal-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem;flex-wrap:wrap}.renewal-page-header .renewal-header-left{flex:1}.renewal-page-header .renewal-header-left h1{font-size:1.5rem;font-weight:700;color:#1a1614;margin-bottom:.2rem;letter-spacing:-.02em}.renewal-page-header .renewal-header-left .subtitle{font-size:.875rem;color:#7a746c}.renewal-header-right{display:flex;flex-direction:row;align-items:flex-start;gap:.625rem}@media(max-width:768px){.renewal-header-right{width:100%;flex-wrap:wrap}}.progress-card{background:#fff;border:1px solid #E5E0D8;border-radius:12px;padding:.875rem 1rem;min-width:240px}@media(max-width:768px){.progress-card{width:100%}}.progress-card .progress-info{display:flex;justify-content:space-between;margin-bottom:.375rem;font-size:.8rem;font-weight:600;color:#4a4540}.progress-card .progress-info .percentage{color:maroon;font-weight:700}.progress-card .progress-bar-bg{height:8px;background:#ede9e1;border-radius:999px;overflow:hidden;margin-bottom:.4rem}.progress-card .progress-bar-bg .progress-bar-fill{height:100%;background:linear-gradient(90deg,maroon,#9a0000);border-radius:999px;transition:width .6s ease}.progress-card .progress-message{font-size:.72rem;color:#a89f95;text-align:right}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;gap:1rem}@media(max-width:768px){.dashboard-header{flex-direction:column;align-items:flex-start}}.dashboard-header .header-text h1{font-size:1.5rem;font-weight:700;color:#1a1614;margin-bottom:.2rem;letter-spacing:-.02em}.dashboard-header .header-text .subtitle{font-size:.875rem;color:#7a746c}.renewal-status-card{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;margin-bottom:1rem;background:#fff;border:1px solid #E5E0D8;border-radius:12px;border-left:4px solid #FFD700}.renewal-status-card .status-icon-wrap{width:34px;height:34px;border-radius:8px;background:#fffbec;border:1px solid rgba(200,164,0,.25);display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#c8a400;flex-shrink:0}.renewal-status-card .status-content{flex:1;min-width:0}.renewal-status-card .status-content h3{color:#1a1614;margin-bottom:.5rem;font-size:.95rem;font-weight:700}.renewal-status-card .status-content .scholarship-selectors{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;align-items:center;width:100%}@media(max-width:600px){.renewal-status-card .status-content .scholarship-selectors{flex-direction:column;align-items:stretch;gap:.75rem}}.renewal-status-card .status-content .scholarship-selector{display:flex;align-items:center;gap:.5rem}.renewal-status-card .status-content .scholarship-selector label{color:#7a746c;font-size:.8rem;font-weight:500;white-space:nowrap}.renewal-status-card .status-content .scholarship-selector .scholarship-dropdown{background:#fafaf8;border:1.5px solid #E5E0D8;color:#1a1614;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:.85rem;font-weight:600;padding:.3rem 2rem .3rem .6rem;cursor:pointer;border-radius:8px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%237A746C' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;transition:border-color .2s ease}.renewal-status-card .status-content .scholarship-selector .scholarship-dropdown option{background:#fff}.renewal-status-card .status-content .scholarship-selector .scholarship-dropdown:focus{outline:none;border-color:maroon;box-shadow:0 0 0 3px #80000014}@media(max-width:600px){.renewal-status-card .status-content .scholarship-selector{justify-content:space-between}.renewal-status-card .status-content .scholarship-selector .scholarship-dropdown{flex:1;max-width:250px}}@media(max-width:400px){.renewal-status-card .status-content .scholarship-selector{flex-direction:column;align-items:stretch;gap:.25rem}.renewal-status-card .status-content .scholarship-selector .scholarship-dropdown{max-width:100%}}.renewal-status-card .status-content .term-info{color:#a89f95;font-size:.75rem;margin-top:.5rem}.renewal-status-card .status-badge{background:#80000014;color:maroon;padding:.3rem .75rem;border-radius:20px;font-weight:700;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0;align-self:flex-start}@media(max-width:600px){.renewal-status-card{flex-direction:column;gap:.75rem}}.dashboard-content-grid{display:grid;grid-template-columns:1fr 260px;gap:1rem;align-items:start}@media(max-width:1024px){.dashboard-content-grid{grid-template-columns:1fr}}.dashboard-content-grid .content-left{min-width:0;width:100%}.dashboard-content-grid .content-right{display:flex;flex-direction:column;gap:1rem}.dashboard-content-grid .content-right .help-widget{background:#fff;border:1px solid #E5E0D8;border-radius:12px;padding:1rem}.dashboard-content-grid .content-right .help-widget h3{color:#1a1614;margin-bottom:.4rem;font-size:.9rem;font-weight:700}.dashboard-content-grid .content-right .help-widget p{font-size:.82rem;color:#7a746c;margin-bottom:1rem;line-height:1.5}.dashboard-content-grid .content-right .help-widget .btn{width:100%}.requirements-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media(max-width:1100px){.requirements-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.requirements-grid{grid-template-columns:1fr}}.btn-submit-application{width:100%;padding:.8rem;font-size:.9rem;font-weight:700;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;color:#fff;background:maroon;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-top:1rem;letter-spacing:.01em}.btn-submit-application:hover:not(:disabled){background:#9a0000;box-shadow:0 2px 8px #80000059}.btn-submit-application:disabled{background:#f4f1ec;color:#a89f95;cursor:not-allowed}.guidelines-content{color:#4a4540;line-height:1.6;font-size:.875rem}.guidelines-content .deadline-box{margin-bottom:.875rem;padding:.75rem 1rem;background:#fffbec;border:1px solid rgba(200,164,0,.3);border-radius:8px;font-size:.85rem;color:#1a1614;border-left:3px solid #FFD700}.guidelines-content h4{color:maroon;margin-bottom:.25rem;font-weight:700;font-size:.825rem;margin-top:.875rem;text-transform:uppercase;letter-spacing:.04em}.guidelines-content .naming-box{margin-bottom:.75rem;font-family:monospace;background:#f4f1ec;border:1px solid #E5E0D8;padding:.4rem .6rem;font-size:.78rem;border-radius:4px;color:#1a1614}.guidelines-content .requirements-list{padding-left:1.2rem;display:flex;flex-direction:column;gap:.2rem;margin-bottom:.875rem}.guidelines-content .step-section{margin-top:.875rem;border-top:1px solid #E5E0D8;padding-top:.875rem}.loading-screen{height:100vh;display:flex;align-items:center;justify-content:center;font-size:.95rem;color:#7a746c}.submit-confirmation-dialog{text-align:center;padding:.5rem}.submit-confirmation-dialog .confirmation-icon{font-size:2.5rem;margin-bottom:.875rem}.submit-confirmation-dialog h4{color:#1a1614;font-size:1.15rem;font-weight:700;margin-bottom:.875rem}.submit-confirmation-dialog .confirmation-message{color:#4a4540;font-size:.9rem;margin-bottom:1.25rem}.submit-confirmation-dialog .submission-summary{background:#fafaf8;border:1px solid #E5E0D8;border-radius:8px;padding:1rem;margin-bottom:1.25rem;text-align:left}.submit-confirmation-dialog .submission-summary .summary-item{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0;border-bottom:1px solid #E5E0D8;font-size:.875rem}.submit-confirmation-dialog .submission-summary .summary-item:last-child{border-bottom:none}.submit-confirmation-dialog .submission-summary .summary-item strong{color:#1a1614;font-weight:600}.submit-confirmation-dialog .submission-summary .summary-item span{color:maroon;font-weight:600}.submit-confirmation-dialog .warning-text{background:#b4530914;color:#b45309;padding:.75rem 1rem;border-radius:8px;border-left:3px solid #B45309;font-size:.85rem;margin-bottom:1.25rem;text-align:left}.submit-confirmation-dialog .dialog-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.25rem}.submit-confirmation-dialog .dialog-actions .btn{min-width:110px}.submit-success-dialog{text-align:center;padding:.5rem}.submit-success-dialog .success-icon{font-size:3rem;margin-bottom:1rem;animation:scaleIn .3s ease-out}@keyframes scaleIn{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.submit-success-dialog h4{color:#2d7a4a;font-size:1.3rem;font-weight:700;margin-bottom:.875rem}.submit-success-dialog .success-message{color:#4a4540;font-size:.95rem;margin-bottom:1.25rem;line-height:1.65}.submit-success-dialog .success-details{background:#fafaf8;border:1px solid #E5E0D8;border-radius:8px;padding:1rem;margin-bottom:1.25rem;text-align:left}.submit-success-dialog .success-details .detail-item{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0;border-bottom:1px solid #E5E0D8;font-size:.875rem}.submit-success-dialog .success-details .detail-item:last-child{border-bottom:none}.submit-success-dialog .success-details .detail-item strong{color:#1a1614;font-weight:600}.submit-success-dialog .success-details .detail-item span{color:#2d7a4a;font-weight:600}.submit-success-dialog .success-info-box{background:#80000014;border-left:3px solid #800000;border-radius:8px;padding:1rem;margin-bottom:1.25rem;text-align:left}.submit-success-dialog .success-info-box p{margin-bottom:.5rem;color:maroon;font-weight:700;font-size:.85rem}.submit-success-dialog .success-info-box ul{padding-left:1.5rem;margin:0;color:#4a4540;line-height:1.8;font-size:.875rem}.submit-success-dialog .dialog-actions{display:flex;justify-content:center;margin-top:1.25rem}.dashboard-home .department-header h1{font-size:1.15rem}.dashboard-home .hours-summary-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:.75rem}@media(max-width:900px){.dashboard-home .hours-summary-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.dashboard-home .hours-summary-row{grid-template-columns:1fr 1fr}}.dashboard-home .summary-stat-card{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.5rem}.dashboard-home .summary-stat-card .summary-stat-label{font-size:.7rem;color:#7a746c;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.dashboard-home .summary-stat-card .summary-stat-value{font-size:1.75rem;font-weight:700;color:#1a1614;line-height:1;display:flex;align-items:baseline;gap:.2rem}.dashboard-home .summary-stat-card .summary-stat-value span{font-size:.8rem;font-weight:500;color:#7a746c}.dashboard-home .summary-stat-card .summary-stat-value.rendered{color:#2d7a4a}.dashboard-home .summary-stat-card .summary-stat-value.remaining{color:#b45309}.dashboard-home .summary-stat-card .summary-stat-value.target{color:maroon}.dashboard-home .progress-overview{padding:1rem 1.25rem;margin-bottom:.75rem}.dashboard-home .progress-overview .progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.8rem;font-weight:600;color:#4a4540}.dashboard-home .progress-overview .progress-info .progress-percentage{color:maroon;font-weight:700}.dashboard-home .progress-overview .progress-bar-bg{height:8px;background:#ede9e1;border-radius:999px;overflow:hidden;margin-bottom:.4rem}.dashboard-home .progress-overview .progress-bar-bg .progress-bar-fill{height:100%;background:linear-gradient(90deg,maroon,#9a0000);border-radius:999px;transition:width .6s ease}.dashboard-home .progress-overview .progress-message{font-size:.75rem;color:#a89f95;margin:0}.dashboard-home .announcements-section .section-header-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.625rem}.dashboard-home .announcements-section .section-header-row h2{font-size:.95rem;font-weight:700;color:#1a1614;margin:0}.dashboard-home .announcements-section .section-header-row .section-count{background:#80000014;color:maroon;font-size:.68rem;font-weight:700;padding:.1rem .5rem;border-radius:99px}.dashboard-home .announcements-section .empty-announcements{padding:2rem;text-align:center;color:#7a746c;display:flex;flex-direction:column;align-items:center;gap:.5rem}.dashboard-home .announcements-section .empty-announcements svg{font-size:1.5rem;opacity:.4}.dashboard-home .announcements-section .empty-announcements p{font-size:.85rem;margin:0}.dashboard-home .announcements-section .announcements-columns{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;align-items:start}.dashboard-home .announcements-section .announcements-list{display:flex;flex-direction:column;gap:.5rem}.dashboard-home .announcements-section .announcement-card{display:flex;gap:.75rem;padding:.75rem 1rem;align-items:flex-start;cursor:pointer;transition:border-color .15s,box-shadow .15s;border:1px solid transparent}.dashboard-home .announcements-section .announcement-card:hover{border-color:#8000004d}.dashboard-home .announcements-section .announcement-card.selected{border-color:maroon;box-shadow:0 0 0 2px #8000001f}.dashboard-home .announcements-section .announcement-card .announcement-icon{width:30px;height:30px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.95rem}.dashboard-home .announcements-section .announcement-card .announcement-body{flex:1}.dashboard-home .announcements-section .announcement-card .announcement-body h3{font-size:.875rem;font-weight:600;color:#1a1614;margin:0 0 .25rem}.dashboard-home .announcements-section .announcement-card .announcement-body p{font-size:.8rem;color:#4a4540;margin:0 0 .35rem;line-height:1.5}.dashboard-home .announcements-section .announcement-card .announcement-body .announcement-meta{font-size:.7rem;color:#7a746c}.dashboard-home .announcements-section .announcement-card.announcement-info .announcement-icon{background:#1d4ed814;color:#1d4ed8}.dashboard-home .announcements-section .announcement-card.announcement-warning .announcement-icon{background:#b4530914;color:#b45309}.dashboard-home .announcements-section .announcement-card.announcement-urgent .announcement-icon{background:#c0392b14;color:#c0392b}.dashboard-home .announcements-section .announcements-summary{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;min-height:180px;position:sticky;top:calc(52px + 1rem)}.dashboard-home .announcements-section .announcements-summary .summary-type-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .6rem;border-radius:99px;width:fit-content}.dashboard-home .announcements-section .announcements-summary .summary-type-badge.announcement-info{background:#1d4ed814;color:#1d4ed8}.dashboard-home .announcements-section .announcements-summary .summary-type-badge.announcement-warning{background:#b4530914;color:#b45309}.dashboard-home .announcements-section .announcements-summary .summary-type-badge.announcement-urgent{background:#c0392b14;color:#c0392b}.dashboard-home .announcements-section .announcements-summary h3{font-size:.95rem;font-weight:700;color:#1a1614;margin:0}.dashboard-home .announcements-section .announcements-summary p{font-size:.82rem;color:#4a4540;margin:0;line-height:1.6}.dashboard-home .announcements-section .announcements-summary .announcement-meta{font-size:.7rem;color:#7a746c;margin-top:auto}.dashboard-home .announcements-section .announcements-summary .summary-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;flex:1;color:#7a746c;text-align:center}.dashboard-home .announcements-section .announcements-summary .summary-placeholder svg{font-size:1.5rem;opacity:.3}.dashboard-home .announcements-section .announcements-summary .summary-placeholder p{font-size:.8rem;margin:0}@media(max-width:480px){.dashboard-page{padding-left:.75rem;padding-right:.75rem}.hours-summary-row{grid-template-columns:1fr 1fr!important}.renewal-requirements-grid{grid-template-columns:1fr!important}}.department-assignment-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fafaf8}.department-main{padding-top:.5rem;padding-bottom:1rem;flex:1}.department-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;gap:.5rem}@media(max-width:768px){.department-header{flex-direction:column;align-items:flex-start}}.department-header .header-content{display:flex;align-items:flex-start;gap:.5rem;flex:1}.department-header .header-content h1{font-size:1.05rem;font-weight:700;color:#1a1614;margin-bottom:.1;letter-spacing:-.01em}.department-header .header-content .subtitle{font-size:.72rem;color:#7a746c}.department-content{display:grid;grid-template-columns:1fr;gap:.5rem}@media(min-width:992px){.department-content{grid-template-columns:2fr 1fr}}.dept-left{display:flex;flex-direction:column;gap:.5rem}@media(min-width:992px){.dept-left{grid-column:1}}.dept-right{display:flex;flex-direction:column;gap:.5rem}@media(min-width:992px){.dept-right{grid-column:2}}.assignment-card{background:#fff;border:1px solid #E5E0D8;border-radius:12px;padding:.65rem}@media(min-width:992px){.assignment-card{grid-column:1/-1}}.assignment-card .card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;padding-bottom:.4rem;border-bottom:1px solid #E5E0D8}.assignment-card .card-header .header-icon{width:32px;height:32px;background:#80000014;color:maroon;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.95rem;flex-shrink:0}.assignment-card .card-header .header-info{flex:1}.assignment-card .card-header .header-info h2{font-size:1rem;font-weight:700;color:#1a1614;margin-bottom:.15rem;letter-spacing:-.01em}.assignment-card .card-header .header-info .dept-code{display:inline-block;padding:.1rem .4rem;background:#fffbec;color:#c8a400;border:1px solid rgba(200,164,0,.3);border-radius:20px;font-size:.65rem;font-weight:700;letter-spacing:.05em}.assignment-card .card-body .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem}@media(max-width:768px){.assignment-card .card-body .info-grid{grid-template-columns:1fr}}.assignment-card .card-body .info-grid .info-item .info-label{display:flex;align-items:center;gap:.3rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#7a746c;margin-bottom:.2rem}.assignment-card .card-body .info-grid .info-item .info-label svg{font-size:.78rem;color:#a89f95}.assignment-card .card-body .info-grid .info-item .info-value{color:#1a1614;font-size:.8rem;font-weight:500}.responsibilities-card{background:#fff;border:1px solid #E5E0D8;border-radius:12px;padding:.65rem}.responsibilities-card h3{font-size:.85rem;font-weight:700;color:#1a1614;margin-bottom:.5rem;display:flex;align-items:center;gap:.4rem}.responsibilities-card h3:before{content:"";width:3px;height:14px;background:maroon;border-radius:2px}.responsibilities-card .responsibilities-list{list-style:none;padding:0;margin:0}.responsibilities-card .responsibilities-list li{display:flex;align-items:flex-start;gap:.5rem;padding:.4rem .55rem;margin-bottom:.2rem;background:#fafaf8;border:1px solid #E5E0D8;border-radius:8px;border-left:3px solid #FFD700;transition:all .2s ease}.responsibilities-card .responsibilities-list li:hover{background:#fffbec;border-color:#c8a4004d}.responsibilities-card .responsibilities-list li .check-icon{width:16px;height:16px;border-radius:50%;background:#2d7a4a14;color:#2d7a4a;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;flex-shrink:0}.responsibilities-card .responsibilities-list li span:last-child{color:#4a4540;font-size:.8rem;line-height:1.45}.duty-hours-card{background:#fff;border:1px solid #E5E0D8;border-radius:12px;padding:.65rem}.duty-hours-card h3{font-size:.85rem;font-weight:700;color:#1a1614;margin-bottom:.5rem}.duty-hours-card .hours-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem;margin-bottom:.5rem}@media(max-width:600px){.duty-hours-card .hours-summary{grid-template-columns:1fr}}.duty-hours-card .hours-summary .hours-item{text-align:center;padding:.45rem;background:#fafaf8;border:1px solid #E5E0D8;border-radius:8px}.duty-hours-card .hours-summary .hours-item .hours-label{font-size:.62rem;text-transform:uppercase;letter-spacing:.06em;color:#7a746c;margin-bottom:.2rem;font-weight:600}.duty-hours-card .hours-summary .hours-item .hours-value{font-size:1rem;font-weight:700;letter-spacing:-.02em}.duty-hours-card .hours-summary .hours-item .hours-value.target{color:#1a1614}.duty-hours-card .hours-summary .hours-item .hours-value.rendered{color:#2d7a4a}.duty-hours-card .hours-summary .hours-item .hours-value.remaining{color:#b45309}.duty-hours-card .hours-progress .progress-info{display:flex;justify-content:space-between;margin-bottom:.3rem;font-size:.75rem;color:#4a4540}.duty-hours-card .hours-progress .progress-info .progress-percentage{font-weight:700;color:maroon}.duty-hours-card .hours-progress .progress-bar-bg{height:6px;background:#ede9e1;border-radius:999px;overflow:hidden;margin-bottom:.35rem}.duty-hours-card .hours-progress .progress-bar-bg .progress-bar-fill{height:100%;background:linear-gradient(90deg,maroon,#9a0000);border-radius:999px;transition:width .6s ease}.duty-hours-card .hours-progress .progress-message{font-size:.72rem;color:#a89f95;text-align:center}.checkin-card{background:#fff;border:1px solid #E5E0D8;border-radius:12px;padding:.65rem}.checkin-card .checkin-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}@media(max-width:500px){.checkin-card .checkin-header{flex-direction:column;gap:.5rem;align-items:stretch}}.checkin-card .checkin-header h3{font-size:.85rem;font-weight:700;color:#1a1614;margin-bottom:.15rem}.checkin-card .checkin-header .checkin-subtitle{color:#7a746c;font-size:.78rem}.checkin-card .checkin-header .checkin-status-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .55rem;border-radius:20px;font-weight:600;font-size:.72rem}.checkin-card .checkin-header .checkin-status-badge.checked-in{background:#2d7a4a14;color:#2d7a4a}.checkin-card .checkin-header .checkin-status-badge .checkin-time{font-weight:700}@media(max-width:500px){.checkin-card .checkin-header .checkin-status-badge{justify-content:center;width:fit-content}}.checkin-card .checkin-actions{margin-bottom:.5rem}.checkin-card .checkin-actions .btn-checkin,.checkin-card .checkin-actions .btn-checkout{display:flex;align-items:center;gap:.35rem;padding:.45rem 1rem;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:700;border:none;cursor:pointer;border-radius:8px;transition:all .2s ease}@media(max-width:500px){.checkin-card .checkin-actions .btn-checkin,.checkin-card .checkin-actions .btn-checkout{width:100%;justify-content:center}}.checkin-card .checkin-actions .btn-checkin{background:#2d7a4a;color:#fff}.checkin-card .checkin-actions .btn-checkin:hover{box-shadow:0 2px 8px #2d7a4a59}.checkin-card .checkin-actions .btn-checkout{background:#c0392b;color:#fff}.checkin-card .checkin-actions .btn-checkout:hover{box-shadow:0 2px 8px #c0392b59}.checkin-card .checkin-info{padding-top:.75rem;border-top:1px solid #E5E0D8}.checkin-card .checkin-info .checkin-detail{margin-bottom:.35rem;font-size:.8rem;color:#4a4540}.checkin-card .checkin-info .checkin-detail strong{color:#1a1614;margin-right:.3rem}.checkin-history-empty{font-size:.82rem;color:#a89f95;margin:0}.checkin-history-card{background:#fff;border:1px solid #E5E0D8;border-radius:12px;padding:.65rem}.checkin-history-card h3{font-size:.85rem;font-weight:700;color:#1a1614;margin-bottom:.5rem}.checkin-history-card .history-list{display:flex;flex-direction:column;gap:.4rem;max-height:14.5rem;overflow-y:auto}.checkin-history-card .history-item{display:flex;align-items:center;gap:.5rem;padding:.4rem .65rem;background:#fafaf8;border:1px solid #E5E0D8;border-radius:8px;border-left:3px solid #800000;flex-wrap:wrap}@media(max-width:500px){.checkin-history-card .history-item{flex-direction:column;align-items:stretch;gap:.4rem}}.checkin-history-card .history-item .history-date{font-weight:700;font-size:.8rem;color:#1a1614;min-width:80px}.checkin-history-card .history-item .history-times{display:flex;align-items:center;gap:.4rem;flex:1;flex-wrap:wrap}@media(max-width:500px){.checkin-history-card .history-item .history-times{width:100%;justify-content:flex-start}}.checkin-history-card .history-item .history-times .time-in,.checkin-history-card .history-item .history-times .time-out{display:flex;align-items:center;gap:.2rem;padding:.15rem .4rem;border-radius:20px;font-size:.75rem;font-weight:600}.checkin-history-card .history-item .history-times .time-in{background:#2d7a4a14;color:#2d7a4a}.checkin-history-card .history-item .history-times .time-out{background:#c0392b14;color:#c0392b}.checkin-history-card .history-item .history-times .duration{padding:.15rem .4rem;background:#80000014;color:maroon;border-radius:20px;font-size:.75rem;font-weight:700}.checkin-history-card .history-item .history-selfie{width:36px;height:36px;object-fit:cover;border:1px solid #E5E0D8;border-radius:4px}.selfie-modal-content .selfie-notice{display:flex;align-items:flex-start;gap:.875rem;padding:.875rem 1rem;background:#b4530914;border-left:3px solid #B45309;border-radius:8px;margin-bottom:1.25rem}.selfie-modal-content .selfie-notice .notice-icon{font-size:1.2rem;flex-shrink:0}.selfie-modal-content .selfie-notice .notice-content{color:#4a4540;font-size:.875rem;line-height:1.5}.selfie-modal-content .selfie-notice .notice-content strong{color:#b45309;font-weight:700}.selfie-modal-content .album-upload-container{display:flex;flex-direction:column;align-items:center;gap:.875rem;padding:2rem;border:2px dashed #C8C0B4;border-radius:12px;background:#fafaf8}.selfie-modal-content .album-upload-container .upload-hint{color:#7a746c;font-size:.85rem;text-align:center;max-width:360px}.selfie-modal-content .selfie-preview-container{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.selfie-modal-content .selfie-preview-container img{border:1px solid #E5E0D8;border-radius:8px}.selfie-modal-content .selfie-preview-container .selfie-actions{display:flex;gap:.75rem}.contact-card{background:#fff;border:1px solid #E5E0D8;border-radius:12px;padding:.65rem}.contact-card h3{font-size:.85rem;font-weight:700;color:#1a1614;margin-bottom:.5rem;display:flex;align-items:center;gap:.4rem}.contact-card h3:before{content:"";width:3px;height:14px;background:gold;border-radius:2px}.contact-card .contact-details{display:flex;flex-direction:column;gap:.5rem}.contact-card .contact-details .contact-item .contact-label{display:flex;align-items:center;gap:.3rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#7a746c;margin-bottom:.2rem}.contact-card .contact-details .contact-item .contact-label svg{font-size:.78rem;color:#a89f95}.contact-card .contact-details .contact-item .contact-value{color:#1a1614;font-size:.8rem;display:flex;flex-direction:column;gap:.15rem}.contact-card .contact-details .contact-item .contact-value strong{font-weight:700;color:maroon}.contact-card .contact-details .contact-item .contact-value .position{color:#7a746c;font-style:italic;font-size:.75rem}.contact-card .contact-details .contact-item .contact-value a{color:maroon;text-decoration:underline;text-underline-offset:2px;font-weight:600}.contact-card .contact-details .contact-item .contact-value a:hover{color:#9a0000;text-decoration:none}.no-assignment-card{background:#fff;border:1px solid #E5E0D8;border-radius:12px;padding:4rem 2rem;text-align:center}.no-assignment-card .empty-state .empty-icon{font-size:2.5rem;color:#a89f95;margin-bottom:.875rem}.no-assignment-card .empty-state h3{font-size:1.25rem;font-weight:700;color:#1a1614;margin-bottom:.5rem}.no-assignment-card .empty-state p{color:#7a746c;font-size:.875rem;max-width:400px;margin:0 auto;line-height:1.65}.staff-login-page{display:flex;align-items:center;justify-content:center;min-height:100dvh;background:#fafaf8;padding:2rem 1rem;overflow:hidden;animation:pageFadeIn .5s ease both}@media(max-width:992px){.staff-login-page{align-items:flex-start;padding:1.5rem 1rem}}.staff-login-page .login-container{display:grid;grid-template-columns:5fr 7fr;width:100%;max-width:900px;background:#fff;border:1px solid #E5E0D8;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014}@media(max-width:992px){.staff-login-page .login-container{grid-template-columns:1fr;align-content:start}}@media(max-width:600px){.staff-login-page .login-container{max-width:100%;border-radius:8px}}.staff-login-page .login-left{background:maroon;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;min-height:300px}@media(max-width:992px){.staff-login-page .login-left{min-height:auto;max-height:120px;padding:1.25rem 1.5rem;justify-content:center}}@media(max-width:600px){.staff-login-page .login-left{display:none}}.staff-login-page .login-left .brand-content h1{font-size:1.6rem;font-weight:700;color:#fff;line-height:1.25;margin-bottom:.4rem}.staff-login-page .login-left .brand-content .subtitle{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:#fff9;font-weight:500}.staff-login-page .login-left .quote{font-size:.92;font-style:italic;line-height:1.7;color:#ffffffbf;border-left:3px solid #FFD700;padding-left:1rem}@media(max-width:992px){.staff-login-page .login-left .quote{display:none}}.staff-login-page .login-right{padding:2rem;display:flex;flex-direction:column;justify-content:center}@media(max-width:992px){.staff-login-page .login-right{padding:1.5rem}}.staff-login-page .login-right .login-form-container{width:100%;max-width:360px;margin:0 auto}.staff-login-page .login-right .login-form-container .staff-badge{display:inline-flex;align-items:center;gap:.4rem;background:#fffbec;border:1px solid rgba(200,164,0,.3);color:#c8a400;padding:.25rem .65rem;border-radius:20px;font-size:.75rem;font-weight:700;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.staff-login-page .login-right .login-form-container h2{font-size:1.4rem;font-weight:700;color:#1a1614;margin-bottom:.25rem}.staff-login-page .login-right .login-form-container .instruction{font-size:.85rem;color:#7a746c;margin-bottom:1.25rem;line-height:1.5}.staff-login-page .login-right .login-form-container .error-message{background:#c0392b14;color:#c0392b;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1.25rem;border-left:3px solid #C0392B}.staff-login-page .login-right .login-form-container .form-group{margin-bottom:1.1rem}.staff-login-page .login-right .login-form-container .form-group label{display:block;margin-bottom:.35rem;font-size:.8rem;font-weight:600;color:#4a4540}.staff-login-page .login-right .login-form-container .form-group input{width:100%;padding:.65rem .875rem;background-color:#fff;border:1.5px solid #E5E0D8;color:#1a1614;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:.9rem;border-radius:8px}.staff-login-page .login-right .login-form-container .form-group input::placeholder{color:#a89f95}.staff-login-page .login-right .login-form-container .form-group input:focus{outline:none;border-color:maroon;box-shadow:0 0 0 3px #8000001a}.staff-login-page .login-right .login-form-container .form-group input:disabled{opacity:.5;background:#f4f1ec}.staff-login-page .login-right .login-form-container .primary-btn{width:100%;background:maroon;color:#fff;border:none;padding:.7rem 1.5rem;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;border-radius:8px;margin-top:.5rem}.staff-login-page .login-right .login-form-container .primary-btn:hover:not(:disabled){background:#9a0000;box-shadow:0 2px 8px #8000004d}.staff-login-page .login-right .login-form-container .primary-btn:disabled{opacity:.45;cursor:not-allowed}.staff-login-page .login-right .login-form-container .back-link{display:block;text-align:center;margin-top:1.25rem;font-size:.82rem;color:#7a746c;text-decoration:none;cursor:pointer;transition:color .2s ease}.staff-login-page .login-right .login-form-container .back-link:hover{color:maroon}.staff-login-page .login-right .login-form-container .note{margin-top:1.25rem;font-size:.78rem;color:#a89f95;text-align:center}.staff-login-page .login-right .login-form-container .note strong{color:maroon}.staff-dashboard-page{min-height:100vh;background-color:#fafaf8}.staff-dashboard-page .staff-main{padding:.875rem 1rem 1.5rem}.staff-dashboard-page .staff-main .container{max-width:1400px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.875rem;flex-wrap:wrap;gap:.75rem}.dashboard-header h1{font-size:1.2rem;font-weight:700;color:#1a1614;margin-bottom:.15rem;letter-spacing:-.02em}.dashboard-header .subtitle{color:#7a746c;font-size:.78rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.5rem;margin-bottom:.875rem}@media(max-width:480px){.stats-grid{grid-template-columns:1fr 1fr}}.stats-grid .stat-card{background:#fff;border:1px solid #E5E0D8;border-radius:12px;padding:.75rem;display:flex;align-items:center;gap:.75rem;transition:box-shadow .2s ease}.stats-grid .stat-card:hover{box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}.stats-grid .stat-card .stat-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.stats-grid .stat-card .stat-icon.bg-blue{background:#80000014;color:maroon}.stats-grid .stat-card .stat-icon.bg-orange{background:#b4530914;color:#b45309}.stats-grid .stat-card .stat-icon.bg-green{background:#2d7a4a14;color:#2d7a4a}.stats-grid .stat-card .stat-info h3{font-size:1.3rem;font-weight:700;color:#1a1614;line-height:1;letter-spacing:-.02em;margin-bottom:.1rem}.stats-grid .stat-card .stat-info p{color:#7a746c;font-size:.72rem;font-weight:500}.students-section{background:#fff;border:1px solid #E5E0D8;border-radius:12px;overflow:hidden}.students-section .section-header{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1.5rem;border-bottom:1px solid #E5E0D8;background:#fafaf8;flex-wrap:wrap;gap:.75rem}.students-section .section-header h2{font-size:1rem;font-weight:700;color:#1a1614}.students-section .section-header .filter-controls{display:flex;gap:.75rem}.students-section .section-header .filter-controls .search-box{position:relative}.students-section .section-header .filter-controls .search-box input{padding:.5rem .5rem .5rem 2rem;font-size:.875rem;background-color:#fff;border:1.5px solid #E5E0D8;color:#1a1614;border-radius:8px;width:280px}.students-section .section-header .filter-controls .search-box input::placeholder{color:#a89f95}.students-section .section-header .filter-controls .search-box input:focus{outline:none;border-color:maroon;box-shadow:0 0 0 3px #8000001a}.students-section .section-header .filter-controls .search-box svg{position:absolute;left:.6rem;top:50%;transform:translateY(-50%);color:#a89f95;font-size:.85rem}.students-section .section-header .filter-controls .status-filter{padding:.5rem 2.25rem .5rem .75rem;border:1.5px solid #E5E0D8;font-size:.875rem;font-weight:500;color:#1a1614;background-color:#fff;cursor:pointer;min-width:120px;height:36px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%237A746C' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;border-radius:8px}.students-section .section-header .filter-controls .status-filter option{background:#fff;color:#1a1614}.students-section .section-header .filter-controls .status-filter:focus{outline:none;border-color:maroon;box-shadow:0 0 0 3px #8000001a}.students-section .table-responsive{overflow-x:auto}.students-section .students-table{width:100%;border-collapse:collapse}.students-section .students-table th,.students-section .students-table td{text-align:left;padding:.875rem 1.25rem;border-bottom:1px solid #E5E0D8}.students-section .students-table th{font-size:.72rem;font-weight:700;color:#7a746c;text-transform:uppercase;letter-spacing:.06em;background:#fafaf8;white-space:nowrap}.students-section .students-table td{font-size:.875rem;color:#1a1614}.students-section .students-table td.student-name{display:flex;align-items:center;gap:.75rem}.students-section .students-table td.student-name .avatar{width:30px;height:30px;border-radius:50%;background:#80000014;color:maroon;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;flex-shrink:0}.students-section .students-table td.student-name .name{display:block;font-weight:600}.students-section .students-table td.student-name .email-sub{display:block;font-size:.78rem;color:#7a746c}.students-section .students-table td .progress-cell{min-width:110px}.students-section .students-table td .progress-cell span{display:block;font-size:.8rem;color:#7a746c;margin-bottom:.25rem}.students-section .students-table td .progress-cell .progress-bar-mini{height:5px;background:#f4f1ec;border-radius:3px;overflow:hidden}.students-section .students-table td .progress-cell .progress-bar-mini .fill{height:100%;background:#2d7a4a;border-radius:3px;transition:width .4s ease}.students-section .students-table td .btn-icon{width:30px;height:30px;border-radius:4px}.students-section .students-table tr:last-child td{border-bottom:none}.students-section .students-table tr:hover td{background:#fafaf8}select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%237A746C' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.25rem}.dept-access-empty{display:flex;align-items:center;justify-content:center;min-height:30vh;padding:1.5rem 1rem}.dept-access-card{background:#fff;border:1px solid #E5E0D8;border-radius:12px;padding:2.5rem 2rem;max-width:440px;width:100%;text-align:center}.dept-access-card .dept-access-icon{width:56px;height:56px;border-radius:50%;background:#80000014;color:maroon;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin:0 auto 1.25rem}.dept-access-card h2{font-size:1.15rem;font-weight:700;color:#1a1614;margin-bottom:.5rem;letter-spacing:-.01em}.dept-access-card p{font-size:.875rem;color:#7a746c;line-height:1.6;margin-bottom:1.5rem;max-width:340px;margin-left:auto;margin-right:auto}.dept-access-card .dept-code-hints{background:#fafaf8;border:1px solid #E5E0D8;border-radius:8px;padding:1rem;margin-bottom:1.5rem;text-align:left}.dept-access-card .dept-code-hints .hints-label{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#a89f95;margin-bottom:.625rem}.dept-access-card .dept-code-hints .hints-list{display:flex;flex-direction:column;gap:.375rem}.dept-access-card .dept-code-hints .hint-item{display:flex;align-items:center;gap:.625rem;font-size:.82rem}.dept-access-card .dept-code-hints .hint-item strong{font-family:monospace;font-weight:700;color:maroon;background:#80000014;padding:.1rem .4rem;border-radius:4px;font-size:.78rem;min-width:70px;text-align:center}.dept-access-card .dept-code-hints .hint-item span{color:#4a4540}.dept-access-card .btn{width:100%;justify-content:center;gap:.5rem}.header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}@media(max-width:768px){.header-actions{width:100%;gap:.5rem;justify-content:flex-start}.header-actions .btn{flex:1;min-width:calc(50% - .25rem);font-size:.8rem;padding:.5rem .75rem}}@media(max-width:480px){.header-actions .btn{min-width:100%}}.task-assignment-container{display:flex;gap:1.25rem;min-height:300px}@media(max-width:768px){.task-assignment-container{flex-direction:column-reverse;gap:1.5rem}}.task-templates{width:35%;border-right:1px solid #E5E0D8;padding-right:1rem}@media(max-width:768px){.task-templates{width:100%;border-right:none;border-top:1px solid #E5E0D8;padding-right:0;padding-top:1.25rem}}.task-templates .templates-list-scroll{display:flex;flex-direction:column;gap:.5rem;max-height:350px;overflow-y:auto;padding-right:.5rem}.task-templates .draggable-task{padding:.75rem;background:#fff;border:1px solid #E5E0D8;border-radius:8px;cursor:pointer;font-size:.875rem;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;-webkit-user-select:none;user-select:none}.task-templates .draggable-task:hover{border-color:maroon;background:#80000014;color:maroon}.task-templates .draggable-task:active{cursor:grabbing}.task-form-area{flex:1}.task-form-area .task-instructions-textarea{width:100%;padding:.75rem;border-radius:6px;border:2px dashed #C8C0B4;background-color:#fafaf8;resize:none;transition:border-color .2s ease}.task-form-area .task-instructions-textarea:focus{border-color:maroon;background-color:#fff}@media(max-width:768px){.scholars-panel .section-header{flex-direction:column;align-items:flex-start;padding:.875rem 1rem}.scholars-panel .section-header .filter-controls{width:100%;flex-direction:column;gap:.5rem}.scholars-panel .section-header .filter-controls .search-box,.scholars-panel .section-header .filter-controls .search-box input,.scholars-panel .section-header .filter-controls .status-filter{width:100%}.scholars-panel .students-table th,.scholars-panel .students-table td{padding:.625rem .75rem}}@media(max-width:480px){.staff-dashboard-page .staff-main{padding:.75rem .625rem 1.25rem}.stats-grid{grid-template-columns:1fr 1fr}.scholars-panel .section-header{padding:.75rem}.scholars-panel .students-table th,.scholars-panel .students-table td{padding:.5rem;font-size:.75rem}}.admin-login-page{display:flex;align-items:center;justify-content:center;min-height:100dvh;background:#fafaf8;padding:2rem 1rem;overflow:hidden;animation:pageFadeIn .5s ease both}@media(max-width:992px){.admin-login-page{align-items:flex-start;padding:1.5rem 1rem}}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.admin-login-page .login-container{display:grid;grid-template-columns:5fr 7fr;width:100%;max-width:900px;background:#fff;border:1px solid #E5E0D8;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014}@media(max-width:992px){.admin-login-page .login-container{grid-template-columns:1fr;align-content:start}}@media(max-width:600px){.admin-login-page .login-container{max-width:100%;border-radius:8px}}.admin-login-page .login-left{background:maroon;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;min-height:300px}@media(max-width:992px){.admin-login-page .login-left{min-height:auto;max-height:120px;padding:1.25rem 1.5rem;justify-content:center}}@media(max-width:600px){.admin-login-page .login-left{display:none}}.admin-login-page .login-left .brand-content h1{font-size:1.6rem;font-weight:700;color:#fff;line-height:1.25;margin-bottom:.4rem}.admin-login-page .login-left .brand-content .subtitle{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:#fff9;font-weight:500}.admin-login-page .login-left .quote{font-size:.92;font-style:italic;line-height:1.7;color:#ffffffbf;border-left:3px solid #FFD700;padding-left:1rem}@media(max-width:992px){.admin-login-page .login-left .quote{display:none}}.admin-login-page .login-right{padding:2rem;display:flex;flex-direction:column;justify-content:center}@media(max-width:992px){.admin-login-page .login-right{padding:1.5rem}}.admin-login-page .login-right .login-form-container{width:100%;max-width:360px;margin:0 auto}.admin-login-page .login-right .login-form-container .admin-badge{display:inline-flex;align-items:center;gap:.4rem;background:#80000014;border:1px solid rgba(128,0,0,.2);color:maroon;padding:.25rem .65rem;border-radius:20px;font-size:.75rem;font-weight:700;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.admin-login-page .login-right .login-form-container h2{font-size:1.4rem;font-weight:700;color:#1a1614;margin-bottom:.25rem}.admin-login-page .login-right .login-form-container .instruction{font-size:.85rem;color:#7a746c;margin-bottom:1.25rem;line-height:1.5}.admin-login-page .login-right .login-form-container .error-message{background:#c0392b14;color:#c0392b;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1.25rem;border-left:3px solid #C0392B}.admin-login-page .login-right .login-form-container .form-group{margin-bottom:1.1rem}.admin-login-page .login-right .login-form-container .form-group label{display:block;margin-bottom:.35rem;font-size:.8rem;font-weight:600;color:#4a4540}.admin-login-page .login-right .login-form-container .form-group input{width:100%;padding:.65rem .875rem;background-color:#fff;border:1.5px solid #E5E0D8;color:#1a1614;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:.9rem;border-radius:8px}.admin-login-page .login-right .login-form-container .form-group input::placeholder{color:#a89f95}.admin-login-page .login-right .login-form-container .form-group input:focus{outline:none;border-color:maroon;box-shadow:0 0 0 3px #8000001a}.admin-login-page .login-right .login-form-container .form-group input:disabled{opacity:.5;background:#f4f1ec}.admin-login-page .login-right .login-form-container .primary-btn{width:100%;background:maroon;color:#fff;border:none;padding:.7rem 1.5rem;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;border-radius:8px;margin-top:.5rem}.admin-login-page .login-right .login-form-container .primary-btn:hover:not(:disabled){background:#9a0000;box-shadow:0 2px 8px #8000004d}.admin-login-page .login-right .login-form-container .primary-btn:disabled{opacity:.45;cursor:not-allowed}.admin-login-page .login-right .login-form-container .back-link{display:block;text-align:center;margin-top:1.25rem;font-size:.82rem;color:#7a746c;text-decoration:none;cursor:pointer;transition:color .2s ease}.admin-login-page .login-right .login-form-container .back-link:hover{color:maroon}.admin-login-page .login-right .login-form-container .note{margin-top:1.25rem;font-size:.78rem;color:#a89f95;text-align:center}.admin-login-page .login-right .login-form-container .note strong{color:maroon}.admin-dashboard-page{min-height:100vh;background:#fafaf8}.admin-main{padding:1rem 0 2rem}.admin-main .container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.admin-main .dashboard-header{margin-bottom:1rem}.admin-main .dashboard-header h1{font-size:1.2rem;font-weight:700;color:#1a1614;margin-bottom:.15rem;letter-spacing:-.02em}.admin-main .dashboard-header .subtitle{font-size:.8rem;color:#7a746c;margin-bottom:0}.stats-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.625rem;margin-bottom:1.25rem}.stats-summary .stat-card{background:#fff;border:1px solid #E5E0D8;border-radius:12px;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;transition:box-shadow .2s ease}.stats-summary .stat-card:hover{box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}.stats-summary .stat-card .stat-icon{width:32px;height:32px;min-width:32px;border-radius:8px;background:#80000014;color:maroon;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.stats-summary .stat-card .stat-value{font-size:1.3rem;font-weight:800;color:#1a1614;line-height:1;letter-spacing:-.02em;margin-bottom:.15rem}.stats-summary .stat-card .stat-label{font-size:.7rem;color:#7a746c;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.admin-dashboard-home .section-header,.scholars-section .section-header,.staff-section .section-header,.departments-section .section-header,.reports-section .section-header,.requests-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.875rem;flex-wrap:wrap;gap:.625rem}.admin-dashboard-home .section-header h2,.scholars-section .section-header h2,.staff-section .section-header h2,.departments-section .section-header h2,.reports-section .section-header h2,.requests-section .section-header h2{font-size:.95rem;font-weight:700;color:#1a1614;margin:0}.admin-dashboard-home .section-header .report-filters,.scholars-section .section-header .report-filters,.staff-section .section-header .report-filters,.departments-section .section-header .report-filters,.reports-section .section-header .report-filters,.requests-section .section-header .report-filters{display:flex;align-items:center;gap:.625rem}.admin-dashboard-home .section-header .report-filters .filter-label,.scholars-section .section-header .report-filters .filter-label,.staff-section .section-header .report-filters .filter-label,.departments-section .section-header .report-filters .filter-label,.reports-section .section-header .report-filters .filter-label,.requests-section .section-header .report-filters .filter-label{font-size:.78rem;color:#7a746c;font-weight:500}.admin-dashboard-home .section-header .report-filters .report-filter-dropdown,.scholars-section .section-header .report-filters .report-filter-dropdown,.staff-section .section-header .report-filters .report-filter-dropdown,.departments-section .section-header .report-filters .report-filter-dropdown,.reports-section .section-header .report-filters .report-filter-dropdown,.requests-section .section-header .report-filters .report-filter-dropdown{height:32px;padding:0 2rem 0 .625rem;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:500;background-color:#fff;border:1.5px solid #E5E0D8;color:#1a1614;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2020/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%237A746C' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;width:auto;min-width:0;border-radius:8px}.admin-dashboard-home .section-header .report-filters .report-filter-dropdown:focus,.scholars-section .section-header .report-filters .report-filter-dropdown:focus,.staff-section .section-header .report-filters .report-filter-dropdown:focus,.departments-section .section-header .report-filters .report-filter-dropdown:focus,.reports-section .section-header .report-filters .report-filter-dropdown:focus,.requests-section .section-header .report-filters .report-filter-dropdown:focus{outline:none;border-color:maroon;box-shadow:0 0 0 3px #8000001a}.admin-dashboard-home .section-header .report-filters .report-filter-dropdown option,.scholars-section .section-header .report-filters .report-filter-dropdown option,.staff-section .section-header .report-filters .report-filter-dropdown option,.departments-section .section-header .report-filters .report-filter-dropdown option,.reports-section .section-header .report-filters .report-filter-dropdown option,.requests-section .section-header .report-filters .report-filter-dropdown option{background:#fff;color:#1a1614}.section-header-controls{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap}.section-header-controls input,.section-header-controls select,.section-header-controls .btn,.section-header-controls button{height:32px;padding:0 .75rem;font-size:.78rem;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-weight:500;border-radius:8px;min-width:0;box-sizing:border-box}.section-header-controls input,.section-header-controls select{border:1.5px solid #E5E0D8;background-color:#fff;color:#1a1614;width:auto!important}.section-header-controls input:focus,.section-header-controls select:focus{outline:none;border-color:maroon;box-shadow:0 0 0 2px #8000001a}.section-header-controls input::placeholder,.section-header-controls select::placeholder{color:#a89f95}.section-header-controls select{appearance:none;padding-right:1.75rem;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%237A746C' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .4rem center}.section-header-controls select option{background:#fff;color:#1a1614}.section-header-controls .btn,.section-header-controls button{display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap;flex-shrink:0}.staff-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.625rem}@media(max-width:640px){.staff-grid{grid-template-columns:1fr}}.staff-grid .staff-card{background:#fff;border:1px solid #E5E0D8;border-radius:12px;padding:.875rem;transition:all .2s ease}.staff-grid .staff-card:hover{box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;border-color:#c8c0b4}.staff-grid .staff-card .card-header{margin-bottom:.625rem;padding-bottom:.625rem;border-bottom:1px solid #E5E0D8}.staff-grid .staff-card .card-header .staff-info{display:flex;gap:.75rem;align-items:flex-start}.staff-grid .staff-card .card-header .staff-info .avatar{width:36px;height:36px;border-radius:50%;background:#80000014;display:flex;align-items:center;justify-content:center;color:maroon;font-size:.95rem;flex-shrink:0;font-weight:700}.staff-grid .staff-card .card-header .staff-info h3{margin:0 0 .25rem;color:#1a1614;font-size:.875rem;font-weight:700}.staff-grid .staff-card .card-body .info-row{display:flex;align-items:center;gap:.4rem;margin-bottom:.4rem;color:#4a4540;font-size:.8rem}.staff-grid .staff-card .card-body .info-row .icon{color:#a89f95;font-size:.8rem}.staff-grid .staff-card .card-body .departments-section{margin:.75rem 0;padding:.625rem;background:#fafaf8;border:1px solid #E5E0D8;border-radius:8px}.staff-grid .staff-card .card-body .departments-section .departments-header{display:flex;align-items:center;gap:.3rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#7a746c;margin-bottom:.4rem}.staff-grid .staff-card .card-body .departments-section .departments-header .icon{color:#a89f95}.staff-grid .staff-card .card-body .departments-section .departments-list{display:flex;flex-wrap:wrap;gap:.3rem}.staff-grid .staff-card .card-body .departments-section .departments-list .department-tag{padding:.15rem .45rem;background:#80000014;color:maroon;border-radius:20px;font-size:.7rem;font-weight:600}.staff-grid .staff-card .card-body .students-count{display:flex;align-items:center;gap:.35rem;color:#7a746c;font-size:.78rem}.staff-grid .staff-card .card-body .students-count .icon{color:#a89f95}.staff-grid .staff-card .card-footer{margin-top:.875rem;padding-top:.875rem;border-top:1px solid #E5E0D8}.staff-grid .staff-card .card-footer .btn{width:100%}.departments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.625rem}@media(max-width:640px){.departments-grid{grid-template-columns:1fr}}.departments-grid .department-card{background:#fff;border:1px solid #E5E0D8;border-radius:12px;padding:.875rem;transition:all .2s ease}.departments-grid .department-card:hover{box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;border-color:#c8c0b4}.departments-grid .department-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.625rem;padding-bottom:.625rem;border-bottom:1px solid #E5E0D8}.departments-grid .department-card .card-header h3{margin:0 0 .25rem;color:#1a1614;font-size:.875rem;font-weight:700}.departments-grid .department-card .card-header .department-code{display:inline-block;padding:.15rem .45rem;background:#fffbec;color:#c8a400;border:1px solid rgba(200,164,0,.3);border-radius:20px;font-size:.68rem;font-weight:700;letter-spacing:.04em}.departments-grid .department-card .card-header .card-actions{display:flex;gap:.2rem}.departments-grid .department-card .card-header .card-actions .btn-icon{width:28px;height:28px;font-size:.825rem;border-radius:4px}.departments-grid .department-card .card-body .info-row{display:flex;align-items:center;gap:.4rem;margin-bottom:.4rem;color:#4a4540;font-size:.8rem}.departments-grid .department-card .card-body .info-row .icon{color:#a89f95;font-size:.8rem}.departments-grid .department-card .card-body .dept-description{margin-top:.625rem;color:#7a746c;font-size:.78rem;line-height:1.5;padding-top:.625rem;border-top:1px solid #E5E0D8}.reports-list,.requests-list{display:flex;flex-direction:column;gap:.4rem}.reports-list .report-card,.reports-list .request-card,.requests-list .report-card,.requests-list .request-card{background:#fff;border:1px solid #E5E0D8;border-radius:12px;padding:.875rem;transition:all .2s ease}.reports-list .report-card:hover,.reports-list .request-card:hover,.requests-list .report-card:hover,.requests-list .request-card:hover{box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;border-color:#c8c0b4}.reports-list .report-card .report-header,.reports-list .report-card .request-header,.reports-list .request-card .report-header,.reports-list .request-card .request-header,.requests-list .report-card .report-header,.requests-list .report-card .request-header,.requests-list .request-card .report-header,.requests-list .request-card .request-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.625rem}.reports-list .report-card .report-header h3,.reports-list .report-card .request-header h3,.reports-list .request-card .report-header h3,.reports-list .request-card .request-header h3,.requests-list .report-card .report-header h3,.requests-list .report-card .request-header h3,.requests-list .request-card .report-header h3,.requests-list .request-card .request-header h3{margin:0 0 .25rem;color:#1a1614;font-weight:700;font-size:.875rem}.reports-list .report-card .report-header .report-meta,.reports-list .report-card .report-header .request-meta,.reports-list .report-card .request-header .report-meta,.reports-list .report-card .request-header .request-meta,.reports-list .request-card .report-header .report-meta,.reports-list .request-card .report-header .request-meta,.reports-list .request-card .request-header .report-meta,.reports-list .request-card .request-header .request-meta,.requests-list .report-card .report-header .report-meta,.requests-list .report-card .report-header .request-meta,.requests-list .report-card .request-header .report-meta,.requests-list .report-card .request-header .request-meta,.requests-list .request-card .report-header .report-meta,.requests-list .request-card .report-header .request-meta,.requests-list .request-card .request-header .report-meta,.requests-list .request-card .request-header .request-meta{display:flex;align-items:center;gap:.35rem;color:#7a746c;font-size:.75rem}.reports-list .report-card .report-header .report-meta .separator,.reports-list .report-card .report-header .request-meta .separator,.reports-list .report-card .request-header .report-meta .separator,.reports-list .report-card .request-header .request-meta .separator,.reports-list .request-card .report-header .report-meta .separator,.reports-list .request-card .report-header .request-meta .separator,.reports-list .request-card .request-header .report-meta .separator,.reports-list .request-card .request-header .request-meta .separator,.requests-list .report-card .report-header .report-meta .separator,.requests-list .report-card .report-header .request-meta .separator,.requests-list .report-card .request-header .report-meta .separator,.requests-list .report-card .request-header .request-meta .separator,.requests-list .request-card .report-header .report-meta .separator,.requests-list .request-card .report-header .request-meta .separator,.requests-list .request-card .request-header .report-meta .separator,.requests-list .request-card .request-header .request-meta .separator{opacity:.4}.reports-list .report-card .report-header .report-meta .date,.reports-list .report-card .report-header .request-meta .date,.reports-list .report-card .request-header .report-meta .date,.reports-list .report-card .request-header .request-meta .date,.reports-list .request-card .report-header .report-meta .date,.reports-list .request-card .report-header .request-meta .date,.reports-list .request-card .request-header .report-meta .date,.reports-list .request-card .request-header .request-meta .date,.requests-list .report-card .report-header .report-meta .date,.requests-list .report-card .report-header .request-meta .date,.requests-list .report-card .request-header .report-meta .date,.requests-list .report-card .request-header .request-meta .date,.requests-list .request-card .report-header .report-meta .date,.requests-list .request-card .report-header .request-meta .date,.requests-list .request-card .request-header .report-meta .date,.requests-list .request-card .request-header .request-meta .date{display:flex;align-items:center;gap:.2rem}.reports-list .report-card .report-summary,.reports-list .report-card .request-message,.reports-list .request-card .report-summary,.reports-list .request-card .request-message,.requests-list .report-card .report-summary,.requests-list .report-card .request-message,.requests-list .request-card .report-summary,.requests-list .request-card .request-message{color:#4a4540;font-size:.825rem;line-height:1.55;margin-bottom:.625rem}.reports-list .report-card .report-actions,.reports-list .request-card .report-actions,.requests-list .report-card .report-actions,.requests-list .request-card .report-actions{margin-top:.625rem;padding-top:.625rem;border-top:1px solid #E5E0D8}input,select,textarea{background-color:#fff;border:1.5px solid #E5E0D8;color:#1a1614;border-radius:8px}input::placeholder,select::placeholder,textarea::placeholder{color:#a89f95}input:focus,select:focus,textarea:focus{outline:none;border-color:maroon;box-shadow:0 0 0 3px #8000001a;background-color:#fff}input:disabled,select:disabled,textarea:disabled{opacity:.5;cursor:not-allowed;background:#f4f1ec}select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%237A746C' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.25rem}select option{background:#fff;color:#1a1614}select:hover{border-color:#c8c0b4}textarea{resize:vertical;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif}@media(max-width:768px){.stats-summary{grid-template-columns:repeat(2,1fr)}.staff-grid,.departments-grid{grid-template-columns:1fr}.admin-dashboard-home .section-header,.scholars-section .section-header,.staff-section .section-header,.departments-section .section-header{flex-direction:column;align-items:flex-start}.admin-dashboard-home .section-header .section-header-controls,.scholars-section .section-header .section-header-controls,.staff-section .section-header .section-header-controls,.departments-section .section-header .section-header-controls{width:100%}.admin-dashboard-home .section-header .section-header-controls input,.admin-dashboard-home .section-header .section-header-controls select,.scholars-section .section-header .section-header-controls input,.scholars-section .section-header .section-header-controls select,.staff-section .section-header .section-header-controls input,.staff-section .section-header .section-header-controls select,.departments-section .section-header .section-header-controls input,.departments-section .section-header .section-header-controls select{width:100%!important}.reports-list .report-header,.requests-list .request-header{flex-direction:column;gap:.4rem}}@media(max-width:480px){.stats-summary{grid-template-columns:1fr 1fr}.stat-card{padding:.625rem .75rem;gap:.5rem}.stat-card .stat-value{font-size:1.1rem}}
