#root{max-width:none;margin:0;padding:0;min-height:100vh;display:flex;flex-direction:column}body{background-color:#f0f0f0;top:0;margin:0;padding:0;min-height:100vh;font-family:Lato,system-ui,Avenir,Helvetica,Arial,sans-serif}main{display:flex;justify-content:center;align-items:center;padding:2em;border-radius:8px;margin:auto;flex:none;width:400px;height:auto;min-height:350px;background:none}form{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1em;width:100%;height:auto}.input-container{width:100%}.input-wrapper{position:relative;display:flex;align-items:center;background-color:#fff;border-radius:.25em;border:1px solid #ccc;overflow:hidden}.input-icon{padding:.5em;background-color:#f8f9fa;border-right:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;font-size:1.2em}input{border:none;padding:.75em;color:#000;width:100%;box-sizing:border-box;outline:none;font-size:1em;background-color:transparent}input::placeholder{color:#666}.password-toggle{background:none;border:none;padding:.5em;cursor:pointer;font-size:1.2em;display:flex;align-items:center;justify-content:center}.password-toggle:hover{background-color:#f8f9fa}.login-button{background-color:#fff;color:#111;border:none;padding:.75em 1.5em;border-radius:.25em;cursor:pointer;font-size:1em;transition:background-color .3s ease}.forgot-password{color:#007bff;text-decoration:none;font-size:.9em;margin-top:1em}a:hover{text-decoration:underline}a{color:#fff;text-decoration:none;font-size:.9em;margin-top:1em}.deped-logo{width:100px;height:auto;margin-bottom:1em}.login-container{background-color:#4e85cf;border-radius:8px;padding:2em;width:400px;min-height:350px;margin:auto}.toast-enter{opacity:0;transform:translate(100%)}.toast-enter-active{opacity:1;transform:translate(0);transition:opacity .3s,transform .3s}.toast-exit{opacity:1;transform:translate(0)}.toast-exit-active{opacity:0;transform:translate(100%);transition:opacity .3s,transform .3s}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#f5f5f5}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.main-content-card{display:flex;width:900px;height:650px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 4px 24px #00000014;overflow:hidden}.left-panel{flex:0 0 450px;height:650px;width:450px;background:#eef5ff;display:block;position:relative;overflow:hidden}.TermsImage{object-fit:cover;width:100%;height:100%;display:block}.right-panel{flex:0 0 450px;height:650px;width:450px;align-items:center;padding:3rem 2rem;display:flex;flex-direction:column;justify-content:center;background:#fff}.form-container{width:100%;max-width:380px;display:flex;flex-direction:column;gap:1.5rem}.login-logo{text-align:center}.deped-logo{height:60px;margin-bottom:.5rem}.deped-text{color:#dc2626;font-size:.9rem;font-weight:600;letter-spacing:.5px}.login-title{color:#374151;font-size:1.5rem;font-weight:600;text-align:center}.google-login-btn{display:flex;align-items:center;justify-content:center;gap:12px;background:#4285f4;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:1rem;font-weight:500;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;box-shadow:0 2px 6px #4285f459;width:100%}.google-login-btn:hover{background:#3367d6;transform:translateY(-1px);box-shadow:0 6px 14px #4285f466}.google-icon{width:20px;height:20px}.login-footer{margin-top:auto;text-align:center}.login-footer p{color:#6b7280;font-size:.8rem}@media (max-width: 900px){.main-content-card{flex-direction:column;max-width:640px}.left-panel{min-height:220px}.right-panel{padding:2rem}}body{background-color:#f1f1f1;top:0;margin:0;padding:0;min-height:100vh;font-family:Lato,system-ui,Avenir,Helvetica,Arial,sans-serif}header{display:flex;flex-direction:row;justify-content:space-between;position:fixed;top:0;left:0;z-index:1000;width:100%;height:3.5rem;padding:.75rem 1.5rem;background-color:#fff;box-shadow:0 1px 3px #0000001a}header img{height:50px;width:auto}.header-title{margin:0;color:#333;font-size:1.1rem;font-weight:400;white-space:normal}.header-left{display:flex;align-items:center;gap:1rem}.header-right{display:flex;align-items:center;padding-right:1rem}.sidebar{height:88vh;width:200px;background-color:#1e56a0;display:flex;margin-top:0;flex-direction:column;flex-shrink:0;position:relative;z-index:1001}.sidebar-menu{list-style:none;margin:0;padding:0;flex:1;display:flex;flex-direction:column}.sidebar-menu-container{height:100%;display:flex;flex-direction:column;justify-content:space-between}.sidebar-item{font-size:16px;font-weight:700;width:100%}ul>li{list-style-type:none}.sidebar-item>a,.sidebar-item>.dropdown-btn{margin-top:2.5rem;display:flex;align-items:center;justify-content:flex-start;gap:.5rem;width:100%;padding:.75rem 1rem;color:#fff;text-decoration:none;text-align:left;box-sizing:border-box}.sidebar-item .arrow{margin-left:auto}.sidebar-item>a:hover,.sidebar-item.active>a,.sidebar-item>.dropdown-btn:hover{background-color:#163d75}.sidebar-menu-logout{margin-top:auto;padding-bottom:2rem}.sidebar-menu-logout button{display:flex;align-items:center;justify-content:center;width:100%;margin-top:2.5rem;padding:.75rem 1rem;background:none;border:none;cursor:pointer;box-sizing:border-box}.sidebar-menu-logout button:hover{background-color:#163d75}.dropdown-menu{margin:0;padding:0}.dropdown-menu li a{display:flex;align-items:center;width:100%;padding:.5rem 1.5rem;color:#fff;text-decoration:none;text-align:left;box-sizing:border-box;margin-top:0}.dropdown-menu li a:hover{background-color:#163d75}.notif-wrap{position:relative;margin-left:12px}.notif-btn{position:relative;background:transparent;border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:2px;width:32px;height:32px;margin-right:2rem}.notif-btn img{width:28px;height:28px}.notif-badge{position:absolute;top:0;right:0;background:#e11d48;color:#fff;border-radius:999px;font-size:9px;padding:0 4px;line-height:14px;height:14px;min-width:14px;text-align:center;z-index:10}.notif-dropdown{position:absolute;right:0;top:36px;width:360px;max-height:420px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 28px #0000001f;overflow:hidden;display:flex;flex-direction:column}.notif-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;font-weight:600;border-bottom:1px solid #f1f5f9}.notif-header button{background:transparent;border:0;color:#2563eb;cursor:pointer;font-size:12px}.notif-body{overflow:auto;max-height:360px}.notif-empty{padding:14px;color:#6b7280;font-size:14px}.notif-item{display:grid;grid-template-columns:24px 1fr;gap:8px;padding:0 8px;border-bottom:1px solid #f1f5f9;cursor:pointer;height:4em;align-items:center}.notif-item:hover{background:#f8fafc}.notif-item.unread{background:#eef2ff}.notif-title{font-size:13px;font-weight:600;color:#111827;line-height:1.2em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.notif-msg{font-size:12px;color:#374151;line-height:1.2em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.notif-meta{display:none}.reports-list{display:flex;flex-direction:column;gap:1rem;padding:.5rem 0;min-height:500px;max-height:800px;overflow-y:auto}.reports-list .submitted-reports-container{margin-bottom:1rem;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;background-color:#fafafa;min-height:80px}.dashboard-container{display:flex;margin-top:2.5rem;padding-top:1rem;height:calc(100vh - 2.5rem);width:100vw;color:#000}.dashboard-content{padding-left:1rem;width:100%;min-height:100vh;display:flex;flex-direction:column}.dashboard-card p{font-size:1.5rem;margin:.35rem 0 0}h2{padding-top:1rem}.dashboard-cards{display:flex;gap:1rem;flex-direction:row;padding:1rem;height:150px;width:100%;justify-content:center}.top-deadline-card:hover{transform:translateY(-2px);box-shadow:0 12px 22px #1e56a033;background:#fffffff5}.deadline-card-category{font-size:.8rem;color:#6c757d;background:#f0f4fa;padding:.2rem .6rem;border-radius:999px;background-color:#ff5b5b;opacity:.8;display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap}.dashboard-sidebar{padding-left:1rem;height:500px;display:flex;flex-direction:column;gap:1rem}.submitted-reports-container{display:flex;flex-direction:row;justify-content:space-between;cursor:pointer;transition:background .2s}.submitted-reports-container:hover{background:#f5f5f5}.submitted-reports{padding:1rem 1.5rem;background-color:#fff;border-radius:1.5rem;min-height:800px;max-height:800px;overflow-y:auto;margin-top:.5rem}.deadline-item{display:flex;flex-direction:row;justify-content:space-between;border-radius:1rem;padding:1rem;background-color:#1e56a0cc;flex-shrink:0;min-height:60px;color:#fff;transition:background-color .15s ease}.deadline-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem;max-height:400px}@media (max-width: 1600px){.dashboard-cards{gap:2rem;justify-content:center}.dashboard-card{flex:1;min-width:200px;max-width:300px}}@media (max-width: 1200px){.dashboard-cards{gap:1.5rem;justify-content:center}.dashboard-card{flex:1;min-width:180px;max-width:250px}}@media (max-width: 1024px){.dashboard-cards{display:flex;flex-direction:row;gap:1rem;height:auto;justify-content:center}.dashboard-card{min-width:auto;max-width:none;flex:1}}@media (max-width: 768px){.dashboard-cards{display:flex;flex-direction:column;gap:1rem;height:auto}.dashboard-card{width:100%;max-width:none}.dashboard-container{height:auto;min-height:100vh}.submitted-reports{width:100%;min-height:400px;max-height:600px}}.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}.breadcrumb{padding:.75rem 1.5rem;border-bottom:none;box-shadow:none;margin-bottom:1rem}.breadcrumb-list{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:.5rem}.breadcrumb-item{display:flex;align-items:center}.breadcrumb-link{background:none;border:none;color:#000;text-decoration:none;font-size:1rem;font-weight:500;cursor:pointer;padding:0;transition:color .2s ease;font-family:Lato,system-ui,Avenir,Helvetica,Arial,sans-serif}.breadcrumb-link:hover{color:#163d75;text-decoration:none}.breadcrumb-link:focus{outline:2px solid #163D75;outline-offset:2px;border-radius:4px}.breadcrumb-separator{color:#6b7280;font-size:.875rem;-webkit-user-select:none;user-select:none}.breadcrumb-current{color:#163d75;font-size:.875rem;font-weight:500}@media (max-width: 768px){.breadcrumb{padding:.5rem 1rem}.breadcrumb-link,.breadcrumb-current,.breadcrumb-separator{font-size:.8125rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:400px;width:100%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;align-items:center;justify-content:center;padding:24px 24px 16px;border-bottom:1px solid #e5e7eb}.modal-header-content{display:flex;align-items:center;justify-content:center}.modal-icon{font-size:24px;margin-right:12px}.modal-title{font-size:18px;font-weight:600;color:#111827;margin:0}.modal-body{padding:16px 24px}.modal-message{color:#6b7280;font-size:14px;line-height:1.5;margin:0}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px 24px}.btn{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none;min-width:80px}.btn-cancel{background:#ef4444!important;color:#fff!important;border:1px solid #dc2626!important}.btn-cancel:hover{background:#dc2626!important}.btn-confirm{color:#fff}.btn-warning{background:#f59e0b}.btn-warning:hover{background:#d97706}.btn-danger{background:#ef4444}.btn-danger:hover{background:#dc2626}.btn-info{background:#3b82f6}.btn-info:hover{background:#2563eb}.btn-confirm:not(.btn-warning):not(.btn-danger):not(.btn-info):not(.btn-success){background:#3b82f6}.btn-confirm:not(.btn-warning):not(.btn-danger):not(.btn-info):not(.btn-success):hover{background:#2563eb}.btn-success{background:#10b981}.btn-success:hover{background:#059669}.modal-warning .modal-icon{color:#f59e0b}.modal-danger .modal-icon{color:#ef4444}.modal-info .modal-icon{color:#3b82f6}.modal-success .modal-icon{color:#10b981}@media (max-width: 480px){.modal-content{margin:20px;max-width:none}.modal-footer{flex-direction:column}.btn{width:100%}}.top-deadlines-section{padding:1rem 1.5rem;background-color:#fff;border-radius:1.5rem;margin-top:.5rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 6px 18px #171a1f14}.top-deadlines-section h3{margin:0 0 .75rem;font-size:1.1rem;font-weight:600}.top-deadlines-list{display:flex;flex-direction:column;gap:.75rem;max-height:320px;overflow-y:auto;padding-right:.5rem}.top-deadline-card{background:#ffffffe0;border-radius:14px;padding:.9rem 1.1rem;box-shadow:0 8px 18px #1e56a01f;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.top-deadline-card:focus-visible{outline:2px solid #1E56A0;outline-offset:2px}.top-deadline-card:hover{transform:translateY(-2px);box-shadow:0 12px 22px #1e56a026;background:#fffffff5}.deadline-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.35rem;gap:.75rem}.deadline-card-title{margin:0;font-weight:600;color:#1e1e1e}.deadline-card-category{font-size:.8rem;color:#fff;background:#f0f4fa;padding:.2rem .6rem;border-radius:999px;background-color:#ff5b5b;opacity:.8;display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap}.deadline-card-details{font-size:.9rem;color:#475467;display:flex;flex-direction:column;gap:.1rem}.top-deadline-empty{padding:1rem;background:#f8f9fa;border-radius:12px;text-align:center;color:#6c757d;font-style:italic}.submitted-reports-container{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch}.submitted-reports{padding:1rem 1.5rem;background-color:#fff;border-radius:1.5rem;height:650px;min-height:650px;max-height:650px;margin-top:.5rem}.approved-reports{padding:1rem 1.5rem;background-color:#fff;border-radius:1.5rem;min-height:500px;max-height:500px;margin-top:.5rem}.reports-list{display:flex;flex-direction:column;gap:1rem;padding:.5rem 0;max-height:300px;overflow-y:auto}.reports-list::-webkit-scrollbar{width:6px}.reports-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.reports-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.reports-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.deadline-item{display:flex;flex-direction:row;justify-content:space-between;border-radius:1rem;padding:1rem;background-color:#1e56a0cc;opacity:.8;flex-shrink:0;min-height:60px;color:#fff;transition:background-color .15s ease}.deadline-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem;padding-bottom:24px}.deadline-list:after{content:"";display:block;height:20px;flex-shrink:0}.deadline-item:hover{background-color:#1e56a0f2}.deadline-item.rejected{background-color:#1e56a0d9!important}.deadline-item.rejected:hover{background-color:#1e56a0!important}.rejected-badge{display:inline-block;background-color:#dc2626;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;margin-left:8px;text-transform:uppercase}.extended-info{color:#059669;font-weight:500;font-size:11px}.rejection-reason{font-style:italic;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submitted-reports{height:670px;min-height:670px;max-height:670px;padding:.75rem 1rem}.submitted-reports .reports-list{max-height:180px;gap:.5rem;padding:.25rem 0}.approved-reports .reports-list{max-height:100px;gap:.5rem;padding:.25rem 0}.submitted-reports-container{padding:.25rem .5rem}.submitted-report-title h4{margin:0 0 2px;font-size:.98rem}.submitted-report-title p,.submitted-report-date p{margin:0;font-size:.85rem}.filter-controls{display:flex;gap:1rem;margin-bottom:1rem;padding:1rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.filter-group label{font-weight:600;color:#495057;font-size:.9rem}.filter-dropdown{padding:.5rem;border:1px solid #ced4da;border-radius:4px;background-color:#fff;font-size:.9rem;color:#495057;cursor:pointer;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.filter-dropdown:focus{outline:none;border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.filter-dropdown:hover{border-color:#adb5bd}@media (max-width: 1600px){.dashboard-cards{gap:2rem;flex-wrap:wrap;justify-content:center}.dashboard-card{flex:1;min-width:200px;max-width:250px}}@media (max-width: 1200px){.dashboard-cards{gap:1.5rem;flex-wrap:wrap;justify-content:space-between}.dashboard-card{flex:1;min-width:180px;max-width:220px}}@media (max-width: 1024px){.dashboard-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;height:auto}.dashboard-card{min-width:auto;max-width:none}}@media (max-width: 768px){.dashboard-cards{display:flex;flex-direction:column;gap:1rem;height:auto}.dashboard-card{width:100%;max-width:none}.dashboard-container{height:auto;min-height:100vh}.submitted-reports-container{flex-direction:column;gap:1rem}.submitted-reports,.approved-reports{width:100%}}.dashboard-container{display:flex;margin-top:2.5rem;height:88vh;width:100vw;color:#000;position:fixed}.set-report-schedule{z-index:1000;background-color:#dfdddd;height:100%;width:700px;padding:1rem;border-radius:8px}.schedule-form{width:100%;margin:0 auto;display:flex}.form-row{display:flex;align-items:center;gap:10px;margin-bottom:15px;flex-wrap:wrap}.form-row-ins{display:flex;flex-direction:column;margin-bottom:15px}.form-row label{min-width:120px;text-align:right}.form-row input,.form-row select{flex:1;padding:8px;font-size:16px}.textarea-row{align-items:flex-start}.textarea-row textarea{flex:1;min-height:100px;width:500px;padding:8px;font-size:16px}.form-actions{display:flex;justify-content:flex-start}button{padding:10px 20px;background-color:#0052cc;color:#fff;border:none;border-radius:4px}button{margin-left:10px;border-radius:10px;cursor:pointer}.buttons{margin-bottom:1rem;padding:1rem;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.buttons button{margin-right:10px;padding:8px 16px;border:none;border-radius:4px;background-color:#1e56a0;color:#fff;cursor:pointer;font-size:14px}.buttons button:hover{background-color:#163d75}.accomplishment-report-wrapper{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:2rem}.accomplishment-report-container{background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 3px #0000001a;flex:1;min-width:0}.accomplishment-report-container h3{margin:0 0 1.5rem;color:#2a3b5c;text-align:left;font-size:1.5rem}form{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin:0 auto}.form-row{display:flex;align-items:center;margin-bottom:1rem}.form-row label{flex:0 0 150px;margin-right:1rem;font-weight:600;color:#2a3b5c}.form-row input,.form-row textarea{flex:1;width:auto;padding:8px 12px;border:2px solid #ddd;border-radius:4px;font-size:14px;box-sizing:border-box;min-width:0}.form-row textarea{min-height:120px}.form-row textarea[id=teacherNarrative],.form-row textarea[id=narrative]{flex:1 1 0!important;min-width:0!important;max-width:800px!important}.form-row label[for=teacherNarrative],.form-row label[for=narrative]{flex:0 0 80px!important;min-width:80px!important;max-width:80px!important}.form-row input:focus,.form-row textarea:focus{outline:none;border-color:#1e56a0}.inner-form-row{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem;padding:1rem;background-color:#f8f9fa;border-radius:4px;border:1px solid #e9ecef}.inner-form-row .form-row{margin-bottom:0}.file-upload-label{cursor:pointer;padding:1rem;border:2px dashed #ddd;text-align:center;border-radius:4px;transition:border-color .3s}.file-upload-label:hover{border-color:#1e56a0}.thumbs{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.thumb{position:relative;width:100px;height:75px;border:1px solid #ddd;border-radius:4px;overflow:hidden;background:#f8f9fa}.thumb img{width:100%;height:100%;object-fit:cover;display:block}.remove-image-btn{position:absolute;top:2px;right:2px;background:#dc2626cc;color:#fff;border:none;border-radius:50%;width:20px;height:20px;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.remove-image-btn:hover{background:#dc2626}.thumb-meta{position:absolute;bottom:0;left:0;right:0;background:#000000b3;color:#fff;padding:2px;font-size:10px;text-align:center}.assignment-details-card{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;flex:0 0 350px;position:sticky;top:1rem;align-self:flex-start}.assignment-section{margin-bottom:1rem}.assignment-section:last-child{margin-bottom:0}.assignment-section h4{font-size:1.25rem;font-weight:700;margin:0 0 .75rem;color:#2a3b5c}.assignment-field{margin-bottom:.5rem;font-size:14px;color:#374151}.assignment-field:last-child{margin-bottom:0}.assignment-field strong{color:#1f2937;margin-right:.5rem}.assignment-divider{height:1px;background-color:#e5e7eb;margin:1rem 0}.dashboard-container{display:flex;margin-top:2.5rem;height:88vh;width:100vw;color:#000}.dashboard-content{padding-left:1rem;width:100%}.report-schedule{display:flex;justify-content:flex-end;margin-top:1rem;padding-left:5rem}.report-button{background-color:#1e56a0;color:#fff;padding:.5rem;border:none;border-radius:.5rem;margin-right:5rem;cursor:pointer}.set-report-schedule-container{display:flex;justify-content:center}.set-report-schedule{z-index:1000;background-color:#dfdddd;height:100%;width:100%;max-width:none;padding:1rem;border-radius:8px}.popup-header{display:flex;justify-content:space-between;align-items:center;padding-right:1rem}.close-button{background-color:transparent;border:none;cursor:pointer;font-size:1.5rem;color:#000}.schedule-form{width:100%;max-width:820px;display:flex;flex-direction:column;gap:16px}.schedule-form .form-row{width:100%;display:grid;column-gap:12px;align-items:center}.schedule-form .form-row-title,.schedule-form .form-row-instructions,.schedule-form .form-row-subjects{grid-template-columns:auto 1fr}.schedule-form .form-row-school-quarter,.schedule-form .form-row-category,.schedule-form .form-row-dates{grid-template-columns:auto minmax(0,1fr) auto minmax(0,1fr);column-gap:16px}.schedule-form .form-row-recipients{grid-template-columns:auto minmax(0,1fr);align-items:start;column-gap:4px}.schedule-form .form-row-recipients.with-grade{grid-template-columns:auto minmax(0,1fr) auto minmax(0,1fr)}.schedule-form .form-row-allow-late{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px;align-items:center}.schedule-form .form-row input:not([type=checkbox]),.schedule-form .form-row select,.schedule-form .textarea-row textarea{width:100%;box-sizing:border-box;padding:8px;font-size:16px}.schedule-form .textarea-row{align-items:start}.schedule-form .form-row label{font-weight:600}.schedule-form .textarea-row textarea{min-height:120px;width:100%;resize:none}.form-actions{display:flex;justify-content:center;align-items:center;width:100%;margin-top:8px}.form-actions .set-schedule-btn{padding:10px 20px;background-color:#1f5aae;color:#fff;border:none;border-radius:4px;cursor:pointer;margin:0 auto}.template-preview-panel{display:grid;grid-template-rows:auto 1fr;gap:8px;padding:12px;border:1px solid #d6d6d6;border-radius:8px;background:#fafafa}.template-preview-header{display:flex;justify-content:space-between;align-items:baseline;gap:8px;font-weight:600}.template-preview-header small{font-weight:400;color:#666}.template-preview-body{position:relative;width:100%;min-height:220px;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:#fff;border:1px dashed #d0d0d0}.template-preview-body img{max-width:100%;max-height:420px;width:auto;height:auto;display:block;object-fit:contain}.template-preview-empty{color:#777;font-size:.95rem}.template-skeleton{width:100%;height:100%;animation:pulse 1.4s ease-in-out infinite;background:linear-gradient(90deg,#eee 25%,#f5f5f5 37%,#eee 63%);background-size:400% 100%;border-radius:8px}@keyframes pulse{0%{background-position:100% 50%}to{background-position:0 50%}}.hidden{display:none}.template-preview-error{color:#b00020;font-size:.9rem;text-align:center;padding:8px 0}.clickable-preview{cursor:pointer;transition:transform .2s ease}.clickable-preview:hover{transform:scale(1.02)}.image-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000bf;display:flex;justify-content:center;align-items:center;z-index:2000}.image-modal-content{position:relative;max-width:90%;max-height:90%}.image-modal-content img{max-width:100%;max-height:100%;border-radius:8px}.close-modal{position:absolute;top:-10px;right:-10px;background:#fff;border:none;border-radius:50%;font-size:1.5rem;line-height:1rem;width:30px;height:30px;cursor:pointer}.teacher-menu input.menu-checkbox{width:16px;height:16px;min-width:16px;min-height:16px;box-sizing:content-box;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;vertical-align:middle;margin:0;flex:0 0 16px}.teacher-trigger{width:100%;min-height:38px;max-height:42px;overflow:hidden;text-align:left;padding:6px 10px;border:1px solid #cbd5e1;border-radius:4px;background:#fff;cursor:pointer;color:#000}.teacher-trigger-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#000}.teacher-menu{position:absolute;top:100%;right:auto;left:0;width:100%;max-height:280px;overflow-y:auto;background:#fff;border:1px solid #cbd5e1;border-radius:4px;box-shadow:0 8px 24px #00000014;z-index:20;margin-top:4px}.teacher-menu-header{display:flex;align-items:center;gap:8px;padding:6px 10px;border-bottom:1px solid #e5e7eb;background:#f8fafc;white-space:nowrap}.teacher-menu-header label{display:flex;align-items:center;gap:8px;cursor:pointer;margin:0}.teacher-menu-header span{font-weight:600}.teacher-menu-count{margin-left:auto;font-size:12px;opacity:.7}.teacher-menu-clear{font-size:12px;padding:4px 6px;background:none;border:none;cursor:pointer;color:#6b7280}.teacher-menu-clear:hover{color:#374151}.teacher-menu-content{padding:4px 6px}.teacher-menu-item{display:flex;align-items:center;gap:8px;padding:6px 8px;cursor:pointer;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px;transition:background-color .2s,color .2s}.teacher-menu-item:hover{background:#f3f4f6}.teacher-menu-item.selected{background:#3b82f6;color:#fff}.menu-checkbox{pointer-events:none}.teacher-menu-item span{overflow:hidden;text-overflow:ellipsis}.schedule-form input:disabled,.schedule-form select:disabled,.schedule-form textarea:disabled,.schedule-form button:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed;opacity:.6}.schedule-form input:disabled::placeholder,.schedule-form textarea:disabled::placeholder{color:#ccc}.schedule-form .form-row:has(input:disabled,select:disabled,textarea:disabled) label{color:#999;position:relative}.permissions-notice{background-color:#e3f2fd;border:1px solid #2196f3;border-radius:4px;padding:12px 16px;margin-bottom:20px;font-size:14px}.permissions-notice.principal{background-color:#e8f5e8;border-color:#4caf50}.permissions-notice p{margin:0;color:#333}.permissions-notice strong{color:#1976d2}.permissions-notice.principal strong{color:#388e3c}.schedule-form input[type=date]:focus{box-shadow:0 0 0 2px #2196f333}.inline-field{display:flex;align-items:center;gap:10px;width:100%}.inline-field label{margin:0;white-space:nowrap}.inline-field input[type=checkbox]{width:auto;margin:0}.inline-field select{flex:1}@media (max-width: 1200px){.schedule-form{width:100%}}@media (max-width: 768px){.schedule-form .form-row,.schedule-form .form-row-school-quarter,.schedule-form .form-row-category,.schedule-form .form-row-dates,.schedule-form .form-row-allow-late,.schedule-form .form-row-recipients.with-grade{grid-template-columns:1fr}.inline-field{flex-direction:row}.schedule-form .form-row label{margin-bottom:4px}.teacher-trigger{width:100%;max-width:none}}.dashboard-container{display:flex;margin-top:4rem;height:calc(100vh - 4rem);width:100vw;color:#000;position:fixed;top:0;left:0}.dashboard-content{padding-left:1rem;width:100%;display:flex;flex-direction:column;height:100%}.dashboard-main{padding:1rem;flex-shrink:0}.dashboard-main h2{margin:0 0 1rem;color:#2a3b5c}.content{flex:1;overflow-y:auto;padding:0 1rem 1rem;height:calc(100% - 60px)}.report-table{width:100%;border-collapse:separate;border-spacing:0 2rem;min-width:600px}.report-table th{color:#2a3b5c;font-size:15px;text-align:left;position:sticky;top:0;background-color:#f1f1f1;z-index:1}.report-table th.first-th{padding-right:120px}.report-table td{padding:10px 20px;border-bottom:1px solid #ddd;height:50px;vertical-align:middle}.report-table td:first-child{border-left:1px solid #ddd}.report-table thead th{border-bottom:3px solid black;padding:10px 20px}.report-table tr{cursor:pointer;height:50px}.report-table tbody tr:hover{background-color:#f5f5f5}.buttons{margin-left:2rem}button{margin-left:10px;border-radius:10px;cursor:pointer;background-color:#1e56a0}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:999}.import-popup{background-color:#fff;padding:2rem;border-radius:10px;width:400px;box-shadow:0 2px 10px #0000004d;position:relative}.popup-header{display:flex;justify-content:space-between;align-items:center}.close-button{background:none;border:none;font-size:1.2rem;cursor:pointer}.import-form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.file-upload-label{cursor:pointer}.uploaded-filename{margin-top:1rem;font-size:.95rem;color:#333}.dropdown-container{display:flex}.dropdown-content{position:absolute;background:#f9f9f9;box-shadow:0 8px 16px #0003;border-radius:6px;min-width:160px;z-index:1;margin-top:5px;display:flex;flex-direction:column}.dropdown-content a,.dropdown-content button{display:block;width:100%;padding:10px;text-align:left;text-decoration:none;background:none;border:none;cursor:pointer;color:#000}.dropdown-content a:hover,.dropdown-content button:hover{background-color:#eee}.laempl{width:100%;border-collapse:collapse}.laempl th,.laempl td{border:1px solid #ccc;padding:.5rem;text-align:center}.laempl th[scope=row]{text-align:left}.total td,.total th{font-weight:600}@media print{.laempl{font-size:12px}}.table-wrap{overflow-x:auto;padding-bottom:3rem}.laempl-table{width:100%;border-collapse:collapse;background:#fff;padding-bottom:2rem}.laempl-table caption{text-align:left;font-weight:600;margin-bottom:.5rem}.laempl-table{table-layout:fixed;font-size:.875rem}.laempl-table th,.laempl-table td{border:1px solid #d9d9d9;padding:.25rem .35rem;text-align:center;font-size:.875rem}.laempl-table thead th{padding:.5rem .4rem;font-size:.8rem;font-weight:600;line-height:1.3;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:normal;height:auto;min-height:3em;vertical-align:middle}.laempl-table .row-head{text-align:left;white-space:nowrap;padding:.35rem .5rem;font-size:.875rem;min-width:120px;max-width:150px}.cell-input{width:100%;border:none;outline:none;text-align:center;padding:.2rem .25rem;box-sizing:border-box;font-size:.875rem}.total-row th,.total-row td{font-weight:600;background:#f7f9fc}@media print{.cell-input{border:none}}.table-actions{text-align:right;margin-top:1rem}.table-actions button{background-color:#1e56a0;border-radius:6px;padding:8px 16px}.mps-table-wrap{padding-bottom:2rem;margin-bottom:3rem}.modal-action{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:520px;width:90%;padding:20px;border-radius:12px;background:#fff}.dashboard-sidebar{height:100vh;position:sticky;top:0;padding-right:2rem;padding-top:2rem}.report-card{border:1px solid #ccc;border-radius:8px;padding:16px;margin-bottom:16px;background-color:#f1f1f1}.instruction{padding-top:1rem;padding-bottom:1rem}.view-submission{margin-top:1rem}.submission-btn-container{margin-right:1rem;margin-left:-.7rem}body{background-color:#f1f1f1;top:0;margin:0;padding:0;min-height:100vh}.clickable-report{transition:all .2s ease-in-out}.clickable-report:hover{background-color:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.loading-message,.no-reports-message{text-align:center;padding:2rem;color:#6c757d;font-style:italic}.dashboard-content{padding-left:1rem;width:100%;overflow-y:auto;scroll-behavior:smooth}.dashboard-card{background-color:#fff;border-radius:8px;padding:1rem;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-align:center}.dashboard-cards{display:flex;gap:1rem;flex-direction:row;padding:1rem;height:150px;width:100%}.dashboard-sidebar{padding-left:1rem}.title-container{display:flex;align-items:center;gap:.5rem}.submitted-reports,.submitted-reports-upon-approval{padding:0 1.5rem;background-color:#fff;border-radius:1.5rem;margin-top:.5rem;min-height:670px;max-height:670px;overflow-y:auto}.reports-list{display:flex!important;flex-direction:column!important;max-height:400px;overflow-y:auto;margin:0!important;margin-top:.5rem!important;padding:0!important;gap:.5rem!important}.submitted-reports-container{display:flex;justify-content:space-between;padding:.5rem;border-radius:.5rem;background:#f9f9f9;margin:0!important;transition:background .2s;height:50px}.submitted-reports-container:hover{background:#f1f5ff}.calendar-container{padding:1rem;background-color:#fff;border-radius:1.5rem;width:100%}.deadline-item{display:flex;flex-direction:row;justify-content:space-between;border-radius:1rem;padding:1rem;background-color:#1e56a0;flex-shrink:0;min-height:60px}.deadline-details{font-size:13px}.deadline-title{font-size:13px;font-weight:600}.deadline-component{margin-top:1rem;padding:1rem;background-color:#fff;border-radius:.5rem;height:500px;display:flex;flex-direction:column;overflow:hidden}.deadline-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.deadline-list::-webkit-scrollbar{width:6px}.deadline-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.deadline-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.deadline-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.deadline-component::-webkit-scrollbar{width:6px}.deadline-component::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.deadline-component::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.deadline-component::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.react-calendar{background:#fff;border-radius:1rem;border:2px solid #1E56A0;box-shadow:0 2px 8px #1e56a014;font-family:inherit}.react-calendar__navigation{color:#000!important;border-radius:1rem 1rem 0 0}.react-calendar__navigation button{color:#000!important}.react-calendar__month-view__weekdays{background:#f0f4fa;color:#1e56a0;font-weight:600}.react-calendar__tile{background:none;color:#223861;border-radius:.5rem;position:relative}.react-calendar__tile--active,.react-calendar__tile--now{background:#1e56a0;color:#fff}.react-calendar__tile--deadline{font-weight:600!important;background:#fff3cd!important;border:2px solid #ffc107!important;color:#856404!important}.react-calendar__tile--deadline:hover{background:#ffeaa7!important}.deadline-indicator{position:absolute;top:2px;right:2px;color:#dc3545;font-size:8px;font-weight:600}@media (max-width: 1600px){.dashboard-cards{gap:1rem;flex-wrap:wrap;justify-content:center;width:100%}.dashboard-card{flex:1;min-width:180px;max-width:200px}}@media (max-width: 1200px){.dashboard-cards{gap:.8rem;flex-wrap:wrap;justify-content:center}.dashboard-card{flex:1;min-width:160px;max-width:180px}}@media (max-width: 1024px){.dashboard-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;height:auto}.dashboard-card{min-width:auto;max-width:none}}@media (max-width: 768px){.dashboard-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;height:auto}.dashboard-card{min-width:auto;max-width:none}.dashboard-container{height:auto;min-height:100vh}.submitted-reports,.submitted-reports-upon-approval{width:100%}}@media (max-width: 480px){.dashboard-cards{display:flex;flex-direction:column;gap:.8rem;height:auto}.dashboard-card{width:100%;max-width:none}}.submission-count{text-align:center}.count-badge{display:inline-block;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600;min-width:40px;text-align:center}.count-badge.complete{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.count-badge.partial{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.category-info{font-size:12px;color:#666;font-style:italic}.assignment-navigation{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:16px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.assignment-info h3{margin:0 0 4px;color:#2c3e50;font-size:18px}.assignment-info p{margin:0;color:#6c757d;font-size:14px}.submission-navigation{display:flex;align-items:center;gap:12px}.nav-button{padding:8px 16px;border:1px solid #007bff;background:#007bff;color:#fff;border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s}.nav-button:hover:not(:disabled){background:#0056b3;border-color:#0056b3}.nav-button:disabled{background:#6c757d;border-color:#6c757d;cursor:not-allowed;opacity:.6}.submission-counter{font-weight:600;color:#495057;font-size:14px;min-width:80px;text-align:center}.submission-details{background:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:20px}.detail-row{display:flex;margin-bottom:10px;align-items:center}.detail-row label{font-weight:600;min-width:150px;color:#555}.detail-row span{color:#333}.submission-content{background:#fff;padding:20px;border-radius:8px;border:1px solid #e0e0e0}.content-section{margin-bottom:20px}.content-section h4{color:#333;margin-bottom:10px;font-size:16px}.table-container{overflow-x:auto;margin:15px 0}.submission-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.submission-table th{background:#f5f5f5;padding:12px 8px;text-align:left;font-weight:600;color:#555;border-bottom:2px solid #ddd}.submission-table td{padding:10px 8px;border-bottom:1px solid #eee}.submission-table tr:hover{background:#f8f9fa}.trait-cell{font-weight:500;background:#f0f0f0}.data-cell{text-align:center;font-family:monospace}.image-item{border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#fff}.image-item img{width:100%;height:auto;display:block}.action-buttons{margin-top:20px;display:flex;gap:10px}.action-buttons button{padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-weight:500;transition:background .2s}.action-buttons button:first-child{background:#6c757d;color:#fff}.action-buttons button:first-child:hover{background:#5a6268}.loading-container h2{color:#333;margin-bottom:10px}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.error-message{color:#dc3545;font-size:16px;margin:20px 0;padding:15px;background:#f8d7da;border:1px solid #f5c6cb;border-radius:5px;max-width:500px}.retry-section{margin:20px 0}.retry-button{background:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-weight:500;transition:background .2s}.retry-button:hover{background:#0056b3}.retry-button:disabled{background:#6c757d;cursor:not-allowed}.submit-section{background:#e8f4fd;padding:20px;border-radius:8px;border:1px solid #b3d9ff;margin:20px 0}.submit-section h3{color:#1a73e8;margin-bottom:10px;font-size:18px}.submit-section p{color:#555;margin-bottom:15px;font-size:14px}.submit-button{background:#1a73e8;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-weight:500;font-size:14px;transition:background .2s,transform .1s}.submit-button:hover:not(:disabled){background:#1557b0;transform:translateY(-1px)}.submit-button:disabled{background:#9aa0a6;cursor:not-allowed;transform:none}.message{padding:12px 16px;border-radius:6px;margin-bottom:15px;font-size:14px;font-weight:500}.message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.status-info{background:#fff3cd;padding:15px;border-radius:6px;border:1px solid #ffeaa7;margin:20px 0}.info-message{color:#856404;font-size:14px}.status-badge.status-rejected{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.status-badge.status-not-given{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.actions-cell{text-align:center;padding:8px}.actions-cell .btn{margin:0 2px;padding:4px 8px;font-size:12px;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.actions-cell .btn-primary{background-color:#007bff;color:#fff}.actions-cell .btn-primary:hover{background-color:#0056b3}.actions-cell .btn-secondary{background-color:#6c757d;color:#fff}.actions-cell .btn-secondary:hover{background-color:#545b62}.actions-cell .btn-sm{padding:2px 6px;font-size:11px}.laempl-report-display,.mps-report-display{margin:20px 0;background:#fff;border-radius:8px;border:1px solid #e0e0e0;overflow:hidden}.table-container{overflow-x:auto;max-width:100%}.rejection-details{margin-top:4px;padding:4px 8px;background-color:#fef2f2;border:1px solid #FECACA;border-radius:4px;font-size:12px}.rejection-reason{display:block;color:#dc2626;font-weight:500;margin-bottom:2px}.extended-deadline{display:block;color:#059669;font-weight:500}.view-toggle{display:flex;gap:10px;margin-top:15px}.toggle-btn{padding:8px 16px;border:2px solid #e0e0e0;background:#fff;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;color:#666}.toggle-btn:hover{border-color:#1a73e8;color:#1a73e8}.toggle-btn.active{background:#1a73e8;border-color:#1a73e8;color:#fff}.toggle-btn.active:hover{background:#1557b0;border-color:#1557b0}.filter-dropdowns{display:flex;gap:20px;margin-top:20px;padding:15px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.dropdown-group{display:flex;flex-direction:column;gap:5px;min-width:150px}.dropdown-group label{font-weight:600;color:#495057;font-size:14px}.dropdown-select{padding:8px 12px;border:2px solid #e0e0e0;border-radius:6px;background:#fff;font-size:14px;color:#333;cursor:pointer;transition:border-color .3s ease}.dropdown-select:hover{border-color:#1a73e8}.dropdown-select option{padding:8px;color:#333}.status-badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;text-transform:uppercase;display:inline-block}.status-0{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}.status-1{background-color:#fef3c7;color:#92400e;border:1px solid #f59e0b}.status-2{background-color:#dbeafe;color:#1e40af;border:1px solid #3b82f6}.status-3{background-color:#d1fae5;color:#065f46;border:1px solid #10b981}.status-4{background-color:#fee2e2;color:#991b1b;border:1px solid #ef4444}.submit-button{background-color:#3b82f6;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500}.submit-button:hover:not(:disabled){background-color:#2563eb}.submit-button:disabled{background-color:#9ca3af;cursor:not-allowed}.year-quarter-file-manager{padding:20px;background-color:#f8f9fa;border-radius:8px;margin:20px 0}.file-manager-header{margin-bottom:30px;text-align:center}.file-manager-header h3{color:#333;margin-bottom:10px;font-size:24px}.file-manager-header p{color:#666;font-size:14px}.year-quarter-grid{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.year-group{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a}.year-header{margin-bottom:15px;text-align:center}.year-header h4{color:#1a73e8;font-size:20px;margin:0;font-weight:600}.quarters-row{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.quarter-cell{background:#f1f3f4;border:2px solid #e0e0e0;border-radius:8px;padding:15px 20px;cursor:pointer;transition:all .3s ease;min-width:80px;text-align:center;position:relative}.quarter-cell:hover{background:#e8f0fe;border-color:#1a73e8;transform:translateY(-2px);box-shadow:0 4px 8px #1a73e833}.quarter-cell.selected{background:#1a73e8;border-color:#1a73e8;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #1a73e84d}.quarter-label{font-size:18px;font-weight:600;margin-bottom:5px}.quarter-status{font-size:12px;opacity:.8;text-transform:uppercase;font-weight:500}.quarter-cell.selected .quarter-status{opacity:1}.reports-section{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;margin-top:20px}.reports-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #e0e0e0}.reports-header h4{color:#333;margin:0 0 5px;font-size:18px}.click-instruction{color:#666;font-size:12px;margin:0;font-style:italic}.close-reports-btn{background:#dc3545;color:#fff;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.close-reports-btn:hover{background:#c82333}.reports-list{display:grid;gap:15px}.report-item{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;padding:15px;transition:all .3s ease;cursor:pointer}.report-item.clickable{cursor:pointer}.report-item:hover,.report-item.clickable:hover{background:#e8f0fe;border-color:#1a73e8;transform:translateY(-1px);box-shadow:0 2px 8px #1a73e81a}.report-item.clickable:hover{background:#e8f0fe;border-color:#1a73e8;transform:translateY(-2px);box-shadow:0 4px 12px #1a73e826}.report-item.clickable:after{content:"→";float:right;color:#1a73e8;font-weight:600;font-size:16px;opacity:.6;transition:opacity .3s ease}.report-item.clickable:hover:after{opacity:1}.report-title{font-size:16px;font-weight:600;color:#333;margin-bottom:8px}.report-meta{display:flex;gap:15px;align-items:center;flex-wrap:wrap}.report-category{background:#1a73e8;color:#fff;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.report-date{color:#666;font-size:14px}.report-status{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;text-transform:uppercase}.report-status.status-complete{background:#d4edda;color:#155724}.report-status.status-pending{background:#fff3cd;color:#856404}.report-status.status-rejected{background:#f8d7da;color:#721c24}.report-status.status-in-progress{background:#cce5ff;color:#004085}.loading-container,.loading-reports{text-align:center;padding:40px;color:#666;font-size:16px}.no-reports{text-align:center;padding:40px;color:#666;font-style:italic;background:#f8f9fa;border-radius:6px;border:2px dashed #e0e0e0}@media (max-width: 768px){.year-quarter-file-manager{padding:15px}.quarters-row{gap:10px}.quarter-cell{padding:12px 15px;min-width:70px}.report-meta{flex-direction:column;align-items:flex-start;gap:8px}}@media (max-width: 480px){.quarters-row{justify-content:space-between}.quarter-cell{flex:1;min-width:60px}}.submission-details{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:20px;margin-bottom:20px}.detail-row{align-items:center;padding:8px 0;border-bottom:1px solid #e9ecef}.detail-row:last-child{border-bottom:none}.detail-row label{font-weight:600;color:#495057;min-width:120px}.detail-row span{margin-left:10px;color:#212529}.accomplishment-report-display{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:20px;margin:20px 0;box-shadow:0 2px 4px #0000001a}.accomplishment-report-display h4{color:#2c3e50;margin-bottom:20px;font-size:1.3em;border-bottom:2px solid #3498db;padding-bottom:10px}.form-display{display:flex;flex-direction:column;gap:15px}.form-row{display:flex;align-items:center;gap:15px;margin-bottom:15px}.form-row label{font-weight:600;color:#2c3e50;font-size:.9em;min-width:200px;text-align:left}.readonly-field{background:#f5f5f5;border:1px solid #d0d0d0;border-radius:4px;padding:8px 12px;color:#333;min-height:20px;white-space:pre-wrap;flex:1;font-size:14px}.narrative-content{min-height:80px;line-height:1.6;resize:vertical}.activity-design-section{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;padding:15px;margin:15px 0}.activity-design-section .form-row{margin-bottom:10px}.activity-design-section .form-row:last-child{margin-bottom:0}.laempl-report-display{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:20px;margin:20px 0;box-shadow:0 2px 4px #0000001a}.laempl-report-display h4{color:#2c3e50;margin-bottom:20px;font-size:1.3em;border-bottom:2px solid #3498db;padding-bottom:10px}.table-container{overflow-x:auto}.laempl-table{width:100%;border-collapse:collapse;margin-top:10px}.laempl-table th,.laempl-table td{border:1px solid #dee2e6;padding:8px 12px;text-align:center}.laempl-table th{background-color:#f8f9fa;font-weight:600;color:#495057}.trait-cell{background-color:#e9ecef;font-weight:600;text-align:left}.data-cell{background-color:#fff}.mps-report-display{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:20px;margin:20px 0;box-shadow:0 2px 4px #0000001a}.mps-report-display h4{color:#2c3e50;margin-bottom:20px;font-size:1.3em;border-bottom:2px solid #3498db;padding-bottom:10px}.mps-table{width:100%;border-collapse:collapse;margin-top:10px}.mps-table th,.mps-table td{border:1px solid #dee2e6;padding:8px 12px;text-align:center}.mps-table th{background-color:#f8f9fa;font-weight:600;color:#495057}.generic-content{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:20px;margin:20px 0;box-shadow:0 2px 4px #0000001a}.generic-content h4{color:#2c3e50;margin-bottom:15px;font-size:1.2em}.generic-content p{color:#495057;line-height:1.6;margin-bottom:15px}.image-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px;margin-top:10px}.action-buttons{display:flex;gap:10px;margin-top:20px}.action-buttons button{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.action-buttons button:first-child{background-color:#6c757d;color:#fff}.action-buttons button:first-child:hover{background-color:#5a6268}.action-buttons button:last-child{background-color:#007bff;color:#fff}.action-buttons button:last-child:hover{background-color:#0056b3}.accomplishment-report-display,.laempl-report-display,.generic-content,.submission-details{max-width:920px;margin-left:auto;margin-right:auto}.form-row .readonly-field{flex:0 0 420px;max-width:100%}.form-row label{min-width:180px}@media (max-width: 768px){.accomplishment-report-display,.laempl-report-display,.generic-content,.submission-details{max-width:100%;padding-left:16px;padding-right:16px}.form-row{flex-direction:column;align-items:stretch}.form-row label{min-width:0}.form-row .readonly-field,.activity-design-section{flex:0 0 auto;width:100%;max-width:100%}}.value-box,.readonly-field{display:inline-block;background:#fff;border:1px solid #d0d0d0;border-radius:4px;padding:6px 10px;line-height:1.4;color:#333;min-height:32px;flex:0 0 340px;max-width:100%;box-sizing:border-box}.form-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.form-row label{min-width:190px;text-align:left;color:#2c3e50;font-weight:600}#content-card,.accomplishment-report-display{max-width:920px;margin:0 auto}.accomplishment-report-display,.laempl-report-display,.generic-content,.submission-details,#content-card{max-width:920px;margin-left:0;margin-right:0}.submission-content,.dashboard-main,.content-section{justify-content:flex-start!important;align-items:flex-start!important;text-align:left}.form-row{justify-content:flex-start}.form-row .readonly-field,.value-box{flex:0 0 420px;max-width:100%}.activity-design-section{max-width:720px;margin-left:0}@media (max-width: 768px){.accomplishment-report-display,.laempl-report-display,.generic-content,.submission-details,#content-card{max-width:100%}}img:hover{cursor:pointer;opacity:.7}.status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.status-completed{background:#e8f5e8;color:#2e7d32;border:1px solid #c8e6c9}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.loading-container p{color:#666;font-size:14px}.error-message{text-align:center;padding:20px;background:#f8d7da;border:1px solid #f5c6cb;border-radius:5px;color:#721c24}.error-message button{background:#dc3545;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;margin-top:10px}.error-message button:hover{background:#c82333}.no-submissions{text-align:center;padding:40px 20px;color:#666;font-style:italic}.quarter-selector{position:relative;display:inline-block;width:100%}.quarter-selector.loading{opacity:.7}.quarter-selector .dropdown-select{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;background-color:#fff;font-size:14px;color:#333;cursor:pointer;transition:border-color .2s ease}.quarter-selector .dropdown-select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.quarter-selector .dropdown-select:disabled{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed}.quarter-selector-error{margin-top:4px;color:#dc3545;font-size:12px}.quarter-selector-error small{color:#dc3545}.accomplishment-display{max-width:100%;margin:20px 0;padding:20px;background:#f9f9f9;border-radius:8px;border:1px solid #e0e0e0}.accomplishment-display h3{color:#2c3e50;margin-bottom:20px;font-size:1.5em;border-bottom:2px solid #3498db;padding-bottom:10px}.report-section{margin-bottom:25px;background:#fff;padding:15px;border-radius:6px;border:1px solid #ddd}.report-section h4{color:#34495e;margin-bottom:15px;font-size:1.2em;border-bottom:1px solid #bdc3c7;padding-bottom:5px}.field-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:15px}.field{display:flex;flex-direction:column;gap:5px}.field label{font-weight:600;color:#2c3e50;font-size:.9em}.field span{color:#34495e;padding:8px 12px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;min-height:20px}.images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px;margin-top:10px}.image-item{border:1px solid #ddd;border-radius:6px;overflow:hidden;background:#fff;box-shadow:0 2px 4px #0000001a}.image-item img{width:100%;height:150px;object-fit:cover;display:block}.narrative-content{background:#f8f9fa;padding:15px;border-radius:6px;border:1px solid #e9ecef;line-height:1.6;color:#2c3e50;white-space:pre-wrap;min-height:100px}.coordinator-notes{background:#e8f4fd;padding:15px;border-radius:6px;border-left:4px solid #3498db;color:#2c3e50;line-height:1.6;white-space:pre-wrap}.ok-text{color:#27ae60;font-weight:500}.error-text{color:#e74c3c;font-weight:500}.approval-section{margin-top:30px;padding:20px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.approval-section h3{margin-top:0;margin-bottom:10px;color:#333}.approval-section p{margin-bottom:20px;color:#666}.approval-buttons{display:flex;gap:15px;justify-content:flex-start}.reject-button{background-color:#dc3545;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s}.reject-button:hover:not(:disabled){background-color:#c82333}.reject-button:disabled{background-color:#6c757d;cursor:not-allowed}.approve-button{background-color:#28a745;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s}.approve-button:hover:not(:disabled){background-color:#218838}.approve-button:disabled{background-color:#6c757d;cursor:not-allowed}.modal-action button[type=button]{background-color:#dc3545;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s}.modal-action button[type=button]:hover:not(:disabled){background-color:#c82333}.modal-action button[type=button]:disabled{background-color:#6c757d;cursor:not-allowed}.modal-action button[type=submit],.modal-action button[type=button]:last-child{background-color:#28a745}.modal-action button[type=submit]:hover:not(:disabled),.modal-action button[type=button]:last-child:hover:not(:disabled){background-color:#218838}.message{padding:10px 15px;border-radius:4px;margin-bottom:15px;font-weight:500}.message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.error-message{color:#dc3545;font-size:14px;margin-bottom:15px}.loading-container{text-align:center;padding:40px 20px}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-container{text-align:center;padding:40px 20px}.error-message{color:#dc3545;font-size:16px;margin-bottom:20px}.action-buttons{margin-top:20px}.action-buttons button{background-color:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.action-buttons button:hover{background-color:#0056b3}.dashboard-container{display:flex;margin-top:2.5rem;height:calc(100vh - 2.5rem);width:100vw;color:#000;position:fixed}.dashboard-content{padding-left:1rem;width:100%;overflow-y:auto;scroll-behavior:smooth;max-height:calc(100vh - 2.5rem);padding-bottom:2rem}.dashboard-content::-webkit-scrollbar{width:8px}.dashboard-content::-webkit-scrollbar-track{background:transparent;border-radius:10px}.dashboard-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.dashboard-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.submission-content,.content-section,.laempl-report-display,.mps-report-display{width:100%;max-width:100%}.laempl-report-display,.mps-report-display{background:#fff;border-radius:8px;border:1px solid #e0e0e0;overflow:hidden;margin:20px 0}.laempl-report-display h4,.mps-report-display h4{background:#f8f9fa;margin:0;padding:15px 20px;color:#2c3e50;font-size:1.2em;border-bottom:1px solid #e0e0e0}.table-container{overflow-x:auto;max-width:100%;width:100%}.laempl-table,.mps-table{width:100%;border-collapse:collapse;font-size:14px}.laempl-table th,.mps-table th{background:#f8f9fa;color:#2c3e50;font-weight:600;padding:12px 8px;text-align:center;border:1px solid #dee2e6;white-space:nowrap}.laempl-table td,.mps-table td{padding:10px 8px;text-align:center;border:1px solid #dee2e6;background:#fff}.laempl-table .trait-cell,.mps-table .trait-cell{background:#f8f9fa;font-weight:600;color:#2c3e50;text-align:left;padding-left:15px}.laempl-table .data-cell,.mps-table .data-cell{background:#fff;color:#495057}.laempl-table tr:nth-child(2n) .data-cell,.mps-table tr:nth-child(2n) .data-cell{background:#f8f9fa}.laempl-table tr:hover .data-cell,.mps-table tr:hover .data-cell{background:#e3f2fd}@media (max-width: 768px){.field-group{grid-template-columns:1fr}.images-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.accomplishment-display{padding:15px}.report-section{padding:12px}.approval-buttons{flex-direction:column;gap:10px}.approval-buttons button{width:100%}.dashboard-container{height:auto;min-height:100vh}.laempl-table,.mps-table{font-size:12px}.laempl-table th,.mps-table th,.laempl-table td,.mps-table td{padding:8px 4px}}.dropdown-select{width:100%;padding:10px 12px;border:2px solid #e1e5e9;border-radius:8px;background-color:#fff;font-size:14px;color:#333;transition:border-color .2s ease,box-shadow .2s ease;cursor:pointer}.dropdown-select:focus{outline:none;border-color:#1a73e8;box-shadow:0 0 0 3px #1a73e81a}.dropdown-select:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}.year-quarter-assignment{background:#f8f9fa;border-radius:12px;padding:20px;margin-bottom:20px}.assignment-controls{display:flex;gap:15px;align-items:end;margin-bottom:20px;flex-wrap:wrap}.assignment-controls .form-group{flex:1;min-width:150px}.assignment-controls .form-group label{display:block;margin-bottom:5px;font-weight:500;color:#333}.mark-active-btn{padding:10px 20px;background:#1a73e8;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s ease;white-space:nowrap}.mark-active-btn:hover:not(:disabled){background:#1557b0}.mark-active-btn:disabled{background:#ccc;cursor:not-allowed}.current-active{background:#fff;border-radius:8px;padding:15px;border:1px solid #e1e5e9}.current-active h4{margin:0 0 10px;color:#333;font-size:16px}.active-year-quarter{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.active-year-quarter .year-range{font-weight:600;color:#1a73e8;font-size:16px}.active-year-quarter .quarter{font-weight:500;color:#333;font-size:14px}.active-badge{background:#34a853;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase}.no-active{color:#666;font-style:italic;margin:0}.year-quarter-form{display:flex;flex-direction:column;gap:15px}.year-quarter-form .form-group{display:flex;flex-direction:column}.year-quarter-form .form-group label{margin-bottom:5px;font-weight:500;color:#333}.btn{padding:10px 20px;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-primary{background:#1a73e8;color:#fff}.btn-primary:hover{background:#1557b0}.btn-cancel{background:#f5f5f5;color:#666;border:1px solid #ddd}.btn-cancel:hover{background:#e8e8e8}.btn:not(.btn-danger){background:#1e56a0;color:#fff;border-color:#1e56a0}.btn:not(.btn-danger):hover{background:#1557b0;border-color:#1557b0}.btn-danger{background:#3b82f6;color:#fff;border-color:#3b82f6}.btn-danger:hover{background:#2563eb;border-color:#2563eb}.form-hint{font-size:.85rem;color:#555;margin-top:4px}.status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.status-badge.assigned{background-color:#e8f5e8;color:#2e7d32}.status-badge.unassigned{background-color:#ffebee;color:#c62828}.assignment-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center}.assignment-modal{background:#fff;border-radius:8px;padding:0;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026;position:relative}.assignment-content{padding:20px}.user-info{background-color:#f8f9fa;padding:15px;border-radius:8px;margin-bottom:20px}.user-info h3{margin:0 0 10px;color:#333}.user-info p{margin:5px 0;color:#666}.school-selection{margin-bottom:20px}.school-selection label{display:block;margin-bottom:8px;font-weight:500;color:#333}.school-dropdown{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;background-color:#fff}.school-dropdown:focus{outline:none;border-color:#1a73e8}.btn-danger{background-color:#d32f2f;color:#fff}.btn-danger:hover{background-color:#b71c1c}.add-user-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center}.add-user-modal{background:#fff;border-radius:8px;padding:0;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026;position:relative}.add-user-form{padding:20px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333}.form-group input,.form-group select{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;background-color:#fff}.form-group input:focus,.form-group select:focus{outline:none;border-color:#1a73e8}.assignment-details{margin-top:20px;padding:15px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.assignment-details .form-group{margin-bottom:15px}.assignment-details .form-group:last-child{margin-bottom:0}.form-input{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;background-color:#fff}.form-input:focus{outline:none;border-color:#1a73e8}.section-info{margin-top:4px;color:#666;font-size:12px}.section-info small{display:inline-block;margin-right:8px}.year-quarter-btn{margin-left:10px;background-color:#1557b0}.year-quarter-btn:hover{background-color:#1557b0}.year-quarter-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center}.year-quarter-modal{background:#fff;border-radius:8px;padding:0;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026;position:relative}.year-quarter-content{padding:20px}.active-year-quarter{background-color:#e8f5e8;padding:15px;border-radius:8px;margin-bottom:20px;border:1px solid #c3e6c3}.active-year-quarter h3{margin:0 0 10px;color:#2e7d32}.active-info{display:flex;gap:15px;align-items:center}.active-year{background-color:#2e7d32;color:#fff;padding:8px 16px;border-radius:20px;font-weight:600;font-size:16px}.active-quarter{background-color:#4caf50;color:#fff;padding:8px 16px;border-radius:20px;font-weight:600;font-size:16px}.add-year-quarter-section{border-top:1px solid #e0e0e0;padding-top:20px}.add-year-quarter-section h3{margin:0 0 15px;color:#333}.year-quarter-form{margin-top:15px}.year-quarter-form .form-group{margin-bottom:15px}.year-quarter-form .form-group label{display:block;margin-bottom:5px;font-weight:500;color:#333}.year-quarter-form .form-group input,.year-quarter-form .form-group select{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;background-color:#fff}.year-quarter-form .form-group input:focus,.year-quarter-form .form-group select:focus{outline:none;border-color:#1a73e8}.select-active-section{margin-bottom:30px;padding:20px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.select-active-section h3{margin:0 0 15px;color:#333}.year-quarter-list{display:flex;flex-direction:column;gap:10px}.year-quarter-item{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;background-color:#fff;border:1px solid #ddd;border-radius:6px;transition:all .2s}.year-quarter-item.active{background-color:#e8f5e8;border-color:#4caf50}.year-quarter-item:hover{box-shadow:0 2px 4px #0000001a}.year-quarter-info{display:flex;align-items:center;gap:15px}.year-range{font-weight:600;color:#333;font-size:16px}.quarter{background-color:#1a73e8;color:#fff;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600}.active-badge{background-color:#4caf50;color:#fff;padding:4px 8px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase}.btn-sm{padding:6px 12px;font-size:12px}.form-row{display:flex;gap:15px}.form-row .form-group{flex:1}.add-school-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center}.add-school-modal{background:#fff;border-radius:8px;padding:0;max-width:800px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e0e0e0;background:#f8f9fa;border-radius:8px 8px 0 0}.modal-header h2{margin:0;color:#333;font-size:24px}.close-button{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.close-button:hover{background-color:#f0f0f0}.add-school-section{padding:20px;border-bottom:1px solid #e0e0e0}.add-school-section h3{margin:0 0 15px;color:#333;font-size:18px}.add-school-form{display:flex;flex-direction:column;gap:15px}.form-group{display:flex;flex-direction:column;gap:5px}.form-group label{font-weight:500;color:#333}.form-group input{padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#1a73e8}.error-message{color:#d32f2f;font-size:14px;margin-top:5px}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.btn{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s}.btn-cancel{background-color:#f5f5f5;color:#333}.btn-cancel:hover{background-color:#e0e0e0}.btn-primary{background-color:#1a73e8;color:#fff}.btn-primary:hover{background-color:#1557b0}.btn-primary:disabled{background-color:#ccc;cursor:not-allowed}.schools-list-section{padding:20px}.schools-list-section h3{margin:0 0 15px;color:#333;font-size:18px}.schools-list-table{width:100%;border-collapse:collapse}.schools-list-table th,.schools-list-table td{padding:10px;text-align:left;border-bottom:1px solid #e0e0e0}.schools-list-table th{background-color:#f8f9fa;font-weight:500;color:#333}.school-name-cell{font-weight:500}.read-only-row{cursor:default!important}.read-only-row:hover{background-color:#f8f9fa!important;box-shadow:none!important}.read-only-row td{pointer-events:none}.schools-list-table .edit-btn,.schools-list-table .delete-btn,.schools-list-table .action-btn{display:none!important}.loading{text-align:center;color:#666;padding:20px}.no-schools{text-align:center;color:#666;padding:20px;font-style:italic}.btn{padding:8px 14px;border-radius:8px;border:1px solid #ccc;background:#1e56a0;cursor:pointer}.action-btn{align-self:center}.status-txt{padding:2px 12px;background-color:#e53935;border-radius:2rem;color:#fff}.year-quarter-selector{display:flex;gap:20px;align-items:end;flex-wrap:wrap}.year-quarter-selector.loading{opacity:.7}.year-quarter-selector .selector-group{display:flex;flex-direction:column;gap:5px;min-width:150px}.year-quarter-selector .selector-group label{font-weight:500;color:#333;font-size:14px}.year-quarter-selector .dropdown-select{padding:8px 12px;border:1px solid #ddd;border-radius:4px;background-color:#fff;font-size:14px;color:#333;cursor:pointer;transition:border-color .2s ease}.year-quarter-selector .dropdown-select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.year-quarter-selector .dropdown-select:disabled{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed}.year-quarter-selector-error{width:100%;margin-top:8px;color:#dc3545;font-size:12px}.year-quarter-selector-error small{color:#dc3545}@media (max-width: 768px){.year-quarter-selector{flex-direction:column;gap:15px}.year-quarter-selector .selector-group{min-width:100%}}.report-table{width:100%;border-collapse:separate;border-spacing:0 10px}.report-table thead th{text-align:left;padding:8px 12px;font-weight:600;color:#555;border-bottom:2px solid #ddd}.report-table tbody tr{background:#fff;box-shadow:0 1px 3px #0000001a;cursor:pointer;transition:background .2s,box-shadow .2s}.report-table tbody tr:hover{background:#f5faff;box-shadow:0 3px 6px #00000026}.report-table td{padding:12px 16px;vertical-align:middle}.file-cell{display:flex;align-items:center;gap:10px}.file-icon{font-size:20px;color:#1a73e8}.file-name{font-weight:500;color:#333}.svg-icon{width:20px;height:20px}.edit-btn{color:#1a73e8}.edit-btn:hover{color:#1557b0}.delete-btn{color:#d93025}.delete-btn:hover{color:#a3120c}.icon-btn{background:transparent;border:0;padding:0;cursor:pointer}.icon-btn img{width:22px;height:22px;display:block}.edit-user-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000}.edit-user-modal{width:min(820px,90vw);background:#fff;border-radius:12px;padding:16px 18px;box-shadow:0 10px 30px #0000002e}.edit-user-modal form{display:flex;flex-direction:column;align-items:center;gap:12px}.add-user-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000}.add-user-modal{width:min(520px,90vw);background:#fff;border-radius:12px;padding:16px 18px;box-shadow:0 10px 30px #0000002e}.add-user-modal form{display:flex;flex-direction:column;align-items:center;gap:12px}.popup-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.close-button{background:transparent;border:0;font-size:20px;line-height:1;cursor:pointer}.add-user-btn{background:#1e56a0;display:flex;place-content:center;color:#fff;border:none;padding:10px 16px;border-radius:6px;cursor:pointer;margin-bottom:16px;width:140px}.add-user-container{display:flex;justify-content:flex-end;margin-right:2rem}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;width:min(480px,92vw);border-radius:12px;padding:16px 18px;outline:none;box-shadow:0 10px 30px #0000002e}.modal>h2{color:#000}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:12px}.btn{padding:8px 14px;border-radius:8px;border:1px solid #ccc;background:#fff;color:#333;cursor:pointer;transition:background .2s ease,color .2s ease}.btn:hover:not(:disabled){background:#f5f5f5}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#1e56a0;border-color:#1e56a0;color:#fff}.btn-primary:hover:not(:disabled){background:#184885}.btn-danger{background:#e53935;color:#fff;border-color:#e53935}.action-buttons{display:flex;gap:8px}.btn-action{padding:6px 12px;border-radius:20px;border:none;background:#1e56a0;color:#fff;cursor:pointer;font-size:.9rem;transition:background .2s ease}.btn-action:hover{background:#184885}.btn-action.secondary{background:#f1f3f4;color:#333}.btn-action.secondary:hover{background:#e0e0e0}.form-error{margin:0;color:#d93025;font-size:.9rem}.empty-row{text-align:center;color:#666}
