@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css);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}.Toastify__toast--error,.Toastify__toast--success{background-color:#fff3cd!important}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dashboard-container{background-color:#f5f7fb;min-height:calc(100vh - 60px);padding:1.5rem}.dashboard-welcome-section{align-items:center;background:linear-gradient(90deg,#3498db,#2980b9);border-radius:10px;box-shadow:0 4px 6px #0000001a;color:#fff;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem}.dashboard-welcome-text h1{font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.dashboard-date{align-items:center;display:flex;font-size:.9rem}.dashboard-icon{margin-right:.5rem}.dashboard-quick-stats{display:flex;gap:1rem}.dashboard-stat-card{align-items:center;background-color:#fff3;border-radius:8px;display:flex;min-width:120px;padding:.75rem 1.25rem}.dashboard-tab{background-color:initial;border:none;cursor:pointer;font-size:15px;padding:5px}.dashboard-tab.dashboard-tab-active{background-color:#3498db;color:#fff}.dashboard-stat-card h3{font-size:.8rem;font-weight:600;margin:0 0 .25rem}.dashboard-stat-card p{font-size:1.25rem;font-weight:700;margin:0}.dashboard-content{display:flex;flex-direction:column;gap:1.5rem}.dashboard-row{display:flex;gap:1.5rem;width:100%}.dashboard-card{border-radius:10px;box-shadow:0 2px 5px #0000000d;display:flex;flex:1 1;flex-direction:column;overflow:hidden;transition:transform .2s}.dashboard-card:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-5px)}.dashboard-card-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:1rem}.dashboard-card-header h2{align-items:center;display:flex;font-size:1.1rem;font-weight:600;margin:0}.dashboard-card-body{flex:1 1;padding:1rem}.dashboard-announcement-list{list-style:none;margin:0;padding:0}.dashboard-announcement-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:.75rem 0}.dashboard-announcement-item:last-child{border-bottom:none}.dashboard-announcement-content h3{font-size:.95rem;margin:0 0 .25rem}.dashboard-announcement-date{color:#666;font-size:.8rem}.dashboard-priority{border-radius:4px;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.dashboard-priority-high{background-color:#ffe6e6;color:#e74c3c}.dashboard-priority-medium{background-color:#fff5e6;color:#f39c12}.dashboard-priority-low{background-color:#e6f7ff;color:#3498db}.dashboard-event-list{list-style:none;margin:0;padding:0}.dashboard-event-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;padding:.75rem 0}.dashboard-event-item:last-child{border-bottom:none}.dashboard-event-date{align-items:center;background-color:#3498db;border-radius:8px;color:#fff;display:flex;height:45px;justify-content:center;margin-right:1rem;width:45px}.dashboard-event-day{font-weight:700;text-align:center}.dashboard-event-details h3{font-size:.95rem;margin:0 0 .25rem}.dashboard-event-time{align-items:center;color:#666;display:flex;font-size:.8rem}.dashboard-task-list{list-style:none;margin:0 0 1rem;padding:0}.dashboard-task-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;padding:.75rem 0}.dashboard-task-item:last-child{border-bottom:none}.dashboard-task-checkbox{align-items:center;border:2px solid #ddd;border-radius:4px;cursor:pointer;display:flex;height:20px;justify-content:center;margin-right:1rem;width:20px}.dashboard-task-completed{background-color:#3498db;border-color:#3498db;color:#fff}.dashboard-task-title{font-size:.95rem}.dashboard-task-title-completed{color:#999;text-decoration:line-through}.dashboard-add-task-btn{background-color:#f8f9fa;border:1px dashed #ccc;border-radius:5px;color:#666;cursor:pointer;padding:.5rem;text-align:center;transition:all .2s;width:100%}.dashboard-add-task-btn:hover{background-color:#e9ecef;color:#333}.dashboard-quick-links-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.dashboard-quick-link-item{align-items:center;background-color:#f8f9fa;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:1rem;transition:all .2s}.dashboard-quick-link-item:hover{background-color:#e9ecef;transform:translateY(-3px)}.dashboard-quick-link-icon{align-items:center;border-radius:50%;color:#fff;display:flex;height:50px;justify-content:center;margin-bottom:.75rem;width:50px}.dashboard-icon-attendance{background-color:#3498db}.dashboard-icon-grades{background-color:#2ecc71}.dashboard-icon-schedule{background-color:#9b59b6}.dashboard-icon-reports{background-color:#f39c12}.dashboardModal-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}.dashboardModal-container{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;padding:0;width:90%}.dashboardModal-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:1rem}.dashboardModal-header h2{color:#333;font-size:1.25rem;margin:0}.dashboardModal-close{background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem}.dashboardModal-content{padding:1rem}.dashboardModal-form{display:flex;flex-direction:column;gap:1rem}.dashboardModal-form-group{display:flex;flex-direction:column;gap:.5rem}.dashboardModal-form-group label{color:#333;font-weight:500}.dashboardModal-form-group input,.dashboardModal-form-group select{border:1px solid #ccc;border-radius:4px;font-size:1rem;padding:.75rem}.dashboardModal-form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem}.dashboardModal-form-actions button{border-radius:4px;cursor:pointer;font-weight:500;padding:.5rem 1rem}.dashboardModal-form-actions button[type=button]{background-color:#f5f5f5;border:1px solid #ddd;color:#333}.dashboardModal-form-actions button[type=submit]{background-color:#4285f4;border:1px solid #4285f4;color:#fff}.dashboardModal-add-btn{align-items:center;background-color:#4285f4;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:28px;justify-content:center;line-height:1;padding:0;width:28px}@media (max-width:1200px){.dashboard-quick-stats{flex-wrap:wrap}}@media (max-width:992px){.dashboard-row{flex-direction:column}.dashboard-welcome-section{align-items:flex-start;flex-direction:column}.dashboard-quick-stats{margin-top:1rem;width:100%}.dashboard-stat-card{flex:1 1}}@media (max-width:768px){.dashboard-container{padding:1rem}.dashboard-welcome-text h1{font-size:1.5rem}.dashboard-card-header h2{font-size:1rem}.dashboard-quick-links-grid{grid-template-columns:1fr}}@media (max-width:576px){.dashboard-quick-stats{flex-direction:column}.dashboard-stat-card{width:100%}}.loader-overlay{background-color:#00000080;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}.loader-container,.loader-overlay{align-items:center;display:flex;justify-content:center}.loader-image{height:100px;width:100px}.login-container{align-items:center;display:flex;font-family:Poppins,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.login-books-bg{background-image:url(../../static/media/bg.7597d13a89c083664ba7.jpg);background-position:50%;background-size:cover;height:100%;left:0;opacity:.2;position:absolute;top:0;width:100%;z-index:-1}.login-card{border-radius:10px;box-shadow:0 10px 30px #0000001a;display:flex;height:550px;max-width:95%;overflow:hidden;width:900px}.login-left-panel{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:30px;width:50%}.login-logo{text-align:center}.login-logo h2{font-size:24px;font-weight:700;letter-spacing:2px}.login-logo p{font-size:16px;letter-spacing:5px;margin-top:-5px}.login-logo small{display:block;font-size:10px;margin-top:5px;opacity:.8}.login-slider{height:220px;margin:20px 0;overflow:hidden;position:relative}.login-slide{align-items:center;background:#ffffff1a;border-radius:10px;display:flex;flex-direction:column;height:100%;left:0;opacity:0;padding:20px;position:absolute;text-align:center;top:0;transform:translateX(50px);transition:all .5s ease;width:100%}.login-slide-active{opacity:1;transform:translateX(0)}.login-slide-icon{font-size:36px;margin-bottom:10px}.login-slide h3{font-size:18px;margin-bottom:10px}.login-slide p{font-size:14px;opacity:.8}.login-slider-dots{bottom:10px;display:flex;gap:8px;justify-content:center;left:0;position:absolute;width:100%}.login-dot{background:#ffffff4d;border-radius:50%;cursor:pointer;height:8px;transition:all .3s ease;width:8px}.login-dot-active{background:#fff;border-radius:4px;width:20px}.login-social-icons{display:flex;gap:15px;justify-content:center;margin-top:20px}.login-social-icon{align-items:center;background:#fff3;border-radius:50%;color:#fff;display:flex;height:32px;justify-content:center;transition:all .3s ease;width:32px}.login-social-icon:hover{background:#fff;color:#3b82f6}.login-right-panel{align-items:center;background:#1a1a1a;display:flex;flex-direction:column;padding:40px;width:50%}.login-school-logo{margin-bottom:30px;text-align:center}.login-school-logo img{height:50px;margin-bottom:10px;width:50px}.login-school-logo h3{color:#fff;font-size:16px;font-weight:500}.login-form{max-width:320px;width:100%}.login-user-type{display:flex;justify-content:space-between;margin-bottom:25px}.login-type-option{align-items:center;color:#666;cursor:pointer;display:flex;flex-direction:column;transition:all .3s ease}.login-type-option input{display:none}.login-type-option span{font-size:14px;margin-top:5px}.login-type-active{color:#fff}.login-type-active:after{background:#3b82f6;content:"";display:block;height:2px;margin-top:5px;width:30px}.login-input-group{margin-bottom:20px;position:relative}.login-input{background:#0000;border:none;border-bottom:1px solid #444;border-radius:5px;color:#fff;font-size:14px;padding:10px;transition:all .3s ease;width:100%}.login-input:focus{border-bottom-color:#3b82f6;outline:none}.login-input::placeholder{color:#666}.login-options{font-size:13px;justify-content:space-between;margin-bottom:25px}.login-options,.login-remember{align-items:center;display:flex}.login-remember{color:#666;cursor:pointer}.login-remember input{cursor:pointer;margin-right:5px}.login-forgot{color:#666;text-decoration:none;transition:all .3s ease}.login-forgot:hover{color:#3b82f6}.login-button{background:#3b82f6;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;padding:12px;transition:all .3s ease;width:100%}.login-button:hover{background:#2563eb}@media (max-width:768px){.login-card{flex-direction:column;height:auto}.login-left-panel,.login-right-panel{padding:30px;width:100%}.login-left-panel{padding-bottom:40px}.login-slider{height:180px;margin:15px 0}.login-social-icons{margin-top:15px}}@media (max-width:480px){.login-user-type{align-items:flex-start;flex-direction:column;gap:15px}.login-type-option{flex-direction:row;gap:10px}.login-type-active:after{display:none}.login-options{align-items:flex-start;flex-direction:column;gap:10px}}.forgot-password-info{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:20px;text-align:center}.forgot-title{color:#333;font-size:24px;margin-bottom:10px;text-align:center}.forgot-subtitle{color:#666;font-size:14px;margin-bottom:25px;text-align:center}.forgot-buttons{gap:10px;margin-top:10px}.back-button{background-color:#f0f0f0;color:#333}.back-button:hover{background-color:#e0e0e0}.forgot-success{padding:30px}.success-icon{color:#4caf50;font-size:60px;margin-bottom:20px}.forgot-success h2{color:#333;font-size:24px;margin-bottom:15px}.forgot-success p{color:#666;line-height:1.5;margin-bottom:25px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f7fa;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;margin-left:250px;padding:80px 24px 24px;transition:margin-left .3s ease}.main-content.sidebar-collapsed{margin-left:70px}.main-content.no-sidebar{margin-left:0;padding-top:0}@media (max-width:768px){.main-content{margin-left:0;padding:80px 16px 16px}}a{color:inherit;text-decoration:none}.header-container{background-color:#fff;box-shadow:0 2px 4px #00000014;height:64px;justify-content:space-between;left:0;padding:0 24px;position:fixed;right:0;top:0;z-index:1000}.header-container,.header-left,.logo,.logo-link{align-items:center;display:flex}.logo-link{color:inherit;text-decoration:none}.logo-text{color:#333;font-size:20px}.mobile-menu-toggle{align-items:center;background:none;border:none;color:#333;cursor:pointer;margin-right:16px}.header-center,.mobile-menu-toggle{display:flex;justify-content:center}.header-center{flex:1 1;max-width:480px}.header-center .search-container{align-items:center;background-color:#f5f5f5;border-radius:8px;display:flex;padding:8px 12px;width:100%}.search-icon{color:#666;margin-right:8px}.search-input{background:none;font-size:14px;width:100%}.header-right{align-items:center;display:flex}.notification-icon{color:#666;cursor:pointer;margin-right:24px;position:relative}.notification-badge{align-items:center;background-color:#ff5959;border-radius:50%;color:#fff;display:flex;font-size:10px;height:18px;justify-content:center;position:absolute;right:-8px;top:-8px;width:18px}.header-right .profile-container1{position:relative}.header-right .profile-info{align-items:center;cursor:pointer;display:flex}.header-right .profile-avatar{border-radius:50%;height:26px;margin-right:8px;overflow:hidden;width:26px}.header-right .profile-avatar img{height:100%;object-fit:cover;width:100%}.profile-name{align-items:center;display:flex;text-transform:capitalize}.profile-name span{font-size:14px;margin-right:4px}.profile-dropdown{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;margin-top:8px;position:absolute;right:0;top:100%;width:180px;z-index:1000}.profile-dropdown ul{list-style:none;margin:0;padding:0}.profile-dropdown li{align-items:center;cursor:pointer;display:flex;padding:12px 16px;transition:background-color .2s}.profile-dropdown li:hover{background-color:#f5f5f5}.profile-dropdown li svg{color:#666;margin-right:8px}.logout-link{align-items:center;display:flex;width:100%}.logout-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.logout-modal{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;max-width:400px;padding:24px;width:100%}.logout-modal-title{color:#333;font-size:20px;font-weight:600;margin-bottom:16px}.logout-modal-message{color:#666;font-size:16px;margin-bottom:24px}.logout-modal-actions{display:flex;gap:12px;justify-content:flex-end}.logout-modal-cancel,.logout-modal-confirm{border-radius:4px;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .2s}.logout-modal-cancel{background:#f5f5f5;border:none;color:#333}.logout-modal-cancel:hover{background:#e0e0e0}.logout-modal-confirm{background:#ff5959;border:none;color:#fff}.logout-modal-confirm:hover{background:#e04e4e}@media (max-width:768px){.header-center,.profile-name span{display:none}}.sidebar{background-color:#2c3e50;color:#ecf0f1;height:100vh;left:0;overflow-y:auto;padding-top:64px;position:fixed;top:0;transition:all .3s ease;width:250px;z-index:900}.sidebar.collapsed{width:70px}.sidebar.mobile{box-shadow:2px 0 8px #0003;transform:translateX(-100%)}.sidebar.mobile.open{transform:translateX(0);width:250px}.sidebar-header{background-color:#1a2732;box-sizing:border-box;height:64px;justify-content:space-between;left:0;padding:16px;position:fixed;top:0;width:inherit;z-index:1}.sidebar-header,.sidebar-logo{align-items:center;display:flex}.logo-icon{margin-right:8px}.logo-text{font-size:18px;font-weight:600}.close-sidebar{align-items:center;background:none;border:none;color:#ecf0f1;cursor:pointer;display:flex;justify-content:center;padding:4px}.sidebar-content{padding:16px 0}.sidebar-menu ul{list-style:none;margin:0;padding:0}.menu-item{margin-bottom:4px}.menu-item-header{align-items:center;cursor:pointer;display:flex;padding:12px 16px;transition:background-color .2s}.menu-item-header:hover{background-color:#34495e}.menu-item.active .menu-item-header{background-color:#3498db}.menu-item-icon{align-items:center;display:flex;justify-content:center;margin-right:12px;width:24px}.menu-item-label{flex:1 1;font-size:14px}.menu-item-arrow{align-items:center;display:flex}.submenu{background-color:#1a2732;margin-top:4px;padding-left:24px}.submenu-item{cursor:pointer;font-size:13px;padding:10px 16px;transition:background-color .2s}.submenu-item:hover{background-color:#34495e}.submenu-item.active{background-color:#3498db}.submenu-item a{color:inherit;display:block;height:100%;text-decoration:none;width:100%}.dashboard-overview{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));margin-top:24px}.dashboard-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:24px}.dashboard-card h3{color:#666;font-size:16px;font-weight:500;margin-bottom:12px}.dashboard-card-value{color:#333;font-size:28px;font-weight:600}.forgot-container{align-items:center;background-color:#f7f9fc;display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;justify-content:center;min-height:100vh;padding:20px}.forgot-background{background-image:url(../../static/media/bg.7597d13a89c083664ba7.jpg);background-size:cover;height:100%;left:0;opacity:.05;position:fixed;top:0;width:100%;z-index:-1}.forgot-card{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;display:flex;max-width:1000px;min-height:600px;overflow:hidden;width:100%}.forgot-left-panel{background:linear-gradient(180deg,#3f51b5,#1a237e);color:#fff;display:flex;flex-direction:column;padding:30px;width:40%}.forgot-logo{margin-bottom:30px;text-align:center}.forgot-logo h2{font-size:28px;letter-spacing:1px;margin:0}.forgot-logo p{font-size:16px;letter-spacing:4px;margin:0}.forgot-logo small{font-size:10px;opacity:.8}.forgot-info-panel{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:20px 0;text-align:center}.forgot-info-icon{color:#ffffffe6;font-size:48px;margin-bottom:20px}.forgot-info-title{font-size:24px;margin-bottom:15px}.forgot-info-text{font-size:14px;line-height:1.6;margin-bottom:30px;opacity:.9}.forgot-steps{display:flex;flex-direction:column;gap:15px;text-align:left;width:100%}.forgot-step{align-items:center;display:flex;gap:15px}.forgot-step-number{align-items:center;background-color:#fff3;border-radius:50%;display:flex;font-size:14px;font-weight:700;height:26px;justify-content:center;width:26px}.forgot-step-text{font-size:14px;opacity:.9}.forgot-footer{margin-top:auto;text-align:center}.forgot-footer-text{font-size:12px;margin-bottom:15px;opacity:.8}.forgot-social-links{display:flex;gap:15px;justify-content:center}.forgot-social-link{align-items:center;background-color:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:32px;justify-content:center;text-decoration:none;transition:all .3s ease;width:32px}.forgot-social-link:hover{background-color:#fff3;transform:translateY(-2px)}.forgot-right-panel{display:flex;flex-direction:column;padding:30px;width:60%}.forgot-school-logo{align-items:center;display:flex;justify-content:center;margin-bottom:30px}.forgot-school-logo img{height:60px;margin-right:15px}.forgot-school-logo h3{color:#333;font-size:18px;font-weight:600}.forgot-form{display:flex;flex-direction:column;flex-grow:1;padding:20px 40px}.forgot-form-title{color:#333;font-size:28px;margin-bottom:10px;text-align:center}.forgot-form-subtitle{color:#666;font-size:14px;margin-bottom:30px;text-align:center}.forgot-user-type{display:flex;gap:10px;justify-content:space-between;margin-bottom:25px}.forgot-type-option{align-items:center;background-color:#f7f9fc;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;display:flex;flex-grow:1;justify-content:center;padding:10px;transition:all .3s ease}.forgot-type-option input{display:none}.forgot-type-option span{color:#666;font-size:14px}.forgot-type-active{background-color:#3f51b5;border-color:#3f51b5}.forgot-type-active span{color:#fff}.forgot-input-group{margin-bottom:20px}.forgot-input-label{color:#555;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.forgot-input-wrapper{align-items:center;display:flex;position:relative}.forgot-input-icon{color:#999;left:12px;position:absolute}.forgot-input{border:1px solid #e0e0e0;border-radius:6px;color:#333;font-size:14px;padding:12px 12px 12px 40px;transition:all .3s ease;width:100%}.forgot-input:focus{border-color:#3f51b5;box-shadow:0 0 0 2px #3f51b533;outline:none}.forgot-input::placeholder{color:#999}.forgot-buttons{display:flex;flex-direction:column;gap:15px;margin-top:30px}.forgot-submit-button{align-items:center;background-color:#3f51b5;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:10px;justify-content:center;padding:12px;transition:all .3s ease}.forgot-submit-button:hover{background-color:#303f9f;box-shadow:0 4px 10px #0000001a;transform:translateY(-2px)}.forgot-back-button{align-items:center;background-color:#f0f0f0;border:none;border-radius:6px;color:#555;cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:10px;justify-content:center;padding:12px;text-align:center;text-decoration:none;transition:all .3s ease}.forgot-back-button:hover{background-color:#e0e0e0}.forgot-success{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:30px 50px;text-align:center}.forgot-success-icon{color:#4caf50;font-size:70px;margin-bottom:25px}.forgot-success-title{color:#333;font-size:28px;margin-bottom:15px}.forgot-success-message{color:#555;font-size:16px;line-height:1.6;margin-bottom:15px}.forgot-success-note{color:#888;font-size:14px;font-style:italic;margin-bottom:30px}.forgot-login-button{align-items:center;background-color:#3f51b5;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:10px;justify-content:center;padding:12px 25px;text-decoration:none;transition:all .3s ease}.forgot-login-button:hover{background-color:#303f9f;box-shadow:0 4px 10px #0000001a;transform:translateY(-2px)}@media (max-width:768px){.forgot-card{flex-direction:column;max-width:500px}.forgot-left-panel,.forgot-right-panel{width:100%}.forgot-left-panel{padding:20px}.forgot-info-panel{padding:15px 0}.forgot-form{padding:15px 20px}}.addstudent-container{color:#333;font-family:Roboto,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.addstudent-title{color:#2c3e50;font-size:2rem;font-weight:600;margin-bottom:1.5rem;position:relative;text-align:center}.addstudent-title:after{background:linear-gradient(90deg,#3498db,#2ecc71);border-radius:3px;content:"";display:block;height:3px;margin:.5rem auto;width:100px}.addstudent-tabs{border-bottom:1px solid #ddd;display:flex;margin-bottom:2rem}.addstudent-tab{background:#0000;border:none;border-bottom:3px solid #0000;color:#7f8c8d;cursor:pointer;font-size:1rem;font-weight:500;padding:.8rem 1.5rem;transition:all .3s ease}.addstudent-tab:hover{color:#3498db}.addstudent-tab-active{border-bottom:3px solid #3498db;color:#3498db}.addstudent-form-container{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem}.addstudent-form-section{border-bottom:1px solid #f0f0f0;margin-bottom:2rem;padding-bottom:1rem}.addstudent-section-title{color:#2c3e50;font-size:1.2rem;font-weight:500;margin-bottom:1.2rem}.addstudent-form-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.addstudent-form-group{flex:1 1 300px;margin-bottom:1rem}.addstudent-label{color:#34495e;display:block;font-weight:500;margin-bottom:.5rem}.addstudent-input,.addstudent-select,.addstudent-textarea{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:.8rem;transition:border .3s ease;width:100%}.addstudent-textarea{min-height:100px;resize:vertical}.addstudent-input:focus,.addstudent-select:focus,.addstudent-textarea:focus{border-color:#3498db;box-shadow:0 0 0 2px #3498db33;outline:none}.addstudent-button-container{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.addstudent-download-btn,.addstudent-reset-btn,.addstudent-submit-btn,.addstudent-upload-btn{border:none;border-radius:5px;cursor:pointer;font-size:1rem;font-weight:500;padding:.8rem 1.5rem;transition:all .3s ease}.addstudent-submit-btn{background-color:#3498db;color:#fff}.addstudent-submit-btn:hover{background-color:#2980b9}.addstudent-reset-btn{background-color:#f8f9fa;border:1px solid #ddd;color:#333}.addstudent-reset-btn:hover{background-color:#e9ecef}.addstudent-download-btn{background-color:#2ecc71;color:#fff}.addstudent-download-btn:hover{background-color:#27ae60}.addstudent-upload-btn{background-color:#3498db;color:#fff}.addstudent-upload-btn:hover{background-color:#2980b9}.addstudent-upload-btn:disabled{background-color:#95a5a6;cursor:not-allowed}.addstudent-bulk-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.addstudent-bulk-container{grid-template-columns:1fr 1fr}}.addstudent-bulk-instructions,.addstudent-upload-container{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem}.addstudent-instruction-list{line-height:1.6;margin-bottom:2rem;padding-left:1.5rem}.addstudent-file-input-container{margin-bottom:1.5rem}.addstudent-file-input{display:none}.addstudent-file-label{background-color:#f8f9fa;border:1px dashed #ddd;border-radius:5px;cursor:pointer;display:inline-block;padding:.8rem 1rem;text-align:center;transition:all .3s ease;width:100%}.addstudent-file-label:hover{background-color:#e9ecef;border-color:#3498db}.addstudent-success-message{background-color:#d4edda;border-radius:5px;color:#155724;margin-top:1.5rem;padding:1rem;text-align:center}@media (max-width:768px){.addstudent-button-container,.addstudent-form-row{flex-direction:column}.addstudent-reset-btn,.addstudent-submit-btn{width:100%}.addstudent-form-group{flex:initial}}@media (max-width:576px){.addstudent-container{padding:1rem}.addstudent-bulk-instructions,.addstudent-form-container,.addstudent-upload-container{padding:1.5rem}.addstudent-title{font-size:1.5rem}}.students-container{background:#f7fafc;color:#2d3748;font-family:Poppins,sans-serif;margin:0 auto;max-width:1400px;min-height:100vh;padding:2rem}.students-header{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000000d;margin-bottom:2rem;padding:1.5rem}.students-title-container{align-items:center;display:flex;margin-bottom:1.5rem}.students-icon{color:#4c51bf;font-size:2rem;margin-right:1rem}.students-title{color:#2d3748;font-size:2rem;font-weight:700;margin:0;position:relative}.students-controls{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.search-container{align-items:center;background-color:#edf2f7;border-radius:10px;display:flex;flex-grow:1;padding:.5rem 1rem;transition:all .3s ease}.search-container:focus-within{background-color:#fff;box-shadow:0 0 0 2px #4c51bf}.search-icon{color:#718096;margin-right:.75rem}.search-input{background:#0000;border:none;color:#4a5568;flex-grow:1;font-size:1rem;outline:none;padding:.5rem 0}.filter-toggle-btn{align-items:center;background-color:#4c51bf;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.7rem 1.5rem;transition:all .3s ease}.filter-toggle-btn:hover{background-color:#434190}.filter-options{animation:fadeIn .3s ease;background-color:#edf2f7;border-radius:10px;margin-top:1rem;padding:1rem}.filter-select{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;font-size:1rem;outline:none;padding:.8rem;width:100%}.students-stats{display:flex;gap:1rem;margin-top:1.5rem}.stat-box{background-color:#edf2f7;border-radius:10px;flex:1 1;padding:1rem;text-align:center;transition:all .3s ease}.stat-box.highlight{background-color:#4c51bf;color:#fff}.stat-number{display:block;font-size:1.5rem;font-weight:700}.stat-label{font-size:.9rem;opacity:.8}.students-empty{background-color:#fff;border-radius:15px;box-shadow:0 5px 15px #0000000d;flex-direction:column;padding:3rem;text-align:center}.empty-icon,.students-empty{align-items:center;display:flex}.empty-icon{background-color:#edf2f7;border-radius:50%;height:100px;justify-content:center;margin-bottom:1.5rem;width:100px}.empty-text{color:#718096;font-size:1.2rem;margin-bottom:1.5rem}.reset-search{background-color:#4c51bf;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.7rem 1.5rem;transition:all .3s ease}.reset-search:hover{background-color:#434190}.students-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.student-card{background-color:#fff;border-radius:15px;box-shadow:0 5px 15px #0000000d;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.student-card:hover{box-shadow:0 12px 25px #0000001a;transform:translateY(-5px)}.student-card-header{align-items:center;color:#fff;display:flex;gap:1rem;padding:1.5rem}.student-card-header.male{background:linear-gradient(135deg,#4c51bf,#2c5282)}.student-card-header.female{background:linear-gradient(135deg,#ed64a6,#b83280)}.student-avatar{align-items:center;background-color:#fff3;border-radius:50%;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;width:60px}.student-header-info{flex-grow:1}.student-name{font-size:1.3rem;font-weight:600;line-height:1.3;margin:0}.student-roll{display:block;font-size:.9rem;opacity:.9}.student-card-body{display:flex;flex-direction:column;flex-grow:1;gap:1rem;padding:1.5rem}.student-quick-info{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.gender-badge,.grade-badge{border-radius:20px;display:inline-block;font-size:.8rem;font-weight:600;padding:.3rem .8rem}.grade-badge{background-color:#ebf4ff;color:#3182ce}.gender-badge{background-color:#e9d8fd;color:#805ad5}.student-info-section{margin-bottom:1rem}.section-title{border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:1rem;font-weight:600;margin:0 0 .8rem;padding-bottom:.5rem}.student-info-group{border-bottom:1px solid #f7fafc;display:flex;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.5rem}.student-info-group.address{flex-direction:column}.student-info-label{color:#718096;flex:0 0 40%;font-weight:500}.student-info-value{color:#2d3748;flex:0 0 60%;text-align:right;word-break:break-word}.student-info-group.address .student-info-value{margin-top:.3rem;text-align:left}.blood-group{color:#e53e3e;font-weight:600;text-transform:uppercase}.admission-date{background-color:#f7fafc;border-radius:8px;margin-bottom:0;margin-top:auto;padding:.5rem}.student-card-footer{background-color:#f7fafc;display:flex;gap:.5rem;justify-content:space-between;padding:1rem 1.5rem}.student-action-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;padding:.6rem 1.2rem;transition:all .3s ease}.edit-btn{background-color:#4c51bf;color:#fff}.edit-btn:hover{background-color:#434190}.delete-btn{background-color:#f56565;color:#fff}.delete-btn:hover{background-color:#e53e3e}@media (max-width:992px){.students-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.students-container{padding:1.5rem}.students-title{font-size:1.8rem}.students-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.filter-toggle-btn{padding:.7rem 1rem}}@media (max-width:576px){.students-container{padding:1rem}.students-header{padding:1.2rem}.students-title-container{align-items:flex-start;flex-direction:column;gap:.5rem}.students-controls{flex-direction:column}.students-grid{grid-template-columns:1fr}.student-info-group{flex-direction:column}.student-info-label,.student-info-value{text-align:left}.student-info-value{margin-top:.2rem}.students-stats{flex-direction:column}}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:2rem 1rem;position:fixed;right:0;top:0;z-index:1000}.modal-container{animation:modalFadeIn .3s ease;background-color:#fff;border-radius:15px;box-shadow:0 5px 25px #0003;max-height:90vh;max-width:650px;overflow-y:auto;width:100%}.delete-modal{max-width:450px}.modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem}.modal-header h2{color:#2d3748;font-size:1.5rem;margin:0}.close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#718096;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;padding:.5rem;transition:all .2s ease}.close-btn:hover{background-color:#f7fafc;color:#e53e3e}.modal-body{padding:1.5rem}.form-group,.form-row{margin-bottom:1.2rem}.form-row{display:flex;gap:1rem}.form-group.half{flex:1 1;margin-bottom:0}.form-group label{color:#4a5568;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.8rem;transition:all .3s ease;width:100%}.form-group textarea{min-height:100px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#4c51bf;box-shadow:0 0 0 3px #4c51bf1a;outline:none}.modal-footer{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.cancel-btn,.delete-confirm-btn,.save-btn{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.cancel-btn{background-color:#edf2f7;color:#4a5568}.cancel-btn:hover{background-color:#e2e8f0}.save-btn{background-color:#4c51bf;color:#fff}.save-btn:hover{background-color:#434190}.delete-confirm-btn{background-color:#f56565;color:#fff}.delete-confirm-btn:hover{background-color:#e53e3e}.delete-warning{padding:1.5rem 0;text-align:center}.delete-icon{color:#f56565;font-size:3rem;margin-bottom:1rem}.warning-text{color:#f56565;font-weight:500;margin-top:.5rem}@media (max-width:768px){.form-row{flex-direction:column;gap:1.2rem}.modal-container{max-width:95%}}.addteacher-container{color:#333;font-family:Roboto,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.addteacher-title{color:#2c3e50;font-size:2rem;font-weight:600;margin-bottom:1.5rem;position:relative;text-align:center}.addteacher-title:after{background:linear-gradient(90deg,#9b59b6,#3498db);border-radius:3px;content:"";display:block;height:3px;margin:.5rem auto;width:100px}.addteacher-tabs{border-bottom:1px solid #ddd;display:flex;margin-bottom:2rem}.addteacher-tab{background:#0000;border:none;border-bottom:3px solid #0000;color:#7f8c8d;cursor:pointer;font-size:1rem;font-weight:500;padding:.8rem 1.5rem;transition:all .3s ease}.addteacher-tab:hover{color:#9b59b6}.addteacher-tab-active{border-bottom:3px solid #9b59b6;color:#9b59b6}.addteacher-form-container{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem}.addteacher-form-section{border-bottom:1px solid #f0f0f0;margin-bottom:2rem;padding-bottom:1rem}.addteacher-section-title{color:#2c3e50;font-size:1.2rem;font-weight:500;margin-bottom:1.2rem}.addteacher-form-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.addteacher-form-group{flex:1 1 300px;margin-bottom:1rem}.addteacher-label{color:#34495e;display:block;font-weight:500;margin-bottom:.5rem}.addteacher-input,.addteacher-select,.addteacher-textarea{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:.8rem;transition:border .3s ease;width:100%}.addteacher-textarea{min-height:100px;resize:vertical}.addteacher-input:focus,.addteacher-select:focus,.addteacher-textarea:focus{border-color:#9b59b6;box-shadow:0 0 0 2px #9b59b633;outline:none}.addteacher-button-container{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.addteacher-download-btn,.addteacher-reset-btn,.addteacher-submit-btn,.addteacher-upload-btn{border:none;border-radius:5px;cursor:pointer;font-size:1rem;font-weight:500;padding:.8rem 1.5rem;transition:all .3s ease}.addteacher-submit-btn{background-color:#9b59b6;color:#fff}.addteacher-submit-btn:hover{background-color:#8e44ad}.addteacher-reset-btn{background-color:#f8f9fa;border:1px solid #ddd;color:#333}.addteacher-reset-btn:hover{background-color:#e9ecef}.addteacher-download-btn{background-color:#3498db;color:#fff}.addteacher-download-btn:hover{background-color:#2980b9}.addteacher-upload-btn{background-color:#9b59b6;color:#fff}.addteacher-upload-btn:hover{background-color:#8e44ad}.addteacher-upload-btn:disabled{background-color:#95a5a6;cursor:not-allowed}.addteacher-bulk-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.addteacher-bulk-container{grid-template-columns:1fr 1fr}}.addteacher-bulk-instructions,.addteacher-upload-container{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem}.addteacher-instruction-list{line-height:1.6;margin-bottom:2rem;padding-left:1.5rem}.addteacher-file-input-container{margin-bottom:1.5rem}.addteacher-file-input{display:none}.addteacher-file-label{background-color:#f8f9fa;border:1px dashed #ddd;border-radius:5px;cursor:pointer;display:inline-block;padding:.8rem 1rem;text-align:center;transition:all .3s ease;width:100%}.addteacher-file-label:hover{background-color:#e9ecef;border-color:#9b59b6}.addteacher-success-message{background-color:#d4edda;border-radius:5px;color:#155724;margin-top:1.5rem;padding:1rem;text-align:center}.addteacher-upload-summary{background-color:#f8f9fa;border-left:4px solid #9b59b6;border-radius:5px;margin-top:1.5rem;padding:1rem}.addteacher-summary-title{color:#2c3e50;font-size:1.1rem;margin-bottom:.8rem}.addteacher-summary-content p{margin:.5rem 0}@media (max-width:768px){.addteacher-button-container,.addteacher-form-row{flex-direction:column}.addteacher-reset-btn,.addteacher-submit-btn{width:100%}.addteacher-form-group{flex:initial}}@media (max-width:576px){.addteacher-container{padding:1rem}.addteacher-bulk-instructions,.addteacher-form-container,.addteacher-upload-container{padding:1.5rem}.addteacher-title{font-size:1.5rem}}.teachers-container{background:#f7fafc;color:#2d3748;font-family:Poppins,sans-serif;margin:0 auto;max-width:1400px;min-height:100vh;padding:2rem}.teachers-header{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000000d;margin-bottom:2rem;padding:1.5rem}.teachers-title-container{align-items:center;display:flex;margin-bottom:1.5rem}.teachers-icon{color:#3182ce;font-size:2rem;margin-right:1rem}.teachers-title{color:#2d3748;font-size:2rem;font-weight:700;margin:0;position:relative}.teachers-controls{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.teachers-search-container{align-items:center;background-color:#edf2f7;border-radius:10px;display:flex;flex-grow:1;padding:.5rem 1rem;transition:all .3s ease}.teachers-search-container:focus-within{background-color:#fff;box-shadow:0 0 0 2px #3182ce}.teachers-search-icon{color:#718096;margin-right:.75rem}.teachers-search-input{background:#0000;border:none;color:#4a5568;flex-grow:1;font-size:1rem;outline:none;padding:.5rem 0}.teachers-filter-toggle-btn{align-items:center;background-color:#3182ce;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.7rem 1.5rem;transition:all .3s ease}.teachers-filter-toggle-btn:hover{background-color:#2c5282}.teachers-filter-options{animation:teachersFadeIn .3s ease;background-color:#edf2f7;border-radius:10px;margin-top:1rem;padding:1rem}@keyframes teachersFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.teachers-filter-select{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;font-size:1rem;outline:none;padding:.8rem;width:100%}.teachers-stats{display:flex;gap:1rem;margin-top:1.5rem}.teachers-stat-box{background-color:#edf2f7;border-radius:10px;flex:1 1;padding:1rem;text-align:center;transition:all .3s ease}.teachers-stat-box.highlight{background-color:#3182ce;color:#fff}.teachers-stat-number{display:block;font-size:1.5rem;font-weight:700}.teachers-stat-label{font-size:.9rem;opacity:.8}.teachers-empty{align-items:center;background-color:#fff;border-radius:15px;box-shadow:0 5px 15px #0000000d;display:flex;flex-direction:column;padding:3rem;text-align:center}.teachers-empty-icon{align-items:center;background-color:#edf2f7;border-radius:50%;display:flex;height:100px;justify-content:center;margin-bottom:1.5rem;width:100px}.teachers-empty-text{color:#718096;font-size:1.2rem;margin-bottom:1.5rem}.teachers-reset-search{background-color:#3182ce;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.7rem 1.5rem;transition:all .3s ease}.teachers-reset-search:hover{background-color:#2c5282}.teachers-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.teachers-card{background-color:#fff;border-radius:15px;box-shadow:0 5px 15px #0000000d;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.teachers-card:hover{box-shadow:0 12px 25px #0000001a;transform:translateY(-5px)}.teachers-card-header{align-items:center;color:#fff;display:flex;gap:1rem;padding:1.5rem}.teachers-card-header.male{background:linear-gradient(135deg,#4c51bf,#2c5282)}.teachers-card-header.female{background:linear-gradient(135deg,#ed64a6,#b83280)}.teachers-avatar{align-items:center;background-color:#fff3;border-radius:50%;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;width:60px}.teachers-header-info{flex-grow:1}.teachers-name{font-size:1.3rem;font-weight:600;line-height:1.3;margin:0}.teachers-roll{display:block;font-size:.9rem;opacity:.9}.teachers-card-body{display:flex;flex-direction:column;flex-grow:1;gap:1rem;padding:1.5rem}.teachers-quick-info{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.gender-badge,.teachers-grade-badge{border-radius:20px;display:inline-block;font-size:.8rem;font-weight:600;padding:.3rem .8rem}.teachers-grade-badge{background-color:#ebf4ff;color:#3182ce}.teachers-gender-badge{background-color:#e9d8fd;color:#805ad5}.teachers-info-section{margin-bottom:1rem}.teachers-section-title{border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:1rem;font-weight:600;margin:0 0 .8rem;padding-bottom:.5rem}.teachers-info-group{border-bottom:1px solid #f7fafc;display:flex;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.5rem}.teachers-info-group.address{flex-direction:column}.teachers-info-label{color:#718096;flex:0 0 40%;font-weight:500}.teachers-info-value{color:#2d3748;flex:0 0 60%;text-align:right;word-break:break-word}.teachers-info-group.address .teachers-info-value{margin-top:.3rem;text-align:left}.teachers-blood-group{color:#e53e3e;font-weight:600;text-transform:uppercase}.teachers-admission-date{background-color:#f7fafc;border-radius:8px;margin-bottom:0;margin-top:auto;padding:.5rem}.teachers-card-footer{background-color:#f7fafc;display:flex;gap:.5rem;justify-content:space-between;padding:1rem 1.5rem}.teachers-action-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;padding:.6rem 1.2rem;transition:all .3s ease}.teachers-edit-btn{background-color:#4c51bf;color:#fff}.teachers-edit-btn:hover{background-color:#434190}.teachers-delete-btn{background-color:#f56565;color:#fff}.teachers-delete-btn:hover{background-color:#e53e3e}@media (max-width:992px){.teachers-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.students-container{padding:1.5rem}.teachers-title{font-size:1.8rem}.teachers-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.teachers-filter-toggle-btn{padding:.7rem 1rem}}@media (max-width:576px){.teachers-container{padding:1rem}.teachers-header{padding:1.2rem}.teachers-title-container{align-items:flex-start;flex-direction:column;gap:.5rem}.teachers-controls{flex-direction:column}.teachers-grid{grid-template-columns:1fr}.teachers-info-group{flex-direction:column}.teachers-info-label,.teachers-info-value{text-align:left}.teachers-info-value{margin-top:.2rem}.teachers-stats{flex-direction:column}}.teachers-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:2rem 1rem;position:fixed;right:0;top:0;z-index:1000}.teachers-modal-container{animation:modalFadeIn .3s ease;background-color:#fff;border-radius:15px;box-shadow:0 5px 25px #0003;max-height:90vh;max-width:650px;overflow-y:auto;width:100%}.teachers-delete-modal{max-width:450px}.teachers-modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem}.teachers-modal-header h2{color:#2d3748;font-size:1.5rem;margin:0}.teachers-close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#718096;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;padding:.5rem;transition:all .2s ease}.teachers-close-btn:hover{background-color:#f7fafc;color:#e53e3e}.teachers-modal-body{padding:1.5rem}.teachers-form-group,.teachers-form-row{margin-bottom:1.2rem}.teachers-form-row{display:flex;gap:1rem}.teachers-form-group.half{flex:1 1;margin-bottom:0}.teachers-form-group label{color:#4a5568;display:block;font-weight:500;margin-bottom:.5rem}.teachers-form-group input,.teachers-form-group select,.teachers-form-group textarea{border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.8rem;transition:all .3s ease;width:100%}.teachers-form-group textarea{min-height:100px;resize:vertical}.teachers-form-group input:focus,.teachers-form-group select:focus,.teachers-form-group textarea:focus{border-color:#4c51bf;box-shadow:0 0 0 3px #4c51bf1a;outline:none}.teachers-modal-footer{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.teachers-cancel-btn,.teachers-delete-confirm-btn,.teachers-save-btn{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.teachers-cancel-btn{background-color:#edf2f7;color:#4a5568}.teachers-cancel-btn:hover{background-color:#e2e8f0}.teachers-save-btn{background-color:#4c51bf;color:#fff}.teachers-save-btn:hover{background-color:#434190}.teachers-delete-confirm-btn{background-color:#f56565;color:#fff}.teachers-delete-confirm-btn:hover{background-color:#e53e3e}.teachers-delete-warning{padding:1.5rem 0;text-align:center}.teachers-delete-icon{color:#f56565;font-size:3rem;margin-bottom:1rem}.teachers-warning-text{color:#f56565;font-weight:500;margin-top:.5rem}@media (max-width:768px){.teachers-form-row{flex-direction:column;gap:1.2rem}.teachers-modal-container{max-width:95%}}.addparent-container{color:#333;font-family:Roboto,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.addparent-title{color:#e74c3c;font-size:2rem;font-weight:600;margin-bottom:1.5rem;position:relative;text-align:center}.addparent-title:after{background:linear-gradient(90deg,#e74c3c,#c0392b);border-radius:3px;content:"";display:block;height:3px;margin:.5rem auto;width:100px}.addparent-tabs{border-bottom:1px solid #ddd;display:flex;margin-bottom:2rem}.addparent-tab{background:#0000;border:none;border-bottom:3px solid #0000;color:#7f8c8d;cursor:pointer;font-size:1rem;font-weight:500;padding:.8rem 1.5rem;transition:all .3s ease}.addparent-tab:hover{color:#e74c3c}.addparent-tab-active{border-bottom:3px solid #e74c3c;color:#e74c3c}.addparent-search-container{margin-bottom:2rem}.addparent-search-input{border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 6px #0000000d;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.addparent-search-input:focus{border-color:#e74c3c;box-shadow:0 0 0 2px #e74c3c33;outline:none}.addparent-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:992px){.addparent-content{grid-template-columns:1fr 1fr}}.addparent-student-list{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;height:fit-content;padding:1.5rem}.addparent-section-title{border-bottom:1px solid #f0f0f0;color:#2c3e50;font-size:1.2rem;font-weight:500;margin-bottom:1.2rem;padding-bottom:.5rem}.addparent-no-results{background-color:#f8f9fa;border-radius:8px;color:#7f8c8d;margin-top:1rem;padding:2rem;text-align:center}.addparent-students-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));max-height:500px;overflow-y:auto;padding-right:.5rem}.addparent-students-grid::-webkit-scrollbar{width:6px}.addparent-students-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.addparent-students-grid::-webkit-scrollbar-thumb{background:silver;border-radius:10px}.addparent-students-grid::-webkit-scrollbar-thumb:hover{background:#a0a0a0}.addparent-student-card{background-color:#fff;border:1px solid #f0f0f0;border-radius:8px;box-shadow:0 2px 8px #0000000d;cursor:pointer;padding:1rem;transition:all .3s ease}.addparent-student-card:hover{border-color:#e74c3c;box-shadow:0 5px 15px #0000001a;transform:translateY(-2px)}.addparent-student-selected{border-color:#e74c3c;box-shadow:0 0 0 2px #e74c3c4d}.addparent-student-name{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.addparent-student-details{color:#7f8c8d;display:flex;flex-direction:column;font-size:.9rem;gap:.3rem;margin-bottom:.5rem}.addparent-student-status{font-size:.85rem;font-weight:500;margin-top:.8rem}.addparent-status-pending{background-color:#e74c3c1a;color:#e74c3c}.addparent-status-complete,.addparent-status-pending{border-radius:4px;display:inline-block;padding:.2rem .5rem}.addparent-status-complete{background-color:#27ae601a;color:#27ae60}.addparent-form-container{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:1.5rem}.addparent-form-section{border-bottom:1px solid #f0f0f0;margin-bottom:1.5rem;padding-bottom:1rem}.addparent-subsection-title{color:#34495e;font-size:1rem;margin-bottom:1rem}.addparent-form-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.addparent-form-group{flex:1 1 300px;margin-bottom:1rem}.addparent-label{color:#34495e;display:block;font-weight:500;margin-bottom:.5rem}.addparent-input,.addparent-select,.addparent-textarea{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:.8rem;transition:border .3s ease;width:100%}.addparent-textarea{min-height:100px;resize:vertical}.addparent-input:focus,.addparent-select:focus,.addparent-textarea:focus{border-color:#e74c3c;box-shadow:0 0 0 2px #e74c3c33;outline:none}.addparent-user-code-container{display:flex;gap:.5rem}.addparent-generate-btn{background-color:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:.8rem 1rem;transition:background-color .3s ease;white-space:nowrap}.addparent-generate-btn:hover{background-color:#2980b9}.addparent-helper-text{color:#7f8c8d;font-size:.85rem;margin-top:.5rem}.addparent-button-container{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.addparent-cancel-btn,.addparent-submit-btn{border:none;border-radius:5px;cursor:pointer;font-size:1rem;font-weight:500;padding:.8rem 1.5rem;transition:all .3s ease}.addparent-submit-btn{background-color:#e74c3c;color:#fff}.addparent-submit-btn:hover{background-color:#c0392b}.addparent-cancel-btn{background-color:#f8f9fa;border:1px solid #ddd;color:#333}.addparent-cancel-btn:hover{background-color:#e9ecef}.addparent-info-container{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;height:fit-content;padding:1.5rem}.addparent-info-card{text-align:center}.addparent-info-card h3{color:#2c3e50;font-size:1.2rem;margin-bottom:1.5rem}.addparent-stats{display:flex;justify-content:space-around;margin-bottom:2rem}.addparent-stat-item{align-items:center;display:flex;flex-direction:column}.addparent-stat-value{color:#e74c3c;font-size:2rem;font-weight:600}.addparent-stat-label{color:#7f8c8d;font-size:.9rem;margin-top:.5rem}.addparent-info-text{color:#7f8c8d;font-size:.95rem;line-height:1.6;margin:0 auto;max-width:80%}@media (max-width:991px){.addparent-content{grid-template-columns:1fr}}@media (max-width:768px){.addparent-form-row{flex-direction:column}.addparent-button-container{flex-direction:column-reverse}.addparent-cancel-btn,.addparent-submit-btn{width:100%}.addparent-form-group{flex:initial}.addparent-stats{flex-direction:column;gap:1.5rem}}@media (max-width:576px){.addparent-container,.addparent-form-container,.addparent-info-container,.addparent-student-list{padding:1rem}.addparent-title{font-size:1.5rem}.addparent-students-grid{grid-template-columns:1fr}}.parents-container{background:#f7fafc;color:#2d3748;font-family:Poppins,sans-serif;margin:0 auto;max-width:1400px;min-height:100vh;padding:2rem}.parents-header{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000000d;margin-bottom:2rem;padding:1.5rem}.parents-title-container{align-items:center;display:flex;margin-bottom:1.5rem}.parents-icon{color:#3182ce;font-size:2rem;margin-right:1rem}.parents-title{color:#2d3748;font-size:2rem;font-weight:700;margin:0;position:relative}.parents-controls{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.parents-search-container{align-items:center;background-color:#edf2f7;border-radius:10px;display:flex;flex-grow:1;padding:.5rem 1rem;transition:all .3s ease}.parents-search-container:focus-within{background-color:#fff;box-shadow:0 0 0 2px #3182ce}.parents-search-icon{color:#718096;margin-right:.75rem}.parents-search-input{background:#0000;border:none;color:#4a5568;flex-grow:1;font-size:1rem;outline:none;padding:.5rem 0}.parents-filter-toggle-btn{align-items:center;background-color:#3182ce;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.7rem 1.5rem;transition:all .3s ease}.parents-filter-toggle-btn:hover{background-color:#2c5282}.parents-filter-options{animation:parentsFadeIn .3s ease;background-color:#edf2f7;border-radius:10px;margin-top:1rem;padding:1rem}@keyframes parentsFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.parents-filter-select{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;font-size:1rem;outline:none;padding:.8rem;width:100%}.parents-stats{display:flex;gap:1rem;margin-top:1.5rem}.parents-stat-box{background-color:#edf2f7;border-radius:10px;flex:1 1;padding:1rem;text-align:center;transition:all .3s ease}.parents-stat-box.highlight{background-color:#3182ce;color:#fff}.parents-stat-number{display:block;font-size:1.5rem;font-weight:700}.parents-stat-label{font-size:.9rem;opacity:.8}.parents-empty{align-items:center;background-color:#fff;border-radius:15px;box-shadow:0 5px 15px #0000000d;display:flex;flex-direction:column;padding:3rem;text-align:center}.parents-empty-icon{align-items:center;background-color:#edf2f7;border-radius:50%;display:flex;height:100px;justify-content:center;margin-bottom:1.5rem;width:100px}.parents-empty-text{color:#718096;font-size:1.2rem;margin-bottom:1.5rem}.parents-reset-search{background-color:#3182ce;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.7rem 1.5rem;transition:all .3s ease}.parents-reset-search:hover{background-color:#2c5282}.parents-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.parents-card{background-color:#fff;border-radius:15px;box-shadow:0 5px 15px #0000000d;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.parents-card:hover{box-shadow:0 12px 25px #0000001a;transform:translateY(-5px)}.parents-card-header{align-items:center;color:#fff;display:flex;gap:1rem;padding:1.5rem}.parents-card-header.male{background:linear-gradient(135deg,#4c51bf,#2c5282)}.parents-card-header.female{background:linear-gradient(135deg,#ed64a6,#b83280)}.parents-avatar{align-items:center;background-color:#fff3;border-radius:50%;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;width:60px}.parents-header-info{flex-grow:1}.parents-name{font-size:1.3rem;font-weight:600;line-height:1.3;margin:0}.parents-position{display:block;font-size:.9rem;opacity:.9}.parents-card-body{display:flex;flex-direction:column;flex-grow:1;gap:1rem;padding:1.5rem}.parents-quick-info{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.parents-relationship-badge{background-color:#ebf4ff;color:#3182ce}.parents-id-badge,.parents-relationship-badge{border-radius:20px;display:inline-block;font-size:.8rem;font-weight:600;padding:.3rem .8rem}.parents-id-badge{background-color:#e9d8fd;color:#805ad5}.parents-info-section{margin-bottom:1rem}.parents-section-title{border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:1rem;font-weight:600;margin:0 0 .8rem;padding-bottom:.5rem}.parents-info-group{border-bottom:1px solid #f7fafc;display:flex;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.5rem}.parents-info-group.address{flex-direction:column}.parents-info-label{color:#718096;flex:0 0 40%;font-weight:500}.parents-info-value{color:#2d3748;flex:0 0 60%;text-align:right;word-break:break-word}.parents-info-group.address .parents-info-value{margin-top:.3rem;text-align:left}.parents-created-date{background-color:#f7fafc;border-radius:8px;margin-bottom:0;margin-top:auto;padding:.5rem}.parents-card-footer{background-color:#f7fafc;display:flex;gap:.5rem;justify-content:space-between;padding:1rem 1.5rem}.parents-action-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;padding:.6rem 1.2rem;transition:all .3s ease}.parents-edit-btn{background-color:#4c51bf;color:#fff}.parents-edit-btn:hover{background-color:#434190}.parents-delete-btn{background-color:#f56565;color:#fff}.parents-delete-btn:hover{background-color:#e53e3e}@media (max-width:992px){.parents-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.parents-container{padding:1.5rem}.parents-title{font-size:1.8rem}.parents-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.parents-filter-toggle-btn{padding:.7rem 1rem}}@media (max-width:576px){.parents-container{padding:1rem}.parents-header{padding:1.2rem}.parents-title-container{align-items:flex-start;flex-direction:column;gap:.5rem}.parents-controls{flex-direction:column}.parents-grid{grid-template-columns:1fr}.parents-info-group{flex-direction:column}.parents-info-label,.parents-info-value{text-align:left}.parents-info-value{margin-top:.2rem}.parents-stats{flex-direction:column}}.parents-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:2rem 1rem;position:fixed;right:0;top:0;z-index:1000}.parents-modal-container{animation:modalFadeIn .3s ease;background-color:#fff;border-radius:15px;box-shadow:0 5px 25px #0003;max-height:90vh;max-width:650px;overflow-y:auto;width:100%}.parents-delete-modal{max-width:450px}.parents-modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem}.parents-modal-header h2{color:#2d3748;font-size:1.5rem;margin:0}.parents-close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#718096;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;padding:.5rem;transition:all .2s ease}.parents-close-btn:hover{background-color:#f7fafc;color:#e53e3e}.parents-modal-body{padding:1.5rem}.parents-form-group,.parents-form-row{margin-bottom:1.2rem}.parents-form-row{display:flex;gap:1rem}.parents-form-group.half{flex:1 1;margin-bottom:0}.parents-form-group label{color:#4a5568;display:block;font-weight:500;margin-bottom:.5rem}.parents-form-group input,.parents-form-group select,.parents-form-group textarea{border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.8rem;transition:all .3s ease;width:100%}.parents-form-group textarea{min-height:100px;resize:vertical}.parents-form-group input:focus,.parents-form-group select:focus,.parents-form-group textarea:focus{border-color:#4c51bf;box-shadow:0 0 0 3px #4c51bf1a;outline:none}.parents-modal-footer{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.parents-cancel-btn,.parents-delete-confirm-btn,.parents-save-btn{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.parents-cancel-btn{background-color:#edf2f7;color:#4a5568}.parents-cancel-btn:hover{background-color:#e2e8f0}.parents-save-btn{background-color:#4c51bf;color:#fff}.parents-save-btn:hover{background-color:#434190}.parents-delete-confirm-btn{background-color:#f56565;color:#fff}.parents-delete-confirm-btn:hover{background-color:#e53e3e}.parents-delete-warning{padding:1.5rem 0;text-align:center}.parents-delete-icon{color:#f56565;font-size:3rem;margin-bottom:1rem}.parents-warning-text{color:#f56565;font-weight:500;margin-top:.5rem}@media (max-width:768px){.parents-form-row{flex-direction:column;gap:1.2rem}.parents-modal-container{max-width:95%}}.admin-profile-container{margin:0 auto;max-width:1200px;padding:24px;position:relative}.admin-profile-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.admin-profile-title{color:#333;font-size:24px;font-weight:600;margin:0}.admin-profile-edit-btn{align-items:center;background-color:#4a6cf7;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:8px 16px;transition:background-color .2s}.admin-profile-edit-btn:hover{background-color:#3a5ce5}.admin-profile-content{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr}.admin-profile-card{background-color:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:24px}.admin-profile-image-section{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;margin-bottom:24px;padding-bottom:24px}.admin-profile-image-container{border-radius:50%;cursor:pointer;height:120px;margin-bottom:16px;overflow:hidden;position:relative;width:120px}.admin-profile-image{height:100%;object-fit:cover;width:100%}.admin-profile-image-overlay{align-items:center;background-color:#0009;bottom:0;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;left:0;position:absolute;right:0;transition:opacity .2s}.admin-profile-image-overlay:hover{opacity:.9}.admin-profile-name{color:#333;font-size:20px;font-weight:600;margin:0 0 4px}.admin-profile-role{color:#666;font-size:14px;margin:0}.admin-profile-details{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr}.admin-profile-info-item{align-items:flex-start;display:flex;gap:16px}.admin-profile-icon{color:#4a6cf7;margin-top:4px}.admin-profile-label{color:#666;font-size:12px;margin:0 0 4px}.admin-profile-value{color:#333;font-size:14px;margin:0}.admin-profile-section-title{color:#333;font-size:16px;font-weight:600;margin:0 0 16px}.admin-profile-bio{color:#555;font-size:14px;line-height:1.6;margin:0}.admin-profile-security-options{display:flex;flex-wrap:wrap;gap:12px}.admin-profile-security-btn{align-items:center;background-color:#f0f2f5;border:none;border-radius:6px;color:#333;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:10px 16px;transition:background-color .2s}.admin-profile-security-btn:hover{background-color:#e4e6eb}.admin-profile-btn-icon{color:#4a6cf7}.admin-profile-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.admin-profile-modal{animation:admin-profile-modal-in .3s ease;background:#fff;border-radius:12px;box-shadow:0 5px 20px #00000026;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}@keyframes admin-profile-modal-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.admin-profile-modal-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:16px 24px}.admin-profile-modal-title{color:#333;font-size:18px;font-weight:600;margin:0}.admin-profile-modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:background-color .2s}.admin-profile-modal-close:hover{background-color:#f0f0f0;color:#333}.admin-profile-form{padding:24px}.admin-profile-form-group{margin-bottom:20px}.admin-profile-form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr;margin-bottom:20px}.admin-profile-form-label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.admin-profile-form-input,.admin-profile-form-textarea{border:1px solid #e0e0e0;border-radius:6px;font-size:14px;padding:10px 12px;transition:border-color .2s;width:100%}.admin-profile-form-input:focus,.admin-profile-form-textarea:focus{border-color:#4a6cf7;outline:none}.admin-profile-form-textarea{min-height:80px;resize:vertical}.admin-profile-form-hint{color:#666;font-size:12px;margin-top:4px}.admin-profile-form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.admin-profile-btn-cancel{background:none;border:1px solid #e0e0e0;border-radius:6px;color:#666;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .2s}.admin-profile-btn-cancel:hover{background-color:#f5f5f5}.admin-profile-btn-save{background-color:#4a6cf7;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .2s}.admin-profile-btn-save:hover{background-color:#3a5ce5}.admin-profile-password-input{align-items:center;display:flex;position:relative}.admin-profile-password-input .admin-profile-form-input{padding-right:40px}.admin-profile-password-toggle{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;justify-content:center;padding:0;position:absolute;right:10px}.admin-profile-tfa-content{align-items:center;display:flex;flex-direction:column;gap:24px}.admin-profile-tfa-qr-code{border:1px solid #e0e0e0;border-radius:8px}.admin-profile-tfa-title{color:#333;font-size:16px;font-weight:600;margin:0 0 12px}.admin-profile-tfa-steps{margin-bottom:20px;padding-left:20px}.admin-profile-tfa-steps li{color:#555;font-size:14px;margin-bottom:8px}@media screen and (min-width:480px){.admin-profile-form-row{grid-template-columns:1fr 1fr}}@media screen and (min-width:768px){.admin-profile-tfa-content{align-items:flex-start;flex-direction:row}}@media screen and (min-width:992px){.admin-profile-content{grid-template-columns:350px 1fr}.admin-profile-content>.admin-profile-card:first-child{grid-row:span 2}}.admin-settings-container{background-color:#f8f9fa;margin:0 auto;max-width:1400px;min-height:calc(100vh - 60px)}.admin-settings-header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:24px 30px}.admin-settings-title{color:#2c3e50;font-size:24px;font-weight:600;margin:0}.admin-settings-subtitle{color:#7f8c8d;margin:8px 0 0}.admin-settings-alert{align-items:center;border-radius:6px;display:flex;margin:15px 30px;padding:12px 20px}.admin-settings-alert-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.admin-settings-alert-icon{font-size:18px;margin-right:10px}.admin-settings-content{display:flex;min-height:calc(100vh - 150px)}.admin-settings-sidebar{background-color:#fff;border-right:1px solid #e0e0e0;padding:0;width:280px}.admin-settings-school-info{border-bottom:1px solid #e0e0e0;padding:20px;text-align:center}.admin-settings-school-logo{border-radius:50%;height:80px;object-fit:cover;width:80px}.admin-settings-school-name{color:#333;font-weight:600;margin-top:10px}.admin-settings-menu{list-style:none;margin:0;padding:0}.admin-settings-menu-item{align-items:center;border-left:3px solid #0000;color:#555;cursor:pointer;display:flex;padding:15px 20px;transition:background-color .2s,color .2s}.admin-settings-menu-item:hover{background-color:#f5f5f5;color:#2c3e50}.admin-settings-menu-item-active{background-color:#f0f7ff;border-left-color:#3498db;color:#3498db}.admin-settings-menu-icon{font-size:16px;margin-right:12px}.admin-settings-main{background-color:#f8f9fa;flex:1 1;padding:30px}.admin-settings-panel{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;padding:25px}.admin-settings-panel-title{border-bottom:1px solid #e0e0e0;color:#2c3e50;font-size:20px;font-weight:600;margin:0 0 20px;padding-bottom:15px}.admin-settings-section{border-bottom:1px solid #f0f0f0;margin-bottom:30px;padding-bottom:20px}.admin-settings-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.admin-settings-section-title{color:#3498db;font-size:16px;font-weight:600;margin:0 0 20px}.admin-settings-form-group{margin-bottom:20px}.admin-settings-form-row{display:flex;margin:0 -10px}.admin-settings-form-row .admin-settings-form-group{flex:1 1;padding:0 10px}.admin-settings-label{color:#555;display:block;font-size:14px;margin-bottom:8px}.admin-settings-input,.admin-settings-select{border:1px solid #ddd;border-radius:4px;color:#333;font-size:14px;padding:10px 12px;transition:border-color .2s;width:100%}.admin-settings-input:focus,.admin-settings-select:focus{border-color:#3498db;outline:none}.admin-settings-checkbox-wrapper{align-items:center;display:flex}.admin-settings-checkbox{margin-right:10px}.admin-settings-checkbox-label{color:#333;cursor:pointer;font-size:14px}.admin-settings-help-text{color:#777;font-size:12px;margin-top:5px}.admin-settings-logo-upload{align-items:center;display:flex;gap:20px}.admin-settings-current-logo{border:1px solid #ddd;border-radius:5px;height:80px;object-fit:cover;width:80px}.admin-settings-upload-btn{background-color:#f8f9fa;border:1px solid #ddd;border-radius:4px;color:#333;cursor:pointer;padding:8px 16px;transition:all .2s}.admin-settings-upload-btn:hover{background-color:#e9ecef}.admin-settings-actions{display:flex;gap:15px;justify-content:flex-end;margin-top:30px}.admin-settings-cancel-btn{background-color:#f8f9fa;border:1px solid #ddd;border-radius:4px;color:#333;cursor:pointer;padding:10px 20px;transition:all .2s}.admin-settings-cancel-btn:hover{background-color:#e9ecef}.admin-settings-save-btn{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:10px 20px;transition:background-color .2s}.admin-settings-save-btn:hover{background-color:#2980b9}.admin-settings-roles-list{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.admin-settings-role-item{background-color:#f9f9f9;border-left:3px solid #3498db;border-radius:6px;padding:15px}.admin-settings-role-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.admin-settings-role-title{color:#333;font-size:16px;margin:0}.admin-settings-role-edit{background-color:initial;border:1px solid #3498db;border-radius:4px;color:#3498db;cursor:pointer;font-size:12px;padding:5px 10px;transition:all .2s}.admin-settings-role-edit:hover{background-color:#3498db;color:#fff}.admin-settings-role-description{color:#666;font-size:14px;margin:0}.admin-settings-add-role-btn{background-color:#f1f9ff;border:1px dashed #3498db;border-radius:4px;color:#3498db;cursor:pointer;margin-top:10px;padding:8px 16px;text-align:center;transition:all .2s;width:100%}.admin-settings-add-role-btn:hover{background-color:#e1f0fd}.admin-settings-placeholder{background-color:#f9f9f9;border:1px dashed #ddd;border-radius:6px;color:#7f8c8d;padding:40px;text-align:center}.admin-settings-placeholder-icon{font-size:40px;margin-bottom:15px}.admin-settings-placeholder-text{font-size:16px;margin:0}@media (max-width:992px){.admin-settings-content{flex-direction:column}.admin-settings-sidebar{border-bottom:1px solid #e0e0e0;border-right:none;width:100%}.admin-settings-school-info{padding:15px}.admin-settings-menu{display:flex;flex-wrap:wrap}.admin-settings-menu-item{border-bottom:3px solid #0000;border-left:none;flex:1 1 33.333%;justify-content:center;text-align:center}}.books-container{margin:0 auto;max-width:1200px;padding:20px}.books-header{margin-bottom:24px}.books-header h2{color:#333;font-weight:600;margin-bottom:16px}.books-tabs{display:flex;gap:12px;margin-bottom:20px}.books-tab{background-color:#f0f0f0;border:none;border-radius:6px;cursor:pointer;font-weight:500;padding:10px 20px;transition:all .3s ease}.books-tab.active{background-color:#3498db;box-shadow:0 2px 4px #3498db33;color:#fff}.books-tab:hover:not(.active){background-color:#e2e6ea}.books-action-toggle{display:flex;gap:12px;margin-bottom:24px}.books-action-btn{align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;gap:8px;justify-content:center;padding:8px 16px;transition:all .3s ease}.books-action-btn.active{background-color:#e3f2fd;border-color:#3498db;color:#3498db;font-weight:500}.books-action-btn:hover:not(.active){background-color:#f8f9fa;border-color:#ccc}.books-action-button-styled{align-items:center;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:8px;justify-content:center;padding:8px 16px;transition:all .2s ease;width:auto}.books-issue-btn{background-color:#2ecc71}.books-return-btn{background-color:#f39c12}.books-issue-btn:hover,.books-return-btn:hover{box-shadow:0 2px 4px #0000001a;opacity:.9;transform:translateY(-1px)}.books-scanner-container{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.books-scanner{background-color:#f8f9fa;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:20px;text-align:center}.books-viewport{border-radius:8px;box-shadow:0 4px 8px #0000001a;height:360px;margin:0 auto;max-width:640px;overflow:hidden;position:relative;width:100%}.books-viewport video{height:100%;object-fit:cover;width:100%}.books-viewport canvas{left:0;position:absolute;top:0}.books-start-btn,.books-stop-btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-weight:500;gap:8px;justify-content:center;margin:0 auto;padding:12px 24px;transition:all .2s ease}.books-start-btn{background-color:#2ecc71;color:#fff}.books-start-btn:hover{background-color:#27ae60;box-shadow:0 2px 4px #0000001a}.books-stop-btn{background-color:#e74c3c;color:#fff;margin-top:16px}.books-stop-btn:hover{background-color:#c0392b;box-shadow:0 2px 4px #0000001a}.books-processed-list{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;max-height:500px;overflow-y:auto;padding:20px}.books-processed-list h3{border-bottom:1px solid #eee;color:#333;font-weight:500;margin-bottom:16px;padding-bottom:8px}.books-processed-item{align-items:center;animation:fadeIn .3s ease-in;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:12px}.books-processed-item:last-child{border-bottom:none}.books-processed-info{display:flex;flex-direction:column}.books-student-name{color:#333;font-weight:500}.books-title{margin-top:4px}.books-time,.books-title{color:#666;font-size:.9em}.books-time{align-items:center;display:flex;gap:4px}.books-no-records{color:#666;padding:20px 0;text-align:center}.books-manual{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px}.books-search{align-items:center;background-color:#f8f9fa;border:1px solid #ddd;border-radius:6px;display:flex;gap:12px;margin-bottom:20px;padding:12px}.books-search input{background-color:initial;border:none;font-size:16px;outline:none;width:100%}.books-loading{color:#666;padding:20px;text-align:center}.books-students-list{grid-gap:12px;display:grid;gap:12px;max-height:500px;overflow-y:auto}.books-student-item{align-items:center;background-color:#fff;border:1px solid #eee;border-radius:6px;display:flex;justify-content:space-between;padding:12px;transition:all .3s ease}.books-student-item:hover{background-color:#f8f9fa;border-color:#ddd;box-shadow:0 2px 4px #0000000d;transform:translateY(-2px)}.books-student-info{display:flex;flex-direction:column}.books-name{color:#333;font-weight:500}.books-id{color:#666;font-size:.9em;margin-top:4px}.books-no-students{color:#666;padding:40px 0;text-align:center}.scanner-instructions{color:#666;font-size:.9em;margin-top:16px}.books-last-processed{background-color:#e3f2fd;border-radius:4px;color:#0d47a1;font-weight:500;margin-top:8px;padding:8px}.books-modal-overlay{align-items:center;animation:fadeIn .2s ease-out;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.books-modal{animation:slideIn .3s ease-out;background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-width:500px;width:90%}.books-modal-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:16px 20px}.books-modal-header h3{color:#333;font-weight:500;margin:0}.books-modal-close{align-items:center;background:none;border:none;border-radius:4px;color:#888;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:all .2s ease}.books-modal-close:hover{background-color:#f0f0f0;color:#333}.books-modal-body{padding:20px}.books-modal-label{display:block;font-weight:500;margin-bottom:8px}.books-modal-input{border:1px solid #ddd;border-radius:4px;font-size:16px;margin-top:8px;padding:10px 12px;transition:border-color .2s ease;width:100%}.books-modal-input:focus{border-color:#3498db;box-shadow:0 0 0 2px #3498db33;outline:none}.books-modal-footer{border-top:1px solid #eee;display:flex;gap:12px;justify-content:flex-end;padding:16px 20px}.books-modal-cancel{background-color:#f0f0f0;border:none;border-radius:4px;cursor:pointer;font-weight:500;padding:8px 16px;transition:all .2s ease}.books-modal-cancel:hover{background-color:#e0e0e0}.books-modal-submit{border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;padding:8px 16px;transition:all .2s ease}.books-issue-submit{background-color:#2ecc71}.books-return-submit{background-color:#f39c12}.books-modal-submit:hover{box-shadow:0 2px 4px #0000001a;opacity:.9;transform:translateY(-1px)}@media (max-width:768px){.books-scanner-container{grid-template-columns:1fr}.books-scanner{order:1}.books-processed-list{order:2}.books-student-item{flex-direction:column;gap:12px;text-align:center}.books-action-btn.issue,.books-action-btn.return{justify-content:center;width:100%}}.class-container{margin:0 auto}.class-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.class-title{color:#2c3e50;font-size:28px;margin:0}.class-section-title{color:#2c3e50;font-size:22px;margin-bottom:16px;margin-top:32px}.class-form-container{background-color:#f8f9fa;border-radius:8px;box-shadow:0 2px 10px #0000000d;margin-bottom:32px;padding:24px}.class-form{display:flex;flex-direction:column;gap:16px}.class-form-title{color:#2c3e50;font-size:20px;margin-bottom:16px;margin-top:0}.class-form-group{display:flex;flex-direction:column;gap:8px}.class-label{color:#4a5568;font-weight:500}.class-input{border:1px solid #cbd5e0;border-radius:4px;font-size:16px;padding:12px 16px;transition:border-color .2s}.class-input:focus{border-color:#3182ce;box-shadow:0 0 0 2px #3182ce33;outline:none}.class-input::placeholder{color:#a0aec0}.class-form-actions{display:flex;gap:12px;margin-top:8px}.class-btn{border:none;border-radius:4px;cursor:pointer;font-weight:500;padding:10px 16px;transition:all .2s}.class-btn-sm{font-size:14px;padding:6px 12px}.class-btn-primary{background-color:#3182ce;color:#fff}.class-btn-primary:hover{background-color:#2c5282}.class-btn-secondary{background-color:#e2e8f0;color:#4a5568}.class-btn-secondary:hover{background-color:#cbd5e0}.class-btn-success{background-color:#48bb78;color:#fff}.class-btn-success:hover{background-color:#38a169}.class-btn-danger{background-color:#f56565;color:#fff}.class-btn-danger:hover{background-color:#e53e3e}.class-btn-edit{background-color:#4299e1;color:#fff;margin-right:8px}.class-btn-edit:hover{background-color:#3182ce}.class-card-actions{display:flex}.class-list-container{margin-top:24px}.class-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.class-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;overflow:hidden;transition:transform .2s,box-shadow .2s}.class-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.class-card-header{align-items:center;background-color:#f7fafc;border-bottom:1px solid #edf2f7;display:flex;justify-content:space-between;padding:16px}.class-card-title{color:#2d3748;font-size:18px;margin:0}.class-card-body{padding:16px}.class-card-body p{color:#4a5568;margin:8px 0}.class-empty-state{background-color:#f7fafc;border:1px dashed #cbd5e0;border-radius:8px;color:#718096;padding:32px;text-align:center}.class-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}.class-modal{animation:class-modal-appear .3s ease-out;background-color:#fff;border-radius:8px;box-shadow:0 4px 16px #0003;max-width:500px;width:90%}@keyframes class-modal-appear{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.class-modal-header{border-bottom:1px solid #e2e8f0;padding:16px 24px}.class-modal-title{color:#2d3748;font-size:20px;margin:0}.class-modal-body{padding:24px}.class-modal-warning{color:#e53e3e;font-weight:500;margin-top:16px}.class-modal-footer{border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}@media (max-width:768px){.class-header{align-items:flex-start;flex-direction:column;gap:16px}.class-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.class-form-actions{flex-direction:column}.class-btn{width:100%}.class-modal{width:95%}}@media (max-width:480px){.class-container{padding:16px}.class-grid{grid-template-columns:1fr}.class-form-container{padding:16px}.class-card-actions{flex-direction:column;gap:8px}.class-btn-edit{margin-bottom:8px;margin-right:0}.class-modal-footer{flex-direction:column}}.allclasses-container{margin:0 auto;max-width:1400px;padding:24px}.allclasses-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:32px;padding-bottom:20px}.allclasses-title-container{align-items:center;display:flex;gap:12px}.allclasses-title-icon{color:#3182ce;font-size:32px}.allclasses-title{color:#2d3748;font-size:28px;font-weight:700;margin:0}.allclasses-stats{display:flex;flex-wrap:wrap;gap:20px}.allclasses-stat-box{align-items:center;background-color:#f7fafc;border-radius:12px;box-shadow:0 2px 10px #0000000d;display:flex;gap:16px;min-width:180px;padding:16px 20px;transition:transform .2s,box-shadow .2s}.allclasses-stat-box:hover{box-shadow:0 4px 14px #0000001a;transform:translateY(-3px)}.allclasses-stat-icon{align-items:center;background-color:#ebf4ff;border-radius:12px;color:#3182ce;display:flex;font-size:22px;height:48px;justify-content:center;width:48px}.allclasses-stat-info{display:flex;flex-direction:column}.allclasses-stat-number{color:#2d3748;font-size:22px;font-weight:700}.allclasses-stat-label{color:#718096;font-size:14px}.allclasses-filters{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:32px}.allclasses-search-container{flex-grow:1;max-width:500px;position:relative}.allclasses-search-icon{color:#718096;left:16px;position:absolute;top:50%;transform:translateY(-50%)}.allclasses-search-input{border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 5px #0000000d;font-size:16px;padding:12px 16px 12px 44px;transition:all .2s;width:100%}.allclasses-search-input:focus{border-color:#3182ce;box-shadow:0 0 0 3px #3182ce33;outline:none}.allclasses-search-clear{align-items:center;background:none;border:none;border-radius:50%;color:#718096;cursor:pointer;display:flex;font-size:14px;justify-content:center;padding:4px;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.allclasses-search-clear:hover{background-color:#e2e8f0}.allclasses-filter-options{display:flex;gap:12px}.allclasses-filter-select{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;font-size:16px;min-width:160px;padding:12px 16px;transition:all .2s}.allclasses-filter-select:focus{border-color:#3182ce;box-shadow:0 0 0 3px #3182ce33;outline:none}.allclasses-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.allclasses-card{background-color:#fff;border-radius:12px;border-top:4px solid #3182ce;box-shadow:0 4px 12px #00000014;overflow:hidden;transition:transform .3s,box-shadow .3s}.allclasses-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-5px)}.allclasses-card-science{border-top-color:#3182ce}.allclasses-card-arts{border-top-color:#9f7aea}.allclasses-card-commerce{border-top-color:#48bb78}.allclasses-card-header{background-color:#f7fafc;padding:20px;position:relative}.allclasses-card-badge{border-radius:20px;font-size:12px;font-weight:600;padding:4px 10px;position:absolute;right:20px;top:20px}.allclasses-card-badge,.allclasses-card-science .allclasses-card-badge{background-color:#ebf8ff;color:#3182ce}.allclasses-card-arts .allclasses-card-badge{background-color:#faf5ff;color:#9f7aea}.allclasses-card-commerce .allclasses-card-badge{background-color:#f0fff4;color:#48bb78}.allclasses-card-title{color:#2d3748;font-size:18px;font-weight:600;margin:0;padding-right:40px}.allclasses-card-body{padding:20px}.allclasses-card-detail{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.allclasses-card-label{color:#718096;font-size:14px}.allclasses-card-value{color:#2d3748;font-weight:500}.allclasses-empty-state{align-items:center;background-color:#f7fafc;border:1px dashed #cbd5e0;border-radius:12px;display:flex;flex-direction:column;gap:16px;padding:40px;text-align:center}.allclasses-empty-icon{color:#a0aec0;font-size:48px}.allclasses-empty-state h3{color:#4a5568;margin:0}.allclasses-empty-state p{color:#718096;margin:0;max-width:400px}.allclasses-btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-weight:500;gap:8px;padding:10px 16px;transition:all .2s}.allclasses-btn-primary{background-color:#3182ce;color:#fff}.allclasses-btn-primary:hover{background-color:#2c5282}@media (max-width:992px){.allclasses-header{align-items:flex-start;flex-direction:column}.allclasses-stats{justify-content:space-between;width:100%}.allclasses-stat-box{flex:1 1;min-width:150px}}@media (max-width:768px){.allclasses-container{padding:16px}.allclasses-filters{flex-direction:column}.allclasses-search-container{max-width:100%}.allclasses-filter-options{width:100%}.allclasses-filter-select{flex:1 1}.allclasses-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:480px){.allclasses-stats{flex-direction:column}.allclasses-stat-box{width:100%}.allclasses-grid{grid-template-columns:1fr}.allclasses-card-body,.allclasses-card-header{padding:16px}}.subjects-container{margin:0 auto;padding:20px}.subjects-header{border-bottom:1px solid #e0e0e0;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:28px;padding-bottom:16px}.subjects-header,.subjects-title,.subjects-title-container{align-items:center;display:flex}.subjects-title{color:#1e40af;font-size:28px;gap:12px;margin:0}.subjects-icon{color:#1e40af}.subjects-controls{align-items:center;display:flex;gap:16px}.subjects-search-container{position:relative;width:250px}.subjects-search-icon{color:#64748b;left:12px;position:absolute;top:50%;transform:translateY(-50%)}.subjects-search-input{border:1px solid #cbd5e1;border-radius:6px;font-size:15px;padding:10px 12px 10px 38px;transition:all .2s;width:100%}.subjects-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.subjects-stats{background-color:#f8fafc;border-radius:8px;box-shadow:0 1px 3px #0000000d;padding:8px 16px}.subjects-stat-box{text-align:center}.subjects-stat-number{color:#1e40af;display:block;font-size:24px;font-weight:600}.subjects-stat-label{color:#64748b;font-size:14px}.subjects-btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-weight:500;gap:8px;padding:10px 16px;transition:all .2s}.subjects-btn-sm{font-size:14px;padding:8px 12px}.subjects-btn-primary{background-color:#1e40af;color:#fff}.subjects-btn-primary:hover{background-color:#1e3a8a}.subjects-btn-secondary{background-color:#f1f5f9;color:#334155}.subjects-btn-secondary:hover{background-color:#e2e8f0}.subjects-btn-success{background-color:#059669;color:#fff}.subjects-btn-success:hover{background-color:#047857}.subjects-btn-danger{background-color:#ef4444;color:#fff}.subjects-btn-danger:hover{background-color:#dc2626}.subjects-btn-edit{background-color:#3b82f6;color:#fff}.subjects-btn-edit:hover{background-color:#2563eb}.subjects-reset-search{background-color:#f1f5f9;border:none;border-radius:6px;color:#334155;cursor:pointer;font-size:14px;margin-top:12px;padding:8px 16px;transition:all .2s}.subjects-reset-search:hover{background-color:#e2e8f0}.subjects-form-container{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 4px 12px #0000000d;margin-bottom:32px;padding:24px}.subjects-form{display:flex;flex-direction:column;gap:20px}.subjects-form-title{border-bottom:2px solid #bfdbfe;color:#1e40af;font-size:20px;margin-bottom:16px;margin-top:0;padding-bottom:10px}.subjects-form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.subjects-form-group{display:flex;flex-direction:column;gap:8px}.subjects-form-group.full-width{grid-column:1/-1}.subjects-label{color:#334155;font-weight:500}.subjects-input,.subjects-textarea{border:1px solid #cbd5e1;border-radius:6px;font-size:15px;padding:12px 16px;transition:border-color .2s}.subjects-input:focus,.subjects-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.subjects-input::placeholder,.subjects-textarea::placeholder{color:#94a3b8}.subjects-textarea{min-height:80px;resize:vertical}.subjects-form-actions{display:flex;gap:12px;margin-top:8px}.subjects-section-title{border-left:4px solid #3b82f6;color:#1e40af;font-size:22px;margin-bottom:20px;margin-top:32px;padding-left:12px}.subjects-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.subjects-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 2px 10px #0000000d;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s,box-shadow .2s}.subjects-card:hover{box-shadow:0 4px 15px #00000014;transform:translateY(-2px)}.subjects-card-header{align-items:center;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px}.subjects-card-title{color:#1e3a8a;font-size:18px;font-weight:600;margin:0}.subjects-code-badge{background-color:#dbeafe;border-radius:20px;color:#1e40af;font-size:14px;font-weight:500;padding:4px 10px}.subjects-card-body{flex-grow:1;padding:16px}.subjects-card-body p{color:#334155;line-height:1.6;margin:8px 0}.subjects-description{border-top:1px dashed #e2e8f0;color:#64748b;font-style:italic;margin-top:12px;padding-top:12px}.subjects-card-footer{background-color:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:flex-end;padding:12px 16px}.subjects-empty-state{background-color:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;color:#64748b;padding:40px;text-align:center}.subjects-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}.subjects-modal{animation:subjects-modal-appear .3s ease-out;background-color:#fff;border-radius:10px;box-shadow:0 10px 25px #00000026;max-width:500px;overflow:hidden;width:90%}@keyframes subjects-modal-appear{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.subjects-modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 24px}.subjects-modal-title{color:#1e40af;font-size:20px;margin:0}.subjects-close-btn{background:none;border:none;color:#64748b;cursor:pointer;font-size:16px;padding:5px}.subjects-close-btn:hover{color:#1e293b}.subjects-modal-body{padding:24px}.subjects-delete-warning{padding:16px;text-align:center}.subjects-delete-icon{color:#f43f5e;font-size:48px;margin-bottom:16px}.subjects-warning-text{color:#f43f5e;font-weight:500;margin-top:16px}.subjects-modal-footer{border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}@media (max-width:768px){.subjects-header{align-items:flex-start;flex-direction:column}.subjects-controls{flex-direction:column;width:100%}.subjects-search-container{width:100%}.subjects-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.subjects-form-grid{grid-template-columns:1fr}.subjects-form-actions{flex-direction:column}.subjects-btn{justify-content:center;width:100%}}@media (max-width:480px){.subjects-container{padding:12px}.subjects-grid{grid-template-columns:1fr}.subjects-form-container{padding:16px}.subjects-card-footer,.subjects-modal-footer{flex-direction:column}}.generate-idCard-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:1200px;padding:24px}.generate-idCard-title{color:#333;font-size:24px;font-weight:600;margin-bottom:24px}.generate-idCard-tabs{border-bottom:1px solid #e0e0e0;display:flex;margin-bottom:24px}.generate-idCard-tab{background:none;border:none;color:#666;cursor:pointer;font-size:16px;padding:12px 24px;position:relative;transition:all .3s ease}.generate-idCard-tab.active{color:#1e3a8a;font-weight:600}.generate-idCard-tab.active:after{background-color:#1e3a8a;bottom:-1px;content:"";height:3px;left:0;position:absolute;width:100%}.generate-idCard-search-section{margin-bottom:24px}.generate-idCard-search{align-items:center;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;display:flex;padding:8px 16px}.generate-idCard-search-input{background:none;border:none;flex:1 1;font-size:14px;margin-left:8px;outline:none;padding:8px}.generate-idCard-split-view{display:flex;gap:24px}.generate-idCard-users-list{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;flex:1 1;max-height:600px;overflow-y:auto;padding:16px}.generate-idCard-section-title{border-bottom:1px solid #eee;color:#333;font-size:18px;margin-bottom:16px;margin-top:0;padding-bottom:8px}.generate-idCard-users{display:flex;flex-direction:column;gap:8px}.generate-idCard-user-item{border:1px solid #eee;border-radius:6px;cursor:pointer;padding:12px;transition:all .2s ease}.generate-idCard-user-item:hover{background-color:#f9f9f9;border-color:#ddd;box-shadow:0 2px 5px #0000000d;transform:translateY(-2px)}.generate-idCard-user-item.selected{background-color:#e6f0ff;border-color:#1e3a8a}.generate-idCard-user-item h4{color:#333;font-size:16px;margin:0}.generate-idCard-user-item p{color:#666;font-size:14px;margin:4px 0 0}.generate-idCard-no-results{color:#999;padding:24px 0;text-align:center}.generate-idCard-preview{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;display:flex;flex:1.5 1;flex-direction:column;padding:16px}.generate-idCard-no-selection{align-items:center;border:2px dashed #eee;border-radius:8px;color:#999;display:flex;flex:1 1;font-size:16px;justify-content:center;margin-bottom:16px;min-height:300px}.generate-idCard-card-wrapper{align-items:center;display:flex;justify-content:center;margin:0 auto;padding:20px}.generate-idCard-card{background-color:#fff;border-radius:10px;box-shadow:0 10px 30px #00000026;display:flex;flex-direction:column;height:540px;min-height:540px;overflow:hidden;position:relative;width:340px}.generate-idCard-header{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:20px}.generate-idCard-logo-section{align-items:center;display:flex;justify-content:center}.generate-idCard-school-logo{background-color:#fff3;border-radius:50%;height:50px;margin-right:15px;position:relative;width:50px}.generate-idCard-school-logo:after,.generate-idCard-school-logo:before{border-radius:50%;content:"";position:absolute}.generate-idCard-school-logo:before{background-color:#ffffffb3;height:40px;left:5px;top:5px;width:40px}.generate-idCard-school-logo:after{background-color:#1e3a8a;height:30px;left:10px;top:10px;width:30px}.generate-idCard-school-name{font-size:20px;font-weight:600;letter-spacing:1px;margin:0;text-transform:uppercase}.generate-idCard-content-section{display:flex;flex-direction:column;padding:20px 20px 0}.generate-idCard-photo-placeholder,.generate-idCard-photo-section{display:flex;justify-content:center}.generate-idCard-photo-placeholder{align-items:center;background-color:#eee;color:#999;font-style:italic;height:100%;width:100%}.generate-idCard-profile-image{height:100%;object-fit:cover;width:100%}.generate-idCard-details-section{text-align:center}.generate-idCard-name{color:#1e3a8a;font-size:22px;font-weight:600;margin:0 0 5px}.generate-idCard-designation{background-color:#f0f9ff;border:1px solid #bae6fd;border-radius:20px;color:#555;display:inline-block;font-size:14px;margin-bottom:15px;padding:3px 15px}.generate-idCard-info-table{text-align:left}.generate-idCard-info-row{display:flex;font-size:14px;margin-bottom:8px}.generate-idCard-info-label{color:#555;font-weight:600;width:60px}.generate-idCard-info-value{color:#333;flex:1 1;padding-left:20px}.generate-idCard-barcode-section{background-color:#f9fafb;border-top:1px solid #eee;display:flex;justify-content:center;margin-top:auto;padding:15px;text-align:center;width:100%}.generate-idCard-barcode-section svg{display:inline-block!important;height:100px!important;width:100px!important}#barcode{max-width:100%}.generate-idCard-footer{background-color:#f9fafb;border-top:1px solid #eee;color:#666;font-size:10px;text-align:center}.generate-idCard-footer p{line-height:1.4;margin:0}.generate-idCard-controls{display:flex;gap:12px;justify-content:center;margin-top:20px}.generate-idCard-btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 16px;transition:all .2s ease}.generate-idCard-upload-btn{background-color:#f3f4f6;border:1px solid #e5e7eb;color:#374151}.generate-idCard-save-btn{background-color:#1e3a8a;color:#fff}.generate-idCard-print-btn{background-color:#065f46;color:#fff}.generate-idCard-upload-btn:hover{background-color:#e5e7eb}.generate-idCard-save-btn:hover{background-color:#1e40af}.generate-idCard-print-btn:hover{background-color:#047857}.generate-idCard-file-input{display:none}@media print{.generate-idCard-container>:not(.generate-idCard-split-view),.generate-idCard-controls,.generate-idCard-preview>:not(.generate-idCard-card-wrapper),.generate-idCard-users-list{display:none!important}.generate-idCard-preview,.generate-idCard-split-view,body,html{height:auto!important;margin:0!important;overflow:visible!important;padding:0!important;width:100%!important}.generate-idCard-card{border:1px solid #ddd;box-shadow:none!important;margin:0 auto!important}}@media (max-width:992px){.generate-idCard-split-view{flex-direction:column}.generate-idCard-users-list{max-height:300px}}@media (max-width:480px){.generate-idCard-card{height:auto;min-height:500px;width:100%}.generate-idCard-controls{flex-direction:column}.generate-idCard-btn{justify-content:center;width:100%}}.generate-idCard-photo-qr-section{align-items:center;display:flex;justify-content:space-around;margin-bottom:15px}.generate-idCard-photo{background-color:#f5f5f5;border:5px solid #fff;border-radius:5px;box-shadow:0 4px 10px #0000001a;height:110px;overflow:hidden;width:107px}.generate-idCard-photo,.generate-idCard-qr-code{align-items:center;display:flex;justify-content:center}.generate-idCard-qr-code{background-color:#fff;border:1px solid #e0e0e0;border-radius:5px;box-shadow:0 2px 5px #0000000d;padding:8px}.id-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 15px 30px #00000026;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:540px;overflow:hidden;position:relative;width:340px}.id-card-header{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:16px}.id-card-logo-section{align-items:center;display:flex;gap:12px}.id-card-school-logo{align-items:center;background-color:#ffffffe6;border-radius:50%;box-shadow:0 2px 5px #0003;display:flex;height:48px;justify-content:center;position:relative;width:48px}.id-card-school-logo:after{background-color:#1e3a8a;border-radius:50%;content:"";height:36px;position:absolute;width:36px}.id-card-school-name-container{display:flex;flex-direction:column}.id-card-school-name{font-size:18px;font-weight:600;letter-spacing:1px;margin:0;text-transform:uppercase}.id-card-school-slogan{font-size:12px;margin:0;opacity:.8}.id-card-content{display:flex;flex:1 1;flex-direction:column;padding:20px}.id-card-photo-container{align-self:center;background:#f5f5f5;border:4px solid #fff;border-radius:6px;box-shadow:0 4px 12px #0000001f;height:110px;margin-bottom:16px;overflow:hidden;width:105px}.id-card-profile-image{height:100%;object-fit:cover;width:100%}.id-card-photo-placeholder{align-items:center;background-color:#eee;color:#999;display:flex;font-style:italic;height:100%;justify-content:center;width:100%}.id-card-details{align-items:center;display:flex;flex:1 1;flex-direction:column}.id-card-name{color:#1a202c;font-size:20px;font-weight:600;margin:0 0 8px;text-align:center}.id-card-badge{background-color:#e6f0ff;border:1px solid #d1e5ff;border-radius:16px;color:#2d3748;display:inline-block;font-size:14px;font-weight:500;margin-bottom:16px;padding:4px 12px}.id-card-info-container{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:20px;width:100%}.id-card-info-item{border-bottom:1px solid #edf2f7;display:flex;flex-direction:column;padding-bottom:6px}.id-card-info-label{color:#718096;font-size:11px;font-weight:600;letter-spacing:.5px;margin-bottom:2px;text-transform:uppercase}.id-card-info-value{color:#2d3748;font-size:14px;font-weight:500}.id-card-footer{margin-top:auto;padding:8px 0;text-align:center;width:100%}.id-card-valid{background-color:#f7fafc;border:1px solid #edf2f7;border-radius:12px;color:#718096;display:inline-block;font-size:12px;font-weight:500;padding:2px 12px;position:relative}.id-card-back{padding:0;text-align:center}.id-card-back-header{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;font-size:16px;padding:16px}.id-card-back-header h3{font-weight:600;letter-spacing:.5px;margin:0}.id-card-back-content{align-items:center;display:flex;flex-direction:column;height:100%;padding:24px 16px}.id-card-qr-code{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 10px #0000000d;margin-bottom:12px;padding:8px}.id-card-id-number{color:#4a5568;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:24px}.id-card-back-address{background-color:#f7fafc;border:1px solid #edf2f7;border-radius:8px;margin-bottom:4px;padding:10px 14px;text-align:left;width:100%}.id-card-back-address h4{color:#4a5568;font-size:14px;margin:0 0 6px}.id-card-back-address p{color:#718096;font-size:13px;line-height:1.4;margin:0}.id-card-back-notice{color:#718096;font-size:11px;line-height:1.5;margin-top:auto}.id-card-back-notice p{margin:2px 0}.id-card-back-school{color:#2d3748;font-size:12px;font-weight:600}.id-card-side-indicator{color:#718096;font-size:14px;font-weight:400;margin-left:8px}.generate-idCard-flip-btn{background-color:#4a5568;color:#fff}.generate-idCard-flip-btn:hover{background-color:#2d3748}@media (max-width:480px){.id-card{height:520px;width:320px}.id-card-photo-container{height:130px;width:110px}}.idcardview-container{margin:0 auto;max-width:1200px;padding:20px}.idcardview-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.idcardview-tabs{display:flex;gap:10px}.idcardview-tab{background-color:#f0f0f0;border:none;border-radius:5px;cursor:pointer;padding:8px 20px;transition:all .3s ease}.idcardview-tab.active{background-color:#007bff;color:#fff}.idcardview-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.idcardview-card{background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;transition:transform .3s ease}.idcardview-card:hover{transform:translateY(-5px)}.idcardview-image{display:block;height:auto;width:100%}.idcardview-actions{background-color:#f8f9fa;display:flex;gap:10px;justify-content:center;padding:10px}.idcardview-action-btn{align-items:center;background:none;border:none;border-radius:5px;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .3s ease}.idcardview-action-btn.download{color:#007bff}.idcardview-action-btn.download:hover{background-color:#e3f2fd}.idcardview-action-btn.delete{color:#dc3545}.idcardview-action-btn.delete:hover{background-color:#ffebee}.idcardview-empty{background-color:#f8f9fa;border-radius:8px;color:#666;font-size:1.1em;grid-column:1/-1;padding:40px;text-align:center}.idcardview-search{margin:20px 0;padding:0 20px}.idcardview-search-input{border:2px solid #e0e0e0;border-radius:8px;font-size:16px;max-width:500px;padding:12px 20px;transition:all .3s ease;width:100%}.idcardview-search-input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.idcardview-search-input::placeholder{color:#999}.idcardview-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}.idcardview-modal{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:400px;padding:24px;width:90%}.idcardview-modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.idcardview-modal-header h3{color:#333;margin:0}.idcardview-modal-close{background:none;border:none;border-radius:4px;color:#666;cursor:pointer;padding:4px}.idcardview-modal-close:hover{background-color:#f0f0f0}.idcardview-modal-content{margin-bottom:24px}.idcardview-modal-warning{color:#dc3545;font-size:.9em;margin-top:8px}.idcardview-modal-actions{display:flex;gap:12px;justify-content:flex-end}.idcardview-modal-btn{border:none;border-radius:4px;cursor:pointer;font-weight:500;padding:8px 16px;transition:all .3s ease}.idcardview-modal-btn.cancel{background-color:#f8f9fa;color:#333}.idcardview-modal-btn.cancel:hover{background-color:#e9ecef}.idcardview-modal-btn.delete{background-color:#dc3545;color:#fff}.idcardview-modal-btn.delete:hover{background-color:#c82333}.attendancetake-container{margin:0 auto;max-width:1200px;padding:20px}.attendancetake-header{margin-bottom:24px}.attendancetake-header h2{color:#333;font-weight:600;margin-bottom:16px}.attendancetake-tabs{display:flex;gap:12px;margin-bottom:20px}.attendancetake-tab{background-color:#f0f0f0;border:none;border-radius:6px;cursor:pointer;font-weight:500;padding:10px 20px;transition:all .3s ease}.attendancetake-tab.active{background-color:#007bff;box-shadow:0 2px 4px #007bff33;color:#fff}.attendancetake-tab:hover:not(.active){background-color:#e2e6ea}.attendancetake-usertype{display:flex;gap:12px;margin-bottom:24px}.attendancetake-usertype-btn{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:8px 16px;transition:all .3s ease}.attendancetake-usertype-btn.active{background-color:#e3f2fd;border-color:#007bff;color:#007bff;font-weight:500}.attendancetake-usertype-btn:hover:not(.active){background-color:#f8f9fa;border-color:#ccc}.attendancetake-scanner-container{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.attendancetake-scanner{background-color:#f8f9fa;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:20px;text-align:center}.attendancetake-viewport{box-shadow:0 4px 8px #0000001a;height:360px;margin:0 auto;max-width:640px;width:100%}.attendancetake-viewport video{height:100%;object-fit:cover;width:100%}.attendancetake-viewport canvas{left:0;position:absolute;top:0}.attendancetake-start-btn,.attendancetake-stop-btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-weight:500;gap:8px;justify-content:center;margin:0 auto;padding:12px 24px;transition:all .2s ease}.attendancetake-start-btn{background-color:#28a745;color:#fff}.attendancetake-start-btn:hover{background-color:#218838;box-shadow:0 2px 4px #0000001a}.attendancetake-stop-btn{background-color:#dc3545;color:#fff;margin-top:16px}.attendancetake-stop-btn:hover{background-color:#c82333;box-shadow:0 2px 4px #0000001a}.attendancetake-scanned-list{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;max-height:500px;overflow-y:auto;padding:20px}.attendancetake-scanned-list h3{border-bottom:1px solid #eee;color:#333;font-weight:500;margin-bottom:16px;padding-bottom:8px}.attendancetake-scanned-item{align-items:center;animation:fadeIn .3s ease-in;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:12px}.attendancetake-scanned-item:last-child{border-bottom:none}.attendancetake-time{color:#666;font-size:.9em}.attendancetake-no-scans{color:#666;padding:20px 0;text-align:center}.attendancetake-manual{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px}.attendancetake-search{align-items:center;background-color:#f8f9fa;border:1px solid #ddd;border-radius:6px;display:flex;gap:12px;margin-bottom:20px;padding:12px}.attendancetake-search input{background-color:initial;border:none;font-size:16px;outline:none;width:100%}.attendancetake-loading{color:#666;padding:20px;text-align:center}.attendancetake-users-list{grid-gap:12px;display:grid;gap:12px;max-height:500px;overflow-y:auto}.attendancetake-user-item{align-items:center;background-color:#fff;border:1px solid #eee;border-radius:6px;display:flex;justify-content:space-between;padding:12px;transition:all .3s ease}.attendancetake-user-item:hover{background-color:#f8f9fa;border-color:#ddd;box-shadow:0 2px 4px #0000000d;transform:translateY(-2px)}.attendancetake-user-info{display:flex;flex-direction:column}.attendancetake-name{color:#333;font-weight:500}.attendancetake-id{color:#666;font-size:.9em;margin-top:4px}.attendancetake-mark-btn{align-items:center;background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;gap:8px;padding:8px 16px;transition:all .3s ease}.attendancetake-mark-btn:hover{background-color:#218838;transform:translateY(-1px)}.attendancetake-no-users{color:#666;padding:40px 0;text-align:center}@media (max-width:768px){.attendancetake-scanner-container{grid-template-columns:1fr}.attendancetake-scanner{order:1}.attendancetake-scanned-list{order:2}.attendancetake-user-item{flex-direction:column;gap:12px;text-align:center}.attendancetake-mark-btn{justify-content:center;width:100%}}.attendancetake-btns-container{display:flex;gap:8px}.attendancetake-mark-btn.present{background-color:#28a745;color:#fff}.attendancetake-mark-btn.present:hover:not(:disabled){background-color:#218838}.attendancetake-mark-btn.absent{background-color:#dc3545;color:#fff}.attendancetake-mark-btn.absent:hover:not(:disabled){background-color:#c82333}.attendancetake-mark-btn:disabled{cursor:not-allowed;opacity:.6}.attendancetake-scanned-user{display:flex;flex-direction:column}.attendancetake-status{margin-top:2px}.attendancetake-status,.attendancetake-status-badge{align-items:center;display:flex;font-size:.85em;font-weight:500;gap:4px}.attendancetake-status-badge{margin-top:4px}.attendancetake-time{align-items:center;display:flex;gap:4px}@media (max-width:768px){.attendancetake-btns-container{flex-direction:row;width:100%}.attendancetake-mark-btn{flex:1 1}}.scanner-overlay{align-items:center;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:absolute;top:0;width:100%}.scanner-detector{border:2px dashed #ffffffb3;border-radius:8px;box-shadow:0 0 0 2000px #0000004d;display:none;height:60%;position:relative;transition:all .3s ease;width:70%}.scanner-corners{border:3px solid #fff;height:20px;position:absolute;width:20px}.scanner-corner-tl{border-bottom:none;border-right:none;left:-3px;top:-3px}.scanner-corner-tr{border-bottom:none;border-left:none;right:-3px;top:-3px}.scanner-corner-bl{border-right:none;border-top:none;bottom:-3px;left:-3px}.scanner-corner-br{border-left:none;border-top:none;bottom:-3px;right:-3px}.success-scan{animation:pulse .5s;border-color:#28a745;box-shadow:0 0 0 2000px #28a74533,0 0 20px #28a74599}#interactive canvas.drawingBuffer{left:0;position:absolute;top:0}.attendancetake-viewport{background-color:#f8f9fa;border:2px solid #3498db;border-radius:8px;overflow:hidden;position:relative}.attendancetake-viewport:after{border:2px solid #3498db80;border-radius:8px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.scanner-active-indicator{animation:pulse 1.5s infinite;background-color:#27ae60;border-radius:50%;box-shadow:0 0 10px #27ae60;height:10px;position:absolute;right:10px;top:10px;width:10px}.attendanceView-container{margin:0 auto;max-width:1200px;padding:20px}.attendanceView-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.attendanceView-header h2{color:#333;font-weight:600;margin:0}.attendanceView-month-selector{align-items:center;display:flex;font-size:1.1rem;font-weight:500;gap:12px}.attendanceView-month-nav{align-items:center;background:#f0f0f0;border:none;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.attendanceView-month-nav:hover{background:#e0e0e0}.attendanceView-usertype{display:flex;gap:12px;margin-bottom:24px}.attendanceView-usertype-btn{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:8px 16px;transition:all .3s ease}.attendanceView-usertype-btn.active{background-color:#e3f2fd;border-color:#007bff;color:#007bff;font-weight:500}.attendanceView-usertype-btn:hover:not(.active){background-color:#f8f9fa;border-color:#ccc}.attendanceView-search{align-items:center;background-color:#f8f9fa;border:1px solid #ddd;border-radius:6px;display:flex;gap:12px;margin-bottom:20px;padding:12px}.attendanceView-search input{background-color:initial;border:none;font-size:16px;outline:none;width:100%}.attendanceView-loading{color:#666;font-size:1.1rem;padding:20px;text-align:center}.attendanceView-users-list{display:flex;flex-direction:column;gap:16px}.attendanceView-user-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;transition:all .3s ease}.attendanceView-user-card:hover{box-shadow:0 4px 8px #0000001a}.attendanceView-user-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:16px}.attendanceView-user-info{display:flex;flex-direction:column}.attendanceView-name{color:#333;font-size:1.1rem;font-weight:600}.attendanceView-id{color:#666;font-size:.9rem;margin-top:4px}.attendanceView-user-stats{display:flex;gap:16px}.attendanceView-stat-item{align-items:center;display:flex;gap:6px}.attendanceView-stat-label{font-size:.9rem}.attendanceView-stat-value{font-size:1rem}.attendanceView-stat-value.present{color:#28a745}.attendanceView-stat-value.absent{color:#dc3545}.attendanceView-actions{display:flex;gap:8px}.attendanceView-view-btn{align-items:center;background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:6px;padding:8px 12px;transition:all .2s ease}.attendanceView-view-btn:hover{background-color:#0069d9}.attendanceView-calendar{max-height:0;overflow:hidden;transition:max-height .5s ease}.attendanceView-calendar.expanded{max-height:2000px;padding:16px}.attendanceView-calendar-header{align-items:center;color:#333;display:flex;font-weight:500;gap:8px;margin-bottom:12px}.attendanceView-calendar-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(7,1fr);margin-bottom:24px}.attendanceView-calendar-day{align-items:center;aspect-ratio:1;border:1px solid #eee;border-radius:50%;display:flex;flex-direction:column;font-size:.9rem;justify-content:center;position:relative}.attendanceView-calendar-day.present{background-color:#28a7451a;border-color:#28a745;color:#28a745}.attendanceView-calendar-day.absent{background-color:#dc35451a;border-color:#dc3545;color:#dc3545}.attendanceView-day-number{font-weight:500}.attendanceView-day-status{bottom:2px;position:absolute}.attendanceView-no-users{color:#666;font-size:1.1rem;padding:40px 0;text-align:center}.attendanceView-yearly-container{border-top:1px solid #eee;margin-top:24px;padding-top:20px}.attendanceView-yearly-title{color:#333;font-weight:600;margin-bottom:16px}.attendanceView-yearly-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.attendanceView-yearly-month{background-color:#f8f9fa;border:1px solid #eee;border-radius:8px;padding:16px}.attendanceView-month-name{color:#333;font-weight:600;margin-bottom:12px;margin-top:0}.attendanceView-month-stats{display:flex;justify-content:space-between;margin-bottom:12px}.attendanceView-stat{align-items:center;display:flex;flex-direction:column}.attendanceView-stat.present .attendanceView-stat-value{color:#28a745}.attendanceView-stat.absent .attendanceView-stat-value{color:#dc3545}.attendanceView-stat-value{font-size:1.2rem;font-weight:600}.attendanceView-stat-label{color:#666;font-size:.8rem}.attendanceView-percentage-bar{background-color:#e9ecef;border-radius:4px;height:24px;overflow:hidden;position:relative}.attendanceView-percentage-fill{background-color:#28a745;height:100%;transition:width .5s ease}.attendanceView-percentage-text{color:#333;font-size:.9rem;font-weight:500;left:50%;position:absolute;text-shadow:0 0 3px #ffffffb3;top:50%;transform:translate(-50%,-50%)}@media (max-width:768px){.attendanceView-user-header{align-items:flex-start;flex-direction:column;gap:12px}.attendanceView-user-stats{justify-content:space-between;width:100%}.attendanceView-actions{width:100%}.attendanceView-view-btn{justify-content:center;width:100%}.attendanceView-calendar-grid{grid-template-columns:repeat(7,1fr)}.attendanceView-yearly-grid{grid-template-columns:1fr}.attendanceView-header{align-items:flex-start;flex-direction:column;gap:12px}.attendanceView-month-selector{justify-content:space-between;width:100%}}.rutineCreate-container{margin:0 auto;padding:20px 0}.rutineCreate-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.rutineCreate-title-container{align-items:center;display:flex;gap:15px}.rutineCreate-title-icon{color:#3182ce;font-size:32px}.rutineCreate-title{color:#2c3e50;font-size:28px;font-weight:600;margin:0}.rutineCreate-controls{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.rutineCreate-select-container{min-width:250px;position:relative}.rutineCreate-select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232c3e50' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;border:1px solid #cbd5e0;border-radius:6px;color:#2d3748;cursor:pointer;font-size:16px;padding:12px 40px 12px 16px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.rutineCreate-select:focus{border-color:#3182ce;box-shadow:0 0 0 3px #3182ce33;outline:none}.rutineCreate-btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-size:15px;font-weight:500;gap:8px;justify-content:center;padding:10px 16px;transition:all .2s ease}.rutineCreate-btn:disabled{cursor:not-allowed;opacity:.6}.rutineCreate-btn-save{background-color:#3182ce;color:#fff}.rutineCreate-btn-save:hover:not(:disabled){background-color:#2c5282}.rutineCreate-btn-add{background-color:#38a169;color:#fff}.rutineCreate-btn-add:hover:not(:disabled){background-color:#2f855a}.rutineCreate-btn-edit{background-color:#4299e1;color:#fff}.rutineCreate-btn-edit:hover{background-color:#3182ce}.rutineCreate-btn-delete{background-color:#f56565;color:#fff}.rutineCreate-btn-delete:hover{background-color:#e53e3e}.rutineCreate-btn-success{background-color:#48bb78;color:#fff}.rutineCreate-btn-success:hover{background-color:#38a169}.rutineCreate-btn-cancel{background-color:#edf2f7;color:#4a5568}.rutineCreate-btn-cancel:hover{background-color:#e2e8f0}.rutineCreate-btn-sm{font-size:14px;padding:6px 10px}.rutineCreate-select-class-prompt{background-color:#f8fafc;border:2px dashed #cbd5e0;border-radius:12px;padding:60px 20px;text-align:center}.rutineCreate-prompt-icon{color:#a0aec0;font-size:48px;margin-bottom:20px}.rutineCreate-select-class-prompt h2{color:#2d3748;font-size:24px;margin-bottom:10px}.rutineCreate-select-class-prompt p{color:#718096;font-size:16px;margin:0 auto;max-width:500px}.rutineCreate-schedule-builder{margin-top:30px}.rutineCreate-days-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.rutineCreate-day-container{background-color:#f7fafc;border-radius:10px;box-shadow:0 2px 10px #0000000d;display:flex;flex-direction:column;height:100%;overflow:hidden}.rutineCreate-day-header{align-items:center;background-color:#edf2f7;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px}.rutineCreate-day-title{color:#2d3748;font-size:18px;font-weight:600;margin:0}.rutineCreate-empty-day{color:#a0aec0;font-style:italic;padding:40px 20px;text-align:center}.rutineCreate-periods-container{display:flex;flex:1 1;flex-direction:column;gap:12px;max-height:350px;overflow-y:auto;padding:12px}.rutineCreate-period-card{background-color:#fff;border-left:4px solid #3182ce;border-radius:8px;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;gap:10px;padding:16px;position:relative;transition:transform .2s,box-shadow .2s}.rutineCreate-period-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.rutineCreate-period-time{align-items:center;color:#4a5568;display:flex;font-size:14px;font-weight:500;gap:8px}.rutineCreate-time-icon{color:#3182ce}.rutineCreate-period-details{flex:1 1}.rutineCreate-subject-name{color:#2d3748;font-size:16px;margin:0 0 4px}.rutineCreate-teacher-name{color:#718096;font-size:14px;margin:0}.rutineCreate-period-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:8px}.rutineCreate-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.rutineCreate-modal{animation:rutineCreate-modal-appear .3s ease-out;background-color:#fff;border-radius:12px;box-shadow:0 10px 25px #0003;max-width:550px;width:90%}@keyframes rutineCreate-modal-appear{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.rutineCreate-modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:20px 24px}.rutineCreate-modal-title{color:#2d3748;font-size:20px;font-weight:600;margin:0}.rutineCreate-close-btn{align-items:center;background:#0000;border:none;color:#a0aec0;cursor:pointer;display:flex;font-size:18px;justify-content:center;padding:5px;transition:color .2s}.rutineCreate-close-btn:hover{color:#718096}.rutineCreate-modal-body{padding:24px}.rutineCreate-period-form{display:flex;flex-direction:column;gap:20px}.rutineCreate-form-group{display:flex;flex-direction:column;gap:8px}.rutineCreate-form-row{display:flex;gap:16px}.rutineCreate-form-group-half{flex:1 1}.rutineCreate-label{color:#4a5568;font-size:15px;font-weight:500}.rutineCreate-input{border:1px solid #cbd5e0;border-radius:6px;font-size:16px;padding:12px 16px;transition:border-color .2s,box-shadow .2s}.rutineCreate-input:focus{border-color:#3182ce;box-shadow:0 0 0 3px #3182ce33;outline:none}.rutineCreate-input::placeholder{color:#a0aec0}.rutineCreate-form-actions{display:flex;gap:12px;margin-top:10px}@media (max-width:768px){.rutineCreate-header{align-items:flex-start;flex-direction:column}.rutineCreate-controls{justify-content:space-between;width:100%}.rutineCreate-select-container{flex:1 1;min-width:auto}.rutineCreate-days-grid{grid-template-columns:1fr}.rutineCreate-form-row{flex-direction:column;gap:20px}.rutineCreate-form-actions{flex-direction:column}.rutineCreate-btn{width:100%}}@media (max-width:480px){.rutineCreate-container{padding:16px}.rutineCreate-controls{align-items:stretch;flex-direction:column}.rutineCreate-day-header{align-items:flex-start;flex-direction:column;gap:10px}.rutineCreate-modal{width:95%}.rutineCreate-modal-body,.rutineCreate-modal-header{padding:16px}.rutineCreate-period-actions,.rutineCreate-period-details,.rutineCreate-period-time{width:100%}.rutineCreate-period-actions{justify-content:flex-start}}.routine-container{margin:0 auto;padding:20px 0}.routine-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.routine-title-container{align-items:center;display:flex;gap:15px}.routine-title-icon{color:#3182ce;font-size:32px}.routine-title{color:#2c3e50;font-size:28px;font-weight:600;margin:0}.routine-search-container{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.routine-search-input-wrapper{min-width:250px;position:relative}.routine-search-icon{color:#718096;left:12px;position:absolute;top:50%;transform:translateY(-50%)}.routine-search-input{border:1px solid #cbd5e0;border-radius:6px;font-size:16px;padding:12px 12px 12px 40px;transition:all .2s;width:100%}.routine-search-input:focus{border-color:#3182ce;box-shadow:0 0 0 3px #3182ce33;outline:none}.routine-select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232c3e50' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;border:1px solid #cbd5e0;border-radius:6px;color:#2d3748;cursor:pointer;font-size:16px;min-width:250px;padding:12px 40px 12px 16px;transition:border-color .2s ease,box-shadow .2s ease}.routine-select:focus{border-color:#3182ce;box-shadow:0 0 0 3px #3182ce33;outline:none}.routine-classes-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:30px}.routine-class-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 4px 12px #0000000d;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s,box-shadow .2s}.routine-class-card:hover{box-shadow:0 10px 15px #0000001a;transform:translateY(-5px)}.routine-class-card-header{align-items:center;background-color:#f8fafc;border-bottom:1px solid #edf2f7;display:flex;gap:12px;padding:16px}.routine-class-icon{color:#3182ce;font-size:20px}.routine-class-card-header h3{color:#2d3748;font-size:18px;font-weight:600;margin:0}.routine-class-card-body{display:flex;flex:1 1;flex-direction:column;gap:12px;padding:16px}.routine-class-stat{align-items:center;display:flex;justify-content:space-between}.routine-stat-label{color:#718096;font-size:14px}.routine-stat-value{color:#2d3748;font-size:16px;font-weight:600}.routine-class-card-footer{border-top:1px solid #edf2f7;display:flex;justify-content:center;padding:12px 16px}.routine-view-btn{background-color:#ebf8ff;border:none;border-radius:4px;color:#3182ce;cursor:pointer;font-weight:500;padding:8px 16px;transition:all .2s;width:100%}.routine-view-btn:hover{background-color:#bee3f8}.routine-empty-state{background-color:#f8fafc;border:2px dashed #cbd5e0;border-radius:12px;grid-column:1/-1;padding:60px 20px;text-align:center}.routine-empty-icon{color:#a0aec0;font-size:48px;margin-bottom:20px}.routine-empty-state p{color:#718096;font-size:16px}.routine-schedule{margin-top:30px}.routine-schedule-header{margin-bottom:24px}.routine-schedule-header h2{align-items:center;color:#2d3748;display:flex;font-size:24px;gap:12px;margin:0}.routine-header-icon{color:#3182ce}.routine-days-container{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.routine-day-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 4px 12px #0000000d;overflow:hidden}.routine-day-header{align-items:center;background-color:#f0f9ff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px}.routine-day-header h3{color:#2d3748;font-size:18px;font-weight:600;margin:0}.routine-period-count{background-color:#e6fffa;border-radius:20px;color:#319795;font-size:12px;font-weight:500;padding:4px 10px}.routine-periods-list{max-height:350px;overflow-y:auto;padding:12px}.routine-period-item{background-color:#f8fafc;border-left:4px solid #3182ce;border-radius:8px;margin-bottom:10px;padding:14px;transition:transform .2s}.routine-period-item:hover{transform:translateX(5px)}.routine-period-item:last-child{margin-bottom:0}.routine-period-time{align-items:center;color:#4a5568;display:flex;font-size:14px;gap:8px;margin-bottom:8px}.routine-time-icon{color:#3182ce}.routine-period-info{margin-left:24px}.routine-subject{color:#2d3748;font-size:16px;margin:0 0 4px}.routine-teacher{align-items:center;color:#718096;display:flex;font-size:14px;gap:8px;margin:0}.routine-teacher-icon{color:#4a5568;font-size:12px}.routine-no-periods{color:#a0aec0;font-style:italic;padding:30px 20px;text-align:center}.routine-back-btn{align-items:center;background-color:#edf2f7;border:none;border-radius:6px;color:#4a5568;cursor:pointer;display:inline-flex;font-size:16px;margin-top:30px;padding:10px 20px;transition:all .2s}.routine-back-btn:hover{background-color:#e2e8f0}@media (max-width:768px){.routine-header{align-items:flex-start;flex-direction:column}.routine-search-container{align-items:stretch;flex-direction:column;width:100%}.routine-search-input-wrapper,.routine-select{min-width:100%}.routine-days-container{grid-template-columns:1fr}.routine-schedule-header h2{font-size:20px}}@media (max-width:480px){.routine-container{padding:16px}.routine-class-card-header{align-items:flex-start;flex-direction:column;gap:8px}.routine-period-item{padding:12px}.routine-period-info{margin-left:0}}.issuereturn-container{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:16px;width:100%}.issuereturn-header{margin-bottom:20px}.issuereturn-header h2{color:#333;font-size:1.6rem;font-weight:600;margin-bottom:8px}.issuereturn-header p{color:#666;font-size:.95rem}.issuereturn-filters{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;width:100%}.issuereturn-search{align-items:center;background-color:#f8f9fa;border:1px solid #ddd;border-radius:8px;display:flex;gap:12px;padding:10px 16px;width:100%}.issuereturn-search input{background-color:initial;border:none;font-size:16px;outline:none;width:100%}.issuereturn-filter-group{display:flex;flex-wrap:wrap;gap:12px;width:100%}.issuereturn-filter{align-items:center;display:flex;flex:1 1;gap:8px;min-width:140px}.issuereturn-filter label{align-items:center;color:#555;display:flex;font-size:.9rem;font-weight:500;gap:4px;white-space:nowrap}.issuereturn-filter select{background-color:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:.9rem;padding:8px 12px;width:100%}.issuereturn-filter select:focus{border-color:#3498db;box-shadow:0 0 0 2px #3498db33;outline:none}.issuereturn-stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:24px;width:100%}.issuereturn-stat-card{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #00000014;display:flex;padding:16px;transition:transform .2s ease,box-shadow .2s ease}.issuereturn-stat-card:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.issuereturn-stat-icon{align-items:center;border-radius:10px;display:flex;height:40px;justify-content:center;margin-right:12px;min-width:40px}.issuereturn-icon-issued{background-color:#2ecc7126;color:#2ecc71}.issuereturn-icon-returned{background-color:#3498db26;color:#3498db}.issuereturn-icon-overdue{background-color:#f39c1226;color:#f39c12}.issuereturn-icon-fine{background-color:#e74c3c26;color:#e74c3c}.issuereturn-stat-content h3{color:#333;font-size:1.3rem;font-weight:600;margin:0 0 4px}.issuereturn-stat-content p{color:#666;font-size:.85rem;margin:0}.issuereturn-table-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:32px;overflow-x:auto;width:100%}.issuereturn-table{border-collapse:collapse;min-width:800px;width:100%}.issuereturn-table td,.issuereturn-table th{border-bottom:1px solid #eee;font-size:.9rem;padding:12px 16px;text-align:left}.issuereturn-table th{background-color:#f8f9fa;color:#333;font-weight:600;position:sticky;top:0;z-index:1}.issuereturn-table tbody tr:last-child td{border-bottom:none}.issuereturn-table tbody tr:hover{background-color:#f8f9fa}.issuereturn-student-name{color:#3498db;cursor:pointer;font-weight:500}.issuereturn-student-name:hover{text-decoration:underline}.issuereturn-book-title{color:#333;font-weight:500}.issuereturn-status{align-items:center;border-radius:4px;display:inline-flex;font-size:.85rem;font-weight:500;gap:4px;padding:4px 8px}.issuereturn-status-issued{background-color:#2ecc7126;color:#27ae60}.issuereturn-status-returned{background-color:#3498db26;color:#2980b9}.issuereturn-status-overdue{background-color:#e74c3c26;color:#c0392b}.issuereturn-status-lost{background-color:#0000001a;color:#333}.issuereturn-days-remaining{font-size:.8rem;opacity:.8}.issuereturn-fine-amount{color:#e74c3c;font-weight:500}.issuereturn-action-btn{background-color:#f0f0f0;border:none;border-radius:4px;color:#333;cursor:pointer;font-size:.85rem;padding:6px 12px;transition:all .2s ease;white-space:nowrap}.issuereturn-action-btn:hover{background-color:#e0e0e0}.issuereturn-loading{background-color:#f8f9fa;padding:40px 0}.issuereturn-loading,.issuereturn-no-data{align-items:center;border-radius:8px;color:#666;display:flex;flex-direction:column;justify-content:center;width:100%}.issuereturn-no-data{background-color:#fff;box-shadow:0 2px 8px #00000014;padding:40px 16px;text-align:center}.issuereturn-no-data h3{color:#333;margin:16px 0 8px}.issuereturn-no-data p{margin:0;max-width:400px}.issuereturn-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:16px;position:fixed;right:0;top:0;z-index:1000}.issuereturn-modal{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;max-height:90vh;max-width:700px;width:95%}.issuereturn-modal-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:16px 20px}.issuereturn-modal-header h3{color:#333;font-size:1.2rem;font-weight:600;margin:0}.issuereturn-modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#888;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;transition:all .2s ease;width:32px}.issuereturn-modal-close:hover{background-color:#f0f0f0;color:#333}.issuereturn-modal-body{overflow-y:auto;padding:20px}.issuereturn-student-info{border-bottom:1px solid #eee;margin-bottom:20px;padding-bottom:16px}.issuereturn-student-info h4{color:#333;font-size:1.2rem;margin:0 0 8px}.issuereturn-student-info p{color:#666;font-size:.9rem;margin:4px 0}.issuereturn-student-books,.issuereturn-student-history{margin-bottom:24px}.issuereturn-student-books h5,.issuereturn-student-history h5{border-bottom:1px solid #eee;color:#333;font-size:1.1rem;margin:0 0 16px;padding-bottom:8px}.issuereturn-modal-table{border-collapse:collapse;margin-bottom:16px;width:100%}.issuereturn-modal-table-container{margin-bottom:16px;overflow-x:auto;width:100%}.issuereturn-modal-table td,.issuereturn-modal-table th{border-bottom:1px solid #eee;font-size:.9rem;padding:10px 12px;text-align:left;white-space:nowrap}.issuereturn-modal-table th{background-color:#f8f9fa;color:#333;font-weight:600;position:sticky;top:0}.issuereturn-no-books{background-color:#f8f9fa;border-radius:6px;color:#666;padding:16px;text-align:center}.issuereturn-modal-footer{border-top:1px solid #eee;display:flex;justify-content:flex-end;padding:16px 20px}.issuereturn-modal-btn{background-color:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:8px 16px;transition:all .2s ease}.issuereturn-modal-btn:hover{background-color:#2980b9}@keyframes issuereturn-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes issuereturn-slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.issuereturn-container{padding:20px}.issuereturn-header h2{font-size:1.8rem}.issuereturn-filters{align-items:center;flex-direction:row;justify-content:space-between}.issuereturn-search{flex:1 1;max-width:50%;width:auto}.issuereturn-filter-group{justify-content:flex-end;width:auto}.issuereturn-filter{flex:0 1 auto}.issuereturn-modal{width:90%}.issuereturn-modal-header{padding:20px 24px}.issuereturn-modal-body{padding:24px}}.ExamSchedule-container{background-color:#f8fafc;border-radius:12px;box-shadow:0 4px 12px #0000000d;color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;margin:0 auto;max-width:1400px;padding:24px}.ExamSchedule-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:32px;padding-bottom:20px}.ExamSchedule-title-container{align-items:center;display:flex;gap:12px}.ExamSchedule-title-icon{color:#4f46e5;font-size:32px}.ExamSchedule-title{color:#1e293b;font-size:28px;font-weight:700;margin:0}.ExamSchedule-stats{display:flex;flex-wrap:wrap;gap:20px}.ExamSchedule-stat-box{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #00000008;display:flex;gap:16px;min-width:180px;padding:16px 20px;transition:transform .2s,box-shadow .2s}.ExamSchedule-stat-box:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.ExamSchedule-stat-icon{align-items:center;border-radius:10px;color:#fff;display:flex;font-size:20px;height:44px;justify-content:center;width:44px}.ExamSchedule-stat-icon-total{background-color:#4f46e5}.ExamSchedule-stat-icon-upcoming{background-color:#10b981}.ExamSchedule-stat-icon-results{background-color:#f59e0b}.ExamSchedule-stat-info{display:flex;flex-direction:column}.ExamSchedule-stat-number{color:#1e293b;font-size:24px;font-weight:700}.ExamSchedule-stat-label{color:#64748b;font-size:14px}.ExamSchedule-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:10px 16px;transition:all .2s ease}.ExamSchedule-btn-create{background-color:#4f46e5;color:#fff}.ExamSchedule-btn-create:hover{background-color:#4338ca;box-shadow:0 4px 12px #4f46e533}.ExamSchedule-btn-primary{background-color:#4f46e5;color:#fff}.ExamSchedule-btn-primary:hover{background-color:#4338ca;box-shadow:0 4px 12px #4f46e533}.ExamSchedule-btn-secondary{background-color:#f1f5f9;color:#334155}.ExamSchedule-btn-secondary:hover{background-color:#e2e8f0}.ExamSchedule-filters{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:24px}.ExamSchedule-search-container{flex-grow:1;position:relative}.ExamSchedule-search-icon{color:#64748b;font-size:16px;left:16px;position:absolute;top:50%;transform:translateY(-50%)}.ExamSchedule-search-input{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#334155;font-size:14px;padding:12px 16px 12px 44px;transition:border-color .2s,box-shadow .2s;width:100%}.ExamSchedule-search-input:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e533;outline:none}.ExamSchedule-search-clear{align-items:center;background:none;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;font-size:14px;justify-content:center;padding:4px;position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:background-color .2s}.ExamSchedule-search-clear:hover{background-color:#f1f5f9}.ExamSchedule-filter-options{align-items:center;display:flex;gap:8px;position:relative}.ExamSchedule-filter-icon-container{align-items:center;background-color:#f1f5f9;border-radius:8px;color:#64748b;display:flex;justify-content:center;padding:8px}.ExamSchedule-filter-select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2364748b' width='18' height='18'%3E%3Cpath d='m7 10 5 5 5-5H7z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1px solid #e2e8f0;border-radius:8px;color:#334155;cursor:pointer;font-size:14px;min-width:180px;padding:12px 40px 12px 16px;transition:border-color .2s,box-shadow .2s}.ExamSchedule-filter-select:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e533;outline:none}.ExamSchedule-list-container{min-height:300px;position:relative}.ExamSchedule-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));margin-top:24px}.ExamSchedule-empty-state{align-items:center;background-color:#fff;border:1px dashed #e2e8f0;border-radius:12px;color:#64748b;display:flex;flex-direction:column;justify-content:center;padding:64px 24px;text-align:center}.ExamSchedule-empty-icon{color:#94a3b8;font-size:48px;margin-bottom:24px}.ExamSchedule-empty-state h3{color:#334155;font-size:20px;font-weight:600;margin:0 0 12px}.ExamSchedule-empty-state p{font-size:14px;margin:0 0 24px;max-width:400px}.ExamSchedule-card{background-color:#fff;border-radius:12px;border-top:4px solid #4f46e5;box-shadow:0 2px 10px #0000000a;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s,box-shadow .2s}.ExamSchedule-card:hover{box-shadow:0 12px 24px #00000014;transform:translateY(-4px)}.ExamSchedule-card-regular{border-top-color:#4f46e5}.ExamSchedule-card-unit{border-top-color:#06b6d4}.ExamSchedule-card-quarterly{border-top-color:#f59e0b}.ExamSchedule-card-final{border-top-color:#ef4444}.ExamSchedule-card-header{border-bottom:1px solid #f1f5f9;padding:16px 20px;position:relative}.ExamSchedule-card-badge{border-radius:16px;font-size:12px;font-weight:600;padding:4px 12px;position:absolute;right:20px;top:16px}.ExamSchedule-badge-upcoming{background-color:#dbeafe;color:#1d4ed8}.ExamSchedule-badge-completed{background-color:#dcfce7;color:#15803d}.ExamSchedule-card-type-badge{background-color:#f1f5f9;border-radius:16px;color:#475569;display:inline-block;font-size:12px;font-weight:600;margin-bottom:10px;padding:4px 12px}.ExamSchedule-card-title{color:#1e293b;font-size:18px;font-weight:600;margin:0;padding-right:80px}.ExamSchedule-card-body{flex-grow:1;padding:16px 20px}.ExamSchedule-card-detail-row{display:flex;justify-content:space-between;margin-bottom:12px}.ExamSchedule-card-detail{display:flex;flex-direction:column;gap:2px}.ExamSchedule-card-label{color:#64748b;font-size:12px;font-weight:500}.ExamSchedule-card-value{color:#334155;font-size:14px;font-weight:500}.ExamSchedule-card-description{margin-top:16px}.ExamSchedule-card-description-text{color:#475569;font-size:14px;line-height:1.5;margin-top:4px}.ExamSchedule-card-footer{border-top:1px solid #f1f5f9;justify-content:space-between;padding:16px 20px}.ExamSchedule-card-footer,.ExamSchedule-card-results-status{align-items:center;display:flex}.ExamSchedule-card-results-badge{border-radius:16px;font-size:12px;font-weight:600;padding:4px 12px}.ExamSchedule-results-uploaded{background-color:#dcfce7;color:#15803d}.ExamSchedule-results-pending{background-color:#fff7ed;color:#c2410c}.ExamSchedule-card-actions{display:flex;gap:8px}.ExamSchedule-card-btn{align-items:center;background-color:#f8fafc;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .2s ease}.ExamSchedule-card-btn:hover{background-color:#f1f5f9}.ExamSchedule-card-btn-edit:hover{color:#4f46e5}.ExamSchedule-card-btn-delete:hover{color:#ef4444}.ExamSchedule-card-btn-upload{background-color:#4f46e5;color:#fff;font-size:12px;font-weight:600;padding:6px 12px}.ExamSchedule-card-btn-upload:hover{background-color:#4338ca}.ExamSchedule-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0f172ab3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.ExamSchedule-modal{animation:modalFadeIn .3s ease-out;background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;max-height:90vh;max-width:700px;overflow-y:auto;width:100%}.ExamSchedule-modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:20px 24px}.ExamSchedule-modal-title{color:#1e293b;font-size:20px;font-weight:600;margin:0}.ExamSchedule-modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;height:32px;justify-content:center;transition:background-color .2s;width:32px}.ExamSchedule-modal-close:hover{background-color:#f1f5f9;color:#334155}.ExamSchedule-form{padding:24px}.ExamSchedule-form-row{display:flex;gap:20px;margin-bottom:20px}.ExamSchedule-form-group{display:flex;flex:1 1;flex-direction:column;gap:8px}.ExamSchedule-form-label{color:#334155;font-size:14px;font-weight:500}.ExamSchedule-form-input,.ExamSchedule-form-select,.ExamSchedule-form-textarea{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#334155;font-size:14px;padding:10px 16px;transition:border-color .2s,box-shadow .2s}.ExamSchedule-form-textarea{min-height:120px;resize:vertical}.ExamSchedule-form-input:focus,.ExamSchedule-form-select:focus,.ExamSchedule-form-textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e533;outline:none}.ExamSchedule-form-actions{border-top:1px solid #e2e8f0;display:flex;gap:16px;justify-content:flex-end;margin-top:24px;padding-top:24px}.ExamSchedule-results-modal{max-width:600px}.ExamSchedule-result-info{background-color:#f8fafc;border-radius:8px;margin-bottom:24px;padding:16px}.ExamSchedule-result-info-item{display:flex;margin-bottom:8px}.ExamSchedule-result-info-item:last-child{margin-bottom:0}.ExamSchedule-result-info-label{color:#64748b;font-size:14px;font-weight:500;min-width:120px}.ExamSchedule-result-info-value{color:#1e293b;font-size:14px;font-weight:500}.ExamSchedule-upload-section{display:flex;gap:24px;margin-bottom:24px}.ExamSchedule-upload-instructions{flex:1 1}.ExamSchedule-upload-instructions h4{color:#334155;font-size:16px;font-weight:600;margin:0 0 12px}.ExamSchedule-upload-instructions ul{margin:0 0 16px;padding-left:20px}.ExamSchedule-upload-instructions li{color:#475569;font-size:14px;margin-bottom:6px}.ExamSchedule-template-download{margin-top:16px}.ExamSchedule-link{align-items:center;color:#4f46e5;display:inline-flex;font-size:14px;font-weight:500;gap:8px;text-decoration:none;transition:color .2s}.ExamSchedule-link:hover{color:#4338ca;text-decoration:underline}.ExamSchedule-file-drop{flex:1 1;position:relative}.ExamSchedule-file-input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:2}.ExamSchedule-file-label{align-items:center;background-color:#f8fafc;border:2px dashed #cbd5e1;border-radius:8px;color:#64748b;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:160px;padding:32px 24px;text-align:center;transition:border-color .2s,background-color .2s}.ExamSchedule-file-label:hover{background-color:#f1f5fe;border-color:#4f46e5}.ExamSchedule-file-icon{color:#64748b;font-size:32px;margin-bottom:16px}.ExamSchedule-file-hint{font-size:12px;margin-top:8px}.ExamSchedule-file-success{align-items:center;color:#15803d;display:flex;flex-direction:column;justify-content:center}.ExamSchedule-file-success .ExamSchedule-file-icon{color:#15803d}@media (max-width:768px){.ExamSchedule-header{align-items:flex-start;flex-direction:column}.ExamSchedule-stats{justify-content:space-between;width:100%}.ExamSchedule-stat-box{min-width:140px}.ExamSchedule-btn-create{width:100%}.ExamSchedule-filters{flex-direction:column}.ExamSchedule-grid{grid-template-columns:1fr}.ExamSchedule-form-row{flex-direction:column;gap:16px}.ExamSchedule-upload-section{flex-direction:column}}.ExamSchedule-btn-danger{background-color:#ef4444;color:#fff}.ExamSchedule-btn-danger:hover{background-color:#dc2626;box-shadow:0 4px 12px #ef444433}.ExamSchedule-delete-warning{padding:20px 0;text-align:center}.ExamSchedule-delete-warning p{color:#334155;margin:8px 0}.ExamSchedule-delete-warning p:first-child{font-size:16px;font-weight:500}.ExamSchedule-delete-modal{max-width:500px}.grade-container{background-color:#f5f7fb;font-family:Roboto,sans-serif;min-height:100vh;padding:20px}.grade-header{display:flex;flex-direction:column;gap:20px;margin-bottom:25px}.grade-title-container{align-items:center;display:flex;gap:15px}.grade-title-icon{color:#4a6cf7;font-size:2.5rem}.grade-title{color:#333;font-size:2rem;font-weight:600;margin:0}.grade-stats{display:flex;flex-wrap:wrap;gap:20px}.grade-stat-box{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;display:flex;flex:1 1;min-width:200px;padding:20px;transition:transform .2s,box-shadow .2s}.grade-stat-box:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-5px)}.grade-stat-icon{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:50px;justify-content:center;margin-right:15px;width:50px}.grade-stat-icon-total{background-color:#4a6cf7}.grade-stat-icon-passed{background-color:#3ecf8e}.grade-stat-icon-failed{background-color:#f64e60}.grade-stat-icon-average{background-color:orange}.grade-stat-info{display:flex;flex-direction:column}.grade-stat-number{color:#333;font-size:1.8rem;font-weight:700}.grade-stat-label{color:#777;font-size:.9rem;margin-top:5px}.grade-actions{display:flex;flex-wrap:wrap;gap:15px;margin-top:10px}.grade-btn,.grade-view-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:8px;padding:10px 15px;transition:all .2s}.grade-view-btn{background-color:#f0f3ff;color:#4a6cf7}.grade-btn,.grade-view-btn.grade-active{background-color:#4a6cf7;color:#fff}.grade-btn-export{background-color:#6c757d}.grade-btn-print{background-color:#28a745}.grade-btn-info{background-color:#17a2b8}.grade-btn-clear-filters{background-color:#dc3545}.grade-btn-primary{background-color:#4a6cf7}.grade-btn:hover,.grade-view-btn:hover{opacity:.9;transform:translateY(-2px)}.grade-filters{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin-bottom:25px;padding:20px}.grade-filter-row{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px}.grade-filter-group{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:200px}.grade-filter-label{color:#666;font-size:.9rem;font-weight:500}.grade-filter-select{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;color:#333;font-size:1rem;padding:10px 15px;transition:border-color .2s}.grade-filter-select:focus{border-color:#4a6cf7;outline:none}.grade-filter-select:disabled{background-color:#f1f1f1;cursor:not-allowed;opacity:.7}.grade-search-container{align-items:center;display:flex;position:relative}.grade-search-icon{color:#777;font-size:1rem;left:15px;position:absolute}.grade-search-input{border:1px solid #ddd;border-radius:8px;color:#333;flex:1 1;font-size:1rem;padding:12px 15px 12px 45px;transition:border-color .2s}.grade-search-input:focus{border-color:#4a6cf7;outline:none}.grade-search-clear{align-items:center;background:none;border:none;color:#777;cursor:pointer;display:flex;font-size:1rem;justify-content:center;padding:0;position:absolute;right:130px}.grade-btn-clear-filters{margin-left:15px}.grade-loading{align-items:center;color:#666;display:flex;flex-direction:column;justify-content:center;padding:50px 0}.grade-content{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;padding:25px}.grade-exam-info{background-color:#f8faff;border-left:5px solid #4a6cf7;border-radius:10px;margin-bottom:25px;padding:20px}.grade-exam-title{color:#333;font-size:1.5rem;font-weight:600;margin:0 0 15px}.grade-exam-details{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:15px}.grade-exam-details span{align-items:center;color:#666;display:flex;font-size:.95rem;gap:5px}.grade-select-prompt{align-items:center;color:#666;display:flex;flex-direction:column;justify-content:center;padding:50px 20px;text-align:center}.grade-prompt-icon{color:#4a6cf7;font-size:3rem;margin-bottom:20px}.grade-select-prompt h2{color:#333;font-size:1.8rem;margin-bottom:15px}.grade-select-prompt p{color:#777;line-height:1.6;max-width:600px}.grade-table-container{margin-top:20px;overflow-x:auto}.grade-table{border-collapse:initial;border-spacing:0;width:100%}.grade-table th{background-color:#f8faff;border-bottom:2px solid #eee;color:#444;cursor:pointer;font-weight:600;padding:15px 20px;position:sticky;text-align:left;top:0;transition:background-color .2s}.grade-table th:hover{background-color:#e9efff}.grade-table td{border-bottom:1px solid #eee;color:#555;padding:15px 20px}.grade-row-pass{background-color:#f7fffa}.grade-row-fail{background-color:#fff7f7}.grade-row-pass:hover{background-color:#eaffef}.grade-row-fail:hover{background-color:#ffeded}.grade-color-a-plus{color:#2ecc71;font-weight:700}.grade-color-a{color:#27ae60;font-weight:700}.grade-color-b-plus{color:#3498db;font-weight:700}.grade-color-b{color:#2980b9;font-weight:700}.grade-color-c-plus{color:#f39c12;font-weight:700}.grade-color-c{color:#e67e22;font-weight:700}.grade-color-d{color:#e74c3c;font-weight:700}.grade-color-f{color:#c0392b;font-weight:700}.grade-result-badge{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:600;padding:5px 12px}.grade-result-pass{background-color:#d4f7e6;color:#0d6832}.grade-result-fail{background-color:#fde2e2;color:#8c0000}.grade-text-pass{color:#0d6832;font-weight:600}.grade-text-fail{color:#8c0000;font-weight:600}.grade-text-high{color:#2ecc71;font-weight:600}.grade-card-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:20px}.grade-result-card{background-color:#fff;border-radius:12px;box-shadow:0 5px 15px #00000014;overflow:hidden;transition:transform .3s,box-shadow .3s}.grade-result-card:hover{box-shadow:0 10px 20px #0000001f;transform:translateY(-5px)}.grade-card-pass{border-top:5px solid #2ecc71}.grade-card-fail{border-top:5px solid #e74c3c}.grade-card-student-info{border-bottom:1px solid #eee;padding:20px}.grade-card-student-name{color:#333;font-size:1.2rem;margin:0 0 5px}.grade-card-student-id{color:#777;font-size:.9rem;margin:0}.grade-card-result{align-items:center;background-color:#fafafa;display:flex;justify-content:space-between;padding:20px}.grade-card-grade{font-size:2.2rem;font-weight:800}.grade-card-marks{text-align:right}.grade-card-marks-value{color:#333;font-size:1.8rem;font-weight:700}.grade-card-marks-total{color:#777;font-size:1.2rem}.grade-card-details{padding:20px}.grade-card-detail{display:flex;justify-content:space-between;margin-bottom:10px}.grade-card-detail:last-child{margin-bottom:0}.grade-card-detail-label{color:#777}.grade-card-detail-value{color:#333;font-weight:600}.grade-no-results{color:#777;padding:40px 20px;text-align:center}.grade-no-results h3{color:#555;font-size:1.5rem;margin-bottom:10px}.grade-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}.grade-modal{border-radius:12px;box-shadow:0 10px 30px #0003;flex-direction:column;max-height:90vh;max-width:800px;overflow-y:auto;width:90%}.grade-modal,.grade-modal-header{background-color:#fff;display:flex}.grade-modal-header{align-items:center;border-bottom:1px solid #eee;justify-content:space-between;padding:20px;position:sticky;top:0;z-index:5}.grade-modal-title{color:#333;font-size:1.5rem;font-weight:600;margin:0}.grade-modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#777;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;padding:5px;transition:background-color .2s}.grade-modal-close:hover{background-color:#f1f1f1;color:#333}.grade-modal-content{flex:1 1;padding:20px}.grade-modal-footer{background-color:#fff;border-top:1px solid #eee;bottom:0;display:flex;justify-content:flex-end;padding:20px;position:sticky}.grade-exam-detail-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:25px}.grade-exam-detail-item{display:flex;flex-direction:column;gap:5px}.grade-exam-detail-label{color:#777;font-size:.85rem}.grade-exam-detail-value{color:#333;font-size:1rem;font-weight:500}.grade-exam-description{background-color:#f8faff;border-radius:8px;margin-bottom:25px;padding:15px}.grade-exam-description-title{color:#333;font-size:1.1rem;margin:0 0 10px}.grade-exam-description-text{color:#666;line-height:1.6;margin:0}.grade-exam-stats-detail{background-color:#f8faff;border-radius:8px;padding:15px}.grade-exam-stats-title{color:#333;font-size:1.1rem;margin:0 0 15px}.grade-exam-stats-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.grade-exam-stat-item{display:flex;flex-direction:column;gap:5px}.grade-exam-stat-label{color:#777;font-size:.85rem}.grade-exam-stat-value{color:#333;font-size:1.1rem;font-weight:600}@media print{.grade-container{background-color:#fff;padding:0}.grade-actions,.grade-btn,.grade-filters,.grade-header,.grade-view-btn{display:none!important}.grade-content{box-shadow:none;padding:0}.grade-table{width:100%}.grade-table td,.grade-table th{padding:10px}}@media (max-width:992px){.grade-stats{gap:15px}.grade-filter-group,.grade-stat-box{min-width:160px}}@media (max-width:768px){.grade-title{font-size:1.6rem}.grade-title-icon{font-size:2rem}.grade-stat-box{min-width:130px;padding:15px}.grade-stat-icon{font-size:1.2rem;height:40px;width:40px}.grade-stat-number{font-size:1.5rem}.grade-filter-group{flex:1 1 100%}.grade-search-container{align-items:stretch;flex-direction:column;gap:10px}.grade-search-clear{right:15px}.grade-btn-clear-filters{margin-left:0;width:100%}.grade-card-grid{grid-template-columns:1fr}.grade-exam-detail-grid,.grade-exam-stats-grid{grid-template-columns:1fr 1fr}}@media (max-width:576px){.grade-actions{align-items:stretch;flex-direction:column}.grade-btn,.grade-view-btn{justify-content:center}.grade-exam-details{flex-direction:column;gap:10px}.grade-exam-detail-grid,.grade-exam-stats-grid{grid-template-columns:1fr}}.noticeadd-container{background-color:#f8f9fa;font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0 auto;max-width:1600px;min-height:100vh;padding:2rem;width:100%}.noticeadd-header{border-bottom:1px solid #dee2e6;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem}.noticeadd-title-container{align-items:center;display:flex;gap:1rem}.noticeadd-title-icon{color:#4a6bff;font-size:2rem}.noticeadd-title{color:#343a40;font-size:1.8rem;font-weight:700;margin:0}.noticeadd-stats{display:flex;flex-wrap:wrap;gap:1rem}.noticeadd-stat-box{align-items:center;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;display:flex;flex:1 1;gap:1rem;min-width:220px;padding:1.25rem;transition:all .3s ease}.noticeadd-stat-box:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-3px)}.noticeadd-stat-icon{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:1.4rem;height:50px;justify-content:center;width:50px}.noticeadd-stat-icon-total{background-color:#4a6bff}.noticeadd-stat-icon-active{background-color:#28a745}.noticeadd-stat-icon-scheduled{background-color:#17a2b8}.noticeadd-stat-icon-expired{background-color:#6c757d}.noticeadd-stat-info{display:flex;flex-direction:column}.noticeadd-stat-number{color:#343a40;font-size:1.6rem;font-weight:700}.noticeadd-stat-label{color:#6c757d;font-size:.9rem}.noticeadd-actions{display:flex;justify-content:flex-end}.noticeadd-btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;padding:.6rem 1.2rem;transition:all .3s ease}.noticeadd-btn-primary{background-color:#4a6bff;color:#fff}.noticeadd-btn-primary:hover{background-color:#3851cc}.noticeadd-btn-secondary{background-color:#6c757d;color:#fff}.noticeadd-btn-secondary:hover{background-color:#5a6268}.noticeadd-btn-danger{background-color:#dc3545}.noticeadd-btn-danger:hover{background-color:#bd2130}.noticeadd-btn-clear-filters{background-color:#e9ecef;color:#495057;font-size:12px;margin:0 20px}.noticeadd-btn-clear-filters:hover{background-color:#dee2e6}.noticeadd-filters{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:1.5rem}.noticeadd-filter-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.noticeadd-filter-group{flex:1 1;min-width:240px}.noticeadd-filter-label{color:#495057;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.noticeadd-filter-select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid #dee2e6;border-radius:.5rem;color:#495057;cursor:pointer;font-size:.95rem;padding:.7rem 1rem;transition:all .3s ease;width:100%}.noticeadd-filter-select:focus{border-color:#4a6bff;box-shadow:0 0 0 3px #4a6bff40;outline:none}.noticeadd-search-container{align-items:center;display:flex;position:relative}.noticeadd-search-icon{color:#adb5bd;left:1rem;position:absolute}.noticeadd-search-input{border:1px solid #dee2e6;border-radius:.5rem;color:#495057;font-size:.95rem;padding:.7rem 1rem .7rem 2.5rem;transition:all .3s ease;width:100%}.noticeadd-search-input:focus{border-color:#4a6bff;box-shadow:0 0 0 3px #4a6bff40;outline:none}.noticeadd-search-clear{background:#0000;border:none;color:#adb5bd;cursor:pointer;padding:.5rem;position:absolute;right:150px;transition:all .3s ease}.noticeadd-search-clear:hover{color:#495057}.noticeadd-content{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;min-height:400px;padding:1.5rem}.noticeadd-loading{align-items:center;display:flex;flex-direction:column;gap:1rem;height:300px;justify-content:center}.noticeadd-loading p{color:#6c757d;font-size:1rem}.noticeadd-empty{align-items:center;display:flex;flex-direction:column;height:300px;justify-content:center;padding:2rem;text-align:center}.noticeadd-empty-icon{color:#ced4da;font-size:3rem;margin-bottom:1rem}.noticeadd-empty h2{color:#6c757d;margin-bottom:.5rem}.noticeadd-empty p{color:#adb5bd;max-width:400px}.noticeadd-no-results{align-items:center;display:flex;flex-direction:column;height:200px;justify-content:center;text-align:center}.noticeadd-no-results h3{color:#6c757d;margin-bottom:.5rem}.noticeadd-no-results p{color:#adb5bd;margin-bottom:1rem}.noticeadd-table-container{margin-bottom:1rem;overflow-x:auto}.noticeadd-table{border-collapse:initial;border-spacing:0;width:100%}.noticeadd-table th{background-color:#f8f9fa;border-bottom:2px solid #dee2e6;color:#495057;cursor:pointer;font-weight:600;padding:1rem;position:sticky;text-align:left;top:0;transition:all .3s ease}.noticeadd-table th:hover{background-color:#e9ecef}.noticeadd-table td{border-bottom:1px solid #dee2e6;color:#495057;padding:1rem;vertical-align:middle}.noticeadd-table tr:last-child td{border-bottom:none}.noticeadd-table tr:hover{background-color:#eef1ff}.noticeadd-row-active{border-left:4px solid #28a745}.noticeadd-row-scheduled{border-left:4px solid #17a2b8}.noticeadd-row-expired{border-left:4px solid #6c757d}.noticeadd-notice-title{align-items:center;color:#343a40;display:flex;font-weight:600;gap:.5rem}.noticeadd-attachment-indicator{color:#6c757d;font-size:.85rem}.noticeadd-category-badge{border-radius:2rem;display:inline-block;font-size:.8rem;font-weight:600;padding:.3rem .8rem;white-space:nowrap}.noticeadd-category-general{background-color:#6c757d26;color:#6c757d}.noticeadd-category-academic{background-color:#4a6bff26;color:#4a6bff}.noticeadd-category-examination{background-color:#9c27b026;color:#9c27b0}.noticeadd-category-event{background-color:#28a74526;color:#28a745}.noticeadd-category-holiday{background-color:#fd7e1426;color:#fd7e14}.noticeadd-category-emergency{background-color:#dc354526;color:#dc3545}.noticeadd-audience{align-items:center;display:flex;gap:.5rem}.noticeadd-audience-icon{color:#adb5bd}.noticeadd-dates{display:flex;flex-direction:column;gap:.3rem}.noticeadd-date{display:flex}.noticeadd-priority-badge{border-radius:2rem;color:#fff;display:inline-block;font-size:.8rem;font-weight:600;padding:.3rem .8rem}.noticeadd-priority-low{background-color:#6c757d}.noticeadd-priority-normal{background-color:#17a2b8}.noticeadd-priority-high{background-color:#fd7e14}.noticeadd-priority-urgent{background-color:#dc3545}.noticeadd-status-badge{border-radius:2rem;color:#fff;display:inline-block;font-size:.8rem;font-weight:600;padding:.3rem .8rem}.noticeadd-status-active{background-color:#28a745}.noticeadd-status-scheduled{background-color:#17a2b8}.noticeadd-status-expired{background-color:#6c757d}.noticeadd-actions-cell{display:flex;gap:.5rem}.noticeadd-action-btn{background-color:#e9ecef;border:none;border-radius:.5rem;color:#495057;cursor:pointer;padding:.5rem;transition:all .3s ease}.noticeadd-action-btn:hover{background-color:#dee2e6}.noticeadd-action-view{background-color:#17a2b8;color:#fff}.noticeadd-action-view:hover{background-color:#138496}.noticeadd-action-edit{background-color:#4a6bff;color:#fff}.noticeadd-action-edit:hover{background-color:#3851cc}.noticeadd-action-delete{background-color:#dc3545;color:#fff}.noticeadd-action-delete:hover{background-color:#bd2130}.noticeadd-delete-modal{max-width:500px}.noticeadd-delete-confirmation{align-items:center;display:flex;flex-direction:column;padding:1rem 0;text-align:center}.noticeadd-delete-icon{color:#ff4d4f;font-size:3rem;margin-bottom:1rem}.noticeadd-delete-confirmation h3{color:#333;font-size:1.25rem;margin-bottom:1rem}.noticeadd-delete-confirmation p{color:#666;font-size:.95rem;margin-bottom:.75rem;max-width:90%}.noticeadd-delete-confirmation p strong{color:#333;font-weight:600}.noticeadd-delete-confirmation .noticeadd-form-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.noticeadd-btn-danger{align-items:center;background-color:#ff4d4f;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;justify-content:center;padding:8px 16px;transition:background-color .2s}.noticeadd-btn-danger:hover{background-color:#ff7875}.noticeadd-btn-danger:active{background-color:#d9363e}.noticeadd-btn-danger:disabled{background-color:#ffccc7;cursor:not-allowed}.noticeadd-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}.noticeadd-modal{animation:slideIn .3s ease;background-color:#fff;border-radius:.5rem;box-shadow:0 8px 25px #0003;max-height:90vh;max-width:700px;overflow-y:auto;width:100%}.noticeadd-modal-header{align-items:center;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;padding:1.5rem}.noticeadd-modal-title{color:#343a40;font-size:1.5rem;font-weight:600;margin:0}.noticeadd-modal-close{background:none;border:none;color:#6c757d;cursor:pointer;font-size:1.2rem;transition:all .3s ease}.noticeadd-modal-close:hover{color:#343a40}.noticeadd-modal-content{padding:1.5rem}.noticeadd-form{display:flex;flex-direction:column;gap:1.5rem}.noticeadd-form-group{display:flex;flex-direction:column;gap:.5rem}.noticeadd-form-label{color:#495057;font-size:.95rem;font-weight:500}.noticeadd-required{color:#dc3545}.noticeadd-form-input,.noticeadd-form-select,.noticeadd-form-textarea{border:1px solid #dee2e6;border-radius:.5rem;color:#495057;font-size:.95rem;padding:.7rem 1rem;transition:all .3s ease}.noticeadd-form-input:focus,.noticeadd-form-select:focus,.noticeadd-form-textarea:focus{border-color:#4a6bff;box-shadow:0 0 0 3px #4a6bff40;outline:none}.noticeadd-form-textarea{min-height:120px;resize:vertical}.noticeadd-form-row{display:flex;flex-wrap:wrap;gap:1rem}.noticeadd-form-row .noticeadd-form-group{flex:1 1;min-width:200px}.noticeadd-checkbox-group{display:flex;flex-wrap:wrap;gap:1rem}.noticeadd-checkbox-label{align-items:center;color:#495057;cursor:pointer;display:flex;gap:.5rem}.noticeadd-checkbox-input{cursor:pointer;height:16px;width:16px}.noticeadd-file-input-container{align-items:center;display:flex;gap:.5rem;position:relative}.noticeadd-file-input{display:none}.noticeadd-file-label{align-items:center;background-color:#4a6bff;border-radius:.5rem;color:#fff;cursor:pointer;display:inline-flex;gap:.5rem;padding:.7rem 1rem;transition:all .3s ease}.noticeadd-file-label:hover{background-color:#3851cc}.noticeadd-file-name{color:#6c757d;font-size:.9rem}.noticeadd-remove-file{background:none;border:none;color:#dc3545;cursor:pointer;padding:.5rem}.noticeadd-form-hint{color:#adb5bd;font-size:.8rem}.noticeadd-form-actions{display:flex;gap:1rem;justify-content:flex-end}.noticeadd-view-modal{max-width:800px}.noticeadd-view-content{display:flex;flex-direction:column;gap:1.5rem}.noticeadd-view-header{display:flex;flex-direction:column;gap:.5rem}.noticeadd-view-title{color:#343a40;font-size:1.5rem;font-weight:600;margin:0}.noticeadd-view-meta{display:flex;flex-wrap:wrap;gap:.5rem}.noticeadd-view-details{display:flex;flex-direction:column;gap:.5rem}.noticeadd-view-detail{align-items:center;display:flex;gap:.5rem}.noticeadd-view-label{align-items:center;color:#6c757d;display:flex;font-weight:500;gap:.3rem}.noticeadd-view-value{color:#343a40}.noticeadd-view-body{background-color:#f8f9fa;border-radius:.5rem;padding:1rem}.noticeadd-view-section-title{color:#495057;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.noticeadd-view-text{color:#495057;line-height:1.5;white-space:pre-wrap}.noticeadd-view-attachment{margin-top:1rem}.noticeadd-attachment-link{align-items:center;border:1px solid #4a6bff;border-radius:.5rem;color:#4a6bff;display:flex;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.noticeadd-attachment-link:hover{background-color:#eef1ff}.noticeadd-attachment-icon,.noticeadd-download-icon{font-size:1.1rem}.noticeadd-view-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-end}@media (max-width:1200px){.noticeadd-stats{grid-template-columns:repeat(2,1fr)}.noticeadd-table td,.noticeadd-table th{font-size:.9rem;padding:.8rem}.noticeadd-modal{max-width:90%}}@media (max-width:992px){.noticeadd-container{padding:1.5rem}.noticeadd-header{gap:1rem}.noticeadd-stats{grid-template-columns:1fr}.noticeadd-filter-row{flex-direction:column}.noticeadd-table td,.noticeadd-table th{padding:.7rem}.noticeadd-actions-cell{flex-direction:column;gap:.3rem}}@media (max-width:768px){.noticeadd-title,.noticeadd-title-icon{font-size:1.5rem}.noticeadd-actions{justify-content:center}.noticeadd-search-container{flex-direction:column;gap:1rem}.noticeadd-search-clear{right:2.5rem;top:.7rem}.noticeadd-table-container{-webkit-overflow-scrolling:touch;overflow-x:auto}.noticeadd-table{min-width:700px}.noticeadd-form-row{flex-direction:column}.noticeadd-modal{margin:1rem;max-width:95%}.noticeadd-form-actions{flex-direction:column;gap:.5rem}.noticeadd-view-actions{align-items:stretch;flex-direction:column}}@media (max-width:576px){.noticeadd-container{padding:1rem}.noticeadd-stat-box{min-width:100%}.noticeadd-btn{padding:.8rem;width:100%}.noticeadd-modal-title,.noticeadd-view-title{font-size:1.2rem}.noticeadd-view-meta{flex-direction:column;gap:.3rem}}.noticeadd-modal::-webkit-scrollbar,.noticeadd-table-container::-webkit-scrollbar{height:8px;width:8px}.noticeadd-modal::-webkit-scrollbar-thumb,.noticeadd-table-container::-webkit-scrollbar-thumb{background-color:#ced4da;border-radius:4px}.noticeadd-modal::-webkit-scrollbar-track,.noticeadd-table-container::-webkit-scrollbar-track{background-color:#f8f9fa}.notices-container{background-color:#f8f9fa;margin:0 auto;max-width:1600px;min-height:100vh;padding:2rem;width:100%}.notices-header{border-bottom:1px solid #dee2e6;margin-bottom:2rem;padding-bottom:1.5rem}.notices-title-container{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.notices-title-icon{color:#4a6bff;font-size:2rem}.notices-title{color:#343a40;font-size:1.8rem;font-weight:700;margin:0}.notices-stats{display:flex;flex-wrap:wrap;gap:1rem}.notices-stat-box{align-items:center;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;display:flex;flex:1 1;gap:1rem;min-width:220px;padding:1.25rem;transition:all .3s ease}.notices-stat-box:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-3px)}.notices-stat-icon{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:1.4rem;height:50px;justify-content:center;width:50px}.notices-stat-icon-total{background-color:#4a6bff}.notices-stat-icon-active{background-color:#28a745}.notices-stat-icon-scheduled{background-color:#17a2b8}.notices-stat-info{display:flex;flex-direction:column}.notices-stat-number{color:#343a40;font-size:1.6rem;font-weight:700}.notices-stat-label{color:#6c757d;font-size:.9rem}.notices-filters{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:1.5rem}.notices-filter-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.notices-filter-group{flex:1 1;min-width:240px}.notices-filter-label{color:#495057;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.notices-filter-select{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid #dee2e6;border-radius:.5rem;color:#495057;cursor:pointer;font-size:.95rem;padding:.7rem 1rem;width:100%}.notices-filter-select:focus{border-color:#4a6bff;box-shadow:0 0 0 3px #4a6bff40;outline:none}.notices-search-container{align-items:center;display:flex;position:relative}.notices-search-icon{color:#adb5bd;left:1rem;position:absolute}.notices-search-input{border:1px solid #dee2e6;border-radius:.5rem;color:#495057;font-size:.95rem;padding:.7rem 1rem .7rem 2.5rem;width:100%}.notices-search-input:focus{border-color:#4a6bff;box-shadow:0 0 0 3px #4a6bff40;outline:none}.notices-search-clear{background:#0000;border:none;color:#adb5bd;cursor:pointer;padding:.5rem;position:absolute;right:150px}.notices-search-clear:hover{color:#495057}.notices-btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.6rem 1.2rem;transition:all .3s ease}.notices-btn-primary{background-color:#4a6bff;color:#fff}.notices-btn-primary:hover{background-color:#3851cc}.notices-btn-secondary{background-color:#6c757d;color:#fff}.notices-btn-secondary:hover{background-color:#5a6268}.notices-btn-clear-filters{background-color:#e9ecef;color:#495057;font-size:12px;margin:0 20px}.notices-btn-clear-filters:hover{background-color:#dee2e6}.notices-btn-view{background-color:#17a2b8;color:#fff}.notices-btn-view:hover{background-color:#138496}.notices-content{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;min-height:400px;padding:1.5rem}.notices-loading{align-items:center;display:flex;flex-direction:column;gap:1rem;height:300px;justify-content:center}.notices-loading p{color:#6c757d;font-size:1rem}.notices-empty{align-items:center;display:flex;flex-direction:column;height:300px;justify-content:center;text-align:center}.notices-empty-icon{color:#ced4da;font-size:3rem;margin-bottom:1rem}.notices-empty h2{color:#6c757d;margin-bottom:.5rem}.notices-empty p{color:#adb5bd;max-width:400px}.notices-no-results{align-items:center;display:flex;flex-direction:column;height:200px;justify-content:center;text-align:center}.notices-no-results h3{color:#6c757d;margin-bottom:.5rem}.notices-no-results p{color:#adb5bd;margin-bottom:1rem}.notices-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.notices-card{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;padding:1.5rem;transition:all .3s ease}.notices-card:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-5px)}.notices-card-active{border-left:4px solid #28a745}.notices-card-scheduled{border-left:4px solid #17a2b8}.notices-card-expired{border-left:4px solid #6c757d}.notices-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.notices-card-title{align-items:center;color:#343a40;display:flex;font-size:1.2rem;font-weight:600;gap:.5rem;margin:0}.notices-attachment-indicator{color:#6c757d;font-size:.9rem}.notices-status-badge{border-radius:2rem;color:#fff;font-size:.8rem;font-weight:600;padding:.3rem .8rem}.notices-status-active{background-color:#28a745}.notices-status-scheduled{background-color:#17a2b8}.notices-status-expired{background-color:#6c757d}.notices-card-body{display:flex;flex-direction:column;gap:1rem}.notices-card-meta{display:flex;flex-wrap:wrap;gap:.5rem}.notices-category-badge{border-radius:2rem;font-size:.8rem;font-weight:600;padding:.3rem .8rem}.notices-category-general{background-color:#6c757d26;color:#6c757d}.notices-category-academic{background-color:#4a6bff26;color:#4a6bff}.notices-category-examination{background-color:#9c27b026;color:#9c27b0}.notices-category-event{background-color:#28a74526;color:#28a745}.notices-category-holiday{background-color:#fd7e1426;color:#fd7e14}.notices-category-emergency{background-color:#dc354526;color:#dc3545}.notices-priority-badge{border-radius:2rem;color:#fff;font-size:.8rem;font-weight:600;padding:.3rem .8rem}.notices-priority-low{background-color:#6c757d}.notices-priority-normal{background-color:#17a2b8}.notices-priority-high{background-color:#fd7e14}.notices-priority-urgent{background-color:#dc3545}.notices-card-content{color:#495057;font-size:.95rem;line-height:1.5}.notices-card-details{color:#6c757d;display:flex;flex-direction:column;font-size:.9rem;gap:.5rem}.notices-card-detail{align-items:center;display:flex;gap:.5rem}.notices-card-footer{align-items:center;border-top:1px solid #dee2e6;display:flex;justify-content:space-between;margin-top:1rem;padding-top:1rem}.notices-attachment-link{align-items:center;color:#4a6bff;display:flex;font-size:.9rem;gap:.5rem;text-decoration:none}.notices-attachment-link:hover{text-decoration:underline}.notices-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}.notices-modal{animation:slideIn .3s ease;background-color:#fff;border-radius:.5rem;box-shadow:0 8px 25px #0003;max-height:90vh;max-width:700px;overflow-y:auto;width:100%}@keyframes slideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.notices-modal-header{align-items:center;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;padding:1.5rem}.notices-modal-title{color:#343a40;font-size:1.5rem;font-weight:600;margin:0}.notices-modal-close{background:none;border:none;color:#6c757d;cursor:pointer;font-size:1.2rem;transition:all .3s ease}.notices-modal-close:hover{color:#343a40}.notices-modal-content{padding:1.5rem}.notices-view-content{display:flex;flex-direction:column;gap:1.5rem}.notices-view-header{display:flex;flex-direction:column;gap:.5rem}.notices-view-title{color:#343a40;font-size:1.5rem;font-weight:600;margin:0}.notices-view-meta{display:flex;flex-wrap:wrap;gap:.5rem}.notices-view-details{display:flex;flex-direction:column;gap:.5rem}.notices-view-detail{align-items:center;display:flex;gap:.5rem}.notices-view-label{align-items:center;color:#6c757d;display:flex;font-weight:500;gap:.3rem}.notices-view-value{color:#343a40}.notices-view-body{background-color:#f8f9fa;border-radius:.5rem;padding:1rem}.notices-view-section-title{color:#495057;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.notices-view-text{color:#495057;line-height:1.5;white-space:pre-wrap}.notices-view-attachment{margin-top:1rem}.notices-attachment-icon,.notices-download-icon{font-size:1.1rem}.notices-view-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-end}@media (max-width:768px){.notices-container{padding:1rem}.notices-grid{grid-template-columns:1fr}.notices-card-footer{flex-direction:column;gap:1rem}.notices-btn{width:100%}.notices-modal{margin:1rem;max-width:95%}.notices-view-meta{flex-direction:column;gap:.3rem}}.hostelstudent-container{background:#f8f9fa;color:#333;font-family:Inter,sans-serif;min-height:100vh;padding:1.5rem}.hostelstudent-header{background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000000d;margin-bottom:1.5rem;padding:1.5rem}.hostelstudent-title-container{align-items:center;display:flex;margin-bottom:1rem}.hostelstudent-icon{color:#3f51b5;font-size:1.75rem;margin-right:.75rem}.hostelstudent-title{color:#1a237e;font-size:1.5rem;font-weight:600;margin:0}.hostelstudent-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.hostelstudent-search-container{flex:1 1;min-width:250px;position:relative}.hostelstudent-search-icon{color:#757575;left:12px;position:absolute;top:50%;transform:translateY(-50%)}.hostelstudent-search-input{border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;padding:.75rem 1rem .75rem 2.5rem;transition:all .3s;width:100%}.hostelstudent-search-input:focus{border-color:#3f51b5;box-shadow:0 0 0 2px #3f51b533;outline:none}.hostelstudent-filter-toggle-btn{align-items:center;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;color:#424242;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s}.hostelstudent-filter-toggle-btn:hover{background:#eee}.hostelstudent-assign-btn{align-items:center;background:#3f51b5;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s}.hostelstudent-assign-btn:hover{background:#303f9f}.hostelstudent-filter-options{background:#f5f7fa;border:1px dashed #cfd8dc;border-radius:8px;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;padding:1rem}.hostelstudent-filter-group{align-items:center;display:flex;gap:.5rem}.hostelstudent-filter-group label{color:#546e7a;font-weight:500}.hostelstudent-filter-select{background:#fff;border:1px solid #e0e0e0;border-radius:6px;min-width:150px;padding:.5rem 1rem}.hostelstudent-stats{display:flex;gap:1rem;margin-top:1.5rem}.hostelstudent-stat-box{background:#f1f3f9;border-radius:8px;flex:1 1;padding:1.25rem;text-align:center;transition:all .3s}.hostelstudent-stat-box:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-3px)}.hostelstudent-stat-box.assigned{background:#e8f5e9}.hostelstudent-stat-box.unassigned{background:#fff8e1}.hostelstudent-stat-number{color:#424242;display:block;font-size:2rem;font-weight:700;margin-bottom:.25rem}.hostelstudent-stat-label{color:#757575;font-size:.9rem;font-weight:500}.hostelstudent-stat-box.assigned .hostelstudent-stat-number{color:#2e7d32}.hostelstudent-stat-box.unassigned .hostelstudent-stat-number{color:#ff6d00}.hostelstudent-empty{align-items:center;background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000000d;display:flex;flex-direction:column;justify-content:center;padding:3rem;text-align:center}.hostelstudent-empty-icon{margin-bottom:1rem}.hostelstudent-empty-text{color:#757575;font-size:1.125rem;margin-bottom:1.5rem}.hostelstudent-reset-search{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;font-weight:500;padding:.6rem 1.25rem;transition:all .2s}.hostelstudent-reset-search:hover{background:#eee}.hostelstudent-table-container{background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000000d;max-height:400px;overflow:auto}.hostelstudent-table{border-collapse:collapse;font-size:.95rem;width:100%}.hostelstudent-table td,.hostelstudent-table th{border-bottom:1px solid #f0f0f0;padding:1rem;text-align:left}.hostelstudent-table th{background:#f9fafc;color:#546e7a;font-size:.875rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.hostelstudent-table tbody tr:hover{background:#f5f7fa}.hostelstudent-row-assigned{background:#f9fffe}.hostelstudent-row-unassigned{background:#fffdf7}.hostelstudent-name-cell{color:#1a237e;cursor:pointer;display:inline-block;font-weight:500;transition:all .2s}.hostelstudent-name-cell:hover{color:#3f51b5;text-decoration:underline}.hostelstudent-hostel-badge{border-radius:6px;display:inline-block;font-size:.875rem;font-weight:500;padding:.35rem .75rem}.hostelstudent-hostel-badge,.hostelstudent-hostel-badge.male{background:#e3f2fd;color:#0d47a1}.hostelstudent-hostel-badge.female{background:#fce4ec;color:#880e4f}.hostelstudent-room-badge{background:#f1f3f9;border-radius:6px;color:#455a64;display:inline-block;font-size:.875rem;font-weight:500;padding:.35rem .75rem}.hostelstudent-not-assigned{color:#9e9e9e;font-size:.9rem;font-style:italic}.hostelstudent-status-badge{align-items:center;border-radius:6px;display:inline-flex;font-size:.875rem;font-weight:500;gap:.4rem;padding:.35rem .75rem}.hostelstudent-status-badge.assigned{background:#e8f5e9;color:#2e7d32}.hostelstudent-status-badge.unassigned{background:#fff8e1;color:#ff6d00}.hostelstudent-actions{display:flex;gap:.5rem}.hostelstudent-action-btn{align-items:center;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:.9rem;height:2.25rem;justify-content:center;transition:all .2s;width:2.25rem}.hostelstudent-action-btn.hostelstudent-assign-btn{background:#3f51b5;color:#fff}.hostelstudent-action-btn.hostelstudent-assign-btn:hover{background:#303f9f}.hostelstudent-action-btn.hostelstudent-transfer-btn{background:#4a148c;color:#fff}.hostelstudent-action-btn.hostelstudent-transfer-btn:hover{background:#6a1b9a}.hostelstudent-action-btn.hostelstudent-remove-btn{background:#f44336;color:#fff}.hostelstudent-action-btn.hostelstudent-remove-btn:hover{background:#d32f2f}.hostelstudent-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.hostelstudent-modal{background:#fff;border-radius:10px;box-shadow:0 10px 25px #00000026;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.hostelstudent-details-modal{max-width:700px}.hostelstudent-modal-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.hostelstudent-modal-header h3{color:#1a237e;font-size:1.25rem;margin:0}.hostelstudent-modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#757575;cursor:pointer;display:flex;font-size:1.25rem;justify-content:center;padding:.5rem;transition:all .2s}.hostelstudent-modal-close:hover{background:#f5f5f5;color:#f44336}.hostelstudent-form{padding:1.5rem}.hostelstudent-form-group{margin-bottom:1.25rem}.hostelstudent-form-row{display:flex;gap:1rem;margin-bottom:1rem}.hostelstudent-form-row .hostelstudent-form-group{flex:1 1;margin-bottom:0}.hostelstudent-form-group label{color:#455a64;display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.hostelstudent-form-group input,.hostelstudent-form-group select,.hostelstudent-form-group textarea{border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;padding:.75rem 1rem;transition:all .3s;width:100%}.hostelstudent-form-group input:focus,.hostelstudent-form-group select:focus,.hostelstudent-form-group textarea:focus{border-color:#3f51b5;box-shadow:0 0 0 2px #3f51b533;outline:none}.hostelstudent-form-group input:disabled,.hostelstudent-form-group select:disabled,.hostelstudent-form-group textarea:disabled{background:#f5f5f5;cursor:not-allowed}.hostelstudent-form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.hostelstudent-cancel-btn{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;color:#424242;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.hostelstudent-cancel-btn:hover{background:#eee}.hostelstudent-submit-btn{background:#3f51b5;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.hostelstudent-submit-btn:hover{background:#303f9f}.hostelstudent-delete-btn{background:#f44336;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.hostelstudent-delete-btn:hover{background:#d32f2f}.hostelstudent-current-assignment{background:#f1f3f9;border-radius:8px;margin:1.5rem;padding:1.25rem}.hostelstudent-current-assignment h4{color:#455a64;font-size:1rem;margin-bottom:.75rem;margin-top:0}.hostelstudent-assignment-details{display:flex;flex-direction:column;gap:.5rem}.hostelstudent-detail-item{align-items:center;display:flex;font-size:.95rem;gap:.5rem}.hostelstudent-detail-icon{color:#546e7a}.hostelstudent-warning{align-items:flex-start;background:#fff8e1;border-radius:8px;display:flex;gap:.75rem;margin:1.5rem 0;padding:1rem}.hostelstudent-warning-icon{color:#ff6d00;font-size:1.25rem;margin-top:.25rem}.hostelstudent-warning p{color:#5d4037;font-size:.95rem;line-height:1.5;margin:0}.hostelstudent-confirm-content,.hostelstudent-details-content{padding:1.5rem}.hostelstudent-details-profile{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.hostelstudent-student-avatar{align-items:center;background:#3f51b5;border-radius:50%;color:#fff;display:flex;font-size:2rem;font-weight:600;height:5rem;justify-content:center;width:5rem}.hostelstudent-student-info h2{color:#1a237e;font-size:1.5rem;margin:0 0 .25rem}.hostelstudent-student-id{color:#757575;font-size:.95rem;margin:0}.hostelstudent-details-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:2rem}.hostelstudent-detail-group{background:#f9fafc;border-radius:8px;padding:1rem;transition:all .2s}.hostelstudent-detail-group:hover{background:#f1f3f9}.hostelstudent-detail-label{align-items:center;color:#455a64;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;margin-bottom:.5rem}.hostelstudent-detail-value{color:#1a237e;font-size:1rem}.hostelstudent-room-assignment-section{margin-top:1.5rem}.hostelstudent-room-assignment-section h3{color:#1a237e;font-size:1.25rem;margin-bottom:1rem}.hostelstudent-assignment-card{background:#fff;border-left:4px solid #3f51b5;border-radius:10px;box-shadow:0 4px 10px #0000000d;padding:1.25rem}.hostelstudent-assignment-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.hostelstudent-assignment-details{margin-bottom:1rem}.hostelstudent-assignment-actions{display:flex;gap:1rem;justify-content:flex-end}.hostelstudent-no-assignment{align-items:center;background:#fff8e1;border-radius:8px;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;text-align:center}.hostelstudent-no-assignment p{color:#5d4037;font-size:1rem;margin:0}@media (max-width:768px){.hostelstudent-details-grid{grid-template-columns:1fr}.hostelstudent-modal{max-width:90%}.hostelstudent-form-row,.hostelstudent-stats{flex-direction:column}.hostelstudent-stat-box{width:100%}.hostelstudent-controls{align-items:stretch;flex-direction:column}.hostelstudent-search-container{min-width:auto}.hostelstudent-filter-options{flex-direction:column}}.hostelstudent-modal::-webkit-scrollbar{width:8px}.hostelstudent-modal::-webkit-scrollbar-track{background:#f1f3f9;border-radius:10px}.hostelstudent-modal::-webkit-scrollbar-thumb{background:#3f51b5;border-radius:10px}.hostelstudent-modal::-webkit-scrollbar-thumb:hover{background:#303f9f}.hostelstudent-modal{animation:modalFadeIn .3s ease-out}.hostelstudent-assignment-actions button,.hostelstudent-form-actions button{min-width:120px}.hostelstudent-form-group textarea{min-height:80px;resize:vertical}.hostelstudent-assignment-card:hover{box-shadow:0 6px 15px #0000001a}.hostelstudent-action-btn:focus,.hostelstudent-assign-btn:focus,.hostelstudent-cancel-btn:focus,.hostelstudent-delete-btn:focus,.hostelstudent-filter-toggle-btn:focus,.hostelstudent-reset-search:focus,.hostelstudent-submit-btn:focus{outline:2px solid #3f51b5;outline-offset:2px}@media (max-width:1024px){.hostelstudent-table-container{overflow-x:auto}.hostelstudent-table{min-width:800px}}.hostelrooms-container{background-color:#f5f7fa;color:#333;font-family:Roboto,Segoe UI,sans-serif;margin:0 auto;max-width:1600px;min-height:100vh;padding:24px;position:relative}.hostelrooms-header{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000000d;margin-bottom:32px;padding:24px}.hostelrooms-title-container{align-items:center;display:flex;margin-bottom:20px}.hostelrooms-icon{color:#3182ce;font-size:32px;margin-right:16px}.hostelrooms-title{color:#2d3748;font-size:28px;font-weight:700;margin:0}.hostelrooms-tabs{border-bottom:1px solid #e2e8f0;display:flex;margin-bottom:24px;padding-bottom:16px}.hostelrooms-tab{align-items:center;background-color:#f8fafc;border:none;border-radius:6px;color:#4a5568;cursor:pointer;display:flex;font-size:16px;font-weight:600;justify-content:center;margin-right:16px;padding:12px 24px;transition:all .3s ease}.hostelrooms-tab svg{margin-right:8px}.hostelrooms-tab:hover{background-color:#edf2f7}.hostelrooms-tab.active{background-color:#3182ce;color:#fff}.hostelrooms-controls{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px}.hostelrooms-search-container{flex:1 1;max-width:400px;position:relative}.hostelrooms-search-input{border:1px solid #e2e8f0;border-radius:6px;font-size:15px;outline:none;padding:12px 16px 12px 40px;transition:border-color .3s;width:100%}.hostelrooms-search-input:focus{border-color:#3182ce;box-shadow:0 0 0 2px #3182ce33}.hostelrooms-search-icon{color:#a0aec0;left:12px;position:absolute;top:50%;transform:translateY(-50%)}.hostelrooms-add-btn,.hostelrooms-filter-toggle-btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:15px;font-weight:600;padding:12px 20px;transition:all .3s ease}.hostelrooms-filter-toggle-btn{background-color:#f8fafc;border:1px solid #e2e8f0;color:#4a5568}.hostelrooms-filter-toggle-btn:hover{background-color:#edf2f7}.hostelrooms-add-btn{background-color:#3182ce;color:#fff}.hostelrooms-add-btn:hover{background-color:#2c5282}.hostelrooms-add-btn svg,.hostelrooms-filter-toggle-btn svg{margin-right:8px}.hostelrooms-filter-options{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:24px;padding:16px}.hostelrooms-filter-select{background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;cursor:pointer;font-size:15px;outline:none;padding:12px;width:100%}.hostelrooms-stats{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px}.hostelrooms-stat-box{align-items:center;background-color:#fff;border-left:4px solid #a0aec0;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;flex:1 1;flex-direction:column;min-width:160px;padding:16px}.hostelrooms-stat-box.available{border-left-color:#48bb78}.hostelrooms-stat-box.occupied{border-left-color:#ed8936}.hostelrooms-stat-box.maintenance{border-left-color:#e53e3e}.hostelrooms-stat-number{color:#2d3748;font-size:28px;font-weight:700;margin-bottom:8px}.hostelrooms-stat-label{color:#718096;font-size:14px;font-weight:500}.hostelrooms-empty{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000000d;display:flex;flex-direction:column;justify-content:center;padding:64px 24px;text-align:center}.hostelrooms-empty-icon{background-color:#f7fafc;border-radius:50%;margin-bottom:24px;padding:24px}.hostelrooms-empty-text{color:#718096;font-size:18px;margin-bottom:24px}.hostelrooms-reset-search{background:none;border:none;color:#3182ce;cursor:pointer;font-size:15px;font-weight:600;margin-bottom:16px;text-decoration:underline}.hostelrooms-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}.hostelrooms-hostel-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000000d;overflow:hidden;transition:transform .3s ease}.hostelrooms-hostel-card:hover{transform:translateY(-5px)}.hostelrooms-hostel-card.boys{border-left:4px solid #3182ce}.hostelrooms-hostel-card.girls{border-left:4px solid #ed64a6}.hostelrooms-hostel-card.mixed{border-left:4px solid #9f7aea}.hostelrooms-hostel-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 20px}.hostelrooms-hostel-name{color:#2d3748;font-size:20px;font-weight:600;margin:0}.hostelrooms-hostel-type-badge{background-color:#e2e8f0;border-radius:12px;color:#4a5568;font-size:12px;font-weight:500;padding:6px 12px;text-transform:uppercase}.hostelrooms-hostel-body{padding:20px}.hostelrooms-hostel-info-section{margin-bottom:20px}.hostelrooms-hostel-info-group{border-bottom:1px solid #edf2f7;display:flex;justify-content:space-between;padding:8px 0}.hostelrooms-hostel-info-label{color:#718096;font-size:14px;font-weight:500}.hostelrooms-hostel-info-value{color:#2d3748;font-size:14px;font-weight:400}.hostelrooms-section-title{color:#2d3748;font-size:16px;font-weight:600;margin-bottom:12px}.hostelrooms-description,.hostelrooms-facilities{color:#4a5568;font-size:14px;line-height:1.6}.hostelrooms-hostel-stats{border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 0}.hostelrooms-hostel-stat-item{flex:1 1;text-align:center}.hostelrooms-stat-value{color:#2d3748;display:block;font-size:20px;font-weight:700;margin-bottom:4px}.hostelrooms-hostel-footer{background-color:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;padding:16px 20px}.hostelrooms-action-btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:14px;font-weight:500;padding:8px 16px;transition:all .3s ease}.hostelrooms-action-btn svg{margin-right:6px}.hostelrooms-edit-btn{background-color:#3182ce;color:#fff}.hostelrooms-edit-btn:hover{background-color:#2c5282}.hostelrooms-delete-btn{background-color:#e53e3e;color:#fff}.hostelrooms-delete-btn:hover{background-color:#c53030}.hostelrooms-rooms-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.hostelrooms-room-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000000d;overflow:hidden;transition:transform .3s ease}.hostelrooms-room-card:hover{transform:translateY(-5px)}.hostelrooms-room-card.available{border-left:4px solid #48bb78}.hostelrooms-room-card.occupied{border-left:4px solid #ed8936}.hostelrooms-room-card.maintenance{border-left:4px solid #e53e3e}.hostelrooms-room-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 20px}.hostelrooms-room-number{color:#2d3748;font-size:18px;font-weight:600}.hostelrooms-room-status-badge{border-radius:12px;font-size:12px;font-weight:500;padding:6px 12px;text-transform:uppercase}.hostelrooms-room-status-badge.available{background-color:#c6f6d5;color:#22543d}.hostelrooms-room-status-badge.occupied{background-color:#feebc8;color:#7b341e}.hostelrooms-room-status-badge.maintenance{background-color:#fed7d7;color:#9b2c2c}.hostelrooms-room-body{padding:20px}.hostelrooms-hostel-name-tag{background-color:#e2e8f0;border-radius:6px;color:#4a5568;display:inline-block;font-size:13px;margin-bottom:16px;padding:6px 12px}.hostelrooms-room-info-section{margin-bottom:20px}.hostelrooms-room-info-group{border-bottom:1px solid #edf2f7;display:flex;justify-content:space-between;padding:8px 0}.hostelrooms-room-info-label{color:#718096;font-size:14px;font-weight:500}.hostelrooms-room-info-value{color:#2d3748;font-size:14px;font-weight:400}.hostelrooms-amenities{color:#4a5568;font-size:14px;line-height:1.6}.hostelrooms-occupancy-meter{margin-top:16px}.hostelrooms-meter-label{color:#2d3748;font-size:14px;font-weight:600;margin-bottom:8px}.hostelrooms-meter-bar{background-color:#e2e8f0;border-radius:4px;height:8px;overflow:hidden}.hostelrooms-meter-fill{background-color:#3182ce;height:100%;transition:width .3s ease}.hostelrooms-meter-stats{color:#4a5568;display:flex;font-size:13px;justify-content:space-between;margin-top:8px}.hostelrooms-room-footer{background-color:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;padding:16px 20px}.hostelrooms-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}.hostelrooms-modal{background-color:#fff;border-radius:10px;box-shadow:0 10px 15px #0003;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.hostelrooms-modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 20px}.hostelrooms-modal-header h3{color:#2d3748;font-size:20px;font-weight:600;margin:0}.hostelrooms-modal-close{background:none;border:none;color:#718096;cursor:pointer;font-size:18px;transition:color .3s}.hostelrooms-modal-close:hover{color:#2d3748}.hostelrooms-form{padding:20px}.hostelrooms-form-group{margin-bottom:16px}.hostelrooms-form-group label{color:#2d3748;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.hostelrooms-form-group input,.hostelrooms-form-group select,.hostelrooms-form-group textarea{border:1px solid #e2e8f0;border-radius:6px;color:#2d3748;font-size:14px;outline:none;padding:10px 12px;transition:border-color .3s;width:100%}.hostelrooms-form-group input:focus,.hostelrooms-form-group select:focus,.hostelrooms-form-group textarea:focus{border-color:#3182ce;box-shadow:0 0 0 2px #3182ce33}.hostelrooms-form-group textarea{min-height:80px;resize:vertical}.hostelrooms-form-row{display:flex;gap:16px}.hostelrooms-form-row .hostelrooms-form-group{flex:1 1}.hostelrooms-form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.hostelrooms-cancel-btn,.hostelrooms-delete-confirm-btn,.hostelrooms-submit-btn{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background-color .3s}.hostelrooms-cancel-btn{background-color:#e2e8f0;color:#4a5568}.hostelrooms-cancel-btn:hover{background-color:#cbd5e0}.hostelrooms-submit-btn{background-color:#3182ce;color:#fff}.hostelrooms-submit-btn:hover{background-color:#2c5282}.hostelrooms-delete-confirm-btn{background-color:#e53e3e;color:#fff}.hostelrooms-delete-confirm-btn:hover{background-color:#c53030}.hostelrooms-delete-modal{max-width:500px}.hostelrooms-delete-content{padding:20px}.hostelrooms-delete-warning{margin-bottom:24px;text-align:center}.hostelrooms-warning-icon{color:#e53e3e;font-size:40px;margin-bottom:16px}.hostelrooms-delete-warning p{color:#2d3748;font-size:16px;margin:8px 0}.hostelrooms-delete-note{color:#718096;font-size:14px}@media (max-width:768px){.hostelrooms-container{padding:16px}.hostelrooms-grid,.hostelrooms-rooms-grid{grid-template-columns:1fr}.hostelrooms-controls{align-items:stretch;flex-direction:column}.hostelrooms-search-container{max-width:none}.hostelrooms-stats{flex-direction:column}.hostelrooms-form-row{flex-direction:column;gap:0}.hostelrooms-modal{width:90%}}@media (max-width:480px){.hostelrooms-title{font-size:24px}.hostelrooms-icon{font-size:28px}.hostelrooms-tab{font-size:14px;padding:10px 16px}.hostelrooms-stat-box{min-width:100%}.hostelrooms-empty{padding:32px 16px}.hostelrooms-empty-text{font-size:16px}}.transport-container{background:#f8f9fa;color:#333;font-family:Inter,sans-serif;min-height:100vh;padding:1.5rem}.transport-header{background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000000d;margin-bottom:1.5rem;padding:1.5rem}.transport-title-container{align-items:center;display:flex;margin-bottom:1rem}.transport-icon{color:#3f51b5;font-size:1.75rem;margin-right:.75rem}.transport-title{color:#1a237e;font-size:1.5rem;font-weight:600;margin:0}.transport-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.transport-search-container{flex:1 1;min-width:250px;position:relative}.transport-search-icon{color:#757575;left:12px;position:absolute;top:50%;transform:translateY(-50%)}.transport-search-input{border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;padding:.75rem 1rem .75rem 2.5rem;transition:all .3s;width:100%}.transport-search-input:focus{border-color:#3f51b5;box-shadow:0 0 0 2px #3f51b533;outline:none}.transport-filter-toggle-btn{align-items:center;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;color:#424242;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s}.transport-filter-toggle-btn:hover{background:#eee}.transport-add-btn{align-items:center;background:#3f51b5;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s}.transport-add-btn:hover{background:#303f9f}.transport-filter-options{background:#f5f7fa;border:1px dashed #cfd8dc;border-radius:8px;display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;padding:1rem}.transport-filter-group{align-items:center;display:flex;gap:.5rem}.transport-filter-group label{color:#546e7a;font-weight:500}.transport-filter-select{background:#fff;border:1px solid #e0e0e0;border-radius:6px;min-width:150px;padding:.5rem 1rem}.transport-stats{display:flex;gap:1rem;margin-bottom:1.5rem}.transport-stat-box{background:#f1f3f9;border-radius:8px;box-shadow:0 2px 5px #0000000d;flex:1 1;padding:1.25rem;text-align:center;transition:all .3s}.transport-stat-box:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-3px)}.transport-stat-box.active{background:#e8f5e9}.transport-stat-box.inactive{background:#fff8e1}.transport-stat-number{color:#424242;display:block;font-size:2rem;font-weight:700;margin-bottom:.25rem}.transport-stat-label{color:#757575;font-size:.9rem;font-weight:500}.transport-stat-box.active .transport-stat-number{color:#2e7d32}.transport-stat-box.inactive .transport-stat-number{color:#ff6d00}.transport-form-container{background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000000d;margin-bottom:1.5rem;overflow:hidden}.transport-form-header{border-bottom:1px solid #f0f0f0;padding:1.25rem 1.5rem}.transport-form-header h2{color:#1a237e;font-size:1.25rem;margin:0}.transport-form{padding:1.5rem}.transport-form-group{flex:1 1;margin-bottom:1.25rem}.transport-form-row{display:flex;gap:1rem;margin-bottom:1rem}.transport-form-row .transport-form-group{margin-bottom:0}.transport-form-group label{color:#455a64;display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.transport-form-group input,.transport-form-group select,.transport-form-group textarea{border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;padding:.75rem 1rem;transition:all .3s;width:100%}.transport-form-group input:focus,.transport-form-group select:focus,.transport-form-group textarea:focus{border-color:#3f51b5;box-shadow:0 0 0 2px #3f51b533;outline:none}.transport-stops-section{background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.transport-stops-section h3{color:#1a237e;font-size:1.1rem;margin-bottom:1rem;margin-top:0}.transport-stops-list{background:#fff;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:1.25rem;max-height:300px;overflow-y:auto}.transport-stop-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:.75rem 1rem}.transport-stop-item:last-child{border-bottom:none}.transport-stop-info{align-items:center;display:flex;gap:1rem}.transport-stop-name{color:#455a64;font-weight:500}.transport-stop-time{color:#78909c;font-size:.9rem}.transport-remove-stop-btn{align-items:center;background:#f5f5f5;border:none;border-radius:4px;color:#f44336;cursor:pointer;display:flex;height:30px;justify-content:center;transition:all .2s;width:30px}.transport-remove-stop-btn:hover{background:#ffebee}.transport-no-stops{background:#fff;border:1px dashed #cfd8dc;border-radius:6px;color:#78909c;margin-bottom:1.25rem;padding:1.5rem;text-align:center}.transport-add-stop-form{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:1rem}.transport-add-stop-btn{align-items:center;background:#5c6bc0;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1rem;transition:all .2s;white-space:nowrap}.transport-add-stop-btn:hover{background:#3f51b5}.transport-form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.transport-cancel-btn{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;color:#616161;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.transport-cancel-btn:hover{background:#eee}.transport-submit-btn{background:#3f51b5;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.transport-submit-btn:hover{background:#303f9f}.transport-table-container{background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000000d;overflow:hidden}.transport-table{border-collapse:collapse;width:100%}.transport-table th{background:#f5f7fa;border-bottom:1px solid #eceff1;color:#546e7a;font-size:.9rem;font-weight:600;padding:1rem;text-align:left}.transport-table td{border-bottom:1px solid #f0f0f0;padding:1rem;vertical-align:top}.transport-table tr:last-child td{border-bottom:none}.transport-table tr:hover{background:#fafafa}.transport-row-inactive{opacity:.7}.transport-name-cell{color:#1a237e;cursor:pointer;font-weight:500;transition:color .2s}.transport-name-cell:hover{color:#3f51b5;text-decoration:underline}.transport-route-points{display:flex;flex-direction:column;gap:.25rem}.transport-location{align-items:center;display:flex;font-size:.9rem;gap:.5rem}.transport-location-icon{color:#546e7a}.transport-route-arrow{color:#90a4ae;margin-left:1rem}.transport-time-info{display:flex;flex-direction:column;gap:.5rem}.transport-time{align-items:center;display:flex;font-size:.9rem;gap:.5rem}.transport-time-icon{color:#546e7a}.transport-stops-badge{background:#e3f2fd;border:none;border-radius:4px;color:#1976d2;cursor:pointer;font-size:.85rem;font-weight:500;padding:.35rem .75rem;transition:background .2s}.transport-stops-badge:hover{background:#bbdefb}.transport-status-badge{border-radius:4px;cursor:pointer;display:inline-block;font-size:.85rem;font-weight:500;padding:.35rem .75rem;text-transform:capitalize}.transport-status-badge.active{background:#e8f5e9;color:#2e7d32}.transport-status-badge.inactive{background:#fff8e1;color:#ff6d00}.transport-actions{display:flex;gap:.5rem}.transport-action-btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s;width:32px}.transport-edit-btn{background:#e3f2fd;color:#1976d2}.transport-edit-btn:hover{background:#bbdefb}.transport-delete-btn{background:#ffebee;color:#d32f2f}.transport-delete-btn:hover{background:#ffcdd2}.transport-empty{background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000000d;padding:3rem;text-align:center}.transport-empty-icon{color:#ff9800;margin-bottom:1rem}.transport-empty-text{color:#455a64;font-size:1.25rem;margin:0 0 .5rem}.transport-empty p{color:#78909c;margin-bottom:1.5rem}.transport-reset-search{background:#3f51b5;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.transport-reset-search:hover{background:#303f9f}.transport-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.transport-modal{background:#fff;border-radius:10px;box-shadow:0 10px 30px #0000001a;max-height:90vh;max-width:700px;overflow:auto;width:90%}.transport-modal-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.transport-modal-header h3{color:#1a237e;font-size:1.25rem;margin:0}.transport-modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#757575;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:background .2s}.transport-modal-close:hover{background:#f5f5f5}.transport-details-content{padding:1.5rem}.transport-details-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.transport-route-info h2{color:#1a237e;margin:0 0 .25rem}.transport-route-number{background:#eceff1;border-radius:4px;color:#546e7a;font-size:.95rem;padding:.25rem .5rem}.transport-details-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-bottom:2rem}.transport-detail-group{background:#f5f7fa;border-radius:8px;padding:1rem}.transport-detail-label{align-items:center;color:#546e7a;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:.5rem}.transport-detail-value{color:#263238;font-weight:600}.transport-route-path{margin-bottom:2rem}.transport-route-path h3{color:#1a237e;margin-bottom:1rem;margin-top:0}.transport-route-endpoints{padding:1rem;position:relative}.transport-end-point,.transport-start-point{align-items:center;border-radius:8px;display:flex;gap:1rem;padding:.75rem}.transport-start-point{background:#e8f5e9;margin-bottom:1rem}.transport-end-point{background:#fff8e1;margin-top:1rem}.transport-point-marker{border-radius:50%;flex-shrink:0;height:16px;width:16px}.transport-point-marker.start{background:#4caf50}.transport-point-marker.end{background:#ff9800}.transport-point-marker.stop{background:#2196f3;height:12px;width:12px}.transport-point-name{color:#263238;font-weight:500}.transport-point-time{color:#546e7a;font-size:.85rem}.transport-route-stops{border-left:2px dashed #90a4ae;margin-left:4px;padding-left:8px}.transport-stop-point{align-items:center;display:flex;gap:1rem;padding:.5rem 0;position:relative}.transport-stop-line{background:#90a4ae;height:2px;left:-14px;position:absolute;width:10px}.transport-point-details{display:flex;flex-direction:column}.transport-modal-actions{border-top:1px solid #f0f0f0;display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem}.transport-edit-route-btn{align-items:center;background:#3f51b5;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s}.transport-edit-route-btn:hover{background:#303f9f}.transport-confirmation-modal{max-width:500px}.transport-confirmation-content{padding:1.5rem;text-align:center}.transport-confirmation-icon{margin-bottom:1rem}.transport-confirmation-content h3{color:#d32f2f;font-size:1.25rem;margin-bottom:.75rem;margin-top:0}.transport-confirmation-content p{color:#616161;margin-bottom:1.5rem}.transport-confirmation-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.transport-delete-confirm-btn{align-items:center;background:#f44336;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s}.transport-delete-confirm-btn:hover{background:#d32f2f}@media (max-width:768px){.transport-controls{align-items:stretch}.transport-controls,.transport-form-row,.transport-stats{flex-direction:column}.transport-table{display:block;overflow-x:auto}.transport-details-grid{grid-template-columns:1fr}}.vehicles-container{margin:0 auto;max-width:1400px;padding:1.5rem;position:relative}.vehicles-header{margin-bottom:1.5rem}.vehicles-title-container{align-items:center;display:flex;margin-bottom:1.25rem}.vehicles-icon{color:#4b5563;margin-right:.75rem}.vehicles-title{color:#111827;font-size:1.75rem;font-weight:700;margin:0}.vehicles-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.vehicles-search-container{flex-grow:1;position:relative}.vehicles-search-icon{color:#6b7280;left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}.vehicles-search-input{border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;padding:.75rem 1rem .75rem 2.5rem;transition:all .2s;width:100%}.vehicles-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.vehicles-filter-toggle-btn{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;color:#374151;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;padding:.625rem 1rem;transition:all .2s}.vehicles-filter-toggle-btn svg{margin-right:.5rem}.vehicles-filter-toggle-btn:hover{background-color:#f3f4f6}.vehicles-add-btn{align-items:center;background-color:#2563eb;border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;padding:.625rem 1rem;transition:all .2s}.vehicles-add-btn svg{margin-right:.5rem}.vehicles-add-btn:hover{background-color:#1d4ed8}.vehicles-filter-options{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;padding:1rem}.vehicles-filter-group{display:flex;flex-direction:column;min-width:200px}.vehicles-filter-group label{color:#4b5563;font-size:.75rem;font-weight:500;margin-bottom:.25rem}.vehicles-filter-select{border:1px solid #d1d5db;border-radius:.25rem;font-size:.875rem;padding:.5rem}.vehicles-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.vehicles-stat-box{background-color:#fff;border-left:4px solid #9ca3af;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;padding:1.25rem}.vehicles-stat-box.active{border-left-color:#10b981}.vehicles-stat-box.maintenance{border-left-color:#f59e0b}.vehicles-stat-box.inactive{border-left-color:#ef4444}.vehicles-stat-number{color:#111827;font-size:2rem;font-weight:700;margin-bottom:.25rem}.vehicles-stat-label{color:#6b7280;font-size:.875rem}.vehicles-form-container{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;overflow:hidden}.vehicles-form-header{border-bottom:1px solid #e5e7eb;padding:1.25rem}.vehicles-form-header h2{color:#111827;font-size:1.25rem;margin:0}.vehicles-form{padding:1.5rem}.vehicles-form-section{margin-bottom:2rem}.vehicles-form-section:last-child{margin-bottom:0}.vehicles-form-section-title{border-bottom:1px solid #e5e7eb;color:#4b5563;font-size:1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.vehicles-form-group{margin-bottom:1rem}.vehicles-form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.vehicles-form-group label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem}.vehicles-form-group input,.vehicles-form-group select,.vehicles-form-group textarea{border:1px solid #d1d5db;border-radius:.375rem;display:block;font-size:.875rem;padding:.625rem;transition:all .2s;width:100%}.vehicles-form-group input:focus,.vehicles-form-group select:focus,.vehicles-form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.vehicles-form-actions{border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem}.vehicles-cancel-btn{background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s}.vehicles-cancel-btn:hover{background-color:#f9fafb}.vehicles-submit-btn{background-color:#2563eb;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s}.vehicles-submit-btn:hover{background-color:#1d4ed8}.vehicles-table-container{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow-x:auto}.vehicles-table{border-collapse:collapse;width:100%}.vehicles-table th{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;color:#4b5563;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.75rem 1rem;text-align:left;text-transform:uppercase}.vehicles-table td{border-bottom:1px solid #e5e7eb;color:#374151;font-size:.875rem;padding:1rem}.vehicles-table tr:last-child td{border-bottom:none}.vehicles-row-active:hover{background-color:#f9fafb}.vehicles-row-maintenance{background-color:#fffbeb}.vehicles-row-maintenance:hover{background-color:#fef3c7}.vehicles-row-inactive{background-color:#f3f4f6}.vehicles-row-inactive:hover{background-color:#e5e7eb}.vehicles-info-cell{cursor:pointer}.vehicles-info-primary{font-weight:500;margin-bottom:.25rem}.vehicles-info-secondary{color:#6b7280;font-size:.75rem}.vehicles-type-badge{align-items:center;background-color:#f3f4f6;border-radius:1rem;color:#4b5563;display:inline-flex;font-size:.75rem;padding:.25rem .5rem}.vehicles-type-badge svg{margin-right:.375rem}.vehicles-maintenance-info{display:flex;flex-direction:column;gap:.375rem}.vehicles-maintenance-date{align-items:center;color:#6b7280;display:flex;font-size:.75rem}.vehicles-maintenance-date svg{margin-right:.375rem}.vehicles-status-badge{align-items:center;border-radius:.25rem;cursor:pointer;display:inline-flex;font-size:.75rem;font-weight:500;justify-content:center;padding:.25rem .5rem;text-transform:capitalize}.vehicles-status-active{background-color:#dcfce7;color:#047857}.vehicles-status-maintenance{background-color:#fff7ed;color:#b45309}.vehicles-status-inactive{background-color:#fee2e2;color:#b91c1c}.vehicles-actions{display:flex;gap:.5rem}.vehicles-action-btn{border:none;border-radius:.25rem;color:#fff;cursor:pointer;padding:.375rem;transition:all .2s}.vehicles-edit-btn{background-color:#3b82f6}.vehicles-edit-btn:hover{background-color:#2563eb}.vehicles-delete-btn{background-color:#ef4444}.vehicles-delete-btn:hover{background-color:#dc2626}.vehicles-empty{align-items:center;background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;justify-content:center;padding:3rem;text-align:center}.vehicles-empty-icon{color:#9ca3af;margin-bottom:1rem}.vehicles-empty-text{color:#374151;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.vehicles-empty p{color:#6b7280;margin-bottom:1.5rem}.vehicles-reset-search{background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:.375rem;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.vehicles-reset-search:hover{background-color:#e5e7eb}.vehicles-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}.vehicles-modal{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.vehicles-details-modal{max-width:700px}.vehicles-delete-modal{max-width:500px}.vehicles-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1rem 1.5rem}.vehicles-modal-header h3{color:#111827;font-size:1.125rem;font-weight:600;margin:0}.vehicles-modal-close{background:none;border:none;border-radius:.25rem;color:#6b7280;cursor:pointer;padding:.25rem;transition:all .2s}.vehicles-modal-close:hover{background-color:#f3f4f6;color:#374151}.vehicles-modal-content{padding:1.5rem}.vehicles-delete-warning{align-items:center;display:flex;flex-direction:column;text-align:center}.vehicles-warning-icon{color:#f59e0b;margin-bottom:1rem}.vehicles-modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.vehicles-delete-confirm-btn{background-color:#ef4444;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s}.vehicles-delete-confirm-btn:hover{background-color:#dc2626}.vehicles-details-content{padding:1.5rem}.vehicles-details-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.vehicles-header-left h2{color:#111827;font-size:1.5rem;font-weight:700;margin:0 0 .25rem}.vehicles-vehicle-number{color:#6b7280;font-size:.875rem}.vehicles-detail-sections{display:flex;flex-direction:column;gap:1.5rem}.vehicles-detail-section{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.vehicles-detail-section-title{align-items:center;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;color:#4b5563;display:flex;font-size:1rem;font-weight:600;margin:0;padding:.75rem 1rem}.vehicles-detail-section-title svg{margin-right:.5rem}.vehicles-detail-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));padding:1rem}.vehicles-detail-item{padding:.5rem}.vehicles-detail-item.full-width{grid-column:1/-1}.vehicles-detail-label{color:#6b7280;font-size:.75rem;font-weight:500;margin-bottom:.25rem}.vehicles-detail-value{color:#111827;font-size:.875rem}.vehicles-notes{line-height:1.5;white-space:pre-line}.vehicles-details-actions{border-top:1px solid #e5e7eb;display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem}.details-btn{align-items:center;border-radius:.375rem;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s}.details-btn svg{margin-right:.5rem}.vehicles-status-btn{background-color:#f59e0b;border:none;color:#fff}.vehicles-status-btn:hover{background-color:#d97706}.vehicles-loading-overlay{align-items:center;background-color:#ffffffb3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1001}.vehicles-spinner{animation:vehicles-spin 1s linear infinite;border:4px solid #e5e7eb80;border-radius:50%;border-top-color:#3b82f6;height:40px;width:40px}@keyframes vehicles-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.vehicles-stats{grid-template-columns:repeat(2,1fr)}.vehicles-form-row{grid-template-columns:1fr}.vehicles-controls{align-items:stretch}.vehicles-controls,.vehicles-filter-options{flex-direction:column}.vehicles-filter-group{width:100%}.vehicles-table{min-width:900px}}@media (max-width:576px){.vehicles-stats{grid-template-columns:1fr}.vehicles-modal{width:95%}.vehicles-details-header{align-items:flex-start;flex-direction:column}.vehicles-details-header .vehicles-status-badge{margin-top:.5rem}.vehicles-details-actions{flex-direction:column}.details-btn{justify-content:center;width:100%}}.transportVehicles-container{background-color:#f8f9fc;min-height:calc(100vh - 70px);padding:1.5rem;position:relative}.transportVehicles-header{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;margin-bottom:1.5rem;padding:1.25rem}.transportVehicles-title-container{align-items:center;display:flex;margin-bottom:1.25rem}.transportVehicles-icon{align-items:center;background-color:#4361ee;border-radius:12px;color:#fff;display:flex;height:52px;justify-content:center;margin-right:1rem;width:52px}.transportVehicles-title{color:#2d3748;font-size:1.5rem;font-weight:600;margin:0}.transportVehicles-controls{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.transportVehicles-search-container{flex:1 1;min-width:250px;position:relative}.transportVehicles-search-icon{color:#718096;left:12px;position:absolute;top:50%;transform:translateY(-50%)}.transportVehicles-search-input{border:1px solid #e2e8f0;border-radius:6px;font-size:14px;padding:10px 10px 10px 40px;transition:border-color .2s;width:100%}.transportVehicles-search-input:focus{border-color:#4361ee;outline:none}.transportVehicles-filter-toggle-btn{align-items:center;background-color:#f0f2f5;border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;cursor:pointer;display:flex;font-size:14px;gap:6px;padding:10px 16px;transition:all .2s}.transportVehicles-filter-toggle-btn:hover{background-color:#e2e8f0}.transportVehicles-add-btn{align-items:center;background-color:#4361ee;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 16px;transition:background-color .2s}.transportVehicles-add-btn:hover{background-color:#3651d3}.transportVehicles-filter-options{border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;padding-top:1rem}.transportVehicles-filter-group{display:flex;flex-direction:column;gap:6px;min-width:200px}.transportVehicles-filter-group label{color:#718096;font-size:13px;font-weight:500}.transportVehicles-filter-select{border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;font-size:14px;padding:8px 12px;transition:border-color .2s}.transportVehicles-filter-select:focus{border-color:#4361ee;outline:none}.transportVehicles-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.5rem}.transportVehicles-stat-box{background:#fff;border-left:5px solid #cbd5e0;border-radius:8px;box-shadow:0 2px 10px #0000000d;display:flex;flex-direction:column;padding:1.25rem}.transportVehicles-stat-box.active{border-left-color:#48bb78}.transportVehicles-stat-box.maintenance{border-left-color:#f6ad55}.transportVehicles-stat-box.inactive{border-left-color:#e53e3e}.transportVehicles-stat-number{color:#2d3748;font-size:1.8rem;font-weight:700;margin-bottom:6px}.transportVehicles-stat-label{color:#718096;font-size:.85rem;font-weight:500}.transportVehicles-list-container{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;padding:1.25rem}.transportVehicles-section-title{color:#2d3748;font-size:1.25rem;font-weight:600;margin-bottom:1.25rem;margin-top:0}.transportVehicles-table-container{overflow-x:auto}.transportVehicles-table{border-collapse:collapse;width:100%}.transportVehicles-table td,.transportVehicles-table th{padding:12px 16px;text-align:left}.transportVehicles-table th{background-color:#f7fafc;border-bottom:1px solid #e2e8f0;color:#718096;font-size:13px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.transportVehicles-table tr{border-bottom:1px solid #edf2f7;transition:background-color .2s}.transportVehicles-table tr:last-child{border-bottom:none}.transportVehicles-table tr:hover{background-color:#f7fafc}.transportVehicles-type{border-radius:4px;display:inline-block;font-size:12px;font-weight:500;padding:4px 8px;text-transform:capitalize}.transportVehicles-type-bus{background-color:#ebf8ff;color:#3182ce}.transportVehicles-type-van{background-color:#fefcbf;color:#b7791f}.transportVehicles-type-car{background-color:#e9d8fd;color:#6b46c1}.transportVehicles-type-truck{background-color:#feebc8;color:#dd6b20}.transportVehicles-status{border-radius:4px;cursor:pointer;display:inline-block;font-size:12px;font-weight:500;padding:4px 8px;text-transform:capitalize}.transportVehicles-status-active{background-color:#c6f6d5;color:#2f855a}.transportVehicles-status-maintenance{background-color:#feebc8;color:#c05621}.transportVehicles-status-inactive{background-color:#fed7d7;color:#c53030}.transportVehicles-expired{color:#e53e3e;font-weight:500}.transportVehicles-expiring-soon{color:#dd6b20;font-weight:500}.transportVehicles-actions{display:flex;gap:8px;white-space:nowrap}.transportVehicles-btn-delete,.transportVehicles-btn-edit,.transportVehicles-btn-view{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;height:32px;justify-content:center;transition:background-color .2s;width:32px}.transportVehicles-btn-view{background-color:#edf2f7;color:#4a5568}.transportVehicles-btn-view:hover{background-color:#e2e8f0}.transportVehicles-btn-edit{background-color:#ebf8ff;color:#3182ce}.transportVehicles-btn-edit:hover{background-color:#bee3f8}.transportVehicles-btn-delete{background-color:#fed7d7;color:#e53e3e}.transportVehicles-btn-delete:hover{background-color:#feb2b2}.transportVehicles-no-data{align-items:center;color:#718096;display:flex;flex-direction:column;justify-content:center;padding:2rem;text-align:center}.transportVehicles-no-data svg{color:#a0aec0;margin-bottom:.5rem}.transportVehicles-loader-container{align-items:center;background-color:#ffffffb3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.transportVehicles-form-container{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;margin-bottom:1.5rem;padding:1.5rem}.transportVehicles-form-header{margin-bottom:1.5rem}.transportVehicles-form-header h2{color:#2d3748;font-size:1.25rem;font-weight:600;margin:0}.transportVehicles-form-section{border-bottom:1px solid #edf2f7;margin-bottom:1.5rem;padding-bottom:1rem}.transportVehicles-form-section:last-child{border-bottom:none;padding-bottom:0}.transportVehicles-form-section h3{color:#4a5568;font-size:1rem;font-weight:500;margin-bottom:1rem;margin-top:0}.transportVehicles-form-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.transportVehicles-form-group{flex:1 1;min-width:250px}.transportVehicles-form-group label{color:#718096;display:block;font-size:14px;font-weight:500;margin-bottom:6px}.transportVehicles-form-group input,.transportVehicles-form-group select,.transportVehicles-form-group textarea{background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;font-size:14px;padding:10px 12px;transition:border-color .2s;width:100%}.transportVehicles-form-group input:focus,.transportVehicles-form-group select:focus,.transportVehicles-form-group textarea:focus{border-color:#4361ee;outline:none}.transportVehicles-form-group textarea{min-height:100px;resize:vertical}.transportVehicles-form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.transportVehicles-cancel-btn{background-color:#f0f2f5;border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;cursor:pointer;font-size:14px;font-weight:500;padding:10px 16px;transition:all .2s}.transportVehicles-cancel-btn:hover{background-color:#e2e8f0}.transportVehicles-submit-btn{background-color:#4361ee;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 16px;transition:background-color .2s}.transportVehicles-submit-btn:hover{background-color:#3651d3}.transportVehicles-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1001}.transportVehicles-modal{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:90vh;max-width:800px;overflow-y:auto;width:100%}.transportVehicles-modal-header{align-items:center;border-bottom:1px solid #edf2f7;display:flex;justify-content:space-between;padding:1.25rem}.transportVehicles-modal-header h2{color:#2d3748;font-size:1.25rem;font-weight:600;margin:0}.transportVehicles-modal-close{background:none;border:none;border-radius:4px;color:#718096;cursor:pointer;padding:4px;transition:background-color .2s}.transportVehicles-modal-close:hover{background-color:#f7fafc;color:#4a5568}.transportVehicles-modal-content{padding:1.25rem}.transportVehicles-modal-section{border-bottom:1px solid #edf2f7;margin-bottom:1.5rem;padding-bottom:1rem}.transportVehicles-modal-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.transportVehicles-modal-section h3{color:#4a5568;font-size:1rem;font-weight:500;margin-bottom:1rem;margin-top:0}.transportVehicles-detail-row{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem}.transportVehicles-detail-item{flex:1 1;min-width:200px}.transportVehicles-detail-label{color:#718096;display:block;font-size:13px;margin-bottom:4px}.transportVehicles-detail-value{color:#2d3748;font-size:15px;font-weight:500}.transportVehicles-notes{background-color:#f7fafc;border-radius:6px;color:#4a5568;font-size:14px;line-height:1.5;padding:12px}.transportVehicles-modal-actions{border-top:1px solid #edf2f7;display:flex;gap:1rem;justify-content:flex-end;padding:1rem 1.25rem}.transportVehicles-action-btn{align-items:center;border-radius:6px;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:8px 16px;transition:all .2s}.transportVehicles-action-btn:first-child{background-color:#ebf8ff;border:1px solid #bee3f8;color:#3182ce}.transportVehicles-action-btn:first-child:hover{background-color:#bee3f8}.transportVehicles-action-btn:last-child{background-color:#fed7d7;border:1px solid #feb2b2;color:#e53e3e}.transportVehicles-action-btn:last-child:hover{background-color:#feb2b2}.transportVehicles-maintenance-header{align-items:center;margin-bottom:1rem}.transportVehicles-maintenance-add-btn{align-items:center;background-color:#4361ee;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:8px 12px;transition:background-color .2s}.transportVehicles-maintenance-add-btn:hover{background-color:#3651d3}.transportVehicles-maintenance-form{background-color:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.transportVehicles-maintenance-form h4{color:#4a5568;font-size:.95rem;margin-bottom:1rem;margin-top:0}.transportVehicles-maintenance-records{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.transportVehicles-maintenance-card{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.transportVehicles-maintenance-routine{border-left:4px solid #4299e1}.transportVehicles-maintenance-repair{border-left:4px solid #ed8936}.transportVehicles-maintenance-inspection{border-left:4px solid #48bb78}.transportVehicles-maintenance-accident{border-left:4px solid #e53e3e}.transportVehicles-maintenance-other{border-left:4px solid #805ad5}.transportVehicles-maintenance-header{background-color:#f7fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:12px}.transportVehicles-maintenance-date,.transportVehicles-maintenance-type{align-items:center;color:#4a5568;display:flex;font-size:13px;font-weight:500;gap:8px}.transportVehicles-maintenance-body{padding:12px}.transportVehicles-maintenance-body h4{color:#2d3748;font-size:15px;margin-bottom:12px;margin-top:0}.transportVehicles-maintenance-details{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:12px}.transportVehicles-maintenance-detail{align-items:center;color:#4a5568;display:flex;font-size:13px;gap:6px}.transportVehicles-maintenance-notes{border-top:1px dashed #e2e8f0;color:#718096;font-size:13px;padding-top:8px}.transportVehicles-confirm-modal{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-width:400px;width:100%}.transportVehicles-confirm-header{align-items:center;border-bottom:1px solid #edf2f7;color:#e53e3e;display:flex;gap:12px;padding:1.25rem}.transportVehicles-confirm-header h3{font-size:1.25rem;font-weight:600;margin:0}.transportVehicles-confirm-content{color:#4a5568;padding:1.25rem}.transportVehicles-confirm-actions{border-top:1px solid #edf2f7;display:flex;gap:1rem;justify-content:flex-end;padding:1rem 1.25rem}.transportVehicles-delete-btn{background-color:#e53e3e;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .2s}.transportVehicles-delete-btn:hover{background-color:#c53030}@media (max-width:768px){.transportVehicles-controls{align-items:stretch;flex-direction:column}.transportVehicles-search-container{width:100%}.transportVehicles-add-btn,.transportVehicles-filter-toggle-btn{justify-content:center;width:100%}.transportVehicles-stats{grid-template-columns:repeat(2,1fr)}.transportVehicles-form-row{flex-direction:column}.transportVehicles-form-group{width:100%}.transportVehicles-maintenance-records{grid-template-columns:1fr}.transportVehicles-detail-row{flex-direction:column;gap:.75rem}.transportVehicles-form-actions,.transportVehicles-modal-actions{flex-direction:column}.transportVehicles-action-btn{justify-content:center;width:100%}}.Toastify__toast{border-radius:8px;box-shadow:0 4px 12px #0000001a}.Toastify__toast--success{background-color:#48bb78}.Toastify__toast--error{background-color:#e53e3e}.Toastify__toast-body{font-family:inherit;font-size:14px;padding:12px}.Toastify__progress-bar{height:4px}.payroll-container{font-family:Inter,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.payroll-header{border-bottom:1px solid #e0e0e0;margin-bottom:24px;padding-bottom:16px}.payroll-header h1{color:#1a237e;font-size:24px;font-weight:600;margin-bottom:8px}.payroll-header p{color:#64748b;font-size:14px}.payroll-content{display:flex;flex-direction:column;gap:24px}.payroll-search-section{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px}.payroll-search-container{position:relative}.payroll-search-bar{display:flex;gap:12px}.payroll-search-bar input{border:1px solid #e0e0e0;border-radius:6px;flex-grow:1;font-size:14px;outline:none;padding:12px 16px;transition:border .2s}.payroll-search-bar input:focus{border-color:#3f51b5}.payroll-search-button{align-items:center;background-color:#3f51b5;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:0 16px;transition:background-color .2s}.payroll-search-button:hover{background-color:#303f9f}.payroll-search-results{border:1px solid #e0e0e0;border-radius:6px;margin-top:16px;max-height:300px;overflow-y:auto}.payroll-student-card{align-items:center;border-bottom:1px solid #e0e0e0;cursor:pointer;display:flex;padding:12px 16px;transition:background-color .2s}.payroll-student-card:hover{background-color:#f5f5f5}.payroll-student-card:last-child{border-bottom:none}.payroll-student-avatar{align-items:center;background-color:#e8eaf6;border-radius:50%;color:#3f51b5;display:flex;height:36px;justify-content:center;margin-right:12px;width:36px}.payroll-student-info h3{font-size:14px;font-weight:500;margin:0 0 4px}.payroll-student-info p{color:#64748b;font-size:12px;margin:0}.payroll-no-results{color:#64748b;font-size:14px;padding:16px;text-align:center}.payroll-payment-section{display:flex;flex-direction:column;gap:24px}.payroll-fee-selection,.payroll-payment-method,.payroll-payment-summary,.payroll-student-details{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px}.payroll-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.payroll-section-header h2{color:#1a237e;font-size:18px;font-weight:600;margin:0}.payroll-back-button,.payroll-clear-button{align-items:center;background-color:initial;border:1px solid #e0e0e0;border-radius:6px;color:#64748b;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:6px 12px;transition:all .2s}.payroll-back-button:hover,.payroll-clear-button:hover{background-color:#f5f5f5;color:#3f51b5}.payroll-student-profile{align-items:center;display:flex;gap:16px}.payroll-student-avatar-large{align-items:center;background-color:#e8eaf6;border-radius:50%;color:#3f51b5;display:flex;height:64px;justify-content:center;width:64px}.payroll-student-info-detailed h2{color:#1a237e;font-size:20px;font-weight:600;margin:0 0 8px}.payroll-student-metadata{grid-gap:8px;display:grid;font-size:14px;gap:8px;grid-template-columns:repeat(2,1fr)}.payroll-student-metadata div{color:#64748b}.payroll-student-metadata strong{color:#333;font-weight:500}.payroll-fee-types{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.payroll-fee-card{border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;padding:16px;transition:all .2s}.payroll-fee-card:hover{border-color:#3f51b5;transform:translateY(-2px)}.payroll-fee-card.payroll-selected{background-color:#e8eaf6;border-color:#3f51b5}.payroll-fee-type-name{font-weight:500;margin-bottom:8px}.payroll-fee-amount{color:#1a237e;font-size:16px;font-weight:600}.payroll-fee-amount input{border:1px solid #e0e0e0;border-radius:4px;font-size:14px;outline:none;padding:8px;width:100%}.payroll-fee-amount input:focus{border-color:#3f51b5}.payroll-payment-methods{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.payroll-payment-method-card{align-items:center;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;gap:8px;padding:16px;transition:all .2s}.payroll-payment-method-card:hover{border-color:#3f51b5;transform:translateY(-2px)}.payroll-payment-method-card.payroll-selected{background-color:#e8eaf6;border-color:#3f51b5}.payroll-payment-method-card span{font-size:14px;font-weight:500}.payroll-summary-content{display:flex;flex-direction:column;gap:16px}.payroll-summary-fees{display:flex;flex-direction:column;gap:8px}.payroll-summary-fee-item{border-bottom:1px dashed #e0e0e0;padding:8px 0}.payroll-summary-fee-item,.payroll-total{display:flex;justify-content:space-between}.payroll-total{border-top:1px solid #e0e0e0;color:#1a237e;font-size:18px;font-weight:600;padding:16px 0}.payroll-generate-receipt-button{align-items:center;background-color:#4caf50;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;margin-top:16px;padding:12px;transition:background-color .2s;width:100%}.payroll-generate-receipt-button:hover{background-color:#388e3c}.payroll-receipt-preview{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px}.payroll-receipt{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;margin:20px 0;padding:24px}.payroll-receipt-header{border-bottom:1px solid #e0e0e0;display:flex;gap:16px;margin-bottom:24px;padding-bottom:16px}.payroll-institution-logo{flex-shrink:0}.payroll-logo-placeholder{align-items:center;background-color:#000;border-radius:4px;color:#3f51b5;display:flex;font-weight:700;height:80px;justify-content:center;width:80px}.payroll-logo-placeholder img{height:100%;width:100%}.payroll-institution-details h2{color:#1a237e;font-size:20px;font-weight:600;margin:0 0 8px}.payroll-institution-details p{color:#64748b;font-size:14px;margin:0 0 4px}.payroll-receipt-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.payroll-receipt-title h2{color:#1a237e;font-size:18px;font-weight:600;margin:0}.payroll-receipt-id p{font-size:14px;margin:0 0 4px;text-align:right}.payroll-receipt-fees h3,.payroll-receipt-payment h3,.payroll-receipt-student h3{color:#1a237e;font-size:16px;font-weight:600;margin:0 0 12px}.payroll-receipt-student-info{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);margin-bottom:24px}.payroll-receipt-student-info p{font-size:14px;margin:0 0 8px}.payroll-receipt-table{border-collapse:collapse;margin-bottom:24px;width:100%}.payroll-receipt-table td,.payroll-receipt-table th{border-bottom:1px solid #e0e0e0;font-size:14px;padding:12px;text-align:left}.payroll-receipt-table th{background-color:#f5f5f5;font-weight:500}.payroll-receipt-table tfoot td{color:#1a237e;font-weight:600}.payroll-receipt-payment{margin-bottom:24px}.payroll-receipt-payment p{font-size:14px;margin:0 0 8px}.payroll-status-success{color:#4caf50;font-weight:500}.payroll-receipt-footer{display:flex;justify-content:space-between;margin-top:40px}.payroll-authorized-signature{text-align:center;width:200px}.payroll-signature-line{border-bottom:1px solid #000;margin-bottom:8px}.payroll-receipt-notes{color:#64748b;font-size:12px;max-width:300px}.payroll-receipt-actions{display:flex;justify-content:center;margin-top:24px}.payroll-download-button{align-items:center;background-color:#3f51b5;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:12px 24px;transition:background-color .2s}.payroll-download-button:hover{background-color:#303f9f}.payroll-success-message{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:16px;padding:40px 20px;text-align:center}.payroll-success-icon{align-items:center;background-color:#4caf501a;border-radius:50%;color:#4caf50;display:flex;height:80px;justify-content:center;margin-bottom:8px;width:80px}.payroll-success-message h2{color:#1a237e;font-size:24px;font-weight:600;margin:0}.payroll-success-message p{color:#64748b;font-size:16px;margin:0}.payroll-fee-card:hover,.payroll-payment-method-card:hover{box-shadow:0 4px 12px #3f51b526}.payroll-success-message{animation:fadeIn .5s ease-out forwards}.payroll-fee-amount input:focus,.payroll-search-bar input:focus{border-color:#3f51b5;box-shadow:0 0 0 3px #3f51b533}.payroll-download-button:active,.payroll-generate-receipt-button:active,.payroll-search-button:active{transform:translateY(1px)}@media (max-width:768px){.payroll-fee-types,.payroll-receipt-student-info,.payroll-student-metadata{grid-template-columns:1fr}.payroll-payment-methods{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.payroll-receipt-title{align-items:flex-start;flex-direction:column;gap:12px}.payroll-receipt-id p{text-align:left}.payroll-receipt-footer{align-items:center;flex-direction:column;gap:24px}.payroll-receipt-notes{max-width:100%;text-align:center}}@media print{.payroll-container{max-width:100%;padding:0}.payroll-back-button,.payroll-header,.payroll-receipt-actions,.payroll-section-header{display:none}.payroll-receipt{border:none;box-shadow:none;padding:0}body{background-color:#fff}}.payroll-back-button,.payroll-clear-button,.payroll-download-button,.payroll-fee-card,.payroll-generate-receipt-button,.payroll-payment-method-card,.payroll-student-card{transition:all .2s ease-in-out}.payroll-search-results::-webkit-scrollbar{width:8px}.payroll-search-results::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.payroll-search-results::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:4px}.payroll-search-results::-webkit-scrollbar-thumb:hover{background:#9e9e9e}.payroll-fee-card.payroll-selected,.payroll-payment-method-card.payroll-selected{background-color:#e8eaf6;border-color:#3f51b5;position:relative}.payroll-account-details{margin-top:15px}.payroll-qr-code{max-height:200px;max-width:200px}.payroll-qr-code img{width:100%}.payroll-upi-details p{padding:5px 0}.payroll-fee-card.payroll-selected:after,.payroll-payment-method-card.payroll-selected:after{background-color:#3f51b5;border-radius:6px 6px 0 0;content:"";height:3px;left:-1px;position:absolute;right:-1px;top:-1px}::placeholder{color:#a0aec0;opacity:1}.payroll-receipt-table{border:1px solid #e0e0e0;border-radius:4px;overflow:hidden}.payroll-receipt-table th:first-child{border-top-left-radius:4px}.payroll-receipt-table th:last-child{border-top-right-radius:4px}.payroll-button-loading{opacity:.8;pointer-events:none;position:relative}.payroll-button-loading:after{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;content:"";height:16px;left:calc(50% - 8px);position:absolute;top:calc(50% - 8px);width:16px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.payroll-generate-receipt-button:hover{animation:pulse 1s infinite}.Records-container{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0 auto;max-width:1400px;padding:24px}.Records-header{margin-bottom:24px}.Records-header h1{color:#1a202c;font-size:28px;font-weight:600;margin:0}.Records-header p{color:#718096;font-size:15px;margin-top:8px}.Records-controls{margin-bottom:24px}.Records-search{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}.Records-search-bar{flex-grow:1;position:relative}.Records-search-bar input{border:1px solid #e2e8f0;border-radius:8px;font-size:14px;padding:12px 16px 12px 42px;transition:all .2s;width:100%}.Records-search-bar input:focus{border-color:#4299e1;box-shadow:0 0 0 3px #4299e126;outline:none}.Records-search-icon{color:#718096;left:14px;position:absolute;top:50%;transform:translateY(-50%)}.Records-filter-button{align-items:center;background-color:#edf2f7;border:none;border-radius:8px;color:#4a5568;cursor:pointer;display:flex;font-weight:500;gap:8px;padding:12px 16px;transition:all .2s}.Records-filter-button:hover{background-color:#e2e8f0}.Records-filters-panel{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;margin-bottom:24px;padding:20px}.Records-filters-form{display:flex;flex-direction:column;gap:16px}.Records-filter-row{display:flex;flex-wrap:wrap;gap:16px}.Records-filter-group{flex:1 1;min-width:200px}.Records-filter-group label{color:#4a5568;display:block;font-size:14px;font-weight:500;margin-bottom:6px}.Records-filter-group input,.Records-filter-group select{background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;padding:10px 12px;width:100%}.Records-filter-group input:focus,.Records-filter-group select:focus{border-color:#4299e1;box-shadow:0 0 0 2px #4299e126;outline:none}.Records-filter-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.Records-apply-button,.Records-clear-button{border-radius:6px;cursor:pointer;font-weight:500;padding:10px 16px;transition:all .2s}.Records-apply-button{background-color:#3182ce;border:none;color:#fff}.Records-apply-button:hover{background-color:#2c5282}.Records-clear-button{background-color:#fff;border:1px solid #e2e8f0;color:#4a5568}.Records-clear-button:hover{background-color:#f7fafc}.Records-table-container{border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;overflow-x:auto}.Records-table{border-collapse:collapse;width:100%}.Records-table th{background-color:#f8fafc;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:14px;font-weight:600;padding:14px 20px;text-align:left}.Records-table td{border-bottom:1px solid #edf2f7;color:#2d3748;font-size:14px;padding:14px 20px}.Records-table tr:last-child td{border-bottom:none}.Records-table tr:hover{background-color:#f7fafc}.Records-amount{color:#2d3748;font-weight:600}.Records-payment-method{border-radius:16px;display:inline-block;font-size:12px;font-weight:500;padding:4px 12px}.Records-method-upi{background-color:#ebf8ff;color:#2b6cb0}.Records-method-bank-transfer{background-color:#e6fffa;color:#2c7a7b}.Records-method-cash{background-color:#faf5ff;color:#6b46c1}.Records-actions{display:flex;gap:8px}.Records-download-button,.Records-view-button{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s;width:36px}.Records-view-button:hover{background-color:#f7fafc;color:#3182ce}.Records-download-button:hover{background-color:#f7fafc;color:#38a169}.Records-pagination{background-color:#f8fafc;border-radius:8px;gap:16px;justify-content:center;margin-top:24px;padding:16px}.Records-pagination,.Records-pagination-button{align-items:center;border:1px solid #e2e8f0;display:flex}.Records-pagination-button{background-color:#fff;border-radius:6px;cursor:pointer;padding:8px 12px;transition:all .2s}.Records-pagination-button:disabled{cursor:not-allowed;opacity:.5}.Records-pagination-button:not(:disabled):hover{background-color:#edf2f7;color:#3182ce}.Records-page-info{color:#4a5568;font-size:14px}.Records-no-data{background-color:#f8fafc;border:2px dashed #e2e8f0;border-radius:12px;padding:48px 24px;text-align:center}.Records-no-data svg{color:#a0aec0;margin-bottom:16px}.Records-no-data h3{color:#2d3748;margin-bottom:8px}.Records-no-data p{color:#718096;margin:0 auto 24px;max-width:400px}.Records-reset-button{background-color:#edf2f7;border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;cursor:pointer;padding:10px 20px;transition:all .2s}.Records-reset-button:hover{background-color:#e2e8f0}.Records-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}.Records-receipt-modal{background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;max-height:90vh;max-width:800px;overflow-y:auto;width:90%}.Records-modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:20px 24px}.Records-modal-header h2{color:#1a202c;font-size:20px;margin:0}.Records-modal-close{background:none;border:none;border-radius:4px;color:#a0aec0;cursor:pointer;font-size:24px;padding:4px 8px}.Records-modal-close:hover{background-color:#f7fafc;color:#e53e3e}.Records-modal-content{padding:24px}.Records-receipt-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:32px}.Records-receipt-title{align-items:center;display:flex;gap:16px}.Records-pdf-icon{color:#3182ce}.Records-receipt-download{align-items:center;background-color:#3182ce;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;gap:8px;padding:10px 16px;transition:all .2s}.Records-receipt-download:hover{background-color:#2c5282}.Records-detail-section{margin-bottom:32px}.Records-detail-section h4{color:#2d3748;font-size:16px;margin-bottom:16px}.Records-detail-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.Records-detail-item{display:flex;flex-direction:column;gap:4px}.Records-detail-label{color:#718096;font-size:12px}.Records-detail-value{color:#2d3748;font-size:14px;font-weight:500}.Records-amount-large{color:#2d3748;font-size:18px;font-weight:600}.Records-fee-table{border-collapse:collapse;margin-top:12px;width:100%}.Records-fee-table td,.Records-fee-table th{border-bottom:1px solid #e2e8f0;padding:12px;text-align:left}.Records-fee-table th{background-color:#f7fafc;color:#4a5568;font-weight:500}.Records-fee-table tfoot td{border-top:2px solid #e2e8f0;font-weight:600}.Records-pdf-preview{background-color:#f7fafc;border-radius:8px;padding:32px;text-align:center}.Records-pdf-placeholder{align-items:center;color:#718096;display:flex;flex-direction:column;gap:12px}.Records-open-pdf{background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#3182ce;cursor:pointer;padding:8px 16px;transition:all .2s}.Records-open-pdf:hover{background-color:#ebf8ff}.Records-loading{padding:48px 0;text-align:center}.Records-spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#3182ce;height:40px;margin:0 auto 16px;width:40px}.adminReports-container{margin:0 auto}.adminReports-header{border-bottom:1px solid #dee2e6;margin-bottom:2rem;padding-bottom:1.5rem}.adminReports-title-container{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.adminReports-title-icon{color:#7146f4;font-size:2rem}.adminReports-title{color:#343a40;font-size:1.8rem;font-weight:700;margin:0}.adminReports-stats{display:flex;flex-wrap:wrap;gap:1rem}.adminReports-stat-box{align-items:center;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 12px #00000014;display:flex;flex:1 1;gap:1rem;min-width:220px;padding:1.25rem;transition:all .3s ease}.adminReports-stat-box:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-3px)}.adminReports-stat-icon{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:1.4rem;height:50px;justify-content:center;width:50px}.adminReports-stat-icon-total{background-color:#7146f4}.adminReports-stat-icon-student{background-color:#2e8b57}.adminReports-stat-icon-faculty{background-color:#e67e22}.adminReports-stat-info{display:flex;flex-direction:column}.adminReports-stat-number{color:#343a40;font-size:1.8rem;font-weight:700;line-height:1.1}.adminReports-stat-label{color:#6c757d;font-size:.9rem}.adminReports-filters{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 8px #00000014;margin-bottom:2rem;padding:1.5rem}.adminReports-filter-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.adminReports-filter-group{flex:1 1;min-width:200px}.adminReports-filter-label{color:#495057;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.adminReports-filter-select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23495057'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid #ced4da;border-radius:.375rem;color:#495057;font-size:.875rem;padding:.625rem 1rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.adminReports-filter-select:focus{border-color:#7146f4;box-shadow:0 0 0 .2rem #7146f440;outline:0}.adminReports-search-container{align-items:center;display:flex;position:relative}.adminReports-search-icon{color:#6c757d;left:1rem;position:absolute}.adminReports-search-input{border:1px solid #ced4da;border-radius:.375rem;color:#495057;flex:1 1;font-size:.875rem;padding:.625rem 1rem .625rem 2.5rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.adminReports-search-input:focus{border-color:#7146f4;box-shadow:0 0 0 .2rem #7146f440;outline:0}.adminReports-search-clear{background:none;color:#6c757d;display:flex;position:absolute;right:8rem}.adminReports-btn,.adminReports-search-clear{align-items:center;border:none;cursor:pointer;font-size:.875rem;justify-content:center}.adminReports-btn{border-radius:.375rem;display:inline-flex;font-weight:500;gap:.5rem;padding:.625rem 1rem;transition:all .2s ease}.adminReports-btn-clear-filters{background-color:#e9ecef;color:#495057;margin-left:1rem}.adminReports-btn-clear-filters:hover{background-color:#dee2e6}.adminReports-content{margin-bottom:2rem}.adminReports-loading{align-items:center;display:flex;flex-direction:column;justify-content:center}.adminReports-empty,.adminReports-loading,.adminReports-no-results{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 8px #00000014;padding:3rem}.adminReports-empty,.adminReports-no-results{text-align:center}.adminReports-empty-icon{color:#dee2e6;font-size:3rem;margin-bottom:1.5rem}.adminReports-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.adminReports-card{background-color:#fff;border-radius:.5rem;border-top:4px solid #7146f4;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.adminReports-card:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-5px)}.adminReports-card-completed{border-top-color:#2e8b57}.adminReports-card-pending{border-top-color:#f39c12}.adminReports-card-draft{border-top-color:#6c757d}.adminReports-card-header{align-items:flex-start;border-bottom:1px solid #f1f3f5;display:flex;gap:1rem;padding:1.25rem}.adminReports-card-icon{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;width:40px}.adminReports-type-student{background-color:#2e8b57}.adminReports-type-faculty{background-color:#e67e22}.adminReports-type-class{background-color:#3498db}.adminReports-type-department{background-color:#9b59b6}.adminReports-type-financial{background-color:#e74c3c}.adminReports-type-attendance{background-color:#1abc9c}.adminReports-type-other{background-color:#7146f4}.adminReports-card-title-group{flex:1 1}.adminReports-card-title{align-items:center;color:#343a40;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;margin:0 0 .5rem}.adminReports-file-indicator{color:#e74c3c;font-size:.9rem}.adminReports-card-meta-top{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.adminReports-category-badge,.adminReports-period-badge,.adminReports-status-badge,.adminReports-type-badge{border-radius:.25rem;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.adminReports-status-badge,.adminReports-type-badge{color:#fff}.adminReports-status-completed{background-color:#2e8b57}.adminReports-status-pending{background-color:#f39c12}.adminReports-status-draft{background-color:#6c757d}.adminReports-category-badge,.adminReports-period-badge{background-color:#e9ecef;color:#495057}.adminReports-card-body{flex:1 1;padding:1.25rem}.adminReports-card-meta{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.adminReports-card-description{color:#6c757d;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.adminReports-card-details{display:flex;flex-direction:column;gap:.5rem}.adminReports-card-detail{align-items:center;color:#495057;display:flex;font-size:.8125rem;gap:.5rem}.adminReports-card-footer{align-items:center;background-color:#f8f9fa;border-top:1px solid #f1f3f5;display:flex;justify-content:space-between;padding:1rem 1.25rem}.adminReports-card-created{color:#6c757d;font-size:.8125rem}.adminReports-card-actions{align-items:center;display:flex;gap:.5rem}.adminReports-btn-download,.adminReports-btn-print,.adminReports-btn-view{align-items:center;border-radius:50%;display:flex;height:32px;justify-content:center;padding:0;width:32px}.adminReports-btn-download{background-color:#e74c3c;color:#fff}.adminReports-btn-print{background-color:#3498db;color:#fff}.adminReports-btn-view{background-color:#7146f4;color:#fff}.adminReports-btn-download:hover{background-color:#c0392b}.adminReports-btn-print:hover{background-color:#2980b9}.adminReports-btn-view:hover{background-color:#5a32d4}.adminReports-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.adminReports-modal{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 25px #00000026;display:flex;flex-direction:column;max-height:90vh;max-width:800px;overflow:hidden;width:100%}.adminReports-modal-header{align-items:center;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;padding:1.25rem}.adminReports-modal-title-container{align-items:center;display:flex;gap:1rem}.adminReports-modal-icon{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;width:40px}.adminReports-modal-title{color:#343a40;font-size:1.25rem;font-weight:600;margin:0}.adminReports-modal-close{background:none;border:none;border-radius:50%;color:#adb5bd;cursor:pointer;display:flex;font-size:1.25rem;padding:.5rem;transition:background-color .2s ease}.adminReports-modal-close:hover{background-color:#f8f9fa;color:#495057}.adminReports-modal-content{overflow-y:auto;padding:1.5rem}.adminReports-view-content{display:flex;flex-direction:column;gap:1.5rem}.adminReports-view-header{margin-bottom:1rem}.adminReports-view-title{color:#343a40;font-size:1.5rem;font-weight:700;margin:0 0 1rem}.adminReports-view-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.adminReports-view-details{grid-gap:1rem;background-color:#f8f9fa;border-radius:.5rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:1.25rem}.adminReports-view-detail{display:flex;flex-direction:column;gap:.25rem}.adminReports-view-label{align-items:center;color:#6c757d;display:flex;font-size:.8125rem;font-weight:500;gap:.5rem}.adminReports-view-value{color:#343a40;font-size:.9375rem;font-weight:500}.adminReports-view-section-title{color:#343a40;font-size:1.1rem;font-weight:600;margin:0 0 1rem}.adminReports-view-text{color:#495057;font-size:.9375rem;line-height:1.6}.adminReports-view-body{margin-bottom:1.5rem}.adminReports-chart-placeholder{align-items:center;background-color:#f8f9fa;border-radius:.5rem;display:flex;flex-direction:column;height:200px;justify-content:flex-end;padding:1.25rem;position:relative}.adminReports-chart-bars{align-items:flex-end;display:flex;gap:.5rem;height:150px;justify-content:space-around;width:100%}.adminReports-chart-bar{background-color:#7146f4;border-radius:4px 4px 0 0;position:relative;width:12%}.adminReports-chart-bar:nth-child(2n){background-color:#3498db}.adminReports-chart-note{color:#6c757d;font-size:.8125rem;font-style:italic;margin-top:1rem;text-align:center}.adminReports-view-download{margin-bottom:1.5rem}.adminReports-download-link{align-items:center;background-color:#f8f9fa;border-radius:.5rem;color:#343a40;display:flex;font-weight:500;gap:.75rem;padding:1rem;text-decoration:none;transition:background-color .2s ease}.adminReports-download-icon{color:#e74c3c;font-size:1.5rem}.adminReports-action-icon{color:#6c757d;margin-left:auto}.adminReports-download-link:hover{background-color:#e9ecef}.adminReports-view-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.adminReports-btn-print-full{background-color:#3498db;color:#fff}.adminReports-btn-print-full:hover{background-color:#2980b9}.adminReports-btn-primary{background-color:#7146f4;color:#fff}.adminReports-btn-primary:hover{background-color:#5a32d4}.adminReports-btn-secondary{background-color:#6c757d;color:#fff}.adminReports-btn-secondary:hover{background-color:#5a6268}@media (max-width:768px){.adminReports-container{padding:1rem}.adminReports-grid{grid-template-columns:1fr}.adminReports-filter-row{flex-direction:column}.adminReports-filter-group{width:100%}.adminReports-search-container{flex-direction:column}.adminReports-search-input{width:100%}.adminReports-btn-clear-filters{margin-left:0;margin-top:.5rem;width:100%}.adminReports-search-clear{right:1rem}.adminReports-view-details{grid-template-columns:1fr}.adminReports-modal{border-radius:0;height:100%;max-height:100%;max-width:100%;width:100%}.adminReports-modal-content{padding:1rem}}.teacher-dashboard-header{align-items:center;background:linear-gradient(135deg,#3b82f6,#10b981);border-radius:16px;box-shadow:0 8px 24px #3b82f633;color:#fff;display:flex;justify-content:space-between;margin-bottom:2.5rem;overflow:hidden;padding:2rem;position:relative}.teacher-dashboard-header:before{background:radial-gradient(circle at 10% 20%,#fff3 0,#0000 50%);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.teacher-dashboard-welcome h1{font-size:1.875rem;font-weight:700;letter-spacing:-.025em;margin-bottom:.5rem}.teacher-dashboard-date{align-items:center;display:flex;font-size:1rem;font-weight:500;opacity:.9}.teacher-dashboard-icon{color:#ffffffe6;margin-right:.75rem}.teacher-dashboard-stats{display:flex;gap:1.5rem}.teacher-dashboard-stat-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:12px;display:flex;min-width:120px;padding:1rem 1.5rem;transition:all .3s ease}.teacher-dashboard-stat-card:hover{background:#ffffff4d;box-shadow:0 4px 12px #0000001a;transform:translateY(-4px)}.teacher-dashboard-stat-icon{color:#fff;margin-right:1rem}.teacher-dashboard-stat-value{font-size:1.5rem;font-weight:700;margin:0}.teacher-dashboard-stat-label{font-size:.875rem;margin:0;opacity:.8}.teacher-dashboard-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.teacher-dashboard-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #0000000d;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.teacher-dashboard-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-6px)}.teacher-dashboard-card-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.teacher-dashboard-card-header h2{align-items:center;color:#1f2937;display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;margin:0}.teacher-dashboard-classes{grid-column:span 1;grid-row:span 1}.teacher-dashboard-class-item{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;padding:1rem 1.5rem;transition:background .2s}.teacher-dashboard-class-item:hover{background:#f9fafb}.teacher-dashboard-class-item:last-child{border-bottom:none}.teacher-dashboard-class-time{background:#dbeafe;border-radius:10px;color:#2563eb;font-size:.875rem;font-weight:600;margin-right:1.25rem;min-width:90px;padding:.5rem 1rem;text-align:center}.teacher-dashboard-class-details h3{color:#1f2937;font-size:1rem;margin:0 0 .25rem}.teacher-dashboard-class-details p{color:#6b7280;font-size:.875rem;margin:0}.teacher-dashboard-attendance,.teacher-dashboard-performance{grid-column:span 1}.teacher-dashboard-card-body{flex:1 1;padding:1.5rem}.teacher-dashboard-assignments{grid-column:span 1;grid-row:span 1}.teacher-dashboard-assignments .teacher-dashboard-card-body,.teacher-dashboard-tasks .teacher-dashboard-card-body{display:flex;flex-direction:column;min-height:300px}.teacher-dashboard-assignment-item{border-bottom:1px solid #f3f4f6;padding:1rem 1.5rem;transition:background .2s}.teacher-dashboard-assignment-item:hover{background:#f9fafb}.teacher-dashboard-assignment-item:last-child{border-bottom:none}.teacher-dashboard-assignment-content h3{color:#1f2937;font-size:1rem;margin:0 0 .25rem}.teacher-dashboard-assignment-content p{color:#6b7280;font-size:.875rem;margin:0}.teacher-dashboard-tasks{grid-column:span 1}.teacher-dashboard-task-item{align-items:center;display:flex;padding:.75rem 1.5rem;transition:background .2s}.teacher-dashboard-task-item:hover{background:#f9fafb}.teacher-dashboard-task-checkbox{align-items:center;border:2px solid #d1d5db;border-radius:8px;cursor:pointer;display:flex;height:24px;justify-content:center;margin-right:1rem;transition:all .2s;width:24px}.teacher-dashboard-task-checkbox.teacher-dashboard-completed{background:#10b981;border-color:#10b981;color:#fff}.teacher-dashboard-task-title{color:#1f2937;font-size:.875rem}.teacher-dashboard-completed-text{color:#9ca3af;text-decoration:line-through}.teacher-dashboard-announcements{grid-column:span 1}.teacher-dashboard-announcement-item{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:1rem 1.5rem;transition:background .2s}.teacher-dashboard-announcement-item:hover{background:#f9fafb}.teacher-dashboard-announcement-item:last-child{border-bottom:none}.teacher-dashboard-announcement-content h3{color:#1f2937;font-size:1rem;margin:0 0 .25rem}.teacher-dashboard-announcement-content p{color:#6b7280;font-size:.875rem;margin:0}.teacher-dashboard-priority{border-radius:9999px;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.teacher-dashboard-priority-high{background:#fee2e2;color:#dc2626}.teacher-dashboard-priority-medium{background:#fef3c7;color:#d97706}.teacher-dashboard-priority-low{background:#d1fae5;color:#059669}@media (max-width:1200px){.teacher-dashboard-grid{grid-template-columns:repeat(2,1fr)}.teacher-dashboard-announcements,.teacher-dashboard-assignments,.teacher-dashboard-attendance,.teacher-dashboard-classes,.teacher-dashboard-performance,.teacher-dashboard-tasks{grid-column:span 1}.teacher-dashboard-assignments .teacher-dashboard-card-body,.teacher-dashboard-tasks .teacher-dashboard-card-body{min-height:250px}}@media (max-width:768px){.teacher-dashboard-container{padding:1.5rem}.teacher-dashboard-header{align-items:flex-start;flex-direction:column;padding:1.5rem}.teacher-dashboard-stats{justify-content:space-between;margin-top:1.5rem;width:100%}.teacher-dashboard-grid{grid-template-columns:1fr}.teacher-dashboard-announcements,.teacher-dashboard-assignments,.teacher-dashboard-attendance,.teacher-dashboard-classes,.teacher-dashboard-performance,.teacher-dashboard-tasks{grid-column:span 1;grid-row:auto}.teacher-dashboard-assignments .teacher-dashboard-card-body,.teacher-dashboard-tasks .teacher-dashboard-card-body{min-height:200px}}@media (max-width:576px){.teacher-dashboard-container{padding:1rem}.teacher-dashboard-welcome h1{font-size:1.5rem}.teacher-dashboard-stats{flex-direction:column;gap:.75rem}.teacher-dashboard-stat-card{width:100%}}.teacherprofile-container{background-color:#f8fafc;border-radius:8px;box-shadow:0 0 20px #0000000d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0 auto;max-width:1200px}.teacherprofile-header{background:linear-gradient(135deg,#4f46e5,#7e57c2);border-radius:8px 8px 0 0;color:#fff;padding:24px}.teacherprofile-header-content{align-items:center;display:flex;justify-content:space-between}.teacherprofile-header h1{font-size:24px;font-weight:600;margin:0}.teacherprofile-actions{display:flex;gap:10px}.teacherprofile-button{align-items:center;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:8px 16px;transition:all .2s ease}.teacherprofile-button.edit{background-color:#fff;color:#4f46e5}.teacherprofile-button.edit:hover{background-color:#f9fafb}.teacherprofile-button.save{background-color:#10b981;color:#fff}.teacherprofile-button.save:hover{background-color:#059669}.teacherprofile-button.cancel{background-color:#f3f4f6;color:#1f2937}.teacherprofile-button.cancel:hover{background-color:#e5e7eb}.teacherprofile-content{display:flex;gap:24px;padding:24px}.teacherprofile-sidebar{flex:0 0 300px}.teacherprofile-main{flex:1 1}.teacherprofile-image-container{align-items:center;display:flex;flex-direction:column;margin-bottom:24px}.teacherprofile-image,.teacherprofile-image-placeholder{box-shadow:0 4px 12px #0000001a;height:180px;width:180px}.teacherprofile-image-placeholder{background-color:#e5e7eb;color:#9ca3af}.teacherprofile-upload-container{margin-top:12px}.teacherprofile-upload-button{background-color:#4f46e5;border-radius:4px;font-size:14px;padding:8px 16px;transition:background-color .2s ease}.teacherprofile-upload-button:hover{background-color:#4338ca}.teacherprofile-info-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;margin-bottom:24px;padding:20px;text-align:center}.teacherprofile-name{color:#1f2937;font-size:20px;font-weight:600;margin:0 0 8px}.teacherprofile-position{color:#4f46e5;font-size:16px;font-weight:500;margin-bottom:4px}.teacherprofile-department{color:#6b7280;font-size:14px;margin-bottom:12px}.teacherprofile-id{background-color:#f3f4f6;border-radius:12px;color:#4b5563;display:inline-block;font-size:13px;padding:4px 8px}.teacherprofile-contact-info{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;padding:20px}.teacherprofile-contact-info h3{border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:16px;margin-bottom:16px;margin-top:0;padding-bottom:8px}.teacherprofile-info-item{align-items:center;color:#4b5563;display:flex;font-size:14px;margin-bottom:12px}.teacherprofile-info-item:last-child{margin-bottom:0}.teacherprofile-icon{color:#4f46e5;margin-right:10px}.teacherprofile-section{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;margin-bottom:24px;padding:20px}.teacherprofile-section:last-child{margin-bottom:0}.teacherprofile-section h3{align-items:center;border-bottom:1px solid #e5e7eb;color:#1f2937;display:flex;font-size:16px;margin-bottom:20px;margin-top:0;padding-bottom:12px}.teacherprofile-section-icon{color:#4f46e5;margin-right:8px}.teacherprofile-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-bottom:16px}.teacherprofile-field{display:flex;flex-direction:column}.teacherprofile-field.full-width{grid-column:1/-1}.teacherprofile-sensitive-field:before{content:"🔒";font-size:12px;margin-right:8px}.teacherprofile-field label{color:#6b7280;font-size:12px;letter-spacing:.5px;margin-bottom:6px;text-transform:uppercase}.teacherprofile-field div{color:#1f2937;font-size:15px}.teacherprofile-field input,.teacherprofile-field select,.teacherprofile-field textarea{border:1px solid #d1d5db;border-radius:4px;font-family:inherit;font-size:15px;outline:none;padding:10px;transition:border-color .2s ease}.teacherprofile-field input:focus,.teacherprofile-field select:focus,.teacherprofile-field textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51a}.teacherprofile-field textarea{min-height:80px;resize:vertical}.teacherprofile-image-loading{align-items:center;background-color:#f1f5f9;border-radius:50%;display:flex;height:150px;justify-content:center;width:150px}.teacherprofile-image{object-fit:cover}.teacherprofile-image,.teacherprofile-image-placeholder{border:4px solid #fff;border-radius:50%;box-shadow:0 4px 8px #0000001a;height:150px;width:150px}.teacherprofile-image-placeholder{align-items:center;background-color:#f1f5f9;color:#64748b;display:flex;justify-content:center}.teacherprofile-upload-container{margin-top:1rem;text-align:center}.teacherprofile-upload-button{background-color:#3b82f6;border-radius:.375rem;color:#fff;cursor:pointer;display:inline-block;font-size:.875rem;padding:.5rem 1rem;transition:background-color .2s}.teacherprofile-upload-button:hover{background-color:#2563eb}.teacherprofile-file-input{display:none}.teacherprofile-sensitive-field{align-items:center;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;color:#757575;cursor:not-allowed;display:flex;justify-content:space-between;padding:8px 12px}.teacherprofile-admin-only{color:#ff6b6b;font-size:12px;font-style:italic;margin-left:8px}@media (max-width:992px){.teacherprofile-content{flex-direction:column}.teacherprofile-sidebar{flex:0 0 auto;width:100%}}@media (max-width:768px){.teacherprofile-grid{grid-template-columns:1fr}.teacherprofile-field.full-width{grid-column:span 1}.teacherprofile-header-content{align-items:flex-start;flex-direction:column;gap:12px}}@media (max-width:500px){.teacherprofile-content{padding:0}.teacherprofile-field input,.teacherprofile-field select{width:90%}}.teacherAttendance-container{margin:0 auto}.teacherAttendance-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.teacherAttendance-title{display:flex;flex-direction:column;gap:12px}.teacherAttendance-title h2{color:#1e293b;font-size:1.8rem;font-weight:600;margin:0}.teacherAttendance-view-toggle{background-color:#e2e8f0;border-radius:8px;display:flex;overflow:hidden}.teacherAttendance-toggle-btn{background:#0000;border:none;color:#64748b;cursor:pointer;font-size:.9rem;font-weight:500;padding:8px 16px;transition:all .2s ease}.teacherAttendance-toggle-btn.active{background-color:#3b82f6;color:#fff}.teacherAttendance-month-selector{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;gap:12px;padding:8px 16px}.teacherAttendance-current-month{color:#1e293b;font-weight:600;min-width:140px;text-align:center}.teacherAttendance-nav-btn{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.teacherAttendance-nav-btn:hover{background:#e2e8f0;color:#1e293b}.teacherAttendance-loading{align-items:center;color:#64748b;display:flex;flex-direction:column;justify-content:center;padding:40px 0}.teacherAttendance-spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:40px;margin-bottom:16px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.teacherAttendance-stats-summary{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:24px}.teacherAttendance-stat-item{background-color:#fff;border-left:4px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:16px;text-align:center}.teacherAttendance-stat-item.present{border-left-color:#10b981}.teacherAttendance-stat-item.absent{border-left-color:#ef4444}.teacherAttendance-stat-item.percentage{border-left-color:#3b82f6}.teacherAttendance-stat-value{color:#1e293b;font-size:1.6rem;font-weight:700;margin-bottom:4px}.teacherAttendance-stat-label{color:#64748b;font-size:.9rem}.teacherAttendance-calendar-container{background-color:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;margin-bottom:24px;padding:20px}.teacherAttendance-calendar-header{align-items:center;color:#1e293b;display:flex;font-weight:600;gap:8px;margin-bottom:16px}.teacherAttendance-weekdays{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(7,1fr);margin-bottom:8px}.teacherAttendance-weekdays div{color:#64748b;font-size:.8rem;font-weight:600;padding:8px 0;text-align:center}.teacherAttendance-calendar-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(7,1fr)}.teacherAttendance-calendar-day{aspect-ratio:1.2;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;display:flex;flex-direction:column;padding:6px;transition:all .2s ease}.teacherAttendance-calendar-day.empty{background-color:initial;border-color:#0000}.teacherAttendance-calendar-day.weekend{background-color:#f1f5f9;color:#94a3b8}.teacherAttendance-calendar-day.present{background-color:#10b9811a;border-color:#10b981;color:#065f46}.teacherAttendance-calendar-day.absent{background-color:#ef44441a;border-color:#ef4444;color:#b91c1c}.teacherAttendance-day-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.teacherAttendance-day-number{font-size:.9rem;font-weight:600}.teacherAttendance-status-icon{display:flex}.teacherAttendance-time-info{display:flex;flex-direction:column;font-size:.7rem;gap:2px;margin-top:auto}.teacherAttendance-yearly-header{margin-bottom:24px}.teacherAttendance-yearly-header h3{color:#1e293b;font-weight:600;margin:0 0 16px}.teacherAttendance-yearly-stats{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;gap:24px;padding:16px}.teacherAttendance-yearly-stat{align-items:center;display:flex;flex-direction:column}.teacherAttendance-yearly-value{color:#1e293b;font-size:1.4rem;font-weight:700}.teacherAttendance-yearly-label{color:#64748b;font-size:.9rem}.teacherAttendance-yearly-container{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:24px}.teacherAttendance-year-month{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:16px}.teacherAttendance-month-name{color:#1e293b;font-weight:600;margin-bottom:12px}.teacherAttendance-month-bar{background-color:#e2e8f0;border-radius:5px;height:10px;margin-bottom:8px;overflow:hidden}.teacherAttendance-month-progress{background-color:#10b981;border-radius:5px;height:100%}.teacherAttendance-month-stats{color:#64748b;display:flex;font-size:.9rem;justify-content:space-between}.teacherAttendance-legend{display:flex;gap:16px;justify-content:center;margin-top:8px}.teacherAttendance-legend-item{align-items:center;color:#64748b;display:flex;font-size:.9rem;gap:6px}.teacherAttendance-legend-color{border-radius:4px;height:16px;width:16px}.teacherAttendance-legend-color.present{background-color:#10b98133;border:1px solid #10b981}.teacherAttendance-legend-color.absent{background-color:#ef444433;border:1px solid #ef4444}.teacherAttendance-legend-color.weekend{background-color:#f1f5f9;border:1px solid #e2e8f0}@media (max-width:768px){.teacherAttendance-header{align-items:stretch;flex-direction:column}.teacherAttendance-title{align-items:center;flex-direction:column;text-align:center}.teacherAttendance-month-selector{justify-content:space-between;width:100%}.teacherAttendance-stats-summary{grid-template-columns:repeat(2,1fr)}.teacherAttendance-calendar-day{aspect-ratio:1;padding:4px}.teacherAttendance-time-info{display:none}.teacherAttendance-yearly-stats{flex-direction:column;gap:12px}}@media (max-width:480px){.teacherAttendance-calendar-grid{gap:4px}.teacherAttendance-weekdays div{font-size:.7rem}.teacherAttendance-day-number{font-size:.8rem}.teacherAttendance-legend{flex-wrap:wrap;justify-content:center}}.teacherReport-container{margin:0 auto}.teacherReport-header{border-bottom:1px solid #e5e7eb;margin-bottom:2.5rem;padding-bottom:1.5rem;text-align:center}.teacherReport-header h1{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:.5rem}.teacherReport-header p{color:#6b7280;font-size:1rem}.teacherReport-form-section{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-bottom:2rem;padding:1.5rem}.teacherReport-form-section h2{border-bottom:1px solid #f3f4f6;color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.75rem}.teacherReport-subtitle{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.teacherReport-form-row{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.teacherReport-form-group{flex:1 1;min-width:250px}.teacherReport-input,.teacherReport-select,.teacherReport-textarea{border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;padding:.75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.teacherReport-input:focus,.teacherReport-select:focus,.teacherReport-textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;outline:none}.teacherReport-textarea{min-height:120px;resize:vertical}.teacherReport-form-group label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.teacherReport-urgency-options{display:flex;gap:1rem}.teacherReport-urgency-option{align-items:center;display:flex}.teacherReport-urgency-option input[type=radio]{margin-right:.5rem}.teacherReport-urgency-label{border-radius:4px;font-size:.875rem;font-weight:500;padding:.35rem 1rem}.teacherReport-urgency-low{background-color:#dcfce7;color:#166534}.teacherReport-urgency-medium{background-color:#fef3c7;color:#92400e}.teacherReport-urgency-high{background-color:#fee2e2;color:#b91c1c}.teacherReport-file-upload{align-items:center;display:flex;gap:1rem}.teacherReport-file-label{align-items:center;background-color:#f3f4f6;border:1px dashed #d1d5db;border-radius:6px;cursor:pointer;display:flex;gap:.5rem;padding:.625rem 1rem;transition:all .2s ease}.teacherReport-file-label:hover{background-color:#eef2ff;border-color:#4f46e5}.teacherReport-file-icon{color:#4f46e5;font-size:1.25rem}.teacherReport-file-info{color:#6b7280;font-size:.875rem}.teacherReport-students-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-top:1rem}.teacherReport-student-item{align-items:center;background-color:#f9fafb;border-radius:6px;cursor:pointer;display:flex;padding:.75rem;position:relative;transition:all .2s ease}.teacherReport-student-item:hover{background-color:#f3f4f6}.teacherReport-student-selected{background-color:#eef2ff;border:1px solid #c7d2fe}.teacherReport-student-avatar{align-items:center;background-color:#4f46e5;border-radius:50%;color:#fff;display:flex;font-weight:600;height:32px;justify-content:center;margin-right:.75rem;width:32px}.teacherReport-student-check{color:#4f46e5;font-weight:700;position:absolute;right:.75rem}.teacherReport-form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.teacherReport-button{border:none;border-radius:6px;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.teacherReport-button-primary{background-color:#4f46e5;color:#fff}.teacherReport-button-primary:hover{background-color:#4338ca}.teacherReport-button-secondary{background-color:#fff;border:1px solid #d1d5db;color:#4b5563}.teacherReport-button-secondary:hover{background-color:#f9fafb;border-color:#9ca3af}.teacherReport-success{align-items:center;background-color:#f0fdf4;border:1px solid #86efac;border-radius:8px;display:flex;flex-direction:column;gap:1rem;padding:3rem 2rem;text-align:center}.teacherReport-success-icon{align-items:center;background-color:#22c55e;border-radius:50%;color:#fff;display:flex;font-size:2rem;font-weight:700;height:64px;justify-content:center;margin-bottom:1rem;width:64px}.teacherReport-success h2{color:#166534;font-size:1.5rem;font-weight:600}.teacherReport-success p{color:#4b5563}@media (max-width:768px){.teacherReport-container{padding:1.5rem}.teacherReport-form-row{flex-direction:column;gap:1rem}.teacherReport-urgency-options{flex-direction:column;gap:.5rem}.teacherReport-students-list{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.teacherReport-form-actions{flex-direction:column}.teacherReport-button{width:100%}}@media (max-width:480px){.teacherReport-container{padding:1rem}.teacherReport-header h1{font-size:1.5rem}.teacherReport-form-section{padding:1rem}.teacherReport-students-list{grid-template-columns:1fr}}.viewReport-container{margin:0 auto}.viewReport-header{border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding-bottom:1rem;position:relative;text-align:left}.viewReport-header h1{color:#0f172a;font-size:2.5rem;font-weight:700;letter-spacing:-.025em;margin-bottom:.5rem}.viewReport-draft-badge{border-radius:4px;font-size:.75rem;font-weight:600;margin-right:8px;padding:3px 8px}.viewReport-button-warning,.viewReport-draft-badge{background-color:#f0ad4e;color:#fff}.viewReport-button-warning:hover{background-color:#ec971f}.viewReport-header p{color:#64748b;font-size:1.1rem;max-width:600px}.viewReport-dashboard{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;overflow:hidden}.viewReport-filters-container{background-color:#f1f5f9;border-bottom:1px solid #e2e8f0;padding:1.5rem}.viewReport-search-container{margin-bottom:1.5rem;position:relative}.viewReport-search-icon{color:#94a3b8;font-size:1rem;left:1rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.viewReport-search-input{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 4px #0000000d;font-size:1rem;padding:1rem 1rem 1rem 2.5rem;transition:all .2s ease-in-out;width:100%}.viewReport-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f640;outline:none}.viewReport-filter-controls{display:flex;flex-wrap:wrap;gap:1.5rem}.viewReport-filter-group{flex:1 1;min-width:200px}.viewReport-filter-group label{color:#475569;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.viewReport-select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1rem;border:1px solid #e2e8f0;border-radius:8px;color:#334155;cursor:pointer;font-size:.95rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.viewReport-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f640;outline:none}.viewReport-results-summary{align-items:center;background-color:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.viewReport-results-summary h2{color:#475569;font-size:1.1rem;font-weight:600;margin:0}.viewReport-results-summary h2 span{color:#3b82f6;font-weight:700}.viewReport-refresh-button{align-items:center;background-color:initial;border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.viewReport-refresh-button:hover{background-color:#f1f5f9;border-color:#cbd5e1}.viewReport-reports-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));padding:1.5rem}.viewReport-report-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s ease}.viewReport-report-card:hover{border-color:#cbd5e1;box-shadow:0 8px 16px #0000001a;transform:translateY(-4px)}.viewReport-card-header{padding:1.25rem 1.5rem .75rem;position:relative}.viewReport-card-header-content{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.viewReport-card-header h3{color:#0f172a;font-size:1.25rem;font-weight:600;line-height:1.4;margin:0}.viewReport-report-date{color:#64748b;font-size:.85rem}.viewReport-urgency-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.75rem;font-weight:600;letter-spacing:.015em;padding:.25rem .75rem}.viewReport-urgency-low{background-color:#dcfce7;color:#166534}.viewReport-urgency-medium{background-color:#fef3c7;color:#92400e}.viewReport-urgency-high{background-color:#fee2e2;color:#b91c1c}.viewReport-card-body{display:flex;flex:1 1;flex-direction:column;padding:0 1.5rem 1.5rem}.viewReport-card-details{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.viewReport-detail-item{display:flex;flex:1 1;flex-direction:column;min-width:120px}.viewReport-detail-label{color:#64748b;font-size:.8rem;margin-bottom:.25rem}.viewReport-report-type{color:#3b82f6;font-size:.95rem;font-weight:600}.viewReport-department,.viewReport-description{color:#475569;font-size:.95rem}.viewReport-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;flex:1 1;line-height:1.6;margin:.5rem 0 1rem;overflow:hidden}.viewReport-attachments{align-items:center;border-top:1px dashed #e2e8f0;color:#64748b;display:flex;font-size:.85rem;gap:.5rem;padding-top:.75rem}.viewReport-attachment-icon{font-size:1rem}.viewReport-card-footer{background-color:#f8fafc;border-top:1px solid #e2e8f0;padding:1.25rem 1.5rem;text-align:right}.viewReport-button{border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;letter-spacing:.01em;padding:.65rem 1.25rem;transition:all .2s ease}.viewReport-button-primary{background-color:#3b82f6;color:#fff}.viewReport-button-primary:hover{background-color:#2563eb}.viewReport-button-secondary{background-color:#f1f5f9;border:1px solid #e2e8f0;color:#475569}.viewReport-button-secondary:hover{background-color:#e2e8f0}.viewReport-no-reports{background-color:#f8fafc;border:2px dashed #e2e8f0;border-radius:8px;grid-column:1/-1;padding:3rem;text-align:center}.viewReport-empty-icon{color:#94a3b8;font-size:3rem;margin-bottom:1rem}.viewReport-no-reports h3{color:#334155;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.viewReport-no-reports p{color:#64748b;font-size:1rem;margin-bottom:1.5rem}.viewReport-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.viewReport-modal-content{animation:modalFadeIn .3s ease;background:#fff;border-radius:12px;box-shadow:0 10px 25px #00000026;display:flex;flex-direction:column;max-height:90vh;max-width:800px;width:90%}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.viewReport-modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem}.viewReport-modal-header h2{color:#0f172a;font-size:1.5rem;font-weight:600;margin:0}.viewReport-modal-close{background:none;border:none;color:#64748b;cursor:pointer;font-size:1.75rem;line-height:1;padding:0;transition:color .2s ease}.viewReport-modal-close:hover{color:#334155}.viewReport-modal-body{flex:1 1;overflow-y:auto;padding:1.5rem}.viewReport-modal-details{background-color:#f8fafc;border-radius:8px;margin-bottom:1.5rem;padding:1.25rem}.viewReport-modal-detail-row{display:flex;gap:2rem;margin-bottom:1rem}.viewReport-modal-detail-row:last-child{margin-bottom:0}.viewReport-modal-detail-item{flex:1 1}.viewReport-modal-detail-label{color:#64748b;display:block;font-size:.85rem;margin-bottom:.5rem}.viewReport-modal-detail-value{color:#334155;font-weight:500}.viewReport-modal-urgency{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.viewReport-modal-description-container{margin-bottom:1.5rem}.viewReport-modal-attachments h3,.viewReport-modal-description-container h3{color:#334155;font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.viewReport-modal-description{color:#475569;font-size:1rem;line-height:1.7;white-space:pre-wrap}.viewReport-modal-attachment-list{display:flex;flex-wrap:wrap;gap:1rem}.viewReport-modal-attachment-item{align-items:center;background-color:#f1f5f9;border-radius:6px;color:#334155;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.75rem 1rem;transition:all .2s ease}.viewReport-modal-attachment-item:hover{background-color:#e2e8f0}.viewReport-modal-footer{background-color:#f8fafc;border-radius:0 0 12px 12px;border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end;padding:1.25rem 1.5rem}@media (max-width:1024px){.viewReport-reports-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.viewReport-container{padding:1.5rem 1rem}.viewReport-header h1{font-size:2rem}.viewReport-reports-grid{grid-template-columns:1fr}.viewReport-filter-controls,.viewReport-modal-detail-row,.viewReport-results-summary{flex-direction:column;gap:1rem}.viewReport-results-summary{align-items:flex-start}.viewReport-modal-content{max-height:95vh;width:95%}}@media (max-width:480px){.viewReport-container{padding:1rem}.viewReport-header h1{font-size:1.75rem}.viewReport-report-card{margin:0 auto}}.changepassword-container{align-items:stretch;background-color:#f8f9fa;flex-direction:row;font-family:Roboto,Segoe UI,sans-serif;gap:2rem;min-height:100vh}.changepassword-container,.changepassword-left{display:flex;justify-content:center;padding:2rem}.changepassword-left{background-color:#fff;border-radius:8px;box-shadow:0 4px 15px #0000000d;flex:1 1;flex-direction:column;max-width:400px}.changepassword-left h1{color:#2c3e50;font-size:1.8rem;margin-bottom:1rem}.changepassword-left p{color:#7f8c8d;font-size:.95rem;margin-bottom:1rem}.changepassword-left ul{list-style-type:disc;padding-left:1.2rem}.changepassword-left li{color:#5d6d7e;font-size:.9rem;margin-bottom:.5rem}.changepassword-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a;flex:1 1;max-width:500px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.changepassword-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-5px)}.changepassword-header{border-bottom:1px solid #eaeaea;margin-bottom:2rem;padding-bottom:1rem;text-align:center}.changepassword-header h2{color:#2c3e50;font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.changepassword-header p{color:#7f8c8d;font-size:.95rem;margin:0}.changepassword-form,.changepassword-form-group{margin-bottom:1.5rem}.changepassword-form-group label{color:#34495e;display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.changepassword-input-wrapper{position:relative}.changepassword-form-group input{background-color:#f9fafc;border:1px solid #dcdfe6;border-radius:6px;color:#2c3e50;font-size:1rem;outline:none;padding:.75rem 2rem;transition:all .3s ease;width:100%}.changepassword-form-group input:focus{background-color:#fff;border-color:#3498db;box-shadow:0 0 0 3px #3498db26}.changepassword-icon{left:.75rem}.changepassword-eye,.changepassword-icon{color:#a0aec0;position:absolute;top:50%;transform:translateY(-50%)}.changepassword-eye{cursor:pointer;right:.75rem}.changepassword-input-error{background-color:#fdf3f2!important;border-color:#e74c3c!important}.changepassword-error-text{color:#e74c3c;display:block;font-size:.85rem;font-weight:500;margin-top:.5rem}.changepassword-button{background-color:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.5px;outline:none;padding:.875rem;text-transform:uppercase;transition:background-color .3s ease,transform .2s ease;width:100%}.changepassword-button:hover{background-color:#2980b9;transform:translateY(-2px)}.changepassword-button:active{transform:translateY(1px)}.changepassword-button:disabled{background-color:#95a5a6;cursor:not-allowed;transform:none}.changepassword-alert{animation:fadeIn .5s ease;border-radius:6px;font-weight:500;margin-bottom:1.5rem;padding:1rem;text-align:center}.changepassword-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.changepassword-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.changepassword-container{align-items:center;flex-direction:column}.changepassword-card,.changepassword-left{max-width:100%;width:100%}}@media (max-width:576px){.changepassword-header h2,.changepassword-left h1{font-size:1.5rem}.changepassword-card,.changepassword-left{padding:1.25rem}.changepassword-form-group input{padding-left:2.5rem;padding-right:2.5rem}}
/*# sourceMappingURL=main.3185f301.css.map*/