: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)}}body{background:linear-gradient(135deg,#b3c6f7,#6a8edb);font-family:Arial,Helvetica,sans-serif;margin:0;padding:0;box-sizing:border-box}.page-content{flex:1;display:flex;flex-direction:column;padding:20px;overflow:auto;height:100vh}.main-content,#root,#root-columns{min-width:0;display:flex;flex-direction:row;box-sizing:border-box;width:100%;max-width:100%}.sidebar-link.colapsed{justify-content:center}.dashboard-container{display:flex;height:100vh}.sidebar{width:260px;min-width:60px;max-width:320px;transition:width .2s;background:#204080;color:#fff;display:flex;flex-direction:column;height:100vh;position:relative}.sidebar.collapsed{width:60px;min-width:60px;max-width:60px}.main-content{flex:1 1 0%;display:flex;min-width:0;background:transparent}.wrapper{background:#fffffff2;padding:32px 28px;border-radius:16px;box-shadow:0 8px 32px #3a5ab42e;min-width:320px;max-width:320px;display:flex;flex-direction:column;align-items:center}.imput-login{min-width:320px;max-width:320px}h1{color:#3a5ab4;margin-bottom:24px;font-weight:700;letter-spacing:1px}.wrapper form{width:100%;display:flex;flex-direction:column;align-items:center}.wrapper form>div{margin-bottom:18px;width:100%;display:flex;flex-direction:column;align-items:flex-start}.wrapper label{color:#3a5ab4;font-size:1rem;font-weight:500;margin-bottom:6px}.wrapper input{width:100%;padding:8px 12px;border-radius:6px;border:1px solid #a3bffa;background:#eaf1fb;color:#2d3a5a;font-size:1rem;transition:border .2s;margin-top:4px;box-sizing:border-box}.wrapper input:focus{outline:none;border:1.5px solid #3a5ab4;background:#f5faff}.wrapper button{padding:10px 32px;background:linear-gradient(90deg,#3a5ab4 60%,#6a8edb);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:8px;box-shadow:0 2px 8px #3a5ab41a;transition:background .2s,transform .1s}.wrapper button:hover{background:linear-gradient(90deg,#2d3a5a 60%,#3a5ab4);transform:translateY(-2px) scale(1.03)}.wrapper p[style]{margin:0 0 8px;color:#e74c3c!important;font-weight:500;text-align:center;width:100%}.sidebar-header{display:flex;align-items:center;justify-content:center;height:60px;min-height:60px;padding:0 20px;position:relative}.sidebar-header-toggle{justify-content:flex-end}.sidebar-title{text-align:center;margin-bottom:32px;color:#c6dbff;flex:1;font-size:1.2em;transition:opacity .2s}.sidebar.collapsed .sidebar-title{opacity:0}.sidebar-toggle:hover{background:#2952a3}.sidebar-toggle-floating{position:fixed;left:260px;top:50%;transform:translateY(-50%);z-index:1200;background:#204080;color:#fff;border:none;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #2040801a;cursor:pointer;transition:left .2s}.sidebar.collapsed~.sidebar-toggle-floating{left:60px}.sidebar-toggle-inside{position:absolute;top:50%;right:0;transform:translateY(-50%);background:#204080;color:#fff;border:none;border-radius:4px 0 0 4px;width:20px;height:60px;display:flex;align-items:center;justify-content:center;box-shadow:2px 0 8px #2040801a;cursor:pointer;transition:background .2s;z-index:10;font-size:12px}.sidebar-toggle-inside:hover{background:#2952a3}@media (max-width: 900px){#root,#root-columns{flex-direction:row;width:100vw;max-width:100vw;overflow:hidden;position:relative;height:100vh}.sidebar{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000;background:#204080;flex-direction:column;align-items:stretch;overflow-y:auto;transition:width .2s}.sidebar.collapsed{width:60px;z-index:100}body.sidebar-collapsed .main-content{margin-left:60px;width:calc(100vw - 60px);max-width:calc(100vw - 60px)}.sidebar:not(.collapsed):after{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:-1;pointer-events:none}.users-list-container.users-list-full,.material-entry-list-container.material-entry-list-full{height:100vh;overflow:hidden;padding:0}.main-content{padding:12px;width:100vw;max-width:100vw;height:100vh;margin-left:0;transition:margin-left .2s,width .2s;display:flex;flex-direction:column}.users-table tbody,.material-entry-table tbody{max-height:calc(100vh - 220px);overflow-y:auto}.sidebar-toggle-inside{width:18px;height:50px;font-size:10px}.sidebar.collapsed .sidebar-toggle-inside{width:16px;height:40px;font-size:9px}}.sidebar.collapsed .sidebar-header{justify-content:center;padding:0 4px}.sidebar-list{flex-direction:column;overflow-x:unset;width:100%;justify-content:flex-start;align-items:stretch}.sidebar-link span{margin-right:5px}.sidebar-link,.submenu-link{padding:12px 16px;font-size:1em;justify-content:flex-start;align-items:center;display:flex}.sidebar-footer{display:flex!important;flex-direction:column;justify-content:flex-start;align-items:stretch;margin-top:auto;padding:16px;gap:12px}.sidebar.collapsed .sidebar-footer{padding:16px 4px;align-items:center}.sidebar.collapsed .sidebar-user{width:40px;height:40px;padding:0;border-radius:50%;background:#7db8ff;color:#204080;font-size:.9em;font-weight:700}.main-content{height:100vh;display:flex;flex-direction:column}.users-table tbody,.material-entry-table tbody{max-height:calc(100vh - 220px);overflow-y:auto}@media (max-width: 1279px){.material-entries-pagination{gap:8px}}@media (max-height: 615px){.page-content{overflow-y:auto}.main-content{height:auto;min-height:100vh}.users-list-container.users-list-full,.material-entry-list-container.material-entry-list-full{overflow-y:auto;overflow-x:hidden;height:auto;min-height:auto}.material-entries-layout{padding:0 12px 12px}.users-list-full .users-table-wrapper,.material-entry-list-full .material-entry-table-wrapper{max-height:300px;flex:0 0 auto;overflow-y:auto}.users-table tbody,.material-entry-table tbody{max-height:250px;overflow-y:auto}.material-entries-pagination{margin-top:8px;flex-shrink:0}}.material-entries-pagination{gap:6px}.sidebar-nav{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#2952a3 transparent}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background-color:#2952a3;border-radius:10px}.sidebar-list{list-style:none;padding:0;margin:0}.sidebar-link{color:#e3eefe;text-decoration:none;display:block;padding:10px 5px;border-radius:4px;cursor:pointer;transition:background .2s;white-space:nowrap;text-overflow:ellipsis}.sidebar-link.active,.sidebar-link:hover{background:#2952a3}.sidebar.collapsed .sidebar-link{text-align:center;padding:12px 0}.sidebar.collapsed .sidebar-label{display:none}.sidebar-icon{min-width:20px;min-height:20px;color:#e3eefe;display:inline-block;vertical-align:middle}.sidebar.collapsed .sidebar-icon{margin:0 auto}.submenu-list{list-style:none;padding-left:0;margin:0}.submenu-link{color:#e3eefe;text-decoration:none;display:flex;padding:5px 15px 5px 20px;font-size:.7em;border-radius:4px;transition:background .2s;white-space:nowrap;text-overflow:ellipsis}.submenu-link .sidebar-label{padding-left:.5em}.submenu-link.submenu-active,.submenu-link:hover{background:#3a6be0}.sidebar-logout{background:#e74c3c;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s;display:flex;align-items:center;gap:12px;justify-content:flex-start;width:100%;padding:10px 5px;font-size:1em;margin:0;text-align:left}.sidebar-logout:hover,.sidebar-logout.active{background:#ff6f61}.sidebar.collapsed .sidebar-logout{text-align:center;justify-content:center;padding:12px 0}.sidebar-user{margin:0;background:#ffffff1a;color:#e3eefe;font-weight:600;font-size:1em;border-radius:8px;padding:12px;text-align:center;letter-spacing:1px;transition:all .2s;min-height:32px;display:flex;align-items:center;justify-content:center}.sidebar-user.collapsed{font-size:1.1em;padding:0;background:#7db8ff;border-radius:50%;width:40px;margin:0 auto 8px;text-align:center;justify-content:center;align-items:center;letter-spacing:.5px;color:#204080;font-weight:700;display:flex;aspect-ratio:1 / 1}.login-form>input,.login-form>button{width:300px}.login-form{gap:12px;background:#f8fafc;border-radius:16px;box-shadow:0 4px 24px #1e40af1a;padding:2.5rem 2.5rem 2rem;min-width:340px;display:flex;flex-direction:column;align-items:center}.login-title{color:#1e3a8a;margin-bottom:1.5rem;font-weight:700;letter-spacing:.02em}.default-input[type=password]{margin-bottom:1.25rem}.login-error{color:#ef4444;background:#f1f5f9;border-radius:6px;padding:.5rem 1rem;margin-bottom:1rem;font-size:.98rem;opacity:1;transition:opacity .5s}.login-error.fade-in{opacity:1;transition:opacity .5s}.login-error.fade-out{opacity:0;transition:opacity .5s}.login-btn{width:100%;padding:.75rem;border-radius:8px;border:none;background:linear-gradient(90deg,#2563eb,#1e40af);color:#fff;font-weight:600;font-size:1.08rem;cursor:pointer;margin-bottom:.5rem;transition:background .2s}.login-link{color:#2563eb;text-decoration:underline;font-size:.97rem;margin-top:.5rem;cursor:pointer}.settings-btn{margin-top:16px;padding:10px 18px;border-radius:6px;background:#2563eb;color:#fff;border:none;font-weight:600;font-size:1rem;cursor:pointer}.add-user-modal-bg{position:fixed;z-index:2000;top:0;right:0;bottom:0;left:0;background:#2040802e;display:flex;align-items:center;justify-content:center}.add-user-modal{background:#fff;border-radius:14px;box-shadow:0 4px 32px #2040802e;padding:2.2rem 2.2rem 1.5rem;min-width:340px;max-width:96vw;display:flex;flex-direction:column;align-items:center}.add-user-title{color:#204080;margin-bottom:1.2rem;font-weight:700;font-size:1.25rem}.add-user-form{width:100%;display:flex;flex-direction:column;align-items:center}.add-user-form-group{width:100%;display:flex;flex-direction:column;align-items:flex-start}.add-user-error{color:#ef4444;background:#f1f5f9;border-radius:6px;padding:.5rem 1rem;margin-bottom:1rem;font-size:.98rem}.add-user-success{color:#22c55e;background:#f1f5f9;border-radius:6px;padding:.5rem 1rem;margin-bottom:1rem;font-size:.98rem}.add-user-actions{display:flex;gap:12px;width:100%;justify-content:center;margin-top:.5rem}.add-user-actions.modal-group{margin-top:18px}.add-user-btn{padding:24px;padding:.7rem 1.5rem;border-radius:8px;border:none;background:linear-gradient(90deg,#2563eb,#1e40af);color:#fff;font-weight:600;font-size:1.08rem;cursor:pointer;transition:background .2s}.add-user-btn.cancel{background:#e5e7eb;color:#204080}.users-list-container,.material-entry-list-container{background:#fff;border-radius:14px;box-shadow:0 4px 32px #2040801a;padding:2rem 2rem 1.5rem;min-width:340px;max-width:900px;width:100%;display:flex;flex-direction:column;align-items:center;position:relative;margin:0 auto}.users-list-container.users-list-full,.material-entry-list-container.material-entry-list-full{position:static;min-width:0;max-width:none;width:100%;box-shadow:none;border-radius:0;background:transparent;display:flex;flex-direction:column;height:auto;min-height:100vh;overflow:visible;padding:0}.users-list-full .users-table-wrapper,.material-entry-list-full .material-entry-table-wrapper{margin:0;padding:0;flex:1 1 0%;width:100%;box-sizing:border-box;overflow-x:auto;overflow-y:auto;display:flex;flex-direction:column;justify-content:stretch;max-width:100vw;max-height:100%}.users-list-full .users-table,.material-entry-list-full .material-entry-table{width:100%;min-width:600px;max-width:100%;background:#f8fafc;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #2040800f;table-layout:fixed;max-height:100%}.users-table thead,.users-table tbody,.material-entry-table thead,.material-entry-table tbody{display:block;width:100%}.users-table tbody,.material-entry-table tbody{max-height:70vh;overflow-y:auto;overflow-x:hidden;width:100%;display:block}.users-table tr,.material-entry-table tr{display:flex;width:100%}.users-table th,.users-table td,.material-entry-table th,.material-entry-table td{flex:1 1 0;text-align:left;font-size:.85em;word-break:break-word;min-width:0}.users-table th,.material-entry-table th{background:#e0e7ff;color:#204080;font-weight:600;border-bottom:1px solid #c7d2fe;letter-spacing:.02em;font-size:.8em}.users-table tbody tr,.material-entry-table tbody tr{transition:background-color .2s}.users-table tbody tr:nth-child(2n),.material-entry-table tbody tr:nth-child(2n){background:#f8fafc}.users-table tbody tr:hover,.material-entry-table tbody tr:hover{background:#e0e7ff!important}.users-table tbody tr:hover td,.material-entry-table tbody tr:hover td{color:#1e40af}.users-table td,.material-entry-table td{border-bottom:1px solid #e5e7eb;color:#374151;line-height:1.4}.users-table tbody tr:last-child td,.material-entry-table tbody tr:last-child td{border-bottom:none}.material-entry-actions{display:flex;align-items:center;gap:8px;justify-content:flex-start}.material-entry-action-btn{border:none;border-radius:6px;padding:6px 12px;display:inline-flex;align-items:center;gap:6px;font-size:.8em;font-weight:500;cursor:pointer;background:#e5e7eb;color:#1f2937;transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease}.material-entry-action-btn.view{background:#2563eb;color:#fff}.material-entry-action-btn.edit{background:#f59e0b;color:#fff}.material-entry-action-btn:hover{transform:translateY(-1px);box-shadow:0 6px 12px #0f172a1f}.material-entry-action-btn:focus-visible{outline:2px solid rgba(59,130,246,.45);outline-offset:2px}.material-entry-action-btn svg{flex-shrink:0}@media (max-width: 640px){.material-entry-action-btn{padding:6px}.material-entry-action-btn span{display:none}}.folgas-tabela tr:nth-child(2n){background:#f1f5fa}.folgas-tabela tr:hover>td,.folgas-tabela tr:hover>th{background:#c4d0ec!important;transition:background .2s}.folgas-tabela td{border-bottom:1px solid #e0e7ef;color:#1e293b}.folgas-tabela tr:last-child td{border-bottom:none}.login-bg{min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#1e40af)}.team-schedule-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffd9;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:30;gap:12px;font-size:1rem;font-weight:500;color:#1e3a8a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.team-schedule-spinner{width:48px;height:48px;border-radius:50%;border:4px solid #dbeafe;border-top-color:#1d4ed8;animation:teamScheduleSpinner .9s linear infinite}.team-schedule-loading-text{margin:0;color:#1f2937}@keyframes teamScheduleSpinner{to{transform:rotate(360deg)}}.users-pagination{display:flex;align-items:center;justify-content:center;gap:2px;margin:5px 0 0}.users-pagination-btn{border-radius:6px;border:none;background:#2563eb;color:#fff;font-weight:600;font-size:1em;cursor:pointer;transition:background .2s;min-width:36px}.users-pagination-btn.active{font-weight:700;background:#1e40af;color:#fff}.users-pagination-btn.active:hover{background:#1d4ed8}.users-pagination-btn.active,.users-pagination-btn:disabled{background:#1e40af;color:#fff;cursor:default}.users-pagination-btn:not(.active):hover:not(:disabled){background:#3a5ab4}.users-pagination-info{color:#204080;font-weight:600;font-size:1em}.folgas-title{font-size:1.2rem;margin-bottom:8px}.folgas-filtros{display:flex;gap:16px;flex-wrap:wrap;font-size:.98rem}.default-input{min-width:200px;height:32px;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;color:#374151;box-sizing:border-box}.folgas-tabela-container{width:100%;position:relative;background:#fff;border-radius:12px;box-shadow:0 6px 18px #20408014;border:1px solid #e5e7eb;flex:1 1 auto;min-height:0;overflow:auto;margin-bottom:0;scrollbar-width:thin;scrollbar-color:#94a3b8 #e2e8f0}.folgas-tabela-container::-webkit-scrollbar{height:10px;width:10px}.folgas-tabela-container::-webkit-scrollbar-track{background:#e2e8f0;border-radius:8px}.folgas-tabela-container::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:8px}.profile-div{padding-left:10px}.folgas-tabela{min-width:1200px;min-height:80px;width:100%;table-layout:fixed;border-collapse:collapse;background:#fff}.folgas-colaborador-th{min-width:160px;max-width:160px;width:160px;font-size:.92rem;position:sticky;left:0;background:#e0e7ff;z-index:4;text-align:center;vertical-align:middle}.folgas-dia-th{padding:2px 3px;min-width:32px;font-weight:600;white-space:nowrap;background:#e0e7ff;min-width:50px;width:60px;text-align:center;vertical-align:middle;background:#fff;font-size:.82rem;color:#204080}.folgas-dia-fds{background:#d1d5db!important}.tabela-container{width:100%;max-height:70vh;overflow-x:auto;overflow-y:auto;position:relative;scrollbar-width:auto;scrollbar-color:#888 #e0e7ff}.tabela-container table{table-layout:fixed;background:#fff;margin-bottom:0}.tabela-container::-webkit-scrollbar{height:8px;background:#e0e7ff}.tabela-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.day-menu{position:absolute;z-index:1000;background:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 4px 12px #00000026;min-width:120px}.logo-elo-header{padding-left:16px;padding-top:8px;padding-bottom:8px;min-height:90px;justify-content:flex-start;align-items:center;display:flex;background-color:#f0f8ff}.logo-elo-header.collapsed{padding-left:0;min-height:60px;justify-content:center;background-color:#f0f8ff}.login-logo-container{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:20px}.logo-elo-img{height:90px;max-width:100%;max-height:90px;min-width:120px;object-fit:fill;margin:0;display:block;transition:width .2s,height .2s,max-width .2s,max-height .2s;filter:drop-shadow(0 1px 2px #0002)}.logo-elo-img.collapsed{width:100%;height:38px;max-width:38px;max-height:38px;min-width:38px;margin:0 auto}.users-filters-section,.material-entry-filters-section{display:flex;flex-wrap:wrap;gap:5px;margin:5px 0 0;padding:5px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;align-items:flex-end;width:100%;max-width:100%;box-sizing:border-box}.material-entries-layout{width:100%;max-width:none;margin:0 auto;padding:0 24px 24px;box-sizing:border-box}.material-entries-layout .users-filters-section,.material-entries-layout .material-entry-filters-section{margin:5px 0 0;width:100%}.material-entries-layout .users-table-wrapper,.material-entries-layout .material-entry-table-wrapper{margin:16px 0 0;padding:0;max-width:100%}.material-entries-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;flex-wrap:wrap;width:100%;font-size:.95rem;flex-shrink:0;min-height:40px}.material-entries-pagination-controls{display:flex;align-items:center;gap:12px;flex-shrink:0}.material-entries-pagination button{flex-shrink:0;white-space:nowrap}.users-list-full .users-table-wrapper,.material-entry-list-full .material-entry-table-wrapper{margin:0;padding:0;max-width:100%}.users-filters-section>div,.material-entry-filters-section>div{display:flex;flex-direction:column;min-width:150px}.users-filters-section label,.material-entry-filters-section label{font-weight:600;font-size:14px;margin-bottom:4px;color:#374151}.users-filters-section input,.users-filters-section select,.users-filters-section button,.material-entry-filters-section input,.material-entry-filters-section select,.material-entry-filters-section button{height:32px;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;color:#374151;box-sizing:border-box}.users-filters-section input:focus,.users-filters-section select:focus,.material-entry-filters-section input:focus,.material-entry-filters-section select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.users-filters-section button,.material-entry-filters-section button{background:#6b7280;color:#fff;border:none;cursor:pointer;font-weight:500;transition:background-color .2s}.users-filters-section button:hover,.material-entry-filters-section button:hover{background:#4b5563}@media (max-width: 900px){.users-filters-section,.material-entry-filters-section{gap:5px;padding:8px 12px}.users-filters-section>div,.material-entry-filters-section>div{min-width:130px;flex:1}.users-filters-section label,.material-entry-filters-section label{font-size:11px;margin-bottom:3px}.users-filters-section input,.users-filters-section select,.users-filters-section button,.material-entry-filters-section input,.material-entry-filters-section select,.material-entry-filters-section button{height:27px;padding:6px 10px;font-size:12px}}@media (max-width: 768px){.add-user-modal-bg{padding:20px 10px 10px;align-items:flex-start}.add-user-modal{width:100%;max-width:100%;margin:0;max-height:calc(100vh - 40px);overflow-y:auto;padding:16px}.add-user-title{font-size:18px;margin-bottom:16px}.add-user-label{font-size:14px;margin-bottom:6px}.add-user-actions{flex-direction:column;gap:8px;margin-top:16px}.add-user-btn{width:100%;padding:12px;font-size:16px;height:44px}.add-user-error,.add-user-success{font-size:14px;padding:10px;margin:8px 0}}@media (max-width: 480px){.add-user-modal{padding:12px}.add-user-title{font-size:16px}.add-user-btn{padding:10px;font-size:14px}}.material-entry-list-container.material-entry-list-full.team-schedule-page{min-height:0;height:100%;display:flex}.material-entries-layout.team-schedule-shell{padding:0;flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.team-schedule-header-block{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:10px 24px 8px;position:sticky;top:var(--team-schedule-sticky-offset, 0px);z-index:5;border-bottom:1px solid #e5e7eb;box-shadow:0 8px 20px #20408014;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-sizing:border-box}.team-schedule-table-block{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;padding:12px 24px 24px}.team-schedule-table-scroll{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden;position:relative}.team-schedule-counter{width:100%;font-weight:500;color:#1d4ed8;box-sizing:border-box}.team-schedule-filters{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 16px;display:flex;flex-direction:column;gap:10px;box-sizing:border-box;box-shadow:0 6px 18px #20408014}.filter-row{display:grid;grid-template-columns:1fr 1fr 1.5fr auto;gap:16px;align-items:center;width:100%}.filter-column{display:flex;align-items:center;min-width:0}.filter-column-actions{justify-content:flex-end}.filter-group-inline{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%}.filter-group-inline .filter-label{white-space:nowrap;min-width:fit-content;font-weight:600;font-size:13px;color:#374151}.filter-group-inline .default-input,.filter-group-inline select{flex:1;min-width:0}.filter-placeholder{visibility:hidden}.period-inputs{display:flex;align-items:center;gap:6px;flex:1}.period-inputs .default-input{flex:1;min-width:120px}.period-separator{color:#555;font-size:13px;white-space:nowrap}.export-btn{white-space:nowrap;padding:6px 12px;font-size:13px}.filter-checkbox-label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#374151;white-space:nowrap;cursor:pointer}.filter-checkbox-label input[type=checkbox]{margin:0;width:16px;height:16px;cursor:pointer}@media (max-width: 1400px){.team-schedule-filters{padding:10px 12px}.filter-row{gap:12px}.filter-group-inline .filter-label{font-size:12px}.filter-group-inline .default-input,.filter-group-inline select{font-size:12px;padding:4px 6px;min-height:30px}.period-inputs{gap:4px}.period-inputs .default-input{min-width:100px}.period-separator{font-size:11px}.export-btn{font-size:11px;padding:5px 10px}.filter-checkbox-label{font-size:11px}.filter-checkbox-label input[type=checkbox]{width:14px;height:14px}.manage-groups-btn{padding:5px 8px;font-size:12px}}@media (max-width: 1200px){.team-schedule-filters{padding:8px 10px}.filter-row{grid-template-columns:1fr 1fr 1.2fr auto;gap:8px}.filter-group-inline{gap:4px}.filter-group-inline .filter-label{font-size:11px}.filter-group-inline .default-input,.filter-group-inline select{font-size:11px;padding:3px 5px;min-height:26px}.period-inputs{gap:3px}.period-inputs .default-input{min-width:85px}.period-separator{font-size:10px}.export-btn{font-size:10px;padding:4px 8px}.filter-checkbox-label{font-size:10px;gap:4px}.filter-checkbox-label input[type=checkbox]{width:12px;height:12px}.manage-groups-btn{padding:4px 6px;font-size:11px}.group-select-container{gap:4px}}@media (max-width: 900px){.filter-row{grid-template-columns:1fr 1fr;gap:10px}.filter-column-actions{justify-content:flex-start}.filter-group-inline .filter-label{font-size:12px}.filter-group-inline .default-input,.filter-group-inline select{font-size:12px;padding:4px 6px;min-height:30px}.period-inputs .default-input{min-width:100px}.export-btn{font-size:12px;padding:6px 10px}.filter-checkbox-label{font-size:12px}}@media (max-width: 600px){.filter-row{grid-template-columns:1fr;gap:10px}.filter-group-inline{flex-direction:column;align-items:flex-start;gap:4px}.filter-group-inline .default-input,.filter-group-inline select{width:100%}.period-inputs{flex-wrap:wrap;width:100%}.period-inputs .default-input{min-width:100px;flex:1}}.filter-group{display:flex;flex-direction:column;flex:1 1 180px;min-width:150px;gap:2px}.group-select-container{display:flex;align-items:center;gap:6px}.group-select{min-width:150px}.manage-groups-btn{background:#2563eb;color:#fff;border:none;border-radius:6px;padding:8px 12px;cursor:pointer;font-size:14px;display:flex;align-items:center;gap:4px}.bulk-controls{width:100%;background:transparent;border:none;border-radius:12px;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;box-sizing:border-box}.bulk-controls.expanded{background:#fff;border:1px solid #e5e7eb;padding:12px 16px;box-shadow:0 6px 18px #20408014}.filter-group.filter-group-button{flex:0 0 auto;min-width:140px;align-items:flex-start;justify-content:flex-end}.filter-group.filter-group-button .add-user-btn{margin:2px 0 0;padding:4px 10px;font-size:12px;height:32px}.filter-group.filter-group-checkbox{flex:0 0 auto;min-width:140px;justify-content:flex-end}.filter-group.filter-group-checkbox .filter-label{display:flex;align-items:center;gap:6px;margin:0}.filter-group.filter-group-checkbox input[type=checkbox]{margin:0}.team-schedule-filters .default-input,.team-schedule-filters select,.team-schedule-filters button,.team-schedule-filters textarea{min-height:34px;padding:6px 8px}.bulk-header{display:flex;align-items:center;gap:12px}.bulk-toggle-btn{background:#e0e7ff;color:#204080;border:none;border-radius:6px;padding:8px 16px;cursor:pointer;font-weight:600;font-size:14px;display:flex;align-items:center;gap:6px}.bulk-toggle-btn.active{background:#2563eb;color:#fff}.bulk-hint{color:#666;font-size:14px}.bulk-form{display:flex;flex-wrap:wrap;gap:16px;align-items:end;padding-top:8px;border-top:1px solid #e9ecef}.bulk-field{display:flex;flex-direction:column}.colaborador-select{min-width:200px}.project-select-container{display:flex;gap:8px;align-items:center}.project-input{min-width:200px}.select-project-btn{background:#2563eb;color:#fff;border:none;border-radius:6px;padding:8px 12px;cursor:pointer;font-weight:600;font-size:14px}.clear-project-btn{background:#6c757d;color:#fff;border:none;border-radius:6px;padding:8px 12px;cursor:pointer;font-weight:600;font-size:14px}.bulk-actions{display:flex;gap:8px}.bulk-apply-btn{background:#28a745;color:#fff;border:none;border-radius:6px;padding:8px 16px;cursor:pointer;font-weight:600;font-size:14px}.bulk-apply-btn.disabled{cursor:not-allowed;opacity:.6}.bulk-cancel-btn{background:#6c757d;color:#fff;border:none;border-radius:6px;padding:8px 16px;cursor:pointer;font-weight:600;font-size:14px}.folgas-table-head{position:sticky;top:0;z-index:100}.folgas-colaborador-th-sticky{position:sticky;left:0;z-index:101;background-color:#f8f9fa;box-shadow:2px 0 4px #0000001a}.folgas-colaborador-td-sticky{position:sticky;left:0;z-index:50;background-color:#f8f9fa;box-shadow:2px 0 4px #0000001a}.folgas-dia-td{min-width:50px;width:50px;padding:4px}.day-cell{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:6px;padding:4px;font-size:12px;line-height:1.2;min-height:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.day-cell-dsr{-webkit-user-select:none;user-select:none;border-radius:6px;padding:4px;font-size:12px;line-height:1.2;min-height:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.day-number{font-size:11px;font-weight:500}.day-label{font-size:8px;font-weight:700;line-height:1;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plan-folga{background:#e0e7ff;font-weight:600}.plan-folga .day-label{color:#2563eb}.plan-projeto{background:#e0f7e0;font-weight:600}.plan-projeto .day-label{color:#16a34a}.plan-ociosidade{background:#c4d3fc;font-weight:600}.plan-ociosidade .day-label{color:#2563eb}.plan-ferias{background:#ffe0e0;font-weight:600}.plan-ferias .day-label{color:#e74c3c}.project-observations,.observations-textarea{width:100%}.managers-selection{display:contents}.plan-atestado{background-color:#f39c12!important;color:#fff!important}.bulk-atestado{background-color:#f39c124d!important;border:2px dashed #f39c12!important}.bulk-folga{background:#e0e7ff;border:2px dashed #2563eb;opacity:.8;font-weight:600}.bulk-projeto{background:#e0f7e0;border:2px dashed #2563eb;opacity:.8;font-weight:600}.bulk-ferias{background:#ffe0e0;border:2px dashed #2563eb;opacity:.8;font-weight:600}.day-menu{position:absolute;z-index:1000;background:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 4px 12px #00000026}.day-menu button{display:block;width:100%;border:none;background:none;cursor:pointer;text-align:left;padding:3px 12px}.day-menu button:hover{background:#f8f9fa}.modal-z-index{z-index:3000}.project-modal{min-width:600px;max-width:800px}.project-filters{margin-bottom:16px;display:flex;gap:12px;flex-wrap:wrap}.project-filter-field{flex:1;min-width:180px;width:100%;display:grid}.project-list{max-height:400px;overflow-y:auto;border:1px solid #e9ecef;border-radius:6px}.project-loading,.project-empty{padding:20px;text-align:center}.project-empty{color:#666}.project-item{padding:12px;border-bottom:1px solid #e9ecef;cursor:pointer;transition:background-color .2s}.project-item:hover{background:#f8f9fa}.project-item.selected{background:#e0e7ff}.project-title{font-weight:600;margin-bottom:4px}.project-details{font-size:14px;color:#666}.group-modal{min-width:480px;max-width:900px;max-height:90vh;overflow-y:auto}.group-add-section{margin-bottom:16px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.group-name-input{flex:1;min-width:200px}.group-add-btn{padding:8px 12px;font-size:14px;display:flex;align-items:center;gap:4px;white-space:nowrap;height:auto;flex-shrink:0}.group-list-section{margin-bottom:18px}.group-list{margin:8px 0 16px;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto}.group-empty{color:#888;text-align:center;padding:20px}.group-item{display:flex;align-items:center;gap:10px}.group-select-btn{background:#e0e7ff;color:#204080;border:none;border-radius:6px;padding:8px 14px;cursor:pointer;font-size:15px;flex:1;text-align:left;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-select-btn.selected{background:#2563eb;color:#fff;font-weight:700}.group-delete-btn{background:none;border:none;color:#e74c3c;font-size:16px;cursor:pointer;padding:8px;display:flex;align-items:center;border-radius:4px;flex-shrink:0}.team-schedule-table-scroll .folgas-tabela-container{height:100%}@media (max-width: 768px){.team-schedule-header-block{padding:10px 12px 8px}.team-schedule-table-block{padding:12px 12px 16px}}.group-delete-btn:hover{background:#fee2e2}.group-users-section{max-height:300px;overflow-y:auto;border:1px solid #e0e7ff;border-radius:8px;padding:12px;background:#f8fafc}.group-users-title{font-weight:600;color:#204080;margin-bottom:12px;font-size:14px}.group-users-list{display:flex;flex-wrap:wrap;gap:8px}.group-user-btn{background:#e0e7ff;color:#204080;border:1px solid #e0e7ff;border-radius:6px;padding:6px 12px;cursor:pointer;font-size:13px;display:flex;align-items:center;gap:6px;transition:all .2s;white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis}.group-user-btn.selected{background:#2563eb;color:#fff;border-color:#2563eb;font-weight:600;box-shadow:0 0 0 2px #2563eb33}.group-user-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.group-user-btn svg{opacity:.7;font-size:12px;flex-shrink:0}@media (max-width: 768px){.group-modal{min-width:0;max-width:100%;width:100%;margin:0;max-height:100vh;border-radius:0}.group-add-section{flex-direction:column;align-items:stretch}.group-name-input{min-width:0;width:100%}.group-add-btn{width:100%;justify-content:center}.group-list{max-height:150px}.group-users-section{max-height:200px}.group-users-list{gap:6px}.group-user-btn{font-size:12px;padding:4px 8px;max-width:150px}.group-select-btn{font-size:14px;padding:6px 10px}}@media (max-width: 480px){.group-modal{padding:12px}.group-users-title{font-size:13px}.group-user-btn{font-size:11px;padding:3px 6px;gap:4px;max-width:120px}.group-select-btn{font-size:13px;padding:5px 8px}.group-delete-btn{font-size:14px;padding:6px}}.departments-container{background:#fff;border-radius:8px;margin-bottom:20px}.departments-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.departments-loading{text-align:center;padding:40px}.departments-empty{text-align:center;padding:40px;color:#666}.departments-actions{display:flex;gap:8px}.departments-action-btn{border:none;border-radius:4px;padding:6px 10px;cursor:pointer;display:flex;align-items:center}.departments-action-btn.edit{background:#2563eb;color:#fff}.departments-action-btn.delete{background:#e74c3c;color:#fff}.departments-table-width-60{width:60px}.departments-table-width-200{width:200px}.departments-table-width-150{width:150px}.departments-table-width-120{width:120px}.departments-error,.departments-success{margin-bottom:20px}.departments-table-row:hover{background:#f3f4f6!important}.floating-add-btn{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:#2563eb;color:#fff;border:none;font-size:24px;cursor:pointer;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:1000}.floating-add-btn:hover{background:#1d4ed8;transform:scale(1.1);box-shadow:0 6px 16px #0003}.not-authorized-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#b3c6f7,#6a8edb);padding:20px}.not-authorized-content{background:#fff;border-radius:16px;padding:40px;text-align:center;box-shadow:0 4px 32px #2040802e;max-width:500px;width:100%}.not-authorized-title{color:#e74c3c;font-size:2rem;margin-bottom:20px;font-weight:700}.not-authorized-message{color:#374151;font-size:1.1rem;margin-bottom:12px;font-weight:600}.not-authorized-submessage{color:#6b7280;font-size:.95rem;margin-bottom:30px;line-height:1.5}.not-authorized-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.not-authorized-btn{padding:12px 24px;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;min-width:120px}.not-authorized-btn.primary{background:#2563eb;color:#fff}.not-authorized-btn.primary:hover{background:#1d4ed8;transform:translateY(-1px)}.not-authorized-btn.secondary{background:#e5e7eb;color:#374151}.not-authorized-btn.secondary:hover{background:#d1d5db;transform:translateY(-1px)}@media (max-width: 600px){.not-authorized-content{padding:30px 20px}.not-authorized-title{font-size:1.5rem}.not-authorized-actions{flex-direction:column}.not-authorized-btn{width:100%}}.dashboard-content{padding:20px;width:100%}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:30px}.dashboard-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #2040801a;border:1px solid #e5e7eb;transition:all .2s;cursor:pointer}.dashboard-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #20408026;border-color:#2563eb}.dashboard-card h3{color:#204080;margin:0 0 12px;font-size:1.2rem;font-weight:600}.dashboard-card p{color:#6b7280;margin:0;line-height:1.5;font-size:.95rem}.dashboard-sections-container{width:100%;flex:1;overflow-y:auto;padding:20px 0;max-height:calc(100vh - 200px)}.dashboard-sections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;padding:0 20px 20px 0}@media (max-width: 1200px){.dashboard-sections-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}}@media (max-width: 900px){.dashboard-sections-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;padding:0 10px 20px 0}}@media (max-width: 600px){.dashboard-sections-grid{grid-template-columns:1fr;gap:12px;padding:0 0 20px}}@media (max-width: 400px){.dashboard-sections-grid{grid-template-columns:1fr;gap:10px}}.dashboard-section-card{background:#fff;border-radius:12px;box-shadow:0 4px 16px #2040801a;overflow:hidden;transition:transform .2s,box-shadow .2s;cursor:pointer;border:2px solid transparent;min-height:280px;display:flex;flex-direction:column}.dashboard-section-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #20408026;border-color:#3a5ab4}.dashboard-section-image{width:100%;height:160px;background:linear-gradient(135deg,#3a5ab4,#6a8edb);display:flex;align-items:center;justify-content:center;color:#fff;font-size:48px;position:relative;flex-shrink:0}.dashboard-section-image img{width:100%;height:100%;object-fit:cover}.dashboard-section-image-placeholder{display:flex;align-items:center;justify-content:center;font-size:48px;color:#fffc}.dashboard-section-content{padding:20px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.dashboard-section-title{font-size:1.2rem;font-weight:600;color:#204080;margin:0 0 8px;line-height:1.4}.dashboard-section-description{color:#6b7280;font-size:.9rem;margin:0;line-height:1.5;flex:1}.dashboard-admin-controls{position:absolute;top:10px;right:10px;display:flex;gap:8px;opacity:0;transition:opacity .2s}.dashboard-section-card:hover .dashboard-admin-controls{opacity:1}.dashboard-admin-btn{background:#ffffffe6;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#374151}.dashboard-admin-btn:hover{background:#fff;transform:scale(1.1);box-shadow:0 2px 8px #00000026}.dashboard-admin-btn.delete{color:#e74c3c}.dashboard-empty-state{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#6b7280}.dashboard-empty-state p{font-size:1.1rem;margin:0}.dashboard-form-group{margin-bottom:5px;width:100%;display:flex;flex-direction:column;gap:5px}.dashboard-form-group label{display:block;margin-bottom:0;font-weight:600;color:#374151}.dashboard-image-preview{width:100%;max-width:160px;height:80px;border:2px dashed #d1d5db;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-top:10px;overflow:hidden}.dashboard-image-preview img{width:100%;height:100%;object-fit:cover}.dashboard-image-placeholder{color:#9ca3af;text-align:center;padding:20px}.dashboard-sections-container::-webkit-scrollbar{width:8px}.dashboard-sections-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.dashboard-sections-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.dashboard-sections-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.dashboard-loading{text-align:center;padding:40px;color:#6b7280;font-size:1.1rem}.dashboard-type-badge{position:absolute;top:10px;left:10px;background:#ffffffe6;border-radius:12px;padding:4px 8px;font-size:12px;display:flex;align-items:center;gap:4px;color:#374151;font-weight:500}.dashboard-type-badge.external{background:#10b981e6;color:#fff}.dashboard-count{font-size:.8rem;color:#9ca3af;margin-top:8px;font-style:italic}.embed-modal-bg{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.embed-modal{background:#fff;border-radius:12px;width:95vw;height:90vh;max-width:1400px;max-height:900px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.embed-modal-header{padding:20px 24px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;background:#f9fafb;border-radius:12px 12px 0 0}.embed-modal-title{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.embed-modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.embed-modal-close:hover{background:#e5e7eb;color:#374151}.embed-modal-content{flex:1;padding:0;overflow:hidden}.embed-iframe{width:100%;height:100%;border:none;background:#fff}@media (max-width: 768px){.embed-modal-bg{padding:10px}.embed-modal{width:100vw;height:100vh;border-radius:0}.embed-modal-header{padding:16px 20px;border-radius:0}.embed-modal-title{font-size:1.1rem}}.embed-iframe-loading{display:flex;align-items:center;justify-content:center;height:100%;color:#6b7280;font-size:1.1rem}.report-export-section{display:flex;gap:8px;align-items:center;margin-top:16px}.report-summary{margin-top:16px;padding:12px;background:#f8f9fa;border-radius:6px;border-left:4px solid #2563eb}.report-summary-item{display:flex;justify-content:space-between;margin:4px 0;font-size:14px}.report-summary-value{font-weight:600;color:#2563eb}.status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;display:inline-flex;align-items:center;gap:4px}.status-badge.status-success{background:#dcfce7;color:#166534}.status-badge.status-info{background:#dbeafe;color:#1e40af}.status-badge.status-warning{background:#fef3c7;color:#92400e}.status-badge.status-inactive{background:#f3f4f6;color:#6b7280}.report-legend{display:flex;flex-wrap:wrap;gap:16px;margin:16px 15px;padding:12px;background:#f8f9fa;border-radius:6px;border-left:4px solid #2563eb}.legend-item{display:flex;align-items:center;gap:8px;font-size:12px}.legend-color{width:16px;height:16px;border-radius:4px;border:1px solid #ddd}.folgas-dia-number{font-size:10px;font-weight:500;margin-top:2px}.day-label-report{font-size:8px;font-weight:700;line-height:1;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.day-executed-planned{background:#dcfce7;border:1px solid #16a34a}.day-executed-planned .day-label-report{color:#16a34a}.day-executed-different{background:#fef3c7;border:1px solid #f59e0b}.day-executed-different .day-label-report{color:#f59e0b}.day-executed-only{background:#dbeafe;border:1px solid #3b82f6}.day-executed-only .day-label-report{color:#3b82f6}.day-planned-folga{background:#f3e8ff;border:1px solid #8b5cf6}.day-planned-folga .day-label-report{color:#8b5cf6}.day-planned-ferias{background:#fee2e2;border:1px solid #ef4444}.day-planned-ferias .day-label-report{color:#ef4444}.day-planned-projeto{background:#f0f9ff;border:1px solid #0ea5e9}.day-planned-projeto .day-label-report{color:#0ea5e9}.day-not-appointed{background:#f3f4f6;border:1px solid #6b7280}.day-not-appointed .day-label-report{color:#6b7280}.day-dsr{background:#e5e7eb;border:1px solid #9ca3af;opacity:.7}.day-dsr .day-label-report{color:#6b7280}.day-outside-contract{background:#f3f4f6;border:1px solid #d1d5db;opacity:.4;cursor:not-allowed}.day-outside-contract .day-label-report{color:#6b7280;font-size:9px}@media (max-width: 768px){.report-legend{flex-direction:column;gap:8px}.legend-item{font-size:11px}.legend-color{width:14px;height:14px}}@media (max-width: 1300px){.folgas-tabela{min-width:1050px!important}.folgas-colaborador-th{min-width:150px!important;max-width:150px!important}}@media (max-width: 1024px){.folgas-tabela{min-width:900px!important}.folgas-colaborador-th{min-width:140px!important;max-width:140px!important}}@media (max-width: 768px){.folgas-tabela{min-width:650px!important}.folgas-colaborador-th{min-width:120px!important;max-width:120px!important}}@keyframes spin{to{transform:rotate(360deg)}}.swal2-popup{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;border-radius:12px}.swal2-title{font-size:1.5rem;font-weight:600;color:#1e293b}.swal2-html-container{color:#475569}.swal-button-primary,.swal-button-secondary,.swal-button-cancel{padding:10px 24px!important;font-size:.95rem!important;font-weight:500!important;border-radius:8px!important;border:none!important;transition:all .2s ease!important;box-shadow:0 2px 4px #0000001a!important}.swal-button-primary:hover{box-shadow:0 4px 8px #3b82f64d!important;transform:translateY(-1px)!important}.swal-button-secondary:hover{box-shadow:0 4px 8px #8b5cf64d!important;transform:translateY(-1px)!important}.swal-button-cancel:hover{box-shadow:0 4px 8px #64748b33!important;transform:translateY(-1px)!important}.swal2-actions{gap:12px!important}.swal2-show{animation:swal2-show .3s ease!important}.swal2-hide{animation:swal2-hide .15s ease!important}._panelContainer_1lwwg_8,._filtersPanel_1lwwg_9,._bulkPanel_1lwwg_10,._counterPanel_1lwwg_11{width:100%!important;box-sizing:border-box!important}._reportContent_ppgtu_3{width:min(100%,1600px);margin:0 auto;padding:0 8px 16px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px}.users-list{width:100%;box-sizing:border-box}.users-filters-section{width:100%!important;margin:0!important;padding:0!important;box-sizing:border-box}._headerRow_ppgtu_25{display:flex;align-items:center;justify-content:space-between;gap:5px;padding-bottom:5px;border-bottom:1px solid #e2e8f0}._periodBadge_ppgtu_34{background:#f8fafc;border:1px solid #cbd5e1;color:#334155;padding:4px 8px;border-radius:5px;font-size:.76rem;letter-spacing:.004em;font-weight:500}._periodBadge_ppgtu_34 span{color:#64748b;margin-right:4px;font-weight:400}._filtersBar_ppgtu_51{width:100%;max-width:100%;align-self:stretch;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:end;gap:8px;margin:0 auto;padding:10px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;box-sizing:border-box}._filtersBar_ppgtu_51>div{display:flex;flex-direction:column;gap:4px}._filtersBar_ppgtu_51>._actionsRight_ppgtu_73{flex-direction:row;align-items:center;justify-content:flex-start}._filtersBar_ppgtu_51 label{font-size:.66rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.025em}._filtersBar_ppgtu_51 .default-input-report{font-size:.72rem;padding:6px 10px;height:32px}._filtersBar_ppgtu_51 ._actionsRight_ppgtu_73{grid-column:span 2;justify-self:stretch;display:flex;align-items:flex-end;gap:5px;flex-wrap:nowrap;justify-content:flex-end}._projectFilterBadge_ppgtu_103{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border:1px solid #bae6fd;background:#e0f2fe;border-radius:8px}._projectFilterBadge_ppgtu_103 span{display:block;font-size:.62rem;text-transform:uppercase;color:#0369a1;letter-spacing:.05em;margin-bottom:2px}._projectFilterBadge_ppgtu_103 strong{font-size:.86rem;color:#0f172a}._clearProjectFilterButton_ppgtu_128{border:none;background:#0284c7;color:#fff;padding:6px 12px;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .2s ease}._clearProjectFilterButton_ppgtu_128:hover{background:#0369a1}._actionsRight_ppgtu_73 button{white-space:nowrap;min-width:120px;font-size:.85rem;padding:8px 12px}._groupingBar_ppgtu_151{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;margin:5px 0;padding:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box}._groupingLabel_ppgtu_165{font-size:.66rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.025em}._groupingButtons_ppgtu_173{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}._groupingButton_ppgtu_173{border:1px solid #cbd5e1;background:#fff;color:#475569;font-size:.7rem;font-weight:600;padding:5px 10px;border-radius:6px;cursor:pointer;transition:all .2s ease}._rangeWrapper_ppgtu_192{width:100%;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;padding:10px;margin-bottom:10px;box-sizing:border-box}._groupingButton_ppgtu_173:hover{border-color:#94a3b8;color:#1e293b}._groupingButtonActive_ppgtu_207{background:#1d4ed8;border-color:#1d4ed8;color:#fff;box-shadow:0 1px 4px #1d4ed852}._groupingButton_ppgtu_173:disabled{opacity:.6;cursor:not-allowed}._spin_ppgtu_219{animation:_spin_ppgtu_219 1s linear infinite}@keyframes _spin_ppgtu_219{to{transform:rotate(360deg)}}._statsGrid_ppgtu_229{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:5px;position:sticky;top:0;z-index:101;background:#fff;padding:10px 0}._statCard_ppgtu_241{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:5px;box-shadow:0 1px 2px #0000000a;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:8px}._statCard_ppgtu_241:hover{box-shadow:0 4px 12px #00000014,0 0 0 1px #00000008;transform:translateY(-2px);border-color:#cbd5e1}._statCard_ppgtu_241:nth-child(1){border-left:3px solid #3b82f6}._statCard_ppgtu_241:nth-child(2){border-left:3px solid #10b981}._statCard_ppgtu_241:nth-child(3){border-left:3px solid #8b5cf6}._statCard_ppgtu_241:nth-child(4){border-left:3px solid #f59e0b}._statCard_ppgtu_241:nth-child(5){border-left:3px solid #ef4444}._statCard_ppgtu_241:nth-child(6){border-left:3px solid #6b7280}._statLabel_ppgtu_283{font-size:.62rem;color:#64748b;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:5px}._statValue_ppgtu_292{font-weight:700;font-size:1.25rem;color:#0f172a;letter-spacing:-.02em;line-height:1.2}._kpiIcon_ppgtu_301{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;flex-shrink:0}._kpiContent_ppgtu_313{flex:1;min-width:0}._kpiLabel_ppgtu_318{font-size:.6rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.025em;margin-bottom:4px}._kpiValue_ppgtu_327{font-size:.6rem;font-weight:700;color:#0f172a;letter-spacing:-.02em;line-height:1.2}._projectCard_ppgtu_335{margin-bottom:5px;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000a;transition:all .2s cubic-bezier(.4,0,.2,1);background:#fff}._projectCard_ppgtu_335:hover{box-shadow:0 4px 12px #00000014;border-color:#cbd5e1}._monthProjectsWrapper_ppgtu_350{display:flex;flex-direction:column;gap:10px;padding:10px;background:#fff}._monthProjectCard_ppgtu_358{border:1px solid #e2e8f0;border-radius:8px;box-shadow:inset 0 0 0 1px #e2e8f066;padding:10px;display:flex;flex-direction:column;gap:8px}._monthProjectHeader_ppgtu_368{display:flex;flex-direction:column;gap:4px}._projectHeader_ppgtu_374{display:flex;gap:5px;align-items:flex-start;justify-content:space-between;width:100%;background:#fafbfc;border:none;border-bottom:1px solid #e2e8f0;padding:5px;text-align:left;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);flex-wrap:nowrap}._projectHeader_ppgtu_374:hover{background:#f1f5f9}._chevron_ppgtu_394{display:inline-flex;color:#64748b;font-size:16px;transition:color .15s ease;flex-shrink:0;margin-top:2px}._projectHeader_ppgtu_374:hover ._chevron_ppgtu_394{color:#475569}._projectTitle_ppgtu_407{flex:1;display:flex;align-items:baseline;gap:5px;min-width:0;flex-wrap:nowrap;overflow:hidden;margin-top:1px}._projectTitle_ppgtu_407 strong{font-size:.96rem;color:#0f172a;font-weight:700;white-space:nowrap;flex-shrink:0}._sep_ppgtu_426{color:#cbd5e1;font-weight:300}._projectIdt_ppgtu_431{color:#475569;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}._projectMeta_ppgtu_441{display:flex;align-items:center;gap:6px;color:#334155;font-size:.8rem;font-weight:500;flex-wrap:nowrap;white-space:nowrap;flex-shrink:0;margin-top:1px}._projectMeta_ppgtu_441 b{font-weight:600;color:#64748b}._dot_ppgtu_459{color:#cbd5e1;font-weight:300}._tableWrapper_ppgtu_464{padding:5px;background:#f8fafc;overflow-x:auto}._tableWrapper_ppgtu_464 table{border-collapse:separate;border-spacing:0;width:100%;min-width:520px;background:#fff;border-radius:6px;overflow:hidden;border:1px solid #e2e8f0}._tableWrapper_ppgtu_464 thead th{background:#f8fafc;color:#475569;font-weight:700;font-size:.45rem;text-transform:uppercase;letter-spacing:.05em;padding:2px;text-align:left;border-bottom:1px solid #cbd5e1;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:sticky;top:100px;z-index:100}._tableWrapper_ppgtu_464 thead th._numberCell_ppgtu_500{text-align:right}._tableWrapper_ppgtu_464 thead th:first-child{padding-left:18px}._tableWrapper_ppgtu_464 thead th:last-child{padding-right:18px}._tableWrapper_ppgtu_464 tbody td{padding:2px;color:#475569;font-size:.6rem;border-bottom:1px solid #f1f5f9;vertical-align:middle;max-width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._tableWrapper_ppgtu_464 tbody td:first-child{padding-left:14px;font-weight:600;color:#0f172a;max-width:180px}._tableWrapper_ppgtu_464 tbody td:last-child{padding-right:14px;font-weight:700;color:#0f172a}._actionsColumn_ppgtu_537{text-align:center;width:120px}._linkCellButton_ppgtu_542{border:none;background:transparent;color:#1d4ed8;font-weight:600;font-size:.6rem;cursor:pointer;padding:2px 4px;border-bottom:1px dotted rgba(29,78,216,.5);transition:color .2s ease,border-color .2s ease;display:inline-block;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._linkCellButton_ppgtu_542:disabled{color:#94a3b8;cursor:not-allowed;border-color:#94a3b880}._linkCellButton_ppgtu_542:not(:disabled):hover{color:#0f172a;border-color:#0f172a}._tableWrapper_ppgtu_464 tbody tr:hover{background:#f8fafc}._tableWrapper_ppgtu_464 tbody tr:last-child td{border-bottom:none}._tableWrapper_ppgtu_464 tfoot th{background:#f1f5f9;color:#475569;font-weight:700;font-size:.6rem;padding:2px;text-align:left;border-top:2px solid #cbd5e1;max-width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._tableWrapper_ppgtu_464 tfoot th:first-child{padding-left:14px}._tableWrapper_ppgtu_464 tfoot th:last-child{padding-right:14px;color:#0f172a;font-size:.8rem;font-weight:700}._tableWrapper_ppgtu_464 th:not(:first-child),._tableWrapper_ppgtu_464 td:not(:first-child){text-align:right;max-width:140px}._emptyState_ppgtu_609{padding:5px;text-align:center;color:#64748b;font-size:.82rem;font-weight:500;background:#f8fafc;border-radius:8px;border:2px dashed #cbd5e1}@media (max-width: 1023px){._reportContent_ppgtu_3{padding:0 5px 5px;gap:5px}._headerRow_ppgtu_25{flex-wrap:wrap;gap:3px}._groupingBar_ppgtu_151{flex-direction:column;align-items:flex-start;gap:6px}._groupingButtons_ppgtu_173{justify-content:flex-start}._headerRow_ppgtu_25 h2{font-size:.98rem!important}._periodBadge_ppgtu_34{font-size:.62rem;padding:4px 6px}._filtersBar_ppgtu_51{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:5px 5px;padding:5px}._filtersBar_ppgtu_51 ._actionsRight_ppgtu_73{grid-column:span 2;justify-self:stretch;justify-content:flex-start;gap:5px;flex-wrap:wrap}._actionsRight_ppgtu_73 button{min-width:95px;font-size:.68rem;padding:5px 8px}._filtersBar_ppgtu_51 label,._default-input-report_ppgtu_87{font-size:.6rem}._statCard_ppgtu_241{padding:5px}._statLabel_ppgtu_283{font-size:.5rem}._statValue_ppgtu_292{font-size:1.02rem}._projectHeader_ppgtu_374{padding:5px}._projectTitle_ppgtu_407 strong{font-size:.9rem}._projectMeta_ppgtu_441{font-size:.74rem}._tableWrapper_ppgtu_464,._tableWrapper_ppgtu_464 thead th,._tableWrapper_ppgtu_464 tbody td,._tableWrapper_ppgtu_464 tfoot th{padding:5px}}@media (max-width: 880px){._filtersBar_ppgtu_51{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}._filtersBar_ppgtu_51 ._actionsRight_ppgtu_73{grid-column:auto;flex-wrap:nowrap;justify-self:stretch}}@media (max-width: 767px){._reportContent_ppgtu_3{padding:0 5px 5px;gap:4px}._headerRow_ppgtu_25{flex-direction:column;align-items:flex-start;gap:4px}._groupingBar_ppgtu_151{align-items:stretch}._groupingButtons_ppgtu_173{width:100%;justify-content:flex-start}._groupingButton_ppgtu_173{flex:1 1 0;min-width:0;text-align:center}._headerRow_ppgtu_25 h2{font-size:.88rem!important}._periodBadge_ppgtu_34{font-size:.56rem;padding:4px 5px}._filtersBar_ppgtu_51{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:4px 5px;padding:5px}._filtersBar_ppgtu_51 ._actionsRight_ppgtu_73{grid-column:auto;justify-content:flex-start;flex-wrap:nowrap}._actionsRight_ppgtu_73 button{flex:1 1 0;min-width:0;font-size:.64rem;padding:5px 7px}._filtersBar_ppgtu_51 label,._default-input-report_ppgtu_87{font-size:.56rem}._statCard_ppgtu_241{padding:5px}._statLabel_ppgtu_283{font-size:.48rem}._statValue_ppgtu_292{font-size:.98rem}._projectHeader_ppgtu_374{padding:5px;gap:5px}._projectTitle_ppgtu_407 strong{font-size:.82rem}._projectMeta_ppgtu_441{font-size:.66rem}._tableWrapper_ppgtu_464 table{min-width:460px}._tableWrapper_ppgtu_464 thead th{font-size:.52rem;padding:5px 4px}._tableWrapper_ppgtu_464 tbody td,._tableWrapper_ppgtu_464 tfoot th{font-size:.66rem;padding:5px 4px}._emptyState_ppgtu_609{padding:5px;font-size:.72rem}}@media (max-width: 650px){._projectHeader_ppgtu_374{flex-wrap:wrap;min-height:auto;align-items:center}._projectTitle_ppgtu_407{flex:1 1 100%;min-width:200px;margin-top:0}._projectMeta_ppgtu_441{flex:1 1 100%;justify-content:flex-start;margin-left:26px;margin-top:4px}._chevron_ppgtu_394{margin-top:0}}@media (max-width: 520px){._reportContent_ppgtu_3{padding:0 5px 5px;gap:4px}._filtersBar_ppgtu_51{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px}._groupingButtons_ppgtu_173{gap:4px}._groupingButton_ppgtu_173{font-size:.6rem;padding:4px 6px}._filtersBar_ppgtu_51 ._actionsRight_ppgtu_73{grid-column:span 2;flex-wrap:nowrap}._filtersBar_ppgtu_51 label,._default-input-report_ppgtu_87{font-size:.54rem}._actionsRight_ppgtu_73 button{flex:1 1 0;min-width:0;font-size:.6rem;padding:4px 6px}._statCard_ppgtu_241{padding:4px}._statValue_ppgtu_292{font-size:.86rem}._projectTitle_ppgtu_407 strong{font-size:.74rem}._projectMeta_ppgtu_441{font-size:.58rem}._tableWrapper_ppgtu_464 table{min-width:400px}._tableWrapper_ppgtu_464 thead th{font-size:.48rem}._tableWrapper_ppgtu_464 tbody td,._tableWrapper_ppgtu_464 tfoot th{font-size:.62rem}}@media (max-width: 380px){._reportContent_ppgtu_3{padding:0 5px 5px;gap:4px}._filtersBar_ppgtu_51{grid-template-columns:1fr;gap:4px}._groupingButtons_ppgtu_173{flex-direction:column}._groupingButton_ppgtu_173{width:100%}._filtersBar_ppgtu_51 ._actionsRight_ppgtu_73{grid-column:span 1}._actionsRight_ppgtu_73 button{min-width:0}._statValue_ppgtu_292{font-size:.8rem}._projectMeta_ppgtu_441{font-size:.54rem}._tableWrapper_ppgtu_464 table{min-width:340px}}._kpiCard_1lvwz_1{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:2px;box-shadow:0 1px 3px #0000000f;transition:all .2s cubic-bezier(.4,0,.2,1)}._kpiCard_1lvwz_1:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}._kpiCard_1lvwz_1._clickable_1lvwz_18:hover{box-shadow:0 6px 16px #00000026;transform:translateY(-3px);border-color:#3b82f6}._kpiCard_1lvwz_1._clickable_1lvwz_18:active{transform:translateY(-1px)}._kpiIcon_1lvwz_28{width:40px;height:40px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;flex-shrink:0}._kpiContent_1lvwz_40{flex:1;min-width:0}._kpiLabel_1lvwz_45{font-size:.6rem;color:#000;font-weight:600;text-transform:uppercase;letter-spacing:.025em;margin-bottom:2px}._kpiValue_1lvwz_54{font-size:.6rem;font-weight:700;color:#0f172a;letter-spacing:-.02em;line-height:1.2}._kpiHighlight_1lvwz_62{text-shadow:0 1px 0 rgba(0,0,0,.04)}._green1_1lvwz_67{border-left:3px solid #9ae6b4}._green1_1lvwz_67 ._kpiIcon_1lvwz_28{background:#9ae6b4;color:#065f46}._green2_1lvwz_69{border-left:3px solid #bbf7d0}._green2_1lvwz_69 ._kpiIcon_1lvwz_28{background:#bbf7d0;color:#065f46}._green3_1lvwz_71{border-left:3px solid #6ee7b7}._green3_1lvwz_71 ._kpiIcon_1lvwz_28{background:#6ee7b7;color:#065f46}._green4_1lvwz_73{border-left:3px solid #34d399}._green4_1lvwz_73 ._kpiIcon_1lvwz_28{background:#34d399;color:#065f46}._green5_1lvwz_75{border-left:3px solid #10b981}._green5_1lvwz_75 ._kpiIcon_1lvwz_28{background:#10b981;color:#064e3b}._teal_1lvwz_78{border-left:3px solid #06b6d4}._teal_1lvwz_78 ._kpiIcon_1lvwz_28{background:#06b6d4}._purple_1lvwz_80{border-left:3px solid #7c3aed}._purple_1lvwz_80 ._kpiIcon_1lvwz_28{background:#7c3aed}._yellow_1lvwz_82{border-left:3px solid #f59e0b}._yellow_1lvwz_82 ._kpiIcon_1lvwz_28{background:#f59e0b}._blue_1lvwz_84{border-left:3px solid #3b82f6}._blue_1lvwz_84 ._kpiIcon_1lvwz_28{background:#3b82f6}._lime_1lvwz_88{border-left:3px solid #7ad35aff}._lime_1lvwz_88 ._kpiIcon_1lvwz_28{background:#7ad35a}._orange_1lvwz_90{border-left:3px solid #e96336ff}._orange_1lvwz_90 ._kpiIcon_1lvwz_28{background:#e96336}._red_1lvwz_92{border-left:3px solid #ef4444}._red_1lvwz_92 ._kpiIcon_1lvwz_28{background:#ef4444}._maroon_1lvwz_94{border-left:3px solid #1e293b}._maroon_1lvwz_94 ._kpiIcon_1lvwz_28{background:#1e293b}._reportContent_17rzc_3{width:min(100%,1600px);margin:0 auto;padding:0 16px 16px;box-sizing:border-box;display:flex;flex-direction:column;gap:15px}@media (max-width: 1440px){._reportContent_17rzc_3{padding:0 12px 12px}}._reportContent_17rzc_3>*{width:100%}._headerRow_17rzc_23{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:10px;border-bottom:2px solid #e2e8f0}._periodBadge_17rzc_32{background:#f8fafc;border:1px solid #cbd5e1;color:#334155;padding:6px 12px;border-radius:6px;font-size:.9rem;font-weight:500}._tableWrapper_17rzc_42 table thead th:nth-child(1),._tableWrapper_17rzc_42 table tbody td:nth-child(1),._tableWrapper_17rzc_42 table tfoot td:nth-child(1){position:sticky;left:0;z-index:20;background-color:#fff;box-shadow:2px 0 5px -2px #0000001a}._tableWrapper_17rzc_42 table thead th:nth-child(2),._tableWrapper_17rzc_42 table tbody td:nth-child(2),._tableWrapper_17rzc_42 table tfoot td:nth-child(2){position:sticky;left:120px;z-index:20;background-color:#fff;box-shadow:2px 0 5px -2px #0000001a}._tableWrapper_17rzc_42 table thead th:nth-child(1),._tableWrapper_17rzc_42 table thead th:nth-child(2){z-index:102;background-color:#f8fafc}._tableWrapper_17rzc_42 table tfoot td:nth-child(1),._tableWrapper_17rzc_42 table tfoot td:nth-child(2){z-index:21;background-color:#f3f4f6}._tableWrapper_17rzc_42 table tbody tr:nth-child(2n) td:nth-child(1),._tableWrapper_17rzc_42 table tbody tr:nth-child(2n) td:nth-child(2){background-color:#f9fafb}._tableWrapper_17rzc_42 table tbody tr{background-color:#fff}._tableWrapper_17rzc_42 table tbody tr:nth-child(2n){background-color:#f9fafb}._filtersBar_17rzc_87{width:100%;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:end;gap:8px;padding:10px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;box-sizing:border-box}._filtersBar_17rzc_87>div{display:flex;flex-direction:column;gap:5px;padding:5px}._filtersBar_17rzc_87 label{font-size:.9rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.025em}._filtersBar_17rzc_87 .default-input-report{font-size:.8rem;padding:8px 12px;height:38px}._actionsRight_17rzc_121{display:flex;align-items:flex-end;gap:8px;flex-wrap:nowrap;justify-content:flex-end}._actionsRight_17rzc_121 button{white-space:nowrap;min-width:120px;font-size:.8rem;padding:8px 12px}._rangeWrapper_17rzc_136{width:100%;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;padding:10px;box-sizing:border-box}._kpiGrid_17rzc_146{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:3px;background-color:#f8fafc;padding:2px 0;margin-bottom:3px;position:sticky;top:0;z-index:101}._kpiCard_17rzc_158{display:flex;align-items:center;gap:1px;background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:2px;box-shadow:0 1px 2px #0000000d;transition:all .2s cubic-bezier(.4,0,.2,1)}._kpiCard_17rzc_158:hover{box-shadow:0 2px 8px #00000014;transform:translateY(-1px)}._kpiIcon_17rzc_175{width:24px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;flex-shrink:0}._kpiContent_17rzc_187{flex:1;min-width:0;line-height:1}._kpiLabel_17rzc_193{font-size:.6rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.01em;margin-bottom:1px}._kpiValue_17rzc_202{font-size:.6rem;font-weight:700;color:#0f172a;letter-spacing:-.01em;line-height:1}._kpiSubtext_17rzc_210{font-size:.3rem;color:#94a3b8;font-style:italic;margin-top:0}._viewControls_17rzc_218{width:100%;display:flex;gap:5px;padding:5px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;box-sizing:border-box;justify-content:center;flex-wrap:wrap}._viewButton_17rzc_231{flex:1;min-width:160px;padding:12px 20px;border:1px solid #cbd5e1;background:#fff;color:#475569;font-size:.9rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s ease}._viewButton_17rzc_231:hover{border-color:#94a3b8;color:#1e293b;background:#f8fafc}._viewButtonActive_17rzc_251{background:#3b82f6;border-color:#3b82f6;color:#fff;box-shadow:0 2px 8px #3b82f64d}._chartsContainer_17rzc_259{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}._chartCard_17rzc_265{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000000f}._chartCard_17rzc_265 h3{margin:0 0 15px;font-size:1.1rem;font-weight:600;color:#0f172a}._chartWrapper_17rzc_280{height:260px;position:relative}._chartEmptyState_17rzc_285{height:100%;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:.85rem;border:1px dashed #e2e8f0;border-radius:6px;background:#f8fafc}._tableWrapper_17rzc_42{padding:0;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;position:relative}._resizer_17rzc_306{position:absolute;right:0;top:0;height:100%;width:5px;background:#0000000d;cursor:col-resize;-webkit-user-select:none;user-select:none;touch-action:none;z-index:10}._resizer_17rzc_306:hover{background:#3b82f6;width:6px}._resizing_17rzc_324{background:#3b82f6!important;width:6px!important}._columnSelector_17rzc_329{position:relative;display:inline-block}._columnSelectorBtn_17rzc_334{background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:8px 16px;font-size:.85rem;font-weight:600;color:#475569;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease;height:38px;min-width:130px;box-sizing:border-box}._columnSelectorBtn_17rzc_334:hover{background:#f8fafc;border-color:#94a3b8}._columnDropdown_17rzc_358{position:absolute;top:100%;right:0;z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a;padding:12px;min-width:220px;max-height:400px;overflow-y:auto;margin-top:8px}._columnOption_17rzc_374{display:flex;align-items:center;gap:10px;padding:6px 8px;cursor:pointer;border-radius:4px;transition:background .2s}._columnOption_17rzc_374:hover{background:#f1f5f9}._columnOption_17rzc_374 input{cursor:pointer}._columnOption_17rzc_374 span{font-size:.85rem;color:#1e293b}._tableContainer_17rzc_397{width:100%;overflow-x:auto;position:relative}._tableWrapper_17rzc_42 table{border-collapse:separate;border-spacing:0;width:100%;background:#fff;border:1px solid #e2e8f0;table-layout:fixed}@media (max-width: 1366px){._tableWrapper_17rzc_42 table{min-width:920px}}._tableWrapper_17rzc_42 thead th{background:#f8fafc;color:#475569;font-weight:700;font-size:.58rem;text-transform:uppercase;letter-spacing:.05em;padding:4px 2px;text-align:left;border-bottom:2px solid #cbd5e1;position:sticky;top:0;z-index:100;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}._tableWrapper_17rzc_42 thead th:hover{background:#f1f5f9;color:#1e293b}._sortIcon_17rzc_441{display:inline-block;margin-left:4px;font-size:.65rem;opacity:.9;vertical-align:middle}._tableWrapper_17rzc_42 thead th._numberCell_17rzc_449{text-align:right}._sortableHeaderButton_17rzc_453{width:100%;display:inline-flex;align-items:center;justify-content:space-between;gap:6px;background:transparent;border:none;color:inherit;font:inherit;text-transform:inherit;letter-spacing:inherit;cursor:pointer;padding:0}._sortableHeaderButton_17rzc_453:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}._sortIndicator_17rzc_474{font-size:.65rem;color:#1d4ed8}._linkCellButton_17rzc_479{border:none;background:none;padding:0;margin:0;font:inherit;color:#2563eb;cursor:pointer;text-decoration:underline}._linkCellButton_17rzc_479:disabled{color:#94a3b8;cursor:not-allowed;text-decoration:none}._linkCellButton_17rzc_479:not(:disabled):hover{color:#1d4ed8}._tableWrapper_17rzc_42 tbody td{padding:2px;color:#475569;font-size:.72rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}._tableWrapper_17rzc_42 tbody td:first-child{font-weight:600;color:#0f172a}._tableWrapper_17rzc_42 tbody tr:hover{background:#f8fafc}._tableWrapper_17rzc_42 tbody tr:last-child td{border-bottom:none}._tableWrapper_17rzc_42 tfoot th{background:#f1f5f9;color:#475569;font-weight:700;font-size:.72rem;padding:2px;text-align:left;border-top:2px solid #cbd5e1}._numberCell_17rzc_449{text-align:right!important;font-variant-numeric:tabular-nums}._numberHeaderCell_17rzc_536{text-align:right}._numericHeaderButton_17rzc_540{justify-content:flex-end}._projectSubtext_17rzc_544{font-size:.6rem;color:#94a3b8;font-weight:400}._emptyState_17rzc_550{padding:40px 20px;text-align:center;color:#64748b;font-size:.8rem;font-weight:500;background:#f8fafc;border-radius:8px;border:2px dashed #cbd5e1}._loadingSpinnerContainer_17rzc_561{display:flex;align-items:center;justify-content:center;width:100%;min-height:120px;padding:20px 0;box-sizing:border-box}._loadingSpinnerInlineWrapper_17rzc_571{display:inline-flex;align-items:center;justify-content:center;min-height:24px}._loadingSpinner_17rzc_561,._loadingSpinnerInline_17rzc_571{border-radius:50%;border-style:solid;border-color:#cbd5e1;border-top-color:#3b82f6;animation:_spin_17rzc_1 .8s linear infinite}._loadingSpinner_17rzc_561{width:32px;height:32px;border-width:3px}._loadingSpinnerInline_17rzc_571{width:18px;height:18px;border-width:2px}._visuallyHidden_17rzc_599{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes _spin_17rzc_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1200px){._chartsContainer_17rzc_259{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){._headerRow_17rzc_23{flex-direction:column;align-items:flex-start}._filtersBar_17rzc_87{grid-template-columns:repeat(2,minmax(0,1fr))}._actionsRight_17rzc_121{grid-column:span 2}._kpiGrid_17rzc_146{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}._kpiValue_17rzc_202{font-size:.6rem}._viewControls_17rzc_218{flex-direction:column}._chartsContainer_17rzc_259{grid-template-columns:1fr}._chartWrapper_17rzc_280{height:220px}._rangeSummary_17rzc_661{gap:12px}._rangeSliderContainer_17rzc_665{padding:28px 14px 68px}._rangeThumbLabel_17rzc_669{font-size:.72rem;padding:3px 8px}._rangeSliderTicks_17rzc_674{top:58px;height:44px}._rangeSliderTickLabel_17rzc_679{font-size:.8rem}}@media (max-width: 480px){._filtersBar_17rzc_87{grid-template-columns:1fr}._actionsRight_17rzc_121{grid-column:span 1}._kpiGrid_17rzc_146{grid-template-columns:1fr}._kpiCard_17rzc_158{padding:12px}._kpiIcon_17rzc_175{width:40px;height:40px;font-size:20px}._rangeSliderContainer_17rzc_665{padding:24px 12px 62px}._rangeThumbLabel_17rzc_669{font-size:.68rem;padding:3px 7px}._rangeSliderTicks_17rzc_674{top:54px;height:40px}._rangeSliderTickLabel_17rzc_679{font-size:.8rem}}._rangeBlock_17rzc_728{grid-column:1 / -1;display:flex;flex-direction:column;gap:12px}._rangeHeader_17rzc_735{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}._modeToggleBtn_17rzc_743{display:flex;align-items:center;gap:8px;background:#f1f5f9;border:1px solid #cbd5e1;color:#475569;padding:6px 14px;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}._modeToggleBtn_17rzc_743:hover{background:#e2e8f0;border-color:#94a3b8;color:#1e293b}._modeToggleBtn_17rzc_743._active_17rzc_764{background:#dbeafe;border-color:#2563eb;color:#1e40af}._absoluteDateContainer_17rzc_770{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:12px 0}._absoluteDateInputGroup_17rzc_778{display:flex;align-items:center;gap:10px}._absoluteDateInputGroup_17rzc_778 label{font-size:.85rem;font-weight:600;color:#475569;white-space:nowrap}._absoluteDateInputGroup_17rzc_778 input{padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem;color:#1e293b;background:#fff;min-width:150px}._rangeFilterBtn_17rzc_801{display:flex;align-items:center;gap:8px;background:#2563eb;color:#fff;border:none;padding:8px 20px;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s ease}._rangeFilterBtn_17rzc_801:hover{background:#1d4ed8}._rangeLabel_17rzc_820{font-weight:600;color:#1e293b}._rangeSummary_17rzc_661{display:flex;align-items:center;flex-wrap:wrap;gap:18px;font-size:.9rem;color:#64748b}._rangeSummary_17rzc_661 span{display:inline-flex;align-items:center;gap:6px;-webkit-user-select:none;user-select:none}._rangeSummary_17rzc_661 strong{font-weight:600;color:#0f172a}._rangeSliderContainer_17rzc_665{position:relative;width:100%;box-sizing:border-box;padding:32px 18px 40px}._rangeSliderTrackWrapper_17rzc_853{position:relative;width:100%;height:10px;cursor:pointer}._rangeSliderTrack_17rzc_853{position:absolute;top:0;right:0;bottom:0;left:0;background:#cbd5e1;border-radius:999px}._rangeSliderHighlight_17rzc_867{position:absolute;top:0;bottom:0;left:0;width:0;background:#2563eb;border-radius:999px;pointer-events:none;box-shadow:inset 0 0 0 1px #0f172a0d}._rangeThumb_17rzc_669{position:absolute;top:50%;transform:translate(-50%,-50%);width:26px;height:26px;border-radius:50%;border:3px solid #2563eb;background:#fff;cursor:grab;box-shadow:0 4px 12px #0f172a33;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;display:flex;align-items:center;justify-content:center;padding:0;touch-action:none;-webkit-user-select:none;user-select:none}._rangeThumb_17rzc_669:hover{border-color:#1d4ed8;box-shadow:0 6px 16px #0f172a38}._rangeThumb_17rzc_669:active{cursor:grabbing;transform:translate(-50%,-50%) scale(1.05)}._rangeThumb_17rzc_669:focus-visible{outline:3px solid rgba(59,130,246,.35);outline-offset:2px}._rangeThumbLabel_17rzc_669{position:absolute;top:-38px;left:50%;transform:translate(-50%);padding:4px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;font-size:.75rem;font-weight:600;color:#0f172a;white-space:nowrap;box-shadow:0 2px 6px #0f172a26;-webkit-user-select:none;user-select:none;pointer-events:none}._rangeThumbLabel_17rzc_669:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%,-2px) rotate(45deg);width:8px;height:8px;background:#f8fafc;border-left:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}._rangeThumbLabelStart_17rzc_945{color:#1d4ed8}._rangeThumbLabelEnd_17rzc_949{color:#1e293b}._rangeThumbStart_17rzc_953{border-color:#1d4ed8}._rangeThumbEnd_17rzc_957{border-color:#2563eb}._rangeThumbOverlapStart_17rzc_961{transform:translate(calc(-50% - 10px),-50%);z-index:2}._rangeThumbOverlapEnd_17rzc_966{transform:translate(calc(-50% + 10px),-50%);z-index:3}._rangeSliderTicks_17rzc_674{position:absolute;top:50px;left:18px;right:18px;height:30px;pointer-events:none;-webkit-user-select:none;user-select:none}._rangeSliderTick_17rzc_674{position:absolute;top:0;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:3px}._rangeSliderTickStart_17rzc_991,._rangeSliderTickEnd_17rzc_996{transform:translate(-50%);align-items:center}._rangeSliderTickLine_17rzc_1001{width:2px;height:12px;background:#cbd5e1}._rangeSliderTickEdge_17rzc_1007 ._rangeSliderTickLine_17rzc_1001{height:12px;background:#cbd5e1}._rangeSliderTickLabel_17rzc_679{font-size:.8rem;color:#1e293b!important;font-weight:700!important;line-height:1;white-space:nowrap}._rangeSliderTickEdge_17rzc_1007 ._rangeSliderTickLabel_17rzc_679{font-weight:700!important;color:#1e293b!important}._rangeSliderTickStart_17rzc_991 ._rangeSliderTickLabel_17rzc_679{transform-origin:top left}._rangeSliderTickEnd_17rzc_996 ._rangeSliderTickLabel_17rzc_679{transform-origin:top right}._detailedViewContainer_17rzc_1034{display:flex;flex-direction:column;gap:16px;width:100%}._monthCard_17rzc_1041{background:#fff;border:1px solid #e2e8f0;border-radius:10px;transition:all .3s ease}._monthCard_17rzc_1041:hover{box-shadow:0 4px 12px #00000014}._monthHeader_17rzc_1052{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(145deg,#f8fafc,#f1f5f9);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s ease;gap:16px;flex-wrap:wrap}._monthHeader_17rzc_1052:hover{background:linear-gradient(145deg,#f1f5f9,#e2e8f0)}._monthHeaderLeft_17rzc_1069{display:flex;align-items:center;gap:12px;flex:1;min-width:250px}._expandIcon_17rzc_1077{font-size:.85rem;color:#64748b;transition:transform .2s ease;width:16px;display:inline-block}._monthTitle_17rzc_1085{margin:0;font-size:1.15rem;font-weight:600;color:#1e293b}._projectCountBadge_17rzc_1092{background:#3b82f6;color:#fff;padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600;letter-spacing:.02em}._monthTotals_17rzc_1102{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:32px;align-items:center}._monthTotalItem_17rzc_1109{display:flex;flex-direction:column;gap:2px}._monthTotalLabel_17rzc_1115{font-size:.65rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._monthTotalValue_17rzc_1123{font-size:.95rem;color:#1e293b;font-weight:700;white-space:nowrap}._monthHeaderLink_17rzc_1130{color:#2563eb;text-decoration:underline;cursor:pointer}._monthHeaderLink_17rzc_1130:hover{color:#1d4ed8}._monthContent_17rzc_1140{padding:0;animation:_slideDown_17rzc_1 .3s ease-out}@keyframes _slideDown_17rzc_1{0%{opacity:0;max-height:0}to{opacity:1;max-height:2000px}}._monthContent_17rzc_1140 ._tableWrapper_17rzc_42{border-top:1px solid #e2e8f0;border-radius:0}._monthContent_17rzc_1140 table{margin:0;min-width:1080px}@media (max-width: 1366px){._monthContent_17rzc_1140 table{min-width:920px}}._monthContent_17rzc_1140 thead th{background:#f8fafc;font-size:.65rem;padding:2px;color:#475569;text-transform:uppercase;letter-spacing:.05em;position:sticky;top:140px;z-index:100}._monthContent_17rzc_1140 thead th:nth-child(4),._monthContent_17rzc_1140 thead th:nth-child(5),._monthContent_17rzc_1140 thead th:nth-child(6),._monthContent_17rzc_1140 thead th:nth-child(7){text-align:right}._monthContent_17rzc_1140 tbody td{padding:2px;border-bottom:1px solid #f1f5f9;font-size:.72rem}._monthContent_17rzc_1140 tbody tr:hover{background:#fafbfc}._monthContent_17rzc_1140 tfoot th{background:#f1f5f9;font-weight:600;font-size:.72rem;padding:2px;border-top:2px solid #cbd5e1;color:#1e293b}._naCell_17rzc_1210{color:#94a3b8;font-style:italic}@media (max-width: 768px){._monthHeader_17rzc_1052{flex-direction:column;align-items:flex-start}._monthHeaderLeft_17rzc_1069{width:100%}._monthTotals_17rzc_1102{width:100%;flex-direction:column;align-items:flex-start;gap:8px}._monthTotalItem_17rzc_1109{width:100%;justify-content:space-between}}._container_mkphk_1{display:flex;flex-direction:column;gap:4px;position:relative;min-width:180px}._label_mkphk_9{font-size:.85rem;font-weight:500;color:#374151}._selectBox_mkphk_15{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;height:32px;box-sizing:border-box;font-size:.85rem;transition:border-color .2s,box-shadow .2s}._selectBox_mkphk_15:hover{border-color:#9ca3af}._selectBox_mkphk_15._open_mkphk_34{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}._selectedCount_mkphk_39{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#1f2937}._arrow_mkphk_46{display:flex;align-items:center;margin-left:8px}._dropdown_mkphk_52{position:absolute;top:100%;left:0;right:0;margin-top:4px;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:1000;max-height:320px;display:flex;flex-direction:column}._searchBox_mkphk_68{padding:8px;border-bottom:1px solid #f3f4f6}._searchBox_mkphk_68 input{width:100%;padding:6px 10px;border:1px solid #d1d5db;border-radius:4px;font-size:.85rem;box-sizing:border-box}._searchBox_mkphk_68 input:focus{outline:none;border-color:#3b82f6}._actions_mkphk_87{display:flex;justify-content:space-between;padding:4px 8px;background-color:#f9fafb;border-bottom:1px solid #f3f4f6}._actions_mkphk_87 button{background:none;border:none;color:#3b82f6;font-size:.75rem;font-weight:600;cursor:pointer;padding:4px}._actions_mkphk_87 button:hover{text-decoration:underline}._optionsList_mkphk_109{overflow-y:auto;flex:1;padding:4px 0}._option_mkphk_109{display:flex;align-items:center;gap:8px;padding:6px 12px;cursor:pointer;transition:background-color .1s;font-size:.85rem}._option_mkphk_109:hover{background-color:#f3f4f6}._option_mkphk_109._selected_mkphk_39{background-color:#eff6ff}._option_mkphk_109 input[type=checkbox]{cursor:pointer}._noOptions_mkphk_137{padding:12px;text-align:center;color:#6b7280;font-size:.85rem}._reportContent_9f2de_1{width:min(100%,1600px);margin:0 auto;padding:0 8px 16px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px}._headerRow_9f2de_11{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}._periodBadge_9f2de_20{background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;padding:6px 10px;font-size:.82rem;color:#0f172a}._periodBadge_9f2de_20 span{color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-right:6px}._filtersGrid_9f2de_37{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;padding:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;box-sizing:border-box}._filtersGrid_9f2de_37>div{display:flex;flex-direction:column;gap:4px}._filtersGrid_9f2de_37 label{font-size:.68rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.05em}._filtersGrid_9f2de_37 select,._filtersGrid_9f2de_37 input[type=number],._filtersGrid_9f2de_37 input[type=text],._filtersGrid_9f2de_37 input[type=date]{height:34px;border:1px solid #cbd5e1;border-radius:6px;padding:0 10px;font-size:.85rem;background:#fff;color:#0f172a}._metricToggle_9f2de_76{grid-column:span 2}._metricButtons_9f2de_80{display:flex;gap:6px;flex-wrap:wrap}._metricButton_9f2de_80{border:1px solid #cbd5e1;background:#fff;color:#475569;padding:6px 12px;border-radius:6px;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .2s ease}._metricButtonActive_9f2de_98{background:#1d4ed8;border-color:#1d4ed8;color:#fff;box-shadow:0 2px 6px #1d4ed840}._metricButton_9f2de_80:disabled{opacity:.6;cursor:not-allowed}._actionsRight_9f2de_110{display:flex;align-items:flex-end;justify-content:flex-end;gap:8px;flex-wrap:nowrap}._actionsRight_9f2de_110 button{white-space:nowrap;min-width:120px;font-size:.85rem;padding:8px 12px;border-radius:6px}._projectFilterBadge_9f2de_126{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border:1px solid #bae6fd;background:#e0f2fe;border-radius:8px}._projectFilterBadge_9f2de_126 span{display:block;font-size:.62rem;text-transform:uppercase;color:#0369a1;letter-spacing:.05em;margin-bottom:2px}._projectFilterBadge_9f2de_126 strong{font-size:.86rem;color:#0f172a}._clearProjectFilterButton_9f2de_151{border:none;background:#0284c7;color:#fff;padding:6px 12px;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .2s ease}._clearProjectFilterButton_9f2de_151:hover{background:#0369a1}._kpiGrid_9f2de_167{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:5px;background:#fff;padding:10px 0}._kpiCard_9f2de_175{display:flex;align-items:center;gap:5px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:5px;box-shadow:0 1px 3px #0000000f;transition:all .2s cubic-bezier(.4,0,.2,1)}._kpiCard_9f2de_175:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}._kpiIcon_9f2de_192{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;flex-shrink:0}._kpiContent_9f2de_204{flex:1;min-width:0}._kpiLabel_9f2de_209{font-size:.7rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.025em;margin-bottom:4px}._kpiValue_9f2de_218{font-size:.8rem;font-weight:700;color:#0f172a;letter-spacing:-.02em;line-height:1.2}._kpiHighlight_9f2de_226{text-shadow:0 2px 6px rgba(15,23,42,.12);color:#05202a}._infoMessage_9f2de_231{padding:8px 12px;border-radius:6px;border:1px solid #fde68a;background:#fef3c7;color:#92400e;font-size:.85rem}._tableWrapper_9f2de_240{width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:auto;max-height:calc(100vh - 300px)}._tableWrapper_9f2de_240 table{min-width:1800px;border-collapse:separate;border-spacing:0}._tableWrapper_9f2de_240 thead th{text-align:left;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:10px;font-size:.7rem;color:#475569;text-transform:uppercase;letter-spacing:.05em;position:sticky;top:0;z-index:100;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}._tableWrapper_9f2de_240 thead th:hover{background:#f1f5f9;color:#1e293b}._tableWrapper_9f2de_240 thead th._numberCell_9f2de_277{text-align:right}._tableWrapper_9f2de_240 thead th:nth-child(2){width:180px;max-width:180px}._tableWrapper_9f2de_240 tbody td{padding:10px;border-bottom:1px solid #f1f5f9;font-size:.8rem;color:#0f172a}._tableWrapper_9f2de_240 tbody td:nth-child(2){width:180px;max-width:180px;overflow:hidden;text-overflow:ellipsis}._tableWrapper_9f2de_240 tfoot th:first-child{text-align:left}._sortableHeaderButton_9f2de_316{border:none;background:transparent;padding:0;font:inherit;color:inherit;display:inline-flex;align-items:center;gap:4px;cursor:pointer}._sortIndicator_9f2de_328{font-size:.7rem;color:#475569}._sortIcon_9f2de_333{display:inline-block;margin-left:4px;font-size:.65rem;opacity:.9;vertical-align:middle}._numberCell_9f2de_277{text-align:right;white-space:nowrap}._projectSubtext_9f2de_346{font-size:.7rem;color:#64748b}._emptyState_9f2de_351{padding:20px;text-align:center;color:#475569}._spinnerWrapper_9f2de_357{display:flex;justify-content:center;align-items:center;padding:60px 20px}._spinner_9f2de_357{width:36px;height:36px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:_spin_9f2de_357 .7s linear infinite}@keyframes _spin_9f2de_357{to{transform:rotate(360deg)}}._rangeWrapper_9f2de_377{width:100%;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;padding:10px;margin-bottom:12px;box-sizing:border-box}._contentBox_9f2de_388{width:100%;padding:5px;border-radius:10px;box-sizing:border-box}.privacy-policy-wrapper{width:100%;overflow-y:auto;background-color:#f5f5f5}.privacy-policy-container{min-height:100%;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-sizing:border-box}.privacy-policy-content{overflow:auto!important;height:85vh;margin:0 auto 40px;background:#fff;padding:40px;border-radius:8px;box-shadow:0 2px 10px #0000001a;line-height:1.6}.privacy-policy-content h1{color:#2c3e50;text-align:center;margin-bottom:10px;font-size:2.2em;border-bottom:3px solid #3498db;padding-bottom:10px}.last-updated{text-align:center;color:#7f8c8d;font-style:italic;margin-bottom:40px}.privacy-policy-content section{margin-bottom:30px}.privacy-policy-content h2{color:#34495e;border-left:4px solid #3498db;padding-left:15px;margin-bottom:15px;font-size:1.4em}.privacy-policy-content h3{color:#2c3e50;margin-bottom:10px;font-size:1.1em}.privacy-policy-content p{margin-bottom:15px;text-align:justify;color:#2c3e50}.privacy-policy-content ul{margin-bottom:15px;padding-left:20px}.privacy-policy-content li{margin-bottom:8px;color:#2c3e50}.contact-info{background-color:#ecf0f1;padding:20px;border-radius:5px;border-left:4px solid #3498db}.contact-info p{margin-bottom:5px}@media (max-width: 768px){.privacy-policy-container{padding:10px}.privacy-policy-content{padding:20px;margin-bottom:20px}.privacy-policy-content h1{font-size:1.8em}.privacy-policy-content h2{font-size:1.2em}}._reportContainer_1p4g3_1{padding:20px;background:#f8fafc;min-height:100vh}._reportHeader_1p4g3_7{display:flex;align-items:center;margin-bottom:24px;color:#1f2937;font-size:1.75rem;font-weight:700}._reportIcon_1p4g3_16{margin-right:12px;color:#f59e0b}._filterSection_1p4g3_21{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:5px;margin-bottom:5px;box-shadow:0 1px 3px #0000001a}._filterGroup_1p4g3_30{display:flex;flex-direction:column;max-width:200px}._filterLabel_1p4g3_36{font-weight:600;color:#374151;margin-bottom:6px;font-size:14px}._filterInput_1p4g3_43{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;color:#374151;transition:border-color .2s}._filterInput_1p4g3_43:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}._summaryCard_1p4g3_59{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:16px;padding:5px;margin-bottom:24px;box-shadow:0 4px 6px -1px #0000001a}._summaryTitle_1p4g3_68{font-size:1.25rem;font-weight:700;margin:0 0 5px;color:#fff}._summaryGrid_1p4g3_75{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:5px}._summaryItem_1p4g3_81{background:#ffffff1a;border-radius:12px;padding:5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}._summaryLabel_1p4g3_89{font-size:14px;opacity:.9;display:block}._summaryValue_1p4g3_95{font-size:1.5rem;font-weight:700;color:#fff}._summaryValue_1p4g3_95._warning_1p4g3_101{color:#fbbf24}._summaryValue_1p4g3_95._info_1p4g3_105{color:#60a5fa}._summaryValue_1p4g3_95._success_1p4g3_109{color:#34d399}._tabsContainer_1p4g3_113{background:#fff;border-radius:12px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a}._tabsList_1p4g3_120{display:flex;border-bottom:1px solid #e5e7eb;background:#f9fafb}._tab_1p4g3_113{display:flex;align-items:center;padding:5px;border:none;background:none;cursor:pointer;font-weight:500;font-size:14px;color:#6b7280;border-bottom:3px solid transparent;transition:all .2s;flex:1;justify-content:center}._tab_1p4g3_113:hover{background:#f3f4f6;color:#374151}._tab_1p4g3_113._active_1p4g3_147{color:#2563eb;background:#fff;border-bottom-color:#2563eb;font-weight:600}._tabIcon_1p4g3_154{margin-right:8px;font-size:16px}._exportSection_1p4g3_159{display:flex;justify-content:flex-end;margin-bottom:20px}._exportButton_1p4g3_165{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;padding:10px 20px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #10b9814d}._tableContainer_1p4g3_177{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;height:400px;overflow:auto;display:block;scrollbar-width:thick;scrollbar-color:#6b7280 #f3f4f6}._table_1p4g3_177{width:100%;min-width:1200px;border-collapse:collapse;min-width:1200px!important;display:table!important}._tableContainer_1p4g3_177::-webkit-scrollbar{width:16px!important;height:16px!important;background-color:#e5e7eb!important}._tableContainer_1p4g3_177::-webkit-scrollbar-track{background-color:#f3f4f6!important;border-radius:8px!important;margin:2px!important}._tableContainer_1p4g3_177::-webkit-scrollbar-thumb{background-color:#6b7280!important;border-radius:8px!important;border:2px solid #f3f4f6!important;min-height:30px!important}._tableContainer_1p4g3_177::-webkit-scrollbar-thumb:hover{background-color:#374151!important}._tableContainer_1p4g3_177::-webkit-scrollbar-corner{background-color:#f3f4f6!important}._table_1p4g3_177{width:100%;border-collapse:collapse;min-width:1000px!important;margin:0}._table_1p4g3_177 thead{position:sticky;top:0;background-color:#2563eb;color:#fff;z-index:1}._tableHeader_1p4g3_242{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;position:sticky;top:0;z-index:10}._tableHeaderCell_1p4g3_250{padding:12px 16px;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e2e8f0;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}._tableHeaderCell_1p4g3_250:hover{background-color:#f8fafc}._sortIcon_1p4g3_264{margin-left:8px;font-size:12px;opacity:.6;transition:opacity .2s ease}._tableHeaderCell_1p4g3_250:hover ._sortIcon_1p4g3_264{opacity:1}._tableRow_1p4g3_275{transition:background-color .2s;border-bottom:1px solid #f3f4f6}._tableRow_1p4g3_275:hover{background:#f8fafc}._tableRow_1p4g3_275:last-child{border-bottom:none}._tableCell_1p4g3_288{padding:5px;vertical-align:top;font-size:14px;color:#374151;border-bottom:none;min-width:120px;max-width:200px;word-wrap:break-word}._projectPlanned_1p4g3_299{font-weight:600;color:#dc2626}._projectLaunched_1p4g3_304{font-weight:600;color:#2563eb}._observationsCell_1p4g3_309{max-width:250px;line-height:1.4}._observationsItem_1p4g3_314{margin-bottom:8px;padding:6px 8px;background:#f8fafc;border-radius:6px;border-left:3px solid #e5e7eb}._observationsItem_1p4g3_314:last-child{margin-bottom:0}._observationsItem_1p4g3_314 strong{color:#374151;font-size:12px;text-transform:uppercase;letter-spacing:.05em}._statusBadge_1p4g3_333{display:inline-flex;align-items:center;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}._statusBadge_1p4g3_333._warning_1p4g3_101{background:#fef3c7;color:#92400e;border:1px solid #fbbf24}._statusBadge_1p4g3_333._info_1p4g3_105{background:#dbeafe;color:#1e40af;border:1px solid #3b82f6}._statusIcon_1p4g3_354{margin-right:4px;font-size:11px}._emptyState_1p4g3_359{text-align:center;padding:80px 20px;color:#6b7280;background:#fff;border-radius:12px;margin-top:20px}._emptyStateIcon_1p4g3_368{margin-bottom:16px;opacity:.5}._emptyStateTitle_1p4g3_373{font-size:1.25rem;font-weight:600;color:#374151;margin:16px 0 8px}._emptyStateDescription_1p4g3_380{font-size:1rem;margin:0;line-height:1.5}._loadingContainer_1p4g3_386{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}._loadingSpinner_1p4g3_397{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid #3b82f6;border-radius:50%;animation:_spin_1p4g3_1 1s linear infinite;margin-bottom:16px}@keyframes _spin_1p4g3_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingText_1p4g3_416{color:#6b7280;font-size:1.1rem}@media (max-width: 768px){._reportContainer_1p4g3_1{padding:5px}._summaryGrid_1p4g3_75{grid-template-columns:1fr;gap:5px}._reportHeader_1p4g3_7{font-size:1.5rem;margin-bottom:20px}._summaryItem_1p4g3_81{padding:12px}._summaryValue_1p4g3_95{font-size:1.25rem}._tabsList_1p4g3_120{flex-direction:column}._tab_1p4g3_113{justify-content:flex-start;padding:12px 16px}._tableContainer_1p4g3_177{overflow-x:auto;overflow-y:auto;max-height:500px}._table_1p4g3_177{min-width:900px}._tableHeaderCell_1p4g3_250,._tableCell_1p4g3_288{padding:5px;font-size:13px;min-width:100px}}@media (max-width: 480px){._reportContainer_1p4g3_1{padding:12px}._filterSection_1p4g3_21{padding:16px}._summaryCard_1p4g3_59{padding:20px}._summaryTitle_1p4g3_68,._summaryValue_1p4g3_95{font-size:1.1rem}._tab_1p4g3_113{padding:10px 12px;font-size:13px}._tableHeaderCell_1p4g3_250,._tableCell_1p4g3_288{padding:5px;font-size:12px;min-width:80px}._emptyState_1p4g3_359{padding:60px 16px}._emptyStateTitle_1p4g3_373{font-size:1.1rem}._emptyStateDescription_1p4g3_380{font-size:.9rem}}._container_1meme_1{width:min(100%,1600px);margin:0 auto;padding:0 8px 16px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px}._header_1meme_11{display:flex;align-items:center;justify-content:space-between;gap:5px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}._titleSection_1meme_20{display:flex;align-items:center;gap:.75rem}._titleSection_1meme_20 h1{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}._icon_1meme_33{color:#3b82f6}._exportButton_1meme_37{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;height:32px;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}._exportButton_1meme_37:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}._exportButton_1meme_37:disabled{background:#d1d5db;cursor:not-allowed;opacity:.6}._dateRangeContainer_1meme_65,._groupingContainer_1meme_73{padding:12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #0000000f}._filters_1meme_81{display:flex;flex-direction:column;gap:10px;padding:12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #0000000f}._analysisGroupedSection_1meme_92{margin-top:8px;background:linear-gradient(128deg,#f8fafc,#eef2ff);border:1px solid #dbeafe;border-radius:16px;padding:5px;box-shadow:0 12px 26px #0f172a14}._inconsistenciesContainer_1meme_101{display:flex;flex-direction:column;gap:20px;padding:10px 0}._inconsistencySections_1meme_108{display:flex;flex-direction:column;gap:24px}._inconsistencySection_1meme_108{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}._sectionHeader_1meme_122{padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background-color .2s;-webkit-user-select:none;user-select:none}._sectionHeader_1meme_122:hover{background:#f1f5f9}._sectionHeaderLeft_1meme_138,._sectionHeaderRight_1meme_144{display:flex;align-items:center;gap:12px}._chevron_1meme_150{color:#64748b;transition:transform .2s}._chevronExpanded_1meme_155{transform:rotate(180deg)}._sectionHeader_1meme_122 h3{margin:0;font-size:1.1rem;font-weight:600;color:#334155;display:flex;align-items:center;gap:10px}._badge_1meme_169{background:#ef4444;color:#fff;padding:2px 10px;border-radius:20px;font-size:.85rem;font-weight:700}._tableResponsive_1meme_178{width:100%;overflow-x:auto}._inconsistencyTable_1meme_183{width:100%;border-collapse:collapse;font-size:.9rem}._inconsistencyTable_1meme_183 th{text-align:left;padding:12px 20px;background:#f1f5f9;color:#475569;font-weight:600;border-bottom:1px solid #e2e8f0;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}._inconsistencyTable_1meme_183 th:hover{background:#e2e8f0}._inconsistencyTable_1meme_183 th svg{margin-left:5px;vertical-align:middle}._inconsistencyTable_1meme_183 td{padding:12px 20px;border-bottom:1px solid #f1f5f9;color:#334155}._plateCell_1meme_217{font-family:Monaco,Consolas,monospace;font-weight:600;color:#1e40af}._valueCell_1meme_223{font-weight:500}._emptyCell_1meme_227{text-align:center;padding:40px!important;color:#94a3b8;font-style:italic}._miniList_1meme_234{display:flex;flex-direction:column;gap:4px}._miniItem_1meme_240{font-size:.8rem;background:#f1f5f9;padding:2px 8px;border-radius:4px;width:fit-content}._loadingWrapper_1meme_248,._errorWrapper_1meme_248{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;gap:16px;color:#64748b}._spinner_1meme_258{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3b82f6;border-radius:50%;animation:_spin_inconsistency_1meme_1 1s linear infinite}@keyframes _spin_inconsistency_1meme_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._indicatorsContainer_1meme_272{display:flex;flex-direction:column;gap:18px}._chartCard_1meme_278{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:5px;box-shadow:0 10px 28px #0f172a14;display:flex;flex-direction:column;gap:.85rem}._chartTitle_1meme_289{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#0f172a;margin:0}._chartWrapper_1meme_299{background:#f8fafc;border-radius:14px;padding:1rem;min-height:320px;position:relative}._indicatorsContainer_1meme_272 ._chartCard_1meme_278{background:linear-gradient(135deg,#dbeafed9,#fff7ede0);border:1px solid rgba(148,163,184,.4);box-shadow:0 16px 38px #0f172a26}._indicatorsContainer_1meme_272 ._chartWrapper_1meme_299{background:#ffffffeb;box-shadow:inset 0 0 0 1px #94a3b833}._filterRow_1meme_318,._searchRow_1meme_324{display:flex;gap:1rem;flex-wrap:wrap}._searchInput_1meme_330{flex:1;min-width:200px;padding:6px 10px;height:32px;font-size:.85rem;border:1px solid #d1d5db;border-radius:.5rem;transition:border-color .2s}._searchInput_1meme_330:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}._groupingSelector_1meme_347{display:flex;flex-direction:column;gap:6px}._groupingSelector_1meme_347 label{font-size:.75rem;font-weight:600;color:#475569;white-space:nowrap;text-transform:uppercase;letter-spacing:.025em}._checkboxFilter_1meme_362{display:flex;align-items:center}._checkboxFilter_1meme_362 label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.875rem;color:#475569;-webkit-user-select:none;user-select:none}._checkboxFilter_1meme_362 input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#3b82f6}._checkboxFilter_1meme_362 span{font-weight:500}._select_1meme_388{padding:6px 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;width:200px;max-width:200px}._select_1meme_388[type=text]{cursor:text}._select_1meme_388:hover{border-color:#9ca3af;background:#f9fafb}._select_1meme_388:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._kpiRow_1meme_417{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;padding:0}._tabsContainer_1meme_424{background:#fff;border-radius:8px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 1px 3px #0000000f}._tabsList_1meme_432{display:flex;border-bottom:1px solid #e5e7eb;background:#f9fafb}._tab_1meme_178{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border:none;background:none;cursor:pointer;font-weight:500;font-size:.875rem;color:#6b7280;border-bottom:3px solid transparent;transition:all .2s;flex:1}._tab_1meme_178:hover{background:#f3f4f6;color:#374151}._tab_1meme_178._active_1meme_460{color:#3b82f6;background:#fff;display:flex;align-items:center;gap:.35rem}._tab_1meme_178._active_1meme_460 ._kmHierarchy_1meme_463{border:1px solid rgba(148,163,184,.3);border-radius:16px;padding:16px;background:linear-gradient(125deg,#edf2ff,#ecfeff);border:1px solid rgba(99,102,241,.35);box-shadow:0 12px 28px #0f172a1f;display:flex;flex-direction:column;gap:10px}._tab_1meme_178._active_1meme_460 ._kmStat_1meme_475{display:inline-flex;align-items:center;gap:.3rem}._tab_1meme_178._active_1meme_460 ._kmMonthContent_1meme_481{padding:5px 18px;background:#f8fafc;display:flex;flex-direction:column;gap:10px}._monthContent_1meme_493{padding:5px 18px;display:flex;flex-direction:column;gap:10px;background:#f8fafc}._vehicleCard_1meme_501{background:#fff;border-radius:10px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 4px 12px #0f172a0a}._vehicleHeader_1meme_509{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:transparent;cursor:pointer;border-bottom:1px solid #eef2ff;transition:background .2s}._vehicleHeader_1meme_509:hover{background:#f8fafc}._vehicleTitle_1meme_524{display:flex;align-items:center;gap:.75rem;color:#1f2937}._vehicleTitle_1meme_524 strong{font-size:1.05rem;color:#0f172a}._vehicleModel_1meme_536{color:#94a3b8;font-size:.85rem}._cpf_1meme_541{color:#6b7280;font-size:.85rem;font-style:italic}._vehicleSummary_1meme_547{display:flex;align-items:center;gap:.85rem;font-size:.85rem;color:#475569}._vehicleSummary_1meme_547 span{display:flex;align-items:center;gap:.25rem}._value_1meme_223{color:#10b981;font-weight:600}._transactionsTable_1meme_566{padding:1rem;overflow-x:auto}._transactionsTable_1meme_566 table{width:100%;border-collapse:collapse;font-size:.9rem}._kmDescription_1meme_577{margin:0 0 .75rem;color:#475569;font-size:.9rem}._kmFiltersContainer_1meme_583{margin:.25rem 0 .35rem;padding:12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #0000000f}._kmFilters_1meme_583{display:flex;flex-wrap:wrap;gap:12px;margin:0}._kmFilterField_1meme_599{flex:1 1 220px;display:flex;flex-direction:column;gap:6px}._kmFilterField_1meme_599 label{font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b}._kmFilterField_1meme_599 input{border:1px solid #cbd5f5;border-radius:10px;padding:10px 12px;font-size:.9rem;transition:box-shadow .2s ease,border-color .2s ease}._kmFilterField_1meme_599 input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}._kmHierarchy_1meme_463{display:flex;flex-direction:column;gap:10px}._kmDataSection_1meme_634{margin-top:8px;padding:5px;border-radius:16px;background:linear-gradient(125deg,#edf2ff,#ecfeff);border:1px solid rgba(99,102,241,.35);box-shadow:0 12px 28px #0f172a1f;display:flex;flex-direction:column;gap:10px}._kmMonthCard_1meme_646{border:1px solid #e2e8f0;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 6px 18px #0f172a12}._kmMonthHeader_1meme_654{width:100%;border:none;background:linear-gradient(120deg,#1b2f63,#4a86fb);color:#f8fafc;padding:5px 18px;display:flex;align-items:center;justify-content:space-between;gap:.75rem;cursor:pointer;text-align:left}._kmMonthHeader_1meme_654:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}._kmMonthTitle_1meme_673{display:flex;align-items:center;gap:.75rem}._kmMonthTitle_1meme_673 strong{display:block;font-size:1.05rem}._kmMonthTitle_1meme_673 small{display:block;font-size:.72rem;color:#cbd5f5}._kmMonthStats_1meme_690{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;font-weight:600;font-size:.85rem}._kmStat_1meme_475{display:inline-flex;align-items:center;gap:.3rem}._kmMonthContent_1meme_481{padding:5px 18px;background:#f8fafc;display:flex;flex-direction:column;gap:10px}._kmVehicleCard_1meme_713{border:1px solid #e2e8f0;border-radius:10px;background:#fff;overflow:hidden}._kmVehicleHeader_1meme_720{width:100%;border:none;background:transparent;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:.85rem;cursor:pointer;text-align:left;border-bottom:1px solid #f1f5f9}._kmVehicleHeader_1meme_720:hover{background:#f8fafc}._kmVehicleTitle_1meme_738{display:flex;align-items:center;gap:.65rem}._kmVehicleTitle_1meme_738 span{display:block;font-size:.78rem;color:#94a3b8}._kmVehicleStats_1meme_750{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;color:#475569;font-size:.85rem;font-weight:600}._kmVehicleStats_1meme_750 span{display:inline-flex;align-items:center;gap:.25rem}._kmVehicleContent_1meme_766{padding:12px 16px 14px}._kmDriverList_1meme_770{display:flex;flex-direction:column;gap:8px}._kmDriverRow_1meme_776{display:flex;flex-wrap:wrap;align-items:center;gap:8px;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;background:#fff}._kmDriverInfo_1meme_787{display:flex;align-items:center;gap:.65rem;color:#0f172a}._kmDriverInfo_1meme_787 span{display:block;font-size:.72rem;color:#94a3b8}._kmDriverMetrics_1meme_800{display:flex;flex-wrap:wrap;gap:6px;font-size:.78rem;margin-left:auto;justify-content:flex-end;text-align:right}._kmSystemTicketlog_1meme_810,._kmSystemApontamento_1meme_811{display:inline-flex;align-items:center;gap:.2rem;padding:4px 10px;border-radius:999px;font-weight:600}._kmSystemTicketlog_1meme_810{background:#eef2ff;color:#3730a3}._kmSystemApontamento_1meme_811{background:#ecfdf5;color:#065f46}._kmEmpty_1meme_830{margin:0;font-size:.82rem;color:#64748b;font-style:italic}@media (max-width: 768px){._container_1meme_1{padding:1rem}._header_1meme_11{flex-direction:column;align-items:flex-start;gap:1rem}._titleSection_1meme_20 h1{font-size:1.5rem}._monthSummary_1meme_854,._vehicleSummary_1meme_547{flex-wrap:wrap;gap:.75rem}._transactionsTable_1meme_566{font-size:.85rem}._transactionsTable_1meme_566 th,._transactionsTable_1meme_566 td{padding:.5rem}._kpiRow_1meme_417{grid-template-columns:repeat(2,1fr)}}._comparisonContainer_1meme_875{display:flex;flex-direction:column;gap:12px;padding:0}._comparisonHeader_1meme_882{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}._statsRow_1meme_890{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;flex:1}._statCard_1meme_897{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px #0000000d}._statLabel_1meme_908{font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase}._statValue_1meme_915{font-size:1.5rem;font-weight:700;color:#1f2937}._comparisonFilters_1meme_921{display:flex;gap:10px;flex-wrap:wrap;padding:10px 12px;background:#fff;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}._comparisonDataSection_1meme_932{margin-top:12px;padding:5px;border-radius:18px;background:linear-gradient(128deg,#f8fafc,#eef2ff);border:1px solid #dbeafe;box-shadow:0 14px 32px #0f172a1a}._comparisonTable_1meme_941{background:#fff;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden}._tableWrapper_1meme_948{overflow-x:auto;max-height:600px;overflow-y:auto}._table_1meme_178{width:100%;border-collapse:collapse;font-size:.875rem}._table_1meme_178 thead{position:sticky;top:0;z-index:10;background:#fff}._table_1meme_178 th{padding:.75rem;text-align:left;font-weight:600;color:#374151;background:#f9fafb;border-bottom:2px solid #e5e7eb;white-space:nowrap}._table_1meme_178 td{padding:.75rem;border-bottom:1px solid #f3f4f6;white-space:nowrap}._table_1meme_178 tbody tr:hover{background:#f9fafb}._table_1meme_178 tbody tr:last-child td{border-bottom:none}._comparisonHierarchy_1meme_992{display:flex;flex-direction:column;gap:8px}._hierarchyLevel_1meme_998{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000000d}._comparisonHierarchy_1meme_992 ._monthHeader_1meme_1006{display:flex;align-items:center;justify-content:space-between;padding:5px 18px;background:linear-gradient(120deg,#0f172a,#1d4ed8);color:#f8fafc;border-bottom:none;transition:background .2s ease}._comparisonHierarchy_1meme_992 ._monthHeader_1meme_1006:hover{background:linear-gradient(120deg,#152445,#2563eb)}._comparisonHierarchy_1meme_992 ._monthTitle_1meme_1021{display:flex;align-items:center;gap:8px}._comparisonHierarchy_1meme_992 ._monthTitle_1meme_1021 h3{margin:0;font-size:1rem;font-weight:600;color:#f8fafc}._comparisonHierarchy_1meme_992 ._monthStats_1meme_1034{display:flex;gap:12px;align-items:center;color:#e2e8f0;font-size:.85rem}._comparisonHierarchy_1meme_992 ._statItem_1meme_1042{display:flex;align-items:center;gap:.5rem}._comparisonHierarchy_1meme_992 ._statItem_1meme_1042 ._statLabel_1meme_908{font-size:.875rem;color:#cbd5f5;font-weight:500}._comparisonHierarchy_1meme_992 ._statItem_1meme_1042 ._statValue_1meme_915{font-size:1rem;font-weight:600;display:flex;align-items:center;gap:.25rem}._comparisonHierarchy_1meme_992 ._monthContent_1meme_493{padding:5px 18px;background:#f8fafc;display:flex;flex-direction:column;gap:10px}._comparisonHierarchy_1meme_992 ._vehicleHeader_1meme_509{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s}._comparisonHierarchy_1meme_992 ._vehicleHeader_1meme_509:hover{background:#f9fafb;border-color:#cbd5e1}._comparisonHierarchy_1meme_992 ._discrepancyVehicle_1meme_1086{border-left:3px solid #f59e0b}._comparisonHierarchy_1meme_992 ._vehicleTitle_1meme_524{display:flex;align-items:center;gap:8px;flex:1}._comparisonHierarchy_1meme_992 ._vehiclePlaca_1meme_1097{font-weight:700;color:#1e293b;font-size:.9375rem}._comparisonHierarchy_1meme_992 ._vehicleModel_1meme_536{color:#64748b;font-size:.875rem}._comparisonHierarchy_1meme_992 ._driverCount_1meme_1108{color:#94a3b8;font-size:.8125rem;font-style:italic}._comparisonHierarchy_1meme_992 ._vehicleStats_1meme_1114{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600}._comparisonHierarchy_1meme_992 ._vehicleContent_1meme_1122{padding:10px;background:#fff;border-radius:8px;margin-top:6px}._driversTable_1meme_1129{overflow-x:auto}._driversTable_1meme_1129 ._table_1meme_178{font-size:.8125rem}._driversTable_1meme_1129 ._table_1meme_178 th{padding:8px;font-size:.8125rem;background:#f8fafc}._driversTable_1meme_1129 ._table_1meme_178 td{padding:8px}._discrepancyRow_1meme_1147{background:#fef2f2!important}._discrepancyRow_1meme_1147:hover{background:#fee2e2!important}._validationPanel_j0i6k_1,._outliersPanel_j0i6k_2,._divergencePanel_j0i6k_3,._consumptionPanel_j0i6k_4{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px #0000001a}._validationPanel_j0i6k_1 h3,._outliersPanel_j0i6k_2 h3,._divergencePanel_j0i6k_3 h3,._consumptionPanel_j0i6k_4 h3{display:flex;align-items:center;gap:12px;font-size:20px;margin-bottom:20px;color:#1f2937}._panelLoading_j0i6k_24{text-align:center;padding:40px;color:#6b7280;font-style:italic}._validationSummary_j0i6k_32{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:24px}._validationCard_j0i6k_39{background:linear-gradient(135deg,#10b981,#059669);padding:20px;border-radius:8px;display:flex;flex-direction:column;gap:8px;color:#fff}._validationCard_j0i6k_39._error_j0i6k_49{background:linear-gradient(135deg,#ef4444,#dc2626)}._validationCard_j0i6k_39 ._label_j0i6k_53{font-size:13px;opacity:.9;text-transform:uppercase;letter-spacing:.5px}._validationCard_j0i6k_39 ._value_j0i6k_60{font-size:24px;font-weight:700}._validationTable_j0i6k_65{overflow-x:auto}._validationTable_j0i6k_65 table{width:100%;border-collapse:collapse}._validationTable_j0i6k_65 thead{background:#f3f4f6}._validationTable_j0i6k_65 th{padding:12px 16px;text-align:left;font-weight:600;color:#374151;font-size:14px}._validationTable_j0i6k_65 td{padding:12px 16px;border-bottom:1px solid #e5e7eb;font-size:14px}._validationTable_j0i6k_65 tr._invalid_j0i6k_92{background-color:#fef2f2}._validationTable_j0i6k_65 tr._valid_j0i6k_1{background-color:#f0fdf4}._validationTable_j0i6k_65 ._motivo_j0i6k_100{color:#ef4444;font-style:italic;font-size:13px}._outliersSummary_j0i6k_107{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:24px}._outlierCard_j0i6k_114{background:#fff;border:2px solid #e5e7eb;border-left:4px solid #6b7280;padding:16px;border-radius:8px;display:flex;flex-direction:column;gap:8px}._outlierCard_j0i6k_114 ._label_j0i6k_53{font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}._outlierCard_j0i6k_114 ._value_j0i6k_60{font-size:22px;font-weight:700;color:#1f2937}._outliersTable_j0i6k_138{overflow-x:auto}._outliersTable_j0i6k_138 table{width:100%;border-collapse:collapse;font-size:13px}._outliersTable_j0i6k_138 thead{background:#f9fafb}._outliersTable_j0i6k_138 th{padding:10px 12px;text-align:left;font-weight:600;color:#374151;font-size:13px}._outliersTable_j0i6k_138 td{padding:10px 12px;border-bottom:1px solid #e5e7eb}._anomalyBadge_j0i6k_165{display:inline-block;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}._zscoreCritical_j0i6k_176{color:#dc2626;font-weight:700}._zscoreWarning_j0i6k_181{color:#f59e0b;font-weight:600}._recommendation_j0i6k_186{font-size:12px;color:#6b7280;font-style:italic}._divergenceSummary_j0i6k_193{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}._divergenceCard_j0i6k_200{background:#fff;border:2px solid #e5e7eb;padding:16px;border-radius:8px;text-align:center}._divergenceCard_j0i6k_200._critico_j0i6k_208{border-color:#dc2626;background:#fef2f2}._divergenceCard_j0i6k_200._alto_j0i6k_213{border-color:#f59e0b;background:#fffbeb}._divergenceCard_j0i6k_200._medio_j0i6k_218{border-color:#3b82f6;background:#eff6ff}._divergenceCard_j0i6k_200 ._label_j0i6k_53{font-size:12px;color:#6b7280;text-transform:uppercase;margin-bottom:8px}._divergenceCard_j0i6k_200 ._value_j0i6k_60{font-size:28px;font-weight:700;color:#1f2937}._divergenceTable_j0i6k_236{overflow-x:auto}._divergenceTable_j0i6k_236 table{width:100%;border-collapse:collapse;font-size:13px}._divergenceTable_j0i6k_236 thead{background:#f9fafb}._divergenceTable_j0i6k_236 th{padding:10px 12px;text-align:left;font-weight:600;color:#374151}._divergenceTable_j0i6k_236 td{padding:10px 12px;border-bottom:1px solid #e5e7eb}._alertBadge_j0i6k_262{display:inline-block;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;color:#fff;text-transform:uppercase}._alertBadge_j0i6k_262._critico_j0i6k_208{background:#dc2626}._alertBadge_j0i6k_262._alto_j0i6k_213{background:#f59e0b}._alertBadge_j0i6k_262._medio_j0i6k_218{background:#3b82f6}._alertBadge_j0i6k_262._normal_j0i6k_284{background:#10b981}._analysisText_j0i6k_288{font-size:12px;color:#6b7280}._consumptionGrid_j0i6k_294{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}._consumptionCard_j0i6k_300{background:linear-gradient(135deg,#f9fafb,#fff);border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .3s ease}._consumptionCard_j0i6k_300:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}._consumptionCard_j0i6k_300 h4{font-size:16px;color:#1f2937;margin-bottom:16px;display:flex;align-items:center;gap:8px}._consumptionMetrics_j0i6k_322{display:flex;flex-direction:column;gap:12px}._metric_j0i6k_328{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f3f4f6}._metric_j0i6k_328:last-child{border-bottom:none}._metric_j0i6k_328 ._label_j0i6k_53{font-size:13px;color:#6b7280}._metric_j0i6k_328 ._value_j0i6k_60{font-size:15px;font-weight:600;color:#1f2937}._metric_j0i6k_328 ._value_j0i6k_60._highlight_j0i6k_351{color:#10b981;font-size:17px}@media (max-width: 768px){._validationSummary_j0i6k_32,._outliersSummary_j0i6k_107,._divergenceSummary_j0i6k_193,._consumptionGrid_j0i6k_294{grid-template-columns:1fr}._validationTable_j0i6k_65,._outliersTable_j0i6k_138,._divergenceTable_j0i6k_236{font-size:12px}}._container_1pijm_1{width:min(100%,1600px);margin:0 auto;padding:0 8px 16px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px}._header_1pijm_11{display:flex;align-items:center;justify-content:space-between;gap:5px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}._titleSection_1pijm_20{display:flex;align-items:center;gap:.75rem}._titleSection_1pijm_20 h1{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}._icon_1pijm_33{color:#f59e0b}._backButton_1pijm_37{display:flex;align-items:center;justify-content:center;padding:8px;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:all .2s}._backButton_1pijm_37:hover{background:#e5e7eb;transform:translateY(-1px)}._exportButton_1pijm_55{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;height:32px;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}._exportButton_1pijm_55:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}._exportButton_1pijm_55:disabled{background:#d1d5db;cursor:not-allowed;opacity:.6}._dateRangeContainer_1pijm_83{padding:12px;background:#fff;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000f}._filters_1pijm_91{display:flex;flex-direction:column;gap:10px;padding:12px;background:#fff;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000f;box-sizing:border-box}._filterRow_1pijm_103{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}._checkboxFilter_1pijm_110{display:flex;align-items:center}._checkboxFilter_1pijm_110 label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.875rem;color:#475569;-webkit-user-select:none;user-select:none}._checkboxFilter_1pijm_110 input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#3b82f6}._checkboxFilter_1pijm_110 span{font-weight:500}._filterBadge_1pijm_136{padding:4px 8px;background:#dbeafe;color:#1e40af;border-radius:4px;font-size:.8rem;font-weight:600}._filterBadge_1pijm_136 strong{color:#1e40af}._selectGroup_1pijm_149{display:flex;flex-direction:column;gap:6px}._filterLabel_1pijm_155{font-size:.75rem;font-weight:600;color:#475569;white-space:nowrap;text-transform:uppercase;letter-spacing:.025em}._filterSelect_1pijm_164{padding:6px 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;width:200px;max-width:200px}._filterSelect_1pijm_164:hover{border-color:#9ca3af;background:#f9fafb}._filterSelect_1pijm_164:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._filterSelect_1pijm_164[type=text]{cursor:text}._filterButton_1pijm_193{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#fff;color:#475569;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}._filterButton_1pijm_193:hover{background:#f3f4f6;border-color:#9ca3af}._filterButton_1pijm_193._active_1pijm_213{background:#3b82f6;color:#fff;border-color:#3b82f6}._filterButton_1pijm_193._above_1pijm_219._active_1pijm_213{background:#ef4444;border-color:#ef4444}._filterButton_1pijm_193._average_1pijm_224._active_1pijm_213{background:#8b5cf6;border-color:#8b5cf6}._filterButton_1pijm_193._below_1pijm_229._active_1pijm_213{background:#10b981;border-color:#10b981}._filterButton_1pijm_193._small_1pijm_234{padding:6px 12px;font-size:.8rem}._error_1pijm_239{padding:1rem;background:#fef2f2;color:#991b1b;border-radius:.5rem;border-left:4px solid #dc2626}._statsGrid_1pijm_247{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}._statCard_1pijm_253{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;box-shadow:0 1px 3px #0000000f;transition:all .2s}._statCard_1pijm_253:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._statLabel_1pijm_267{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.025em;margin-bottom:6px}._statValue_1pijm_276{font-size:1.25rem;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:6px}._tableWrapper_1pijm_285{background:#fff;border-radius:8px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 1px 3px #0000000f}._table_1pijm_285{width:100%;border-collapse:collapse;font-size:.875rem}._table_1pijm_285 thead{background:#f9fafb}._table_1pijm_285 th{padding:12px 16px;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;white-space:nowrap}._table_1pijm_285 td{padding:12px 16px;border-bottom:1px solid #f3f4f6;color:#4b5563}._table_1pijm_285 tbody tr:hover{background:#f9fafb}._table_1pijm_285 tbody tr:last-child td{border-bottom:none}._priceColumn_1pijm_326{font-size:1rem;min-width:100px}._valueColumn_1pijm_331{color:#10b981;font-weight:600}._location_1pijm_336{max-width:250px}._location_1pijm_336 div{font-weight:500;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._location_1pijm_336 small{color:#6b7280;font-size:.8rem}._emptyState_1pijm_353{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border-radius:.75rem;color:#9ca3af}._emptyState_1pijm_353 p{margin-top:1rem;font-size:1.125rem;color:#6b7280}@media (max-width: 768px){._container_1pijm_1{padding:1rem}._header_1pijm_11{flex-direction:column;align-items:flex-start;gap:1rem}._titleSection_1pijm_20 h1{font-size:1.25rem}._statsGrid_1pijm_247{grid-template-columns:repeat(2,1fr)}._tableWrapper_1pijm_285{overflow-x:auto}._table_1pijm_285{font-size:.8rem}._table_1pijm_285 th,._table_1pijm_285 td{padding:8px}}._container_1kxdi_1{padding:24px;background-color:#f8fafc;height:100vh;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden}._header_1kxdi_11{margin-bottom:24px;flex-shrink:0}._header_1kxdi_11 h1{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:8px}._header_1kxdi_11 p{color:#64748b}._filterSection_1kxdi_27{background:#fff;padding:24px;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;flex-shrink:0}._filterGrid_1kxdi_36{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:15px;align-items:flex-end}@media (max-width: 1400px){._filterGrid_1kxdi_36{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (max-width: 768px){._filterGrid_1kxdi_36{grid-template-columns:1fr}._container_1kxdi_1{padding:12px;height:auto;overflow:auto}}._filterItem_1kxdi_61{display:flex;flex-direction:column;gap:8px}._filterItem_1kxdi_61 label{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#475569}._filterItem_1kxdi_61 input{padding:10px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px}._inputGroup_1kxdi_83{display:flex;gap:8px}._inputGroup_1kxdi_83 input:first-child{flex:2}._inputGroup_1kxdi_83 input:last-child{flex:1}._filterActions_1kxdi_96{display:flex;width:100%}._btnSearch_1kxdi_101{background-color:#3b82f6;color:#fff;border:none;padding:10px;border-radius:6px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background .2s;width:100%}._btnSearch_1kxdi_101:hover{background-color:#2563eb}._btnSearch_1kxdi_101:disabled{background-color:#94a3b8;cursor:not-allowed}._tableContainer_1kxdi_126{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:auto;flex:1}._table_1kxdi_126{width:100%;min-width:1200px;border-collapse:separate;border-spacing:0}._table_1kxdi_126 th{background-color:#f1f5f9;padding:16px;text-align:left;font-size:13px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.05em;position:sticky;top:0;z-index:10;border-bottom:1px solid #e2e8f0}._table_1kxdi_126 td{padding:16px;border-top:1px solid #f1f5f9;color:#1e293b;font-size:14px}._vehicleInfo_1kxdi_163{display:flex;flex-direction:column}._vehicleInfo_1kxdi_163 strong{color:#0f172a}._vehicleInfo_1kxdi_163 span{font-size:12px;color:#64748b}._adjustedRow_1kxdi_177{background-color:#f0fdf4}._editInput_1kxdi_181{width:100%;padding:6px 10px;border:1px solid #3b82f6;border-radius:4px}._actions_1kxdi_188{display:flex;gap:8px;align-items:center}._actions_1kxdi_188 button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid transparent;cursor:pointer;transition:all .2s;background-color:transparent}._btnEditAction_1kxdi_207{color:#64748b;border-color:#e2e8f0!important}._btnEditAction_1kxdi_207:hover{background-color:#f1f5f9!important;color:#3b82f6;border-color:#3b82f6!important}._btnSaveAction_1kxdi_218{color:#10b981;background-color:#f0fdf4!important;border-color:#bbf7d0!important}._btnSaveAction_1kxdi_218:hover{background-color:#10b981!important;color:#fff!important;border-color:#10b981!important}._btnCancelAction_1kxdi_230{color:#ef4444;background-color:#fef2f2!important;border-color:#fecaca!important}._btnCancelAction_1kxdi_230:hover{background-color:#ef4444!important;color:#fff!important;border-color:#ef4444!important}._table_1kxdi_126 th:last-child,._table_1kxdi_126 td:last-child{width:100px;min-width:100px;text-align:center}._noData_1kxdi_249{padding:40px;text-align:center;color:#64748b}@media (max-width: 768px){._filterGrid_1kxdi_36{grid-template-columns:1fr}}
