: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,0.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,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(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(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:translateX(-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:translateX(-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-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.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__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background: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:focus,.Toastify__close-button:hover{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:auto;transform-origin:right;border-bottom-left-radius:0}.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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{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--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-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(0deg)}to{transform:rotate(1turn)}}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW{padding:1.5rem;background:linear-gradient(135deg,#0f172a,#1a2234);min-height:100vh;color:#f8fafc}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb{padding:1.5rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);min-height:100vh;color:#1e293b}.Dashboard_header__e13Jk{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;flex-wrap:nowrap;gap:2rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_title__wMU2y{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#60a5fa,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_title__wMU2y{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:.25rem}.Dashboard_subtitle__pSWdb{font-size:.95rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_subtitle__pSWdb{color:#87919f}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_subtitle__pSWdb{color:#64748b}.Dashboard_headerLogo__Jqsqq{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;flex-shrink:0}.Dashboard_logoImage__dkIsv{width:auto!important;height:150px!important;max-width:70vw;object-fit:contain;object-position:right center}@media (max-width:900px){.Dashboard_header__e13Jk{flex-wrap:wrap}.Dashboard_headerLogo__Jqsqq{margin-left:0;width:100%;justify-content:flex-end}.Dashboard_logoImage__dkIsv{height:140px!important;max-width:85vw}}@media (max-width:640px){.Dashboard_logoImage__dkIsv{height:110px!important}}.Dashboard_timeRangeSelector__tZF4r{display:flex;border-radius:10px;padding:.25rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_timeRangeSelector__tZF4r{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_timeRangeSelector__tZF4r{background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 1px 2px rgba(0,0,0,.05)}.Dashboard_timeButton__yRs1O{padding:.5rem 1rem;font-size:.9rem;border-radius:8px;background:transparent;border:none;cursor:pointer;transition:all .2s ease;font-weight:500}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_timeButton__yRs1O{color:#94a3b8}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_timeButton__yRs1O{color:#64748b}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_timeButton__yRs1O:hover{color:#f8fafc;background:rgba(255,255,255,.05)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_timeButton__yRs1O:hover{color:#4f46e5;background:#f1f5f9}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_timeButton__yRs1O.Dashboard_active__Qsjjr{background:linear-gradient(135deg,#4f46e5,#818cf8);color:white}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_timeButton__yRs1O.Dashboard_active__Qsjjr{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:white;box-shadow:0 2px 4px rgba(79,70,229,.2)}.Dashboard_exportButton__3pG2S,.Dashboard_refreshButton__I3QyY{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s ease;font-weight:500}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_exportButton__3pG2S,.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_refreshButton__I3QyY{border:1px solid rgba(255,255,255,.05);background:rgba(255,255,255,.03);color:#5e6c7a}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_exportButton__3pG2S,.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_refreshButton__I3QyY{border:1px solid #e2e8f0;background:#ffffff;color:#64748b;box-shadow:0 1px 2px rgba(0,0,0,.05)}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_exportButton__3pG2S:hover,.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_refreshButton__I3QyY:hover:not(:disabled){background:rgba(255,255,255,.1);transform:translateY(-1px)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_exportButton__3pG2S:hover,.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_refreshButton__I3QyY:hover:not(:disabled){background:#f8fafc;transform:translateY(-1px);border-color:#cbd5e1;color:#4f46e5}.Dashboard_refreshButton__I3QyY:disabled{opacity:.5;cursor:not-allowed}.Dashboard_refreshIcon__UKnHh{transition:transform .3s ease}.Dashboard_spinning__N15Uf{animation:Dashboard_spin__gHapf 1s linear infinite}@keyframes Dashboard_spin__gHapf{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Dashboard_lastUpdated__974qm{display:flex;align-items:center;gap:.5rem;font-size:.85rem;margin-bottom:2rem;padding:.5rem 1rem;border-radius:8px;width:fit-content}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_lastUpdated__974qm{color:#64748b;background:rgba(255,255,255,.02)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_lastUpdated__974qm{color:#64748b;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 1px 2px rgba(0,0,0,.05)}.Dashboard_clockIcon__uP9ai{color:#4f46e5}.Dashboard_statsGrid__Xab37{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_statCard__7HV6X{background:rgba(255,255,255,.02);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_statCard__7HV6X{background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.02)}.Dashboard_statCard__7HV6X{border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease;position:relative;overflow:hidden}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_statCard__7HV6X:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,currentColor,transparent);opacity:.3}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_statCard__7HV6X:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,currentColor,transparent);opacity:.8}.Dashboard_statCard__7HV6X:hover{transform:translateY(-4px)}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_statCard__7HV6X:hover{box-shadow:0 12px 24px -8px rgba(0,0,0,.5);border-color:rgba(255,255,255,.1)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_statCard__7HV6X:hover{box-shadow:0 12px 24px -8px rgba(0,0,0,.15);border-color:#cbd5e1}.Dashboard_statCard__7HV6X.Dashboard_blue__vtI6K{color:#3b82f6}.Dashboard_statCard__7HV6X.Dashboard_green__13LgX{color:#10b981}.Dashboard_statCard__7HV6X.Dashboard_purple__Jgipp{color:#8b5cf6}.Dashboard_statCard__7HV6X.Dashboard_orange__jA_Bm{color:#f59e0b}.Dashboard_statIcon__8LAM7{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:currentColor}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_statIcon__8LAM7{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_statIcon__8LAM7{background:linear-gradient(135deg,#f8fafc,#ffffff);border:1px solid #e2e8f0;box-shadow:0 2px 4px rgba(0,0,0,.02)}.Dashboard_statContent__LbDbM{flex:1}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_statTitle__zSnR7{color:#94a3b8}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_statTitle__zSnR7{color:#64748b;font-weight:500}.Dashboard_statTitle__zSnR7{font-size:.9rem;margin-bottom:.5rem}.Dashboard_statValueWrapper__ZE9VA{display:flex;align-items:baseline;gap:1rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_statValue__ZEfPE{color:#f8fafc}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_statValue__ZEfPE{color:#1e293b}.Dashboard_statValue__ZEfPE{font-size:2rem;font-weight:700;line-height:1}.Dashboard_statChange__fWrvJ{font-size:.85rem;padding:.2rem .5rem;border-radius:20px}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_statChange__fWrvJ{background:rgba(255,255,255,.05)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_statChange__fWrvJ{background:#f1f5f9}.Dashboard_statChange__fWrvJ.Dashboard_up___jxLF{color:#10b981}.Dashboard_statChange__fWrvJ.Dashboard_down__ElKy3{color:#ef4444}.Dashboard_statChange__fWrvJ.Dashboard_neutral__6b7tJ{color:#64748b}.Dashboard_memberStatsSection__oj_Km{margin-bottom:2rem;animation:Dashboard_fadeSlideIn__x4QLu .5s ease-out}@keyframes Dashboard_fadeSlideIn__x4QLu{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.Dashboard_memberStatsHeader__mOI52{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.Dashboard_memberStatsTitle__f1eXB{font-size:1.35rem;font-weight:700;margin-bottom:.25rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_memberStatsTitle__f1eXB{color:#f1f5f9}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_memberStatsTitle__f1eXB{color:#0f172a}.Dashboard_memberStatsSubtitle__OlZBJ{font-size:.9rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_memberStatsSubtitle__OlZBJ,.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_memberStatsSubtitle__OlZBJ{color:#64748b}.Dashboard_liveBadge__Awlxm{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .85rem;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#10b981;background:rgba(16,185,129,.12);border:1px solid rgba(16,185,129,.35)}.Dashboard_liveDot___9lY7{width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 0 0 rgba(16,185,129,.6);animation:Dashboard_livePulse__SLZ9u 2s ease-in-out infinite}@keyframes Dashboard_livePulse__SLZ9u{0%,to{box-shadow:0 0 0 0 rgba(16,185,129,.5)}50%{box-shadow:0 0 0 8px rgba(16,185,129,0)}}.Dashboard_memberStatsGrid__mJUAg{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media (max-width:1100px){.Dashboard_memberStatsGrid__mJUAg{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.Dashboard_memberStatsGrid__mJUAg{grid-template-columns:1fr}}.Dashboard_memberStatCard__gK7b6{position:relative;border-radius:20px;padding:1.35rem 1.5rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;animation:Dashboard_cardReveal__Csxhd .45s ease-out both}@keyframes Dashboard_cardReveal__Csxhd{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_memberStatCard__gK7b6{background:rgba(15,23,42,.65);border:1px solid rgba(255,255,255,.06);backdrop-filter:blur(12px)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_memberStatCard__gK7b6{background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 4px 20px rgba(15,23,42,.06)}.Dashboard_memberStatCard__gK7b6:hover{transform:translateY(-6px)}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_memberStatCard__gK7b6:hover{box-shadow:0 20px 40px -16px rgba(0,0,0,.55)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_memberStatCard__gK7b6:hover{box-shadow:0 20px 40px -12px rgba(79,70,229,.15)}.Dashboard_memberStatCard__gK7b6.Dashboard_blue__vtI6K{--accent:#3b82f6}.Dashboard_memberStatCard__gK7b6.Dashboard_green__13LgX{--accent:#10b981}.Dashboard_memberStatCard__gK7b6.Dashboard_red__wgdLC{--accent:#ef4444}.Dashboard_memberStatCard__gK7b6.Dashboard_purple__Jgipp{--accent:#8b5cf6}.Dashboard_memberStatCardGlow__CXxZB{position:absolute;top:-40%;right:-20%;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,var(--accent) 0,transparent 70%);opacity:.15;pointer-events:none}.Dashboard_memberStatLoading__Jj3Mi{opacity:.6;pointer-events:none}.Dashboard_memberStatTop__SlHuB{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.Dashboard_memberStatIcon__uUCmk{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.4rem}.Dashboard_memberStatIcon__uUCmk.Dashboard_blue__vtI6K{color:#3b82f6;background:rgba(59,130,246,.15)}.Dashboard_memberStatIcon__uUCmk.Dashboard_green__13LgX{color:#10b981;background:rgba(16,185,129,.15)}.Dashboard_memberStatIcon__uUCmk.Dashboard_red__wgdLC{color:#ef4444;background:rgba(239,68,68,.15)}.Dashboard_memberStatIcon__uUCmk.Dashboard_purple__Jgipp{color:#8b5cf6;background:rgba(139,92,246,.15)}.Dashboard_memberStatRing__MIe4X{position:relative;width:72px;height:72px}.Dashboard_progressRing__dgKr1{width:72px;height:72px}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_progressRingTrack__q3hTW{stroke:rgba(255,255,255,.08)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_progressRingTrack__q3hTW{stroke:#e2e8f0}.Dashboard_progressRingFill__sndlH{transition:stroke-dashoffset .8s ease}.Dashboard_progressRingFill__sndlH.Dashboard_blue__vtI6K{stroke:#3b82f6}.Dashboard_progressRingFill__sndlH.Dashboard_green__13LgX{stroke:#10b981}.Dashboard_progressRingFill__sndlH.Dashboard_red__wgdLC{stroke:#ef4444}.Dashboard_progressRingFill__sndlH.Dashboard_purple__Jgipp{stroke:#8b5cf6}.Dashboard_memberStatPercent__MVqC1{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_memberStatPercent__MVqC1{color:#94a3b8}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_memberStatPercent__MVqC1{color:#64748b}.Dashboard_memberStatLabel__4ohfP{font-size:.85rem;font-weight:500;margin-bottom:.35rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_memberStatLabel__4ohfP{color:#94a3b8}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_memberStatLabel__4ohfP{color:#64748b}.Dashboard_memberStatValue__1nbXY{font-size:2.25rem;font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:.35rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_memberStatValue__1nbXY{color:#f8fafc}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_memberStatValue__1nbXY{color:#0f172a}.Dashboard_memberStatHint__nYPL_{font-size:.8rem;margin-bottom:.85rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_memberStatHint__nYPL_{color:#64748b}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_memberStatHint__nYPL_{color:#94a3b8}.Dashboard_memberStatBar__0Ayco{height:4px;border-radius:4px;overflow:hidden}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_memberStatBar__0Ayco{background:rgba(255,255,255,.06)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_memberStatBar__0Ayco{background:#f1f5f9}.Dashboard_memberStatBarFill__pwfUq{height:100%;border-radius:4px;transition:width .8s ease}.Dashboard_memberStatBarFill__pwfUq.Dashboard_blue__vtI6K{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.Dashboard_memberStatBarFill__pwfUq.Dashboard_green__13LgX{background:linear-gradient(90deg,#10b981,#34d399)}.Dashboard_memberStatBarFill__pwfUq.Dashboard_red__wgdLC{background:linear-gradient(90deg,#ef4444,#f87171)}.Dashboard_memberStatBarFill__pwfUq.Dashboard_purple__Jgipp{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.Dashboard_compositionBar__x69U1{margin-top:1.5rem;padding:1.25rem 1.5rem;border-radius:16px}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_compositionBar__x69U1{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_compositionBar__x69U1{background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 2px 8px rgba(0,0,0,.04)}.Dashboard_compositionLabels__RQYjk{display:flex;justify-content:space-between;font-size:.85rem;font-weight:600;margin-bottom:.75rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_compositionLabels__RQYjk{color:#94a3b8}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_compositionLabels__RQYjk{color:#64748b}.Dashboard_compositionTrack__sVDiv{display:flex;height:10px;border-radius:8px;overflow:hidden;margin-bottom:.75rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_compositionTrack__sVDiv{background:rgba(255,255,255,.05)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_compositionTrack__sVDiv{background:#f1f5f9}.Dashboard_compositionSegment__m5KcO{height:100%;transition:width .8s ease;min-width:2px}.Dashboard_compositionSegment__m5KcO.Dashboard_green__13LgX{background:linear-gradient(90deg,#10b981,#34d399)}.Dashboard_compositionSegment__m5KcO.Dashboard_red__wgdLC{background:linear-gradient(90deg,#ef4444,#f87171)}.Dashboard_compositionLegend__4yL1o{display:flex;flex-wrap:wrap;gap:1.25rem;font-size:.8rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_compositionLegend__4yL1o,.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_compositionLegend__4yL1o{color:#64748b}.Dashboard_compositionLegend__4yL1o span{display:inline-flex;align-items:center;gap:.4rem}.Dashboard_legendDotGreen__CKHtG,.Dashboard_legendDotPurple__7JMpO,.Dashboard_legendDotRed__TqDP0{display:inline-block;width:8px;height:8px;border-radius:50%;font-style:normal}.Dashboard_legendDotGreen__CKHtG{background:#10b981}.Dashboard_legendDotRed__TqDP0{background:#ef4444}.Dashboard_legendDotPurple__7JMpO{background:#8b5cf6}.Dashboard_statCard__7HV6X.Dashboard_red__wgdLC{color:#ef4444}.Dashboard_chartsGrid__9c8TZ{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}@media (max-width:1200px){.Dashboard_chartsGrid__9c8TZ{grid-template-columns:1fr}}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_chartCard__adAx7{background:rgba(255,255,255,.02);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_chartCard__adAx7{background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.05)}.Dashboard_chartCard__adAx7{border-radius:16px;padding:1.5rem}.Dashboard_chartHeader__JRfeZ{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_chartTitle__zbt4v{color:#f8fafc}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_chartTitle__zbt4v{color:#1e293b}.Dashboard_chartTitle__zbt4v{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_chartSubtitle__wuHG_,.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_chartSubtitle__wuHG_{color:#64748b}.Dashboard_chartSubtitle__wuHG_{font-size:.85rem}.Dashboard_chartIcon__jFSNh{font-size:1.5rem;opacity:.5}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_chartIcon__jFSNh{color:#4f46e5}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_chartIcon__jFSNh{color:#8b5cf6}.Dashboard_chartContainer__mMTSm{height:250px;width:100%}.Dashboard_progressContainer__pCv1D{padding:.5rem 0}.Dashboard_progressItem__f01RF{margin-bottom:1.5rem}.Dashboard_progressLabel__ioVx5{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_progressLabel__ioVx5{color:#94a3b8}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_progressLabel__ioVx5{color:#64748b;font-weight:500}.Dashboard_progressPercent__BZxLo{color:#4f46e5;font-weight:600}.Dashboard_progressBar__20IHM{height:8px;border-radius:4px;overflow:hidden}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_progressBar__20IHM{background:rgba(255,255,255,.05)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_progressBar__20IHM{background:#e2e8f0}.Dashboard_progressFill__b_h_R{height:100%;border-radius:4px;transition:width 1s ease}.Dashboard_progressFill__b_h_R.Dashboard_completed__GGpzo{background:linear-gradient(90deg,#10b981,#34d399)}.Dashboard_progressFill__b_h_R.Dashboard_active__Qsjjr{background:linear-gradient(90deg,#4f46e5,#818cf8)}.Dashboard_progressFill__b_h_R.Dashboard_pending__IcUww{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.Dashboard_tableCard__1iuzl{border-radius:16px;padding:1.5rem;margin-bottom:1.5rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_tableCard__1iuzl{background:rgba(255,255,255,.02);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_tableCard__1iuzl{background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.05)}.Dashboard_tableHeader__3no1_{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_tableTitle__gBOkv{color:#f8fafc}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_tableTitle__gBOkv{color:#1e293b}.Dashboard_tableTitle__gBOkv{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_tableSubtitle__G5WO8,.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_tableSubtitle__G5WO8{color:#64748b}.Dashboard_tableSubtitle__G5WO8{font-size:.85rem}.Dashboard_viewAllButton__E8rg4{padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s ease;font-weight:500;font-size:.9rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_viewAllButton__E8rg4{background:rgba(79,70,229,.1);border:1px solid rgba(79,70,229,.2);color:#4f46e5}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_viewAllButton__E8rg4{background:#f1f5f9;border:1px solid #e2e8f0;color:#4f46e5}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_viewAllButton__E8rg4:hover{background:rgba(79,70,229,.2);transform:translateY(-1px)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_viewAllButton__E8rg4:hover{background:#e2e8f0;transform:translateY(-1px);border-color:#cbd5e1}.Dashboard_tableContainer__acPmU{overflow-x:auto}.Dashboard_table__DIL2l{width:100%;border-collapse:collapse}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_table__DIL2l th{color:#64748b;border-bottom:1px solid rgba(255,255,255,.05)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_table__DIL2l th{color:#64748b;border-bottom:1px solid #e2e8f0}.Dashboard_table__DIL2l th{text-align:left;padding:1rem;font-weight:500;font-size:.9rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_table__DIL2l td{color:#f8fafc;border-bottom:1px solid rgba(255,255,255,.02)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_table__DIL2l td{color:#1e293b;border-bottom:1px solid #f1f5f9}.Dashboard_table__DIL2l td{padding:1rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_table__DIL2l tr:hover td{background:rgba(255,255,255,.02)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_table__DIL2l tr:hover td{background:#f8fafc}.Dashboard_nomineeBadge__FJ5GE{padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600;display:inline-block}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_nomineeBadge__FJ5GE{background:rgba(79,70,229,.1);color:#4f46e5}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_nomineeBadge__FJ5GE{background:#eef2ff;color:#4f46e5}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_votesCell__hO0PU{color:#60a5fa;font-weight:600}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_votesCell__hO0PU{color:#4f46e5;font-weight:600}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_leadingCell__BYvHo{color:#34d399;font-weight:500}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_leadingCell__BYvHo{color:#059669;font-weight:500}.Dashboard_statusBadge__LW7ig{padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500;display:inline-block}.Dashboard_statusBadge__LW7ig.Dashboard_active__Qsjjr{background:rgba(16,185,129,.1);color:#10b981}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_statusBadge__LW7ig.Dashboard_active__Qsjjr{background:#ecfdf5;color:#059669}.Dashboard_statusBadge__LW7ig.Dashboard_completed__GGpzo{background:rgba(79,70,229,.1);color:#4f46e5}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_statusBadge__LW7ig.Dashboard_completed__GGpzo{background:#eef2ff;color:#4f46e5}.Dashboard_activityCard__KXYMS{border-radius:16px;padding:1.5rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_activityCard__KXYMS{background:rgba(255,255,255,.02);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_activityCard__KXYMS{background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.05)}.Dashboard_activityHeader__5uxbA{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_activityTitle__kwTLN{color:#f8fafc}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_activityTitle__kwTLN{color:#1e293b}.Dashboard_activityTitle__kwTLN{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_activitySubtitle__Y8jdG,.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_activitySubtitle__Y8jdG{color:#64748b}.Dashboard_activitySubtitle__Y8jdG{font-size:.85rem}.Dashboard_activityIcon__RcFa6{font-size:1.5rem;opacity:.5}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_activityIcon__RcFa6{color:#4f46e5}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_activityIcon__RcFa6{color:#8b5cf6}.Dashboard_activityList__ioezx{display:flex;flex-direction:column;gap:1rem}.Dashboard_activityItem__BTJSO{display:flex;gap:1rem;padding:1rem;border-radius:12px;transition:all .2s ease}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_activityItem__BTJSO{background:rgba(255,255,255,.02)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_activityItem__BTJSO{background:#f8fafc;border:1px solid #f1f5f9}.Dashboard_activityItem__BTJSO:hover{transform:translateX(4px)}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_activityItem__BTJSO:hover{background:rgba(255,255,255,.03)}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_activityItem__BTJSO:hover{background:#ffffff;border-color:#e2e8f0;box-shadow:0 2px 4px rgba(0,0,0,.05)}.Dashboard_activityStatus__haYaI{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem}.Dashboard_activityStatus__haYaI.Dashboard_success__w8AJw{background:rgba(16,185,129,.1);color:#10b981}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_activityStatus__haYaI.Dashboard_success__w8AJw{background:#ecfdf5;color:#059669}.Dashboard_activityStatus__haYaI.Dashboard_error__rLY61{background:rgba(239,68,68,.1);color:#ef4444}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_activityStatus__haYaI.Dashboard_error__rLY61{background:#fef2f2;color:#dc2626}.Dashboard_activityStatus__haYaI.Dashboard_warning__V2PqX{background:rgba(245,158,11,.1);color:#f59e0b}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_activityStatus__haYaI.Dashboard_warning__V2PqX{background:#fffbeb;color:#d97706}.Dashboard_activityStatus__haYaI.Dashboard_info__iY_Ij{background:rgba(59,130,246,.1);color:#3b82f6}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_activityStatus__haYaI.Dashboard_info__iY_Ij{background:#eff6ff;color:#2563eb}.Dashboard_activityContent__xFlSG{flex:1}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_activityAction__67WEV{color:#f8fafc}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_activityAction__67WEV{color:#1e293b;font-weight:600}.Dashboard_activityAction__67WEV{margin-bottom:.25rem}.Dashboard_activityDetails__jLJDW{display:flex;align-items:center;gap:.5rem;font-size:.9rem;margin-bottom:.25rem;flex-wrap:wrap}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_activityDetails__jLJDW{color:#94a3b8}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_activityDetails__jLJDW{color:#64748b}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_activityUser__QTDlV{color:#60a5fa}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_activityUser__QTDlV{color:#4f46e5;font-weight:500}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_activityTime__w_TlY{color:#64748b}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_activityTime__w_TlY{color:#94a3b8}.Dashboard_activityTime__w_TlY{font-size:.8rem}@media (max-width:768px){.Dashboard_dashboard__bRjPg{padding:1rem}.Dashboard_title__wMU2y{font-size:1.5rem}.Dashboard_header__e13Jk{flex-direction:column;align-items:flex-start}.Dashboard_headerActions__PiYHN{width:100%;justify-content:space-between}.Dashboard_timeRangeSelector__tZF4r{width:100%}.Dashboard_timeButton__yRs1O{flex:1;text-align:center}.Dashboard_statsGrid__Xab37{grid-template-columns:1fr}.Dashboard_activityDetails__jLJDW{flex-direction:column;align-items:flex-start;gap:.25rem}}.Dashboard_loadingContainer__GZaTY{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh}.Dashboard_dashboard__bRjPg.Dashboard_dark__p6agW .Dashboard_loadingContainer__GZaTY{color:#94a3b8}.Dashboard_dashboard__bRjPg.Dashboard_light__k8UBb .Dashboard_loadingContainer__GZaTY{color:#64748b}.Dashboard_spinner__QBrAq{width:50px;height:50px;border:3px solid rgba(79,70,229,.1);border-top-color:#4f46e5;border-radius:50%;animation:Dashboard_spin__gHapf 1s linear infinite;margin-bottom:1rem}