:root{--primary: #4878cf;--secondary: #8a43da;--accent: #e040fb;--dark: #0d1b2a;--light: #f8f9fa;--danger: #dc3545;--gray: #6c757d;--blue-50: #eff6ff;--blue-500: #3b82f6;--blue-700: #1d4ed8;--indigo-500: #6366f1;--indigo-600: #4f46e5;--purple-500: #a855f7;--purple-600: #9333ea;--green-500: #22c55e;--green-600: #16a34a;--red-500: #ef4444;--red-600: #dc2626;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-500: #64748b;--gray-700: #334155;--gray-900: #0f172a;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--radius-sm: .125rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-2xl: 1rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--duration-150: .15s;--duration-200: .2s;--duration-300: .3s;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;color:var(--gray-900);background-color:var(--gray-50)}#root{min-height:100vh}a{color:var(--primary);text-decoration:none;transition:color var(--duration-200) ease}a:hover{color:var(--indigo-600)}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:var(--radius-lg)}::-webkit-scrollbar-thumb:hover{background:var(--gray-500)}: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)}}._loaderContainer_1kmde_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}._loaderText_1kmde_10{font-size:var(--text-sm);color:var(--gray-600);margin:0}._inlineLoader_1kmde_16{display:flex;align-items:center;justify-content:center;padding:1rem}._cardSkeleton_1kmde_24{background:#fff;border-radius:var(--radius-xl);padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200)}._skeletonHeader_1kmde_32{height:24px;background:linear-gradient(90deg,var(--gray-200) 25%,var(--gray-100) 50%,var(--gray-200) 75%);background-size:200% 100%;animation:_shimmer_1kmde_1 1.5s infinite;border-radius:var(--radius-md);margin-bottom:1rem;width:60%}._skeletonLine_1kmde_42{height:16px;background:linear-gradient(90deg,var(--gray-200) 25%,var(--gray-100) 50%,var(--gray-200) 75%);background-size:200% 100%;animation:_shimmer_1kmde_1 1.5s infinite;border-radius:var(--radius-md);margin-bottom:.75rem}._skeletonLineShort_1kmde_51{height:16px;background:linear-gradient(90deg,var(--gray-200) 25%,var(--gray-100) 50%,var(--gray-200) 75%);background-size:200% 100%;animation:_shimmer_1kmde_1 1.5s infinite;border-radius:var(--radius-md);width:40%}._tableSkeleton_1kmde_60{background:#fff;border-radius:var(--radius-xl);padding:1rem}._skeletonRow_1kmde_66{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem 0;border-bottom:1px solid var(--gray-100)}._skeletonRow_1kmde_66:last-child{border-bottom:none}._skeletonCell_1kmde_78{height:20px;background:linear-gradient(90deg,var(--gray-200) 25%,var(--gray-100) 50%,var(--gray-200) 75%);background-size:200% 100%;animation:_shimmer_1kmde_1 1.5s infinite;border-radius:var(--radius-md)}@keyframes _shimmer_1kmde_1{0%{background-position:-200% 0}to{background-position:200% 0}}._header_5knvz_1{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#fff,#f8fafc);padding:16px 32px;box-shadow:0 4px 24px #00000014;border-bottom:1px solid rgba(226,232,240,.8);height:72px;position:sticky;top:0;z-index:1000}._header_5knvz_1:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#4f46e5,#7c3aed);opacity:.6}._logoContainer_5knvz_26{display:flex;align-items:center;gap:12px}._logoContainer_5knvz_26 img{height:40px;margin-right:10px}._logoLink_5knvz_37{display:flex;align-items:center;gap:8px;text-decoration:none}._logo_5knvz_26{height:40px;width:auto;object-fit:contain}._adminText_5knvz_50{font-size:20px;font-weight:700;background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.5px}._hamburgerButton_5knvz_60{display:none;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid rgba(226,232,240,.8);border-radius:10px;padding:8px;cursor:pointer;transition:all .3s ease;color:#475569}._hamburgerButton_5knvz_60:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #4f46e540}._hamburgerButton_5knvz_60:active{transform:translateY(0)}._headerRight_5knvz_84{display:flex;align-items:center;gap:20px}._notificationIcon_5knvz_90{display:flex;position:relative;align-items:center;justify-content:center;cursor:pointer;padding:8px;border-radius:12px;transition:all .3s ease;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid rgba(226,232,240,.8)}._notificationIcon_5knvz_90:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);transform:translateY(-1px);box-shadow:0 4px 12px #4f46e540}._notificationIcon_5knvz_90:hover svg{color:#fff!important;fill:#fff!important}._notificationBadge_5knvz_114{position:absolute;top:-2px;right:-2px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border-radius:50%;width:20px;height:20px;display:flex;justify-content:center;align-items:center;font-size:11px;font-weight:700;box-shadow:0 0 0 2px #fff,0 2px 4px #ef44444d;animation:_pulse_5knvz_1 2s infinite}@keyframes _pulse_5knvz_1{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}._userProfile_5knvz_144{display:flex;align-items:center;gap:10px;cursor:pointer;padding:4px 8px;border-radius:12px;transition:all .3s ease}._userProfile_5knvz_144:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}._userProfile_5knvz_144 span{font-size:14px;font-weight:600;color:#475569;white-space:nowrap}._profileCircle_5knvz_165{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);display:flex;justify-content:center;align-items:center;color:#fff;font-size:18px;cursor:pointer;border:2px solid #e2e8f0;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}._profileCircle_5knvz_165:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4f46e540}._profileCircle_5knvz_165 img{width:100%;height:100%;border-radius:50%;object-fit:cover}@media(max-width:768px){._header_5knvz_1{padding:12px 20px;height:64px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000001a}._hamburgerButton_5knvz_60{display:flex}._headerRight_5knvz_84{gap:16px}._userProfile_5knvz_144 span{font-size:14px;font-weight:600;color:#475569}._profileCircle_5knvz_165{width:36px;height:36px;font-size:16px;border:2px solid #e2e8f0;box-shadow:0 2px 8px #0000001a}._logoContainer_5knvz_26 img{height:36px;margin-right:8px}._logo_5knvz_26{height:36px}._adminText_5knvz_50{font-size:18px}._notificationIcon_5knvz_90{padding:4px;border-radius:8px;transition:background-color .2s ease}._notificationIcon_5knvz_90:hover{background-color:#f1f5f9}._notificationBadge_5knvz_114{width:18px;height:18px;font-size:10px;background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 0 0 2px #fff}}@media(max-width:480px){._header_5knvz_1{padding:10px 16px;height:56px}._headerRight_5knvz_84{gap:12px}._userProfile_5knvz_144 span{display:none}._profileCircle_5knvz_165{width:32px;height:32px;font-size:14px}._logoContainer_5knvz_26 img{height:32px;margin-right:6px}._logo_5knvz_26{height:32px}._adminText_5knvz_50{font-size:16px}._notificationIcon_5knvz_90 svg{width:20px;height:20px}._notificationBadge_5knvz_114{width:16px;height:16px;font-size:9px;top:-2px;right:-2px}}._sidebar_nypqw_1{width:280px;background:linear-gradient(180deg,#fff,#fafbfc);padding:24px 0;box-shadow:4px 0 24px #00000014;border-right:1px solid rgba(226,232,240,.8);overflow:auto;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease;position:relative;min-height:100%}._sidebar_nypqw_1:before{content:"";position:absolute;top:0;right:0;width:2px;height:100%;background:linear-gradient(180deg,#4f46e5,#7c3aed);opacity:.3}._sidebarMobile_nypqw_28{position:fixed;top:0;left:-100%;height:100vh;z-index:1001;transition:left .3s ease-in-out;width:280px}._sidebarMobile_nypqw_28._open_nypqw_38{left:0}._menuItem_nypqw_42{margin-bottom:8px;position:relative}._menuItem_nypqw_42 a{text-decoration:none;color:inherit}._menuHeader_nypqw_52{display:flex;align-items:center;padding:14px 20px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:0 16px 16px 0;margin-right:16px;position:relative;font-weight:500;color:#64748b;text-decoration:none}._menuHeader_nypqw_52:hover:not(._menuHeaderActive_nypqw_66){background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#475569;transform:translate(6px);box-shadow:0 2px 8px #0000000d}._menuHeaderActive_nypqw_66{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;transform:translate(12px);box-shadow:0 8px 24px #4f46e540;border:1px solid rgba(255,255,255,.1);position:relative}._menuHeaderActive_nypqw_66:before{content:"";position:absolute;left:-16px;top:50%;transform:translateY(-50%);width:4px;height:32px;background:linear-gradient(180deg,#6366f1,#8b5cf6);border-radius:0 4px 4px 0;box-shadow:0 0 8px #6366f166;animation:_slideIn_nypqw_1 .3s ease-out}@keyframes _slideIn_nypqw_1{0%{opacity:0;height:0}to{opacity:1;height:32px}}._menuHeaderActive_nypqw_66:hover{background:linear-gradient(135deg,#4338ca,#6d28d9);transform:translate(14px);box-shadow:0 12px 32px #4f46e559}._menuHeaderActive_nypqw_66 ._menuTitle_nypqw_114{color:#fff;font-weight:600}._menuHeaderActive_nypqw_66 ._menuIcon_nypqw_119 svg{color:#fff!important}._menuIcon_nypqw_119{margin-right:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}._menuTitle_nypqw_114{flex:1;font-size:15px;font-weight:600;color:#64748b;transition:all .3s ease}._badge_nypqw_139{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.6rem;font-weight:700;padding:4px 8px;border-radius:8px;margin-left:8px;box-shadow:0 2px 6px #f59e0b4d;text-transform:uppercase;letter-spacing:.5px;border:1px solid rgba(255,255,255,.2)}._divider_nypqw_153{height:2px;background:linear-gradient(90deg,transparent 0%,#e2e8f0 50%,transparent 100%);width:80%;margin:24px auto;border-radius:1px}._footer_nypqw_161{margin-top:auto}._buttonLogout_nypqw_165{margin:16px;width:calc(100% - 32px);display:flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:12px;border:2px solid #fecaca;background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626;font-weight:600;transition:all .3s ease;cursor:pointer}._buttonLogout_nypqw_165:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border-color:#dc2626;transform:translateY(-2px);box-shadow:0 8px 16px #dc26264d}._buttonLogoutIcon_nypqw_189{width:1.25rem;height:1.25rem;margin-right:.5rem}@media(max-width:768px){._sidebar_nypqw_1:not(._sidebarMobile_nypqw_28){display:none}._sidebarMobile_nypqw_28{width:280px;padding:20px 0;top:0;height:100vh;box-shadow:8px 0 32px #00000026}._menuHeader_nypqw_52{padding:12px 18px;border-radius:0 16px 16px 0;margin-right:12px}._menuHeaderActive_nypqw_66{transform:translate(8px)}._menuHeaderActive_nypqw_66:hover{transform:translate(10px)}._menuTitle_nypqw_114{font-size:14px}._buttonLogout_nypqw_165{margin:12px;width:calc(100% - 24px);padding:10px 14px}}@media(max-width:480px){._sidebarMobile_nypqw_28{width:260px;padding:16px 0}._menuHeader_nypqw_52{padding:10px 16px;border-radius:0 14px 14px 0;margin-right:8px}._menuHeaderActive_nypqw_66{transform:translate(6px)}._menuHeaderActive_nypqw_66:hover{transform:translate(8px)}._menuTitle_nypqw_114{font-size:13px}._menuIcon_nypqw_119{margin-right:10px}._badge_nypqw_139{font-size:.55rem;padding:3px 6px}._buttonLogout_nypqw_165{margin:10px;width:calc(100% - 20px);padding:8px 12px;font-size:.9rem}._buttonLogoutIcon_nypqw_189{width:1rem;height:1rem;margin-right:.4rem}._divider_nypqw_153{margin:16px auto}}._authContainer_19z4y_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);padding:2rem;position:relative;overflow:hidden}._authContainer_19z4y_1:before{content:"";position:absolute;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:_drift_19z4y_1 60s linear infinite;opacity:.3}@keyframes _drift_19z4y_1{0%{transform:translate(0)}to{transform:translate(50px,50px)}}._authCard_19z4y_33{background:linear-gradient(135deg,#fff,#fafbfc);border-radius:24px;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003;width:100%;max-width:450px;padding:3rem 2.5rem;position:relative;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._authHeader_19z4y_46{text-align:center;margin-bottom:2rem}._logo_19z4y_51{height:80px;width:auto;object-fit:contain;margin-bottom:1rem}._title_19z4y_58{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}._subtitle_19z4y_68{font-size:1rem;color:#6b7280;margin:0;font-weight:500}._authForm_19z4y_75{display:flex;flex-direction:column;gap:1.5rem}._formGroup_19z4y_81{display:flex;flex-direction:column;gap:.5rem}._formLabel_19z4y_87{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--gray-700);display:flex;align-items:center;gap:.5rem}._formInput_19z4y_96{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:.9375rem;color:#111827;transition:all .3s ease;background:#fff}._formInput_19z4y_96:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e51a;transform:translateY(-1px)}._formInput_19z4y_96::placeholder{color:var(--gray-400)}._formInputError_19z4y_118{border-color:var(--red-500)}._formInputError_19z4y_118:focus{border-color:var(--red-500);box-shadow:0 0 0 3px #ef44441a}._passwordInputWrapper_19z4y_127{position:relative}._passwordToggle_19z4y_131{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--gray-500);cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color var(--duration-200) ease}._passwordToggle_19z4y_131:hover{color:var(--gray-700)}._errorMessage_19z4y_151{font-size:var(--text-xs);color:var(--red-600);margin-top:.25rem}._submitButton_19z4y_157{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-height:52px;box-shadow:0 4px 6px -1px #4f46e54d;position:relative;overflow:hidden}._submitButton_19z4y_157:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}._submitButton_19z4y_157:hover:not(:disabled):before{left:100%}._submitButton_19z4y_157:hover:not(:disabled){box-shadow:0 10px 15px -3px #4f46e566;transform:translateY(-2px);background:linear-gradient(135deg,#4338ca,#6d28d9)}._submitButton_19z4y_157:active:not(:disabled){transform:translateY(0)}._submitButton_19z4y_157:disabled{opacity:.7;cursor:not-allowed}._authFooter_19z4y_207{margin-top:1.5rem;text-align:center}._authFooter_19z4y_207 p{font-size:var(--text-sm);color:var(--gray-600);margin:0}._authLink_19z4y_218{color:var(--indigo-600);font-weight:var(--font-semibold);text-decoration:none;transition:color var(--duration-200) ease}._authLink_19z4y_218:hover{color:var(--purple-600)}@media(max-width:640px){._authContainer_19z4y_1{padding:1rem}._authCard_19z4y_33{padding:2rem 1.5rem}._title_19z4y_58{font-size:var(--text-2xl)}}._container_gxhcr_5{width:100%;min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:24px 32px;display:flex;flex-direction:column;gap:24px;overflow:auto}._pageWrapper_gxhcr_16{min-height:calc(100vh - 64px);background:linear-gradient(135deg,#f8fafc,#f1f5f9)}._sectionHeader_gxhcr_25{background:#fff;padding:24px 32px;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid rgba(226,232,240,.8);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:24px}._sectionHeaderContent_gxhcr_38{flex:1;min-width:200px}._sectionTitle_gxhcr_43{background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:32px;font-weight:700;margin:0;margin-bottom:.5rem}._sectionSubtitle_gxhcr_54{font-size:var(--text-base);color:var(--gray-500);margin:0}._sectionActions_gxhcr_60{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}._card_gxhcr_71{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid rgba(226,232,240,.8);margin-bottom:1.5rem;transition:all .3s ease}._card_gxhcr_71:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}._cardHeader_gxhcr_86{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}._cardTitle_gxhcr_95{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--gray-900);display:flex;align-items:center;gap:.5rem;margin:0}._cardContent_gxhcr_105{color:var(--gray-700)}._cardFooter_gxhcr_109{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gray-200)}._statsCard_gxhcr_116{background:linear-gradient(135deg,#fff,#fafbfc);border-radius:16px;padding:1.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid rgba(226,232,240,.8);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}._statsCard_gxhcr_116:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#4f46e5,#7c3aed,#4f46e5);background-size:200% 100%;opacity:0;transition:opacity .3s ease}._statsCard_gxhcr_116:hover:before{opacity:1;animation:_shimmer_gxhcr_1 2s linear infinite}@keyframes _shimmer_gxhcr_1{0%{background-position:200% 0}to{background-position:-200% 0}}._statsCard_gxhcr_116:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px) scale(1.02)}._statsCardIcon_gxhcr_160{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease}._statsCard_gxhcr_116:hover ._statsCardIcon_gxhcr_160{transform:scale(1.1) rotate(5deg)}._statsCardValue_gxhcr_176{font-size:2.25rem;font-weight:700;background:linear-gradient(135deg,#1f2937,#4b5563);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;line-height:1}._statsCardLabel_gxhcr_187{font-size:.875rem;color:#6b7280;font-weight:500;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}._statsCardChange_gxhcr_196{font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.25rem}._statsCardChange_gxhcr_196._positive_gxhcr_204{color:#10b981}._statsCardChange_gxhcr_196._negative_gxhcr_208{color:#ef4444}._btnPrimary_gxhcr_216{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-size:.875rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #4f46e54d}._btnPrimary_gxhcr_216:hover{background:linear-gradient(135deg,#4338ca,#6d28d9);box-shadow:0 10px 15px -3px #4f46e566;transform:translateY(-2px)}._btnPrimary_gxhcr_216:active{transform:translateY(0)}._btnSecondary_gxhcr_242{background:#fff;color:#374151;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:12px;font-size:.875rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease}._btnSecondary_gxhcr_242:hover{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}._btnDanger_gxhcr_264{background:linear-gradient(135deg,var(--red-500) 0%,var(--red-600) 100%);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:var(--radius-lg);font-size:var(--text-sm);font-weight:var(--font-semibold);display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;transition:all var(--duration-200) ease}._btnDanger_gxhcr_264:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}._btnIcon_gxhcr_284{background:transparent;color:var(--gray-600);border:none;padding:.5rem;border-radius:var(--radius-md);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--duration-200) ease}._btnIcon_gxhcr_284:hover{background:var(--gray-100);color:var(--gray-900)}._editButton_gxhcr_302{background:transparent;color:#2563eb;border:1px solid #2563eb;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}._editButton_gxhcr_302:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;transform:translateY(-1px);box-shadow:0 4px 6px -1px #2563eb4d}._deleteButton_gxhcr_324{background:transparent;color:#dc2626;border:1px solid #dc2626;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}._deleteButton_gxhcr_324:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;transform:translateY(-1px);box-shadow:0 4px 6px -1px #dc26264d}._actionButtons_gxhcr_346{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}._formGroup_gxhcr_357{margin-bottom:1.5rem}._formLabel_gxhcr_361{display:block;font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--gray-700);margin-bottom:.5rem}._requiredField_gxhcr_369:after{content:" *";color:var(--red-500)}._formInput_gxhcr_374{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:var(--radius-lg);font-size:var(--text-sm);color:var(--gray-900);transition:all var(--duration-200) ease}._formInput_gxhcr_374:focus{outline:none;border-color:var(--indigo-600);box-shadow:0 0 0 3px #6366f11a}._formInput_gxhcr_374::placeholder{color:var(--gray-400)}._formTextarea_gxhcr_394{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:var(--radius-lg);font-size:var(--text-sm);color:var(--gray-900);resize:vertical;min-height:100px;transition:all var(--duration-200) ease}._formTextarea_gxhcr_394:focus{outline:none;border-color:var(--indigo-600);box-shadow:0 0 0 3px #6366f11a}._formSelect_gxhcr_412{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:var(--radius-lg);font-size:var(--text-sm);color:var(--gray-900);background-color:#fff;cursor:pointer;transition:all var(--duration-200) ease}._formSelect_gxhcr_412:focus{outline:none;border-color:var(--indigo-600);box-shadow:0 0 0 3px #6366f11a}._errorMessage_gxhcr_430{display:block;font-size:var(--text-sm);color:var(--red-600);margin-top:.25rem}._successMessage_gxhcr_437{display:block;font-size:var(--text-sm);color:var(--green-600);margin-top:.25rem}._searchFilterContainer_gxhcr_448{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid rgba(226,232,240,.8);display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}._searchContainer_gxhcr_460{flex:1;min-width:250px;position:relative}._searchIcon_gxhcr_466{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}._searchInput_gxhcr_475{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid #d1d5db;border-radius:12px;font-size:.875rem;transition:all .3s ease;background:#fff}._searchInput_gxhcr_475:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}._filterContainer_gxhcr_491{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}._filterIcon_gxhcr_498{color:#6b7280}._filterGroup_gxhcr_502{display:flex;align-items:center;gap:.5rem}._filterGroup_gxhcr_502 label{font-size:.875rem;font-weight:500;color:#374151;white-space:nowrap}._filterSelect_gxhcr_515{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;color:#111827;background-color:#fff;cursor:pointer;min-width:120px;transition:all .3s ease}._filterSelect_gxhcr_515:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51a}._tableContainer_gxhcr_537{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid rgba(226,232,240,.8);overflow:hidden}._tableWrapper_gxhcr_545{overflow-x:auto}._table_gxhcr_537{width:100%;border-collapse:collapse}._tableHeader_gxhcr_554{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}._tableHeader_gxhcr_554 th{padding:1rem 1.5rem;text-align:left;font-size:.875rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.05em}._tableBody_gxhcr_569 tr{border-bottom:1px solid #e5e7eb;transition:all .2s ease}._tableBody_gxhcr_569 tr:hover{background:linear-gradient(135deg,#fafbfc,#f8fafc);transform:scale(1.001)}._tableBody_gxhcr_569 tr:last-child{border-bottom:none}._tableBody_gxhcr_569 td{padding:1rem 1.5rem;font-size:.875rem;color:#111827}._statusBadge_gxhcr_593{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 1px 2px #0000000d}._statusSuccess_gxhcr_605{background:linear-gradient(135deg,#22c55e26,#22c55e1a);color:#16a34a;border:1px solid rgba(34,197,94,.2)}._statusWarning_gxhcr_611{background:linear-gradient(135deg,#f59e0b26,#f59e0b1a);color:#d97706;border:1px solid rgba(245,158,11,.2)}._statusDanger_gxhcr_617{background:linear-gradient(135deg,#ef444426,#ef44441a);color:#dc2626;border:1px solid rgba(239,68,68,.2)}._statusInfo_gxhcr_623{background:linear-gradient(135deg,#3b82f626,#3b82f61a);color:#2563eb;border:1px solid rgba(59,130,246,.2)}._statusNeutral_gxhcr_629{background:linear-gradient(135deg,#6b728026,#6b72801a);color:#6b7280;border:1px solid rgba(107,114,128,.2)}._emptyState_gxhcr_639{text-align:center;padding:4rem 2rem;background:#fff;border-radius:var(--radius-xl);border:2px dashed var(--gray-300)}._emptyIcon_gxhcr_647{color:var(--gray-300);margin-bottom:1rem}._emptyState_gxhcr_639 h3{font-size:var(--text-xl);font-weight:var(--font-semibold);color:var(--gray-900);margin-bottom:.5rem}._emptyState_gxhcr_639 p{font-size:var(--text-base);color:var(--gray-500);margin-bottom:1.5rem}._errorState_gxhcr_669{text-align:center;padding:4rem 2rem;background:#fff;border-radius:var(--radius-xl);border:1px solid var(--red-200)}._errorState_gxhcr_669 h3{font-size:var(--text-xl);font-weight:var(--font-semibold);color:var(--red-600);margin-bottom:.5rem}._errorState_gxhcr_669 p{font-size:var(--text-base);color:var(--gray-600)}._pagination_gxhcr_693{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:linear-gradient(135deg,#fff,#f8fafc);border-top:2px solid #e2e8f0}._paginationInfo_gxhcr_702{font-size:.875rem;color:#6b7280;font-weight:500}._paginationButtons_gxhcr_708{display:flex;gap:.5rem}._paginationButton_gxhcr_708{padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;border-radius:8px;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .3s ease}._paginationButton_gxhcr_708:hover:not(:disabled){background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}._paginationButton_gxhcr_708:disabled{opacity:.5;cursor:not-allowed}._paginationButton_gxhcr_708._active_gxhcr_737{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-color:transparent;box-shadow:0 4px 6px -1px #4f46e54d}._grid_gxhcr_748{display:grid;gap:1.5rem}._grid2_gxhcr_753{grid-template-columns:repeat(2,1fr)}._grid3_gxhcr_757{grid-template-columns:repeat(3,1fr)}._grid4_gxhcr_761{grid-template-columns:repeat(4,1fr)}._detailSection_gxhcr_769{background:linear-gradient(135deg,#fff,#fafbfc);border-radius:16px;padding:1.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid rgba(226,232,240,.8);margin-bottom:1.5rem;transition:all .3s ease}._detailSection_gxhcr_769:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}._detailSectionHeader_gxhcr_784{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._detailRow_gxhcr_800{display:grid;grid-template-columns:200px 1fr;gap:1.5rem;padding:1rem 0;border-bottom:1px solid #f1f5f9;transition:all .2s ease}._detailRow_gxhcr_800:hover{background:linear-gradient(135deg,#fafbfc,#f8fafc);padding-left:1rem;padding-right:1rem;margin-left:-1rem;margin-right:-1rem;border-radius:8px}._detailRow_gxhcr_800:last-child{border-bottom:none}._detailLabel_gxhcr_822{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}._detailValue_gxhcr_830{font-size:.9375rem;color:#111827;font-weight:500}._detailValue_gxhcr_830 a{color:#4f46e5;text-decoration:none;transition:all .2s ease;border-bottom:1px solid transparent}._detailValue_gxhcr_830 a:hover{color:#4338ca;border-bottom-color:#4338ca}@media(max-width:1024px){._grid4_gxhcr_761,._grid3_gxhcr_757{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._container_gxhcr_5{padding:15px 10px;gap:15px}._sectionHeader_gxhcr_25{padding:20px;flex-direction:column;align-items:flex-start;gap:10px}._sectionTitle_gxhcr_43{font-size:24px}._searchFilterContainer_gxhcr_448{padding:1rem;flex-direction:column}._searchContainer_gxhcr_460{width:100%}._searchInput_gxhcr_475{font-size:16px;padding:.625rem .75rem .625rem 2.75rem}._filterContainer_gxhcr_491{width:100%;flex-direction:column;align-items:flex-start}._filterSelect_gxhcr_515{font-size:16px}._grid2_gxhcr_753,._grid3_gxhcr_757,._grid4_gxhcr_761{grid-template-columns:1fr}._tableWrapper_gxhcr_545{overflow-x:scroll}._table_gxhcr_537{min-width:600px}._tableHeader_gxhcr_554 th,._tableBody_gxhcr_569 td{padding:.75rem 1rem;font-size:.8rem}._detailRow_gxhcr_800{grid-template-columns:1fr;gap:.5rem;padding:.875rem 0}._detailRow_gxhcr_800:hover{padding-left:.75rem;padding-right:.75rem;margin-left:-.75rem;margin-right:-.75rem}._detailLabel_gxhcr_822{font-size:.75rem;margin-bottom:.25rem}._detailValue_gxhcr_830{font-size:.875rem}._detailSection_gxhcr_769{padding:1.25rem}._detailSectionHeader_gxhcr_784{font-size:1rem;margin-bottom:1rem;padding-bottom:.75rem}._statsCard_gxhcr_116{padding:1.25rem}._statsCardIcon_gxhcr_160{width:48px;height:48px;margin-bottom:1rem}._statsCardValue_gxhcr_176{font-size:1.875rem}._statsCardLabel_gxhcr_187{font-size:.8rem}._pagination_gxhcr_693{flex-direction:column;gap:1rem;padding:1rem}._actionButtons_gxhcr_346{flex-direction:column;width:100%}._actionButtons_gxhcr_346 button{width:100%;justify-content:center}._editButton_gxhcr_302,._deleteButton_gxhcr_324{font-size:.8rem;padding:.5rem .75rem}._card_gxhcr_71{padding:1rem;margin-bottom:1rem}}@media(max-width:480px){._container_gxhcr_5{padding:10px 5px;gap:10px}._sectionHeader_gxhcr_25{padding:15px}._sectionTitle_gxhcr_43{font-size:20px}._sectionSubtitle_gxhcr_54{font-size:.8rem}._searchFilterContainer_gxhcr_448{padding:.75rem}._searchInput_gxhcr_475{padding:.5rem .5rem .5rem 2.5rem}._filterSelect_gxhcr_515{min-width:100px;padding:.4rem .75rem}._btnPrimary_gxhcr_216,._btnSecondary_gxhcr_242{padding:.6rem 1rem;font-size:.8rem}._tableHeader_gxhcr_554 th{padding:.5rem .75rem;font-size:.7rem}._tableBody_gxhcr_569 td{padding:.5rem .75rem;font-size:.75rem}._statusBadge_gxhcr_593{padding:.2rem .5rem;font-size:.65rem}._editButton_gxhcr_302,._deleteButton_gxhcr_324{font-size:.75rem;padding:.4rem .6rem}._paginationButton_gxhcr_708{padding:.4rem .75rem;font-size:.75rem}._paginationInfo_gxhcr_702{font-size:.75rem}._card_gxhcr_71{padding:.75rem;margin-bottom:.75rem}._detailRow_gxhcr_800{padding:.75rem 0;gap:.375rem}._detailRow_gxhcr_800:hover{padding-left:.5rem;padding-right:.5rem;margin-left:-.5rem;margin-right:-.5rem}._detailLabel_gxhcr_822{font-size:.7rem}._detailValue_gxhcr_830{font-size:.8125rem}._detailSection_gxhcr_769{padding:1rem;margin-bottom:1rem}._detailSectionHeader_gxhcr_784{font-size:.9375rem;margin-bottom:.875rem;padding-bottom:.625rem;gap:.5rem}._statsCard_gxhcr_116{padding:1rem}._statsCardIcon_gxhcr_160{width:44px;height:44px;margin-bottom:.875rem}._statsCardValue_gxhcr_176{font-size:1.625rem}._statsCardLabel_gxhcr_187{font-size:.75rem}._btnSecondary_gxhcr_242{font-size:.75rem;padding:.5rem .875rem}}._statsSection_1bdca_1{margin-bottom:2rem}._sectionTitle_1bdca_5{background:#fff;padding:1.25rem 1.75rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid rgba(226,232,240,.8);font-size:1.25rem;font-weight:600;background:linear-gradient(135deg,#fff,#fafbfc);color:#1f2937;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;transition:all .3s ease}._sectionTitle_1bdca_5:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}._statsGrid_1bdca_27{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}@media(max-width:768px){._statsGrid_1bdca_27{grid-template-columns:1fr;gap:1rem}._sectionTitle_1bdca_5{padding:1rem 1.25rem;font-size:1.1rem}._statsSection_1bdca_1{margin-bottom:1.5rem}}@media(max-width:480px){._statsGrid_1bdca_27{gap:.75rem}._sectionTitle_1bdca_5{padding:.875rem 1rem;font-size:1rem}._statsSection_1bdca_1{margin-bottom:1rem}}._userCell_1cmww_1{display:flex;align-items:center;gap:.75rem}._userName_1cmww_7{font-weight:var(--font-medium);color:var(--gray-900)}._orgCell_qjyqu_1{display:flex;align-items:center;gap:.75rem}._orgName_qjyqu_7{font-weight:var(--font-medium);color:var(--gray-900)}.app{min-height:100vh;display:flex;flex-direction:column}.app-layout{display:flex;flex:1;min-height:calc(100vh - 64px);position:relative}.main-content{flex:1;overflow-y:auto;background-color:var(--gray-50)}.sidebar-overlay{position:fixed;inset:0;background-color:#00000080;z-index:1000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auth-layout{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.loading-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--gray-50)}#nprogress .bar{background:var(--indigo-600)!important;height:3px!important}#nprogress .peg{box-shadow:0 0 10px var(--indigo-600),0 0 5px var(--indigo-600)!important}#nprogress .spinner-icon{border-top-color:var(--indigo-600)!important;border-left-color:var(--indigo-600)!important}
