:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--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 rgba(0, 0, 0, .1);--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(to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Segoe UI,system-ui,sans-serif;overflow-x:hidden}.login-page{display:flex;min-height:100vh;position:relative}.login-left{flex:1;background:linear-gradient(135deg,#d32f2f,#c62828);display:flex;align-items:center;justify-content:center;padding:3rem;position:relative;overflow:hidden}.login-left:before{content:"";position:absolute;width:25rem;height:25rem;background:#ffffff1a;border-radius:50%;top:-12.5rem;right:-9.375rem;animation:float 6s ease-in-out infinite}.login-left:after{content:"";position:absolute;width:18.75rem;height:18.75rem;background:#ffffff14;border-radius:50%;bottom:-6.25rem;left:-6.25rem;animation:float 8s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-1.25rem) translate(1.25rem)}}.brand-section{position:relative;z-index:1;color:#fff;max-width:31.25rem;text-align:center}.logo-circle{width:7.5rem;height:7.5rem;margin:0 auto 2rem}.logo-svg{width:100%;height:100%;filter:drop-shadow(0 .25rem 1.25rem rgba(0,0,0,.2))}.brand-title{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 .125rem .625rem rgba(0,0,0,.2)}.brand-tagline{font-size:1.2rem;opacity:.95;margin-bottom:3rem;line-height:1.6}.features{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;text-align:left;max-width:21.875rem;margin:0 auto}.feature-item{display:flex;align-items:center;gap:1rem;font-size:1.1rem}.feature-icon{width:1.75rem;height:1.75rem;background:#ffffff40;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.login-right{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background:#f8f9fa;position:relative}.glass-form{background:#ffffff40;backdrop-filter:blur(1.25rem);-webkit-backdrop-filter:blur(1.25rem);border:.0625rem solid rgba(255,255,255,.3);border-radius:1.5rem;padding:3rem 2.5rem;width:100%;max-width:28.125rem;box-shadow:0 .5rem 2rem #1f268726}.form-title{font-size:2.2rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.form-subtitle{color:#4a5568;margin-bottom:2rem;font-size:1.05rem}.input-group{margin-bottom:1.5rem}.input-group label{display:block;font-weight:600;color:#2d3748;margin-bottom:.5rem;font-size:.95rem}.glass-input{width:100%;padding:.95rem 1.2rem;background:#fff9;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);border:.0625rem solid rgba(255,255,255,.4);border-radius:.75rem;font-size:1rem;color:#2d3748;transition:all .3s ease}.glass-input:focus{outline:none;background:#fff;border-color:#d32f2f;box-shadow:0 0 0 .1875rem #d32f2f26}.glass-input::placeholder{color:#718096}.form-options{display:flex;justify-content:flex-end;align-items:center;margin-bottom:1.8rem;font-size:.9rem}.remember-me{display:flex;align-items:center;gap:.5rem;color:#4a5568;cursor:pointer}.remember-me input{cursor:pointer}.forgot-link{color:#c62828;text-decoration:none;font-weight:600;transition:color .2s}.forgot-link:hover{color:#d32f2f}.login-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#d32f2f,#b71c1c);color:#fff;border:none;border-radius:.75rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 .25rem .9375rem #d32f2f66}.login-btn:hover:not(:disabled){transform:translateY(-.125rem);box-shadow:0 .375rem 1.25rem #d32f2f80}.login-btn:active:not(:disabled){transform:translateY(0)}.login-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{display:inline-block;width:1.25rem;height:1.25rem;border:.1875rem solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.error-alert{background:#feb2b2e6;color:#c53030;padding:.9rem 1rem;border-radius:.625rem;margin-bottom:1.5rem;font-size:.95rem;border-left:.25rem solid #c53030}.divider{display:flex;align-items:center;margin:1.8rem 0;color:#718096;font-size:.9rem}.divider:before,.divider:after{content:"";flex:1;height:.0625rem;background:#0000001a}.divider span{padding:0 1rem}.social-login{display:flex;gap:1rem;margin-bottom:1.5rem}.social-btn{flex:1;padding:.85rem;background:#ffffffb3;border:.0625rem solid rgba(255,255,255,.4);border-radius:.625rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.social-btn span{font-weight:800;font-size:1.2rem}.social-btn:hover{background:#ffffffe6;transform:translateY(-.125rem)}.signup-text{text-align:center;color:#4a5568;font-size:.95rem}.signup-text a{color:#c62828;text-decoration:none;font-weight:600}.signup-text a:hover{text-decoration:underline}.login-language-btn{position:absolute;top:.75rem;right:.75rem;z-index:1000}.lang-switcher{padding:.375rem .625rem;border-radius:.375rem;border:.0625rem solid #ccc;background:#fff;font-size:.875rem;cursor:pointer}@media(max-width:60.5rem){.login-page{flex-direction:column}.login-left{min-height:40vh;padding:2rem}.brand-title{font-size:2rem}.brand-tagline{font-size:1rem}.features{display:none}}@media(max-width:30rem){.glass-form{padding:2rem 1.5rem}.form-title{font-size:1.8rem}.social-login{flex-direction:column}}.app-layout{display:flex;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.main-dashboard{flex:1;padding:2.5rem 3rem;overflow-y:auto;width:100%}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;flex-wrap:wrap;gap:1.5rem}.dashboard-header h1{font-size:2.5rem;color:#2d3748;font-weight:700;letter-spacing:-.03125rem}.search-bar{display:flex;background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 .125rem .625rem #00000014;min-width:28.125rem;width:100%;max-width:31.25rem}.search-bar input{flex:1;padding:1rem 1.5rem;border:none;color:#2d3748;background-color:#fff;font-size:1rem;outline:none}.search-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 1.8rem;cursor:pointer;transition:opacity .2s;display:flex;align-items:center;justify-content:center}.search-btn:hover{opacity:.9}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:2rem}.stat-card{background:#fff;border-radius:1.25rem;padding:2rem 2.5rem;display:flex;gap:1.5rem;align-items:center;box-shadow:0 .25rem 1.25rem #0000001a;transition:all .3s ease;position:relative;min-height:8.75rem;margin-top:.5rem}.stat-card.clickable{cursor:pointer}.stat-card.clickable:hover{transform:translateY(-.3125rem);box-shadow:0 .75rem 2.1875rem #00000026}.schema-card{border-left:.375rem solid #667eea}.table-card{border-left:.375rem solid #10b981}.card-arrow{position:absolute;top:1.5rem;right:1.5rem;font-size:1.8rem;color:#cbd5e0;transition:all .3s;font-weight:300}.stat-card:hover .card-arrow{color:#667eea;transform:translate(.3125rem)}.table-card:hover .card-arrow{color:#10b981}.stat-icon{width:4.375rem;height:4.375rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:2rem;flex-shrink:0}.stat-icon.security{background:linear-gradient(135deg,#fa709a,#fee140);box-shadow:0 .25rem .9375rem #fa709a4d}.table-card .stat-icon{width:4.0625rem;height:4.0625rem;font-size:1.8rem;background:linear-gradient(135deg,#10b981,#34d399);box-shadow:0 .25rem .9375rem #10b9814d}.stat-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.stat-info h3{font-size:1rem;color:#718096;font-weight:600;margin:0;letter-spacing:.01875rem}.schema-title{font-size:1.3rem;font-weight:700;color:#2d3748;margin:0;line-height:1.3}.table-title{font-size:1.2rem;color:#1e40af;font-weight:600;margin:0;line-height:1.3}.stat-number{font-size:2.5rem;font-weight:800;color:#2d3748;margin:0;line-height:1}.stat-label{font-size:.9rem;color:#a0aec0;font-weight:500;margin:0}.table-card .stat-label{font-size:.85rem;color:#059669;font-weight:600}.quick-actions{background:#fff;border-radius:1.25rem;padding:2.5rem;box-shadow:0 .25rem 1.25rem #00000014;margin-top:2rem}.quick-actions h2{font-size:1.8rem;color:#2d3748;font-weight:700;margin-bottom:1.5rem}.action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(13.75rem,1fr));gap:1.5rem}.quick-action-btn{background:linear-gradient(135deg,#f7fafc,#edf2f7);border:.125rem solid #e2e8f0;border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.8rem;cursor:pointer;transition:all .3s;font-size:1rem;font-weight:600;color:#2d3748}.quick-action-btn:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;transform:translateY(-.1875rem);box-shadow:0 .375rem 1.25rem #667eea4d}.action-icon{font-size:2rem}.stats-grid .stat-card:only-child{grid-column:1;max-width:100%}@media(max-width:1200px){.stats-grid{grid-template-columns:repeat(auto-fill,minmax(17.5rem,1fr))}}@media(max-width:768px){.main-dashboard{padding:1.5rem}.dashboard-header{flex-direction:column;align-items:stretch;gap:1rem}.dashboard-header h1{font-size:1.8rem}.search-bar{min-width:100%;max-width:100%}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.stat-card{padding:1.5rem 2rem;min-height:7.5rem}.stat-icon{width:3.75rem;height:3.75rem;font-size:1.8rem}.table-card .stat-icon{width:3.4375rem;height:3.4375rem;font-size:1.6rem}.stat-number{font-size:2rem}.schema-title{font-size:1.1rem}.table-title{font-size:1rem}}@media(max-width:480px){.main-dashboard{padding:1rem}.dashboard-header h1{font-size:1.5rem}.search-bar input{padding:.8rem 1rem;font-size:.9rem}.search-btn{padding:.8rem 1.2rem}.stat-card{padding:1.2rem 1.5rem;gap:1rem;min-height:6.25rem}.card-arrow{font-size:1.4rem;top:1rem;right:1rem}}*{box-sizing:border-box}.search-bar input:focus{background-color:#fafafa}.stat-card:focus-visible{outline:.1875rem solid #667eea;outline-offset:.1875rem}@keyframes shimmer{0%{background-position:-62.5rem 0}to{background-position:62.5rem 0}}.stat-card.loading{background:linear-gradient(90deg,#f0f0f0,#f8f8f8,#f0f0f0 5rem);background-size:62.5rem 100%;animation:shimmer 2s infinite}.app-header{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;height:3.75rem;background-color:#c8102e;color:#fff;box-shadow:0 .125rem .25rem #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}.header-logo{font-size:1.5rem;font-weight:700}.logout-button{background-color:#fff;color:#c8102e;border:.0625rem solid transparent;padding:.5rem 1rem;border-radius:.3125rem;cursor:pointer;font-weight:700;transition:background-color .2s,color .2s}.sidebar{width:16.25rem;background:linear-gradient(180deg,#2d3748,#1a202c);height:100vh;display:flex;flex-direction:column;transition:width .3s ease;position:sticky;top:0;box-shadow:.25rem 0 .9375rem #0000001a}.sidebar.collapsed{width:5rem}.sidebar-header{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:.0625rem solid rgba(255,255,255,.1)}.logo{display:flex;align-items:center;gap:.8rem}.logo-icon{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:.625rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1rem;flex-shrink:0}.logo-text{color:#fff;margin-right:2.8125rem;font-size:1.2rem;font-weight:700;white-space:nowrap}.collapse-btn{background:#ffffff1a;border:none;color:#fff;width:1.875rem;height:1.875rem;border-radius:.375rem;cursor:pointer;transition:background .2s;font-size:1rem}.collapse-btn:hover{background:#fff3}.sidebar-nav{flex:1;padding:1rem .8rem;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin}.nav-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:transparent;border:none;color:#a0aec0;border-radius:.625rem;cursor:pointer;transition:all .2s;font-size:1rem;text-align:left;width:100%}.nav-item:hover{background:#ffffff1a;color:#fff}.nav-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.nav-icon{font-size:1.4rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem}.nav-icon svg{display:block}.nav-label{font-weight:600;white-space:nowrap;flex:1;overflow:hidden;text-overflow:ellipsis}.sidebar.collapsed .nav-label{display:none}.sidebar-footer{padding:1rem .8rem;border-top:.0625rem solid rgba(255,255,255,.1)}.sidebar.collapsed .sidebar-header{justify-content:center}.sidebar.collapsed .nav-item{justify-content:center;padding-left:0;padding-right:0}.sidebar.collapsed .dropdown-toggle-btn{display:none}@media(max-width:90rem){.sidebar{width:15rem}.nav-item{padding:.85rem 1rem;gap:.8rem}.nav-label{font-size:.95rem}.sidebar-header{padding:1.2rem}}@media(max-width:52.125rem){.sidebar{width:13.75rem;z-index:62.5rem}.sidebar-header{padding:1.2rem}.nav-item{padding:1rem;gap:.8rem;min-height:3rem}.nav-icon{font-size:1.3rem}.nav-label{font-size:1rem}.dropdown-toggle-btn.nav-arrow{width:1.75rem;height:1.75rem;font-size:1rem;margin-left:.2rem}.dropdown-menu{margin-left:0;gap:.5rem;padding:.5rem}}@media(max-width:48rem){.sidebar{width:5rem}.logo-text,.nav-label,.collapse-btn{display:none}}.dashboard-dropdown{display:flex;align-items:center;justify-content:stretch;position:relative}.dropdown-toggle-btn{opacity:0;pointer-events:none;transition:opacity .2s ease;background:none;border:none;color:#fff;font-size:.9rem;cursor:pointer;position:relative;left:4.125rem}.dashboard-dropdown:hover .dropdown-toggle-btn{opacity:1;pointer-events:auto}.dropdown-menu{margin-left:0;width:100%;box-sizing:border-box;display:flex;flex-direction:column;font-size:1rem;gap:.3rem;padding:.5rem .8rem;background:#00000026;border-radius:.5rem;margin-top:.3rem}.dropdown-item{display:flex;align-items:center;gap:.8rem;background:transparent;border:none;color:#cbd5e0;font-size:.95rem;text-align:left;padding:.75rem 1rem;cursor:pointer;border-radius:.5rem;transition:all .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-left:.1875rem solid transparent}.dropdown-item:hover{background:#ffffff1f;color:#fff;border-left-color:#667eea;transform:translate(.125rem)}.dropdown-item.active{background:linear-gradient(90deg,#667eea40,#764ba226);color:#fff;border-left-color:#667eea;font-weight:600}.dropdown-item.active:hover{background:linear-gradient(90deg,#667eea59,#764ba240);border-left-color:#764ba2}.dropdown-item .nav-icon{font-size:1.1rem;opacity:.8}.dropdown-item.active .nav-icon{opacity:1}.sidebar.collapsed .dropdown-menu{display:none}.dropdown-toggle-btn.nav-arrow{opacity:1;pointer-events:auto;transition:opacity .2s ease;background:none;border:none;color:#fff;font-size:.9rem;cursor:pointer;position:static;width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;margin-left:.25rem}.swal2-confirm{background-color:#0d6efd!important}.swal2-cancel{background-color:#6c757d!important}.sidebar-footer{position:relative;padding-top:3.75rem}.sidebar-language-zone{position:absolute;left:50%;top:.875rem;transform:translate(-50%);display:flex;align-items:center;justify-content:center;z-index:.625rem}.lang-icon-btn{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;font-size:1.4rem;color:#a0aec0;border-radius:.625rem;transition:all .2s ease}.lang-icon-btn:hover{background:#ffffff1a;color:#fff}.lang-icon-btn:active{transform:translateY(.0625rem)}.lang-popover{position:absolute;top:2.75rem;left:50%;transform:translate(-50%);background:#fff;border:.0625rem solid #e5e7eb;border-radius:.375rem;padding:.375rem;min-width:6.875rem;box-shadow:0 .375rem 1.125rem #959da540;z-index:1.25rem}.lang-switcher{width:100%;padding:.25rem .375rem;border:.0625rem solid #d0d7de;border-radius:.25rem;background:#fff;font-size:.85rem;cursor:pointer}.sidebar.collapsed .lang-popover{min-width:5.9375rem;padding:.3125rem;top:2.375rem}.app-container{display:flex;width:100%;min-height:100vh}.main-content{flex-grow:1;background-color:#f4f7fa;min-height:100vh;transition:margin-left .3s ease;display:flex;flex-direction:column;overflow-x:hidden}.content-wrapper{padding:2rem;width:100%;box-sizing:border-box;overflow-x:auto}@media(max-width:1440px){.content-wrapper{padding:1.5rem}}@media(max-width:834px){.content-wrapper{padding:1rem}}.table-container{background:#fff;border-radius:1rem;padding:1rem;box-shadow:0 .25rem 1.25rem #00000014;margin-bottom:2rem;width:100%;max-width:100%;max-height:25rem;overflow-x:auto;overflow-y:auto}.data-table{border-radius:.75rem;border:.0625rem solid #e2e8f0;width:100%}.security-card{background:linear-gradient(135deg,#fff,#f7fafc);border-radius:1rem;padding:1.6rem;border:.0625rem solid #e2e8f0;box-shadow:0 .25rem .9375rem #00000014;transition:all .25s ease;text-align:center;position:relative}.security-actions{display:flex;justify-content:center;margin-top:1rem}.add-btn{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;padding:.55rem 1.3rem;border-radius:.625rem;font-weight:700;cursor:pointer;font-size:.9rem;transition:all .2s ease-in-out}.add-btn:hover{transform:translateY(-.125rem);box-shadow:0 .375rem .875rem #f59e0b73}.view-btn{background:linear-gradient(135deg,#38a169,#2f855a);color:#fff;border:none;padding:.45rem 1.2rem;border-radius:.5rem;font-weight:600;cursor:pointer;font-size:.85rem}.dashboard-modal-overlay{position:fixed;inset:0;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:1000}.dashboard-modal-box{background:#fff;padding:2rem;width:75rem;max-width:95%;max-height:85vh;margin:auto;overflow-y:auto;border-radius:1rem;position:relative}.dashboard-modal-close-btn{position:absolute;top:1rem;right:1rem;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:none;border-radius:.5rem;cursor:pointer;color:#6b7280;transition:all .2s ease;z-index:10}.dashboard-modal-close-btn:hover{background:#e5e7eb;color:#374151;transform:rotate(90deg)}.dashboard-modal-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1.2rem;text-align:center}.dashboard-modal-content{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem .75rem}.dashboard-modal-field{font-size:.92rem;color:#000;background:#f7fafc;padding:.5rem .625rem;border-radius:.5rem}.dashboard-modal-field strong{display:block;font-size:.75rem;color:#718096;margin-bottom:.125rem}.dashboard-modal-footer{margin-top:1.8rem;text-align:center;justify-content:center}.dashboard-modal-input{width:100%;margin-top:.375rem;color:#000;padding:.5rem .625rem;border-radius:.5rem;background-color:#fff;border:.0625rem solid #c7d1db;font-size:.85rem;outline:none;min-height:2.25rem}.dashboard-modal-input:focus{border-color:#667eea;box-shadow:0 0 0 .125rem #667eea33}.no-results{text-align:center;font-size:1.125rem;padding:1.25rem;color:#dfdcdc}.filter-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9998}.filter-modal .ant-picker-suffix{font-size:1.5625rem;color:#020d24}.ant-picker-suffix:hover{color:#0d47a1}.ant-picker-input>input::placeholder{color:#130f0f!important;font-weight:500}.ant-picker-disabled input::placeholder{color:#b0b0b0!important}.ant-picker-panel{transform:scale(1.05);transform-origin:top left}.filter-title{font-size:1.4rem;font-weight:700;color:#01050c;margin-bottom:1.125rem;text-align:center}.filter-row label{font-size:.875rem;font-weight:600;color:#02050a}.ant-picker-cell-inner{width:1.75rem;height:1.75rem;line-height:1.75rem;font-size:1.125rem}.filter-chip{display:inline-flex;align-items:center;gap:.5rem;background:#edf2f7;color:#1a202c;padding:.375rem .625rem;border-radius:1.25rem;font-size:.8125rem;font-weight:500}.filter-chip-close{background:transparent;border:none;cursor:pointer;color:#000;font-size:1.125rem;font-weight:700;line-height:1;padding:0 .25rem}.filter-chip-close:hover{color:#e53e3e}.no-data-cell{text-align:left;padding:1.5rem;font-size:1.25rem;font-weight:600;color:#af0a0a;background-color:#f8fafc}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.page-header h1{font-size:1.6rem;color:#2d3748;font-weight:700;margin-bottom:.3rem}.page-subtitle{color:#718096;font-size:1rem}.primary-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.9rem 1.8rem;border-radius:.625rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 .25rem .9375rem #667eea4d;font-size:1rem}.primary-btn:hover{transform:translateY(-.125rem);box-shadow:0 .375rem 1.25rem #667eea66}.metrics-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(12.5rem,1fr));gap:1.5rem;margin-bottom:2.5rem}.metric-box{background:#fff;border-radius:.875rem;padding:1.5rem;box-shadow:0 .125rem .625rem #00000014;text-align:center}.metric-box h3{font-size:.9rem;color:#718096;font-weight:600;margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.03125rem}.metric-value{font-size:2.5rem;font-weight:700;color:#2d3748}.metric-value.green{color:#38a169}.metric-value.orange{color:#ed8936}.metric-value.red{color:#e53e3e}.table-container{background:#fff;border-radius:1rem;padding:1rem;box-shadow:0 .25rem 1.25rem #00000014;margin-bottom:2rem;width:100%;max-width:100%;max-height:37.5rem;overflow-x:auto;overflow-y:auto}.table-container h2{font-size:1.5rem;color:#2d3748;font-weight:700;margin-bottom:1.5rem}.data-table{border-radius:.75rem;border:.0625rem solid #e2e8f0;min-width:50rem}table{width:100%;border-collapse:collapse}thead{background:#f7fafc}th{padding:.1rem 1rem;text-align:left;font-weight:700;color:#4a5568;font-size:.9rem;text-transform:uppercase;letter-spacing:.01875rem;white-space:nowrap}td{padding:1rem;border-top:.0625rem solid #e2e8f0;color:#2d3748;font-size:.75rem;white-space:nowrap}tbody tr{transition:background .2s}tbody tr:hover{background:#f7fafc}.status-badge{display:inline-block;padding:.4rem .9rem;border-radius:1.25rem;font-size:.85rem;font-weight:600}.status-badge.completed{background:#c6f6d5;color:#22543d}.status-badge.pending{background:#fed7d7;color:#742a2a}.status-badge.in-progress{background:#feebc8;color:#7c2d12}.status-badge.active{background:#bee3f8;color:#2c5282}.status-badge.offline{background:#e2e8f0;color:#1a202c}.status-badge.approved{background:#c6f6d5;color:#22543d}.status-badge.rejected{background:#fed7d7;color:#742a2a}.alert-text{color:#e53e3e;font-weight:600}.action-btn{background:linear-gradient(135deg,#770b0b,#ec1717);color:#fff;border:none;padding:.9rem 1.8rem;border-radius:.625rem;font-weight:600;cursor:pointer;margin-left:1.25rem;margin-right:1.25rem;transition:all .2s;box-shadow:0 .25rem .9375rem #7903034d;font-size:1rem}.action-btn:hover{background:#fc4646;color:#fff}.security-cards-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(16.25rem,1fr));gap:1.5rem;margin-top:2rem}.security-card{background:linear-gradient(135deg,#fff,#f7fafc);border-radius:1rem;padding:1.6rem;border:.0625rem solid #e2e8f0;box-shadow:0 .25rem .9375rem #00000014;transition:all .25s ease;text-align:center;display:flex;flex-direction:column;justify-content:space-between;position:relative}.security-card:hover{transform:translateY(-.25rem);box-shadow:0 .5rem 1.5625rem #0000001f}.security-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:.375rem;background:linear-gradient(135deg,#667eea,#764ba2)}.security-card-content{flex-grow:1;display:flex;align-items:center;justify-content:center}.security-card h3{font-size:1.2rem;font-weight:700;color:#2d3748;margin-bottom:.6rem}.security-card p{font-size:.95rem;color:#718096}.page-description-container{background:linear-gradient(135deg,#fff,#f7fafc);border:.0625rem solid #e2e8f0;border-left:.3125rem solid #667eea;border-radius:.75rem;padding:1rem 1.5rem;margin-top:1.5rem;margin-bottom:2rem;box-shadow:0 .25rem .375rem -.0625rem #0000000d,0 .125rem .25rem -.0625rem #00000008;display:flex;align-items:flex-start;gap:1rem;transition:all .3s ease;width:100%}.page-description-container:hover{box-shadow:0 .625rem .9375rem -.1875rem #00000014,0 .25rem .375rem -.125rem #0000000a;transform:translateY(-.125rem)}.page-description{margin:0;font-size:1rem;line-height:1.6;color:#4a5568;font-weight:500;flex:1}.description-icon{flex-shrink:0;width:1.5rem;height:1.5rem;color:#667eea;margin-top:.1rem}@media(max-width:73.75rem){.page-header h1{font-size:1.4rem}.page-description-container{padding:1rem 1.25rem;margin-top:1.5rem;margin-bottom:1.5rem}.page-description{font-size:.95rem;line-height:1.5}.description-icon{width:1.75rem;height:1.5rem;padding:.3rem}.header-actions{justify-content:flex-start}}.security-status{display:inline-block;padding:.4rem .9rem;border-radius:1.25rem;font-size:.8rem;font-weight:600;margin-bottom:1rem}.security-status.completed{background:#c6f6d5;color:#22543d}.security-status.pending{background:#fed7d7;color:#742a2a}.security-status.in-progress{background:#feebc8;color:#7c2d12}.security-card-actions{margin-top:1rem}.security-view-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.45rem 1.4rem;border-radius:.5rem;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s}.security-view-btn:hover{transform:translateY(-.125rem);box-shadow:0 .25rem .625rem #667eea66}@media(max-width:48rem){.metrics-row{grid-template-columns:1fr 1fr}.security-cards-container{grid-template-columns:1fr}.data-table{font-size:.85rem}th,td{padding:.8rem .6rem}}.header-actions{display:flex;gap:.75rem}.action-btn-group{display:flex;align-items:center;justify-content:center;gap:.5rem}.view-btn{background:linear-gradient(135deg,#38a169,#2f855a);color:#fff;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0}.edit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.45rem 1.2rem;border-radius:.5rem;font-weight:600;cursor:pointer}.modal-overlay{position:fixed;inset:0;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1.2rem;text-align:center}.modal-field{font-size:.92rem;color:#000;background:#f7fafc;padding:.5rem .625rem;border-radius:.5rem}.modal-field strong{display:block;font-size:.75rem;color:#718096;margin-bottom:.125rem}.modal-footer{margin-top:1.8rem;text-align:center;justify-content:center}.modal-input{width:100%;margin-top:.375rem;color:#000;padding:.5rem .625rem;border-radius:.5rem;background-color:#fff;border:.0625rem solid #c7d1db;font-size:.85rem;outline:none}.modal-input:focus{border-color:#667eea;box-shadow:0 0 0 .125rem #667eea33}.search-bar{display:flex;background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 .125rem .625rem #00000014;max-width:25rem;width:100%}.search-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.9rem 1.5rem;cursor:pointer;transition:opacity .2s}.filed-validation{color:red;font-size:"0.75rem";margin-top:"0.25rem"}.filter-section{position:relative;display:inline-block}.filter-modal{background:#fff;width:30rem;max-width:92%;border-radius:1.125rem;padding:1.375rem 1.5rem;box-shadow:0 .75rem 2.1875rem #00000040;animation:filterFadeIn .25s ease;margin-top:-9.375rem;overflow:visible}@keyframes filterFadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.filter-title{font-size:1.4rem;font-weight:700;color:#2d3748;margin-bottom:1.125rem;text-align:center}.filter-body{margin-bottom:1.5rem}.filter-row{display:flex;flex-direction:column;gap:.5rem}.filter-row label{font-size:.875rem;font-weight:600;color:#4a5568}.filter-modal .ant-picker{width:100%;height:2.875rem;border-radius:.75rem}.ant-picker-panel{transform:scale(.9);transform-origin:top left}.ant-picker-time-panel{max-height:10.625rem}.ant-picker-cell-inner{width:1.75rem;height:1.75rem;line-height:1.75rem;font-size:.75rem}.filter-footer{display:flex;gap:.875rem}.filter-footer button{flex:1;height:2.875rem;font-size:.9375rem;border-radius:.75rem}@media(max-width:30rem){.filter-footer{flex-direction:column}}.ant-picker-dropdown{z-index:10000!important}.common-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.4rem;min-height:2.625rem;font-size:.95rem;font-weight:700;border-radius:.625rem;border:none;cursor:pointer;line-height:1;transition:all .2s ease-in-out}.btn-icon{width:1.2em;height:1.2em;margin-right:0}.add-btn{background:#fff;color:#1a1a1a;border:.0625rem solid #1a1a1a}.filter-btn{background:#272727;color:#fff;border:none}.primary-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.add-btn:hover{background:#f3f4f6;transform:translateY(-.125rem);box-shadow:0 .375rem .875rem #0000001a}.filter-btn:hover{background:#333;transform:translateY(-.125rem);box-shadow:0 .375rem .875rem #0003}.filter-btn .arrow-icon{display:inline-block;transition:transform .3s ease}.primary-btn:hover{transform:translateY(-.125rem);box-shadow:0 .375rem .875rem #667eea66}.breadcrumb{display:flex;align-items:center;margin-bottom:.4rem;color:#718096}.breadcrumb h1{font-size:1.1rem;font-weight:500;margin:0}.breadcrumb-link{color:#4a5568;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.breadcrumb-link h1{font-weight:500;opacity:.75;transition:color .2s ease,opacity .2s ease}@media(hover:hover)and (pointer:fine){.breadcrumb-link:hover h1{color:#3182ce;opacity:1;text-decoration:underline}}.breadcrumb-link.active h1{color:#3182ce;opacity:1;text-decoration:underline}.breadcrumb-current h1{font-weight:700;color:#2d3748;opacity:1;cursor:default}.breadcrumb-separator{margin:0 .45rem;pointer-events:none}.breadcrumb-separator h1{font-size:.95rem;font-weight:400;color:#212325;opacity:.6;filter:blur(.025rem);-webkit-user-select:none;user-select:none}.modal-close-btn{position:absolute;margin-bottom:6.25rem;top:.75rem;right:.75rem;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#555;cursor:pointer;border-radius:.375rem;transition:background .15s ease,color .15s ease}.modal-close-btn:hover{background:#0000000f;color:#222}.modal-close-btn:focus{outline:.125rem solid #5b9dd9;outline-offset:.125rem}.search-bar{display:flex;align-items:stretch;gap:0;background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 .125rem .625rem #00000014;max-width:35rem;width:100%;border:.0625rem solid #e2e8f0}.search-bar input[type=search],.search-bar input[type=text]{flex:1 1 auto;border:none;padding:.9rem 1rem;font-size:1rem;min-height:2.75rem;outline:none}.search-bar input::placeholder{color:#a0aec0}.search-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:0 1rem;min-width:3.25rem;min-height:2.75rem;cursor:pointer;transition:opacity .2s,transform .15s}.search-btn:hover{opacity:.95;transform:translateY(-.0625rem)}.search-icon{width:1.25rem;height:1.25rem}.search-bar:focus-within{box-shadow:0 0 0 .1875rem #667eea40;border-color:#667eea}@media(min-width:48rem)and (max-width:64rem){.search-bar{max-width:40rem}.search-bar input[type=search]{font-size:1.05rem;padding:1rem 1.1rem}.search-btn{min-width:3.5rem}.search-icon{width:1.375rem;height:1.375rem}}.empty-state-card{background:#fff;border-radius:1.25rem;padding:2rem 2.5rem;display:flex;gap:1.5rem;align-items:center;box-shadow:0 .25rem 1.25rem #0000001a;max-width:31.25rem;margin:2rem 0;border-left:.375rem solid #667eea;position:relative}.empty-state-card.error{border-left-color:#e53e3e}.empty-icon{width:4.375rem;height:4.375rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:2rem;background:linear-gradient(135deg,#fa709a,#fee140);box-shadow:0 .25rem .9375rem #fa709a4d;flex-shrink:0}.empty-state-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.empty-state-card h3{font-size:1rem;color:#718096;font-weight:600;margin:0;letter-spacing:.01875rem}.empty-number{font-size:2.5rem;font-weight:800;color:#2d3748;margin:0;line-height:1}.empty-label{font-size:.9rem;color:#a0aec0;font-weight:500;margin:0}.empty-arrow{position:absolute;top:1.5rem;right:1.5rem;font-size:1.8rem;color:#cbd5e0;font-weight:300}@media(max-width:48rem){.empty-state-card{padding:1.5rem 2rem;max-width:100%}.empty-icon{width:3.75rem;height:3.75rem;font-size:1.8rem}.empty-number{font-size:2rem}.empty-state-card h3{font-size:.9rem}.empty-label{font-size:.85rem}.empty-arrow{font-size:1.4rem}}@media only screen and (min-width:64rem)and (max-width:80rem){.table-container{width:100%;max-width:73.75rem;margin-left:auto;margin-right:auto;padding:1rem;max-height:37.5rem;overflow-x:auto;overflow-y:auto;box-shadow:0 .25rem 1.25rem #00000014}.table-container h2{font-size:1.5rem;margin-bottom:1.25rem}}.toggle-switch{display:flex;align-items:center;gap:.75rem;cursor:pointer;position:relative}.toggle-switch input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.toggle-slider{position:relative;display:inline-block;width:3.125rem;height:1.625rem;background-color:#ccc;border-radius:2.125rem;transition:background-color .3s}.toggle-slider:before{content:"";position:absolute;height:1.25rem;width:1.25rem;left:.1875rem;bottom:.1875rem;background-color:#fff;border-radius:50%;transition:transform .3s}.toggle-switch input[type=checkbox]:checked+.toggle-slider{background-color:#667eea}.toggle-switch input[type=checkbox]:checked+.toggle-slider:before{transform:translate(1.5rem)}.toggle-switch input[type=checkbox]:disabled+.toggle-slider{opacity:.5;cursor:not-allowed}.toggle-label{font-size:.95rem;font-weight:600;color:#2d3748;min-width:2.1875rem}.boolean-badge{display:inline-block;padding:.3rem .8rem;border-radius:.75rem;font-size:.85rem;font-weight:600}.boolean-badge.true{background:#c6f6d5;color:#22543d}.boolean-badge.false{background:#fed7d7;color:#742a2a}.dashboard-modal-textarea{width:100%;padding:.1rem .625rem;border:.0625rem solid #e2e8f0;border-radius:.5rem;font-size:.85rem;font-family:inherit;resize:vertical;transition:border-color .2s}.modal-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 .1875rem #667eea1a}.modal-textarea:disabled{background-color:#f0f0f0;cursor:not-allowed}.modal-input[type=number]{appearance:textfield}.modal-input[type=number]::-webkit-inner-spin-button,.modal-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.active-filters{display:flex;align-items:center;gap:.625rem;margin-bottom:.75rem;flex-wrap:wrap}.active-filter-label{font-weight:600;color:#555}.filter-chip-container{display:flex;gap:.5rem;flex-wrap:wrap}.filter-chip{display:flex;align-items:center;gap:.5rem;background:#f0f4ff;border:.0625rem solid #c7d2fe;border-radius:1.25rem;padding:.375rem .75rem;font-size:.8125rem}.chip-col-name{font-weight:600;color:#1e3a8a}.chip-range{color:#374151}.filter-chip-close{background:none;border:none;font-size:1rem;cursor:pointer;color:#ef4444}.ant-picker-input>input::placeholder{color:#00000073}.ant-picker-input>input{color:#000000d9}.ant-picker-disabled .ant-picker-input>input::placeholder{color:#00000059}.dashboard-modal-field .ant-picker{width:100%;min-height:2.25rem}.swal2-container{z-index:10000!important}.bar-chart-wrapper{height:15.625rem;position:relative}.chart-container{background:#fff;padding:1.5rem;border-radius:1rem;margin-bottom:2rem;box-shadow:0 .25rem 1.25rem #00000014}.chart-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.chart-header h3{margin:0;font-size:1.2rem;font-weight:700;color:#2d3748}.date-filters{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.date-filters button{padding:.4rem .8rem;border:.0625rem solid #e2e8f0;border-radius:.5rem;background:#fff;color:#4a5568;cursor:pointer;font-weight:600;font-size:.85rem;transition:all .2s ease}.date-filters button:hover{background:#f7fafc;border-color:#cbd5e0}.date-filters button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;box-shadow:0 .25rem .9375rem #667eea4d}.date-filters .ant-picker{border-radius:.5rem}.date-filters .ant-picker:hover{border-color:#667eea}.metric-select-dropdown{padding:.4rem .8rem;border:.0625rem solid #e2e8f0;border-radius:.5rem;background:#fff;color:#4a5568;cursor:pointer;font-weight:600;font-size:.85rem;transition:all .2s ease}.metric-select-dropdown:hover{border-color:#667eea}.metric-multiselect-container{position:relative;display:inline-block}.metric-multiselect-button{display:flex;align-items:center;justify-content:space-between;width:11.25rem;padding:.4rem .8rem;border:.0625rem solid #e2e8f0;border-radius:.5rem;background:#fff;color:#4a5568;cursor:pointer;font-weight:600;font-size:.85rem;transition:all .2s ease}.metric-multiselect-button:hover{border-color:#667eea}.metric-multiselect-button .arrow-icon{font-size:.7rem;margin-left:.5rem}.metric-multiselect-dropdown{position:absolute;top:100%;left:0;width:100%;background:#fff;border:.0625rem solid #e2e8f0;border-radius:.5rem;box-shadow:0 .25rem .75rem #0000001a;z-index:10;max-height:12.5rem;overflow-y:auto;margin-top:.25rem}.metric-multiselect-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .8rem;cursor:pointer;font-size:.85rem;transition:background-color .2s}.metric-multiselect-item:hover{background-color:#f7fafc}.metric-multiselect-item input[type=checkbox]{cursor:pointer}.chiller-select-dropdown{padding:.4rem .8rem;border:.0625rem solid #e2e8f0;border-radius:.5rem;background:#fff;color:#4a5568;cursor:pointer;font-weight:600;font-size:.9rem}.utility-chart-title{margin-top:0;margin-bottom:1rem;color:#4a5568;font-size:1rem;font-weight:600}.utility-charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(28.125rem,1fr));gap:1.5rem;margin-top:1.5rem}.chart-card{background-color:#fdfdfd;border:.0625rem solid #eef2f7;border-radius:.5rem;padding:1rem;box-shadow:0 .125rem .5rem #0000000a;display:flex;flex-direction:column}.chart-card-title{margin-top:0;margin-bottom:1rem;color:#4a5568;font-size:1rem;font-weight:600;text-align:center}.chart-wrapper{flex-grow:1;position:relative;height:17.5rem}@media(max-width:30rem){.utility-charts-grid{grid-template-columns:1fr}}.modal-overlay{position:fixed;inset:0;background-color:#000000a6;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);animation:overlayFadeIn .3s ease}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.modal-container{background:#fff;border-radius:1rem;box-shadow:0 1.25rem 3.75rem #0000004d;width:100%;max-width:31.25rem;max-height:90vh;display:flex;flex-direction:column;animation:modalSlideUp .3s cubic-bezier(.4,0,.2,1)}.modal-container.large{max-width:43.75rem}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(1.875rem) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:.0625rem solid #e5e7eb}.modal-header h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.modal-close{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:none;border-radius:.5rem;cursor:pointer;color:#6b7280;transition:all .2s ease}.modal-close:hover{background:#e5e7eb;color:#374151;transform:rotate(90deg)}.modal-body{padding:1.25rem 1.5rem;overflow-y:auto}.modal-body::-webkit-scrollbar{width:.375rem}.modal-body::-webkit-scrollbar-track{background:#f3f4f6;border-radius:.625rem}.modal-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:.625rem}.modal-body::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media(max-width:768px){.modal-container{max-width:95%}.modal-header{padding:1.25rem 1.5rem}.modal-header h2{font-size:1.25rem}.modal-body{padding:1.5rem}}@media(max-width:480px){.modal-overlay{padding:.5rem}.modal-container{border-radius:.75rem}.modal-header{padding:1rem 1.25rem}.modal-body{padding:1.25rem}}.create-user-form{display:flex;flex-direction:column}.form-row-dual{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.input-group input{width:100%;padding:.625rem .875rem;font-size:.9375rem;color:#111827;border:.09375rem solid #d1d5db;border-radius:.375rem;background-color:#fff;transition:all .2s ease;box-sizing:border-box;font-family:inherit}.input-group input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 .1875rem #6366f11a}.roles-grid-wrapper{background:#f9fafb;border:.09375rem solid #e5e7eb;border-radius:.375rem;padding:.625rem}.checkbox-item{display:flex;align-items:center;gap:.5rem;padding:.4rem .6rem;background:#fff;border:.0625rem solid #e5e7eb;border-radius:.3125rem;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}.error-message{display:flex;align-items:center;gap:.625rem;padding:.875rem 1rem;background:#fef2f2;border:.0625rem solid #fecaca;border-left:.1875rem solid #ef4444;border-radius:.375rem;color:#991b1b;font-size:.875rem;font-weight:500}.error-icon{font-size:1rem;flex-shrink:0}.modal-footer{display:flex;gap:.75rem;margin-top:.25rem;padding-top:.75rem;border-top:.0625rem solid #e5e7eb}.btn-cancel{flex:1;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;color:#4b5563;background:#fff;border:.09375rem solid #d1d5db;border-radius:.375rem;cursor:pointer;transition:all .2s ease;font-family:inherit}.btn-cancel:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;color:#1f2937}.create-user-form .btn-submit{flex:1;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;color:#fff;background:#1a1a1a;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 .0625rem .1875rem #0003;font-family:inherit}.create-user-form .btn-submit:hover:not(:disabled){background:#333;box-shadow:0 .25rem .375rem #0000004d;transform:translateY(-.0625rem)}.create-user-form .btn-submit:active:not(:disabled){transform:translateY(0)}.create-user-form .btn-submit:disabled,.create-user-form .btn-cancel:disabled{opacity:.6;cursor:not-allowed}@media only screen and (min-width:1024px)and (max-width:1366px){.roles-checkbox-grid{grid-template-columns:repeat(4,1fr);gap:.75rem}.checkbox-item{padding:.625rem .875rem}.checkbox-item span{font-size:.9375rem}}@media only screen and (min-width:768px)and (max-width:1023px){.roles-checkbox-grid{grid-template-columns:repeat(3,1fr);gap:.75rem}.checkbox-item{padding:.625rem 1rem}.form-row-dual{gap:1.25rem}.input-group input{padding:.875rem 1.125rem;font-size:1rem}.btn-cancel,.btn-submit{padding:.875rem 1.75rem;font-size:1rem}}@media only screen and (min-width:600px)and (max-width:767px){.roles-checkbox-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.checkbox-item{padding:.625rem .875rem}}@media only screen and (min-width:481px)and (max-width:599px){.form-row-dual{grid-template-columns:1fr 1fr;gap:.875rem}.roles-checkbox-grid{grid-template-columns:repeat(2,1fr)}.input-group input{padding:.75rem .875rem;font-size:.875rem}}@media only screen and (max-width:480px){.form-row-dual{grid-template-columns:1fr;gap:1rem}.modal-footer{flex-direction:column}.roles-checkbox-grid{grid-template-columns:1fr}.checkbox-item{padding:.75rem 1rem}.checkbox-item span{font-size:.9375rem}.btn-cancel,.btn-submit{padding:.875rem 1.5rem}}@media only screen and (min-device-width:768px)and (max-device-width:1024px)and (-webkit-min-device-pixel-ratio:2){.checkbox-item{min-height:2.75rem;padding:.75rem 1rem}.checkbox-item input[type=checkbox]{width:1.125rem;height:1.125rem}.input-group label,.checkbox-item span{font-size:.9375rem}.create-user-form{gap:1.5rem}.roles-grid-wrapper{padding:1.125rem}}.input-group input.is-valid{border-color:#22c55e}.input-group input.is-invalid{border-color:#ef4444}.help-text{font-size:1rem;margin-top:.25rem;line-height:1.4}.help-text.error{color:#ef4444}.required-asterisk{color:#ef4444;font-weight:700}.create-user-form .btn-clear{flex:1;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;color:#1a1a1a;background:#fff;border:.0625rem solid #1a1a1a;border-radius:.375rem;cursor:pointer;transition:all .2s ease;font-family:inherit}.create-user-form .btn-clear:hover:not(:disabled){background:#f3f4f6;border-color:#1a1a1a;transform:translateY(-.125rem)}.create-user-form .btn-clear:disabled{opacity:.6;cursor:not-allowed}.search-wrapper{width:100%;margin-bottom:1.5rem}.search-container{position:relative;width:100%;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;color:#9ca3af;pointer-events:none;z-index:1;transition:color .2s ease}.search-input{width:100%;height:3rem;padding:0 3.5rem 0 3.25rem;font-size:.9375rem;font-weight:400;color:#1f2937;background:#fff;border:.125rem solid #e5e7eb;border-radius:.75rem;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-sizing:border-box}.search-input::placeholder{color:#9ca3af;font-weight:400}.search-input:hover{border-color:#cbd5e1;background:#fafafa}.search-input:focus{border-color:#6366f1;background:#fff;box-shadow:0 0 0 .25rem #6366f11a}.search-input:focus~.search-icon,.search-container:focus-within .search-icon{color:#6366f1}.search-clear-btn{position:absolute;right:.875rem;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:none;border-radius:.375rem;color:#6b7280;cursor:pointer;transition:all .2s ease;z-index:1}.search-clear-btn:hover{background:#e5e7eb;color:#f5f5f5;transform:scale(1.05)}.search-clear-btn:active{transform:scale(.95)}@keyframes inputFocus{0%{box-shadow:0 0 #6366f166}to{box-shadow:0 0 0 .25rem #6366f11a}}.search-input:focus{animation:inputFocus .3s ease}@media(max-width:768px){.search-input{height:2.75rem;font-size:.875rem;padding:0 3rem}.search-icon{left:.875rem;width:1.125rem;height:1.125rem}.search-clear-btn{right:.75rem;width:1.625rem;height:1.625rem}.search-clear-btn svg{width:.875rem;height:.875rem}}@media(max-width:480px){.search-wrapper{margin-bottom:1.25rem}.search-input{height:2.625rem;border-radius:.625rem}}@media(prefers-color-scheme:dark){.search-input{background:#1f2937;border-color:#374151;color:#f9fafb}.search-input::placeholder{color:#6b7280}.search-input:hover{background:#f5f5f5;border-color:#4b5563}.search-input:focus{background:#1f2937;border-color:#6366f1;box-shadow:0 0 0 .25rem #6366f133}.search-clear-btn{background:#374151;color:#9ca3af}.search-clear-btn:hover{background:#4b5563;color:#d1d5db}}.info-banner{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:.0625rem solid #bfdbfe;border-left:.25rem solid #3b82f6;border-radius:.625rem;margin-bottom:1.5rem}.info-banner code{background:#3b82f61a;padding:.125rem .375rem;border-radius:.25rem;font-family:Courier New,monospace;font-size:.8125rem;color:#1e40af;font-weight:600}.confirmation-banner{display:flex;align-items:flex-start;gap:1rem;padding:1.125rem 1.25rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border:.09375rem solid #fbbf24;border-left:.25rem solid #f59e0b;border-radius:.625rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-.625rem)}to{opacity:1;transform:translateY(0)}}.confirmation-banner svg{flex-shrink:0;color:#f59e0b;margin-top:.125rem}.confirmation-banner strong{display:block;color:#92400e;font-size:.9375rem;margin-bottom:.375rem}.confirmation-banner p{color:#92400e;font-size:.875rem;margin:0;line-height:1.5}.search-bar{position:relative;margin-bottom:1.5rem}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.search-input{width:100%;padding:.875rem 3.5rem .875rem 3rem;font-size:.9375rem;color:#1f2937;border:.125rem solid #e5e7eb;border-radius:.75rem;background-color:#f9fafb;transition:all .2s ease;box-sizing:border-box}.search-input:focus{outline:none;border-color:#6366f1;background-color:#fff;box-shadow:0 0 0 .25rem #6366f11a}.clear-btn{position:absolute;right:1rem;top:50%;background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(-50%) scale(.8);transition:all .2s ease-in-out}.clear-btn:hover{background:#f3f4f6;color:#374151}.search-input:not(:placeholder-shown)+.clear-btn{opacity:1;transform:translateY(-50%) scale(1)}.users-container::-webkit-scrollbar{width:.375rem}.users-container::-webkit-scrollbar-track{background:#f3f4f6;border-radius:.625rem}.users-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:.625rem}.users-container::-webkit-scrollbar-thumb:hover{background:#9ca3af}.user-details p{font-size:.875rem;color:#6b7280;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-reset-password{padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#f43f5e,#e11d48);border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 .125rem .25rem #f43f5e33;display:flex;align-items:center;gap:.5rem}.btn-reset-password:hover:not(:disabled){background:linear-gradient(135deg,#e11d48,#be123c);box-shadow:0 .25rem .75rem #f43f5e4d;transform:translateY(-.125rem)}.btn-reset-password:active:not(:disabled){transform:translateY(0)}.btn-reset-password:disabled{opacity:.6;cursor:not-allowed}.empty-state svg{color:#9ca3af}.reset-password-form{display:flex;flex-direction:column;gap:1.25rem}.selected-user-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border:.125rem solid #818cf8;border-radius:.75rem}.user-avatar.selected{background:linear-gradient(135deg,#818cf8,#6366f1)}.password-info-box{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:.0625rem solid #93c5fd;border-left:.25rem solid #3b82f6;border-radius:.625rem}.password-info-box svg{flex-shrink:0;color:#3b82f6;margin-top:.125rem}.password-info-box strong{display:block;color:#1e40af;font-size:.9375rem;margin-bottom:.25rem}.password-info-box p{color:#1e40af;font-size:.875rem;margin:0;font-family:Courier New,monospace;font-weight:600}.reset-password-form .btn-reset-password-confirm{flex:1;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;color:#fff;background:#1a1a1a;border:none;border-radius:.625rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 .0625rem .1875rem #0003}.reset-password-form .btn-reset-password-confirm:hover:not(:disabled){background:#333;box-shadow:0 .25rem .375rem #0000004d;transform:translateY(-.125rem)}.reset-password-form .btn-reset-password-confirm:active:not(:disabled){transform:translateY(0)}.reset-password-form .btn-reset-password-confirm:disabled{opacity:.6;cursor:not-allowed}.reset-password-form .btn-cancel{flex:1;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;color:#1a1a1a;background:#fff;border:.0625rem solid #1a1a1a;border-radius:.625rem;cursor:pointer;transition:all .2s ease}.reset-password-form .btn-cancel:hover:not(:disabled){background:#f3f4f6;border-color:#1a1a1a;transform:translateY(-.125rem)}.reset-password-form .btn-cancel:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.user-card{flex-wrap:wrap}.btn-reset-password,.btn-select-user{width:100%;justify-content:center}.modal-footer{flex-direction:column}.btn-cancel,.btn-reset-password-confirm{width:100%}}.assign-role-form{display:flex;flex-direction:column;gap:1.25rem}.selected-user-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:.125rem solid #3b82f6;border-radius:.75rem}.user-avatar.selected{background:linear-gradient(135deg,#3b82f6,#2563eb)}.selected-badge{padding:.375rem .875rem;background:#3b82f6;color:#fff;font-size:.75rem;font-weight:700;border-radius:1.25rem;text-transform:uppercase;letter-spacing:.03125rem}.btn-assign{flex:1;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:.625rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 .25rem .375rem #10b98133}.btn-assign:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 .375rem .75rem #10b9814d;transform:translateY(-.125rem)}.btn-assign:active:not(:disabled){transform:translateY(0)}.btn-assign:disabled{opacity:.5;cursor:not-allowed}.success-message{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#d1fae5;border:.0625rem solid #6ee7b7;border-left:.25rem solid #10b981;border-radius:.5rem;color:#065f46;font-size:.875rem;font-weight:500;margin-bottom:1rem}@media(max-width:640px){.user-card{flex-wrap:wrap}.btn-select-user{width:100%;justify-content:center}}.update-role-form{display:flex;flex-direction:column;gap:1.25rem}.selected-user-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:.125rem solid #6366f1;border-radius:.75rem}.user-avatar.selected{background:linear-gradient(135deg,#6366f1,#4f46e5)}.selected-badge{padding:.375rem .875rem;background:#6366f1;color:#fff;font-size:.75rem;font-weight:700;border-radius:1.25rem;text-transform:uppercase;letter-spacing:.03125rem}.roles-grid-wrapper{background:#f9fafb;border:.09375rem solid #e5e7eb;border-radius:.375rem;padding:.875rem}.checkbox-item:hover{background:#f3f4f6;border-color:#d1d5db}.checkbox-item input[type=checkbox]{width:1rem;height:1rem;margin:0;cursor:pointer;accent-color:#6366f1;flex-shrink:0}.checkbox-item:has(input:checked){background:#eff6ff;border-color:#6366f1}.checkbox-item:has(input:checked) span{color:#1f2937;font-weight:600}.skeleton-loader{width:100%;height:5.625rem;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;border-radius:.375rem;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.update-role-form .btn-cancel{flex:1;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;color:#1a1a1a;background:#fff;border:.0625rem solid #1a1a1a;border-radius:.375rem;cursor:pointer;transition:all .2s ease;font-family:inherit}.update-role-form .btn-cancel:hover:not(:disabled){background:#f3f4f6;border-color:#1a1a1a;transform:translateY(-.125rem)}.update-role-form .btn-update{flex:1;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;color:#fff;background:#1a1a1a;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 .0625rem .1875rem #0003;font-family:inherit}.update-role-form .btn-update:hover:not(:disabled){background:#333;box-shadow:0 .25rem .375rem #0000004d;transform:translateY(-.0625rem)}.update-role-form .btn-update:active:not(:disabled){transform:translateY(0)}.update-role-form .btn-update:disabled,.update-role-form .btn-cancel:disabled{opacity:.6;cursor:not-allowed}.user-details h2{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}@media only screen and (max-width:640px){.user-card{flex-wrap:wrap}.btn-select-user{width:100%;justify-content:center}.modal-footer{flex-direction:column}.roles-checkbox-grid{grid-template-columns:1fr}}.create-role-form{display:flex;flex-direction:column;gap:1.25rem}.info-banner{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:.0625rem solid #bfdbfe;border-left:.25rem solid #3b82f6;border-radius:.625rem}.info-banner svg{flex-shrink:0;color:#3b82f6;margin-top:.125rem}.info-banner strong{display:block;color:#1e40af;font-size:.9375rem;margin-bottom:.25rem}.info-banner p{color:#1e40af;font-size:.875rem;margin:0;line-height:1.5}.input-group label{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:#374151}.input-group label svg{color:#6366f1}.input-group input{width:100%;padding:.875rem 1rem;font-size:.9375rem;color:#1f2937;border:.125rem solid #e5e7eb;border-radius:.625rem;background-color:#f9fafb;transition:all .2s ease;box-sizing:border-box}.input-group input:focus{outline:none;border-color:#6366f1;background-color:#fff;box-shadow:0 0 0 .25rem #6366f11a}.input-group input::placeholder{color:#9ca3af}.input-group input:disabled{opacity:.6;cursor:not-allowed}.modal-footer{display:flex;gap:1rem;margin-top:1rem}.btn-cancel{padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;color:#6b7280;background:#f9fafb;border:.125rem solid #e5e7eb;border-radius:.625rem;cursor:pointer;transition:all .2s ease}.btn-cancel:hover:not(:disabled){background:#f3f4f6;color:#374151;border-color:#d1d5db}.btn-cancel:disabled{opacity:.5;cursor:not-allowed}.btn-submit{flex:1;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:.625rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 .25rem .375rem #6366f133}.btn-submit:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5,#4338ca);box-shadow:0 .375rem .75rem #6366f14d;transform:translateY(-.125rem)}.btn-submit:active:not(:disabled){transform:translateY(0)}.btn-submit:disabled{opacity:.5;cursor:not-allowed}.btn-spinner{width:1rem;height:1rem;border:.125rem solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .6s linear infinite}.success-message{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#d1fae5;border:.0625rem solid #6ee7b7;border-left:.25rem solid #10b981;border-radius:.5rem;color:#065f46;font-size:.875rem;font-weight:500}.success-message svg{flex-shrink:0;color:#10b981}.error-message{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#fef2f2;border:.0625rem solid #fecaca;border-left:.25rem solid #ef4444;border-radius:.5rem;color:#991b1b;font-size:.875rem;font-weight:500}@media(max-width:640px){.modal-footer{flex-direction:column}.btn-cancel,.btn-submit{width:100%}}.delete-role-form{display:flex;flex-direction:column;gap:1.25rem}.info-banner.warning{background:linear-gradient(135deg,#fef3c7,#fde68a);border:.0625rem solid #fbbf24;border-left:.25rem solid #f59e0b;padding:1rem;border-radius:.5rem;display:flex;align-items:flex-start;gap:.75rem}.info-banner.warning svg{color:#f59e0b;flex-shrink:0;margin-top:.125rem}.info-banner.warning strong{color:#92400e;display:block;margin-bottom:.25rem}.info-banner.warning p{color:#92400e;margin:0;font-size:.875rem}.user-roles-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.role-tag{padding:.25rem .625rem;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;font-size:.75rem;font-weight:600;border-radius:.75rem;border:.0625rem solid #93c5fd}.btn-back{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600;color:#6b7280;background:#f9fafb;border:.125rem solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s ease;width:fit-content}.btn-back:hover{background:#f3f4f6;color:#374151;border-color:#d1d5db}.selected-user-card-delete{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#fee2e2,#fecaca);border:.125rem solid #ef4444;border-radius:.75rem}.user-avatar.selected{background:linear-gradient(135deg,#ef4444,#dc2626)}.selected-badge{padding:.375rem .875rem;background:#ef4444;color:#fff;font-size:.75rem;font-weight:700;border-radius:1.25rem;text-transform:uppercase;letter-spacing:.03125rem}.user-dob{font-size:.875rem;color:#374151;margin-top:.25rem}.btn-select-user{padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 .125rem .25rem #6366f133}.btn-select-user:hover{background:linear-gradient(135deg,#4f46e5,#4338ca);box-shadow:0 .25rem .75rem #6366f14d;transform:translateY(-.125rem)}.delete-role-form .btn-delete{flex:1;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;color:#fff;background:#1a1a1a;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 .125rem .375rem #0003;font-family:inherit}.delete-role-form .btn-delete:hover:not(:disabled){background:#333;box-shadow:0 .25rem .625rem #0000004d;transform:translateY(-.0625rem)}.delete-role-form .btn-delete:active:not(:disabled){transform:translateY(0)}.delete-role-form .btn-delete:disabled{opacity:.6;cursor:not-allowed}.delete-role-form .btn-cancel{flex:1;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;color:#1a1a1a;background:#fff;border:.09375rem solid #1a1a1a;border-radius:.375rem;cursor:pointer;transition:all .2s ease;font-family:inherit}.delete-role-form .btn-cancel:hover:not(:disabled){background:#f3f4f6;border-color:#1a1a1a;transform:translateY(-.125rem)}.delete-role-form .btn-cancel:disabled{opacity:.6;cursor:not-allowed}.modal-footer{display:flex;gap:.75rem;margin-top:.5rem;padding-top:1rem;border-top:.0625rem solid #e5e7eb}.input-group{display:flex;flex-direction:column;gap:.625rem}.input-group label{font-size:.875rem;font-weight:600;color:#1f2937}.roles-grid-wrapper.delete{background:#fef2f2;border:.09375rem solid #fecaca;border-radius:.375rem;padding:.875rem}.roles-checkbox-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem}.checkbox-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border:.0625rem solid #e5e7eb;border-radius:.3125rem;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}.checkbox-item.delete{border-color:#fecaca}.checkbox-item:hover{background:#fef2f2;border-color:#fca5a5}.checkbox-item input[type=checkbox]{width:1rem;height:1rem;margin:0;cursor:pointer;accent-color:#ef4444;flex-shrink:0}.checkbox-item span{font-size:.875rem;font-weight:500;color:#374151;line-height:1.2}.checkbox-item:has(input:checked){background:#fee2e2;border-color:#ef4444}.checkbox-item:has(input:checked) span{color:#991b1b;font-weight:600}.no-roles-message{text-align:center;color:#6b7280;font-size:.875rem;padding:1rem;margin:0}.users-container{max-height:28.125rem;overflow-y:auto;padding-right:.5rem}.users-list{display:flex;flex-direction:column;gap:.875rem}.user-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border:.125rem solid #e5e7eb;border-radius:.75rem;transition:all .2s ease}.user-card:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 .25rem .75rem #0000000d}.user-avatar{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;flex-shrink:0;text-transform:uppercase}.user-details{flex:1;min-width:0}.user-details h4{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.user-details p{font-size:.875rem;color:#6b7280;margin:0}.loading-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.loading-spinner{width:2.5rem;height:2.5rem;border:.25rem solid #e5e7eb;border-radius:50%;border-top-color:#6366f1;animation:spin .8s linear infinite}.loading-state p,.empty-state p{margin-top:1rem;color:#6b7280;font-size:.9375rem}.success-message{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;background:#d1fae5;border:.0625rem solid #6ee7b7;border-left:.25rem solid #10b981;border-radius:.5rem;color:#065f46;font-size:.875rem;font-weight:500;margin-bottom:1rem}.success-message svg{flex-shrink:0;color:#10b981;margin-top:.125rem}.error-message{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#fef2f2;border:.0625rem solid #fecaca;border-left:.25rem solid #ef4444;border-radius:.5rem;color:#991b1b;font-size:.875rem;font-weight:500;margin-bottom:1rem}.error-message svg{flex-shrink:0;color:#ef4444}.btn-spinner{width:.875rem;height:.875rem;border:.125rem solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .6s linear infinite}@media only screen and (min-width:1024px)and (max-width:1366px){.roles-checkbox-grid{grid-template-columns:repeat(4,1fr);gap:.75rem}.checkbox-item{padding:.625rem .875rem}}@media only screen and (min-width:768px)and (max-width:1023px){.roles-checkbox-grid{grid-template-columns:repeat(3,1fr);gap:.75rem}.checkbox-item{padding:.625rem 1rem}}@media only screen and (min-width:600px)and (max-width:767px){.roles-checkbox-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:640px){.user-card{flex-wrap:wrap}.btn-select-user{width:100%;justify-content:center}.modal-footer{flex-direction:column}.btn-cancel,.btn-delete{width:100%}.roles-checkbox-grid{grid-template-columns:1fr}}@media only screen and (min-device-width:768px)and (max-device-width:1024px)and (-webkit-min-device-pixel-ratio:2){.checkbox-item{min-height:2.75rem;padding:.75rem 1rem}.checkbox-item input[type=checkbox]{width:1.125rem;height:1.125rem}}.admin-wrapper{display:flex;min-height:100vh;background:linear-gradient(135deg,#92a2eb,#cfa8f7)}.admin-page-container{flex:1;padding:2rem;overflow-y:auto}.admin-header{text-align:center;margin-bottom:1rem}.admin-header h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#fff;margin-bottom:.5rem;text-shadow:.125rem .125rem .25rem rgba(0,0,0,.2)}.admin-subtitle{color:#ffffffe6;font-size:clamp(.9rem,2vw,1.1rem);font-weight:400}.admin-divider{border:none;height:.125rem;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);margin:1.5rem 0 2rem}.admin-actions-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(17.5rem,1fr));gap:1.5rem;max-width:87.5rem;margin:0 auto 2rem}.admin-action-btn{display:flex;align-items:center;gap:1rem;padding:1.5rem;font-size:1rem;font-weight:600;color:#fff;background:#fff;border:none;border-radius:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 .5rem 1rem #0000001a;position:relative;overflow:hidden;min-height:6.25rem}.admin-action-btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.admin-action-btn:hover:before{opacity:1}.admin-action-btn:hover{transform:translateY(-.25rem);box-shadow:0 .75rem 1.5rem #00000026}.btn-icon-admin{width:.55em;height:.5em;margin-right:2%;font-size:2.5rem;flex-shrink:0;margin-bottom:8%}.btn-text-admin{display:flex;flex-direction:column;align-items:flex-start;flex:1;text-align:left;margin-left:6%}.btn-text-admin strong{font-size:1.1rem;margin-bottom:.25rem}.btn-text-admin small{font-size:.85rem;font-weight:400;opacity:.8}.btn-create{background:linear-gradient(135deg,#667eea,#764ba2)}.btn-reset{background:linear-gradient(135deg,#f093fb,#f5576c)}.btn-assign{background:linear-gradient(135deg,#4facfe,#00f2fe)}.btn-update{background:linear-gradient(135deg,#f6d365,#fda085)}.btn-add-role{background:linear-gradient(135deg,#84fab0,#8fd3f4)}.btn-delete-role{background:linear-gradient(135deg,#ff8177,#ff867a 0%,#ff8c7f 21%,#f99185 52%,#cf556c 78%,#b12a5b)}.btn-bulk-import-role{background:linear-gradient(135deg,#d9fdd3,#bfffb3);color:#1a3d1a}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;padding:2rem;border-radius:1.25rem;box-shadow:0 1.25rem 3.75rem #0000004d;width:100%;max-width:31.25rem;position:relative;animation:slideUp .3s ease;max-height:90vh;overflow-y:auto}.modal-content.large{max-width:43.75rem}@keyframes slideUp{0%{opacity:0;transform:translateY(1.875rem)}to{opacity:1;transform:translateY(0)}}.modal-title{margin:0 0 1.5rem;text-align:center;font-size:1.75rem;color:#1f2937;font-weight:700}.modal-description{background:linear-gradient(135deg,#667eea15,#764ba215);padding:1rem;border-radius:.75rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#4b5563;border-left:.25rem solid #667eea}.description-icon{font-size:1.5rem;flex-shrink:0}.modal-close-btn{position:absolute;top:1rem;right:1rem;background:#f3f4f6;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;line-height:1;padding:.5rem;border-radius:50%;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close-btn:hover{background:#e5e7eb;color:#374151;transform:rotate(90deg)}.admin-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:600;color:#374151;display:flex;align-items:center;gap:.5rem}.label-icon{font-size:1.1rem}.form-group input,.form-group select{width:100%;padding:.75rem 1rem;font-size:1rem;color:#1f2937;border:.125rem solid #e5e7eb;border-radius:.625rem;background-color:#fff;transition:all .2s ease;box-sizing:border-box}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;background-color:#fafafa;box-shadow:0 0 0 .25rem #667eea1a}.form-group input::placeholder{color:#9ca3af}.search-container{margin-bottom:1.5rem}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;font-size:1.2rem;color:#9ca3af}.search-input{width:100%;padding:.875rem 3rem;font-size:1rem;color:#1f2937;border:.125rem solid #e5e7eb;border-radius:.75rem;background-color:#f9fafb;transition:all .2s ease;box-sizing:border-box}.search-input:focus{outline:none;border-color:#667eea;background-color:#fff;box-shadow:0 0 0 .25rem #667eea1a}.clear-search-btn{position:absolute;right:1rem;background:none;border:none;color:#9ca3af;font-size:1.25rem;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:50%}.clear-search-btn:hover{background:#f3f4f6;color:#374151}.users-list{display:flex;flex-direction:column;gap:.75rem;max-height:25rem;overflow-y:auto;padding-right:.5rem}.users-list::-webkit-scrollbar{width:.375rem}.users-list::-webkit-scrollbar-track{background:#f3f4f6;border-radius:.625rem}.users-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:.625rem}.users-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.user-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border:.125rem solid #e5e7eb;border-radius:.75rem;transition:all .2s ease}.user-item:hover{background:#fff;border-color:#667eea;box-shadow:0 .25rem .75rem #667eea1a}.user-item.selected{background:linear-gradient(135deg,#667eea15,#764ba215);border-color:#667eea}.user-avatar{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.user-info{flex:1;min-width:0}.user-name{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.user-email{font-size:.875rem;color:#6b7280;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-badge{background:#667eea;color:#fff;padding:.25rem .75rem;border-radius:1.25rem;font-size:.75rem;font-weight:600}.user-item button{padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-select{background:linear-gradient(135deg,#667eea,#764ba2)}.btn-select:hover:not(:disabled){transform:translateY(-.125rem);box-shadow:0 .25rem .75rem #667eea4d}.modal-actions{display:flex;gap:1rem;margin-top:1.5rem}.modal-actions button{flex:1;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:.625rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-secondary{background:#f3f4f6;color:#6b7280}.btn-secondary:hover:not(:disabled){background:#e5e7eb;color:#374151}button:disabled{opacity:.6;cursor:not-allowed}.back-to-users-btn{background:#f3f4f6;border:.125rem solid #e5e7eb;color:#374151;padding:.75rem 1rem;border-radius:.625rem;cursor:pointer;margin-bottom:1.5rem;font-weight:600;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.back-to-users-btn:hover{background:#e5e7eb;border-color:#d1d5db}.message{padding:1rem 1.25rem;border-radius:.75rem;font-size:.95rem;font-weight:500;display:flex;align-items:center;gap:.75rem;animation:slideIn .3s ease;margin-bottom:1rem}.message-icon{font-size:1.25rem;flex-shrink:0}.message.success{background-color:#d1fae5;color:#065f46;border:.125rem solid #6ee7b7}.message.error{background-color:#fee2e2;color:#991b1b;border:.125rem solid #fca5a5}@keyframes slideIn{0%{opacity:0;transform:translateY(-.625rem)}to{opacity:1;transform:translateY(0)}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem}.loading-text{text-align:center;color:#6b7280;font-size:.95rem;margin-top:1rem}.no-users{text-align:center;color:#9ca3af;padding:3rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.empty-icon{font-size:3rem;opacity:.5}.spinner{width:1.25rem;height:1.25rem;border:.1875rem solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}.spinner.small{width:.875rem;height:.875rem;border-width:.125rem}@media(min-width:1441px){.admin-actions-container{grid-template-columns:repeat(3,1fr);max-width:100rem}}@media(min-width:1281px)and (max-width:1440px){.admin-actions-container{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1025px)and (max-width:1280px){.admin-page-container{padding:1.75rem}.admin-actions-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}.admin-action-btn{padding:1.35rem 1.15rem}}@media(min-width:820px)and (max-width:1024px){.admin-page-container{padding:1.5rem}.admin-header h2{font-size:2.25rem}.admin-subtitle{font-size:1rem}.admin-actions-container{grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:100%}.admin-action-btn{padding:1.25rem 1rem;min-height:5.9375rem}.btn-icon-admin{font-size:2.25rem}.btn-text-admin strong{font-size:1.05rem}.btn-text-admin small{font-size:.8rem}.modal-content{max-width:85%;padding:1.75rem}.modal-content.large{max-width:90%}.form-row{gap:1rem}}@media(min-width:768px)and (max-width:819px){.admin-page-container{padding:1.5rem}.admin-actions-container{grid-template-columns:repeat(2,1fr);gap:1rem}.admin-action-btn{padding:1.15rem .9rem;gap:.875rem;min-height:5.625rem}.btn-icon-admin{font-size:2rem}.btn-text-admin strong{font-size:1rem}.btn-text-admin small{font-size:.78rem}.modal-content{max-width:90%}}@media(min-width:601px)and (max-width:767px){.admin-page-container{padding:1.25rem}.admin-actions-container{grid-template-columns:1fr;gap:1rem}.admin-action-btn{padding:1.25rem}.form-row{grid-template-columns:1fr;gap:1rem}.modal-content{max-width:92%;padding:1.5rem}}@media(max-width:600px){.admin-page-container{padding:1rem}.admin-header h2{font-size:1.85rem}.admin-subtitle{font-size:.9rem}.admin-actions-container{grid-template-columns:1fr;gap:.875rem}.admin-action-btn{padding:1.125rem 1rem;min-height:5.3125rem}.btn-icon-admin{font-size:1.85rem}.btn-text-admin strong{font-size:.95rem}.btn-text-admin small{font-size:.75rem}.form-row{grid-template-columns:1fr}.modal-content{padding:1.25rem;margin:.875rem;max-width:95%}.modal-title{font-size:1.5rem}.modal-actions{flex-direction:column;gap:.75rem}.user-avatar{width:2.625rem;height:2.625rem;font-size:1rem}.user-name{font-size:.95rem}.user-email{font-size:.8rem}}@media(min-width:768px)and (max-width:1024px)and (hover:none)and (pointer:coarse){.admin-action-btn{min-height:6.25rem;padding:1.5rem}.user-item button{padding:.75rem 1.5rem;min-height:2.75rem}.modal-close-btn{width:2.75rem;height:2.75rem;font-size:1.75rem}.clear-search-btn{padding:.5rem;min-width:2.75rem;min-height:2.75rem}}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){.admin-actions-container{grid-template-columns:repeat(3,1fr)}.admin-page-container{padding:1.25rem 1.5rem}.admin-action-btn{min-height:5.3125rem}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.admin-action-btn{box-shadow:0 .375rem .875rem #0000001f}.admin-action-btn:hover{box-shadow:0 .625rem 1.25rem #0000002e}}.filter-overlay{position:fixed;inset:0;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:999}.filter-modal{background:#fff;width:94%;max-width:35rem;border-radius:1.125rem;padding:1.375rem;margin-top:.5rem;position:relative}.filter-close-btn{position:absolute;top:1rem;right:1rem;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:none;border-radius:.5rem;cursor:pointer;color:#6b7280;transition:all .2s ease;z-index:10}.filter-close-btn:hover{background:#e5e7eb;color:#374151;transform:rotate(90deg)}.filter-title{text-align:center;margin-bottom:1rem}.filter-row-inline{display:flex;gap:.875rem;margin-bottom:1rem}.filter-field{flex:1;display:flex;flex-direction:column}.filter-field label{font-size:.875rem;margin-bottom:.375rem}.ios-picker .ant-picker{width:100%;height:2.75rem;font-size:1.125rem}.ant-picker-time-panel-column>li{height:2.25rem;line-height:2.25rem;font-size:1.125rem}.filter-footer{display:flex;justify-content:space-between;margin-top:1.25rem}.filter-warning{color:#dc2626;font-size:.875rem;margin-top:.5rem;text-align:center}.change-password-form{display:flex;flex-direction:column;gap:1.25rem}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group label{font-size:.9rem;font-weight:600;color:#4a5568}.input-group input{width:100%;padding:.8rem 1rem;font-size:1rem;color:#2d3748;border:.0625rem solid #e2e8f0;border-radius:.625rem;background-color:#f7fafc;transition:all .2s ease;box-sizing:border-box}.input-group input:focus{outline:none;border-color:#667eea;background-color:#fff;box-shadow:0 0 0 .1875rem #667eea33}.error-message,.success-message{padding:1rem;border-radius:.625rem;font-weight:600;display:flex;align-items:center;gap:.75rem;font-size:.95rem}.error-message{background:#fed7d7;color:#742a2a;border-left:.3125rem solid #e53e3e}.success-message{background:#c6f6d5;color:#22543d;border-left:.3125rem solid #38a169}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:.0625rem solid #e2e8f0}.btn-cancel,.btn-submit{padding:.8rem 1.8rem;font-size:1rem;font-weight:700;border-radius:.625rem;cursor:pointer;transition:all .2s ease}.change-password-form .btn-cancel{background:#fff;color:#1a1a1a;border:.0625rem solid #1a1a1a}.change-password-form .btn-cancel:hover:not(:disabled){background:#f3f4f6;border-color:#1a1a1a;transform:translateY(-.125rem)}.change-password-form .btn-submit{background:#1a1a1a;color:#fff;border:none;box-shadow:0 .0625rem .1875rem #0003}.change-password-form .btn-submit:hover:not(:disabled){background:#333;box-shadow:0 .25rem .375rem #0000004d;transform:translateY(-.0625rem)}.change-password-form .btn-submit:disabled,.change-password-form .btn-cancel:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.btn-spinner{display:inline-block;width:1rem;height:1rem;border:.125rem solid rgba(255,255,255,.4);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite;margin-right:.5rem;vertical-align:middle}.password-criteria{list-style-type:none;padding:.3125rem 0 0;margin:.5rem 0 0;font-size:.85rem}.password-criteria li{transition:color .3s ease;padding-left:1.375rem;position:relative;margin-bottom:.25rem}.password-criteria li:before{content:"•";position:absolute;left:.3125rem;font-size:1.2rem;line-height:1}.password-criteria li.valid{color:#2f855a}.password-criteria li.valid:before{content:"✓";color:#38a169}.password-criteria li.invalid{color:#718096}.password-strength-indicator{font-size:.85rem;margin-top:.5rem}.password-strength-indicator p{margin:0}.strength-weak{color:#e53e3e;font-weight:700}.strength-medium{color:#dd6b20;font-weight:700}.strength-strong{color:#38a169;font-weight:700}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{padding-right:3rem}.password-toggle-icon{position:absolute;right:.625rem;top:50%;transform:translateY(-50%);border:none;background:transparent;color:#718096;cursor:pointer;font-size:1.2rem;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .2s;line-height:1}.password-toggle-icon:hover{color:#4a5568}.password-toggle-icon:focus{outline:none;color:#667eea}.password-toggle-icon svg{display:block}.user-profile-wrapper{background-color:#f7fafc;padding:2rem;min-height:calc(100vh - 3.75rem)}.user-profile-page-container{max-width:56.25rem;margin:0 auto;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 .25rem 1.25rem #00000014}.user-profile-header{margin-bottom:2.5rem;text-align:center}.user-profile-header h2{font-size:1.8rem;color:#2d3748;font-weight:700;margin:0}.user-profile-subtitle{color:#718096;font-size:1rem;margin-top:.25rem}.user-profile-actions-container{display:flex;justify-content:center}.user-profile-action-btn{background:linear-gradient(135deg,#fff,#f7fafc);border-radius:1rem;padding:1rem;border:.0625rem solid #e2e8f0;box-shadow:0 .25rem .9375rem #0000000d;transition:all .25s ease;cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:1rem;max-width:31.25rem;width:100%;text-align:left}.user-profile-action-btn:hover{transform:translateY(-.25rem);box-shadow:0 .5rem 1.5625rem #0000001a;border-color:#667eea}.user-profile-action-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 .25rem .9375rem #0000000d}.user-profile-action-btn .btn-icon{font-size:1.5rem;color:#764ba2}.user-profile-action-btn .btn-text{display:flex;flex-direction:column;margin-left:7.5rem}.user-profile-action-btn .btn-text strong{font-size:1.2rem;font-weight:700;color:#2d3748}.user-profile-action-btn .btn-text small{font-size:.95rem;color:#718096}.user-details-container{background-color:#f9f9f9;border:.0625rem solid #e2e8f0;border-radius:.5rem;padding:1.5rem;margin-bottom:2rem}.user-detail{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:.0625rem solid #e2e8f0}.user-detail:last-child{border-bottom:none}.detail-label{font-weight:600;color:#4a5568}.detail-value{color:#2d3748}.bulk-import-page{min-height:100vh;padding:2rem;display:flex;justify-content:center;align-items:flex-start;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.bulk-import-container{width:100%;max-width:45rem;background-color:#fff;border-radius:.625rem;padding:2.5rem;box-shadow:0 .625rem 1.5625rem #00000014;display:flex;flex-direction:column;gap:1.75rem;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(.75rem)}to{opacity:1;transform:translateY(0)}}.bulk-import-header{text-align:center;padding-bottom:1.5rem;border-bottom:.0625rem solid #e2e8f0}.bulk-import-header h2{font-size:1.8rem;font-weight:600;color:#1e293b;margin:0}.bulk-import-header p{font-size:1rem;color:#64748b;margin-top:.5rem;max-width:90%;margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.75rem 1.6rem;font-size:1rem;font-weight:600;border-radius:.375rem;cursor:pointer;transition:all .2s ease;border:.0625rem solid transparent}.btn:disabled{cursor:not-allowed;opacity:.65}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background-color:#1d4ed8;box-shadow:0 .25rem .875rem #2563eb59}.btn-primary:disabled{background-color:#93c5fd}.btn-secondary{background-color:#f1f5f9;color:#334155;border:.0625rem solid #cbd5e1}.btn-secondary:hover{background-color:#e2e8f0;box-shadow:0 .125rem .5rem #00000014}.bulk-import-actions{display:flex;justify-content:center}.file-upload-area{width:100%}.file-drop-zone{padding:2.2rem;border:.125rem dashed #cbd5e1;border-radius:.625rem;background-color:#f8fafc;text-align:center;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;justify-content:center}.file-drop-zone:hover{border-color:#2563eb;background-color:#eff6ff}.file-prompt{display:flex;flex-direction:column;align-items:center;gap:.4rem}.upload-icon{font-size:3rem;color:#9ca3af;margin-bottom:.6rem;transition:transform .2s ease,color .2s ease}.file-drop-zone:hover .upload-icon{color:#2563eb;transform:scale(1.1)}.file-prompt p{margin:0;font-size:1.1rem;color:#475569}.file-prompt strong{color:#2563eb}.file-types{font-size:.85rem;color:#9ca3af}.file-info{display:flex;align-items:center;gap:.75rem;width:100%;padding:.9rem 1.2rem;background-color:#e0f2fe;border-radius:.5rem;border:.0625rem solid #7dd3fc;box-shadow:0 .125rem .5rem #0284c726}.file-info-icon{font-size:1.3rem}.file-info-icon.success{color:#059669}.file-name{flex-grow:1;font-weight:500;color:#0c4a6e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.remove-file-btn{background:none;border:none;cursor:pointer;font-size:1.3rem;color:#9ca3af;padding:.25rem;display:flex;align-items:center}.remove-file-btn:hover{color:#ef4444}.bulk-import-footer{display:flex;justify-content:flex-end;padding-top:1.5rem;border-top:.0625rem solid #e2e8f0}.bulk-import-footer .btn{min-width:14.375rem}.btn-spinner{width:1rem;height:1rem;border:.125rem solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin-right:.5rem}@keyframes spin{to{transform:rotate(360deg)}}.close-button{padding-left:100%;background:none;border:none;font-size:1.5em;cursor:pointer;color:#666;transition:color .3s ease}.close-button:hover{color:#333}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#ffffffde;background-color:#f0f2f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #0073e6;--secondary-color: #005cb9;--background-color: #f0f2f5;--surface-color: #ffffff;--text-color: #333;--header-bg: #003b6f;--header-text: #ffffff}input,select,textarea{background-color:#fff!important;color:#333!important;border-color:#ccc}body{margin:0;background-color:var(--background-color);color:var(--text-color)}.table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.login-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#001f3f}.login-box{padding:2.5rem;background:var(--surface-color);border-radius:.5rem;box-shadow:0 .25rem .75rem #00000026;text-align:center;width:20rem}.login-box h1{color:var(--header-bg);margin-bottom:1.5rem}.login-button{width:100%;padding:.75rem;font-size:1rem;font-weight:700;color:#fff;background-color:var(--primary-color);border:none;border-radius:.25rem;cursor:pointer;transition:background-color .3s}.login-button:hover{background-color:var(--secondary-color)}.header,.home-header{background-color:var(--header-bg);color:var(--header-text);padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:4rem;box-shadow:0 .125rem .25rem #0000001a}.header-title{font-size:1.5rem;font-weight:700}.header-nav button{background:none;border:none;color:var(--header-text);font-size:1rem;cursor:pointer;margin-left:1.25rem;padding:.5rem .75rem;border-radius:.25rem;transition:background-color .2s}.header-nav button:hover{background-color:#ffffff1a}.homepage-container{display:flex;flex-direction:column}.main-content{padding:1.5rem}.content-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem}.tabs{display:flex;gap:.5rem}.tab-button{padding:.625rem 1.25rem;font-size:1rem;cursor:pointer;border:.0625rem solid #ccc;background-color:#f9f9f9;border-bottom:none;border-radius:.25rem .25rem 0 0}.tab-button.active{background-color:var(--surface-color);border-bottom:.0625rem solid var(--surface-color)}.actions{display:flex;flex-direction:column;gap:.625rem}div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{background-color:#1a1a1a!important;color:#fff!important;border:none!important;box-shadow:0 .125rem .375rem #0003!important;padding:.625rem 1.75rem!important;font-size:.9375rem!important;font-weight:600!important;border-radius:.375rem!important}div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:hover{background-color:#333!important;transform:translateY(-.0625rem)!important;box-shadow:0 .25rem .5rem #0000004d!important}div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel{background-color:#fff!important;color:#1a1a1a!important;border:.0625rem solid #1a1a1a!important;padding:.625rem 1.75rem!important;font-size:.9375rem!important;font-weight:600!important;border-radius:.375rem!important;box-shadow:none!important}div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:hover{background-color:#f3f4f6!important;transform:translateY(-.0625rem)!important}div:where(.swal2-container) button:where(.swal2-styled):focus{box-shadow:0 0 0 .1875rem #1a1a1a33!important}
