@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";: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)}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}:root{--bg-page: #f7fafc;--card-bg: #ffffff;--muted: #6b7280;--accent-red: #ef4444;--accent-orange: #fb923c;--accent-green: #10b981;--text-dark: #0f172a;--soft-border: #eef2f4}.tm-page,.container-fluid{background:var(--bg-page)}.card,.tm-card{background:var(--card-bg);border:1px solid var(--soft-border);border-radius:12px;box-shadow:0 4px 14px #0206170a}.card-header,.tm-header{background:transparent;border-bottom:none;padding:16px 20px}.card-body{padding:18px 20px}.tm-header{display:flex;align-items:center;justify-content:space-between}.tm-header .left{display:flex;align-items:center;gap:12px}.tm-header .stat-icon{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px}.tm-header .stat-icon.red{background:linear-gradient(90deg,#ef4444,#fb923c)}.tm-title{margin:0;font-size:18px;font-weight:800;color:var(--text-dark)}.tm-sub{margin:0;font-size:13px;color:var(--muted)}.btn-outline-secondary{border:1px solid #f3eaea;background:#fff;color:var(--text-dark);padding:8px 12px;border-radius:8px}.tm-top-stats{display:flex;gap:18px;margin-bottom:18px}.tm-top-stats .summary-top{flex:1 1 0;display:flex;align-items:center;gap:12px;padding:16px;border-radius:10px;background:var(--card-bg);border:1px solid var(--soft-border)}.summary-top .stat-icon{width:46px;height:46px;border-radius:10px}.summary-top .value{font-weight:800;font-size:20px;color:var(--text-dark)}.summary-top .label{color:var(--muted);font-size:13px}.summary-top .icon-blue{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.summary-top .icon-green{background:linear-gradient(90deg,#10b981,#34d399)}.summary-top .icon-yellow{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.summary-cards{display:flex;gap:18px;margin-top:6px}.summary-card{flex:1 1 0;background:var(--card-bg);border:1px solid var(--soft-border);border-radius:10px;padding:16px;text-align:center}.summary-card .summary-label{color:var(--muted);font-weight:700;margin-bottom:8px}.summary-card .summary-value{font-weight:800;font-size:22px;color:var(--text-dark)}.summary-header{position:relative;border-radius:12px;padding:18px;margin-top:18px;background:var(--card-bg);border:1px solid var(--soft-border)}.summary-header:before{content:"";position:absolute;left:14px;right:14px;top:-10px;height:8px;border-radius:6px;background:linear-gradient(90deg,var(--accent-red),var(--accent-orange))}.summary-header .performance-inner{display:flex;align-items:flex-start;gap:16px}.performance-left{flex:0 0 240px}.performance-left strong{display:block;font-size:16px;margin-bottom:10px;color:var(--text-dark)}.performance-left .pills{display:flex;gap:10px}.pill{padding:8px 12px;border-radius:10px;background:#fff;border:1px solid #f3eaea;color:var(--muted);font-weight:700;cursor:pointer}.pill.active{background:var(--card-bg);color:var(--text-dark);box-shadow:0 4px 10px #ef44441f;border-color:#fbe4e4}.tm-table-wrap{background:var(--card-bg);border:1px solid var(--soft-border);border-radius:8px;padding:10px;box-shadow:0 6px 18px #02061708}.performance-right{flex:1 1 auto;display:flex;justify-content:flex-end}.table{width:100%;border-collapse:collapse;font-family:inherit}.table thead th{text-align:left;color:var(--muted);font-weight:700;font-size:12px;padding:14px;background:transparent}.table tbody td{padding:14px;border-top:1px solid #f6f7f9;color:var(--text-dark)}.table tbody tr:nth-child(odd) td{background:transparent}.progress{background:#f3f4f6;border-radius:999px;height:10px;overflow:hidden}.progress .progress-bar{height:100%;background:linear-gradient(90deg,#ef4444,#ef6b6b);border-radius:999px}.progress-info{display:flex;justify-content:flex-end;margin-bottom:6px}.progress-percentage .text-xs{color:var(--muted);font-weight:700}.badge.badge-sm{display:inline-block;padding:8px 16px;border-radius:20px;font-weight:600;font-size:12px;color:#fff;white-space:nowrap;text-align:center;line-height:1;box-shadow:0 2px 8px #00000026;border:none;text-transform:uppercase;letter-spacing:.5px}.bg-gradient-danger{background:linear-gradient(135deg,#ef4444,#dc2626)!important;box-shadow:0 2px 8px #ef44444d!important}.bg-gradient-warning{background:linear-gradient(135deg,#f59e0b,#f97316)!important;box-shadow:0 2px 8px #f59e0b4d!important}.bg-gradient-success{background:linear-gradient(135deg,#10b981,#059669)!important;box-shadow:0 2px 8px #10b9814d!important}@media(max-width:900px){.tm-top-stats,.summary-cards,.performance-inner{flex-direction:column}.performance-right{justify-content:flex-start}.tm-header{flex-direction:column;align-items:flex-start;gap:12px}.tm-filters,.tm-main{grid-template-columns:1fr}}.modal-overlay{position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1050;animation:fadeIn .2s ease-out}.modal-container{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;width:90%;max-width:480px;max-height:90vh;overflow:hidden;animation:slideUp .3s cubic-bezier(.4,0,.2,1)}.modal-header-custom{padding:24px 24px 0;display:flex;align-items:center;justify-content:space-between;border-bottom:none}.modal-title-custom{margin:0;font-size:20px;font-weight:700;color:var(--text-dark);line-height:1.2}.modal-close-btn{background:transparent;border:none;width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--muted);cursor:pointer;transition:all .2s ease}.modal-close-btn:hover{background:#f1f5f9;color:var(--text-dark)}.modal-body-custom{padding:24px}.form-group-custom{margin-bottom:0}.form-label-custom{display:block;margin-bottom:12px;font-weight:600;font-size:14px;color:var(--text-dark)}.form-control-custom{width:100%;padding:16px;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;background:#fff;color:var(--text-dark);transition:all .2s ease;outline:none;box-shadow:0 1px 3px #0000000d}.form-control-custom:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-control-custom::placeholder{color:#94a3b8}.modal-footer-custom{padding:16px 24px 24px;display:flex;gap:12px;justify-content:flex-end}.btn-cancel{padding:12px 20px;border:2px solid #e2e8f0;background:#fff;color:var(--muted);border-radius:12px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.btn-cancel:hover{background:#f8fafc;border-color:#cbd5e1;color:var(--text-dark)}.btn-save{padding:12px 24px;border:none;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-radius:12px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #3b82f64d;display:flex;align-items:center;gap:8px}.btn-save:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 6px 20px #3b82f666;transform:translateY(-1px)}.btn-save:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:640px){.modal-container{width:95%;margin:20px}.modal-header-custom,.modal-body-custom,.modal-footer-custom{padding-left:20px;padding-right:20px}.modal-footer-custom{flex-direction:column-reverse}.btn-cancel,.btn-save{width:100%;justify-content:center}}.text-muted{color:var(--muted)}.me-2{margin-right:8px}.tm-page{padding:20px;background:#f8fafc;overflow-x:hidden}.tm-card{border-radius:8px;overflow:hidden;border:1px solid #eef2f4;background:#fff;box-shadow:0 1px 3px #0000000a}.tm-top-stats{display:flex;gap:16px;align-items:stretch;flex-wrap:wrap}.tm-top-stats .stat-card{flex:1 1 220px;padding:14px;border-radius:12px;background:linear-gradient(180deg,#fff,#fffaf9);border:1px solid #f3e6e6;display:flex;gap:12px;align-items:center;box-shadow:0 6px 18px #0f172a0a;transition:transform .14s ease,box-shadow .14s ease}.tm-top-stats .stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0f172a14}.tm-top-stats .stat-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;flex-shrink:0}.tm-top-stats .stat-icon.red{background:linear-gradient(135deg,#ef4444,#f97316)}.bg-gradient-success{background:linear-gradient(90deg,#10b981,#34d399)!important;color:#fff!important}.bg-gradient-warning{background:linear-gradient(90deg,#f59e0b,#f97316)!important;color:#fff!important}.bg-gradient-danger{background:linear-gradient(90deg,#ef4444,#dc2626)!important;color:#fff!important}.badge.badge-sm{padding:6px 12px;border-radius:20px;font-weight:700;display:inline-block}.progress{background:#f3f4f6;height:10px;border-radius:999px;overflow:hidden}.progress .progress-bar{height:100%;border-radius:999px;box-shadow:none}.progress-wrapper .progress-info{display:flex;justify-content:flex-end;margin-bottom:6px}.progress-percentage .text-xs{font-weight:700;color:#6b7280}.pill{padding:8px 12px;border-radius:16px;background:#fff;border:1px solid #f3eaea;color:#7f1d1d;font-weight:700;display:inline-flex;align-items:center;gap:8px}.pill.active{background:#fff;border-color:#ef4444;color:#fff;background:linear-gradient(90deg,#ef4444,#fb923c)}.summary-header{margin-top:12px;border-radius:12px;padding:18px;border:1px solid #eef2f4;background:#fff}.summary-card{display:flex;align-items:center;gap:12px;padding:16px}.summary-card .summary-value{font-size:22px;font-weight:800;color:#0f172a}.summary-card .summary-label{font-size:13px;color:#6b7280;margin-top:4px}.tm-top-stats .stat-body{display:flex;flex-direction:column;gap:4px;min-width:0}.tm-top-stats .stat-label{margin:0;font-size:13px;color:#6b7280;font-weight:700;text-transform:none}.tm-top-stats .stat-value{margin:0;font-size:20px;font-weight:800;color:#0f172a;line-height:1}.tm-top-stats .stat-sub{font-size:12px;color:#6b7280}.tm-header{background:#fff;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #f3eaea}.tm-title{margin:0;font-size:22px;color:#111827}.tm-sub{margin:0;color:#6b7280;font-size:13px}.tm-card{border-color:#fde8e8}.tm-header{background:#fff5f5}.tm-title{color:#7f1d1d}.tm-table th{background:#fff;color:#7f1d1d}.tm-pagination-wrap{padding:12px 18px;display:flex;justify-content:flex-end}.tm-pagination{display:flex;gap:8px;align-items:center}.pg-btn{padding:6px 10px;border-radius:6px;background:#fff;border:1px solid #f3d6d6;cursor:pointer;color:#7f1d1d;font-weight:600}.pg-btn[disabled]{opacity:.5;cursor:not-allowed}.pg-btn.active{background:#ef4444;color:#fff;border-color:#ef4444}.tm-table-wrap{background:#fff}.tm-table th,.tm-table td{border-color:#f8e6e6}.tm-table tr:nth-child(2n) td{background:#fffaf9}.tm-card,.card{background:#fff}.tm-header{background:#fff;border-bottom:1px solid #f3eaea}.form-control:focus,.form-select:focus{outline:none;box-shadow:0 0 0 4px #ef44440f;border-color:#ef4444}.alert{border-left:4px solid rgba(239,68,68,.12)}.tm-filters .tm-filter-col{min-width:0;display:flex;flex-direction:column;justify-content:center}.tm-filters .tm-filter-col label,.tm-filters .tm-filter-col .form-label{margin-bottom:6px}.tm-filters .tm-filter-inputs{display:flex;gap:8px;align-items:center}.tm-filters .tm-filter-inputs input[type=date],.tm-filters .tm-filter-inputs .form-control,.tm-filters .tm-filter-inputs .form-select{height:40px;padding:8px 12px;border-radius:8px}.tm-filters .btn-reset{height:40px;padding:8px 14px}.tm-filter-col label{display:block;margin-bottom:6px;color:#374151;font-weight:600;font-size:13px}.tm-filter-col input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #e6e7eb;box-sizing:border-box}.tm-filter-actions{display:flex;gap:12px;align-items:center;justify-self:end;align-self:center}.tm-filter-actions .btn-reset{margin-left:8px}.btn{padding:10px 16px;border-radius:8px;border:none;cursor:pointer;font-weight:600}.btn-apply{background:#ef4444;color:#fff}.btn-reset{background:#fff;color:#ef4444;border:1px solid #f3d6d6;padding:8px 12px;border-radius:8px;display:inline-flex;align-items:center;gap:8px;font-weight:600}.btn-reset:hover{background:#fff0f0;color:#c01919;border-color:#f1bcbc}.btn-reset.btn-sm{padding:6px 10px;font-size:13px}.tm-filters .btn-outline-secondary{border-color:#f3d6d6;color:#7f1d1d;background:#fff}.tm-filters .btn-outline-secondary:hover{background:#fff5f5}.btn-primary{background:#dc2626;color:#fff;border:1px solid #dc2626}.tm-main{display:grid;grid-template-columns:360px 1fr;gap:18px;padding:18px}.tm-left{display:flex;flex-direction:column;gap:12px}.tm-form-card{padding:14px;border-radius:8px;background:#fff;border:1px solid #f1f5f9}.tm-form-card h3{margin:0 0 8px;font-size:15px;color:#111827}.tm-form-row{margin-bottom:8px}.tm-form-row label{display:block;font-size:13px;color:#374151;margin-bottom:6px}.tm-form-row input{width:100%;padding:8px 10px;border:1px solid #f3d6d6;border-radius:6px;background:#fff}.tm-form-row input:focus{outline:none;box-shadow:0 0 0 4px #ef44440f;border-color:#ef4444}.tm-form-actions{display:flex;justify-content:flex-end}.tm-right{display:flex;flex-direction:column;gap:12px}.tm-result-count{padding:12px 14px;background:#fff;border:1px solid #f1f5f9;border-radius:8px;color:#374151}.tm-table-wrap{overflow:auto;background:#fff;border:1px solid #f1f5f9;border-radius:8px;padding:6px;box-shadow:0 1px 4px #10182808}.tm-table{width:100%;border-collapse:collapse;min-width:0;table-layout:auto}.tm-table th{text-align:left;padding:12px;background:#fff;border-bottom:1px solid #eef2f4;color:#374151;font-size:14px;font-weight:700;vertical-align:middle}.tm-table td{padding:12px;border-bottom:1px solid #f6f7f9;font-size:14px;color:#111827;vertical-align:middle}.tm-table thead th{background:#fff5f5;color:#7f1d1d}.tm-table tbody td:last-child{text-align:right;font-weight:800}.tm-header{background:#fff5f5;border-bottom:1px solid #fdeaea;padding:14px 18px}.tm-title{margin:0;color:#7f1d1d;font-weight:700;font-size:16px}.tm-header{position:relative}.assign-btn{position:absolute;right:18px;top:8px;border-radius:8px;padding:6px 12px}.assign-btn.btn-danger{background:#ef4444;border:1px solid #ef4444;color:#fff}.assign-btn.btn-danger:hover{background:#dc2626;border-color:#dc2626}.tm-filters .form-label{font-weight:700;color:#374151}.btn-outline-danger{background:transparent;color:#ef4444;border:1px solid #f3d6d6;padding:6px 10px;border-radius:8px}.btn-outline-danger:hover{background:#feecec;color:#b91c1c;border-color:#ef9a9a}.tm-table thead th{background:#fff5f5;color:#7f1d1d;border-bottom:1px solid #fdeaea}.tm-table tbody tr{background:#fff}.tm-table tbody tr:nth-child(odd){background:#fffaf9}.tm-table td .btn-sm{padding:6px 10px;font-size:13px}.table th,.table td{padding:12px;vertical-align:middle}.table thead th{background:#f8fafc;border-bottom:1px solid #eef2f4}.table thead th{white-space:nowrap;font-weight:700;color:#111827}.table tbody td{white-space:normal}.table td h6,.table td p,.table td .text-xs{margin:0}.table td h6{font-size:15px;font-weight:700;color:#0f172a}.table td p{font-size:13px;color:#6b7280}.table td .d-flex.flex-column{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;width:100%}.table td .d-flex.flex-column h6{margin:0 0 2px}.table td .d-flex.flex-column p{margin:0;padding-left:0}.table thead th:nth-child(1),.table tbody td:nth-child(1){width:30%}.table thead th:nth-child(2),.table tbody td:nth-child(2){width:12%}.table thead th:nth-child(3),.table tbody td:nth-child(3){width:10%;text-align:center}.table thead th:nth-child(4),.table tbody td:nth-child(4){width:28%}.table thead th:nth-child(5),.table tbody td:nth-child(5){width:10%;text-align:center}.table thead th:nth-child(6),.table tbody td:nth-child(6){width:10%;text-align:center}.compact-table{table-layout:fixed;width:100%}.compact-table th,.compact-table td{padding:6px 8px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compact-table thead th{text-transform:none;font-weight:700}.compact-table td{vertical-align:middle}.compact-table thead th:nth-child(1),.compact-table tbody td:nth-child(1){width:120px}.compact-table thead th:nth-child(2),.compact-table tbody td:nth-child(2){width:60px}.compact-table thead th:nth-child(3),.compact-table tbody td:nth-child(3){width:50px;text-align:center}.compact-table thead th:nth-child(4),.compact-table tbody td:nth-child(4){width:120px;text-align:left}.compact-table thead th:nth-child(5),.compact-table tbody td:nth-child(5){width:70px;text-align:center}.compact-table thead th:nth-child(6),.compact-table tbody td:nth-child(6){width:40px;text-align:center}.compact-table td .btn-link{padding:4px 6px;font-size:12px}@media(max-width:900px){.table thead th:nth-child(1),.table tbody td:nth-child(1),.table thead th:nth-child(2),.table tbody td:nth-child(2),.table thead th:nth-child(3),.table tbody td:nth-child(3){width:auto}.tm-filters,.tm-main{grid-template-columns:1fr}.summary-cards,.tm-top-stats{flex-direction:column}}.pill{padding:6px 10px;border-radius:6px;background:#fff5f5;border:1px solid #f3d6d6;margin-right:6px;cursor:pointer;color:#7f1d1d}.pill.danger{background:#fee2e2;color:#7f1d1d;border-color:#f3d6d6}.tm-filters,.tm-filters ul,.tm-filters li{list-style:none;margin:0;padding:0}.tm-filters .pill{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;background:#fff;border:1px solid #f3d6d6;color:#7f1d1d;font-weight:700}.tm-filters .pill.active{background:#ef4444;color:#fff;border-color:#ef4444}.tm-filters .pill:focus{outline:none;box-shadow:0 0 0 4px #ef44440f}.tm-card{padding-bottom:12px}.tm-header{padding:18px 22px}.tm-table-wrap{margin:16px 18px 20px}.tm-top-stats{display:flex;gap:18px;align-items:stretch;flex-wrap:wrap}.tm-top-stats .stat-card{flex:1 1 300px;padding:18px;border-radius:12px;background:#fff;border:1px solid #eef2f4;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 6px #0f172a0a}.tm-top-stats .stat-left{display:flex;align-items:center;gap:12px}.tm-top-stats .stat-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;flex-shrink:0}.tm-top-stats .stat-icon.blue{background:linear-gradient(135deg,#3b82f6,#60a5fa)}.tm-top-stats .stat-icon.green{background:linear-gradient(135deg,#10b981,#34d399)}.tm-top-stats .stat-icon.purple{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}.tm-top-stats .stat-body{display:flex;flex-direction:column;gap:4px;align-items:flex-end}.tm-top-stats .stat-value{margin:0;font-size:20px;font-weight:800;color:#0f172a}.tm-top-stats .stat-label{margin:0;font-size:13px;color:#6b7280;font-weight:600}.summary-cards{display:flex;gap:20px;flex-wrap:wrap;margin-top:20px}.summary-card{flex:1 1 32%;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100px;box-shadow:0 1px 3px #0000000d}.summary-card .summary-label{font-size:14px;color:#6b7280;margin-bottom:8px;font-weight:500;text-align:center}.summary-card .summary-value{font-size:28px;font-weight:700;color:#1f2937;text-align:center}.summary-header{position:relative;border-radius:12px;padding:22px;background:#fff;border:1px solid #f1e7e5;overflow:visible}.summary-header:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,#dc2626,#ea580c,#d97706,#ca8a04,#16a34a,#2563eb,#7c3aed);border-top-left-radius:12px;border-top-right-radius:12px}.summary-header .performance-inner{display:flex;align-items:flex-start;gap:24px}.summary-header .performance-left{flex:0 0 320px}.summary-header .performance-right{flex:1 1 auto}.pill{padding:10px 18px;border-radius:22px;background:#fff;border:1px solid #e5e7eb;color:#6b7280;font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s;margin-right:8px}.pill.active{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border-color:#dc2626;box-shadow:0 2px 4px #dc262640}.pill:not(.active):hover{background:#f9fafb;border-color:#d1d5db}.tm-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:0;box-shadow:0 4px 12px #00000014}.tm-table-wrap .table{margin:0}.tm-table-wrap .table thead th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;padding:14px 16px;font-weight:600;font-size:13px}.tm-table-wrap .table tbody td{padding:16px;border-top:1px solid #f1f5f9;color:#374151;font-size:14px}.summary-header .tm-table-wrap{max-width:680px;margin-left:auto}.tm-header{padding:14px 18px;border:1px solid #f3eaea}.tm-header .stat-icon{width:48px;height:48px;border-radius:10px}.tm-header .tm-title{font-size:18px;font-weight:900;color:#7f1d1d}.tm-header .tm-sub{color:#6b7280}.tm-header .btn-outline-secondary{border-radius:8px;padding:8px 12px}.summary-card{padding:24px 20px;min-height:115px;border:1px solid #f1f5f9}.summary-card .summary-value{font-size:28px;font-weight:700;color:#1f2937}.summary-card .summary-label{color:#6b7280;font-size:14px;font-weight:500}.summary-header:before{top:-8px;height:6px;left:18px;right:18px}.summary-header .tm-table-wrap{padding:12px}.summary-header .tm-table-wrap .table-responsive{background:#fff;padding:0;box-shadow:0 4px 12px #00000014;border-radius:8px;border:1px solid #f1f5f9}.summary-header .tm-table-wrap .table{width:100%;border-collapse:collapse;margin:0}.summary-header .tm-table-wrap .table thead th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;padding:12px 16px;font-weight:600;font-size:13px}.summary-header .tm-table-wrap .table tbody td{padding:14px 16px;border-top:1px solid #f1f5f9;color:#374151}.pill{padding:9px 16px;border-radius:20px}.pill+.pill{margin-left:8px}.badge.badge-sm{padding:6px 12px;font-size:13px}.status-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;cursor:pointer;transition:transform .2s ease}.status-icon:hover{transform:scale(1.1)}.status-icon svg{width:20px;height:20px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.status-active svg{filter:drop-shadow(0 2px 4px rgba(16,185,129,.3))}.status-inactive svg{filter:drop-shadow(0 2px 4px rgba(107,114,128,.3))}.tm-th{background:#f8fafc!important;color:#64748b!important;font-weight:600!important;font-size:13px!important;padding:12px 16px!important;border-bottom:1px solid #e2e8f0!important;text-transform:none!important;letter-spacing:normal!important;opacity:1!important}.btn-outline-danger.btn-sm{padding:6px 10px;border-radius:6px;border:1px solid #f87171;color:#dc2626;background:transparent;transition:all .2s ease}.btn-outline-danger.btn-sm:hover{background:#fef2f2;border-color:#dc2626;color:#b91c1c}.tm-table tbody tr td .fa-phone{color:#d1d5db}.tm-table tbody tr td h6{color:#1f2937;font-size:14px;line-height:1.2}.tm-table tbody tr td .text-muted{color:#6b7280!important;font-size:12px}.tm-table tbody tr td .fa-calendar-alt{color:#9ca3af;font-size:11px}.tm-table tbody tr td .text-dark{color:#1f2937!important;font-weight:600}.simple-header{background:#fff;padding:0;margin-bottom:24px}.page-title{color:#7f1d1d;font-weight:700;font-size:18px;margin:0}.btn-assign-target{background:#dc2626;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-assign-target:hover{background:#b91c1c}.main-content-card{background:#fff;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden}.simple-filters{padding:20px;background:#fafafa;border-bottom:1px solid #e5e7eb}.filter-label{color:#374151;font-weight:600;font-size:14px;margin-bottom:8px;display:block}.simple-select,.simple-input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;transition:border-color .2s ease}.simple-select:focus,.simple-input:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 2px #dc26261a}.btn-reset-simple{background:#7f1d1d;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%}.btn-reset-simple:hover{background:#6b1d1d}.simple-table-section{padding:0}.simple-loading{padding:40px 20px;text-align:center;color:#6b7280}.simple-empty{padding:40px 20px}.simple-table{width:100%;margin:0;border-collapse:collapse}.simple-table th{background:#f8fafc;color:#374151;font-weight:600;font-size:14px;padding:12px 16px;border-bottom:1px solid #e5e7eb;text-align:left}.simple-table td{padding:16px;border-bottom:1px solid #f1f5f9;vertical-align:middle}.simple-table tbody tr:hover{background:#fafafa}.employee-cell{min-width:200px}.employee-name{color:#1f2937;font-weight:600;font-size:15px;margin:0 0 4px;line-height:1.2}.employee-email{margin:0;font-size:13px}.email-link:hover{color:#dc2626;text-decoration:underline}.period-cell{min-width:140px}.period-dates{color:#374151;font-weight:600;font-size:14px;margin:0 0 4px}.period-duration{color:#6b7280;font-size:13px;margin:0}.metric-value{color:#1f2937;font-weight:700;font-size:16px}.progress-cell{min-width:100px}.progress-text{color:#374151;font-weight:600;font-size:14px}.simple-status-icon{font-size:20px}.simple-status-icon.status-active{color:#10b981}.simple-status-icon.status-inactive{color:#6b7280}.btn-delete-simple{background:#dc2626;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-delete-simple:hover{background:#b91c1c}@media(max-width:768px){.simple-filters .row{margin:0}.simple-filters [class*=col-]{padding-left:0;padding-right:0;margin-bottom:12px}.simple-table{font-size:13px}.simple-table th,.simple-table td{padding:8px 12px}.employee-cell,.period-cell{min-width:auto}.employee-name{font-size:14px}.employee-email{font-size:12px}.period-dates{font-size:13px}.period-duration{font-size:12px}.metric-value{font-size:14px}}@media(max-width:992px){.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.simple-table{min-width:800px}}.tm-header-card{background:linear-gradient(135deg,#dc2626,#ef4444);border-radius:12px;padding:20px 24px;box-shadow:0 2px 8px #dc262626;color:#fff}.header-icon-wrapper{background:#ffffff26;border-radius:8px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff}.header-title{color:#fff;font-weight:600;font-size:20px;margin:0}.header-subtitle{color:#ffffffd9;font-size:13px;margin:0}.btn-primary-custom{background:#fff;border:none;border-radius:8px;padding:10px 20px;color:#dc2626;font-weight:600;box-shadow:0 2px 4px #0000001a;transition:all .2s ease;cursor:pointer}.btn-primary-custom:hover{background:#f9fafb;transform:translateY(-1px)}.stats-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000f;display:flex;align-items:center;gap:16px;transition:transform .2s ease;border-left:3px solid #dc2626}.stats-card:hover{transform:translateY(-2px)}.stats-icon{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;background:#fef2f2;color:#dc2626}.stats-number{font-size:24px;font-weight:700;color:#1f2937;margin:0;line-height:1}.stats-label{color:#6b7280;font-size:13px;margin:4px 0 0;font-weight:500}.content-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden;border:1px solid #f3f4f6}.filters-section{background:#fafafa;padding:20px;border-bottom:1px solid #e5e7eb}.filters-header{margin-bottom:16px}.filters-title{color:#374151;font-weight:600;font-size:15px;margin:0}.filters-grid{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:16px;align-items:end}.filter-group{display:flex;flex-direction:column}.filter-label{color:#374151;font-weight:500;font-size:13px;margin-bottom:6px}.filter-select,.filter-input{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .2s ease;background:#fff}.filter-select:focus,.filter-input:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 2px #dc26261a}.btn-reset-modern{background:#6b7280;color:#fff;border:none;padding:10px 16px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:13px}.btn-reset-modern:hover{background:#4b5563}.table-section{padding:20px}.table-header{margin-bottom:20px}.table-title{color:#374151;font-weight:600;font-size:16px;margin:0}.loading-state{text-align:center;padding:40px 20px}.loading-spinner{margin-bottom:12px}.spinner{width:32px;height:32px;border:3px solid #f3f4f6;border-top:3px solid #dc2626;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{color:#6b7280;font-size:14px;margin:0}.empty-state{text-align:center;padding:40px 20px}.empty-icon{width:64px;height:64px;border-radius:50%;background:#fef2f2;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:28px;color:#dc2626}.empty-title{color:#374151;font-weight:600;font-size:18px;margin-bottom:8px}.empty-description{color:#6b7280;font-size:14px;margin-bottom:20px;max-width:300px;margin-left:auto;margin-right:auto}.btn-empty-action{background:#dc2626;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-empty-action:hover{background:#b91c1c}.targets-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.target-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .2s ease;position:relative}.target-card:hover{border-color:#dc2626;box-shadow:0 4px 12px #dc26261a}.target-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.employee-info{display:flex;align-items:center;gap:12px}.employee-avatar{width:40px;height:40px;border-radius:8px;background:#dc2626;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px}.employee-name{color:#1f2937;font-weight:600;font-size:15px;margin:0}.employee-email{margin:2px 0 0;font-size:12px}.email-link{color:#6b7280;text-decoration:none}.email-link:hover{color:#dc2626}.status-badge{padding:4px 12px;border-radius:12px;font-size:11px;font-weight:500;display:flex;align-items:center;gap:4px}.status-badge.status-active{background:#dcfce7;color:#166534}.status-badge.status-inactive{background:#f3f4f6;color:#6b7280}.target-period{margin-bottom:16px;padding:10px 12px;background:#f9fafb;border-radius:8px}.period-info{display:flex;align-items:center;color:#374151;font-size:13px}.period-text{font-weight:500;margin-right:6px}.period-duration{color:#6b7280;font-size:12px}.target-metrics{margin-bottom:16px}.metrics-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.metric{text-align:center;padding:12px;background:#fafafa;border-radius:8px}.metric-label{display:block;color:#6b7280;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.metric-value{display:block;font-size:20px;font-weight:700;color:#1f2937}.target-progress{margin-bottom:16px}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.progress-label{color:#374151;font-size:13px;font-weight:500}.progress-percentage{color:#dc2626;font-size:13px;font-weight:600}.progress-bar-wrapper{height:6px;background:#f3f4f6;border-radius:3px;overflow:hidden}.progress-fill{height:100%;border-radius:3px;transition:width .4s ease}.progress-success{background:#10b981}.progress-warning{background:#f59e0b}.progress-danger{background:#dc2626}.target-actions{display:flex;justify-content:flex-end}.btn-delete-modern{background:#dc2626;color:#fff;border:none;padding:6px 14px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-delete-modern:hover{background:#b91c1c}@media(max-width:1200px){.targets-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media(max-width:768px){.filters-grid{grid-template-columns:1fr;gap:12px}.targets-grid{grid-template-columns:1fr}.tm-header-card{padding:16px}.header-title{font-size:18px}.stats-card,.target-card{padding:16px}.metrics-row{grid-template-columns:1fr;gap:8px}}.progress-wrapper{position:relative}.progress-info{display:flex;justify-content:flex-end;margin-bottom:4px}.progress-percentage span{color:#6b7280;font-weight:600;font-size:12px}.progress{height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.progress .progress-bar{height:100%;border-radius:4px;transition:width .3s ease}.badge.badge-sm{padding:6px 14px;border-radius:20px;font-weight:700;display:inline-block}.progress{background:#f3f4f6;height:10px;border-radius:999px}.progress .progress-bar{height:100%;border-radius:999px}@media(max-width:900px){.summary-header .performance-inner{flex-direction:column}.summary-header .performance-left{width:100%}.summary-header .tm-table-wrap{width:100%;margin-left:0;margin-top:12px}}@media(max-width:768px){.container-fluid{padding-left:12px;padding-right:12px}.py-4{padding-top:1rem;padding-bottom:1rem}.tm-header{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}.tm-header .left{width:100%}.tm-header .stat-icon{width:36px;height:36px;font-size:16px}.tm-title{font-size:16px}.tm-sub{font-size:12px}.summary-cards{flex-direction:column;gap:16px;margin-top:16px}.summary-card{flex:1 1 auto;padding:20px 16px;min-height:80px}.summary-card .summary-value{font-size:24px}.summary-card .summary-label{font-size:13px}.summary-header{padding:16px;margin-top:16px}.summary-header .performance-inner{flex-direction:column;gap:16px}.summary-header .performance-left,.summary-header .performance-right{flex:1 1 auto}.pill{padding:8px 14px;font-size:13px;margin-right:6px;margin-bottom:6px}.performance-left .pills{flex-wrap:wrap}.tm-table-wrap{padding:0;margin-left:0;margin-top:16px;overflow-x:auto}.tm-table-wrap .table{min-width:500px}.tm-table-wrap .table thead th{padding:10px 8px;font-size:12px}.tm-table-wrap .table tbody td{padding:12px 8px;font-size:13px}.progress{height:8px}.badge.badge-sm{padding:4px 8px;font-size:11px}}@media(max-width:768px){.container-fluid{padding-left:12px;padding-right:12px}.py-4{padding-top:1rem;padding-bottom:1rem}.tm-header{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}.tm-header .left{width:100%}.tm-header .stat-icon{width:36px;height:36px;font-size:16px}.tm-title{font-size:16px}.tm-sub{font-size:12px}.summary-cards{flex-direction:column;gap:16px;margin-top:16px}.summary-card{flex:1 1 auto;padding:20px 16px;min-height:80px}.summary-card .summary-value{font-size:24px}.summary-card .summary-label{font-size:13px}.summary-header{padding:16px;margin-top:16px;width:100%;max-width:100%;overflow:visible}.summary-header .performance-inner{flex-direction:column;gap:16px;width:100%}.summary-header .performance-left,.summary-header .performance-right{flex:1 1 auto;width:100%}.pill{padding:8px 14px;font-size:13px;margin-right:6px;margin-bottom:6px}.performance-left .pills{flex-wrap:wrap;width:100%}.tm-table-wrap{padding:12px;margin-left:0;margin-top:16px;overflow-x:auto;width:100%;max-width:100%;-webkit-overflow-scrolling:touch}.tm-table-wrap .table{min-width:100%;width:100%;table-layout:auto}.tm-table-wrap .table thead th{padding:12px 8px;font-size:12px;white-space:nowrap}.tm-table-wrap .table tbody td{padding:14px 8px;font-size:13px;white-space:nowrap}.tm-table-wrap .table tbody tr{min-height:48px}.progress{height:8px}.badge.badge-sm{padding:4px 8px;font-size:11px}.tm-top-stats{flex-direction:column;gap:12px}.tm-top-stats .stat-card{flex:1 1 100%;margin-bottom:0}.card,.tm-card{width:100%;max-width:100%;overflow:visible}.card-body{padding:14px;width:100%}}@media(max-width:480px){.container-fluid{padding-left:8px;padding-right:8px}.tm-header{padding:12px}.tm-title{font-size:15px}.summary-header{padding:12px}.summary-card{padding:16px 12px}.summary-card .summary-value{font-size:20px}.pill{padding:6px 10px;font-size:12px}.tm-table-wrap .table{min-width:450px}.tm-table-wrap .table thead th{padding:8px 6px;font-size:11px}.tm-table-wrap .table tbody td{padding:10px 6px;font-size:12px}.btn-outline-secondary{padding:6px 10px;font-size:12px}}body,html{overflow-x:hidden;width:100%;max-width:100%}*,*:before,*:after{box-sizing:border-box;max-width:100%}@media(max-width:768px){.table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:1rem}.summary-header .tm-table-wrap{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.summary-header{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box}.tm-table-wrap .table tbody td{min-width:auto;word-wrap:break-word}.tm-table-wrap .table tbody tr td{padding:20px 12px;text-align:center;color:#6b7280}}.summary-cards{display:flex;gap:16px;flex-wrap:wrap}.summary-card{flex:1 1 220px;background:#fff;border:1px solid #eef0f2;border-radius:10px;padding:18px;box-shadow:0 2px 6px #0f172a0a;display:flex;flex-direction:column;justify-content:center}.summary-card .summary-value{font-size:20px;font-weight:800;color:#0f172a}.summary-card .summary-label{font-size:13px;color:#6b7280;margin-top:6px}.summary-header{border-radius:10px;border:1px solid #fdeaea;background:#fff;padding:14px 18px;position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px}.summary-header:before{content:"";position:absolute;left:8px;right:8px;top:0;height:4px;background:linear-gradient(90deg,#ef4444,#fb923c);border-top-left-radius:10px;border-top-right-radius:10px}.summary-header .tm-sub{margin-top:4px}.modal-custom-backdrop{background-color:#00000080;position:fixed;inset:0;z-index:1040}.modal-custom{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:1050;padding:1rem}.modal-custom .modal-dialog{max-width:720px;width:100%;margin:0}.modal-custom .modal-content{background:#fff;border-radius:8px;box-shadow:0 10px 30px #0206172e;overflow:hidden}.modal-custom .modal-header{border-bottom:1px solid #eef2f4;padding:14px 18px}.modal-custom .modal-body{padding:16px 18px}.modal-custom .modal-footer{padding:12px 18px;border-top:1px solid #eef2f4}@media(max-width:1100px){.modal-custom .modal-dialog{max-width:640px}}@media(max-width:820px){.modal-custom{padding:.5rem}.modal-custom .modal-dialog{max-width:540px}}@media(max-width:480px){.modal-custom .modal-dialog{max-width:100%;padding:0 12px}.modal-custom .modal-content{border-radius:8px}.modal-custom .modal-body{padding:14px}}.container-fluid{width:100%;padding-right:16px;padding-left:16px;margin-right:auto;margin-left:auto}.py-4{padding-top:1.5rem;padding-bottom:1.5rem}.row{display:flex;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}.row>[class*=col-]{min-width:0}.form-control,.form-select,input,select,textarea,.btn,.table,.table-responsive,.card,.tm-card,.container-fluid{box-sizing:border-box;max-width:100%}.col-12{flex:0 0 100%;max-width:100%;padding-right:12px;padding-left:12px}.col-md-6{flex:0 0 50%;max-width:50%;padding-right:12px;padding-left:12px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.card{border:1px solid #eef2f4;border-radius:8px;background:#fff;box-shadow:none}.card-header{background:transparent;padding:12px 16px;border-bottom:1px solid #f1f5f9}.card-body{padding:16px}.text-muted{color:#6b7280}.text-center{text-align:center}.d-flex{display:flex}.flex-column{flex-direction:column}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.align-items-center{align-items:center}.form-label{display:block;margin-bottom:6px;font-weight:600;color:#374151}.form-control,.form-select,input.form-control,select.form-select,textarea.form-control{width:100%;padding:8px 10px;border:1px solid #e6e7eb;border-radius:6px}.form-select{appearance:none}.btn-sm{padding:6px 10px;border-radius:6px}.btn-outline-secondary{background:transparent;border:1px solid #f3d6d6;color:#7f1d1d}.btn-outline-warning{background:transparent;border:1px solid #f59e0b;color:#92400e}.btn-primary{background:#dc2626;color:#fff;border:none}.btn-danger,.btn.btn-danger{background:#dc2626;color:#fff}.btn-danger.btn-sm{padding:6px 8px}.alert{padding:12px;border-radius:6px}.alert-danger{background:#fee2e2;border:1px solid #fca5a5;color:#7f1d1d}.alert-warning{background:#fffbeb;border:1px solid #fef3c7;color:#92400e}.alert-info{background:#ecfeff;border:1px solid #bff0f0;color:#065f46}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:8px;border:1px solid #eef2f4}.table-light{background:#f8fafc}.table-responsive{overflow-x:auto;overflow-y:visible}.form-check{display:flex;gap:8px;align-items:flex-start}.form-check-input{margin-top:4px}.form-check-label{margin:0}.spinner-border{width:1rem;height:1rem;border:2px solid rgba(0,0,0,.1);border-top-color:#0009;border-radius:50%;display:inline-block;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.tm-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr)) auto;gap:12px;padding:18px;align-items:center}.tm-filters .tm-filter-actions{display:flex;gap:12px;align-items:center;justify-self:end;align-self:center}.tm-table th,.tm-table td,.table th,.table td{vertical-align:middle!important}.tm-table td,.table td{white-space:normal;word-break:break-word}.table td .d-flex{align-items:center;gap:12px}.table td h6{margin:0;line-height:1.1}@media(max-width:900px){.tm-filters,.tm-main{grid-template-columns:1fr}}@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{font-family:Inter,system-ui,sans-serif}}
