body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.footer{align-items:center;display:flex;justify-content:space-between;padding:97.5px 20px 20px}.footer span:first-child{font-size:13px;font-weight:700}.footer span:last-child{font-size:12px}.menu .item{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.menu .item .title{color:#ddd;color:var(--soft-color);font-size:12px;font-weight:200;text-transform:uppercase}.menu .item .listItem{align-items:center;border-radius:5px;display:flex;gap:10px;padding:10px}.menu .item .listItem:hover{background-color:#384256;background-color:var(--soft-bg)}.navbar{justify-content:space-between;padding:15px;width:100%}.navbar,.navbar .logo{align-items:center;display:flex}.navbar .logo{font-weight:700;gap:10px}.navbar .logo img{height:auto;max-width:70px}.navbar .icons{align-items:center;display:flex;gap:20px}.navbar .icons .notification{position:relative}.navbar .icons .notification span{align-items:center;background-color:red;border-radius:50%;color:#fff;display:flex;font-size:13px;height:16px;justify-content:center;position:absolute;right:-10px;top:-10px;width:16px}.navbar .icons .user{align-items:center;display:flex;gap:10px}.navbar .icons .user img{border-radius:50%;height:26px;object-fit:cover;width:26px}.search-form{display:inline-block;margin-left:1rem}.search-input{background:#2a3447;background:var(--main-bg);border:1px solid #ddd;border-radius:4px;color:#fff;color:var(--main-color);font-size:1rem;margin-right:.5rem;outline:none;padding:.5rem 1rem;transition:border-color .2s;width:180px}.search-input:focus{border-color:#ddd;border-color:var(--soft-color);box-shadow:0 0 0 2px #4a90e226}.notification .custom-tooltip{background:#222;border-radius:8px;box-shadow:0 4px 12px #00000040;color:#fff;font-size:13px;max-width:250px;min-width:200px;padding:12px;position:absolute;right:0;top:30px;z-index:10}.notification .custom-tooltip .tooltip-header{border-bottom:1px solid #444;color:#4a90e2;font-weight:600;margin-bottom:8px;padding-bottom:6px}.notification .custom-tooltip .tooltip-section{margin-bottom:6px}.notification .custom-tooltip .tooltip-section:last-child{margin-bottom:0}.notification .custom-tooltip .tooltip-section .tooltip-section-title{color:#ddd;font-size:13px;font-weight:500}.notification .custom-tooltip .tooltip-section .report-status-item{align-items:center;color:#bbb;display:flex;font-size:12px;justify-content:space-between;padding:4px 0}.notification .custom-tooltip .tooltip-section .report-status-item .status-resolved{color:#52c41a;font-weight:600}.notification .custom-tooltip .tooltip-section .report-status-item .status-pending{color:#faad14;font-weight:600}.barChartBox{height:100%;width:100%}.barChartBox h1{font-size:20px;margin-bottom:20px}.chartBox{display:flex;height:100%}.chartBox .userIcon{filter:invert(1);height:30px;width:30px}.chartBox .boxInfo{display:flex;flex:3 1;flex-direction:column;justify-content:space-between}.chartBox .boxInfo .title{align-items:center;display:flex;gap:10px}.chartBox .chartInfo{display:flex;flex:2 1;flex-direction:column;justify-content:space-between}.chartBox .chartInfo .chart{height:100%;width:100%}.chartBox .chartInfo .texts{display:flex;flex-direction:column;text-align:right}.chartBox .chartInfo .percentage{font-size:20px;font-weight:700}.chartBox .chartInfo .duration{font-size:14px}.topBox h1{margin-bottom:20px}.topBox .list .listItem{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.topBox .list .listItem .user{display:flex;gap:20px}.topBox .list .listItem .user img{border-radius:50%;height:40px;object-fit:cover;width:40px}.topBox .list .listItem .user .userTexts{display:flex;flex-direction:column;gap:5px}.topBox .list .listItem .user .userTexts .username{font-size:14px;font-weight:500}.topBox .list .listItem .user .userTexts .email{font-size:12px}.topBox .list .listItem .score{font-weight:500}.pieChartBox{display:flex;flex-direction:column;height:100%;justify-content:space-between}.pieChartBox .title{align-items:center;display:flex;gap:10px}.pieChartBox .title img{filter:invert(1);height:30px;width:30px}.pieChartBox .chart{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.pieChartBox .options{display:flex;font-size:13px;gap:10px;justify-content:space-between}.pieChartBox .options .option{flex-direction:column}.pieChartBox .options .option,.pieChartBox .options .option .title{align-items:center;display:flex;gap:10px}.pieChartBox .options .option .title .dot{border-radius:50%;height:10px;width:10px}.home{grid-gap:20px;display:grid;gap:20px;grid-auto-rows:minmax(180px,auto);grid-template-columns:repeat(4,1fr)}.home .box{border:2px solid #384256;border:2px solid var(--soft-bg);border-radius:10px;padding:20px}.home .box:hover{background-color:#384256;background-color:var(--soft-bg)}.home .box1{grid-column:span 1;grid-row:span 3}.home .box2,.home .box3,.home .box5,.home .box6{grid-column:span 1;grid-row:span 1}.home .box4{grid-column:span 1;grid-row:span 3}.home .box7{grid-column:span 2;grid-row:span 2;height:2}.mapua-footer{background:#0000;color:#ddd;color:var(--soft-color);font-size:.95rem;letter-spacing:1px;padding:1rem 0 0 1.5rem}.bigChartBox{display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}.bigChartBox h1{font-size:25px;font-weight:700}.bigChartBox .chart{font-size:13px;height:300px;margin:5px;width:100%}.login{align-items:center;background-color:#2a3447;background-color:var(--main-bg);display:flex;font-family:sans-serif;justify-content:center;min-height:100vh}.login .login-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-width:400px;padding:2rem;width:100%}.login .login-container img{display:block;height:auto;margin:0 auto 1.5rem;max-width:120px;object-fit:contain}.login .login-container h1{color:#333;font-size:1.8rem;font-weight:700;margin-bottom:.5rem;text-align:center}.login .login-container .subtitle{color:#666;font-size:.9rem;margin-bottom:1.5rem;text-align:center}.login .login-container .form-group{margin-bottom:1.25rem}.login .login-container .form-group label{color:#333;display:block;font-weight:500;margin-bottom:.5rem}.login .login-container .form-group input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.login .login-container .form-group input:focus{border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e233;outline:none}.login .login-container .form-group input.error{border-color:#e74c3c}.login .login-container .form-group input::placeholder{color:#aaa}.login .login-container .form-group input:disabled{background-color:#f9f9f9;cursor:not-allowed}.login .login-container .error-message{color:#e74c3c;font-size:.8rem;margin-top:.25rem}.login .login-container .error-message.general{background-color:#e74c3c1a;border-radius:4px;margin-bottom:1rem;padding:.75rem;text-align:center}.login .login-container .forgot-password{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.login .login-container .forgot-password a{color:#4a90e2;font-size:.85rem;text-decoration:none}.login .login-container .forgot-password a:hover{text-decoration:underline}.login .login-container .login-button{background-color:#384256;background-color:var(--soft-bg);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem;transition:background-color .2s;width:100%}.login .login-container .login-button:hover{background-color:#fff;color:#2a3445;color:var(--dark-color);outline:2px solid #2a3445;outline:2px solid var(--dark-color);outline-offset:-2px}.login .login-container .login-button:disabled{background-color:#a0c3e8;cursor:not-allowed}.login .login-container .register-link{color:#666;font-size:.9rem;margin-top:1.5rem;text-align:center}.login .login-container .register-link a{color:#4a90e2;font-weight:500;text-decoration:none}.login .login-container .register-link a:hover{text-decoration:underline}@media(max-width:480px){.login{background-color:#fff}.login .login-container{box-shadow:none;padding:1.5rem}.login .login-container img{max-width:100px}.login{background-color:#fff}.login .login-container{box-shadow:none;padding:1.5rem}}.register{align-items:center;background-color:#2a3447;background-color:var(--main-bg);display:flex;font-family:sans-serif;justify-content:center;min-height:100vh}.register .register-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-width:400px;padding:2rem;width:100%}.register .register-container img{display:block;height:auto;margin:0 auto 1.5rem;max-width:120px;object-fit:contain}.register .register-container h1{color:#333;font-size:1.8rem;font-weight:700;margin-bottom:.5rem;text-align:center}.register .register-container .subtitle{color:#666;font-size:.9rem;margin-bottom:1.5rem;text-align:center}.register .register-container .form-group{margin-bottom:1.25rem}.register .register-container .form-group label{color:#333;display:block;font-weight:500;margin-bottom:.5rem}.register .register-container .form-group input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.register .register-container .form-group input:focus{border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e233;outline:none}.register .register-container .form-group input.error{border-color:#e74c3c}.register .register-container .form-group input::placeholder{color:#aaa}.register .register-container .form-group input:disabled{background-color:#f9f9f9;cursor:not-allowed}.register .register-container .error-message{color:#e74c3c;font-size:.8rem;margin-top:.25rem}.register .register-container .error-message.general{background-color:#e74c3c1a;border-radius:4px;margin-bottom:1rem;padding:.75rem;text-align:center}.register .register-container .register-button{background-color:#384256;background-color:var(--soft-bg);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem;transition:background-color .2s;width:100%}.register .register-container .register-button:hover{background-color:#fff;color:#2a3445;color:var(--dark-color);outline:2px solid #2a3445;outline:2px solid var(--dark-color);outline-offset:-2px}.register .register-container .register-button:disabled{background-color:#a0c3e8;cursor:not-allowed}.register .register-container .login-link{color:#666;font-size:.9rem;margin-top:1.5rem;text-align:center}.register .register-container .login-link a{color:#4a90e2;font-weight:500;text-decoration:none}.register .register-container .login-link a:hover{text-decoration:underline}@media(max-width:480px){.register{background-color:#fff}.register .register-container{box-shadow:none;padding:1.5rem}.register .register-container img{max-width:100px}}.announcement-page{background-color:#384256;background-color:var(--soft-bg);border-radius:12px;color:#fff;color:var(--main-color);min-height:auto;padding:20px}.announcement-page .headerWithButton{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.announcement-page .headerWithButton h1{color:#fff;color:var(--main-color);margin:0}.announcement-page .headerWithButton .addAnnouncementBox{display:flex;gap:10px}.announcement-page .headerWithButton .addAnnouncementBox .actionButton{background-color:#222b3c;background-color:var(--dark-bg);border:1px solid #222b3c;border:1px solid var(--dark-bg);border-radius:5px;color:#fff;color:var(--main-color);cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s,border-color .3s}.announcement-page .headerWithButton .addAnnouncementBox .actionButton:hover{background-color:#384256;background-color:var(--soft-bg);border-color:#fff;border-color:var(--main-color)}.announcement-page .headerWithButton .addAnnouncementBox .actionButton:disabled{cursor:not-allowed;opacity:.6}.announcement-page .announcementGrid{background-color:#222b3c;background-color:var(--dark-bg);border-radius:8px;box-shadow:0 2px 5px #0003;margin-top:20px;padding:20px}.announcement-page .announcementGrid .no-announcements{color:#ddd;color:var(--soft-color);font-size:1.1rem;padding:40px;text-align:center}.announcement-page .announcementGrid .announcement-controls{align-items:center;border-bottom:1px solid #384256;border-bottom:1px solid var(--soft-bg);display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.announcement-page .announcementGrid .announcement-controls .select-all{align-items:center;color:#fff;color:var(--main-color);cursor:pointer;display:flex;gap:8px}.announcement-page .announcementGrid .announcement-controls .select-all input[type=checkbox]{margin:0}.announcement-page .announcementGrid .announcement-controls .selected-count{color:#ddd;color:var(--soft-color);font-size:.9rem}.announcement-page .announcementGrid .announcements-list{display:flex;flex-direction:column;gap:15px}.announcement-page .announcementGrid .announcement-card{background-color:#384256;background-color:var(--soft-bg);border:1px solid #0000;border-radius:8px;display:flex;gap:15px;padding:15px;transition:all .3s ease}.announcement-page .announcementGrid .announcement-card:hover{border-color:#fff;border-color:var(--main-color);box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.announcement-page .announcementGrid .announcement-card .announcement-checkbox{align-items:flex-start;display:flex;padding-top:5px}.announcement-page .announcementGrid .announcement-card .announcement-checkbox input[type=checkbox]{margin:0;transform:scale(1.2)}.announcement-page .announcementGrid .announcement-card .announcement-content{flex:1 1}.announcement-page .announcementGrid .announcement-card .announcement-content .announcement-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:10px}.announcement-page .announcementGrid .announcement-card .announcement-content .announcement-header h3{color:#fff;color:var(--main-color);font-size:1.2rem;font-weight:600;margin:0}.announcement-page .announcementGrid .announcement-card .announcement-content .announcement-header .announcement-meta{align-items:flex-end;display:flex;flex-direction:column;gap:5px}.announcement-page .announcementGrid .announcement-card .announcement-content .announcement-header .announcement-meta .date{color:#ddd;color:var(--soft-color);font-size:.9rem}.announcement-page .announcementGrid .announcement-card .announcement-content .announcement-header .announcement-meta .status-badge{background-color:#2ecc71;border-radius:12px;color:#fff;font-size:.8rem;font-weight:500;padding:2px 8px}.announcement-page .announcementGrid .announcement-card .announcement-content .announcement-header .announcement-meta .status-badge.draft{background-color:#95a5a6}.announcement-page .announcementGrid .announcement-card .announcement-content .announcement-header .announcement-meta .edited-badge{background-color:#3498db;border-radius:12px;color:#fff;font-size:.8rem;font-weight:500;padding:2px 8px}.announcement-page .announcementGrid .announcement-card .announcement-content .announcement-text{color:#ddd;color:var(--soft-color);line-height:1.5;margin:0}.announcement-page .modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.announcement-page .modal-content{background-color:#222b3c;background-color:var(--dark-bg);border-radius:12px;box-shadow:0 10px 30px #0000004d;max-height:80vh;max-width:500px;overflow-y:auto;padding:0;width:90%}.announcement-page .modal-content .modal-header{align-items:center;border-bottom:1px solid #384256;border-bottom:1px solid var(--soft-bg);display:flex;justify-content:space-between;padding:20px}.announcement-page .modal-content .modal-header h3{color:#fff;color:var(--main-color);font-size:1.3rem;margin:0}.announcement-page .modal-content .modal-header .modal-close{align-items:center;background:none;border:none;color:#ddd;color:var(--soft-color);cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;width:30px}.announcement-page .modal-content .modal-header .modal-close:hover{color:#fff;color:var(--main-color)}.announcement-page .modal-content .announcement-form{padding:20px}.announcement-page .modal-content .announcement-form .form-group{margin-bottom:20px}.announcement-page .modal-content .announcement-form .form-group label{color:#fff;color:var(--main-color);display:block;font-weight:500;margin-bottom:8px}.announcement-page .modal-content .announcement-form .form-group input,.announcement-page .modal-content .announcement-form .form-group select,.announcement-page .modal-content .announcement-form .form-group textarea{background-color:#384256;background-color:var(--soft-bg);border:1px solid #384256;border:1px solid var(--soft-bg);border-radius:6px;color:#fff;color:var(--main-color);font-family:inherit;font-size:14px;padding:12px;width:100%}.announcement-page .modal-content .announcement-form .form-group input:focus,.announcement-page .modal-content .announcement-form .form-group select:focus,.announcement-page .modal-content .announcement-form .form-group textarea:focus{border-color:#fff;border-color:var(--main-color);box-shadow:0 0 0 2px #3498db33;outline:none}.announcement-page .modal-content .announcement-form .form-group input::placeholder,.announcement-page .modal-content .announcement-form .form-group select::placeholder,.announcement-page .modal-content .announcement-form .form-group textarea::placeholder{color:#ddd;color:var(--soft-color)}.announcement-page .modal-content .announcement-form .form-group textarea{min-height:100px;resize:vertical}.announcement-page .modal-content .announcement-form .form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:30px}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}img{filter:none;filter:var(--icon-filter)}button{background-color:#384256;background-color:var(--button-bg);border:1px solid #384256;border:1px solid var(--button-border);border-radius:5px;color:#fff;color:var(--button-color);cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s,border-color .3s}button:hover{background-color:#384256;background-color:var(--soft-bg);border-color:#fff;border-color:var(--main-color)}button:disabled{cursor:not-allowed;opacity:.5}.logout-button{background-color:#e74c3c;border:1px solid #e74c3c;color:#fff}.logout-button:hover{background-color:#c0392b;border-color:#c0392b}.main{background-color:#2a3447;background-color:var(--main-bg);color:#fff;color:var(--main-color);display:flex;flex-direction:column;font-family:Inter,sans-serif;min-height:100vh;overflow-x:hidden}.container{display:flex;flex:1 1}.menuContainer{border-right:2px solid #384256;border-right:2px solid var(--soft-bg);padding:5px 20px;width:250px}.contentContainer{max-height:calc(100vh - 120px);overflow-y:auto;padding:5px 20px;width:100%}.userForm{padding:20px}.userForm .userForm-container{margin:0 auto;max-width:800px}.userForm .userForm-container section{background-color:#222b3c;background-color:var(--dark-bg);border-radius:8px;margin-bottom:20px;padding:20px}.userForm .userForm-container section h2{color:#fff;color:var(--main-color);margin-bottom:20px}.userForm .userForm-container section ul{list-style:none}.userForm .userForm-container section ul li{border-bottom:1px solid #384256;border-bottom:1px solid var(--soft-bg);color:#fff;color:var(--main-color);padding:10px}.userForm .userForm-container section ul li:last-child{border-bottom:none}.userForm .userForm-container .form-group{margin-bottom:15px;position:relative;z-index:1}.userForm .userForm-container .form-group label{color:#fff;color:var(--main-color);display:block;margin-bottom:5px}.userForm .userForm-container .form-group input{background-color:#2a3447;background-color:var(--main-bg);border:1px solid #384256;border:1px solid var(--soft-bg);border-radius:4px;color:#fff;color:var(--main-color);font-size:16px;padding:10px;pointer-events:auto;position:relative;width:100%;z-index:2}.userForm .userForm-container .form-group input:focus{border-color:#ddd;border-color:var(--soft-color);box-shadow:0 0 0 2px rgba(#ddd,.2);box-shadow:0 0 0 2px rgba(var(--soft-color),.2);outline:none}.userForm .userForm-container .form-group input::placeholder{color:#ddd;color:var(--soft-color)}.userForm .userForm-container .error-message{background-color:#ff4d4f1a;border-radius:4px;color:#ff4d4f;margin-bottom:15px;padding:10px}.userForm .userForm-container .error-message.general{text-align:center}.reportPage{background-color:#384256;background-color:var(--soft-bg);border-radius:12px;min-height:79.1vh;padding:20px}.reportPage .headerWithButton{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.reportPage .headerWithButton h1{color:#fff;color:var(--main-color);margin:0}.reportPage .headerWithButton .button-group{display:flex;gap:10px}.reportPage .headerWithButton .button-group .clearButton{background-color:#222b3c;background-color:var(--dark-bg);border:1px solid #222b3c;border:1px solid var(--dark-bg);border-radius:5px;color:#fff;color:var(--main-color);cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s,border-color .3s}.reportPage .headerWithButton .button-group .clearButton:hover{background-color:#384256;background-color:var(--soft-bg);border-color:#fff;border-color:var(--main-color)}.reportPage .reportGrid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.reportPage .reportSection{margin-bottom:40px}.reportPage .reportSection .sectionTitle{border-bottom:2px solid #2a3447;border-bottom:2px solid var(--main-bg);color:#fff;color:var(--main-color);font-size:1.5rem;font-weight:700;margin-bottom:15px;padding-bottom:10px}.reportPage .reportCard{background-color:#222b3c;background-color:var(--dark-bg);border-radius:8px;box-shadow:0 2px 5px #0003;color:#fff;color:var(--main-color);display:flex;flex-direction:column;padding:15px}.reportPage .reportCard .reportDate,.reportPage .reportCard .reportId,.reportPage .reportCard .reportMessage,.reportPage .reportCard .reportStatus,.reportPage .reportCard .reportType,.reportPage .reportCard .reportUser{margin-bottom:10px}.reportPage .reportCard .reportUser{color:#ddd;color:var(--soft-color);font-size:.9rem;font-style:italic}.reportPage .reportCard .reportStatus{font-weight:700}.reportPage .reportCard .reportStatus.high{color:#ff4d4f}.reportPage .reportCard .reportStatus.mid{color:#faad14}.reportPage .reportCard .reportStatus.low{color:#52c41a}.reportPage .reportCard .resolveButton{background-color:#384256;background-color:var(--soft-bg);border:none;border-radius:5px;color:#fff;color:var(--main-color);cursor:pointer;font-size:14px;margin-top:auto;padding:8px 12px;transition:background-color .3s}.reportPage .reportCard .resolveButton:hover{background-color:#2a3447;background-color:var(--main-bg)}.reportPage .reportCard.resolved{border:2px solid #52c41a;opacity:.7}.reportPage .reportCard.resolved .resolvedBadge{background-color:#52c41a;border-radius:4px;color:#fff;font-size:.9rem;font-weight:700;margin-top:auto;padding:6px 12px;text-align:center}.reportPage .no-reports{color:#ddd;color:var(--soft-color);font-size:1.1rem;grid-column:1/-1;padding:40px;text-align:center}.settings{align-items:center;background-color:#384256;background-color:var(--soft-bg);border-radius:12px;display:flex;font-family:sans-serif;justify-content:center;min-height:79.1vh}.settings .settings-container{background-color:#222b3c;background-color:var(--dark-bg);border-radius:12px;box-shadow:0 4px 12px #0000002e;max-width:700px;padding:1.5rem;width:100%}.settings .settings-container h1{color:#fff;color:var(--main-color);font-size:1.8rem;font-weight:700;margin-bottom:2rem;text-align:center}.settings .settings-container .settings-sections{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.settings .settings-container .settings-section{align-items:stretch;background:#384256;background:var(--soft-bg);border-radius:8px;box-shadow:0 2px 8px #0000000a;display:flex;flex:1 1 200px;flex-direction:column;margin-bottom:1.2rem;min-width:200px;padding:1.2rem 1rem}.settings .settings-container .settings-section h2{color:#ddd;color:var(--soft-color);font-size:1.1rem;font-weight:600;margin-bottom:1rem;min-height:1.5rem;text-align:left}.settings .settings-container .settings-section .form-group{margin-bottom:1rem}.settings .settings-container .settings-section .form-group label{color:#fff;color:var(--main-color);display:block;font-weight:500;margin-bottom:.5rem;min-height:1.2rem}.settings .settings-container .settings-section .form-group input[type=checkbox]{margin-right:.5rem}.settings .settings-container .settings-section .form-group .settings-button{background-color:#222b3c;background-color:var(--dark-bg);border:1px solid #222b3c;border:1px solid var(--dark-bg);border-radius:5px;color:#fff;color:var(--main-color);cursor:pointer;font-size:16px;margin-bottom:.5rem;padding:12px 20px;transition:background-color .3s,border-color .3s;width:100%}.settings .settings-container .settings-section .form-group .settings-button:hover{background-color:#384256;background-color:var(--soft-bg);border-color:#fff;border-color:var(--main-color)}.settings .settings-container .settings-section .form-group .logout-button{margin-bottom:.5rem;width:100%}.settings .settings-container .settings-section .form-group:first-child,.settings .settings-container .settings-section button:first-child{margin-top:0}.settings .settings-container .settings-section.account-section{width:100%}@media(max-width:900px){.settings .settings-container .settings-sections{flex-direction:column;gap:0}}@media(max-width:480px){.settings{background-color:#2a3447;background-color:var(--main-bg)}.settings .settings-container{box-shadow:none;padding:1.2rem}}.quiz-insights-page{background-color:#384256;background-color:var(--soft-bg);border-radius:12px;color:#fff;color:var(--main-color);min-height:79.1vh;padding:20px}.quiz-insights-page .header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.quiz-insights-page .header h2{color:#fff;color:var(--main-color);font-size:2rem;font-weight:700;margin:0}.quiz-insights-page .header .refresh-btn{background-color:#222b3c;background-color:var(--dark-bg);border:1px solid #222b3c;border:1px solid var(--dark-bg);border-radius:5px;color:#fff;color:var(--main-color);cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s,border-color .3s}.quiz-insights-page .header .refresh-btn:hover{background-color:#384256;background-color:var(--soft-bg);border-color:#fff;border-color:var(--main-color)}.quiz-insights-page .quiz-insights-table{background:#222b3c;background:var(--dark-bg);border:2px solid #2a3447;border:2px solid var(--main-bg);border-collapse:initial;border-radius:8px;border-spacing:0;box-shadow:0 2px 5px #0000001f;margin-top:10px;overflow:hidden;width:100%}.quiz-insights-page .quiz-insights-table td,.quiz-insights-page .quiz-insights-table th{color:#fff;color:var(--main-color);padding:14px 20px;text-align:left}.quiz-insights-page .quiz-insights-table th{border-bottom:1px solid #2a3447;border-bottom:1px solid var(--main-bg);color:#ddd;color:var(--soft-color);font-size:1.05rem;font-weight:600}.quiz-insights-page .quiz-insights-table th,.quiz-insights-page .quiz-insights-table tr:nth-child(2n) td{background:#384256;background:var(--soft-bg)}.quiz-insights-page .quiz-insights-table tr{border-bottom:1px solid #2a3447;border-bottom:1px solid var(--main-bg);transition:background .2s,box-shadow .2s}.quiz-insights-page .quiz-insights-table tr:hover td{background:#2a3447;background:var(--main-bg);box-shadow:0 2px 8px #0000001a;cursor:pointer;outline:2px solid #ddd;outline:2px solid var(--soft-color)}.posts-page{background-color:#384256;background-color:var(--soft-bg);border-radius:12px;color:#fff;color:var(--main-color);min-height:79.1vh;padding:20px}.posts-page .headerWithButton{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.posts-page .headerWithButton h2{color:#fff;color:var(--main-color);font-size:2rem;font-weight:700;margin:0}.posts-page .headerWithButton .action-buttons{display:flex;gap:10px}.posts-page .headerWithButton .action-buttons .action-btn{background-color:#222b3c;background-color:var(--dark-bg);border:none;border-radius:5px;color:#fff;color:var(--main-color);cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s}.posts-page .headerWithButton .action-buttons .action-btn:hover{background-color:#384256;background-color:var(--soft-bg)}.posts-page .filters{align-items:center;display:flex;gap:10px;margin-bottom:20px}.posts-page .filters .filter-container{position:relative}.posts-page .filters .filter-container .filter-icon-btn{align-items:center;background:#384256;background:var(--soft-bg);border:1px solid #384256;border:1px solid var(--soft-bg);border-radius:5px;cursor:pointer;display:flex;justify-content:center;padding:8px}.posts-page .filters .filter-container .filter-icon-btn img{filter:invert(1);height:20px;width:20px}.posts-page .filters .filter-container .filter-icon-btn:hover{background:#222b3c;background:var(--dark-bg);border-color:#fff;border-color:var(--main-color)}.posts-page .filters .filter-container .filter-menu{background:#222b3c;background:var(--dark-bg);border:1px solid #384256;border:1px solid var(--soft-bg);border-radius:5px;box-shadow:0 4px 12px #00000026;left:0;min-width:150px;position:absolute;top:100%;z-index:10}.posts-page .filters .filter-container .filter-menu button{background:none;border:none;border-bottom:1px solid #384256;border-bottom:1px solid var(--soft-bg);color:#fff;color:var(--main-color);cursor:pointer;padding:10px 15px;text-align:left;width:100%}.posts-page .filters .filter-container .filter-menu button:last-child{border-bottom:none}.posts-page .filters .filter-container .filter-menu button:hover{background:#384256;background:var(--soft-bg)}.posts-page .filters input[type=date],.posts-page .filters select{background:#384256;background:var(--soft-bg);border:1px solid #384256;border:1px solid var(--soft-bg);border-radius:5px;color:#fff;color:var(--main-color);font-size:14px;padding:8px 12px}.posts-page .filters input[type=date]:focus,.posts-page .filters select:focus{border-color:#fff;border-color:var(--main-color);outline:none}.posts-page .filters input[type=date]:hover,.posts-page .filters select:hover{background:#222b3c;background:var(--dark-bg)}.posts-page .bulletin-board{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));max-height:70vh;overflow-y:auto;padding:10px}.posts-page .bulletin-board .no-posts{color:#ddd;color:var(--soft-color);font-size:1.1rem;grid-column:1/-1;padding:40px;text-align:center}.posts-page .bulletin-board .bulletin-item{background:#222b3c;background:var(--dark-bg);border:1px solid #384256;border:1px solid var(--soft-bg);border-radius:12px;box-shadow:0 4px 12px #00000026;cursor:pointer;padding:15px;transition:all .3s ease}.posts-page .bulletin-board .bulletin-item:hover{border-color:#fff;border-color:var(--main-color);box-shadow:0 8px 25px #00000040;transform:translateY(-4px)}.posts-page .bulletin-board .bulletin-item .bulletin-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.posts-page .bulletin-board .bulletin-item .bulletin-header .title{color:#fff;color:var(--main-color);flex:1 1;font-size:1.1rem;font-weight:600}.posts-page .bulletin-board .bulletin-item .bulletin-header .date{color:#ddd;color:var(--soft-color);font-size:.85rem}.posts-page .bulletin-board .bulletin-item .bulletin-footer{align-items:center;display:flex;justify-content:space-between;margin-top:8px}.posts-page .bulletin-board .bulletin-item .bulletin-footer .bulletin-author{color:#ddd;color:var(--soft-color);font-size:.85rem;font-weight:500}.posts-page .bulletin-board .bulletin-item .bulletin-footer .delete-btn{background-color:red;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:4px 8px;transition:background-color .3s}.posts-page .bulletin-board .bulletin-item .bulletin-footer .delete-btn:hover{background-color:darkred}.posts-page .pagination{align-items:center;display:flex;gap:15px;justify-content:center;margin-top:20px;padding:10px}.posts-page .pagination button{background-color:#384256;background-color:var(--soft-bg);border:none;border-radius:6px;color:#fff;color:var(--main-color);cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .3s}.posts-page .pagination button:hover:not(:disabled){background-color:#222b3c;background-color:var(--dark-bg)}.posts-page .pagination button:disabled{cursor:not-allowed;opacity:.5}.posts-page .pagination span{color:#fff;color:var(--main-color);font-size:14px;font-weight:500}.posts-page .modal-overlay{align-items:center;background:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.posts-page .modal-content{background:#222b3c;background:var(--dark-bg);border-radius:12px;box-shadow:0 10px 40px #0000004d;max-width:500px;padding:30px;width:90%}.posts-page .modal-content h3{color:#fff;color:var(--main-color);margin-bottom:15px}.posts-page .modal-content p{color:#ddd;color:var(--soft-color);line-height:1.6;margin-bottom:20px}.posts-page .modal-content.post-modal{max-width:700px}.posts-page .modal-content.post-modal .post-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.posts-page .modal-content.post-modal .post-header .title{color:#fff;color:var(--main-color);flex:1 1;font-size:1.5rem;font-weight:600}.posts-page .modal-content.post-modal .post-header .date{color:#ddd;color:var(--soft-color);font-size:.9rem}.posts-page .modal-content.post-modal .post-author{color:#ddd;color:var(--soft-color);font-size:.9rem;font-weight:500;margin-bottom:20px}.posts-page .modal-content.post-modal .post-content{color:#fff;color:var(--main-color);line-height:1.6;margin-bottom:20px;white-space:pre-wrap}.posts-page .form-modal{max-width:600px}.posts-page .form-modal input,.posts-page .form-modal select,.posts-page .form-modal textarea{background:#384256;background:var(--soft-bg);border:1px solid #2a3447;border:1px solid var(--main-bg);border-radius:5px;color:#fff;color:var(--main-color);font-size:14px;margin-bottom:15px;padding:10px;width:100%}.posts-page .form-modal input:focus,.posts-page .form-modal select:focus,.posts-page .form-modal textarea:focus{outline:1px solid #fff;outline:1px solid var(--main-color)}.posts-page .form-modal textarea{min-height:80px;resize:vertical}.posts-page .form-modal .modal-buttons{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.posts-page .form-modal .modal-buttons button:first-child{background:#0000;border:1px solid #fff;border:1px solid var(--main-color);color:#fff;color:var(--main-color)}.posts-page .form-modal .modal-buttons button:first-child:hover{background:#384256;background:var(--soft-bg)}.users{background-color:#2a3447;background-color:var(--main-bg);min-height:100vh;padding:20px}.users .users-header{align-items:center;border-bottom:2px solid #384256;border-bottom:2px solid var(--soft-bg);display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.users .users-header h1{color:#fff;color:var(--main-color);font-size:2rem;font-weight:600;margin:0}.users .users-header .refresh-btn{background-color:#222b3c;background-color:var(--dark-bg);border:1px solid #222b3c;border:1px solid var(--dark-bg);border-radius:6px;color:#fff;color:var(--main-color);cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .3s ease}.users .users-header .refresh-btn:hover{background-color:#384256;background-color:var(--soft-bg);border-color:#fff;border-color:var(--main-color);transform:translateY(-2px)}.users .users-header .refresh-btn:active{transform:translateY(0)}.users .loading{align-items:center;color:#fff;color:var(--main-color);display:flex;font-size:1.2rem;font-weight:500;height:200px;justify-content:center}.users .error{background-color:#ff00001a;border:1px solid #ff00004d;border-radius:8px;margin:20px 0;padding:20px;text-align:center}.users .error h2{color:#ff6b6b;font-size:1.5rem;margin-bottom:10px}.users .error p{color:#fff;color:var(--main-color);font-size:1rem;margin-bottom:15px}.users .no-users{align-items:center;color:#ddd;color:var(--soft-color);display:flex;font-size:1.2rem;font-style:italic;height:200px;justify-content:center}.users .users-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:20px}@media(max-width:768px){.users .users-grid{grid-template-columns:1fr}}.users .user-card{background-color:#222b3c;background-color:var(--dark-bg);border:1px solid #384256;border:1px solid var(--soft-bg);border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:20px;transition:all .3s ease}.users .user-card:hover{border-color:#fff;border-color:var(--main-color);box-shadow:0 8px 25px #00000026;transform:translateY(-4px)}.users .user-card .user-info{margin-bottom:15px}.users .user-card .user-info h3{color:#fff;color:var(--main-color);font-size:1.3rem;font-weight:600;margin:0 0 8px;text-transform:capitalize}.users .user-card .user-info .email{color:#ddd;color:var(--soft-color);font-size:.95rem;margin:0 0 8px;word-break:break-word}.users .user-card .user-info .user-id{color:#ddd;color:var(--soft-color);font-family:Courier New,monospace;font-size:.85rem;margin:0 0 8px;opacity:.7}.users .user-card .user-info .user-role{color:#fff;color:var(--main-color);font-size:.9rem;font-weight:500;margin:0 0 8px;text-transform:capitalize}.users .user-card .user-info .account-status{color:#ddd;color:var(--soft-color);font-size:.9rem;font-weight:500;margin:0 0 8px;text-transform:capitalize}.users .user-card .user-info .last-login{color:#ddd;color:var(--soft-color);font-size:.85rem;font-style:italic;margin:0;opacity:.8}.users .user-card .user-actions{display:flex;gap:15px;justify-content:flex-end;margin-top:10px}.users .user-card .user-actions .change-role-btn{background-color:#42a5f5;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .3s ease}.users .user-card .user-actions .change-role-btn:hover{background-color:#1e88e5;transform:translateY(-1px)}.users .user-card .user-actions .change-role-btn:active{transform:translateY(0)}.users .user-card .user-actions .change-role-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.users .user-card .user-actions .deactivate-btn{background-color:#ffa726;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .3s ease}.users .user-card .user-actions .deactivate-btn:hover{background-color:#fb8c00;transform:translateY(-1px)}.users .user-card .user-actions .deactivate-btn:active{transform:translateY(0)}.users .user-card .user-actions .deactivate-btn.activate{background-color:#66bb6a}.users .user-card .user-actions .deactivate-btn.activate:hover{background-color:#4caf50}.users .user-card .user-actions .deactivate-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.users .user-card .user-actions .delete-btn{background-color:#ff6b6b;border:1px solid #ff6b6b;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .3s ease}.users .user-card .user-actions .delete-btn:hover{background-color:#384256;background-color:var(--soft-bg);border-color:#fff;border-color:var(--main-color);color:#fff;color:var(--main-color);transform:translateY(-1px)}.users .user-card .user-actions .delete-btn:active{transform:translateY(0)}.users .user-card .user-actions .delete-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.users .modal-overlay{align-items:center;background:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.users .modal-content{background:#222b3c;background:var(--dark-bg);border:1px solid #384256;border:1px solid var(--soft-bg);border-radius:12px;box-shadow:0 10px 40px #0000004d;max-width:500px;overflow:hidden;width:90%}.users .modal-content .modal-header{align-items:center;border-bottom:1px solid #384256;border-bottom:1px solid var(--soft-bg);display:flex;justify-content:space-between;padding:20px}.users .modal-content .modal-header h3{color:#fff;color:var(--main-color);font-size:1.3rem;font-weight:600;margin:0}.users .modal-content .modal-header .modal-close{align-items:center;background:none;border:none;color:#ddd;color:var(--soft-color);cursor:pointer;display:flex;font-size:28px;height:32px;justify-content:center;padding:0;transition:color .3s ease;width:32px}.users .modal-content .modal-header .modal-close:hover{color:#fff;color:var(--main-color)}.users .modal-content .modal-body{padding:20px}.users .modal-content .modal-body p{color:#ddd;color:var(--soft-color);line-height:1.6;margin:0 0 15px}.users .modal-content .modal-body p strong{color:#fff;color:var(--main-color)}.users .modal-content .modal-body .warning-text{color:#ff9800;font-size:.9rem}.users .modal-content .modal-body .role-selection{margin-top:15px}.users .modal-content .modal-body .role-selection label{color:#fff;color:var(--main-color);display:block;font-size:.95rem;font-weight:500;margin-bottom:10px}.users .modal-content .modal-body .role-selection select{background:#384256;background:var(--soft-bg);border:1px solid #384256;border:1px solid var(--soft-bg);border-radius:6px;color:#fff;color:var(--main-color);cursor:pointer;font-size:14px;padding:10px;transition:all .3s ease;width:100%}.users .modal-content .modal-body .role-selection select:hover{border-color:#fff;border-color:var(--main-color)}.users .modal-content .modal-body .role-selection select:focus{border-color:#fff;border-color:var(--main-color);box-shadow:0 0 0 2px #42a5f533;outline:none}.users .modal-content .modal-body .role-selection select:disabled{cursor:not-allowed;opacity:.6}.users .modal-content .modal-body .role-selection select option{background:#222b3c;background:var(--dark-bg);color:#fff;color:var(--main-color);text-transform:capitalize}.users .modal-content .modal-footer{background-color:#0003;border-top:1px solid #384256;border-top:1px solid var(--soft-bg);display:flex;gap:10px;justify-content:flex-end;padding:20px}.users .modal-content .modal-footer button{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;padding:10px 20px;transition:all .3s ease}.users .modal-content .modal-footer button:disabled{cursor:not-allowed;opacity:.6}.users .modal-content .modal-footer button .loading-spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:12px;width:12px}@keyframes spin{to{transform:rotate(1turn)}}.users .modal-content .modal-footer .cancel-btn{background:#0000;border:1px solid #fff;border:1px solid var(--main-color);color:#fff;color:var(--main-color)}.users .modal-content .modal-footer .cancel-btn:hover:not(:disabled){background:#384256;background:var(--soft-bg)}.users .modal-content .modal-footer .confirm-btn,.users .modal-content .modal-footer .confirm-delete-btn{background:#42a5f5;color:#fff}.users .modal-content .modal-footer .confirm-btn:hover:not(:disabled),.users .modal-content .modal-footer .confirm-delete-btn:hover:not(:disabled){background:#1e88e5;transform:translateY(-1px)}.users .modal-content .modal-footer .confirm-btn:active:not(:disabled),.users .modal-content .modal-footer .confirm-delete-btn:active:not(:disabled){transform:translateY(0)}.users .modal-content .modal-footer .confirm-delete-btn{background:#ff6b6b}.users .modal-content .modal-footer .confirm-delete-btn:hover:not(:disabled){background:#ff5252}.users .success-message{align-items:center;animation:slideIn .3s ease;background-color:#4caf501a;border:1px solid #4caf504d;border-radius:8px;display:flex;gap:12px;margin-bottom:20px;padding:12px 16px}.users .success-message .success-icon{color:#4caf50;font-size:1.2rem;font-weight:700}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.users{padding:15px}.users .users-header{align-items:flex-start;flex-direction:column;gap:15px}.users .users-header h1{font-size:1.5rem}.users .user-card{padding:15px}.users .user-card .user-info h3{font-size:1.1rem}}.game-page{box-sizing:border-box;height:calc(100vh - 120px);margin:0;padding:0}.game-container,.game-page{align-items:center;background:#000;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.game-container{height:100%}.phaser-game-container{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.phaser-game-container canvas{display:block;margin:auto}.profile{align-items:center;background-color:#384256;background-color:var(--soft-bg);border-radius:12px;display:flex;font-family:sans-serif;justify-content:center;min-height:79.1vh}.profile .profile-container{background-color:#222b3c;background-color:var(--dark-bg);border-radius:12px;box-shadow:0 4px 12px #0000002e;max-width:800px;padding:2rem;width:100%}.profile .profile-container h1{color:#fff;color:var(--main-color);font-size:1.8rem;font-weight:700;margin-bottom:2rem;text-align:center}.profile .profile-container .read-only-notice{background-color:#ffc1071a;border:1px solid #ffc1074d;border-radius:8px;color:#ffc107;font-size:.9rem;line-height:1.4;margin-top:1rem;padding:1rem;text-align:center}.profile .profile-container .success-message{background-color:#2ecc711a;border-radius:4px;color:#2ecc71;font-weight:500;margin-bottom:1rem;padding:.75rem;text-align:center}.profile .profile-container .error-message{color:#e74c3c;font-size:.8rem;margin-top:.25rem}.profile .profile-container .error-message.general{background-color:#e74c3c1a;border-radius:4px;margin-bottom:1rem;padding:.75rem;text-align:center}.profile .profile-container .profile-sections{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.profile .profile-container .profile-section{align-items:stretch;background:#384256;background:var(--soft-bg);border-radius:8px;box-shadow:0 2px 8px #0000000a;display:flex;flex:1 1 350px;flex-direction:column;margin-bottom:1.2rem;min-width:350px;padding:1.2rem 1rem}.profile .profile-container .profile-section h2{color:#ddd;color:var(--soft-color);font-size:1.1rem;font-weight:600;margin-bottom:1rem;text-align:left}.profile .profile-container .profile-section .user-details{display:flex;flex-direction:column;gap:.75rem}.profile .profile-container .profile-section .user-details .detail-item{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:.5rem 0}.profile .profile-container .profile-section .user-details .detail-item:last-child{border-bottom:none}.profile .profile-container .profile-section .user-details .detail-item label{color:#fff;color:var(--main-color);font-weight:500;min-width:120px}.profile .profile-container .profile-section .user-details .detail-item span{color:#ddd;color:var(--soft-color);flex:1 1;margin-left:1rem;text-align:right}.profile .profile-container .profile-section .user-details .detail-item .role-badge{border-radius:12px;font-size:.8rem;font-weight:500;padding:.25rem .5rem;text-transform:uppercase}.profile .profile-container .profile-section .user-details .detail-item .role-badge.role-student{background-color:#3498db33;color:#3498db}.profile .profile-container .profile-section .user-details .detail-item .role-badge.role-admin{background-color:#e67e2233;color:#e67e22}.profile .profile-container .profile-section .user-details .detail-item .role-badge.role-super-admin{background-color:#e74c3c33;color:#e74c3c}.profile .profile-container .profile-section .user-details .detail-item .status-badge{border-radius:12px;font-size:.8rem;font-weight:500;padding:.25rem .5rem;text-transform:uppercase}.profile .profile-container .profile-section .user-details .detail-item .status-badge.status-active{background-color:#2ecc7133;color:#2ecc71}.profile .profile-container .profile-section .user-details .detail-item .status-badge.status-inactive{background-color:#95a5a633;color:#95a5a6}.profile .profile-container .profile-section .user-details .detail-item .status-badge.status-suspended{background-color:#e74c3c33;color:#e74c3c}.profile .profile-container .profile-section .profile-form{display:flex;flex-direction:column;gap:1rem}.profile .profile-container .profile-section .profile-form .form-group{display:flex;flex-direction:column}.profile .profile-container .profile-section .profile-form .form-group label{color:#fff;color:var(--main-color);font-weight:500;margin-bottom:.5rem}.profile .profile-container .profile-section .profile-form .form-group input{background-color:#222b3c;background-color:var(--dark-bg);border:1px solid #fff3;border-radius:4px;color:#fff;color:var(--main-color);font-size:1rem;padding:.75rem;transition:border-color .2s}.profile .profile-container .profile-section .profile-form .form-group input:focus{border-color:#fff;border-color:var(--main-color);box-shadow:0 0 0 2px #ffffff1a;outline:none}.profile .profile-container .profile-section .profile-form .form-group input.error{border-color:#e74c3c}.profile .profile-container .profile-section .profile-form .form-group input::placeholder{color:#ffffff80}.profile .profile-container .profile-section .profile-form .form-group input:disabled{background-color:#ffffff0d;cursor:not-allowed}.profile .profile-container .profile-section .profile-form .form-actions{display:flex;gap:1rem;margin-top:1rem}.profile .profile-container .profile-section .profile-form .form-actions button{flex:1 1}.profile .profile-container .profile-section .edit-button{margin-top:1rem;width:100%}@media(max-width:900px){.profile .profile-container .profile-sections{flex-direction:column;gap:0}}@media(max-width:480px){.profile{background-color:#2a3447;background-color:var(--main-bg)}.profile .profile-container{box-shadow:none;padding:1.2rem}.profile .profile-container .profile-section{min-width:0;min-width:auto}.profile .profile-container .profile-section .user-details .detail-item{align-items:flex-start;flex-direction:column;gap:.25rem}.profile .profile-container .profile-section .user-details .detail-item span{margin-left:0;text-align:left}.profile .profile-container .profile-section .profile-form .form-actions{flex-direction:column}}.student-settings{align-items:center;background-color:#384256;background-color:var(--soft-bg);border-radius:12px;display:flex;font-family:sans-serif;justify-content:center;min-height:79.1vh}.student-settings .student-settings-container{background-color:#222b3c;background-color:var(--dark-bg);border-radius:12px;box-shadow:0 4px 12px #0000002e;max-width:700px;padding:1.5rem;width:100%}.student-settings .student-settings-container h1{color:#fff;color:var(--main-color);font-size:1.8rem;font-weight:700;margin-bottom:2rem;text-align:center}.student-settings .student-settings-container .settings-sections{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.student-settings .student-settings-container .settings-section{align-items:stretch;background:#384256;background:var(--soft-bg);border-radius:8px;box-shadow:0 2px 8px #0000000a;display:flex;flex:1 1 200px;flex-direction:column;margin-bottom:1.2rem;min-width:200px;padding:1.2rem 1rem}.student-settings .student-settings-container .settings-section h2{color:#ddd;color:var(--soft-color);font-size:1.1rem;font-weight:600;margin-bottom:1rem;min-height:1.5rem;text-align:left}.student-settings .student-settings-container .settings-section .form-group{margin-bottom:1rem}.student-settings .student-settings-container .settings-section .form-group label{color:#fff;color:var(--main-color);display:block;font-weight:500;margin-bottom:.5rem;min-height:1.2rem}.student-settings .student-settings-container .settings-section .form-group input[type=checkbox]{margin-right:.5rem}.student-settings .student-settings-container .settings-section .form-group .settings-button{background-color:#222b3c;background-color:var(--dark-bg);border:1px solid #222b3c;border:1px solid var(--dark-bg);border-radius:5px;color:#fff;color:var(--main-color);cursor:pointer;font-size:16px;margin-bottom:.5rem;padding:12px 20px;transition:background-color .3s,border-color .3s;width:100%}.student-settings .student-settings-container .settings-section .form-group .settings-button:hover{background-color:#384256;background-color:var(--soft-bg);border-color:#fff;border-color:var(--main-color)}.student-settings .student-settings-container .settings-section .form-group .logout-button{margin-bottom:.5rem;width:100%}.student-settings .student-settings-container .settings-section .form-group:first-child,.student-settings .student-settings-container .settings-section button:first-child{margin-top:0}.student-settings .student-settings-container .settings-section.account-section{width:100%}@media(max-width:900px){.student-settings .student-settings-container .settings-sections{flex-direction:column;gap:0}}@media(max-width:480px){.student-settings{background-color:#2a3447;background-color:var(--main-bg)}.student-settings .student-settings-container{box-shadow:none;padding:1.2rem}}.student-report{background-color:#384256;background-color:var(--soft-bg);border-radius:12px;min-height:79.1vh;padding:20px}.student-report .student-report-container{border-radius:12px;padding:0;width:100%}.student-report .student-report-container .header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.student-report .student-report-container .header h1{color:#fff;color:var(--main-color);margin:0}.student-report .student-report-container .header .add-report-btn{background-color:#222b3c;background-color:var(--dark-bg);border:1px solid #222b3c;border:1px solid var(--dark-bg);border-radius:5px;color:#fff;color:var(--main-color);cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s,border-color .3s}.student-report .student-report-container .header .add-report-btn:hover{background-color:#384256;background-color:var(--soft-bg);border-color:#fff;border-color:var(--main-color)}.student-report .student-report-container .report-form-section{background:#384256;background:var(--soft-bg);border-radius:8px;margin-bottom:20px;padding:1.5rem}.student-report .student-report-container .report-form-section h2{border-bottom:2px solid #2a3447;border-bottom:2px solid var(--main-bg);color:#fff;color:var(--main-color);font-size:1.5rem;font-weight:700;margin-bottom:15px;padding-bottom:10px}.student-report .student-report-container .report-form-section .error-message{color:#e74c3c;font-size:.8rem;margin-top:.25rem}.student-report .student-report-container .report-form-section .error-message.general{background-color:#e74c3c1a;border-radius:4px;margin-bottom:1rem;padding:.75rem;text-align:center}.student-report .student-report-container .report-form-section .report-form{display:flex;flex-direction:column;gap:1rem}.student-report .student-report-container .report-form-section .report-form .form-group{display:flex;flex-direction:column}.student-report .student-report-container .report-form-section .report-form .form-group label{color:#fff;color:var(--main-color);font-weight:500;margin-bottom:.5rem}.student-report .student-report-container .report-form-section .report-form .form-group select,.student-report .student-report-container .report-form-section .report-form .form-group textarea{background-color:#222b3c;background-color:var(--dark-bg);border:1px solid #fff3;border-radius:4px;color:#fff;color:var(--main-color);font-size:1rem;padding:.75rem;transition:border-color .2s}.student-report .student-report-container .report-form-section .report-form .form-group select:focus,.student-report .student-report-container .report-form-section .report-form .form-group textarea:focus{border-color:#fff;border-color:var(--main-color);box-shadow:0 0 0 2px #ffffff1a;outline:none}.student-report .student-report-container .report-form-section .report-form .form-group select.error,.student-report .student-report-container .report-form-section .report-form .form-group textarea.error{border-color:#e74c3c}.student-report .student-report-container .report-form-section .report-form .form-group select::placeholder,.student-report .student-report-container .report-form-section .report-form .form-group textarea::placeholder{color:#ffffff80}.student-report .student-report-container .report-form-section .report-form .form-group textarea{min-height:100px;resize:vertical}.student-report .student-report-container .report-form-section .report-form .form-actions{display:flex;gap:1rem;margin-top:1rem}.student-report .student-report-container .report-form-section .report-form .form-actions button{flex:1 1}.student-report .student-report-container .reports-list .reports-section{margin-bottom:40px}.student-report .student-report-container .reports-list .reports-section h2{border-bottom:2px solid #2a3447;border-bottom:2px solid var(--main-bg);color:#fff;color:var(--main-color);font-size:1.5rem;font-weight:700;margin-bottom:15px;padding-bottom:10px}.student-report .student-report-container .reports-list .reports-section .no-reports{color:#ddd;color:var(--soft-color);font-size:1.1rem;padding:40px;text-align:center}.student-report .student-report-container .reports-list .reports-section .no-reports p{margin:.5rem 0}.student-report .student-report-container .reports-list .reports-section .reports-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.student-report .student-report-container .reports-list .reports-section .report-card{background-color:#222b3c;background-color:var(--dark-bg);border-radius:8px;box-shadow:0 2px 5px #0003;color:#fff;color:var(--main-color);display:flex;flex-direction:column;padding:15px}.student-report .student-report-container .reports-list .reports-section .report-card:hover{transform:translateY(-2px)}.student-report .student-report-container .reports-list .reports-section .report-card.resolved{border:2px solid #52c41a;opacity:.7}.student-report .student-report-container .reports-list .reports-section .report-card.resolved .resolved-badge{background-color:#52c41a;border-radius:4px;color:#fff;font-size:.9rem;font-weight:700;margin-top:auto;padding:6px 12px;text-align:center}.student-report .student-report-container .reports-list .reports-section .report-card .report-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.student-report .student-report-container .reports-list .reports-section .report-card .report-header .report-meta{display:flex;gap:.5rem}.student-report .student-report-container .reports-list .reports-section .report-card .report-header .report-meta .status-badge,.student-report .student-report-container .reports-list .reports-section .report-card .report-header .report-meta .type-badge{border-radius:12px;color:#fff;font-size:.7rem;font-weight:500;margin-bottom:10px;padding:.25rem .5rem;text-transform:uppercase}.student-report .student-report-container .reports-list .reports-section .report-card .report-header .report-meta .status-badge.high,.student-report .student-report-container .reports-list .reports-section .report-card .report-header .report-meta .type-badge.high{color:#ff4d4f}.student-report .student-report-container .reports-list .reports-section .report-card .report-header .report-meta .status-badge.mid,.student-report .student-report-container .reports-list .reports-section .report-card .report-header .report-meta .type-badge.mid{color:#faad14}.student-report .student-report-container .reports-list .reports-section .report-card .report-header .report-meta .status-badge.low,.student-report .student-report-container .reports-list .reports-section .report-card .report-header .report-meta .type-badge.low{color:#52c41a}.student-report .student-report-container .reports-list .reports-section .report-card .report-header .report-meta .status-badge{font-weight:700}.student-report .student-report-container .reports-list .reports-section .report-card .report-header .author{color:#ddd;color:var(--soft-color);font-size:.9rem;font-style:italic;margin-bottom:10px}.student-report .student-report-container .reports-list .reports-section .report-card .report-header .delete-btn{align-items:center;background:none;border:none;border-radius:50%;color:#e74c3c;cursor:pointer;display:flex;font-size:1.5rem;height:24px;justify-content:center;padding:0;transition:background-color .2s;width:24px}.student-report .student-report-container .reports-list .reports-section .report-card .report-header .delete-btn:hover{background-color:#e74c3c1a}.student-report .student-report-container .reports-list .reports-section .report-content{margin-bottom:10px}.student-report .student-report-container .reports-list .reports-section .report-content p{color:#fff;color:var(--main-color);line-height:1.5;margin-bottom:10px}.student-report .student-report-container .reports-list .reports-section .report-footer{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.student-report .student-report-container .reports-list .reports-section .report-footer .date{color:#ddd;color:var(--soft-color);font-size:.8rem;margin-bottom:10px}.student-report .student-report-container .reports-list .reports-section .report-footer .resolved-badge{background-color:#52c41a;border-radius:4px;color:#fff;font-size:.9rem;font-weight:700;margin-top:auto;padding:6px 12px;text-align:center}@media(max-width:768px){.student-report{padding:1rem 0}.student-report .student-report-container{padding:1rem}.student-report .student-report-container .header{align-items:stretch;flex-direction:column;gap:1rem}.student-report .student-report-container .header h1{text-align:center}.student-report .student-report-container .reports-list .reports-section .reports-grid{grid-template-columns:1fr}}@media(max-width:480px){.student-report{background-color:#2a3447;background-color:var(--main-bg)}.student-report .student-report-container{box-shadow:none}}.student-announcement{background-color:#384256;background-color:var(--soft-bg);border-radius:12px;color:#fff;color:var(--main-color);min-height:auto;padding:20px}.student-announcement .headerWithButton{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.student-announcement .headerWithButton h1{color:#fff;color:var(--main-color);margin:0}.student-announcement .headerWithButton .refresh-button{background-color:#222b3c;background-color:var(--dark-bg);border:1px solid #222b3c;border:1px solid var(--dark-bg);border-radius:5px;color:#fff;color:var(--main-color);cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s,border-color .3s}.student-announcement .headerWithButton .refresh-button:hover{background-color:#384256;background-color:var(--soft-bg);border-color:#fff;border-color:var(--main-color)}.student-announcement .announcementGrid{background-color:#222b3c;background-color:var(--dark-bg);border-radius:8px;box-shadow:0 2px 5px #0003;margin-top:20px;padding:20px}.student-announcement .announcementGrid .no-announcements{color:#ddd;color:var(--soft-color);font-size:1.1rem;padding:40px;text-align:center}.student-announcement .announcementGrid .announcements-list{display:flex;flex-direction:column;gap:15px}.student-announcement .announcementGrid .announcement-card{background-color:#384256;background-color:var(--soft-bg);border:1px solid #0000;border-radius:8px;display:flex;gap:15px;padding:15px;transition:all .3s ease}.student-announcement .announcementGrid .announcement-card:hover{border-color:#fff;border-color:var(--main-color);box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.student-announcement .announcementGrid .announcement-card .announcement-content{flex:1 1}.student-announcement .announcementGrid .announcement-card .announcement-content .announcement-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:10px}.student-announcement .announcementGrid .announcement-card .announcement-content .announcement-header h3{color:#fff;color:var(--main-color);font-size:1.2rem;font-weight:600;margin:0}.student-announcement .announcementGrid .announcement-card .announcement-content .announcement-header .announcement-meta{align-items:flex-end;display:flex;flex-direction:column;gap:5px}.student-announcement .announcementGrid .announcement-card .announcement-content .announcement-header .announcement-meta .date{color:#ddd;color:var(--soft-color);font-size:.9rem}.student-announcement .announcementGrid .announcement-card .announcement-content .announcement-header .announcement-meta .status-badge{background-color:#2ecc71;border-radius:12px;color:#fff;font-size:.8rem;font-weight:500;padding:2px 8px}.student-announcement .announcementGrid .announcement-card .announcement-content .announcement-text{color:#ddd;color:var(--soft-color);line-height:1.5;margin:0}@media(max-width:768px){.student-announcement .announcementGrid,.student-announcement .announcementGrid .announcement-card{padding:1rem}.student-announcement .announcementGrid .announcement-card .announcement-header,.student-announcement .announcementGrid .announcement-card .announcement-header .announcement-meta{align-items:flex-start;flex-direction:column;gap:.5rem}}@media(max-width:480px){.student-announcement{background-color:#2a3447;background-color:var(--main-bg)}.student-announcement .announcementGrid{box-shadow:none}}:root{--main-bg:#2a3447;--soft-bg:#384256;--dark-bg:#222b3c;--main-color:#fff;--soft-color:#ddd;--dark-color:#2a3445;--icon-filter:none;--button-bg:#384256;--button-color:#fff;--button-border:#384256;--button-hover-bg:#222b3c}[data-theme=light]{--main-bg:#f5f5f5;--soft-bg:#e0e0e0;--dark-bg:#fff;--main-color:#333;--soft-color:#666;--dark-color:#ccc;--icon-filter:invert(1);--button-bg:#e0e0e0;--button-color:#333;--button-border:#e0e0e0;--button-hover-bg:#ccc}.datetime-display{align-items:center;background-color:#384256;background-color:var(--soft-bg);border-bottom:1px solid #2a3447;border-bottom:1px solid var(--main-bg);display:flex;justify-content:center;min-height:40px;padding:8px 20px}.datetime-display .datetime-content{align-items:center;color:#fff;color:var(--main-color);display:flex;font-size:14px;font-weight:500;gap:8px}.datetime-display .datetime-content .datetime-label{color:#ddd;color:var(--soft-color);font-size:13px}.datetime-display .datetime-content .datetime-value{background-color:rgba(white,.1);background-color:rgba(var(--main-color),.1);border:1px solid rgba(white,.2);border:1px solid rgba(var(--main-color),.2);border-radius:4px;color:#fff;color:var(--main-color);font-family:Courier New,monospace;font-weight:600;padding:4px 8px}
/*# sourceMappingURL=main.51c4b9e6.css.map*/