: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}}._pageContainer_tme8e_1{display:flex;flex-direction:column;min-height:100vh;background-color:#fff}._header_tme8e_15{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:1px solid #e0e0e0;background-color:#fff;position:sticky;top:0;z-index:1000}._navLinks_tme8e_39{display:flex;align-items:center;gap:1.5rem}._navLink_tme8e_39{text-decoration:none;color:#555;font-weight:500;transition:color .2s}._navLink_tme8e_39:hover{color:#007bff}._ctaButton_tme8e_73{background-color:#007bff;color:#fff;padding:.6rem 1.2rem;border-radius:6px;text-decoration:none;font-weight:600;transition:background-color .2s,transform .2s;display:inline-block}._ctaButton_tme8e_73:hover{background-color:#0056b3;transform:translateY(-2px)}._heroSection_tme8e_105{text-align:center;padding:1rem;background-color:#f8f9fa}._heroTitle_tme8e_117{font-size:2.5rem;font-weight:700;color:#212529;margin-bottom:1rem;line-height:1.2}._heroSubtitle_tme8e_133{font-size:1.25rem;color:#6c757d;max-width:700px;margin:0 auto 2rem}._socialProofSection_tme8e_147{text-align:center;padding:2rem;color:#6c757d}._partnerLogos_tme8e_159{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap;margin-top:1rem}._partnerLink_tme8e_177{display:block;text-decoration:none;color:inherit;transition:transform .2s ease-in-out}._partnerLink_tme8e_177:hover{transform:scale(1.05)}._partnerLogo_tme8e_159{height:60px;max-width:150px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:filter .3s,opacity .3s}._partnerLink_tme8e_177:hover ._partnerLogo_tme8e_159{filter:grayscale(0%);opacity:1}._partnerName_tme8e_229{font-style:italic;color:#6c757d}._mapWrapper_tme8e_239{position:relative;width:100%;height:60vh;min-height:450px;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a;background-color:#e9e9e9}._mapContainer_tme8e_261{width:100%;height:100%}._mapLayout_tme8e_273{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start;margin-top:2rem}._sideColumn_tme8e_289{background-color:#f8f9fa;padding:1.6rem;border-radius:8px;text-align:left;height:60vh;min-height:400px;display:flex;flex-direction:column}._sideColumn_tme8e_289 h3{margin-top:0;color:#333}._siteList_tme8e_321{list-style:none;padding:0;margin:0;overflow-y:auto;flex-grow:1}._siteListItem_tme8e_337{padding:.75rem 1rem;cursor:pointer;border-bottom:1px solid #e0e0e0;transition:background-color .2s}._siteListItem_tme8e_337:hover,._activeListItem_tme8e_351{background-color:#e9ecef;font-weight:600}._mapSection_tme8e_361{padding:2rem;text-align:center}._sectionTitle_tme8e_371{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#333}._sectionSolution_tme8e_385{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}._solutionsSection_tme8e_399{padding:4rem 2rem;text-align:center;background-color:#fff}._featuresSection_tme8e_411{background-color:#f8f9fa;padding:1.5rem 2rem;text-align:center}._featuresGrid_tme8e_423{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:1200px;margin:3rem auto 0}._featureItem_tme8e_439{background-color:#fff;padding:1rem 1.5rem 0rem;border-radius:8px;border:1px solid #e9ecef;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;height:100%}._featureItem_tme8e_439 svg{width:48px;height:48px;color:#007bff;margin-bottom:1rem;align-self:center}._featureItem_tme8e_439 h3{font-size:1.25rem;margin-bottom:1rem;color:#333}._solutionImageContainer_tme8e_489{width:100%;height:160px;margin-bottom:1rem;border-radius:6px;overflow:hidden;cursor:pointer;background-color:#f8f9fa}._solutionImage_tme8e_489{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._solutionImageContainer_tme8e_489:hover ._solutionImage_tme8e_489{transform:scale(1.05)}._featureItem_tme8e_439 p{color:#6c757d;line-height:1.5;margin-bottom:1.5rem;font-size:.95rem;text-align:justify}._detailsButton_tme8e_547{align-self:center;background-color:transparent;color:#007bff;border:2px solid #007bff;padding:.5rem 1rem;border-radius:20px;font-weight:600;cursor:pointer;transition:background-color .2s,color .2s}._detailsButton_tme8e_547:hover{background-color:#007bff;color:#fff}._section_tme8e_371{background-color:#fff;border-radius:8px;border:1px solid #e9ecef;box-shadow:0 2px 8px #0000000d;overflow:hidden}._ctaSection_tme8e_597{text-align:center;background-color:#007bff;color:#fff;padding:1rem;border:none}._ctaSection_tme8e_597 ._sectionIcon_tme8e_613{color:#fff}._ctaSection_tme8e_597 ._sectionTitle_tme8e_371{color:#fff;background-color:transparent;border-bottom-color:#ffffff80}._ctaSection_tme8e_597 p{color:#ffffffe6;font-size:1.2rem}._ctaButtonForum_tme8e_643{display:inline-block;margin-top:.5rem;padding:.75rem 2rem;background-color:#fff;color:#007bff;text-decoration:none;font-weight:600;border-radius:50px;transition:transform .2s,box-shadow .2s}._ctaButtonForum_tme8e_643:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._sectionIcon_tme8e_613{color:#007bff;display:inline-flex}._sectionIcon_tme8e_613 svg{width:24px;height:24px}._modalOverlay_tme8e_697{position:fixed;inset:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:2000}._modalContent_tme8e_723{position:relative;padding:20px;background:#fff;border-radius:8px;max-width:90vw;max-height:90vh}._modalImage_tme8e_741{max-width:100%;max-height:calc(90vh - 40px);display:block}._closeButton_tme8e_753{position:absolute;top:-15px;right:-15px;background:#fff;border:2px solid #333;border-radius:50%;width:30px;height:30px;font-size:20px;font-weight:700;cursor:pointer;line-height:26px}._mapStatus_tme8e_783{display:flex;justify-content:center;align-items:center;height:100%;font-size:1.2rem;color:#6c757d}._popupContent_tme8e_803{text-align:center}._popupContent_tme8e_803 h3{margin:0 0 .5rem;font-size:1.1rem}._popupContent_tme8e_803 p{margin:0 0 .75rem;font-size:.9rem}._popupImage_tme8e_831{width:100%;max-width:150px;height:auto;border-radius:4px;margin-bottom:.5rem}._popupContent_tme8e_803 a{color:#007bff;text-decoration:none;font-weight:700}._popupContent_tme8e_803 a:hover{text-decoration:underline}._customMarkerIcon_tme8e_869 svg{fill:#00897b;filter:drop-shadow(1px 3px 2px rgba(0,0,0,.3));transition:transform .1s ease-in-out}._customMarkerIcon_tme8e_869:hover svg{transform:scale(1.1)}._customCluster_tme8e_901{color:#fff;border-radius:50%;text-align:center;font-weight:700;font-size:1rem;line-height:40px;border:2px solid rgba(255,255,255,.8);box-shadow:0 2px 8px #0006;transition:filter .3s ease,transform .2s ease}._customCluster_tme8e_901 span{display:block}._clusterSmall_tme8e_937{background-color:#4db6acd9}._clusterMedium_tme8e_945{background-color:#00897bd9}._clusterLarge_tme8e_953{background-color:#00695cd9}._customCluster_tme8e_901:hover{transform:scale(1.1);filter:brightness(110%)}@media (max-width: 992px){._mapLayout_tme8e_273{grid-template-columns:1fr;display:flex;flex-direction:column}._mapWrapper_tme8e_239{order:2}}._footer_v4xm2_1{background-color:#fff;color:#6b7280;padding:1.5rem 2rem;border-top:1px solid #e5e7eb;margin-top:auto}._container_v4xm2_17{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}._container_v4xm2_17 p{margin:0;font-size:.875rem}._nav_v4xm2_43{display:flex;gap:1.5rem}._link_v4xm2_53{color:#6b7280;text-decoration:none;font-size:.875rem;transition:color .2s ease-in-out}._link_v4xm2_53:hover{color:#1f2937;text-decoration:underline}@media (max-width: 768px){._container_v4xm2_17{flex-direction:column;gap:.75rem}}._logoLink_158ah_1{display:inline-block;line-height:1}._logoImage_158ah_11{height:50px;width:auto;vertical-align:middle}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}._pageContainer_9lzre_1{max-width:100%;margin:0 auto;line-height:1.6;min-height:100vh;background-color:#f0f2f5;display:flex;flex-direction:column}._header_9lzre_21{position:relative;text-align:center;margin-bottom:3rem;padding-top:2.5rem}._header_9lzre_21 h1{font-size:2.8rem;color:#2c3e50;margin:0;font-weight:700;text-align:center}._subtitle_9lzre_51{font-size:1.2rem;color:#7f8c8d;margin-top:.5rem;text-align:center}._logoLink_9lzre_65{position:absolute;left:0;top:50%;transform:translateY(-50%);margin-left:1rem}._mainContent_9lzre_81{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;padding:2rem;flex-grow:1}._section_9lzre_99{background-color:#fff;border-radius:8px;border:1px solid #e9ecef;box-shadow:0 2px 8px #0000000d;overflow:hidden}._sectionTitle_9lzre_115{font-size:1.5rem;color:#34495e;margin-top:0;margin-bottom:0;padding:1rem 1.5rem;display:flex;align-items:center;gap:.75rem;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}._sectionIcon_9lzre_141{color:#007bff;display:inline-flex}._sectionIcon_9lzre_141 svg{width:24px;height:24px}._sectionContent_9lzre_161{padding:1.5rem}._sectionContent_9lzre_161 p{margin-bottom:0}._sectionHtmlContent_9lzre_177 p{margin-top:0;margin-bottom:1rem}._sectionHtmlContent_9lzre_177 p:last-child{margin-bottom:0}._sectionHtmlContent_9lzre_177 ul,._sectionHtmlContent_9lzre_177 ol{padding-left:1.5rem;margin-bottom:1rem}._sectionHtmlContent_9lzre_177 li{margin-bottom:.5rem}._sectionHtmlContent_9lzre_177 img{max-width:70%;height:auto;border-radius:8px;margin:1.5rem auto;display:block;box-shadow:0 4px 8px #0000001a}._partnerLogos_9lzre_235{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem;margin-top:1.5rem}._partnerLink_9lzre_253{display:block;text-decoration:none;color:inherit;transition:transform .2s ease-in-out}._partnerLink_9lzre_253:hover{transform:scale(1.05)}._partnerLogo_9lzre_235{height:80px;max-width:150px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:.8;transition:filter .3s,opacity .3s}._partnerLink_9lzre_253:hover ._partnerLogo_9lzre_235{filter:grayscale(0%);opacity:1}._partnerName_9lzre_305{padding:1rem 1.5rem;border:1px solid #e9ecef;color:#34495e;background-color:#f8f9fa;border-radius:4px;font-weight:600}._teamGrid_9lzre_323{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}._teamMember_9lzre_335{background-color:#f8f9fa;padding:1rem;border-radius:6px;text-align:center}._teamMemberPhoto_9lzre_349{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:.75rem;border:3px solid #e9ecef;background-color:#f0f0f0}._teamMember_9lzre_335 h3{margin:.5rem 0 .25rem;color:#2c3e50}._teamMember_9lzre_335 p{margin:0;color:#7f8c8d;font-size:.9rem}._ctaSection_9lzre_391{text-align:center;background-color:#007bff;color:#fff;padding:1.5rem;border:none}._ctaSection_9lzre_391 ._sectionIcon_9lzre_141{color:#fff}._ctaSection_9lzre_391 ._sectionTitle_9lzre_115{color:#fff;background-color:transparent;border-bottom-color:#ffffff80}._ctaSection_9lzre_391 p{color:#ffffffe6}._ctaButton_9lzre_435{display:inline-block;margin-top:1.5rem;padding:.75rem 2rem;background-color:#fff;color:#007bff;text-decoration:none;font-weight:600;border-radius:50px;transition:transform .2s,box-shadow .2s}._ctaButton_9lzre_435:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._loginLink_9lzre_469{position:absolute;top:50%;transform:translateY(-50%);right:0;padding:.5rem 1rem;margin-right:1rem;background-color:#007bff;color:#fff;text-decoration:none;border-radius:5px;font-weight:500;transition:background-color .2s}._loginLink_9lzre_469:hover{background-color:#0056b3}@media (max-width: 768px){._header_9lzre_21{padding:1rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}._logoLink_9lzre_65,._loginLink_9lzre_469{position:static;transform:none;margin:0}._header_9lzre_21 h1,._header_9lzre_21 ._subtitle_9lzre_51{width:100%;order:1;margin:0}}._pageContainer_qt8ps_1{max-width:100%;margin:0 auto;min-height:100vh;background-color:#f0f2f5;display:flex;flex-direction:column}._header_qt8ps_19{text-align:center;position:relative;margin-bottom:2rem;padding-top:2.5rem}._header_qt8ps_19 h1{font-size:2.5rem;color:#2c3e50;margin:0}._subtitle_qt8ps_45{font-size:1.2rem;color:#7f8c8d;margin-top:.5rem}._logoLink_qt8ps_57{position:absolute;top:50%;transform:translateY(-50%);left:0;margin-left:1rem}._mainContent_qt8ps_73{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;padding:2rem;flex-grow:1}._card_qt8ps_91{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000000d;padding:1.5rem 2rem}._card_qt8ps_91 h2{margin-top:0;color:#34495e;border-bottom:1px solid #ecf0f1;padding-bottom:.5rem;margin-bottom:1rem}._card_qt8ps_91 p,._card_qt8ps_91 ul{line-height:1.7;color:#333}._card_qt8ps_91 ul{padding-left:20px}._card_qt8ps_91 li{margin-bottom:.5rem}._htmlContent_qt8ps_147 p{margin-bottom:1rem}._htmlContent_qt8ps_147 p:last-child{margin-bottom:0}._htmlContent_qt8ps_147 ul,._htmlContent_qt8ps_147 ol{padding-left:1.5rem;margin-bottom:1rem}._htmlContent_qt8ps_147 li{margin-bottom:.5rem}._htmlContent_qt8ps_147 img{max-width:70%;height:auto;border-radius:8px;margin:1.5rem auto;display:block;box-shadow:0 4px 8px #0000001a}._loginLink_qt8ps_193{position:absolute;top:50%;transform:translateY(-50%);right:0;margin-right:1rem;padding:.5rem 1rem;background-color:#007bff;color:#fff;text-decoration:none;border-radius:5px;font-weight:500;transition:background-color .2s}._loginLink_qt8ps_193:hover{background-color:#0056b3}@media (max-width: 768px){._header_qt8ps_19{padding:1rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}._logoLink_qt8ps_57,._loginLink_qt8ps_193{position:static;transform:none;margin:0}._header_qt8ps_19 h1,._header_qt8ps_19 ._subtitle_qt8ps_45{width:100%;order:1;margin:0}}._pageContainer_1akf6_1{max-width:100%;margin:0 auto;min-height:100vh;background-color:#f0f2f5;display:flex;flex-direction:column}._header_1akf6_19{text-align:center;position:relative;margin-bottom:2rem;padding-top:2.5rem}._header_1akf6_19 h1{font-size:2.5rem;color:#2c3e50;margin:0;text-align:center}._subtitle_1akf6_47{font-size:1.2rem;color:#7f8c8d;margin-top:.5rem;text-align:center}._logoLink_1akf6_61{position:absolute;top:50%;transform:translateY(-50%);left:0;margin-left:1rem}._mainContent_1akf6_77{max-width:1000px;width:100%;margin:0 auto;padding:2rem;flex-grow:1;box-sizing:border-box}._contactLayout_1akf6_95{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;align-items:start}@media (max-width: 992px){._contactLayout_1akf6_95{grid-template-columns:1fr}}._card_1akf6_121{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000000d;padding:1.5rem 2rem}._card_1akf6_121 h2{margin-top:0;color:#34495e;border-bottom:1px solid #ecf0f1;padding-bottom:.5rem;margin-bottom:1rem}._card_1akf6_121 p{line-height:1.7;color:#333}._contactList_1akf6_161{list-style:none;padding:0;margin-top:1.5rem}._contactList_1akf6_161 li{margin-bottom:1rem;line-height:1.6}._contactList_1akf6_161 a{color:#007bff;text-decoration:none}._contactForm_1akf6_193{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}._formGroup_1akf6_207{display:flex;flex-direction:column}._formGroup_1akf6_207 label{margin-bottom:.5rem;font-weight:600;color:#34495e}._formGroup_1akf6_207 input,._formGroup_1akf6_207 textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}._formGroup_1akf6_207 textarea{resize:vertical}._submitButton_1akf6_253{align-self:flex-start;padding:.75rem 2rem;background-color:#007bff;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}._submitButton_1akf6_253:hover{background-color:#0056b3}._submitButton_1akf6_253:disabled{background-color:#a9d6ff;cursor:not-allowed}._formMessage_1akf6_295{padding:1rem;border-radius:6px;margin-bottom:1rem;font-weight:500}._success_1akf6_309{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}._error_1akf6_321{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}._htmlContent_1akf6_333 p{margin-bottom:1rem}._htmlContent_1akf6_333 p:last-child{margin-bottom:0}._htmlContent_1akf6_333 ul,._htmlContent_1akf6_333 ol{padding-left:1.5rem;margin-bottom:1rem}._htmlContent_1akf6_333 li{margin-bottom:.5rem}._htmlContent_1akf6_333 img{max-width:70%;height:auto;border-radius:8px;margin:1.5rem auto;display:block;box-shadow:0 4px 8px #0000001a}._loginLink_1akf6_379{position:absolute;top:50%;transform:translateY(-50%);right:0;margin-right:1rem;padding:.5rem 1rem;background-color:#007bff;color:#fff;text-decoration:none;border-radius:5px;font-weight:500;transition:background-color .2s}._loginLink_1akf6_379:hover{background-color:#0056b3}@media (max-width: 768px){._header_1akf6_19{padding:1rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}._logoLink_1akf6_61,._loginLink_1akf6_379{position:static;transform:none;margin:0}._header_1akf6_19 h1,._header_1akf6_19 ._subtitle_1akf6_47{width:100%;order:1;margin:0}}.form-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f3f4f6;padding:1rem}.form-card{width:100%;max-width:400px;padding:2rem;box-shadow:0 4px 8px #0000001a;border-radius:8px;background-color:#fff}.form-logo{margin:0 auto;height:3rem;width:auto;display:block}.form-title{margin-top:1.5rem;text-align:center;font-size:1.875rem;font-weight:700;color:#111827}.form-description{margin-top:1rem;margin-bottom:1.5rem;color:#6b7280;text-align:center}.form-wrapper{margin-top:2rem}.form-element{display:flex;flex-direction:column;gap:1.5rem}.form-label{display:block;margin-bottom:.25rem;font-weight:500}.form-input{box-sizing:border-box;width:100%;padding:8px;border:1px solid #d1d5db;border-radius:4px}.form-error{color:#dc2626;margin-top:.5rem;font-size:.875rem;margin:0}.form-options{display:flex;justify-content:space-between;align-items:center}.form-remember-me{display:flex;align-items:center}.form-remember-me input{margin-right:.5rem}.form-link{color:#4f46e5;text-decoration:none}.form-api-error{color:#dc2626;background-color:#fee2e2;padding:.75rem;border-radius:4px;text-align:center;margin-bottom:1rem}.form-status{color:#155724;background-color:#d4edda;padding:.75rem;border-radius:4px;text-align:center;margin-bottom:1rem}.form-footer-link{margin-top:1.5rem;text-align:center}.form-button{width:100%;padding:10px;background-color:#4f46e5;color:#fff;border:none;border-radius:4px;cursor:pointer}.form-button:disabled{opacity:.5;cursor:not-allowed}.form-logo-container{display:flex;justify-content:center;margin-bottom:1.5rem}._pageContainer_1qq3z_1{max-width:100%;margin:0 auto;background-color:#f0f2f5;min-height:100vh;display:flex;flex-direction:column}._header_1qq3z_19{text-align:center;position:relative;margin-bottom:2rem;padding-top:2.5rem}._header_1qq3z_19 h1{font-size:2rem;color:#2c3e50;margin:0}._category_1qq3z_45{font-size:1.2rem;color:#7f8c8d;margin-top:.5rem}._logoLink_1qq3z_57{position:absolute;top:50%;transform:translateY(-50%);left:0;margin-left:1rem}._mainContent_1qq3z_73{display:grid;grid-template-columns:2fr 1fr;gap:2rem;flex-grow:1;padding:2rem;max-width:1400px;width:100%;margin:0 auto;box-sizing:border-box}._mainColumn_1qq3z_97{display:flex;flex-direction:column;gap:1.5rem;min-width:0}._sideColumn_1qq3z_119{display:flex;flex-direction:column;gap:1.5rem;min-width:0;position:sticky;top:2rem;align-self:start;height:fit-content}._card_1qq3z_141{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000000d;padding:1.5rem}._card_1qq3z_141 h2{margin-top:0;color:#34495e;border-bottom:1px solid #ecf0f1;padding-bottom:.5rem;margin-bottom:1rem}._carouselWrapper_1qq3z_175 .carousel .slide{padding:0 5px}._photoItem_1qq3z_183{cursor:pointer;overflow:hidden;border-radius:4px;height:100px;box-shadow:0 2px 4px #0000001a;position:relative}._photoItem_1qq3z_183 img{width:100%;height:100%;object-fit:cover}._photoCaption_1qq3z_213{position:absolute;bottom:0;left:0;right:0;background-color:#0009;color:#fff;padding:.25rem .5rem;font-size:.75rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._sideInfo_1qq3z_243 p{margin:.5rem 0}._statusBadge_1qq3z_251{display:inline-block;padding:.25rem .75rem;border-radius:12px;background-color:#ecf0f1;color:#7f8c8d;font-weight:600;font-size:.9rem}._epiList_1qq3z_271{list-style:none;padding:0}._epiList_1qq3z_271 li{padding:.5rem;border-bottom:1px solid #ecf0f1}._epiList_1qq3z_271 li:last-child{border-bottom:none}._epiList_1qq3z_271 li a{text-decoration:none;color:#007bff}._statusMessage_1qq3z_309{text-align:center;padding:4rem;font-size:1.2rem;color:#7f8c8d}._error_1qq3z_323{color:#e74c3c}._locationMap_1qq3z_331{height:200px;width:100%;border-radius:4px;z-index:0;margin-top:1rem}@media (max-width: 768px){._mainContent_1qq3z_73{grid-template-columns:1fr}._header_1qq3z_19{padding:1rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}._header_1qq3z_19 ._logoLink_1qq3z_57,._header_1qq3z_19 ._loginLink_1qq3z_375{position:static;transform:none;margin:0}._header_1qq3z_19 h1,._header_1qq3z_19 ._category_1qq3z_45{width:100%;order:1;margin:0}}._tabNav_1qq3z_403{display:flex;border-bottom:2px solid #ecf0f1;margin-bottom:1.5rem}._tabButton_1qq3z_415{padding:.75rem 1.5rem;border:none;background-color:transparent;cursor:pointer;font-size:1rem;font-weight:500;color:#7f8c8d;position:relative;bottom:-2px;border-bottom:3px solid transparent;transition:color .2s,border-color .2s}._tabButton_1qq3z_415:hover{color:#34495e}._activeTab_1qq3z_451{color:#007bff;border-bottom-color:#007bff;font-weight:600}._chartWrapper_1qq3z_463{cursor:zoom-in;transition:transform .2s ease-in-out}._chartWrapper_1qq3z_463:hover{transform:scale(1.02)}._modalChartContainer_1qq3z_481{padding:1rem;height:70vh}._actionButton_1qq3z_491{padding:.5rem 1rem;background-color:#007bff;color:#fff;border:none;border-radius:5px;font-weight:500;cursor:pointer;transition:background-color .2s;font-size:.95rem}._actionButton_1qq3z_491:hover{background-color:#0056b3}._maintenanceList_1qq3z_525{list-style:none;padding:0;margin:0}._maintenanceList_1qq3z_525 li{padding:1rem 0;border-bottom:1px solid #f0f0f0}._maintenanceList_1qq3z_525 li:last-child{border-bottom:none}._maintenanceDate_1qq3z_555{font-weight:600;color:#34495e;display:block;margin-bottom:.25rem}._maintenanceDesc_1qq3z_569{margin:0 0 .5rem;color:#555;line-height:1.5}._maintenanceAuthor_1qq3z_581{font-size:.85rem;color:#95a5a6;font-style:italic}._keyFiguresContainer_1qq3z_595{display:flex;justify-content:space-around;text-align:center;padding:1rem 0;flex-wrap:wrap;gap:.5rem}._keyFigure_1qq3z_595{display:flex;flex-direction:column;align-items:center;min-width:90px}._keyFigureValue_1qq3z_627{font-size:1.8rem;font-weight:700;color:#007bff}._keyFigureLabel_1qq3z_639{font-size:.9rem;color:#7f8c8d;margin-top:.25rem}._loginLink_1qq3z_375{position:absolute;top:50%;transform:translateY(-50%);right:0;margin-right:1rem;padding:.5rem 1rem;background-color:#007bff;color:#fff;text-decoration:none;border-radius:5px;font-weight:500;transition:background-color .2s}._loginLink_1qq3z_375:hover{background-color:#0056b3}._testimonialCarouselWrapper_1qq3z_691 .carousel .slide{background:none!important;text-align:justify;padding-bottom:4rem}._testimonialCarouselWrapper_1qq3z_691 .carousel.carousel-slider .control-arrow{background:#00000026!important;height:40px;width:40px;top:35%;opacity:.7}._testimonialCarouselWrapper_1qq3z_691 .carousel.carousel-slider .control-arrow:hover{opacity:1}._testimonialCarouselWrapper_1qq3z_691 .carousel .control-dots .dot{background:#bdc3c7;box-shadow:none;opacity:1}._testimonialCarouselWrapper_1qq3z_691 .carousel .control-dots .dot.selected{background:#007bff}._readMoreBtn_1qq3z_751{background:none;border:none;color:#007bff;cursor:pointer;padding:.5rem 0;font-size:.9rem;font-weight:500;text-decoration:underline;display:block;width:100%;text-align:right;transition:color .2s}._readMoreBtn_1qq3z_751:hover{color:#0056b3}._modalTextContent_1qq3z_789{padding:1rem;line-height:1.6;font-size:1rem;color:#2c3e50;white-space:pre-line}._modalAuthorInfo_1qq3z_805{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #eee;font-style:italic;color:#7f8c8d;text-align:right}._backdrop_prr8b_1{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:1000}._imageContainer_prr8b_27{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column}._image_prr8b_27{max-width:100%;max-height:90vh;display:block;border-radius:4px;box-shadow:0 0 20px #00000080}._caption_prr8b_59{position:absolute;bottom:0;left:0;right:0;color:#fff;text-align:center;padding:10px;background-color:#0009;border-bottom-left-radius:4px;border-bottom-right-radius:4px;font-size:1.1rem}._arrow_prr8b_87{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;font-size:2rem;cursor:pointer;padding:1rem;z-index:1001;transition:background-color .2s}._arrow_prr8b_87:hover{background-color:#000c}._leftArrow_prr8b_123{left:2rem}._rightArrow_prr8b_131{right:2rem}._closeButton_prr8b_139{position:absolute;top:2rem;right:2rem;background:none;border:none;color:#fff;font-size:3rem;cursor:pointer;line-height:1;z-index:1001}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:""}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px #000000e6;background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}._overlay_gxld2_1{position:fixed;inset:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}._modal_gxld2_27{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 5px 15px #0000004d;animation:_fadeIn_gxld2_1 .3s ease-out;max-height:90vh;display:flex;flex-direction:column;width:90%}._default_gxld2_53{max-width:600px}._xlarge_gxld2_61{max-width:1200px}._header_gxld2_69{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0;padding-bottom:1rem;margin-bottom:1rem}._header_gxld2_69 h2{margin:0;font-size:1.5rem;color:#2c3e50}._closeButton_gxld2_99{background:none;border:none;font-size:2rem;cursor:pointer;color:#7f8c8d;line-height:1}._content_gxld2_117{padding-top:1rem;overflow-y:auto}@keyframes _fadeIn_gxld2_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._testimonialCard_loptn_1{background-color:#f8f9fa;border-left:4px solid #007bff;padding:1rem 1.5rem;border-radius:0 4px 4px 0}._quote_loptn_15{margin:0 0 1rem;font-style:italic;font-size:1rem;color:#343a40;line-height:1.6;position:relative;border:none;text-align:justify}._authorInfo_loptn_37{display:flex;align-items:center;margin-top:1rem}._authorPhoto_loptn_49{width:40px;height:40px;flex-shrink:0;border-radius:50%;margin-right:.75rem;border:2px solid #fff;box-shadow:0 1px 3px #0000001a;background-size:cover;background-position:center}._authorPhotoPlaceholder_loptn_73{width:40px;height:40px;border-radius:50%;margin-right:.75rem;background-color:#007bff;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}._authorDetails_loptn_101{line-height:1.3}._authorName_loptn_109{margin:0;font-weight:600;color:#212529}._authorRole_loptn_121{margin:0;font-size:.85rem;color:#6c757d}.leaflet-control-measure h3,.leaflet-measure-resultpopup h3{margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid #ddd}.leaflet-control-measure p,.leaflet-measure-resultpopup p{margin:10px 0 0;line-height:1.5em}.leaflet-control-measure p:first-child,.leaflet-measure-resultpopup p:first-child{margin-top:0}.leaflet-control-measure .tasks,.leaflet-measure-resultpopup .tasks{margin:12px 0 0;padding:10px 0 0;border-top:1px solid #ddd;text-align:right;list-style:none;list-style-image:none}.leaflet-control-measure .tasks li,.leaflet-measure-resultpopup .tasks li{display:inline;margin:0 10px 0 0}.leaflet-control-measure .tasks li:last-child,.leaflet-measure-resultpopup .tasks li:last-child{margin-right:0}.leaflet-control-measure .coorddivider,.leaflet-measure-resultpopup .coorddivider{color:#999}.leaflet-control-measure{max-width:280px;background:#fff}.leaflet-control-measure .leaflet-control-measure-toggle,.leaflet-control-measure .leaflet-control-measure-toggle:hover{background-size:14px 14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAGJJREFUOI1jYGBgOM3AwPAfCTMwMDA8QxPDhT8xoAlIM5AG/jMi2QoDjKQYwITEkSFRM9w2qrkA5oqBc8EIDYNHDAzkp0I4QE/fMDF5YvnoBsiTwscWBiQBJgYGhpMU6D8CAJDrOVecOVsbAAAAAElFTkSuQmCC);border:0;border-radius:4px;text-indent:100%;white-space:nowrap;overflow:hidden}.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle,.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle:hover{border-radius:2px}.leaflet-retina .leaflet-control-measure .leaflet-control-measure-toggle,.leaflet-retina .leaflet-control-measure .leaflet-control-measure-toggle:hover{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAALdJREFUWIXtl0EKwkAMRZ+iR1LwCC5ceekKHsSqN3ARF5pFi41lmGQU8iDQkkB/0k/aATgCV0AmQjkbNaXRAdy+FCmdgwDBSGzwRQBZGgUrZwEALBiOearGAwGwJhDCJwFbXl1rhAsIefdKesASoF5oJiD3QAi5B9IDuQeaeyDU8SNOwEOVRP4LDvirPSAe9yXd7oB1rXzJBKrm50ygasdj5kzAlZ/4FtwbPr8HOLwvPE6+VlyA/ROEjYEpRhLQZgAAAABJRU5ErkJggg==)}.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle,.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle:hover{background-size:16px 16px}.leaflet-control-measure .startprompt h3{margin-bottom:10px}.leaflet-control-measure .startprompt .tasks{margin-top:0;padding-top:0;border-top:0;text-align:left}.leaflet-control-measure .leaflet-control-measure-interaction{padding:10px 12px}.leaflet-control-measure .results .group{margin-top:10px;padding-top:10px;border-top:1px dotted #eaeaea}.leaflet-control-measure .results .group:first-child{margin-top:0;padding-top:0;border-top:0}.leaflet-control-measure .results .heading{margin-right:5px;color:#999}.leaflet-control-measure a.start{display:inline;width:auto;height:auto;padding-left:20px;margin-right:4px;line-height:1em;border:0;text-align:left;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAY1JREFUKJF9kL9PEwEcxd/3y+XaXrwKCZsx4uLQiQQRZHOUmYEU45mL1CCVpH+JwxEx6CB6HfixM7KQ8sM2TB2cHHRzMCTt2cbe+zrUSxsHP+PLey/v+xX8ZaXWKHgddxNAmcYSACjQNpW69jtv9vYe9QBAAKActu44TnpMwlXRyEQuhzW2IMAWgcSZ4OMPOw++yUqtUfC6TgvEl8QflI9eL/3CGJVK0+uB+4TencoV59TruJsk3MwcvLiaCZ635rLA7u79hIm7qqR/3bt+qQDKKhplzTROm6aNp+ufq1kojme7prpNsTWlsTTanKEuRKIn683DtVfnxeGxcqHUkuI/iBj/1RwF2gZbAHCWiST7KlL79G5+Z2TlQwBtNZW6AFuVStMDgHSAHxOwxY9j5jA89QGpQiSWIDjJpzm/qeBXJu5qHM92xyeE4an/W3MHgN2aLEzOCwA827i8PUj1WEnfVLcFcjGaIVUjfxJcrr9f/C5ZUxCc5M29sTF8nZaGqrUhEt/MF99G0b0+APwB15Gn8fy9beQAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:0 50%;background-size:12px 12px;color:#5e66cc;text-decoration:none}.leaflet-control-measure a.start,.leaflet-control-measure a.start:hover{background-color:transparent}.leaflet-retina .leaflet-control-measure a.start{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAA41JREFUSImNlU9oVFcUxn/ne28UxKWIRKiYpRaqZpIUagm6aZfiQlLNRBzyT+nGNmiLe2nUtkLBJhnRxolRoVBc1GXqIoqZTEoW6sZN/VNqTXdWsJl553YxkzSkM5N8m/feved837mP891jNMCx44XmJFEnsA/3nQ6bAEzMG3pMYNIU3Rgb2f1bPQ6rtdjV82A7Fp8j+EFJalSEu7vJfkzKOjVxpeXpqgKZ3kImBIYlbagSlGS6G2Aa+APAjCag3d07JKWqUm/M1T92OX29rkB338xpsK8AHN5aCN/E5eji1at75muedGBus8oLJx1OSloPEEIYzOdav/6fQKa3kDHTNYDg4YlH0YHrI3seN/o9/wkV3rVEt81oroocyedaJ5YEunoebAc9lLQheHgS4tTe8eFdr9ZCvoijJ6a3eCm6Z0Yz7n8HaWd+NP1MAFI8JGmDw1uPogMrybPZ2SYINRtiEWOX2l8G6SD4AtJGgyEAO3a80Fwq8USSQghn87nWMyuTM30zA0Y4UEJdN0bTfzUS6u4pXED63N3dPWpWkqhTkty9FJeji/VT9VHkYe5IT/HDRgK2LlwAEkmKY+8UsA9Aprv1umVJQrY1Er909xa/rPfLxi61vwSmANzDfuG+E6Da52tBhHE201O880lfcVPNiBAKlYK0Q4v2p2qitcJkH0ce5jJ9xb01dn+vPH1zw2tgNUgWVo0xMQ9L9l87AndCKtmVH01P1djcWqV/FRt6DJW7ZU3ETtktnBnPpc9D7RN4oF0G4I9EYBLA3Tu6BuY2N+QOPHfzjvFc67l65NnsbJNkH1TibVKm6Ia7u6SUygsn65EH959tXbJ7PNd2v1ERpTgMAhGQmNlNA8j0zdwy7JC7/0NMeny47eHypKMnpreMXWr7s17Vi8gMFHaHMtOSUrhPXLvcdkQASVmnwN9IWm+Jbh89Mb1leWLFPI3Js9nZJnN+kpRyeJ3gpwEEMHGl5am5+gHMaPZSdK+r/9f3GhGurLwcJ/dB2wAM671++f0Xlfdl6O4tDmKcr3z5As53ti5cqNq/ZtWlOAwG90+XJlsIn13LtX67GFNjZM4cthBGkDZWlxJgqmL/RYeGrR5or3ZLBODw2rDe/GjLreV8NS+sTF/xHYMhdz+02tAHEtxvKcUXP3zf9nzlZsMhcjg7uy2OvdM97Je0A7zqE70Cf+TBJs3sZn40/awex78erYTTwi3/3gAAAABJRU5ErkJggg==)}.leaflet-control-measure a.start:hover{opacity:.5;text-decoration:none}.leaflet-control-measure a.cancel{display:inline;width:auto;height:auto;padding-left:20px;margin-right:4px;line-height:1em;border:0;text-align:left;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAS9JREFUKJGFkDFOAlEURc8dRphJFNmBHYnQYbTHDnsa0BDBRq1YC4naIQbWYEloqKQyswIXQEgwDIn5z2IATUR95X/nvpz7xWqq7XEYztO3QM2wAoCkyLCBt5zf9XrlGEAAtebkwPfdM+iQLWMQpVKu8nh/8qZqexyG7zuT3+DvoVwme+QlGmtYTcMGG8h4MnOtlUpxFs9ufKD2BbjTULqMwZlhobhaoO5mL+q+YQUlVZB0HoMF0EKwwLpC9XVApoL3w9UwgOk00LYuvqQIKK2dEw3rBrmFhSR6wMXqXOQbNhAqJQ9utECJhiAGc7KRZ1oF1FejMQxcZu9FUPznW19zmeyx1+uV41TKVQyiv2DnPs46nfxyU6zRGAaW3r02UZepsHYG9feD7EOnk18CfAKwIX1qvqPBeQAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:0 50%;background-size:12px 12px;color:#5e66cc;text-decoration:none}.leaflet-control-measure a.cancel,.leaflet-control-measure a.cancel:hover{background-color:transparent}.leaflet-retina .leaflet-control-measure a.cancel{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAApxJREFUSImtlr1PWlEYxp/ncE1KYWy6Gh3FwUZiOtiYuqlbGwxRaKJRjI5tqon/gf4BpqIxERC1doaNxLaD8SNxUOdqOukoiLHc83YALdwPhLbP+J5zfs977n3OPZeoo7Hp/XbTVGEArwEEBHhWHpErgmcQ5Kg8m+vLL364MehUjEzstZHGIiBvSKp6TYiIBvHFLKnZ9Fr3+aMG0cn9KKg+EXhaD+xgVaDm1PpqcKO6WtPdu9jBHKkSzcMBgD5RSEVjhx9qqtWdkyrRPNguAUaT8WD6wSAysddGZZz8XedODpIXMpCMBy8UAChlLNjgInmIHgTwvQ5qtzxHCjVV0k9gAQDU2PR+u4i8ta4kVSix0pMtGk8GAPnmBNc3xlBipScLkZB9EzI8Mn7UqkxThZ2iKNDzoZkT/85SZ75oeActJrv6xhhKpboKoZkTP6jm7Q1SGYYOK5QPkYP4ylsqZiKRY9/OUmde37QMiMhXK9xbus0C6HUiCNivAAScDcom9P7KRCLHvlSqqyDFlsFG4QBAoIPR2OEdgRZ3E6C6awBoBF7Zw13dz8D/kALk6pE5Nc/8z4t3TVeVeKkInjUK95Zus95SMVMnXRbJqYIg1ygcQG+ddNmkBTlF5dkUEW031wvuaalNF1T51FpkktwiAERjB9sEhy0OBYiEKofILS27Qlmk4DNAn2UsnYgHRw0AMEtq1jD0UO0k+kBmXMD36qOwz7Z54Frr0hxQuQ/Sa93n1Jx6BNaEOLmx+vLngwEArK8GNyD4+M9skffJePf2g5V1PBo7HKHIMkh/U1zgGuBkNRywXJkAkIwH00IGAGw5pssuE0Da49EBKxxw+au418j4Uath6LCA/QQ6AHleWXYJyKkW5EhuJePBCzfGbyl+TiY9AObiAAAAAElFTkSuQmCC)}.leaflet-control-measure a.cancel:hover{opacity:.5;text-decoration:none}.leaflet-control-measure a.finish{display:inline;width:auto;height:auto;padding-left:20px;margin-right:4px;line-height:1em;border:0;text-align:left;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAASVJREFUKJF1kDFLAgEYhp/37tQ7KPMftAnZZtjSkg2B7S5KHLRVk3O/IQiEakzQra2h0SannOR+QWuLYKF03teQwkHeO3483/e+7ydWanZGQTDLXwMtwyoAkiLDBs5idt/r1ecAAmhdjHc9L3kF7bFBBpHrJo2nh8MPNTujIPjKjbPg9FKpUDxw/mJkw2Y8G3wL9qfz6ZUDtLLP2l0gQiACMNF21gVX+kzDvnQzx14ENQCZKk7K+s39cSoGkzQMOkmbepIioCpxHOeW57l4ceR5/nITDBZ5hg2EqgBCt7FXyMXY6X8YQH2F4dBPCtvvgv3M8oDBpFQo1pxerz533aRhq09kwUkSn3W75YXWwzAc+pbfujTRlqmyzgzq7/jFx263vAD4BStdctyYQ7zEAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:0 50%;background-size:12px 12px;color:#5e66cc;text-decoration:none}.leaflet-control-measure a.finish,.leaflet-control-measure a.finish:hover{background-color:transparent}.leaflet-retina .leaflet-control-measure a.finish{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAlZJREFUSImllr9PU1EYhp/3tJMyGqIuBhYNnQyXhMRJNlcHg0AxIC3pqhFi4iCLCf4FtFaUFgok/AMmBldSqpOwuAhhghFx6r2fAwX641Jy6zu+57vP+30n5+Rc0UYTmXKv77th4CGQMLhxumJHQrsYm3Kx1aXs/d+XMRRmjk1t9Ujx92CPJbl2TZhZgNjwq26mtNi/d2VAMlVOIrcguNYOHBJ1okDTS3lvpd5t6G48vT0ruUJ0OICum2M5ma68bHDrO5dcITq4VQajxZxXOg8Ym9rqkYv/7KzzsAT7Y1KimPP2HYBz8fn/gRv8bTCkLsE8gCYy5d5qVb+uOi1ttOQH1Tcxxb8i7l4MYYHvu17n+264c7h97rnVP7mSHzxAZBqHkIvHg2HH6SXqEO49n5tT8CxduWdGqaUCDTkgERlt9qkeHhjfJG421wn63MX1b8F8waiGwXtve1NXwWvV3aF7b5At5LxHOHtaHxINfioHdtRq6gfICtmBjbOQTuCgQye02zpBsDCerkwB1EIeRIcD2I7GU5XXiHchixaI1HJ24OOZEw0Ogdmsk4utmlkQMp6c8SGZKk92Agd8SWsCSKa314WehNeZmektkIkABygVct6oA/CrbgbsJLxOkpiLAjc49oPqLNTeg9Ji/54CTUfo7goptZIfPDgPAFjKeysYr/6bbfaimOtfP49qXk+mKyMyyyJ1ReLCMShVD4emJxOgmPNKJiWAtfDT1SIfKMViQaIZDpf8VZxpZPL7nXg8GDY0JOgD6659dgi2ExibktaKOW//MsY/pXkXxnBJQFMAAAAASUVORK5CYII=)}.leaflet-control-measure a.finish:hover{opacity:.5;text-decoration:none}.leaflet-measure-resultpopup a.zoomto{display:inline;width:auto;height:auto;padding-left:20px;margin-right:4px;line-height:1em;border:0;text-align:left;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAOhJREFUKJGVkTFug0AQRd+sgBOkyT1MvxVdipQpbDcBrsExAq4iipQWpbvt1xeJlBNgsZPCYK1sJ1GmfX//PM3CP0cAXqrjQwqVqmbG4N7b3AFsa29DwIrIeILuo1t9GYAUKqD4pbiYMyQAqpoBrt/lTZyaN7l16RsguzwwBreENq/HZ0TfEFEVrfs2H2Iu17s3pf/E8CSTmCDs+93qMebm9gyiMomZJNyyRWlbe7s4q2itInvBgFJe8wQgBOxc4Po2H4Ahbo15craQESjWpW9++AeLcrgonaBLzw3ZPW+UQxrG9i77a74B+z5bQloZOFAAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:0 50%;background-size:12px 12px;color:#5e66cc;text-decoration:none}.leaflet-measure-resultpopup a.zoomto,.leaflet-measure-resultpopup a.zoomto:hover{background-color:transparent}.leaflet-retina .leaflet-measure-resultpopup a.zoomto{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAXBJREFUSIntlb8uBFEUxn/n7hAV1XoIpazYll5ETbays56AZ+AJGBJBoRPUotVsRCmeACsRiUQx636KRWbHnzvIavi6c/J95zvnzJ174R8BWDaozTdnMK1iNpzNbycV4x3U4qaysVALo76zNnbwknPddm+Lf61bK5snyeaibkan+Ecd55Hn1eKm8g12T9AD9NwgClNgtnE64uRXgAlDQhyb2eJWUjkPaYO7nm2cjpS8P8EYzOYFdw6qIZPgipz8CsYg0l4K5VLqhhEHBkMeloP6EAGYAEjNGrtJ5WZzc7TlS1EMYNLkjw0MCWAgda/rbKcPhY4xFPnI4hhj6jHy63MLZ3E7fbB+F6133O0oJA9PYLYouMOYdr591V/qu8RsCulW/nHpSwa1uKn8/bKVVM4dVAWHSPdI98C+5Ks7G+MXIX2h/+D5KE4X4X46QS/wu1eFUMuwcn6PRd+DZ1xlg9x7QB3p+nu9dop7rP4D/V/EE6UhikMKpx/oAAAAAElFTkSuQmCC)}.leaflet-measure-resultpopup a.zoomto:hover{opacity:.5;text-decoration:none}.leaflet-measure-resultpopup a.deletemarkup{display:inline;width:auto;height:auto;padding-left:20px;margin-right:4px;line-height:1em;border:0;text-align:left;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAALlJREFUKJFjZEACcWmn5zMwMCbA+P///ZuzeI5ZKozPaF+/n4WBgYFB7gmfKiPj30PfeP/Irem3+h5SeIyT4yvLQxZGFuv7Eh/vMzAwMDDGpJz6wcTExM5AEPz7BbX+zH98ymDyTMiCsamnq7HRMICimJGRsQUbjVUxIUAvxf8ZqrDSSCoY49JO/UtLO8OFzbSkpCO8cSlnfjMwMDCwMDAw/mdgOD3nBwPDp7i0MxiK/0BsmMbAwMAAACl8PxDSJvyvAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:0 50%;background-size:12px 12px;color:#5e66cc;text-decoration:none}.leaflet-measure-resultpopup a.deletemarkup,.leaflet-measure-resultpopup a.deletemarkup:hover{background-color:transparent}.leaflet-retina .leaflet-measure-resultpopup a.deletemarkup{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAYCAYAAAD+vg1LAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAW5JREFUSIntlbtKA2EQhc8/axIVrUQFBRsRRLCL+gIRQeuAxbpNLq2laGklpLYxVkkh2lip4AsIZkmZRiy0sPCCoEYwlxmLJLLZi+wmYpXTnRnmm/mHYVfBQ+uJq/EwhfJQHANItWdZAFxWQfrRQfTZrZ68wGEtlIHCshMKNGK0EhLsedW7FDWn1bR7ACGImsllF26teSNVmIaSG2ZUVEQm8/tLLw5wPH6iPc6NtjWYehjaVkrtQnCey0bX3JobKfMMCqsQ7NxNvGesubHSkygjaX6CMOD1pM7EZRJCBUD9L7ECqv0YI22KkTalU5i93vMqutX/g/XkdVlPm29+vV19nh2JBoN43xN3qx64B3bK847B/CFEdd/eLzh3uDgcxNvVXIVYPvTi+lf5Xc4ay465DAAbieJsUKyRKM43EPzaijVXoYSlcEoKutKkZKTNoBM3MXRsAwMRrm5+aeERMMeIKNC1MDMrogvur221Yt/I6IasMWr/dwAAAABJRU5ErkJggg==)}.leaflet-measure-resultpopup a.deletemarkup:hover{opacity:.5;text-decoration:none}._modalContent_1idud_1{display:flex;flex-direction:column;height:80vh}._mapContainer_1idud_13{position:relative;width:100%;flex-grow:1;min-height:0}._searchContainer_1idud_27{flex-shrink:0;margin-bottom:1rem}._searchInput_1idud_37{width:100%;padding:.75rem 1rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;box-sizing:border-box}._map_1idud_13{width:100%;height:100%;background-color:#f0f0f0;border-radius:8px}._loader_1idud_69,._error_1idud_71{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;background-color:#ffffffe6;padding:1rem 2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;font-weight:500}._error_1idud_71{color:#dc3545}._customDivIcon_1idud_105{background:transparent;border:none}._fullscreenButton_1idud_115{position:absolute;top:65px;right:10px;z-index:1000;background:#fff;border:1px solid #ccc;border-radius:4px;width:34px;height:34px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;box-shadow:0 1px 4px #0000004d}._fullscreenButton_1idud_115:hover{background-color:#f4f4f4}._legend_1idud_159{position:absolute;bottom:10px;right:10px;background-color:#ffffffe6;padding:10px;border-radius:5px;z-index:1000;max-height:400px;overflow-y:auto;box-shadow:0 2px 5px #0003;width:280px}._legend_1idud_159 h4{margin-top:0;margin-bottom:8px;font-size:14px;font-weight:600;border-bottom:1px solid #ddd;padding-bottom:5px}._legend_1idud_159 ul{list-style:none;padding:0;margin:0}._legend_1idud_159 li{display:flex;align-items:center;margin-bottom:5px;font-size:12px;padding:4px 6px;border-radius:4px;cursor:pointer;transition:background-color .2s ease-in-out}._legend_1idud_159 li:hover{background-color:#0000000d}._legendColor_1idud_247{display:inline-block;width:15px;height:15px;margin-right:8px;border-radius:50%;border:1px solid #999}._legendHeader_1idud_267{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}._downloadButton_1idud_281{background-color:#28a745;color:#fff;border:none;padding:4px 8px;font-size:.8rem;border-radius:4px;cursor:pointer}._downloadButton_1idud_281:hover:not(:disabled){background-color:#218838}._downloadButton_1idud_281:disabled{background-color:#6c757d;cursor:not-allowed}._legendCheckbox_1idud_319{margin-right:10px;cursor:pointer}._legendLabel_1idud_329{display:flex;align-items:center;cursor:pointer;flex-grow:1}._legendDistance_1idud_343{margin-left:.5rem;color:#555;font-style:italic}._pageContainer_ctx40_1{max-width:100%;margin:0 auto;background-color:#f0f2f5;min-height:100vh;display:flex;flex-direction:column}._header_ctx40_19{text-align:center;position:relative;margin-bottom:2rem;padding-top:2.5rem}._header_ctx40_19 h1{font-size:2rem;color:#2c3e50;margin:0}._subtitle_ctx40_45{font-size:1.2rem;color:#7f8c8d;margin-top:.5rem}._logoLink_ctx40_57{position:absolute;top:50%;transform:translateY(-50%);left:0;margin-left:1rem}._mainContent_ctx40_73{display:grid;grid-template-columns:2fr 1fr;gap:2rem;flex-grow:1;padding:2rem;max-width:1400px;width:100%;margin:0 auto;box-sizing:border-box}._card_ctx40_97{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000000d;padding:1.5rem;margin-bottom:0}._card_ctx40_97 h2{margin-top:0;color:#34495e;border-bottom:1px solid #ecf0f1;padding-bottom:.5rem;margin-bottom:1rem}._statusMessage_ctx40_129{text-align:center;padding:4rem;font-size:1.2rem;color:#7f8c8d}._error_ctx40_143{color:#e74c3c}._chartsContainer_ctx40_151{display:flex;flex-direction:column;gap:2.5rem}._chartWrapper_ctx40_163{cursor:zoom-in;transition:transform .2s ease-in-out}._chartWrapper_ctx40_163:hover{transform:scale(1.02)}._modalChartContainer_ctx40_181{padding:1rem;height:70vh}._mainColumn_ctx40_193{display:flex;flex-direction:column;gap:1.5rem;min-width:0}._sideColumn_ctx40_215{display:flex;flex-direction:column;gap:1.5rem;min-width:0;position:sticky;top:2rem;align-self:start;height:fit-content}@media (max-width: 992px){._mainContent_ctx40_73{grid-template-columns:1fr}._header_ctx40_19{padding:1rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}._header_ctx40_19 ._logoLink_ctx40_57,._header_ctx40_19 ._loginLink_ctx40_265{position:static;transform:none;margin:0}._header_ctx40_19 h1,._header_ctx40_19 ._subtitle_ctx40_45{width:100%;order:1;margin:0}}._keyFiguresContainer_ctx40_293{display:flex;justify-content:space-around;text-align:center;padding:1rem 0;flex-wrap:wrap;gap:.5rem}._keyFigure_ctx40_293{display:flex;flex-direction:column;align-items:center;min-width:80px}._keyFigureValue_ctx40_325{font-size:1.5rem;font-weight:600;color:#007bff}._keyFigureLabel_ctx40_337{font-size:.9rem;color:#7f8c8d;margin-top:.25rem}._photoGrid_ctx40_351{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem}._photoItem_ctx40_363{position:relative;cursor:pointer;overflow:hidden;border-radius:4px;height:60px}._photoItem_ctx40_363 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease,filter .3s ease}._photoItem_ctx40_363:hover img{transform:scale(1.05);filter:brightness(.7)}._photoOverlay_ctx40_403{position:absolute;inset:0;background-color:#0000004d;color:#fff;display:flex;justify-content:center;align-items:center;font-size:1.5rem;opacity:0;transition:opacity .3s ease}._photoItem_ctx40_363:hover ._photoOverlay_ctx40_403{opacity:1}._morePhotos_ctx40_443{background-color:#f0f2f5;display:flex;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;color:#34495e}._morePhotos_ctx40_443:hover{background-color:#e4e6e9}._tableContainer_ctx40_473{overflow-x:auto}._measurementsTable_ctx40_483{width:100%;border-collapse:collapse;font-size:.9rem}._measurementsTable_ctx40_483 th,._measurementsTable_ctx40_483 td{padding:.75rem;text-align:left;border-bottom:1px solid #ecf0f1}._measurementsTable_ctx40_483 th{background-color:#f8f9fa;font-weight:600;color:#34495e}._measurementsTable_ctx40_483 tbody tr:last-child td{border-bottom:none}._valuesCell_ctx40_527{white-space:nowrap;font-family:Courier New,Courier,monospace}._tabNav_ctx40_539{display:flex;border-bottom:2px solid #ecf0f1;margin-bottom:1.5rem}._tabButton_ctx40_551{padding:.75rem 1.5rem;border:none;background-color:transparent;cursor:pointer;font-size:1rem;font-weight:500;color:#7f8c8d;position:relative;bottom:-2px;border-bottom:3px solid transparent;transition:color .2s,border-color .2s}._tabButton_ctx40_551:hover{color:#34495e}._activeTab_ctx40_587{color:#007bff;border-bottom-color:#007bff;font-weight:600}._tabContent_ctx40_599{padding-top:1rem}._loginLink_ctx40_265{position:absolute;top:50%;transform:translateY(-50%);right:0;margin-right:1rem;padding:.5rem 1rem;background-color:#007bff;color:#fff;text-decoration:none;border-radius:5px;font-weight:500;transition:background-color .2s}._loginLink_ctx40_265:hover{background-color:#0056b3}._dashboard_bmner_1{padding:1rem}._dashboard_bmner_1 h1{color:#2c3e50;margin-bottom:2rem}._statsGrid_bmner_19{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}._statCard_bmner_31{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px #0000000d;text-align:center}._statValue_bmner_47{font-size:2.5rem;font-weight:700;color:#3498db}._statLabel_bmner_59{font-size:1rem;color:#7f8c8d;margin-top:.5rem}._activitySection_bmner_71{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px #0000000d;margin-top:2.5rem}._activitySection_bmner_71 h2{margin-top:0;margin-bottom:1.5rem;color:#2c3e50}._activityTable_bmner_99{width:100%;border-collapse:collapse}._activityTable_bmner_99 th,._activityTable_bmner_99 td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #ecf0f1;vertical-align:middle}._activityTable_bmner_99 th{background-color:#f8f9fa;font-weight:600;color:#34495e}._badge_bmner_135{padding:.25rem .6rem;border-radius:12px;font-size:.8rem;font-weight:600;color:#fff;text-transform:capitalize;display:inline-block}._badge_bmner_135._created_bmner_155{background-color:#2ecc71}._badge_bmner_135._updated_bmner_157{background-color:#3498db}._badge_bmner_135._deleted_bmner_159{background-color:#e74c3c}._badge_bmner_135._restored_bmner_161{background-color:#9b59b6}._error_bmner_165{color:#e74c3c;background-color:#fbeae5;padding:1rem;border-radius:8px}._activityLink_bmner_179{color:#3498db;text-decoration:none;font-weight:600}._activityLink_bmner_179:hover{text-decoration:underline}@media (max-width: 768px){._activityTable_bmner_99 thead{display:none}._activityTable_bmner_99,._activityTable_bmner_99 tbody,._activityTable_bmner_99 tr,._activityTable_bmner_99 td{display:block;width:100%}._activityTable_bmner_99 tr{margin-bottom:1.5rem;border:1px solid #ecf0f1;border-radius:8px;padding:.5rem 0;box-shadow:0 2px 4px #0000000d}._activityTable_bmner_99 td{display:flex;align-items:center;padding:.75rem 1rem;border-bottom:1px dashed #ecf0f1}._activityTable_bmner_99 tr td:last-child{border-bottom:none}._activityTable_bmner_99 td:before{content:attr(data-label);font-weight:600;color:#34495e;text-align:left;flex-shrink:0;width:110px;padding-right:1rem}._cellValue_bmner_285{min-width:0;word-break:break-word;text-align:left;flex-grow:1}}._dashboard_96kl4_1{display:grid;gap:1.5rem}._statsGrid_96kl4_11{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}._statCard_96kl4_23{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;text-align:center}._statCard_96kl4_23 h3{margin:0 0 .5rem;font-size:1rem;color:#4b5563}._statCard_96kl4_23 p{margin:0;font-size:2rem;font-weight:700;color:#1f2937}._section_96kl4_65{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}._sectionTitle_96kl4_79{margin-top:0;margin-bottom:1rem;font-size:1.25rem}._siteList_96kl4_91{display:flex;flex-direction:column;gap:.75rem}._siteItem_96kl4_103{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid #e5e7eb;border-radius:6px;transition:background-color .2s}._siteLink_96kl4_123{color:#1f2937;text-decoration:none;font-weight:600;transition:color .2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:1;min-width:0}._siteLink_96kl4_123:hover{color:#3b82f6;text-decoration:underline}._siteActions_96kl4_161{display:flex;align-items:center;gap:1rem;flex-shrink:0}._manageButton_96kl4_175{background-color:#3b82f6;color:#fff;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-size:.875rem;font-weight:500;transition:background-color .2s}._siteItem_96kl4_103:hover{background-color:#f9fafb}._roleBadge_96kl4_203{font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:9999px;text-transform:capitalize}._manager_96kl4_219{background-color:#dbeafe;color:#1d4ed8}._agent_96kl4_229{background-color:#d1fae5;color:#047857}._charge_entretien_96kl4_239{background-color:#fef3c7;color:#92400e}._manageButton_96kl4_175:hover{background-color:#2563eb}._container_vynbp_1{padding:2rem;background-color:#f4f7f6;min-height:100vh}._header_vynbp_13{margin-bottom:2rem;text-align:center}._header_vynbp_13 h1{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem}._header_vynbp_13 p{font-size:1.1rem;color:#7f8c8d}._loading_vynbp_47,._error_vynbp_47,._noResults_vynbp_47{text-align:center;padding:3rem;font-size:1.2rem;color:#7f8c8d}._error_vynbp_47{color:#c0392b}._controls_vynbp_69{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}._filterInput_vynbp_87{flex-grow:1;min-width:250px;width:100%;max-width:500px;padding:.75rem 1rem;font-size:1rem;border:1px solid #bdc3c7;border-radius:6px;transition:border-color .2s,box-shadow .2s}._filterInput_vynbp_87:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db33}._viewToggle_vynbp_123{display:flex;background-color:#e9ecef;border-radius:6px;padding:4px;flex-shrink:0}._viewToggle_vynbp_123 button{padding:.5rem 1rem;border:none;background-color:transparent;cursor:pointer;border-radius:4px;font-weight:600;color:#495057;transition:background-color .2s,color .2s}._viewToggle_vynbp_123 button:hover{background-color:#ced4da}._viewToggle_vynbp_123 button._active_vynbp_169{background-color:#fff;color:#3498db;box-shadow:0 1px 3px #0000001a}._siteList_vynbp_181{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}._siteCard_vynbp_193{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000000d;padding:1.5rem;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}._siteCard_vynbp_193:hover{transform:translateY(-5px);box-shadow:0 10px 15px #00000014}._siteCard_vynbp_193 h3{margin:0 0 .5rem;font-size:1.25rem}._siteCard_vynbp_193 h3 a{text-decoration:none;color:#2c3e50;transition:color .2s}._siteCard_vynbp_193 h3 a:hover{color:#3498db}._categoryBadge_vynbp_253{display:inline-block;background-color:#ecf0f1;color:#7f8c8d;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;margin-bottom:1rem}._coordinates_vynbp_275{font-size:.9rem;color:#95a5a6;margin-bottom:1rem;flex-grow:1}._detailsLink_vynbp_289{align-self:flex-end;text-decoration:none;color:#3498db;font-weight:600;transition:color .2s}._detailsLink_vynbp_289:hover{color:#2980b9}._mapContainer_vynbp_313{height:600px;width:100%;border-radius:8px;box-shadow:0 4px 6px #0000000d;margin-top:1.5rem}._layout_1hcfs_1{display:flex;min-height:100vh;background-color:#f8f9fa}._sidebar_1hcfs_13{width:250px;background-color:#2c3e50;color:#ecf0f1;display:flex;flex-direction:column;flex-shrink:0;position:sticky;top:0;height:100vh;overflow-y:auto}._logo_1hcfs_39{padding:1.5rem;text-align:center;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #34495e}._logo_1hcfs_39 h2{margin:0;font-size:1.5rem}._nav_1hcfs_67{display:flex;flex-direction:column;flex-grow:1}._navSectionTitle_1hcfs_79{font-size:.8rem;text-transform:uppercase;color:#7f8c8d;padding:1.5rem 1.5rem .5rem}._navLink_1hcfs_93{color:#ecf0f1;text-decoration:none;padding:.75rem 1.5rem;border-radius:6px;transition:background-color .2s;display:block}._navLink_1hcfs_93:hover{background-color:#34495e}._navSectionTitle_1hcfs_79{padding:1.5rem 1.5rem .75rem;font-size:.75rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}._navDropdownHeader_1hcfs_137{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;color:#ecf0f1;text-decoration:none;border-radius:6px;transition:background-color .2s;cursor:pointer}._navDropdownHeader_1hcfs_137:hover{background-color:#34495e}._navSiteContainer_1hcfs_169{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem .75rem 2.5rem;font-size:.9rem;font-weight:400;color:#d1d5db;transition:background-color .2s}._navSiteContainer_1hcfs_169:hover{background-color:#34495e}._navSiteLink_1hcfs_199{color:inherit;text-decoration:none;flex-grow:1}._navSiteLink_1hcfs_199:hover{color:#fff}._submenuToggle_1hcfs_219{background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;margin-left:.5rem;transition:transform .2s ease-in-out,color .2s;flex-shrink:0;display:flex;align-items:center}._submenuToggle_1hcfs_219:hover{color:#fff}._submenuToggle_1hcfs_219._open_1hcfs_253{transform:rotate(90deg)}._submenu_1hcfs_219{list-style:none;padding:0;margin:0;background-color:#00000026;max-height:0;overflow:hidden;transition:max-height .3s ease-out}._navDropdownSubmenuLink_1hcfs_281{display:block;padding:.6rem 1.5rem .6rem 2.5rem;font-size:.85rem;font-weight:400;color:#bdc3c7;text-decoration:none;transition:background-color .2s,color .2s}._navDropdownSubmenuLink_1hcfs_281:hover{color:#fff;background-color:#34495e}._submenu_1hcfs_219._open_1hcfs_253{max-height:500px}._submenuLink_1hcfs_319{display:block;padding:.6rem 1.5rem .6rem 3.5rem;font-size:.85rem;font-weight:400;color:#bdc3c7;text-decoration:none;transition:background-color .2s,color .2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._submenuLink_1hcfs_319:hover{color:#fff;background-color:#34495e}._mainContent_1hcfs_355{flex-grow:1;background-color:#f9fafb;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column}._header_1hcfs_379{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000000d;position:relative}._welcomeMessage_1hcfs_401{color:#34495e;margin-right:1.5rem}._logoutButton_1hcfs_411{background-color:#e74c3c;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:5px;cursor:pointer;transition:background-color .2s}._logoutButton_1hcfs_411:hover{background-color:#c0392b}._content_1hcfs_439{padding:1.5rem;flex-grow:1;overflow-y:auto}._hamburgerButton_1hcfs_455,._closeButton_1hcfs_455,._overlay_1hcfs_455{display:none}@media (max-width: 768px){._sidebar_1hcfs_13{position:fixed;top:0;left:0;height:100%;transform:translate(-100%);transition:transform .3s ease-in-out;z-index:1000}._sidebar_1hcfs_13._open_1hcfs_253{transform:translate(0)}._mainContent_1hcfs_355{width:100%}._content_1hcfs_439{padding:1rem}._header_1hcfs_379{padding:.75rem 1rem}._welcomeMessage_1hcfs_401{display:none}._headerActions_1hcfs_525{gap:.5rem}._logoutButton_1hcfs_411{padding:.5rem .75rem;font-size:.9rem}._hamburgerButton_1hcfs_455{display:block;background:none;border:none;cursor:pointer;padding:0;color:#2c3e50}._closeButton_1hcfs_455{display:block;background:none;border:none;color:#ecf0f1;font-size:2rem;cursor:pointer;line-height:1}._overlay_1hcfs_455{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999}}._headerActions_1hcfs_525{display:flex;align-items:center;gap:1.5rem}._userMenuLink_1hcfs_617{color:#7f8c8d;text-decoration:none;font-weight:600;transition:color .2s;font-size:.9rem}._userMenuLink_1hcfs_617:hover{color:#34495e}._notificationWrapper_1hcfs_641{position:relative;display:flex;align-items:center}._notificationButton_1hcfs_653{position:relative;background:none;border:none;cursor:pointer;color:#333;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s,color .2s}._notificationButton_1hcfs_653:hover{background-color:#f0f0f0;color:#000}._notificationBadge_1hcfs_691{position:absolute;top:2px;right:2px;background-color:#e74c3c;color:#fff;border-radius:50%;font-size:.7rem;font-weight:700;border:2px solid white;line-height:1;min-width:18px;height:18px;padding:0 4px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;pointer-events:none}._dropdownContainer_9fd4c_1{position:fixed;top:65px;left:50%;transform:translate(-50%);width:95vw;max-width:400px;max-height:80vh;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px -5px #0000001a;z-index:1000;display:flex;flex-direction:column;font-family:Inter,sans-serif;animation:_fadeInMobile_9fd4c_1 .2s ease-out}@media (min-width: 769px){._dropdownContainer_9fd4c_1{position:absolute;top:calc(100% + 10px);left:auto;right:0;transform:none;width:380px;max-width:none;animation-name:_fadeInDesktop_9fd4c_1}}@keyframes _fadeInDesktop_9fd4c_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeInMobile_9fd4c_1{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}._header_9fd4c_121{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;border-bottom:1px solid #f3f4f6}._header_9fd4c_121 h3{margin:0;font-size:1rem;font-weight:600;color:#111827}._markAllAsRead_9fd4c_151{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:.8rem;font-weight:500;padding:0;transition:color .2s}._markAllAsRead_9fd4c_151:hover{color:#1d4ed8}._markAllAsRead_9fd4c_151:disabled{color:#9ca3af;cursor:not-allowed}._notificationList_9fd4c_191{overflow-y:auto;flex-grow:1}._notificationItem_9fd4c_201{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background-color .2s}._notificationItem_9fd4c_201:last-child{border-bottom:none}._notificationItem_9fd4c_201:hover{background-color:#f9f9f9}._notificationItem_9fd4c_201._unread_9fd4c_237{background-color:#eff6ff}._iconWrapper_9fd4c_245{flex-shrink:0;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#e5e7eb;color:#4b5563}._notificationItem_9fd4c_201._unread_9fd4c_237 ._iconWrapper_9fd4c_245{background-color:#dbeafe;color:#3b82f6}._notificationContent_9fd4c_279{flex-grow:1}._notificationText_9fd4c_287{margin:0 0 .25rem;font-size:.9rem;line-height:1.4;color:#374151}._notificationText_9fd4c_287 strong{font-weight:600;color:#111827}._notificationTime_9fd4c_311{font-size:.75rem;color:#6b7280}._message_9fd4c_321{padding:2rem 1rem;text-align:center;color:#888}._footer_9fd4c_333{padding:.75rem 1rem;text-align:center;border-top:1px solid #f3f4f6;background-color:#f9fafb;border-bottom-left-radius:12px;border-bottom-right-radius:12px}._footerLink_9fd4c_351{background:none;border:none;color:#3b82f6;text-decoration:none;font-weight:600;font-size:.9rem;cursor:pointer}._approvedIcon_9fd4c_371{color:#27ae60}._rejectedIcon_9fd4c_379{color:#c0392b}._userListContainer_o0xia_1{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px #0000000d}._toolbar_o0xia_15{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._addButton_o0xia_29{background-color:#3498db;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}._addButton_o0xia_29:hover{background-color:#2980b9}._userTable_o0xia_61{width:100%;border-collapse:collapse}._userTable_o0xia_61 th,._userTable_o0xia_61 td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #ecf0f1;vertical-align:middle}._userTable_o0xia_61 th{background-color:#f8f9fa;font-weight:600;color:#34495e}._badge_o0xia_97{padding:.25rem .6rem;border-radius:12px;font-size:.8rem;font-weight:700;color:#fff;text-transform:capitalize}._admin_o0xia_115{background-color:#e74c3c}._agent_o0xia_117{background-color:#3498db}._scientifique_o0xia_119{background-color:#9b59b6}._status_o0xia_123{font-weight:600}._active_o0xia_131{color:#27ae60}._inactive_o0xia_139{color:#c0392b}._actions_o0xia_147{display:flex;gap:.5rem}._actionButton_o0xia_157{padding:.4rem .8rem;border:1px solid #bdc3c7;background-color:#fff;border-radius:4px;cursor:pointer;transition:background-color .2s,color .2s}._actionButton_o0xia_157:hover{background-color:#ecf0f1}._deleteButton_o0xia_183:hover{background-color:#e74c3c;color:#fff}._activateButton_o0xia_193:hover{background-color:#2ecc71;color:#fff}._filters_o0xia_203{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}._filters_o0xia_203 select{padding:.5rem;border:1px solid #bdc3c7;border-radius:4px;background-color:#fff;font-size:.9rem}._searchInput_o0xia_233{padding:.6rem .75rem;border-radius:4px;border:1px solid #ccc;min-width:250px;font-size:.9rem}._pagination_o0xia_249{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #ecf0f1}._pagination_o0xia_249 button{padding:.5rem 1rem;border:1px solid #bdc3c7;background-color:#fff;border-radius:4px;cursor:pointer;transition:background-color .2s}._pagination_o0xia_249 button:hover:not(:disabled){background-color:#ecf0f1}._pagination_o0xia_249 button:disabled{cursor:not-allowed;opacity:.5}._pagination_o0xia_249 span{font-weight:600;color:#34495e}@media (max-width: 992px){._toolbar_o0xia_15{flex-direction:column;align-items:stretch;gap:1rem}._filters_o0xia_203{flex-wrap:wrap;justify-content:center;gap:.5rem}._userTable_o0xia_61 thead{display:none}._userTable_o0xia_61,._userTable_o0xia_61 tbody,._userTable_o0xia_61 tr,._userTable_o0xia_61 td{display:block;width:100%}._userTable_o0xia_61 tr{margin-bottom:1.5rem;border:1px solid #ecf0f1;border-radius:8px;padding:.5rem 0;box-shadow:0 2px 4px #0000000d}._userTable_o0xia_61 td{display:flex;align-items:center;padding:.75rem 1rem;border-bottom:1px dashed #ecf0f1}._userTable_o0xia_61 tr td:last-child{border-bottom:none}._userTable_o0xia_61 td:before{content:attr(data-label);font-weight:600;color:#34495e;text-align:left;flex-shrink:0;width:110px;padding-right:1rem}._cellValue_o0xia_425{min-width:0;word-break:break-word;text-align:left;flex-grow:1}._actions_o0xia_147{flex-wrap:wrap;justify-content:flex-start}}._form_6umnu_1{display:flex;flex-direction:column;gap:1rem;padding:1rem 1.5rem 1rem 1rem;box-sizing:border-box}._formGroup_6umnu_19{display:flex;flex-direction:column}._formGroup_6umnu_19 label{margin-bottom:.5rem;font-weight:600;color:#34495e}._formGroup_6umnu_19 input,._formGroup_6umnu_19 select{padding:.75rem;border:1px solid #bdc3c7;border-radius:4px;font-size:1rem}._formGroup_6umnu_19 input:focus,._formGroup_6umnu_19 select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}._formActions_6umnu_71{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}._submitButton_6umnu_85,._cancelButton_6umnu_85{color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}._submitButton_6umnu_85{background-color:#2ecc71}._submitButton_6umnu_85:hover{background-color:#27ae60}._submitButton_6umnu_85:disabled{background-color:#95a5a6;cursor:not-allowed}._cancelButton_6umnu_85{background-color:#7f8c8d}._cancelButton_6umnu_85:hover{background-color:#95a5a6}._errorBanner_6umnu_149{background-color:#e74c3c;color:#fff;padding:1rem;border-radius:4px;text-align:center;margin-bottom:1rem}._divider_6umnu_167{border:none;border-top:1px solid #ecf0f1;margin:1.5rem 0}._infoText_6umnu_179{font-size:.9rem;color:#7f8c8d;text-align:center;margin-top:-.5rem;margin-bottom:1rem}._confirmationContent_abbgx_1{display:flex;flex-direction:column;gap:1.5rem}._confirmationContent_abbgx_1 p{margin:0;font-size:1rem;line-height:1.5;color:#34495e}._actions_abbgx_27{display:flex;justify-content:flex-end;gap:1rem}._confirmButton_abbgx_39,._cancelButton_abbgx_39{border:none;padding:.75rem 1.5rem;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,opacity .2s}._cancelButton_abbgx_39{background-color:#bdc3c7;color:#2c3e50}._confirmButton_abbgx_39{background-color:#2ecc71;color:#fff}._destructive_abbgx_79{background-color:#e74c3c}._adminPage_yiify_1{padding:2rem;background-color:#f4f7f6}._header_yiify_11 h1{margin:0 0 .5rem}._header_yiify_11{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}._addButton_yiify_43{background-color:#3498db;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:background-color .2s}._addButton_yiify_43:hover{background-color:#2980b9}._loading_yiify_75{text-align:center;padding:2rem;font-size:1.2rem;color:#7f8c8d}._tableContainer_yiify_89{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;overflow-x:auto;padding:1rem}._table_yiify_89{width:100%;border-collapse:collapse}._table_yiify_89 th,._table_yiify_89 td{padding:12px 15px;text-align:left;border-bottom:1px solid #e9ecef}._table_yiify_89 th{background-color:#f8f9fa;font-weight:600;color:#495057}._table_yiify_89 tbody tr:last-child td{border-bottom:none}._actionButton_yiify_147{margin-right:8px;padding:6px 12px;border-radius:4px;border:1px solid #bdc3c7;background-color:#fff;cursor:pointer}._deleteButton_yiify_165{color:#e74c3c;border-color:#e74c3c}._deleteButton_yiify_165:hover{background-color:#e74c3c;color:#fff}._publishButton_yiify_185{color:#27ae60;border-color:#27ae60}._publishButton_yiify_185:hover{background-color:#27ae60;color:#fff}._unpublishButton_yiify_205{color:#7f8c8d;border-color:#7f8c8d}._unpublishButton_yiify_205:hover{background-color:#7f8c8d;color:#fff}._authorCell_yiify_223{display:flex;align-items:center;gap:1rem;min-width:200px}._authorPhoto_yiify_237{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}._authorPhotoPlaceholder_yiify_253{width:40px;height:40px;border-radius:50%;background-color:#3498db;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}._contentCell_yiify_279{white-space:normal;max-width:450px;font-style:italic;color:#555}._statusBadge_yiify_293{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;color:#fff;display:inline-block}._published_yiify_295{background-color:#27ae60}._draft_yiify_297{background-color:#7f8c8d}._editorSection_yiify_301{background-color:#fff;padding:1.5rem;border-radius:8px;margin-bottom:2rem}._editorSection_yiify_301 ._formGroup_yiify_315{display:flex;flex-direction:column;margin-bottom:1.5rem}._editorSection_yiify_301 ._formGroup_yiify_315 label{font-weight:600;margin-bottom:.5rem}._editorSection_yiify_301 ._formGroup_yiify_315 input[type=text],._editorSection_yiify_301 ._formGroup_yiify_315 input[type=email],._editorSection_yiify_301 ._formGroup_yiify_315 input[type=url],._editorSection_yiify_301 ._formGroup_yiify_315 input[type=number],._editorSection_yiify_301 ._formGroup_yiify_315 textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}._imagePreview_yiify_359{max-width:100%;max-height:200px;margin-top:1rem;border-radius:6px;border:1px solid #e0e0e0;object-fit:contain}._checkboxGroup_yiify_377{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}._checkboxGroup_yiify_377 input{width:auto}._checkboxGroup_yiify_377 label{margin-bottom:0;font-weight:400}._formActions_yiify_409{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef}._submitButton_yiify_427,._cancelButton_yiify_427{border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:background-color .2s,opacity .2s}._submitButton_yiify_427{background-color:#3498db;color:#fff}._submitButton_yiify_427:hover{background-color:#2980b9}._submitButton_yiify_427:disabled{background-color:#a9d6f5;cursor:not-allowed}._cancelButton_yiify_427{background-color:#ecf0f1;color:#7f8c8d}._cancelButton_yiify_427:hover{background-color:#dce4e6}._error_yiify_459{color:#e74c3c;font-size:.875rem;margin-top:.25rem}._container_1t58a_1{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px #0000000d}._toolbar_1t58a_15{display:flex;justify-content:flex-end;margin-bottom:1.5rem}._addButton_1t58a_27{background-color:#3498db;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}._addButton_1t58a_27:hover{background-color:#2980b9}._table_1t58a_59{width:100%;border-collapse:collapse}._table_1t58a_59 th,._table_1t58a_59 td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #ecf0f1;vertical-align:middle}._table_1t58a_59 th{background-color:#f8f9fa;font-weight:600;color:#34495e}._badge_1t58a_95{padding:.25rem .6rem;border-radius:12px;font-size:.8rem;font-weight:700;color:#fff;text-transform:capitalize}._status_1t58a_113{font-weight:600}._active_1t58a_121{color:#27ae60}._inactive_1t58a_129{color:#c0392b}._actions_1t58a_137{display:flex;gap:.5rem}._actionButton_1t58a_147{padding:.4rem .8rem;border:1px solid #bdc3c7;background-color:#fff;border-radius:4px;cursor:pointer;transition:background-color .2s,color .2s}._actionButton_1t58a_147:hover{background-color:#ecf0f1}._deleteButton_1t58a_173:hover{background-color:#e74c3c;color:#fff}._activateButton_1t58a_183:hover{background-color:#2ecc71;color:#fff}@media (max-width: 992px){._toolbar_1t58a_15{flex-direction:column;align-items:stretch;gap:1rem}._filters_1t58a_209{flex-wrap:wrap;justify-content:center;gap:.5rem}._table_1t58a_59 thead{display:none}._table_1t58a_59,._table_1t58a_59 tbody,._table_1t58a_59 tr,._table_1t58a_59 td{display:block;width:100%}._table_1t58a_59 tr{margin-bottom:1.5rem;border:1px solid #ecf0f1;border-radius:8px;padding:.5rem 0;box-shadow:0 2px 4px #0000000d}._table_1t58a_59 td{display:flex;align-items:center;padding:.75rem 1rem;border-bottom:1px dashed #ecf0f1}._table_1t58a_59 tr td:last-child{border-bottom:none}._table_1t58a_59 td:before{content:attr(data-label);font-weight:600;color:#34495e;text-align:left;flex-shrink:0;width:110px;padding-right:1rem}._cellValue_1t58a_303{min-width:0;word-break:break-word;text-align:left;flex-grow:1}._actions_1t58a_137{flex-wrap:wrap;justify-content:flex-start}}._form_1fr55_1{display:flex;flex-direction:column;gap:1rem}._formGroup_1fr55_13{display:flex;flex-direction:column}._formGroup_1fr55_13 label{margin-bottom:.5rem;font-weight:600;color:#34495e}._formGroup_1fr55_13 input{padding:.75rem;border:1px solid #bdc3c7;border-radius:4px;font-size:1rem}._formGroup_1fr55_13 input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}._formActions_1fr55_61{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}._submitButton_1fr55_75,._cancelButton_1fr55_75{color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}._submitButton_1fr55_75{background-color:#2ecc71}._submitButton_1fr55_75:hover{background-color:#27ae60}._submitButton_1fr55_75:disabled{background-color:#95a5a6;cursor:not-allowed}._cancelButton_1fr55_75{background-color:#7f8c8d}._cancelButton_1fr55_75:hover{background-color:#95a5a6}._siteListContainer_1hima_1{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px #0000000d}._toolbar_1hima_15{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._filters_1hima_29{display:flex;gap:.5rem;background-color:#ecf0f1;padding:.3rem;border-radius:7px;align-items:center}._searchInput_1hima_47{padding:.5rem .75rem;border-radius:4px;border:1px solid #ccc;min-width:250px;font-size:.9rem;height:38px}._filters_1hima_29 button{padding:.5rem 1rem;border:none;background-color:transparent;border-radius:5px;cursor:pointer;font-weight:600;color:#7f8c8d;transition:all .2s ease-in-out}._filters_1hima_29 button._activeFilter_1hima_87{background-color:#fff;color:#2c3e50;box-shadow:0 1px 3px #0000001a}._addButton_1hima_99{background-color:#3498db;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}._addButton_1hima_99:hover{background-color:#2980b9}._siteTable_1hima_131{width:100%;border-collapse:collapse}._siteTable_1hima_131 th,._siteTable_1hima_131 td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #ecf0f1;vertical-align:middle}._siteTable_1hima_131 th{background-color:#f8f9fa;font-weight:600;color:#34495e}._status_1hima_167{font-weight:600}._active_1hima_87{color:#27ae60}._inactive_1hima_183{color:#c0392b}._actionsContainer_1hima_191{position:relative;display:inline-block}._dropdownToggle_1hima_201{background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;padding:0 8px;color:#6c757d}._dropdownToggle_1hima_201:hover{color:#343a40}._dropdownMenu_1hima_229{position:absolute;top:100%;right:0;z-index:100;background-color:#fff;border-radius:6px;box-shadow:0 4px 12px #00000026;padding:8px 0;min-width:160px;display:flex;flex-direction:column;border:1px solid #eee}._actionButton_1hima_259{width:100%;text-align:left;background-color:transparent;border:none;border-radius:0;padding:8px 16px;color:#333;cursor:pointer;font-size:.9rem;transition:background-color .15s ease-in-out}._actionButton_1hima_259:hover:not(:disabled){background-color:#f8f9fa}._deleteButton_1hima_293{color:#dc3545}._deleteButton_1hima_293:hover:not(:disabled){background-color:#fbebeb}._activateButton_1hima_307:hover:not(:disabled){background-color:#eaf6ec}._disabledButton_1hima_315{cursor:not-allowed;background-color:#f8f9fa;color:#bdc3c7;border-color:#ecf0f1}._pagination_1hima_329{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #ecf0f1}._pagination_1hima_329 button{padding:.5rem 1rem;border:1px solid #bdc3c7;background-color:#fff;border-radius:4px;cursor:pointer;transition:background-color .2s}._pagination_1hima_329 button:hover:not(:disabled){background-color:#ecf0f1}._pagination_1hima_329 button:disabled{cursor:not-allowed;opacity:.5}._pagination_1hima_329 span{font-weight:600;color:#34495e}@media (max-width: 992px){._toolbar_1hima_15{flex-direction:column;align-items:stretch;gap:1rem}._filters_1hima_29{flex-wrap:wrap;justify-content:center;gap:.5rem}._filters_1hima_29 ._searchInput_1hima_47{flex-basis:100%}._siteTable_1hima_131 thead{display:none}._siteTable_1hima_131,._siteTable_1hima_131 tbody,._siteTable_1hima_131 tr,._siteTable_1hima_131 td{display:block;width:100%}._siteTable_1hima_131 tr{margin-bottom:1.5rem;border:1px solid #ecf0f1;border-radius:8px;padding:.5rem 0;box-shadow:0 2px 4px #0000000d}._siteTable_1hima_131 td{display:flex;align-items:center;padding:.75rem 1rem;border-bottom:1px dashed #ecf0f1}._siteTable_1hima_131 tr td:last-child{border-bottom:none}._siteTable_1hima_131 td:before{content:attr(data-label);font-weight:600;color:#34495e;text-align:left;flex-shrink:0;width:110px;padding-right:1rem}._cellValue_1hima_517{min-width:0;word-break:break-word;text-align:left;flex-grow:1}._actions_1hima_191{flex-wrap:wrap;justify-content:flex-start}}._form_fnz5k_1{display:flex;flex-direction:column;gap:1rem;padding:1rem 1.5rem 1rem 1rem;box-sizing:border-box}._formGroup_fnz5k_19{display:flex;flex-direction:column}._formGroup_fnz5k_19 label{margin-bottom:.5rem;font-weight:600;color:#34495e}._formGroup_fnz5k_19 input,._formGroup_fnz5k_19 select{padding:.75rem;border:1px solid #bdc3c7;border-radius:4px;font-size:1rem}._formGroup_fnz5k_19 input:focus,._formGroup_fnz5k_19 select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}._formActions_fnz5k_71{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}._submitButton_fnz5k_85,._cancelButton_fnz5k_85{color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}._submitButton_fnz5k_85{background-color:#2ecc71}._submitButton_fnz5k_85:hover{background-color:#27ae60}._submitButton_fnz5k_85:disabled{background-color:#95a5a6;cursor:not-allowed}._cancelButton_fnz5k_85{background-color:#7f8c8d}._cancelButton_fnz5k_85:hover{background-color:#95a5a6}._grid_fnz5k_149{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._readOnlyInput_fnz5k_161{background-color:#ecf0f1;cursor:not-allowed}._infoText_fnz5k_171{font-size:.9rem;color:#7f8c8d;text-align:center;margin-top:0;margin-bottom:1rem;background-color:#f8f9fa;padding:.5rem;border-radius:4px}h1{color:#2c3e50;margin-bottom:1.5rem}._card_luf7k_15{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem;margin-bottom:1.5rem}._cardTitle_luf7k_31{margin-top:0;margin-bottom:1rem;color:#34495e;border-bottom:1px solid #ecf0f1;padding-bottom:.5rem}._cardHeader_luf7k_47{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._cardHeader_luf7k_47 ._cardTitle_luf7k_31{margin-bottom:0;border-bottom:none;padding-bottom:0}._photoGallery_luf7k_77{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;list-style:none;padding:0}._photoItem_luf7k_93{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 1px 3px #0000001f;cursor:pointer}._photoItem_luf7k_93 img{width:100%;height:120px;object-fit:cover;display:block;transition:transform .3s ease}._photoItem_luf7k_93:hover img{transform:scale(1.05)}._photoCaption_luf7k_133{position:absolute;bottom:0;left:0;right:0;background-color:#0009;color:#fff;padding:.25rem .5rem;font-size:.8rem;text-align:center}._deletePhotoButton_luf7k_157{position:absolute;top:5px;right:5px;background-color:#000000b3;color:#fff;border:none;border-radius:50%;width:24px;height:24px;font-size:16px;line-height:24px;text-align:center;cursor:pointer;transition:background-color .2s;padding:0;z-index:10}._deletePhotoButton_luf7k_157:hover{background-color:#e74c3c}._filterContainer_luf7k_199{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}._filterGroup_luf7k_213{display:flex;flex-direction:column}._filterGroup_luf7k_213 label{font-size:.8rem;margin-bottom:.25rem;color:#7f8c8d}._filterGroup_luf7k_213 input{padding:.5rem;border:1px solid #bdc3c7;border-radius:4px}._resetButton_luf7k_247,._addButton_luf7k_247{padding:.5rem 1rem;border:1px solid #bdc3c7;background-color:#ecf0f1;color:#34495e;border-radius:4px;cursor:pointer;transition:background-color .2s}._resetButton_luf7k_247:hover{background-color:#dadedf}._addButton_luf7k_247{background-color:#27ae60;color:#fff;border-color:#27ae60}._addButton_luf7k_247:hover{background-color:#229954}._isolatedMeasureButton_luf7k_295{background-color:#8e44ad;color:#fff;border-color:#8e44ad}._marginTop_luf7k_309{margin-top:1.5rem}._headerActions_luf7k_319{display:flex;gap:.75rem;align-items:center}._actionContainer_luf7k_333{display:flex;gap:1rem;flex-wrap:wrap}._exportButton_luf7k_347{padding:.6rem 1.2rem;border-radius:4px;border:1px solid #7f8c8d;background-color:#fff;color:#34495e;cursor:pointer;transition:all .2s;font-weight:500}._exportButton_luf7k_347:hover:not(:disabled){background-color:#f4f6f6}._exportButton_luf7k_347:disabled{opacity:.6;cursor:not-allowed}._tableContainer_luf7k_379{overflow-x:auto;-webkit-overflow-scrolling:touch}._measurementTable_luf7k_389{width:100%;border-collapse:collapse;margin-top:1rem;white-space:nowrap}._measurementTable_luf7k_389 th,._measurementTable_luf7k_389 td{border:1px solid #ecf0f1;padding:.75rem;text-align:left;vertical-align:middle}._measurementTable_luf7k_389 thead{background-color:#f9fafb}._measurementTable_luf7k_389 th{text-align:center}._groupHeaderEpi_luf7k_433{background-color:#e9f5ff}._groupHeaderPlage_luf7k_435{background-color:#e8f6f3}._subHeader_luf7k_437 th{font-weight:500}._measurementCell_luf7k_441{font-size:.9rem;text-align:center}._naCell_luf7k_449{color:#bdc3c7;font-style:italic;text-align:center}._measurementTable_luf7k_389 ._commentCell_luf7k_455{text-align:left;font-style:italic;color:#7f8c8d;background-color:#fdfefe;padding-left:2rem;white-space:normal}._dateCellWithComment_luf7k_475{vertical-align:middle}._descriptionCell_luf7k_485{white-space:normal;word-break:break-word;max-width:450px;min-width:250px;vertical-align:top;text-align:left}._actionCell_luf7k_503{text-align:center}._toggleDescriptionButton_luf7k_511{display:block;margin-top:.5rem;background:none;border:none;color:#007bff;text-decoration:underline;cursor:pointer;padding:0;font-size:.85rem;font-weight:700}._actionButton_luf7k_539{padding:.3rem .6rem;border-radius:4px;border:1px solid transparent;cursor:pointer;margin:0 .2rem}._editButton_luf7k_553{border-color:#3498db;color:#3498db}._editButton_luf7k_553:hover{background-color:#3498db;color:#fff}._deleteButton_luf7k_557{border-color:#e74c3c;color:#e74c3c}._deleteButton_luf7k_557:hover{background-color:#e74c3c;color:#fff}._initialStarActive_luf7k_565{font-size:1rem;color:#ffc107;cursor:default;line-height:1;vertical-align:middle}._initialStarButton_luf7k_581{background:none;border:none;font-size:1.5rem;color:#adb5bd;cursor:pointer;padding:0;line-height:1;vertical-align:middle;transition:color .2s,transform .2s}._initialStarButton_luf7k_581:hover:not(:disabled){color:#f39c12;transform:scale(1.2)}._initialStarButton_luf7k_581:disabled{cursor:wait;color:#bdc3c7}._viewButton_luf7k_627{border-color:#27ae60;color:#27ae60}._viewButton_luf7k_627:hover{background-color:#27ae60;color:#fff}._sortableHeader_luf7k_641{cursor:pointer;position:relative;-webkit-user-select:none;user-select:none;transition:background-color .2s}._sortableHeader_luf7k_641:hover{background-color:#f0f2f5}._sortIndicator_luf7k_663{position:absolute;right:10px;top:50%;transform:translateY(-50%)}._downloadButton_luf7k_677{border-color:#3498db;color:#3498db;text-decoration:none;display:inline-block}._downloadButton_luf7k_677:hover{background-color:#3498db;color:#fff}._photoButton_luf7k_695,._traceButton_luf7k_695{background:none;border:none;cursor:pointer;padding:0;line-height:1;opacity:.7;font-size:1.2rem;transition:transform .2s ease-in-out;display:inline-flex;align-items:center;justify-content:center}._traceButton_luf7k_695:hover{transform:scale(1.2)}._pagination_luf7k_727{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem}._pagination_luf7k_727 button{padding:.5rem 1rem;border:1px solid #bdc3c7;background-color:#fff;cursor:pointer}._pagination_luf7k_727 button:disabled{cursor:not-allowed;opacity:.5}._chartContainer_luf7k_765{display:grid;grid-template-columns:1fr 1fr;gap:2rem}._chartWrapper_luf7k_777{cursor:zoom-in;transition:box-shadow .2s ease-in-out,transform .2s ease-in-out;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb;min-height:300px;display:flex;align-items:center;justify-content:center}._chartWrapper_luf7k_777:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}._chartPlaceholder_luf7k_815{display:flex;align-items:center;justify-content:center;min-height:200px;padding:1rem;border:1px dashed #d1d5db;border-radius:8px;background-color:#f9fafb;color:#6b7280}@media (max-width: 992px){._chartContainer_luf7k_765{grid-template-columns:1fr}._measurementTable_luf7k_389:not(._mainMeasurementTable_luf7k_851) thead{display:none}._measurementTable_luf7k_389:not(._mainMeasurementTable_luf7k_851),._measurementTable_luf7k_389:not(._mainMeasurementTable_luf7k_851) tbody,._measurementTable_luf7k_389:not(._mainMeasurementTable_luf7k_851) tr,._measurementTable_luf7k_389:not(._mainMeasurementTable_luf7k_851) td{display:block;width:100%}._measurementTable_luf7k_389:not(._mainMeasurementTable_luf7k_851) tr{margin-bottom:1.5rem;border:1px solid #ecf0f1;border-radius:8px;padding:.5rem 0;box-shadow:0 2px 4px #0000000d}._measurementTable_luf7k_389:not(._mainMeasurementTable_luf7k_851) td{display:flex;align-items:center;padding:.75rem 1rem;border-bottom:1px dashed #ecf0f1;white-space:normal;flex-wrap:wrap;gap:.5rem}._measurementTable_luf7k_389:not(._mainMeasurementTable_luf7k_851) tr td:last-child{border-bottom:none}._measurementTable_luf7k_389:not(._mainMeasurementTable_luf7k_851) td:before{content:attr(data-label);font-weight:600;color:#34495e;text-align:left;flex-shrink:0;width:110px;padding-right:1rem}}._header_luf7k_319{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;border-bottom:1px solid #e9ecef;padding-bottom:1rem}._header_luf7k_319 h1{margin:0;font-size:1.75rem}._infoGrid_luf7k_981{display:flex;flex-wrap:wrap;gap:1rem 2.5rem;margin-bottom:1rem}._infoGrid_luf7k_981 p{margin:0}._epiComment_luf7k_1005{margin-top:1rem;font-style:italic}._badge_luf7k_1017{padding:.25rem .6rem;border-radius:12px;font-size:.8rem;font-weight:600;color:#fff;display:inline-block}._pending_luf7k_1033{background-color:#f39c12}._approved_luf7k_1035{background-color:#27ae60}._rejected_luf7k_1037{background-color:#c0392b}._tabsHeader_luf7k_1043{border-bottom:2px solid #e5e7eb;margin-bottom:1.5rem}._tabs_luf7k_1043{display:flex;gap:.5rem}._tabButton_luf7k_1063{padding:.75rem 1.5rem;border:none;background-color:transparent;cursor:pointer;font-size:1rem;color:#6b7280;border-bottom:3px solid transparent;transform:translateY(2px);transition:all .2s ease-in-out}._tabButton_luf7k_1063._activeTab_luf7k_1087{color:#007bff;font-weight:600;border-bottom-color:#007bff}._chartsSection_luf7k_1109{margin-top:2rem;border-top:1px solid #e5e7eb;padding-top:1.5rem}._titleWithHelp_luf7k_1123{display:flex;align-items:center;gap:10px}._helpButton_luf7k_1135{background-color:#007bff;color:#fff;border:none;border-radius:50%;width:24px;height:24px;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}._helpButton_luf7k_1135:hover{background-color:#0056b3}._photoActions_luf7k_1175{position:absolute;top:5px;right:5px;display:flex;gap:5px;opacity:0;transition:opacity .2s ease-in-out;z-index:10}._photoItem_luf7k_93:hover ._photoActions_luf7k_1175{opacity:1}._photoActionButton_luf7k_1205{background-color:#0009;color:#fff;border:none;border-radius:50%;width:28px;height:28px;font-size:16px;line-height:28px;text-align:center;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center}._editPhotoButton_luf7k_1239:hover{background-color:#007bff}._deletePhotoButton_luf7k_157:hover{background-color:#dc3545}._photoCaption_luf7k_133{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 10px)}._photoActions_luf7k_1175 ._deletePhotoButton_luf7k_157{position:static}._tabsContainer_btrbx_1{width:100%;margin-top:1.5rem}._tabList_btrbx_11{display:flex;border-bottom:2px solid #e5e7eb;overflow-x:auto;-webkit-overflow-scrolling:touch}._tabList_btrbx_11::-webkit-scrollbar{height:3px}._tabList_btrbx_11::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}._tabButton_btrbx_47{padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:#4b5563;background-color:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:color .2s,border-color .2s;margin-bottom:-2px;display:flex;align-items:center;gap:.5rem;white-space:nowrap;flex-shrink:0}._tabButton_btrbx_47:hover{color:#1f2937;background-color:#f9fafb}._tabButton_btrbx_47._active_btrbx_93{color:#3b82f6;border-color:#3b82f6}._countBadge_btrbx_103{background-color:#e5e7eb;color:#4b5563;font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:9999px}._tabButton_btrbx_47._active_btrbx_93 ._countBadge_btrbx_103{background-color:#dbeafe;color:#3b82f6}._tabPanel_btrbx_131{padding-top:1.5rem}._modalOverlay_1ow7l_1{position:fixed;inset:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_1ow7l_27{background:#f4f7f6;padding:30px;border-radius:8px;width:90%;max-width:600px;position:relative;box-shadow:0 5px 15px #0000004d}._closeButton_1ow7l_47{position:absolute;top:15px;right:15px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}._formGrid_1ow7l_69{display:grid;grid-template-columns:1fr;gap:20px}._formGroup_1ow7l_81{display:flex;flex-direction:column}._formGroup_1ow7l_81 label{margin-bottom:8px;font-weight:700;color:#333}._formGroup_1ow7l_81 input{padding:10px;border:1px solid #ccc;border-radius:4px;font-size:1rem}._inputRow_1ow7l_117{display:flex;gap:10px}._inputRow_1ow7l_117 input{width:100%;text-align:center}._formActions_1ow7l_137{display:flex;justify-content:flex-end;gap:16px;margin-top:24px;border-top:1px solid #eee;padding-top:16px}._submitButton_1ow7l_157,._cancelButton_1ow7l_157{padding:12px 20px;border-radius:5px;border:none;cursor:pointer;font-size:1rem;font-weight:700;transition:background-color .2s}._cancelButton_1ow7l_157{background-color:#6c757d;color:#fff}._cancelButton_1ow7l_157:hover{background-color:#5a6268}._submitButton_1ow7l_157{background-color:#007bff;color:#fff}._submitButton_1ow7l_157:hover{background-color:#0056b3}._submitButton_1ow7l_157:disabled{background-color:#a0a0a0;cursor:not-allowed}._errorMessage_1ow7l_227{color:#dc3545;margin-top:15px}._previewContainer_1ow7l_237{margin-top:1rem;text-align:center}._previewContainer_1ow7l_237 p{font-weight:600;margin-bottom:.5rem;color:#333}._preview_1ow7l_237{max-width:100%;max-height:200px;border-radius:4px;object-fit:contain;border:1px solid #ddd;padding:4px}._modalOverlay_12z0u_1{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:50}._modalPanel_12z0u_21{background-color:#fff;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;width:100%;max-width:42rem;text-align:left;display:flex;flex-direction:column;max-height:90vh}._modalHeader_12z0u_47{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;flex-shrink:0}._modalTitle_12z0u_67{font-size:1.25rem;font-weight:600;color:#111827}._closeButton_12z0u_79{background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:#9ca3af}._modalContent_12z0u_97{padding:1.5rem;overflow-y:auto}._formGroup_12z0u_109{margin-bottom:1.25rem}._label_12z0u_117{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}._input_12z0u_133,._textarea_12z0u_133,._select_12z0u_133{display:block;width:100%;border-radius:.375rem;border:1px solid #d1d5db;padding:.5rem .75rem;box-sizing:border-box;font-size:1rem;box-shadow:0 1px 2px #0000000d}._input_12z0u_133[type=date]{width:auto;min-width:180px}._textarea_12z0u_133{min-height:120px;resize:vertical}._select_12z0u_133{background-color:#fff}._checkboxGrid_12z0u_185{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;max-height:150px;overflow-y:auto;border:1px solid #e5e7eb;padding:.75rem;border-radius:6px}._checkboxLabel_12z0u_207{display:flex;align-items:center;gap:.5rem;cursor:pointer}._photoSelector_12z0u_221{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem;max-height:180px;overflow-y:auto;border:1px solid #e5e7eb;padding:.75rem;border-radius:6px}._photoSelectItem_12z0u_243{position:relative;cursor:pointer;border-radius:4px;overflow:hidden;border:3px solid transparent;transition:border-color .2s}._photoSelectItem_12z0u_243 img{width:100%;height:80px;object-fit:cover;display:block}._photoSelectItem_12z0u_243._selected_12z0u_275{border-color:#4f46e5}._formActions_12z0u_283{display:flex;justify-content:flex-end;gap:.75rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}._btn_12z0u_301{display:inline-flex;justify-content:center;border-radius:.375rem;border:1px solid transparent;padding:.6rem 1.2rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}._btnPrimary_12z0u_325{background-color:#4f46e5;color:#fff}._btnPrimary_12z0u_325:hover{background-color:#4338ca}._btnSecondary_12z0u_329{background-color:#e5e7eb;color:#374151}._btnSecondary_12z0u_329:hover{background-color:#d1d5db}._errorText_12z0u_335{color:#dc2626;font-size:.875rem;margin-top:.25rem}._overlay_dx3lx_1{position:fixed;inset:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000}._panel_dx3lx_21{background:#fff;border-radius:8px;width:90vw;height:90vh;max-width:1200px;display:flex;flex-direction:column;box-shadow:0 10px 25px #00000080}._header_dx3lx_43{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}._header_dx3lx_43 h3{margin:0;font-size:1.25rem}._closeButton_dx3lx_69{background:none;border:none;font-size:1.75rem;cursor:pointer;color:#6b7280}._mapContainer_dx3lx_85{flex-grow:1;padding:.5rem;background-color:#f0f0f0}._overlay_1760i_1{position:fixed;inset:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000}._panel_1760i_21{background:#fff;border-radius:8px;width:90vw;height:90vh;max-width:1400px;display:flex;flex-direction:column;box-shadow:0 10px 25px #00000080;overflow:hidden;transition:all .3s ease-in-out}._panel_1760i_21._fullScreen_1760i_49{width:100vw;height:100vh;max-width:none;max-height:none;border-radius:0;border:none;box-shadow:none}._header_1760i_69{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}._header_1760i_69 h3{margin:0;font-size:1.25rem}._headerActions_1760i_97{display:flex;align-items:center;gap:.5rem}._closeButton_1760i_111,._fullscreenButton_1760i_111{background:none;border:none;font-size:1.75rem;color:#6b7280;cursor:pointer;padding:.25rem;line-height:1;transition:color .2s;display:flex;align-items:center;justify-content:center}._closeButton_1760i_111:hover,._fullscreenButton_1760i_111:hover{color:#111827}._fullscreenButton_1760i_111{font-size:1.2rem}._content_1760i_155{flex-grow:1;display:flex;flex-direction:column;overflow:hidden}._mapContainer_1760i_169{flex-grow:1;width:100%;position:relative}._downloadContainer_1760i_181{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #eee}._downloadButton_1760i_193{width:100%;padding:8px 12px;font-size:.9rem;font-weight:500;background-color:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}._downloadButton_1760i_193:hover:not(:disabled){background-color:#218838}._downloadButton_1760i_193:disabled{background-color:#6c757d;cursor:not-allowed}._legend_1760i_237{position:absolute;bottom:20px;right:20px;z-index:1000;background-color:#ffffffd9;padding:10px 15px;border-radius:8px;box-shadow:0 2px 8px #00000026;max-height:40vh;overflow-y:auto;width:280px}@media (max-width: 992px){._legend_1760i_237{position:absolute;bottom:10px;right:10px;z-index:1000;width:auto;max-width:180px;max-height:22vh;height:auto;background-color:#fffffff2;border:1px solid #ccc;border-radius:6px;box-shadow:0 2px 8px #00000026;padding:.5rem}._legend_1760i_237 h4{font-size:1rem;margin-bottom:.5rem}}._legend_1760i_237 h4{margin-top:0;margin-bottom:1rem;font-size:1.1rem;border-bottom:1px solid #ddd;padding-bottom:.5rem}._traceCount_1760i_337{font-size:.8rem;color:#6c757d;text-align:center;margin-top:-.5rem;margin-bottom:.75rem}._visibilityControls_1760i_353{display:flex;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #eee}._visibilityButton_1760i_369{background:none;border:none;padding:0;font-size:.75rem;color:#007bff;cursor:pointer;text-decoration:underline}._legend_1760i_237 ul{list-style:none;padding:0;margin:0}._legend_1760i_237 li{display:flex;align-items:center;margin-bottom:2px;padding:2px 4px;border-radius:3px;transition:background-color .1s ease-in-out}._legend_1760i_237 li:hover{background-color:#0000000d}._legend_1760i_237 li._highlighted_1760i_417{background-color:#e9ecef}._visibilityCheckbox_1760i_425{margin-right:8px;cursor:pointer}._legendColor_1760i_435{display:inline-block;width:20px;height:20px;border-radius:4px;margin-right:10px;flex-shrink:0;border:1px solid rgba(0,0,0,.1);cursor:pointer}._legendText_1760i_457{font-size:.8rem;margin-left:8px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}._noResultsText_1760i_479{padding:1rem;text-align:center;color:#6c757d;font-style:italic;font-size:.9rem}._popupDeleteButton_1760i_495{display:block;width:100%;margin-top:8px;padding:4px 8px;background-color:#e74c3c;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;text-align:center;transition:background-color .2s}._popupDeleteButton_1760i_495:hover{background-color:#c0392b}._traceLength_1760i_533{margin-left:6px;font-size:.85em;color:#6c757d}._searchContainer_1760i_547{margin:1rem 1.5rem;position:relative;flex-shrink:0}._fitBoundsButton_1760i_561{position:absolute;top:60px;right:10px;z-index:1000;background-color:#fff;border:2px solid rgba(0,0,0,.2);border-radius:4px;width:34px;height:34px;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 5px #0006;transition:background-color .2s}._fitBoundsButton_1760i_561:hover{background-color:#f4f4f4}._searchInput_1760i_609{width:100%;padding:.75rem 1rem .75rem 2.5rem;font-size:1rem;border-radius:8px;border:1px solid #e0e0e0;background-color:#f9f9f9;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;color:#333}._searchInput_1760i_609:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff26;background-color:#fff}._searchIcon_1760i_649{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#aaa;pointer-events:none}.custom-leaflet-div-icon{background:transparent!important;border:none!important}._summaryContainer_14qlx_1{padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000014}._chartWrapper_14qlx_15{cursor:zoom-in}._modalContent_14qlx_23{padding:1rem}._exportContainer_14qlx_31{display:flex;justify-content:flex-end;margin-bottom:1rem}._exportButton_14qlx_43{background-color:#c0392b;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer;font-weight:600;transition:background-color .2s}._exportButton_14qlx_43:hover:not(:disabled){background-color:#a93226}._exportButton_14qlx_43:disabled{background-color:#e0e0e0;cursor:not-allowed}._infoBox_14qlx_83{background-color:#e9f5fd;border-left:4px solid #3498db;padding:1rem 1.5rem;margin:1rem 0;border-radius:0 4px 4px 0}._infoBox_14qlx_83 p{margin:.5rem 0;color:#2c3e50}._noDataMessage_14qlx_109{text-align:center;padding:3rem;color:#7f8c8d}._loading_14qlx_121,._error_14qlx_121{text-align:center;padding:3rem;font-size:1.2rem;color:#7f8c8d}._error_14qlx_121{color:#c0392b;background-color:#fbeae5;border:1px solid #e74c3c;border-radius:6px}._tableContainer_18xsh_1{margin-top:2.5rem;position:relative;background-color:#fff;overflow-x:auto;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000000d;border:1px solid #e9ecef}._header_18xsh_23{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._tableTitle_18xsh_37{margin-top:0;margin-bottom:0;font-size:1.25rem;color:#343a40}._addButton_18xsh_51{background-color:#28a745;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500}._contributorsTable_18xsh_71{width:100%;border-collapse:collapse}._contributorsTable_18xsh_71 th,._contributorsTable_18xsh_71 td{padding:12px 15px;text-align:left;border-bottom:1px solid #dee2e6}._contributorsTable_18xsh_71 th{background-color:#f8f9fa;font-weight:600;color:#495057;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}._contributorsTable_18xsh_71 tbody tr:last-child td{border-bottom:none}._certifyButton_18xsh_121{display:inline-flex;align-items:center;gap:6px;background-color:transparent;border:1px solid #ced4da;border-radius:20px;padding:4px 12px;cursor:pointer;transition:all .2s ease-in-out;font-size:.85rem;color:#6c757d}._certifyButton_18xsh_121:hover:not(:disabled){border-color:#495057;color:#495057;background-color:#f8f9fa}._certifyButton_18xsh_121:disabled{cursor:not-allowed;opacity:.6}._starIcon_18xsh_171{color:#adb5bd;transition:color .2s ease-in-out;font-size:1.1rem}._certifyButton_18xsh_121._certified_18xsh_183{background-color:#e7f5ff;border-color:#90cfff;color:#0056b3}._certifyButton_18xsh_121._certified_18xsh_183 ._starIcon_18xsh_171{color:#007bff}._certifyButton_18xsh_121._certified_18xsh_183:hover:not(:disabled){background-color:#d0eaff;border-color:#5db3ff}._noContributors_18xsh_213{margin-top:2rem;padding:1rem;background-color:#f8f9fa;border-radius:6px;text-align:center;color:#6c757d}._infoBox_18xsh_231{background-color:#e7f3fe;border-left:4px solid #2196F3;padding:10px 15px;margin-bottom:1.5rem;border-radius:4px;font-size:.95rem}._infoBox_18xsh_231 p{margin:0;font-size:.95rem}._filterControls_18xsh_257{display:flex;gap:1rem;margin-bottom:1rem;align-items:center}._searchInput_18xsh_271,._roleSelect_18xsh_271{padding:8px 12px;border-radius:4px;border:1px solid #ccc;font-size:.9rem}._searchInput_18xsh_271{flex-grow:1}._resetButton_18xsh_293{background-color:#6c757d;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s ease-in-out}._resetButton_18xsh_293:hover{background-color:#5a6268}@media (max-width: 992px){._header_18xsh_23{flex-direction:column;align-items:flex-start;gap:1rem}._filterControls_18xsh_257{flex-direction:column;align-items:stretch;gap:.75rem}._contributorsTable_18xsh_71 thead{display:none}._contributorsTable_18xsh_71 tr{display:block;border:1px solid #ddd;border-radius:6px;margin-bottom:1rem;padding:1rem}._contributorsTable_18xsh_71 td{display:block;text-align:right;padding:10px 0;border-bottom:1px solid #eee;position:relative}._contributorsTable_18xsh_71 td:before{content:attr(data-label);position:absolute;left:0;font-weight:600;color:#333;text-align:left;padding-right:10px}._contributorsTable_18xsh_71 td:last-child{border-bottom:none}._actions_18xsh_425{justify-content:flex-end}._certifyText_18xsh_433{display:none}._infoBox_18xsh_231{background-color:#e7f3fe;border-left:4px solid #2196F3;padding:10px 15px;margin-bottom:1.5rem;border-radius:4px;font-size:.95rem}._infoBox_18xsh_231 p{margin:0;font-size:.95rem}}._form_vhgal_1{display:flex;flex-direction:column;gap:1.5rem}._info_vhgal_13{background-color:#f8f9fa;padding:1rem;border-radius:4px;border:1px solid #e9ecef}._info_vhgal_13 p{margin:.25rem 0}._formGroup_vhgal_35{display:flex;flex-direction:column}._formGroup_vhgal_35 label{margin-bottom:.5rem;font-weight:600;color:#495057}._formGroup_vhgal_35 select{padding:.75rem;border:1px solid #ced4da;border-radius:4px;font-size:1rem;background-color:#fff}._formActions_vhgal_73{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem;border-top:1px solid #e9ecef;padding-top:1.5rem}._submitButton_vhgal_91,._cancelButton_vhgal_93{padding:.6rem 1.2rem;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}._submitButton_vhgal_91{background-color:#007bff;color:#fff}._submitButton_vhgal_91:disabled{background-color:#6c757d;cursor:not-allowed}._cancelButton_vhgal_93{background-color:#f8f9fa;border:1px solid #ced4da;color:#343a40}._form_1opww_1{display:flex;flex-direction:column;gap:1.5rem}._formGroup_1opww_13{display:flex;flex-direction:column}._formGroup_1opww_13 label{margin-bottom:.5rem;font-weight:600;color:#495057}._formGroup_1opww_13 input,._formGroup_1opww_13 textarea{padding:.75rem;border:1px solid #ced4da;border-radius:4px;font-size:1rem;background-color:#fff;font-family:inherit}._formActions_1opww_55{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem;border-top:1px solid #e9ecef;padding-top:1.5rem}._submitButton_1opww_73,._cancelButton_1opww_75{padding:.6rem 1.2rem;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}._submitButton_1opww_73{background-color:#007bff;color:#fff}._submitButton_1opww_73:disabled{background-color:#6c757d;cursor:not-allowed}._cancelButton_1opww_75{background-color:#f8f9fa;border:1px solid #ced4da;color:#343a40}._error_1opww_125{color:#dc3545;font-size:.875rem;margin-top:.25rem}._header_5xllx_1{margin-bottom:2rem}._header_5xllx_1 h1{margin:.5rem 0}._backLink_5xllx_17{color:#3498db;text-decoration:none;font-weight:600;margin-bottom:1rem;display:inline-block}._container_5xllx_33{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px #0000000d}._toolbar_5xllx_47{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #ecf0f1}._toolbar_5xllx_47 h2{margin:0}._addButton_5xllx_73{background-color:#3498db;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}._addButton_5xllx_73:hover{background-color:#2980b9}._table_5xllx_105{width:100%;border-collapse:collapse}._table_5xllx_105 th,._table_5xllx_105 td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #ecf0f1;vertical-align:middle}._table_5xllx_105 th{background-color:#f8f9fa;font-weight:600;color:#34495e}._badge_5xllx_141{padding:.25rem .6rem;border-radius:12px;font-size:.8rem;font-weight:700;color:#fff;text-transform:capitalize}._manager_5xllx_159{background-color:#e67e22}._agent_5xllx_161{background-color:#3498db}._charge_entretien_5xllx_163{background-color:#1abc9c}._cancelButton_5xllx_167{padding:.4rem .8rem;border:1px solid #e74c3c;background-color:#fff;color:#e74c3c;border-radius:4px;cursor:pointer;transition:background-color .2s,color .2s}._actions_5xllx_187{display:flex;gap:.5rem;align-items:center}._editButton_5xllx_201,._deleteButton_5xllx_201,._assignButton_5xllx_201,._detailsButton_5xllx_201{padding:.4rem .8rem;background-color:#fff;border-radius:4px;cursor:pointer;transition:background-color .2s,color .2s;border:1px solid;font-weight:500;text-decoration:none;display:inline-block}._editButton_5xllx_201{color:#3498db;border-color:#3498db}._editButton_5xllx_201:hover{background-color:#3498db;color:#fff}._marginTop_5xllx_247{margin-top:2rem}._deleteButton_5xllx_201{color:#e74c3c;border-color:#e74c3c}._deleteButton_5xllx_201:hover{background-color:#e74c3c;color:#fff}._assignButton_5xllx_201{color:#27ae60;border-color:#27ae60}._assignButton_5xllx_201:hover{background-color:#27ae60;color:#fff}._detailsButton_5xllx_201{color:#3498db;border-color:#3498db}._detailsButton_5xllx_201:hover{background-color:#3498db;color:#fff}._pagination_5xllx_321{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #ecf0f1}._pagination_5xllx_321 button{padding:.5rem 1rem;border:1px solid #bdc3c7;background-color:#fff;border-radius:4px;cursor:pointer;transition:background-color .2s}._pagination_5xllx_321 button:hover:not(:disabled){background-color:#ecf0f1}._pagination_5xllx_321 button:disabled{cursor:not-allowed;opacity:.5}._pagination_5xllx_321 span{font-weight:600;color:#34495e}._assignedAgentsList_5xllx_389{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}._agentTag_5xllx_403{display:inline-flex;align-items:center;background-color:#ecf0f1;color:#34495e;padding:.25rem .75rem;border-radius:16px;font-size:.85rem;font-weight:500}._detachButton_5xllx_425{background:none;border:none;color:#95a5a6;margin-left:.5rem;cursor:pointer;font-size:1.2em;line-height:1;padding:0;font-weight:700;transition:color .2s}._detachButton_5xllx_425:hover{color:#e74c3c}._epiNameCell_5xllx_461{display:flex;align-items:center;gap:8px}._gpsIcon_5xllx_473{color:#2e7d32;display:inline-flex;align-items:center;cursor:help}._cellValue_5xllx_487{min-width:0}@media (max-width: 992px){._toolbar_5xllx_47{flex-direction:column;align-items:stretch;gap:1rem}._table_5xllx_105 thead{display:none}._table_5xllx_105,._table_5xllx_105 tbody,._table_5xllx_105 tr,._table_5xllx_105 td{display:block;width:100%}._table_5xllx_105 tr{margin-bottom:1.5rem;border:1px solid #ecf0f1;border-radius:8px;padding:.5rem 0;box-shadow:0 2px 4px #0000000d}._table_5xllx_105 td{display:flex;flex-direction:column;align-items:flex-start;padding:.75rem 1rem;border-bottom:1px dashed #ecf0f1;text-align:left;position:relative}._table_5xllx_105 tr td:last-child{border-bottom:none}._table_5xllx_105 td:before{content:attr(data-label);font-weight:600;color:#34495e;text-align:left;width:100%;margin-bottom:.5rem}._cellValue_5xllx_487{word-break:break-word;text-align:left;flex-grow:1}._actions_5xllx_187{flex-wrap:wrap;justify-content:flex-start}}._actionsContainer_5xllx_627{position:relative;display:flex;justify-content:center}._dropdownToggle_5xllx_639{background:none;border:1px solid transparent;font-size:1.5rem;line-height:1;cursor:pointer;padding:0 8px;color:#6c757d;border-radius:4px}._dropdownToggle_5xllx_639:hover{background-color:#f1f1f1;color:#343a40}._dropdownMenu_5xllx_671{position:absolute;top:100%;right:0;z-index:10;background-color:#fff;border-radius:6px;box-shadow:0 4px 12px #00000026;padding:8px 0;min-width:180px;display:flex;flex-direction:column;border:1px solid #eee}._dropdownButton_5xllx_701{width:100%;text-align:left;background-color:transparent;border:none;border-radius:0;padding:8px 16px;color:#333;cursor:pointer;font-size:.9rem;transition:background-color .15s ease-in-out;display:block;text-decoration:none}._dropdownButton_5xllx_701:hover{background-color:#f8f9fa}._dropdownDeleteButton_5xllx_739{color:#e74c3c}._dropdownDeleteButton_5xllx_739:hover{background-color:#fbebeb;color:#c0392b}._toolbar_5xllx_47{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._titleWithHelp_5xllx_773{display:flex;align-items:center;gap:.75rem}._titleWithHelp_5xllx_773 h2{margin:0}._helpButton_5xllx_793{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;border:1px solid #6c757d;background-color:#0d78e4;color:#f7f8fa;font-weight:700;cursor:pointer;transition:all .2s ease-in-out;font-size:.9rem;padding:0;line-height:1}._helpButton_5xllx_793:hover{background-color:#0056b3}@media (max-width: 992px){._actionsContainer_5xllx_627{width:100%;justify-content:flex-start}}._formFileUpload_1n3ri_1{height:10rem;width:100%;max-width:100%;text-align:center;position:relative;border:2px dashed #ccc;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s,background-color .2s}._formFileUpload_1n3ri_1:hover{border-color:#007bff}._formFileUpload_1n3ri_1._dragActive_1n3ri_39{border-color:#28a745;background-color:#e9f7ef}._inputFileUpload_1n3ri_49{display:none}._labelFileUpload_1n3ri_57{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#555}._orText_1n3ri_73{margin:.5rem 0;font-style:italic;color:#888}._uploadButton_1n3ri_85{font-weight:600;color:#007bff;text-decoration:underline}._form_126op_1{display:flex;flex-direction:column;gap:1rem;padding:1rem 1.5rem 1rem 1rem;box-sizing:border-box}._formGroup_126op_19{display:flex;flex-direction:column}._formGroup_126op_19 label{margin-bottom:.5rem;font-weight:600;color:#34495e}._formGroup_126op_19 input,._formGroup_126op_19 textarea{padding:.75rem;border:1px solid #bdc3c7;border-radius:4px;font-size:1rem;font-family:inherit}._formGroup_126op_19 input:focus,._formGroup_126op_19 textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}._formActions_126op_73{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}._submitButton_126op_87,._cancelButton_126op_87{color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}._submitButton_126op_87{background-color:#2ecc71}._submitButton_126op_87:hover{background-color:#27ae60}._submitButton_126op_87:disabled{background-color:#95a5a6;cursor:not-allowed}._cancelButton_126op_87{background-color:#7f8c8d}._cancelButton_126op_87:hover{background-color:#95a5a6}._helpContent_12ppg_1{padding:0 1rem 1rem;line-height:1.6;color:#333;max-height:70vh;overflow-y:auto}._errorText_12ppg_19{color:#c0392b;font-weight:700}._modalActions_12ppg_29{text-align:right;margin-top:2rem;border-top:1px solid #eee;padding-top:1rem}._closeButton_12ppg_43{background-color:#6c757d;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:1rem}._closeButton_12ppg_43:hover{background-color:#5a6268}._helpContent_12ppg_1 h2{font-size:1.3rem;color:#2c3e50;border-bottom:2px solid #3498db;padding-bottom:.6rem;margin-top:1.5rem;margin-bottom:1.2rem}._helpContent_12ppg_1 h3{font-size:1.1rem;border-bottom:1px solid #e0e0e0;padding-bottom:.5rem;margin-bottom:1rem;margin-top:1.5rem;color:#0056b3}._helpContent_12ppg_1 h4{margin-top:1rem;margin-bottom:.5rem;font-weight:600}._helpContent_12ppg_1 p{margin:0 0 1rem}._helpContent_12ppg_1 ul,._helpContent_12ppg_1 ol{padding-left:2rem;margin-bottom:1rem}._helpContent_12ppg_1 img{max-width:70%;height:auto;border:1px solid #ddd;border-radius:4px;padding:5px;margin:1rem auto;display:block}._modalOverlay_1s727_1{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:50}._modalPanel_1s727_21{background-color:#fff;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;width:100%;max-width:32rem;text-align:left;overflow:hidden}._modalHeader_1s727_41{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#f9fafb;border-bottom:1px solid #e5e7eb}._closeButton_1s727_59{background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:#9ca3af;padding:.25rem}._closeButton_1s727_59:hover{color:#111827}._modalTitle_1s727_87{font-size:1.25rem;font-weight:600;color:#111827}._modalContent_1s727_99{padding:1.5rem}._form_1s727_107{margin-top:1rem}._formGroup_1s727_115{margin-bottom:1rem}._label_1s727_123{display:block;font-size:1rem;font-weight:500;color:#374151;margin-bottom:.5rem}._select_1s727_139{display:block;width:100%;border-radius:.375rem;border:1px solid #d1d5db;padding:.5rem;font-size:1rem}._formActions_1s727_157{margin-top:1.5rem;display:flex;justify-content:flex-end;gap:.75rem}._btn_1s727_175{display:inline-flex;justify-content:center;border-radius:.375rem;border:1px solid transparent;padding:.6rem 1.2rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}._btn_1s727_175:disabled{opacity:.5;cursor:not-allowed}._btnPrimary_1s727_211{background-color:#4f46e5;color:#fff}._btnSecondary_1s727_223{background-color:#e5e7eb;color:#374151}._form_9es9w_1{padding:1rem;display:flex;flex-direction:column;gap:1rem}._textarea_9es9w_15{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:4px;font-family:inherit;font-size:1rem;resize:vertical}._actions_9es9w_35{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}._cancelButton_9es9w_49,._submitButton_9es9w_49{padding:.6rem 1.2rem;border-radius:4px;border:1px solid transparent;cursor:pointer;font-weight:500;transition:background-color .2s}._cancelButton_9es9w_49{background-color:#f3f4f6;border-color:#d1d5db;color:#374151}._cancelButton_9es9w_49:hover{background-color:#e5e7eb}._submitButton_9es9w_49{background-color:#c0392b;color:#fff;border-color:#c0392b}._submitButton_9es9w_49:hover{background-color:#a93226}._commentForm_foywb_1{margin-top:1rem;display:flex;flex-direction:column;padding-right:.5rem}._commentForm_foywb_1 textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;margin-bottom:.5rem;font-family:inherit;font-size:1rem;resize:vertical}._commentForm_foywb_1 textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}._commentForm_foywb_1 button{align-self:flex-end;padding:.5rem 1rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.375rem;cursor:pointer;font-weight:500;transition:background-color .2s}._commentForm_foywb_1 button:hover{background-color:#2563eb}._commentForm_foywb_1 button:disabled{background-color:#9ca3af;cursor:not-allowed}._commentList_foywb_93{margin-top:1.5rem;max-height:400px;overflow-y:auto;padding-right:.5rem}._commentItem_foywb_107{padding:1rem;border-top:1px solid #e5e7eb}._commentItem_foywb_107:first-child{border-top:none}._commentHeader_foywb_125{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}._commentHeader_foywb_125 strong{font-weight:600;color:#1f2937}._commentDate_foywb_149{font-size:.8rem;margin-left:.75rem;color:#6b7280}._commentBody_foywb_161{margin:0;color:#374151;white-space:pre-wrap;word-wrap:break-word}._deleteCommentButton_foywb_175{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:.8rem;padding:.25rem .5rem;border-radius:4px;flex-shrink:0;margin-left:1rem}._deleteCommentButton_foywb_175:hover{color:#ef4444;background-color:#fee2e2}._container_1x098_1{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}._field_1x098_15{display:flex;flex-direction:column;gap:.25rem}._field_1x098_15 label{font-size:.8rem;font-weight:600;color:#6b7280;text-transform:uppercase}._field_1x098_15 p{margin:0;font-size:1rem;color:#1f2937}._description_1x098_53{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:.75rem;line-height:1.6;min-height:80px}._description_1x098_53 p{margin-top:0;margin-bottom:1em}._description_1x098_53 ul,._description_1x098_53 ol{padding-left:1.5rem;margin-bottom:1em}._itemList_1x098_91{display:flex;flex-wrap:wrap;gap:.5rem}._itemTag_1x098_103{background-color:#e0e7ff;color:#4338ca;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}._photoGrid_1x098_121{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem}._photoThumbnail_1x098_133{width:100%;height:80px;object-fit:cover;border-radius:6px;border:1px solid #d1d5db;transition:transform .2s}._photoThumbnail_1x098_133:hover{transform:scale(1.05)}._actions_1x098_159{padding:1rem 1.5rem;background-color:#f9fafb;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}._closeButton_1x098_175{background-color:#4f46e5;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}._closeButton_1x098_175:hover{background-color:#4338ca}._loader_1x098_207{padding:2rem;text-align:center;color:#6b7280}._overlay_n6wc5_1{position:fixed;inset:0;background-color:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._content_n6wc5_25{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100%}._image_n6wc5_45{max-width:90vw;max-height:90vh;object-fit:contain;box-shadow:0 10px 25px #00000080;border-radius:4px}._caption_n6wc5_61{position:absolute;bottom:60px;left:50%;transform:translate(-50%);color:#fff;text-align:center;padding:8px 16px;background-color:#0009;border-radius:20px;font-size:1rem;max-width:80%;z-index:10}._navButton_n6wc5_91{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;font-size:2rem;cursor:pointer;padding:1rem;z-index:1001;transition:background-color .2s;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;line-height:1}._navButton_n6wc5_91:hover{background-color:#000c}._prevButton_n6wc5_141{left:20px}._nextButton_n6wc5_149{right:20px}._closeButton_n6wc5_157{top:20px;right:20px;transform:none;width:40px;height:40px;font-size:1.5rem}._counter_n6wc5_175{position:absolute;bottom:20px;left:50%;transform:translate(-50%);color:#fff;background-color:#00000080;padding:.25rem .75rem;border-radius:12px;font-size:.9rem}._overlay_1on2s_3{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}._panel_1on2s_31{background-color:#fff;border-radius:8px;box-shadow:0 10px 25px #0000001a,0 5px 10px #0000000a;width:90vw;height:90vh;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease-in-out}._fullScreen_1on2s_55{width:100vw;height:100vh;border-radius:0}._header_1on2s_67{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}._header_1on2s_67 h3{margin:0;font-size:1.25rem;font-weight:600}._headerActions_1on2s_97{display:flex;align-items:center;gap:.5rem}._actionButton_1on2s_109,._closeButton_1on2s_109{background:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s;color:#4b5563}._actionButton_1on2s_109:hover,._closeButton_1on2s_109:hover{background-color:#f3f4f6}._closeButton_1on2s_109{font-size:1.75rem;line-height:1;font-weight:300;color:#6b7280}._actionButton_1on2s_109 svg{width:18px;height:18px}._mapContainer_1on2s_169{flex-grow:1;position:relative;background-color:#f0f2f5;display:flex;align-items:center;justify-content:center}._loader_1on2s_187,._error_1on2s_189{font-size:1.2rem;color:#6b7280;text-align:center;padding:2rem}._error_1on2s_189{color:#e74c3c}.leaflet-container{z-index:1}.custom-leaflet-div-icon{background:transparent;border:none;filter:drop-shadow(1px 1px 2px rgba(0,0,0,.4))}._legend_1on2s_231{position:absolute;bottom:10px;right:10px;background-color:#ffffffe6;padding:10px 15px;border-radius:8px;box-shadow:0 2px 8px #0003;z-index:1000;max-height:60vh;overflow-y:auto;max-width:250px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._legend_1on2s_231 h4{margin:0 0 10px;font-size:1rem;font-weight:600;border-bottom:1px solid #ccc;padding-bottom:5px}._legendSearch_1on2s_277{margin-bottom:10px}._searchInput_1on2s_285{width:100%;padding:6px 10px;border:1px solid #ccc;border-radius:4px;font-size:.9rem;box-sizing:border-box}._searchInput_1on2s_285:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}._legend_1on2s_231 ul{list-style:none;padding:0;margin:0}._legendItem_1on2s_327{display:flex;align-items:center;margin-bottom:5px;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s;font-size:.9rem}._legendItem_1on2s_327:hover{background-color:#0000001a}._legendIcon_1on2s_357{width:16px;height:16px;border-radius:50%;margin-right:10px;border:1px solid rgba(0,0,0,.2);flex-shrink:0}._noResultItem_1on2s_375{padding:8px;color:#7f8c8d;font-style:italic;text-align:center}._historyContainer_4zbih_1{margin-top:2rem}._messageList_4zbih_9{display:flex;flex-direction:column;gap:1.5rem}._messageItem_4zbih_21{border:1px solid #e0e0e0;border-radius:8px;padding:1rem;background-color:#f9f9f9;box-shadow:0 2px 4px #0000000d}._messageHeader_4zbih_37{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:.5rem;border-bottom:1px solid #eee;padding-bottom:.5rem}._subject_4zbih_59{font-size:1.1rem}._date_4zbih_67,._sender_4zbih_67,._recipients_4zbih_67{font-size:.9rem;color:#666}._loadMoreContainer_4zbih_77{text-align:center;margin-top:2rem}._detailsContainer_1ast7_1{font-size:.9rem;max-height:70vh;overflow-y:auto;padding-right:1rem}._summary_1ast7_15{background-color:#f8f9fa;padding:1rem;border-radius:6px;margin-bottom:1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1rem}._summary_1ast7_15 p{margin:0}._changesTable_1ast7_43{width:100%;border-collapse:collapse;table-layout:fixed}._changesTable_1ast7_43 th,._changesTable_1ast7_43 td{padding:.75rem;border:1px solid #e9ecef;text-align:left;vertical-align:top}._changesTable_1ast7_43 th{background-color:#e9ecef;font-weight:600}._changesTable_1ast7_43 td pre{margin:0;white-space:pre-wrap;word-break:break-word;font-family:inherit;font-size:inherit}._added_1ast7_99{background-color:#e8f5e9}._added_1ast7_99 td:first-child:before{content:"+ ";color:#2e7d32;font-weight:700}._removed_1ast7_117{background-color:#ffebee}._removed_1ast7_117 td:first-child:before{content:"- ";color:#c62828;font-weight:700}._changed_1ast7_135{background-color:#fef9e7}@media (max-width: 992px){._summary_1ast7_15{grid-template-columns:1fr}._changesTable_1ast7_43 thead{display:none}._changesTable_1ast7_43,._changesTable_1ast7_43 tbody,._changesTable_1ast7_43 tr,._changesTable_1ast7_43 td{display:block;width:100%}._changesTable_1ast7_43 tr{margin-bottom:1rem;border:1px solid #e9ecef;border-radius:6px;padding:.5rem 0}._changesTable_1ast7_43 td{display:flex;align-items:flex-start;padding:.75rem 1rem;border:none;border-bottom:1px dashed #e9ecef}._changesTable_1ast7_43 tr td:last-child{border-bottom:none}._changesTable_1ast7_43 td:before{content:attr(data-label);font-weight:600;color:#34495e;width:130px;flex-shrink:0;padding-right:1rem}}._container_c5iid_3{padding:1rem}._container_c5iid_3 h1{color:#2c3e50;margin-bottom:2rem}._container_c5iid_3 p{color:#7f8c8d;margin-bottom:2rem}._filterSection_c5iid_33{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:2rem}._filterHeader_c5iid_47{display:flex;align-items:center;padding:.75rem 1.5rem;gap:1rem;cursor:pointer}._toggleFilterButton_c5iid_63{padding:.6rem 1.2rem;border:1px solid #3498db;background-color:#fff;color:#3498db;border-radius:4px;cursor:pointer;font-weight:600;transition:all .2s;flex-shrink:0}._toggleFilterButton_c5iid_63:hover{background-color:#3498db;color:#fff}._activeFiltersSummary_c5iid_97{display:flex;flex-wrap:wrap;gap:.5rem .75rem;flex-grow:1;min-width:0}._summaryText_c5iid_113{color:#7f8c8d;font-style:italic;align-self:center}._summaryTag_c5iid_125{background-color:#e9ecef;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;white-space:nowrap;color:#495057}._filterBody_c5iid_143{padding:1.5rem;border-top:1px solid #e9ecef}._filterForm_c5iid_153{display:flex;flex-direction:column;gap:1.5rem}._filterInputs_c5iid_165{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;max-width:1200px;margin:0 auto;width:100%}._formGroup_c5iid_185{display:flex;flex-direction:column}._formGroup_c5iid_185:nth-child(1),._formGroup_c5iid_185:nth-child(2),._formGroup_c5iid_185:nth-child(3){grid-column:span 2}._dateFrom_c5iid_211{grid-column:2 / span 2}._dateTo_c5iid_221{grid-column:4 / span 2}._formGroup_c5iid_185 label{font-weight:600;color:#495057;margin-bottom:.5rem;font-size:.9rem}._formGroup_c5iid_185 input,._formGroup_c5iid_185 select{width:100%;padding:.6rem;border:1px solid #ced4da;border-radius:4px;background-color:#fff;font-size:1rem}._formActions_c5iid_265{display:flex;gap:1rem;justify-content:flex-end}._filterButton_c5iid_277,._resetButton_c5iid_277,._exportButton_c5iid_277{padding:.6rem 1.2rem;border:none;border-radius:4px;cursor:pointer;font-weight:600;color:#fff}._filterButton_c5iid_277{background-color:#3498db}._filterButton_c5iid_277:hover:not(:disabled){background-color:#2980b9}._resetButton_c5iid_277{background-color:#7f8c8d}._resetButton_c5iid_277:hover:not(:disabled){background-color:#95a5a6}._exportButton_c5iid_277{background-color:#27ae60}._exportButton_c5iid_277:hover:not(:disabled){background-color:#229954}._exportButton_c5iid_277:disabled{opacity:.7;cursor:not-allowed}._actionButtons_c5iid_315{display:flex;gap:.5rem}._detailsButton_c5iid_325{padding:.4rem .8rem;border:1px solid #7f8c8d;background-color:#fff;color:#7f8c8d;border-radius:4px;cursor:pointer;transition:background-color .2s,color .2s}._detailsButton_c5iid_325:hover{background-color:#7f8c8d;color:#fff}._restoreButton_c5iid_355{padding:.4rem .8rem;border:1px solid #e67e22;background-color:#fff;color:#e67e22;border-radius:4px;cursor:pointer;transition:background-color .2s,color .2s}._restoreButton_c5iid_355:hover{background-color:#e67e22;color:#fff}._tableContainer_c5iid_387{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px #0000000d}._auditTable_c5iid_401{width:100%;border-collapse:collapse}._auditTable_c5iid_401 th,._auditTable_c5iid_401 td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #ecf0f1;vertical-align:middle}._auditTable_c5iid_401 th{background-color:#f8f9fa;font-weight:600;color:#34495e}._badge_c5iid_437{padding:.25rem .6rem;border-radius:12px;font-size:.8rem;font-weight:600;color:#fff;text-transform:capitalize;display:inline-block}._badge_c5iid_437._created_c5iid_457{background-color:#2ecc71}._badge_c5iid_437._updated_c5iid_459{background-color:#3498db}._badge_c5iid_437._deleted_c5iid_461{background-color:#e74c3c}._badge_c5iid_437._restored_c5iid_463{background-color:#9b59b6}._auditLink_c5iid_467{color:#3498db;text-decoration:none;font-weight:600}._auditLink_c5iid_467:hover{text-decoration:underline}._error_c5iid_487{color:#e74c3c;background-color:#fbeae5;padding:1rem;border-radius:8px}._pagination_c5iid_503{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #ecf0f1}._pagination_c5iid_503 button{padding:.5rem 1rem;border:1px solid #bdc3c7;background-color:#fff;border-radius:4px;cursor:pointer;transition:background-color .2s}._pagination_c5iid_503 button:hover:not(:disabled){background-color:#ecf0f1}._pagination_c5iid_503 button:disabled{cursor:not-allowed;opacity:.5}._pagination_c5iid_503 span{font-weight:600;color:#34495e}@media (max-width: 768px){._auditTable_c5iid_401 thead{display:none}._auditTable_c5iid_401,._auditTable_c5iid_401 tbody,._auditTable_c5iid_401 tr,._auditTable_c5iid_401 td{display:block;width:100%}._auditTable_c5iid_401 tr{margin-bottom:1.5rem;border:1px solid #ecf0f1;border-radius:8px;padding:.5rem 0;box-shadow:0 2px 4px #0000000d}._auditTable_c5iid_401 td{display:flex;align-items:center;padding:.75rem 1rem;border-bottom:1px dashed #ecf0f1}._auditTable_c5iid_401 tr td:last-child{border-bottom:none}._auditTable_c5iid_401 td:before{content:attr(data-label);font-weight:600;color:#34495e;text-align:left;flex-shrink:0;width:130px;padding-right:1rem}._cellValue_c5iid_657{min-width:0;word-break:break-word;text-align:left;flex-grow:1}._filterInputs_c5iid_165{grid-template-columns:1fr}._dateFrom_c5iid_211,._dateTo_c5iid_221{grid-column:auto}._formActions_c5iid_265{justify-content:stretch}._filterButton_c5iid_277,._resetButton_c5iid_277,._exportButton_c5iid_277{flex-grow:1}}@media (max-width: 992px){._filterInputs_c5iid_165{grid-template-columns:1fr}._formActions_c5iid_265{flex-direction:column;align-items:stretch;gap:.5rem}._auditTable_c5iid_401 thead{display:none}._auditTable_c5iid_401,._auditTable_c5iid_401 tbody,._auditTable_c5iid_401 tr,._auditTable_c5iid_401 td{display:block;width:100%}._auditTable_c5iid_401 tr{margin-bottom:1.5rem;border:1px solid #ecf0f1;border-radius:8px;padding:.5rem 0;box-shadow:0 2px 4px #0000000d}._auditTable_c5iid_401 td{display:flex;align-items:center;padding:.75rem 1rem;border-bottom:1px dashed #ecf0f1}._auditTable_c5iid_401 tr td:last-child{border-bottom:none}._auditTable_c5iid_401 td:before{content:attr(data-label);font-weight:600;color:#34495e;text-align:left;flex-shrink:0;width:110px;padding-right:1rem}._cellValue_c5iid_657{min-width:0;word-break:break-word;text-align:left;flex-grow:1}._actionButtons_c5iid_315{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start}}._profileContainer_120tl_1{max-width:800px;margin:2rem auto;padding:0 1rem}._profileContainer_120tl_1 h1{margin-bottom:2rem;text-align:center;color:#2c3e50}._card_120tl_25{background-color:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 15px #00000012}._card_120tl_25 h2{margin-top:0;margin-bottom:1.5rem;color:#34495e;border-bottom:1px solid #ecf0f1;padding-bottom:1rem}._infoGrid_120tl_57{display:grid;grid-template-columns:max-content 1fr;gap:1rem 2rem;align-items:center}._infoGrid_120tl_57 p{margin:0}._infoGrid_120tl_57 p:nth-child(odd){font-weight:600;color:#7f8c8d}._role_120tl_89{font-weight:700;text-transform:capitalize;color:#3498db}._cardActions_120tl_101{margin-top:1.5rem;text-align:right}._editButton_120tl_111{background-color:#3498db;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:background-color .2s}._editButton_120tl_111:hover{background-color:#2980b9}._form_120tl_145{margin-top:1rem}._formGroup_120tl_153{margin-bottom:1rem}._formGroup_120tl_153 label{display:block;margin-bottom:.5rem;font-weight:600;color:#34495e}._formGroup_120tl_153 input{width:100%;padding:.75rem;border:1px solid #bdc3c7;border-radius:6px;font-size:1rem;box-sizing:border-box}._formActions_120tl_193{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}._cancelButton_120tl_207,._submitButton_120tl_207{border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:background-color .2s,opacity .2s}._cancelButton_120tl_207{background-color:#ecf0f1;color:#34495e}._cancelButton_120tl_207:hover:not(:disabled){background-color:#bdc3c7}._submitButton_120tl_207{background-color:#2ecc71;color:#fff}._submitButton_120tl_207:hover:not(:disabled){background-color:#27ae60}._submitButton_120tl_207:disabled{opacity:.6;cursor:not-allowed}._avatarSection_120tl_275{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}._avatar_120tl_275{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 2px 8px #00000026}._avatarActions_120tl_307{flex-grow:1}._avatarForm_120tl_315{margin-top:1rem}._avatarPreviewContainer_120tl_323{margin-bottom:1rem}._avatarPreview_120tl_323{width:100px;height:100px;border-radius:50%;object-fit:cover;border:2px solid #ecf0f1}._uploadButton_120tl_347{display:inline-block;padding:.5rem 1rem;background-color:#f1f1f1;border:1px solid #ccc;border-radius:4px;cursor:pointer;text-align:center}._uploadButton_120tl_347:hover{background-color:#e0e0e0}._fileName_120tl_375{font-size:.9rem;color:#7f8c8d;margin-top:.5rem;font-style:italic}._placeholder_120tl_389{color:#95a5a6;font-style:italic;text-align:center;padding:2rem 0}._pageContainer_u3vc3_1{padding:2rem;background-color:#f9fafb;min-height:100%}._title_u3vc3_13{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:2rem}._notificationList_u3vc3_27{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000d;overflow:hidden}._notificationItem_u3vc3_41{display:flex;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s ease-in-out}._notificationItem_u3vc3_41:last-child{border-bottom:none}._notificationItem_u3vc3_41:hover{background-color:#f9fafb}._notificationItem_u3vc3_41._unread_u3vc3_75{background-color:#f0f7ff;font-weight:600}._notificationItem_u3vc3_41._unread_u3vc3_75 ._notificationText_u3vc3_85{color:#111827}._content_u3vc3_93{flex-grow:1}._notificationText_u3vc3_85{margin:0 0 .25rem;font-size:.95rem;line-height:1.5;color:#4b5563}._notificationTime_u3vc3_115{font-size:.8rem;color:#888}._emptyMessage_u3vc3_125{padding:2rem;text-align:center;color:#6b7280}._error_u3vc3_137{padding:2rem;text-align:center;color:#ef4444}._pagination_u3vc3_151{display:flex;justify-content:center;list-style:none;padding:0;margin-top:2rem}._pagination_u3vc3_151 li{margin:0 .25rem}._pagination_u3vc3_151 li a{display:block;padding:.5rem 1rem;border:1px solid #ddd;border-radius:4px;cursor:pointer;transition:background-color .2s,color .2s;color:#333;background-color:#fff}._pagination_u3vc3_151 li a:hover{background-color:#f0f0f0}._pagination_u3vc3_151 li._active_u3vc3_205 a{background-color:#007bff;color:#fff;border-color:#007bff}._pagination_u3vc3_151 li._disabled_u3vc3_217 a{color:#aaa;cursor:not-allowed}._container_1tl7b_1{padding:1.5rem}._card_1tl7b_9{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem;margin-top:1.5rem}._tableContainer_1tl7b_25{overflow-x:auto}._journalTable_1tl7b_33{width:100%;border-collapse:collapse}._journalTable_1tl7b_33 th,._journalTable_1tl7b_33 td{border-bottom:1px solid #ecf0f1;padding:.75rem 1rem;text-align:left;vertical-align:middle;white-space:nowrap}._journalTable_1tl7b_33 thead{background-color:#f9fafb}._journalTable_1tl7b_33 th{font-weight:600;color:#34495e}._journalTable_1tl7b_33 tbody tr:hover{background-color:#f9fafb}._link_1tl7b_85{color:#3498db;text-decoration:none;font-weight:500}._link_1tl7b_85:hover{text-decoration:underline}._paginationContainer_1tl7b_105{display:flex;justify-content:center;align-items:center;margin-top:1.5rem;padding:.5rem;flex-wrap:wrap;gap:1rem}._perPageSelector_1tl7b_127{display:flex;align-items:center;gap:.5rem}._paginationControls_1tl7b_139{display:flex;justify-content:center;align-items:center;gap:1rem}._pagination_1tl7b_105 button{padding:.5rem 1rem;border:1px solid #bdc3c7;background-color:#fff;border-radius:4px;cursor:pointer;transition:background-color .2s}._pagination_1tl7b_105 button:hover:not(:disabled){background-color:#f4f6f6}._pagination_1tl7b_105 button:disabled{cursor:not-allowed;opacity:.5}._centerText_1tl7b_189{text-align:center}._previewIcons_1tl7b_197{display:flex;justify-content:center;gap:.5rem;font-size:1.2rem}._detailsButton_1tl7b_211{background-color:#3498db;color:#fff;border:none;padding:.4rem .8rem;border-radius:4px;cursor:pointer;font-size:.85rem;transition:background-color .2s}._detailsButton_1tl7b_211:hover{background-color:#2980b9}._filterBar_1tl7b_243{display:flex;flex-direction:column;gap:1rem;background-color:#f9fafb;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #e5e7eb;max-height:0;overflow:hidden;padding-top:0;padding-bottom:0;transition:all .4s ease-in-out}._filterBar_1tl7b_243._visible_1tl7b_277{max-height:500px;padding-top:1rem;padding-bottom:1rem}._filterRow_1tl7b_289{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-end}._cardHeader_1tl7b_303{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap}._toggleFilterButton_1tl7b_321{background-color:#6c757d;color:#fff;border:none;padding:.5rem 1rem;border-radius:5px;cursor:pointer;font-size:.9rem;display:flex;align-items:center;gap:.5rem}._cardTitle_1tl7b_347{margin:0;text-align:center}._filterGroup_1tl7b_357{display:flex;flex-direction:column;gap:.25rem}._filterGroup_1tl7b_357 label{font-size:.85rem;font-weight:500;color:#374151}._filterGroup_1tl7b_357 input,._filterGroup_1tl7b_357 select{padding:.5rem;border:1px solid #d1d5db;border-radius:4px;min-width:180px}._resetButton_1tl7b_397{padding:.5rem 1rem;border:1px solid #d1d5db;background-color:#fff;color:#374151;border-radius:4px;cursor:pointer;transition:background-color .2s;font-weight:500}._resetButton_1tl7b_397:hover{background-color:#f3f4f6}._noResults_1tl7b_427{text-align:center;padding:2rem;color:#7f8c8d}._statusColumnHeader_1tl7b_439{text-align:center;width:250px}._statusCell_1tl7b_449{vertical-align:middle;text-align:center}._siteCell_1tl7b_459{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._statusActions_1tl7b_473{display:flex;flex-direction:column;align-items:center;gap:.5rem}._actions_1tl7b_487,._detailsActions_1tl7b_499{display:flex;gap:.5rem;justify-content:center}._actionButton_1tl7b_511{border:none;padding:.3rem .7rem;border-radius:4px;color:#fff;cursor:pointer;font-size:.8rem;transition:opacity .2s}._actionButton_1tl7b_511:hover{opacity:.85}._approveButton_1tl7b_533{background-color:#27ae60}._rejectButton_1tl7b_535{background-color:#c0392b}._editButton_1tl7b_537{background-color:#909192}._isolatedMeasurementText_1tl7b_541{font-style:italic;color:#555}._measurementTypeCell_1tl7b_551{display:flex;align-items:center;gap:.5rem}._icon_1tl7b_563{font-size:1.1rem}._badge_1tl7b_571{padding:.25rem .6rem;border-radius:12px;font-size:.8rem;font-weight:600;color:#fff;display:inline-block}._pending_1tl7b_587{background-color:#f39c12}._approved_1tl7b_589{background-color:#27ae60}._rejected_1tl7b_591{background-color:#c0392b}._statusCell_1tl7b_449{white-space:normal;vertical-align:top;padding-top:.75rem;padding-bottom:.75rem}._exportButton_1tl7b_611{padding:.5rem 1rem;border:1px solid #27ae60;background-color:#2ecc71;color:#fff;border-radius:4px;cursor:pointer;transition:background-color .2s;font-weight:500}._exportButton_1tl7b_611:hover:not(:disabled){background-color:#27ae60}._exportButton_1tl7b_611:disabled{background-color:#95a5a6;border-color:#7f8c8d;cursor:not-allowed}._modalContent_1r6gt_1{padding:1rem;min-width:500px}._infoGrid_1r6gt_11{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1.5rem;margin-bottom:1rem}._infoGrid_1r6gt_11 p{margin:0}._link_1r6gt_33{color:#3498db;text-decoration:none}._link_1r6gt_33:hover{text-decoration:underline}._separator_1r6gt_51{border:none;border-top:1px solid #e0e0e0;margin:1.5rem 0}._partContainer_1r6gt_63{margin-bottom:1.5rem}._partContainer_1r6gt_63 h4{margin-top:0;margin-bottom:.75rem;color:#34495e;border-bottom:1px solid #ecf0f1;padding-bottom:.5rem}._valuesGrid_1r6gt_87{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem 1rem}._comment_1r6gt_99{margin-top:1rem;font-style:italic;color:#555;background-color:#f9f9f9;padding:.75rem;border-radius:4px}._menuBar_18v7w_1{display:flex;flex-wrap:wrap;align-items:center;padding:.5rem;background-color:#f1f3f5;border:1px solid #ccc;border-bottom:none;border-top-left-radius:5px;border-top-right-radius:5px}._menuBar_18v7w_1 button{background:none;border:none;padding:.4rem .6rem;margin-right:.2rem;cursor:pointer;border-radius:4px;font-size:.9rem;color:#343a40;transition:background-color .2s;min-width:32px;text-align:center;display:flex;align-items:center;justify-content:center}._menuBar_18v7w_1 button:hover:not(:disabled){background-color:#e9ecef}._menuBar_18v7w_1 button._isActive_18v7w_67{background-color:#3498db;color:#fff}._menuBar_18v7w_1 button:disabled{color:#adb5bd;cursor:not-allowed}._divider_18v7w_87{width:1px;height:1.2rem;background-color:#ced4da;margin:0 .5rem}._colorPicker_18v7w_101{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:28px;height:28px;background-color:transparent;border:none;cursor:pointer;margin-left:.5rem}._colorPicker_18v7w_101::-webkit-color-swatch{border-radius:50%;border:2px solid #ced4da}._colorPicker_18v7w_101::-moz-color-swatch{border-radius:50%;border:2px solid #ced4da}._editorContainer_xjqab_1{padding:2rem;max-width:900px;margin:2rem auto;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a}._title_xjqab_19{color:#2c3e50;border-bottom:2px solid #3498db;padding-bottom:.5rem;margin-bottom:1rem}._instructions_xjqab_33{font-size:.95rem;color:#7f8c8d;margin-bottom:2rem}._editor_xjqab_1{border:1px solid #ccc;padding:1rem;min-height:300px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none}._editor_xjqab_1 img{max-width:70%;height:auto;border-radius:4px;box-shadow:0 2px 4px #0000001a;display:block;margin:.5rem auto}._editor_xjqab_1:focus{outline:2px solid #3498db}._actions_xjqab_101{margin-top:1rem;text-align:right}._saveButton_xjqab_111{background-color:#27ae60;color:#fff;border:none;padding:12px 24px;border-radius:5px;cursor:pointer;font-size:1rem;font-weight:700;transition:background-color .2s}._saveButton_xjqab_111:hover:not(:disabled){background-color:#229954}._saveButton_xjqab_111:disabled{background-color:#95a5a6;cursor:not-allowed}._pageContainer_18jjh_1{padding:2rem;max-width:1200px;margin:0 auto}._header_18jjh_13{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}._titleGroup_18jjh_33{flex-grow:1}._header_18jjh_13 h1{font-size:2.5rem;margin:0;line-height:1.2}._category_18jjh_53{font-size:1.2rem;color:#666;font-style:italic;margin:.25rem 0 0}._backButton_18jjh_67{background-color:#fff;color:#374151;border:1px solid #d1d5db;padding:.6rem 1.2rem;border-radius:6px;text-decoration:none;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s;flex-shrink:0}._backButton_18jjh_67:hover{background-color:#f9fafb}._contentGrid_18jjh_105{display:grid;grid-template-areas:"sidebar" "main";grid-template-columns:1fr;gap:2rem}._mainContent_18jjh_127{grid-area:main;display:flex;flex-direction:column;gap:2rem}._sidebar_18jjh_141{grid-area:sidebar;display:flex;flex-direction:column;gap:2rem}@media (min-width: 992px){._contentGrid_18jjh_105{grid-template-areas:"main sidebar";grid-template-columns:3fr 1fr}}._tabsHeader_18jjh_171{border-bottom:2px solid #e5e7eb;margin-bottom:-2px}._tabs_18jjh_171{display:flex;gap:.5rem}._tabButton_18jjh_191{padding:.75rem 1.5rem;border:none;background-color:transparent;cursor:pointer;font-size:1rem;color:#6b7280;border-bottom:3px solid transparent;transform:translateY(2px);transition:all .2s ease-in-out}._tabButton_18jjh_191._activeTab_18jjh_215{color:#3b82f6;font-weight:600;border-bottom-color:#3b82f6}._card_18jjh_227{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}._cardHeader_18jjh_241{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}._cardTitleGroup_18jjh_259{display:flex;align-items:center;gap:.75rem}._cardHeader_18jjh_241 h2{margin:0;font-size:1.25rem}._actionButton_18jjh_281{background-color:#007bff;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:600;transition:background-color .2s}._actionButton_18jjh_281:hover{background-color:#0056b3}._helpButton_18jjh_311{background-color:#e9ecef;color:#495057;border:1px solid #ced4da;border-radius:50%;width:28px;height:28px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s}._helpButton_18jjh_311:hover{background-color:#ced4da;transform:scale(1.1)}._epiList_18jjh_347{list-style:none;padding:0;margin:0}._epiListHeader_18jjh_359{font-size:.9rem;font-weight:600;color:#4b5563;background-color:#f3f4f6;padding:.75rem 1.5rem;border-bottom:1px solid #e9ecef;border-top:1px solid #e9ecef}._otherEpisSection_18jjh_379 ._epiListItem_18jjh_379{opacity:.7;transition:opacity .2s ease-in-out}._otherEpisSection_18jjh_379 ._epiListItem_18jjh_379:hover{opacity:1}._infoMessage_18jjh_397{padding:1.5rem;color:#4b5563;background-color:#f9fafb}._epiList_18jjh_347 li{border-bottom:1px solid #e9ecef}._epiList_18jjh_347 li:last-child{border-bottom:none}._epiLink_18jjh_425{display:block;padding:1rem 1.5rem;text-decoration:none;color:#333;transition:background-color .2s}._epiLink_18jjh_425:hover{background-color:#f1f1f1}._paginationContainer_18jjh_449{padding:1rem 1.5rem;border-top:1px solid #e9ecef}._actionList_18jjh_459{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}._primaryButton_18jjh_475,._contactButton_18jjh_477,._secondaryButton_18jjh_479{width:100%;text-align:center;padding:.75rem 1rem;font-size:.95rem;font-weight:600;border:none}._primaryButton_18jjh_475{background-color:#28a745;color:#fff}._primaryButton_18jjh_475:hover{background-color:#218838}._contactButton_18jjh_477{background-color:#007bff;color:#fff}._contactButton_18jjh_477:hover{background-color:#0056b3}._secondaryButton_18jjh_479{background-color:#6c757d;color:#fff}._secondaryButton_18jjh_479:hover{background-color:#5a6268}._photoGrid_18jjh_555{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;padding:1.5rem}._photoCard_18jjh_569{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 2px 8px #0000000d;aspect-ratio:1 / 1}._photoImg_18jjh_585{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._photoCard_18jjh_569:hover ._photoImg_18jjh_585{transform:scale(1.05)}._noDataMessage_18jjh_607{padding:1.5rem;text-align:center;color:#666}._photoCard_18jjh_569:hover{cursor:pointer}._photoCardOverlay_18jjh_627{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);padding:1.5rem .75rem .75rem;color:#fff;display:flex;justify-content:space-between;align-items:flex-end;opacity:0;transition:opacity .3s ease}._photoCard_18jjh_569:hover ._photoCardOverlay_18jjh_627{opacity:1}._photoCardDate_18jjh_665{font-weight:600;font-size:.9rem}._traceList_18jjh_679{list-style:none;padding:0;margin:0}._traceList_18jjh_679 li{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e9ecef}._traceList_18jjh_679 li:last-child{border-bottom:none}._traceInfo_18jjh_715{display:flex;flex-direction:column}._traceTitle_18jjh_725{font-weight:600;color:#333}._traceMeta_18jjh_735{font-size:.875rem;color:#666}._traceActions_18jjh_745{display:flex;align-items:center;gap:1rem}._downloadButton_18jjh_787{background-color:#17a2b8;color:#fff;border:none;padding:.4rem .8rem;border-radius:4px;cursor:pointer;font-weight:600;text-decoration:none;transition:background-color .2s}._downloadButton_18jjh_787:hover{background-color:#138496}._deleteTraceButton_18jjh_757{background:none;border:none;color:#6c757d;font-size:1.2rem;cursor:pointer;padding:.25rem;line-height:1;transition:color .2s}._deleteTraceButton_18jjh_757:hover{color:#dc3545}._epiListItem_18jjh_379{display:flex;justify-content:space-between;align-items:center}._epiInfo_18jjh_863{flex-grow:1}._epiLink_18jjh_425{padding:1rem 1.5rem}._epiActions_18jjh_879{display:flex;gap:.75rem;flex-shrink:0;padding-right:1.5rem}._epiNameCell_18jjh_893{display:flex;align-items:center;gap:8px}._gpsIcon_18jjh_905{color:#2e7d32;display:inline-flex;align-items:center;cursor:help}._editButton_18jjh_919,._deleteButton_18jjh_919{padding:.3rem .8rem;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;border:1px solid;background-color:#fff;transition:all .2s ease-in-out}._editButton_18jjh_919{color:#3498db;border-color:#3498db}._editButton_18jjh_919:hover{background-color:#3498db;color:#fff}._deleteButton_18jjh_919{color:#e74c3c;border-color:#e74c3c}._deleteButton_18jjh_919:hover{background-color:#e74c3c;color:#fff}._initialStarActive_18jjh_977{font-size:1rem;color:#ffc107;cursor:default;line-height:1;vertical-align:middle}._initialStarButton_18jjh_993{background:none;border:none;font-size:1.5rem;color:#adb5bd;cursor:pointer;padding:0;line-height:1;vertical-align:middle;transition:color .2s,transform .2s}._initialStarButton_18jjh_993:hover:not(:disabled){color:#ffc107;transform:scale(1.2)}._initialStarButton_18jjh_993:disabled{cursor:wait;color:#ced4da}._photoActions_18jjh_1039{position:absolute;top:5px;right:5px;display:flex;gap:5px;opacity:0;transition:opacity .2s ease-in-out;z-index:10}._photoCard_18jjh_569:hover ._photoActions_18jjh_1039{opacity:1}._photoActionButton_18jjh_1069{background-color:#0009;color:#fff;border:none;border-radius:50%;width:28px;height:28px;font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}._editPhotoButton_18jjh_1099:hover{background-color:#007bff}._deletePhotoButton_18jjh_1101:hover{background-color:#dc3545}._form_16hje_1{padding:1rem}._formGroup_16hje_9{margin-bottom:1rem}._formGroup_16hje_9 label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}._formGroup_16hje_9 input,._formGroup_16hje_9 textarea{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box}._formGroup_16hje_9 input:focus,._formGroup_16hje_9 textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}._error_16hje_63{color:#ef4444;font-size:.875rem;margin-top:.25rem}._actions_16hje_75{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb}._submitButton_16hje_93{background-color:#3b82f6;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer;font-weight:500}._submitButton_16hje_93:hover{background-color:#2563eb}._submitButton_16hje_93:disabled{background-color:#9ca3af;cursor:not-allowed}._cancelButton_16hje_131{background-color:#fff;color:#374151;border:1px solid #d1d5db;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer;font-weight:500}._cancelButton_16hje_131:hover{background-color:#f9fafb}._helpText_16hje_159{font-size:.875rem;color:#6b7280;margin-top:-.5rem;margin-bottom:.75rem}._filePreview_16hje_173{margin-top:.75rem;font-size:.875rem;color:#1f2937;background-color:#f3f4f6;padding:.5rem .75rem;border-radius:6px}._form_4mr5k_1{padding:1rem;display:flex;flex-direction:column;gap:1.5rem}._formGroup_4mr5k_15{display:flex;flex-direction:column;gap:.5rem}._formGroup_4mr5k_15 label{font-weight:600;color:#333}._formGroup_4mr5k_15 input[type=date],._formGroup_4mr5k_15 input[type=text]{padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;font-family:inherit}._actions_4mr5k_55{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}._cancelButton_4mr5k_69,._submitButton_4mr5k_69{padding:.75rem 1.5rem;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .2s}._cancelButton_4mr5k_69{background-color:#f0f0f0;color:#333}._submitButton_4mr5k_69{background-color:#007bff;color:#fff}._error_4mr5k_107{color:#d9534f;text-align:center}._previewContainer_4mr5k_117{margin-top:1rem;padding:.5rem;text-align:center;font-style:italic;color:#555;background-color:#f9f9f9;border-radius:4px}._form_qjqd7_1{padding:1rem;display:flex;flex-direction:column;gap:1.5rem}._formGroup_qjqd7_15{display:flex;flex-direction:column;gap:.5rem}._formGroup_qjqd7_15 label{font-weight:600;color:#333}._formGroup_qjqd7_15 input[type=text],._formGroup_qjqd7_15 input[type=date],._formGroup_qjqd7_15 input[type=file]{padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;font-family:inherit}._actions_qjqd7_57{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}._cancelButton_qjqd7_71,._submitButton_qjqd7_71{padding:.75rem 1.5rem;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .2s}._cancelButton_qjqd7_71{background-color:#f0f0f0;color:#333}._submitButton_qjqd7_71{background-color:#007bff;color:#fff}._error_qjqd7_109{color:#d9534f;text-align:center}._previewContainer_qjqd7_119{margin-top:1rem;text-align:center}._previewContainer_qjqd7_119 p{font-weight:600;margin-bottom:.5rem;color:#333}._preview_qjqd7_119{max-width:100%;max-height:200px;border-radius:4px;object-fit:contain;border:1px solid #ddd;padding:4px}._cameraSection_qjqd7_159{margin-bottom:1rem}@media (min-width: 1025px){._cameraSection_qjqd7_159{display:none}}._mapContainer_14u1n_1{height:75vh;padding:1rem;box-sizing:border-box;position:relative}._mapWrapper_14u1n_17{flex-grow:1;height:100%;display:flex;justify-content:center;align-items:center}._map_14u1n_1{height:100%;width:100%;border-radius:8px}._feedback_14u1n_45{color:#6b7280}._error_14u1n_51{color:#ef4444}._mapContainer_14u1n_1 .custom-leaflet-div-icon{background:transparent;border:none}._fullscreenButton_14u1n_71{position:absolute;top:80px;right:calc(1rem + 10px);z-index:1000;background-color:#fff;border:2px solid rgba(0,0,0,.2);border-radius:4px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 5px #000000a6}._fullscreenButton_14u1n_71:hover{background-color:#f4f4f4}._fullscreenActive_14u1n_115{padding:0;border-radius:0}._legend_14u1n_125{position:absolute;bottom:20px;right:20px;z-index:1000;width:250px;max-height:40%;background-color:#ffffffe6;border:1px solid #e5e7eb;border-radius:8px;overflow-y:auto;padding:1rem;box-sizing:border-box;box-shadow:0 2px 10px #0003}._legendTitle_14u1n_161{margin:0 0 1rem;font-size:1.1rem;font-weight:600;border-bottom:1px solid #e5e7eb;padding-bottom:.75rem}._legendSearch_14u1n_177{margin-bottom:.75rem}._searchInput_14u1n_185{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}._searchInput_14u1n_185:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}._legendList_14u1n_217{list-style:none;padding:0;margin:0}._legendItem_14u1n_229{display:flex;align-items:center;gap:.75rem;padding:.6rem .5rem;cursor:pointer;border-radius:4px;transition:background-color .2s}._legendColorSwatch_14u1n_249{width:16px;height:16px;border-radius:4px;border:1px solid rgba(0,0,0,.2);flex-shrink:0}._legendItem_14u1n_229:hover{background-color:#eef2ff}._noResultItem_14u1n_273{padding:.6rem .5rem;color:#6b7280;font-style:italic;text-align:center}._fullscreenActive_14u1n_115 ._map_14u1n_1{border-radius:0}._commentsContainer_ro1cb_1{padding:1.5rem}._loadingMessage_ro1cb_9,._noComments_ro1cb_9{text-align:center;color:#666;padding:2rem 0}._commentList_ro1cb_21{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}._commentItem_ro1cb_35{background-color:#f8f9fa;border-radius:6px;padding:1rem 1.5rem;border-left:4px solid #3b82f6}._commentHeader_ro1cb_49{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}._commentAuthor_ro1cb_63{font-weight:600;color:#333}._commentDate_ro1cb_73{font-size:.8rem;color:#6c757d}._commentContent_ro1cb_83{margin:0;line-height:1.6;white-space:pre-wrap;word-break:break-word}._commentActions_ro1cb_97{margin-top:1rem;display:flex;gap:.5rem;justify-content:flex-end}._editButton_ro1cb_111,._deleteButton_ro1cb_111,._cancelButton_ro1cb_111,._submitButton_ro1cb_111{padding:.3rem .8rem;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;border:1px solid transparent;transition:all .2s ease-in-out}._editButton_ro1cb_111{color:#3498db;border-color:#3498db;background-color:#fff}._editButton_ro1cb_111:hover{background-color:#3498db;color:#fff}._deleteButton_ro1cb_111{color:#e74c3c;border-color:#e74c3c;background-color:#fff}._deleteButton_ro1cb_111:hover{background-color:#e74c3c;color:#fff}._addCommentSection_ro1cb_171{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef;max-width:80ch;margin-left:0}._addCommentSection_ro1cb_171 h3{margin-top:0;margin-bottom:1rem;font-size:1.1rem}._commentTextarea_ro1cb_199{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:1rem;resize:vertical;box-sizing:border-box;transition:border-color .2s}._commentTextarea_ro1cb_199:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}._formActions_ro1cb_235{margin-top:1rem;display:flex;justify-content:flex-end;gap:.75rem}._submitButton_ro1cb_111{background-color:#3b82f6;color:#fff;border-color:#3b82f6}._submitButton_ro1cb_111:hover:not(:disabled){background-color:#2563eb}._submitButton_ro1cb_111:disabled{background-color:#9ca3af;cursor:not-allowed}._cancelButton_ro1cb_111{background-color:#fff;color:#374151;border-color:#d1d5db}._cancelButton_ro1cb_111:hover:not(:disabled){background-color:#f9fafb}._container_70v57_1{padding:1.5rem}._header_70v57_9{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;margin-bottom:1.5rem;border-bottom:1px solid #e9ecef}._header_70v57_9 h2{margin:0;font-size:1.25rem}._exportButton_70v57_37{background-color:#c0392b;color:#fff;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:background-color .2s}._exportButton_70v57_37:hover:not(:disabled){background-color:#a93226}._exportButton_70v57_37:disabled{background-color:#e9ecef;color:#6c757d;cursor:not-allowed}._loadingMessage_70v57_81,._noEntries_70v57_81{text-align:center;color:#666;padding:2rem 0}._entryList_70v57_93{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}._entryItem_70v57_107{background-color:#f8f9fa;border-radius:6px;padding:1rem 1.5rem;border-left:4px solid #fd7e14}._entryHeader_70v57_121{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem;flex-wrap:wrap}._entryAuthor_70v57_137{font-weight:600;color:#333}._entryDate_70v57_147{font-size:.9rem;color:#6c757d;font-weight:500}._entryContent_70v57_159{margin:0;line-height:1.6;word-break:break-word}._entryContent_70v57_159 p{margin-top:0;margin-bottom:1em}._entryContent_70v57_159 ul,._entryContent_70v57_159 ol{padding-left:1.5rem}._entryContent_70v57_159 h1,._entryContent_70v57_159 h2,._entryContent_70v57_159 h3{margin-top:1.2em;margin-bottom:.5em;line-height:1.2}._entryContent_70v57_159 h3{font-size:1.1em}._entryMeta_70v57_205{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1rem}._entryTypeBadge_70v57_221{border-radius:12px;font-size:.8rem;font-weight:600;color:#fff;text-transform:capitalize}._type_inspection_70v57_237{background-color:#3498db}._type_reparation_70v57_239{background-color:#e67e22}._type_nettoyage_70v57_241{background-color:#2ecc71}._type_remplacement_70v57_243{background-color:#9b59b6}._type_autre_70v57_245{background-color:#95a5a6}._linkedItems_70v57_249{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.9rem}._linkedItem_70v57_249{background-color:#e9ecef;padding:.2rem .5rem;border-radius:4px;text-decoration:none;color:#495057;transition:background-color .2s}._linkedItem_70v57_249:hover{background-color:#ced4da;color:#212529}._attachedPhotos_70v57_293{margin-top:1rem;display:flex;gap:.5rem;flex-wrap:wrap}._attachedPhotoThumbnail_70v57_307{width:60px;height:60px;object-fit:cover;border-radius:4px;border:1px solid #ddd;transition:transform .2s}._attachedPhotoThumbnail_70v57_307:hover{transform:scale(1.05)}._selectInput_70v57_333{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:1rem;background-color:#fff}._checkboxGrid_70v57_353{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.5rem}._checkboxLabel_70v57_365{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:4px;cursor:pointer;transition:background-color .2s}._checkboxLabel_70v57_365:hover{background-color:#f8f9fa}._photoSelector_70v57_393{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem;max-height:200px;overflow-y:auto;padding:.5rem;border:1px solid #d1d5db;border-radius:6px}._entryActions_70v57_415{margin-top:1rem;display:flex;gap:.5rem;justify-content:flex-end;flex-wrap:wrap}._editButton_70v57_431,._deleteButton_70v57_431,._cancelButton_70v57_431,._submitButton_70v57_431{padding:.3rem .8rem;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;border:1px solid transparent;transition:all .2s ease-in-out}._editButton_70v57_431{color:#3498db;border-color:#3498db;background-color:#fff}._editButton_70v57_431:hover{background-color:#3498db;color:#fff}._deleteButton_70v57_431{color:#e74c3c;border-color:#e74c3c;background-color:#fff}._deleteButton_70v57_431:hover{background-color:#e74c3c;color:#fff}._addEntrySection_70v57_491{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef;max-width:80ch;margin-left:0}._addEntrySection_70v57_491 h3{margin-top:0;margin-bottom:1.5rem;font-size:1.1rem}._entryForm_70v57_519{display:flex;flex-direction:column;gap:1rem}._formGroup_70v57_531{display:flex;flex-direction:column}._formGroup_70v57_531 label{margin-bottom:.5rem;font-weight:500;font-size:.9rem}._dateInput_70v57_553{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:1rem;box-sizing:border-box;transition:border-color .2s}._editorWrapper_70v57_573{border:1px solid #d1d5db;border-radius:6px;transition:border-color .2s,box-shadow .2s;background-color:#fff}._editorWrapper_70v57_573:focus-within{border-color:#fd7e14;box-shadow:0 0 0 2px #fd7e1433}._editorWrapper_70v57_573._disabled_70v57_593{background-color:#f3f4f6;cursor:not-allowed}._editorWrapper_70v57_573._disabled_70v57_593 ._ProseMirror_70v57_601{background-color:#f3f4f6}._editorContentArea_70v57_607 ._ProseMirror_70v57_601{padding:.75rem;min-height:150px;outline:none}._editorContentArea_70v57_607 ._ProseMirror_70v57_601 p._is-editor-empty_70v57_617:first-child:before{content:attr(data-placeholder);float:left;color:#adb5bd;pointer-events:none;height:0}._dateInput_70v57_553:focus,._selectInput_70v57_333:focus{outline:none;border-color:#fd7e14;box-shadow:0 0 0 2px #fd7e1433}._photoSelectItem_70v57_647{position:relative;cursor:pointer;border-radius:4px;overflow:hidden;border:3px solid transparent;transition:border-color .2s}._photoSelectItem_70v57_647 img{width:100%;height:80px;object-fit:cover;display:block}._photoSelectItem_70v57_647._selected_70v57_679{border-color:#fd7e14}._photoSelectorCheck_70v57_687{position:absolute;top:4px;right:4px;width:20px;height:20px;background-color:#fff;border:1px solid #fd7e14;border-radius:50%;color:#fd7e14;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;opacity:0;transition:opacity .2s}._photoSelectItem_70v57_647._selected_70v57_679 ._photoSelectorCheck_70v57_687{opacity:1}._noItemsMessage_70v57_733{font-style:italic;color:#6c757d;padding:.5rem;background-color:#f8f9fa;border-radius:4px}._formActions_70v57_749{margin-top:1rem;display:flex;justify-content:flex-end;gap:.75rem}._submitButton_70v57_431{background-color:#fd7e14;color:#fff;border-color:#fd7e14}._submitButton_70v57_431:hover:not(:disabled){background-color:#e86a00}._submitButton_70v57_431:disabled{background-color:#9ca3af;cursor:not-allowed}._cancelButton_70v57_431{background-color:#fff;color:#374151;border-color:#d1d5db}._cancelButton_70v57_431:hover:not(:disabled){background-color:#f9fafb}._form_l8fks_1{padding:1rem}._recipientSelector_l8fks_9{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}._radioLabel_l8fks_25{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500}._agentListContainer_l8fks_41{margin-bottom:1.5rem;border:1px solid #e5e7eb;border-radius:6px;padding:1rem}._agentListActions_l8fks_55{display:flex;gap:1rem;margin-bottom:.75rem}._linkButton_l8fks_67{background:none;border:none;color:#3b82f6;cursor:pointer;text-decoration:underline;padding:0;font-size:.9rem}._linkButton_l8fks_67:hover{color:#2563eb}._agentList_l8fks_41{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;max-height:150px;overflow-y:auto}._checkboxLabel_l8fks_111{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.25rem}._formGroup_l8fks_127{margin-bottom:1.5rem}._formGroup_l8fks_127 label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}._input_l8fks_149,._textarea_l8fks_149{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:1rem;box-sizing:border-box;transition:border-color .2s}._textarea_l8fks_149{resize:vertical}._input_l8fks_149:focus,._textarea_l8fks_149:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}._actions_l8fks_191{display:flex;justify-content:flex-end;gap:.75rem}._submitButton_l8fks_203,._cancelButton_l8fks_203{padding:.6rem 1.2rem;border-radius:6px;border:1px solid transparent;cursor:pointer;font-weight:500;transition:background-color .2s,border-color .2s}._submitButton_l8fks_203{background-color:#3b82f6;color:#fff}._submitButton_l8fks_203:hover:not(:disabled){background-color:#2563eb}._submitButton_l8fks_203:disabled{background-color:#9ca3af;cursor:not-allowed}._recipientInfo_l8fks_249{padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid #d1d5db;border-radius:6px;background-color:#f9fafb;color:#374151}._cancelButton_l8fks_203{background-color:#fff;color:#374151;border-color:#d1d5db}._cancelButton_l8fks_203:hover:not(:disabled){background-color:#f9fafb}._noAgentsMessage_l8fks_287{color:#6b7280;font-style:italic}._container_abjk9_1{padding:0 1rem 1rem}._feedback_abjk9_13{text-align:center;color:#6b7280;padding:3rem 1rem}._error_abjk9_25{color:#ef4444}._messageList_abjk9_33{display:flex;flex-direction:column;gap:1rem;max-height:65vh;overflow-y:auto;padding:1rem}._messageItem_abjk9_55{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}._messageHeader_abjk9_69{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;border-bottom:1px solid #f3f4f6;padding-bottom:.75rem;margin-bottom:.75rem}._sender_abjk9_89{font-weight:600;color:#1f2937}._subject_abjk9_99{margin-left:.5rem;color:#4b5563}._date_abjk9_109{font-size:.8rem;color:#6b7280;white-space:nowrap}._body_abjk9_121{margin:0 0 1rem;white-space:pre-wrap;line-height:1.6}._recipientList_abjk9_133{font-size:.85rem;color:#6b7280}._recipientList_abjk9_133 strong{color:#4b5563}._modalOverlay_1p8mh_1{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}._modalPanel_1p8mh_23{background:#fff;border-radius:8px;width:100%;max-width:500px;position:relative;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;display:flex;flex-direction:column;max-height:90vh}._modalHeader_1p8mh_51{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}._modalTitle_1p8mh_69{font-size:1.25rem;font-weight:600;color:#111827;margin:0}._closeButton_1p8mh_83{background:none;border:none;font-size:1.75rem;cursor:pointer;color:#6b7280;padding:0;line-height:1}._modalForm_1p8mh_105{display:flex;flex-direction:column;overflow:hidden}._modalContent_1p8mh_117{padding:1.5rem;overflow-y:auto}._formGroup_1p8mh_127{margin-bottom:1.5rem}._label_1p8mh_135{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}._input_1p8mh_149{display:block;width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;box-shadow:inset 0 1px 2px #0000000d}._previewContainer_1p8mh_169{margin-top:1rem;text-align:center}._previewContainer_1p8mh_169 p{font-weight:600;margin-bottom:.5rem;color:#333}._preview_1p8mh_169{max-width:100%;max-height:250px;border-radius:4px;object-fit:contain;border:1px solid #ddd;padding:4px;background-color:#f9fafb}._errorText_1p8mh_211{color:#ef4444;margin-top:1rem;text-align:center;font-size:.875rem}._formActions_1p8mh_225{display:flex;justify-content:flex-end;gap:1rem;margin-top:auto;border-top:1px solid #e5e7eb;padding:1.5rem;background-color:#f9fafb;flex-shrink:0}._btn_1p8mh_247{padding:.6rem 1.2rem;border-radius:6px;border:1px solid transparent;cursor:pointer;font-size:.95rem;font-weight:600;transition:background-color .2s}._btnSecondary_1p8mh_267{background-color:#e5e7eb;color:#374151;border-color:#d1d5db}._btnSecondary_1p8mh_267:hover{background-color:#d1d5db}._btnPrimary_1p8mh_287{background-color:#007bff;color:#fff}._btnPrimary_1p8mh_287:hover{background-color:#0056b3}._btn_1p8mh_247:disabled{opacity:.6;cursor:not-allowed}._cameraSection_1p8mh_315{margin-bottom:1rem}@media (min-width: 1025px){._cameraSection_1p8mh_315{display:none}}._header_vj9iy_1{display:flex;justify-content:flex-end;margin-bottom:1rem}._exportButton_vj9iy_13{padding:.6rem 1.2rem;border-radius:4px;border:1px solid #7f8c8d;background-color:#fff;color:#34495e;cursor:pointer;transition:all .2s;font-weight:500}._exportButton_vj9iy_13:hover:not(:disabled){background-color:#f4f6f6}._exportButton_vj9iy_13:disabled{opacity:.6;cursor:not-allowed}._tableContainer_vj9iy_39{overflow-x:auto}._summaryTable_vj9iy_47{width:100%;border-collapse:collapse}._summaryTable_vj9iy_47 th,._summaryTable_vj9iy_47 td{border-bottom:1px solid #ecf0f1;padding:.75rem 1rem;text-align:left;vertical-align:middle}._summaryTable_vj9iy_47 thead{background-color:#f9fafb}._summaryTable_vj9iy_47 th{font-weight:600;color:#34495e}._center_vj9iy_89{text-align:center}._error_vj9iy_97{color:#c0392b}._badge_vj9iy_107{padding:.25rem .6rem;border-radius:12px;font-size:.8rem;font-weight:600;color:#fff;display:inline-block;white-space:nowrap}._pending_vj9iy_125{background-color:#f39c12}._approved_vj9iy_127{background-color:#27ae60}._rejected_vj9iy_129{background-color:#c0392b}._chartContainer_vj9iy_133{margin-top:2rem;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#fdfdfd;cursor:zoom-in;transition:box-shadow .2s ease-in-out,transform .2s ease-in-out}._chartContainer_vj9iy_133:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}._form_12gf6_1{padding:1rem;display:flex;flex-direction:column;gap:1.5rem}._formGroup_12gf6_15{display:flex;flex-direction:column;gap:.5rem}._formGroup_12gf6_15 label{font-weight:600;color:#333}._formGroup_12gf6_15 input[type=text],._formGroup_12gf6_15 input[type=date],._formGroup_12gf6_15 input[type=file]{padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;font-family:inherit}._preview_12gf6_57{max-width:100%;max-height:200px;border-radius:4px;object-fit:contain;align-self:center;margin-top:.5rem}._actions_12gf6_75{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}._cancelButton_12gf6_89,._submitButton_12gf6_89{padding:.75rem 1.5rem;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .2s}._cancelButton_12gf6_89{background-color:#f0f0f0;color:#333}._submitButton_12gf6_89{background-color:#007bff;color:#fff}._error_12gf6_127{color:#d9534f;text-align:center}._previewContainer_12gf6_139{margin-top:1rem;text-align:center}._previewContainer_12gf6_139 p{font-weight:600;margin-bottom:.5rem;color:#333}._preview_12gf6_57{max-width:100%;max-height:200px;border-radius:4px;object-fit:contain;border:1px solid #ddd;padding:4px}._cameraSection_12gf6_179{margin-bottom:1rem}@media (min-width: 1025px){._cameraSection_12gf6_179{display:none}}._form_n7zoc_1{padding:1rem}._fieldset_n7zoc_9{border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-top:1.5rem}._fieldset_n7zoc_9 legend{font-weight:600;padding:0 .5rem}._grid_n7zoc_33{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}._formGroup_n7zoc_45{margin-bottom:1rem}._formGroup_n7zoc_45 label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151;font-size:.875rem}._formGroup_n7zoc_45 input,._formGroup_n7zoc_45 textarea{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box}._formGroup_n7zoc_45 input:focus,._formGroup_n7zoc_45 textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}._error_n7zoc_101{color:#ef4444;font-size:.875rem;margin-top:.25rem}._actions_n7zoc_113{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb}._submitButton_n7zoc_131{background-color:#3b82f6;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer;font-weight:500}._submitButton_n7zoc_131:hover{background-color:#2563eb}._submitButton_n7zoc_131:disabled{background-color:#9ca3af;cursor:not-allowed}._cancelButton_n7zoc_169{background-color:#fff;color:#374151;border:1px solid #d1d5db;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer;font-weight:500}._cancelButton_n7zoc_169:hover{background-color:#f9fafb}._container_hq35k_1{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e9ecef}@media (max-width: 992px){._container_hq35k_1{grid-template-columns:1fr}}._chartWrapper_hq35k_35{cursor:zoom-in;transition:box-shadow .2s ease-in-out,transform .2s ease-in-out;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb;min-height:300px;display:flex;align-items:center;justify-content:center}._chartWrapper_hq35k_35:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}._summaryChart_hq35k_71{grid-column:1 / -1;border-left:4px solid #10b981}._feedback_hq35k_83,._feedbackError_hq35k_83{text-align:center;padding:2rem;color:#6b7280;background-color:#f9fafb;border-radius:8px;margin-top:1.5rem}._feedbackError_hq35k_83{color:#ef4444}._pagination_16gpf_1{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem 0}._navButton_16gpf_19,._pageButton_16gpf_21{padding:.5rem 1rem;border:1px solid #ddd;background-color:#fff;color:#337ab7;cursor:pointer;border-radius:4px;transition:background-color .2s,color .2s;font-size:.9rem}._navButton_16gpf_19:hover:not(:disabled),._pageButton_16gpf_21:hover:not(:disabled){background-color:#f5f5f5}._navButton_16gpf_19:disabled{color:#ccc;cursor:not-allowed}._pageButton_16gpf_21._active_16gpf_63{background-color:#337ab7;color:#fff;border-color:#337ab7;cursor:default}._ellipsis_16gpf_77{border:none;background:none;cursor:default;padding:.5rem 0;color:#777}._searchContainer_jyajt_1{margin-bottom:1rem}._searchInput_jyajt_9{width:100%;padding:.6rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;box-sizing:border-box}._searchInput_jyajt_9:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}._agentListContainer_jyajt_37{max-height:400px;overflow-y:auto;padding:.5rem;margin-bottom:1.5rem;border:1px solid #e5e7eb;border-radius:6px;background-color:#f9fafb}._agentList_jyajt_37{list-style:none;padding:0;margin:0}._agentItem_jyajt_69{display:flex;align-items:center;padding:.75rem;border-bottom:1px solid #e5e7eb}._agentItem_jyajt_69:last-child{border-bottom:none}._checkbox_jyajt_91{margin-right:1rem;width:1.25rem;height:1.25rem;cursor:pointer}._label_jyajt_105{font-weight:500;flex-grow:1;display:flex;justify-content:space-between;align-items:center;cursor:pointer}._agentRole_jyajt_131{font-size:.8rem;color:#6b7280;background-color:#e5e7eb;padding:.15rem .5rem;border-radius:10px}._noResults_jyajt_147{text-align:center;padding:1.5rem;color:#6b7280}._modalActions_jyajt_159{display:flex;justify-content:flex-end;gap:1rem;padding-top:1.5rem;border-top:1px solid #e9ecef}._primaryButton_jyajt_175{background-color:#3b82f6;color:#fff;padding:.6rem 1.2rem;border-radius:6px;border:none;cursor:pointer;font-weight:500;transition:background-color .2s}._primaryButton_jyajt_175:hover:not(:disabled){background-color:#2563eb}._primaryButton_jyajt_175:disabled{background-color:#9ca3af;cursor:not-allowed}._secondaryButton_jyajt_215{background-color:#fff;color:#374151;border:1px solid #d1d5db;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s}._secondaryButton_jyajt_215:hover{background-color:#f9fafb}._pageContainer_d97ha_1{padding:1.5rem}._paginationContainer_d97ha_9{display:flex;justify-content:center;width:100%;margin-top:1rem}._filterContainer_d97ha_23{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;padding:1rem;background-color:#f9f9f9;border-bottom:1px solid #eee}._filterGroup_d97ha_43{display:flex;align-items:center;gap:.5rem}._filterGroup_d97ha_43 label{font-weight:500;font-size:.9rem;color:#555}._dateInput_d97ha_67{padding:.5rem;border:1px solid #ccc;border-radius:4px;font-family:inherit;font-size:.9rem}._tertiaryButton_d97ha_83{padding:.6rem 1rem;border:1px solid #ccc;background-color:#fff;color:#333;cursor:pointer;border-radius:4px;transition:background-color .2s;font-weight:500}._tertiaryButton_d97ha_83:hover{background-color:#f0f0f0}._photoGrid_d97ha_113{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding:1rem}._photoCard_d97ha_127{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;aspect-ratio:1 / 1}._photoCard_d97ha_127:hover{cursor:pointer}._photoImg_d97ha_155{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._photoCard_d97ha_127:hover ._photoImg_d97ha_155{transform:scale(1.05)}._photoCardOverlay_d97ha_177{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);padding:1.5rem .75rem .75rem;color:#fff;display:flex;opacity:0;justify-content:space-between;align-items:flex-end}._photoCardDate_d97ha_205{font-weight:600;font-size:.9rem}._noDataMessage_d97ha_215{padding:1rem;text-align:center;color:#666}._photoCard_d97ha_127:hover ._photoCardOverlay_d97ha_177{opacity:1}._deletePhotoButton_d97ha_235{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;padding:.25rem;line-height:1;transition:color .2s}._deletePhotoButton_d97ha_235:hover{color:#ff4d4d}._header_d97ha_265{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e9ecef;margin-bottom:2rem}._titleGroup_d97ha_285{flex-grow:1}._header_d97ha_265 h1{font-size:2rem;font-weight:700;margin:0}._backButton_d97ha_305{background-color:#fff;color:#374151;border:1px solid #d1d5db;padding:.6rem 1.2rem;border-radius:6px;text-decoration:none;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s;flex-shrink:0}._backButton_d97ha_305:hover{background-color:#f9fafb}._comment_d97ha_341{color:#6b7280;font-size:1rem;margin:.25rem 0 0;max-width:80ch}._card_d97ha_355{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;overflow:hidden}._managementCard_d97ha_371{border-left:4px solid #f59e0b}._cardContent_d97ha_379{padding:0 1.5rem 1.5rem}._cardContent_d97ha_379 h4{margin-top:0;margin-bottom:.75rem;font-size:1rem;font-weight:600;color:#4b5563}._cardTitleGroup_d97ha_403{display:flex;align-items:center;gap:.75rem}._cardHeader_d97ha_415{display:flex;justify-content:space-between;align-items:center;padding:1.5rem}._cardHeader_d97ha_415 h2{margin:0;font-size:1.25rem}._headerActions_d97ha_439{display:flex;gap:.75rem}._assignedAgentList_d97ha_449{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}._assignedAgentItem_d97ha_467{background-color:#eef2ff;color:#4338ca;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}._actionButton_d97ha_485{background-color:#3b82f6;color:#fff;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:background-color .2s}._actionButton_d97ha_485:hover{background-color:#2563eb}._secondaryButton_d97ha_517{background-color:#fff;color:#374151;border:1px solid #d1d5db;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}._secondaryButton_d97ha_517:hover{background-color:#f9fafb}._tableContainer_d97ha_549{width:100%;overflow-x:auto}._measurementTable_d97ha_559{width:100%;border-collapse:collapse}._measurementTable_d97ha_559 th,._measurementTable_d97ha_559 td{padding:.75rem 1.5rem;text-align:left;border-top:1px solid #e5e7eb;white-space:nowrap}._measurementTable_d97ha_559 thead th{background-color:#f9fafb;font-weight:600;color:#4b5563;font-size:.875rem}._ownMeasurement_d97ha_601{background-color:#eff6ff;border-left:3px solid #3b82f6}._ownMeasurement_d97ha_601 td:nth-child(3){font-weight:600;color:#1e40af}._commentRow_d97ha_625 td{border-top:none;padding-top:0;padding-bottom:.75rem}._measurementTable_d97ha_559 ._commentCell_d97ha_639{font-style:italic;color:#555;font-size:.85rem;white-space:normal;line-height:1.4}._commentRow_d97ha_625:not(._ownMeasurement_d97ha_601) ._commentCell_d97ha_639{background-color:#fdfdfd}._dateCellContent_d97ha_669{display:flex;align-items:center;gap:.75rem}._dateCellWithComment_d97ha_683{vertical-align:middle}._photoLinkButton_d97ha_691,._traceLinkButton_d97ha_693{background:none;border:none;cursor:pointer;padding:0;font-size:1.1rem;vertical-align:middle;transition:transform .2s;line-height:1}._photoLinkButton_d97ha_691:hover,._traceLinkButton_d97ha_693:hover{transform:scale(1.2)}._averageCell_d97ha_725{font-weight:600;color:#1e40af}._statusBadge_d97ha_737{display:inline-block;padding:.2rem .6rem;font-size:.75rem;font-weight:600;border-radius:12px;text-transform:capitalize;color:#fff}._approved_d97ha_757{background-color:#22c55e}._pending_d97ha_765{background-color:#f97316}._rejected_d97ha_773{background-color:#ef4444}._actionCell_d97ha_781{display:flex;gap:.5rem;text-align:right}._editButton_d97ha_793{background-color:transparent;color:#f59e0b;border:1px solid #f59e0b;padding:.3rem .8rem;border-radius:6px;cursor:pointer;font-weight:500;font-size:.875rem;transition:background-color .2s,color .2s}._editButton_d97ha_793:hover{background-color:#f59e0b;color:#fff}._deleteButton_d97ha_825{background-color:transparent;color:#ef4444;border:1px solid #ef4444;padding:.3rem .8rem;border-radius:6px;cursor:pointer;font-weight:500;font-size:.875rem;transition:background-color .2s,color .2s}._deleteButton_d97ha_825:hover{background-color:#ef4444;color:#fff}@keyframes _fadeInAndSlideUp_d97ha_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._chartsAppearing_d97ha_879{animation:_fadeInAndSlideUp_d97ha_1 .7s ease-out}._exportButton_d97ha_889{padding:.6rem 1rem;border:1px solid #28a745;background-color:#fff;color:#28a745;cursor:pointer;border-radius:4px;transition:background-color .2s,color .2s;font-weight:500}._exportButton_d97ha_889:hover:not(:disabled){background-color:#28a745;color:#fff}._exportButton_d97ha_889:disabled{background-color:#e9ecef;border-color:#ced4da;color:#6c757d;cursor:not-allowed}._helpButton_d97ha_935{background-color:#e9ecef;color:#495057;border:1px solid #ced4da;border-radius:50%;width:28px;height:28px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s}._helpButton_d97ha_935:hover{background-color:#ced4da;transform:scale(1.1)}._pageContainer_1whzi_1{padding:2rem}._header_1whzi_9{text-align:center;margin-bottom:3rem}._header_1whzi_9 h1{font-size:2.5rem;color:#2c3e50;margin-bottom:.5rem}._header_1whzi_9 p{font-size:1.2rem;color:#7f8c8d;max-width:600px;margin:0 auto}._loading_1whzi_45,._error_1whzi_45,._noCategories_1whzi_45{text-align:center;padding:4rem;font-size:1.2rem;color:#7f8c8d}._error_1whzi_45{color:#e74c3c}._categoryList_1whzi_67{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:900px;margin:0 auto}._categoryCard_1whzi_83{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;display:grid;grid-template-columns:1fr 250px;align-items:center;padding:1.5rem;transition:box-shadow .2s ease-in-out,border-left-color .2s;border-left:4px solid transparent}._categoryCard_1whzi_83:hover{box-shadow:0 4px 20px #00000014;border-left-color:#3498db}._categoryTitle_1whzi_125 a{font-size:1.3rem;color:#34495e;text-decoration:none;font-weight:600;transition:color .2s}._categoryTitle_1whzi_125 a:hover{color:#3498db}._categoryDescription_1whzi_149{color:#596a7b;margin-top:.5rem;font-size:.9rem;line-height:1.5}._categoryStats_1whzi_163{margin-top:1rem;font-size:.85rem;color:#7f8c8d}._latestPostInfo_1whzi_175{display:flex;align-items:center;gap:1rem;padding-left:1.5rem;border-left:1px solid #e9ecef;min-width:0}._avatar_1whzi_193{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}._postDetails_1whzi_209{display:flex;flex-direction:column;overflow:hidden}._postTitle_1whzi_221{font-weight:600;color:#34495e;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.9rem}._postTitle_1whzi_221:hover{color:#3498db}._postMeta_1whzi_249{font-size:.8rem;color:#95a5a6;margin-top:.25rem}._noPost_1whzi_261{font-size:.9rem;color:#95a5a6;font-style:italic;width:100%;text-align:center}._pageContainer_1j9ut_1{padding:2rem;max-width:1200px;margin:0 auto}._header_1j9ut_13{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0;flex-wrap:wrap;gap:1rem}._headerContent_1j9ut_35 h1{font-size:2.2rem;color:#2c3e50;margin:.5rem 0}._headerContent_1j9ut_35 p{font-size:1.1rem;color:#7f8c8d;margin:0}._backLink_1j9ut_59{color:#3498db;text-decoration:none;font-weight:600;margin-bottom:.5rem;display:inline-block}._newThreadButton_1j9ut_75{background-color:#3498db;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:background-color .2s}._newThreadButton_1j9ut_75:hover{background-color:#2980b9}._loading_1j9ut_107,._error_1j9ut_107,._noData_1j9ut_107,._noThreads_1j9ut_107{text-align:center;padding:4rem;font-size:1.2rem;color:#7f8c8d}._error_1j9ut_107{color:#e74c3c}._threadList_1j9ut_129{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;overflow:hidden}._listHeader_1j9ut_143{display:grid;grid-template-columns:3fr 1fr 2fr;padding:1rem 1.5rem;background-color:#f8f9fa;color:#495057;font-weight:700;text-transform:uppercase;font-size:.8rem;letter-spacing:.05em;border-bottom:2px solid #e9ecef}._headerStats_1j9ut_169,._headerLastPost_1j9ut_169{text-align:center}._threadRow_1j9ut_177{display:grid;grid-template-columns:3fr 1fr 2fr;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e9ecef;transition:background-color .15s}._threadRow_1j9ut_177:last-child{border-bottom:none}._threadRow_1j9ut_177:hover{background-color:#fdfdfe}._threadTitle_1j9ut_211{font-size:1.1rem;font-weight:600;color:#34495e;text-decoration:none}._threadTitle_1j9ut_211:hover{color:#3498db}._threadMeta_1j9ut_233{font-size:.85rem;color:#95a5a6;margin-top:.25rem}._author_1j9ut_245{color:#3498db;font-weight:500}._statsCell_1j9ut_255,._lastPostCell_1j9ut_255{text-align:center;font-size:.9rem;color:#596a7b}._lastPostDate_1j9ut_267{font-size:.8rem;color:#95a5a6}._titleContainer_1j9ut_277{display:flex;align-items:center;gap:.5rem}._lockIcon_1j9ut_289,._pinIcon_1j9ut_291{font-size:1.1rem}._lockIcon_1j9ut_289{opacity:.7}._form_38631_1{padding:1rem}._formGroup_38631_9{margin-bottom:1.5rem}._label_38631_17{display:block;font-weight:600;margin-bottom:.5rem;color:#34495e}._input_38631_31,._textarea_38631_33{width:100%;padding:.75rem;border:1px solid #bdc3c7;border-radius:6px;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}._input_38631_31:focus,._textarea_38631_33:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db33}._error_38631_69{color:#e74c3c;font-size:.875rem;margin-top:.5rem}._actions_38631_81{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e9ecef}._cancelButton_38631_99,._submitButton_38631_101{border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:background-color .2s,opacity .2s}._cancelButton_38631_99{background-color:#ecf0f1;color:#34495e}._cancelButton_38631_99:hover:not(:disabled){background-color:#bdc3c7}._submitButton_38631_101{background-color:#2ecc71;color:#fff}._submitButton_38631_101:hover:not(:disabled){background-color:#27ae60}._submitButton_38631_101:disabled{opacity:.6;cursor:not-allowed}._editorContainer_1yclg_1{border:1px solid #bdc3c7;border-radius:6px;overflow:hidden;background-color:#fff}._editorContainer_1yclg_1._disabled_1yclg_15{background-color:#f8f9fa;opacity:.7}._editorContent_1yclg_25{padding:.75rem;min-height:150px}._editorContent_1yclg_25:focus{outline:none}._form_16du2_1{display:flex;flex-direction:column;gap:1rem;padding-right:1rem;padding-left:1rem}._formGroup_16du2_19{display:flex;flex-direction:column}._formGroup_16du2_19 label{margin-bottom:.5rem;font-weight:600}._formGroup_16du2_19 input[type=text],._formGroup_16du2_19 select,._formGroup_16du2_19 textarea{padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}._formGroup_16du2_19 textarea{resize:vertical;min-height:100px}._checkboxLabel_16du2_67{display:flex;align-items:center;gap:.5rem;font-weight:400}._actions_16du2_81{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}._submitButton_16du2_95,._cancelButton_16du2_97{padding:.6rem 1.2rem;border:none;border-radius:4px;cursor:pointer;font-weight:600}._submitButton_16du2_95{background-color:#28a745;color:#fff}._submitButton_16du2_95:disabled{background-color:#a5d6a7}._cancelButton_16du2_97{background-color:#6c757d;color:#fff}._errorText_16du2_141{color:#dc3545;font-size:.875rem;margin-top:.25rem}._formError_16du2_153{background-color:#f8d7da;color:#721c24;padding:.75rem;border:1px solid #f5c6cb;border-radius:4px;margin-bottom:1rem}._photoPreviewContainer_16du2_171{margin-top:1rem;display:flex;align-items:center;gap:1rem}._photoPreview_16du2_171{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #ddd}._removePhotoButton_16du2_201{background:none;border:1px solid #dc3545;color:#dc3545;padding:.25rem .5rem;border-radius:4px;cursor:pointer;font-size:.8rem}._pageContainer_9ygv3_1{padding:2rem;max-width:900px;margin:0 auto}._header_9ygv3_13{margin-bottom:2rem}._breadcrumb_9ygv3_21{font-size:.9rem;color:#7f8c8d;margin-bottom:1rem}._breadcrumb_9ygv3_21 a{color:#3498db;text-decoration:none}._breadcrumb_9ygv3_21 a:hover{text-decoration:underline}._breadcrumb_9ygv3_21 span{margin:0 .5rem}._header_9ygv3_13 h1{font-size:2.5rem;color:#2c3e50;margin:0;line-height:1.2}._editThreadButton_9ygv3_73{background:none;border:1px solid #f39c12;color:#f39c12;padding:6px 12px;border-radius:5px;cursor:pointer;font-weight:600;margin-top:1rem;transition:all .2s}._editThreadButton_9ygv3_73:hover{background-color:#f39c12;color:#fff}._moderationActions_9ygv3_107{display:flex;gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px dashed #e0e0e0}._modButton_9ygv3_123{background-color:#ecf0f1;border:1px solid #bdc3c7;color:#34495e;padding:.5rem 1rem;border-radius:5px;cursor:pointer;transition:all .2s}._modButton_9ygv3_123._active_9ygv3_143,._modButton_9ygv3_123:hover{background-color:#34495e;color:#fff;border-color:#34495e}._loading_9ygv3_155,._error_9ygv3_155,._noData_9ygv3_155{text-align:center;padding:4rem;font-size:1.2rem;color:#7f8c8d}._error_9ygv3_155{color:#e74c3c}._post_9ygv3_177{display:grid;grid-template-columns:150px 1fr;gap:2rem;background-color:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:1.5rem;overflow:hidden}._originalPost_9ygv3_199{border-top:4px solid #3498db}._postAuthor_9ygv3_207{background-color:#f8f9fa;padding:1.5rem;text-align:center;border-right:1px solid #e9ecef}._avatar_9ygv3_221{width:80px;height:80px;border-radius:50%;object-fit:cover;margin:0 auto .75rem;border:3px solid #ffffff;box-shadow:0 2px 4px #0000001a}._authorName_9ygv3_241{font-weight:700;color:#34495e}._postContent_9ygv3_251{padding:1.5rem}._postHeader_9ygv3_259{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;margin-bottom:1rem;border-bottom:1px solid #e9ecef}._postDate_9ygv3_277{font-size:.85rem;color:#95a5a6}._postBody_9ygv3_287{line-height:1.7;color:#34495e}._postBody_9ygv3_287 p{margin-top:0;margin-bottom:1em}._postBody_9ygv3_287 blockquote{border-left:3px solid #bdc3c7;padding-left:1rem;margin-left:0;font-style:italic;color:#7f8c8d}._postBody_9ygv3_287 code{background-color:#ecf0f1;padding:.2em .4em;border-radius:3px;font-family:Courier New,Courier,monospace}._postActions_9ygv3_339{display:flex;gap:.75rem;align-items:center}._editButton_9ygv3_351,._quoteButton_9ygv3_353,._deleteButton_9ygv3_355{background:none;border:1px solid #e74c3c;color:#e74c3c;padding:4px 8px;font-size:.8rem;border-radius:4px;cursor:pointer;transition:background-color .2s,color .2s}._editButton_9ygv3_351{border-color:#3498db;color:#3498db}._quoteButton_9ygv3_353{border-color:#95a5a6;color:#95a5a6}._deleteButton_9ygv3_355:hover{background-color:#e74c3c;color:#fff}._editButton_9ygv3_351:hover{background-color:#3498db;color:#fff}._quoteButton_9ygv3_353:hover{background-color:#95a5a6;color:#fff}._lockedThread_9ygv3_427{margin-top:3rem;padding:2rem;text-align:center;background-color:#fdf2f2;border:1px solid #fbcaca;border-radius:8px;color:#9b2c2c}._replySection_fli7l_1{margin-top:3rem;padding-top:2rem;border-top:1px solid #e0e0e0}._title_fli7l_13{font-size:1.5rem;margin-bottom:1rem;color:#2c3e50}._formGroup_fli7l_25{margin-bottom:1rem}._textarea_fli7l_33{width:100%;padding:.75rem;border:1px solid #bdc3c7;border-radius:6px;font-family:inherit;font-size:1rem;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}._textarea_fli7l_33:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db33}._error_fli7l_67{color:#e74c3c;font-size:.875rem;margin-top:.5rem}._actions_fli7l_79{text-align:right;margin-top:1rem}._submitButton_fli7l_89{background-color:#2ecc71;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;font-size:1rem;transition:background-color .2s,opacity .2s}._submitButton_fli7l_89:hover:not(:disabled){background-color:#27ae60}._submitButton_fli7l_89:disabled{opacity:.6;cursor:not-allowed}._likeButton_bz0nz_1{background:none;border:none;padding:.3rem .5rem;border-radius:5px;cursor:pointer;display:flex;align-items:center;gap:.3rem;font-size:.9rem;color:#555;transition:background-color .2s}._likeButton_bz0nz_1:hover{background-color:#f0f0f0}._likeButton_bz0nz_1:disabled{cursor:not-allowed;opacity:.7}._heartIcon_bz0nz_47{font-size:1.1rem}._likeCount_bz0nz_55{font-weight:500}._liked_bz0nz_63{color:#e44d26}._pageContainer_rkfto_1{max-width:100%;margin:0 auto;min-height:100vh;background-color:#f0f2f5;display:flex;flex-direction:column}._header_rkfto_19{text-align:center;position:relative;margin-bottom:2rem;padding-top:2.5rem}._header_rkfto_19 h1{font-size:2.5rem;color:#2c3e50;margin:0}._subtitle_rkfto_45{font-size:1.2rem;color:#7f8c8d;margin-top:.5rem}._logoLink_rkfto_57{position:absolute;top:50%;transform:translateY(-50%);left:0;margin-left:1rem}._loginLink_rkfto_73{position:absolute;top:50%;transform:translateY(-50%);right:0;margin-right:1rem;padding:.5rem 1rem;background-color:#007bff;color:#fff;text-decoration:none;border-radius:5px;font-weight:500;transition:background-color .2s}._loginLink_rkfto_73:hover{background-color:#0056b3}._mainContent_rkfto_111{max-width:1200px;width:100%;margin:0 auto;padding:2rem;flex-grow:1;box-sizing:border-box}._statusMessage_rkfto_129{text-align:center;padding:4rem;font-size:1.2rem;color:#555}._error_rkfto_143{color:#e74c3c}._loginPrompt_rkfto_151{background-color:#e9f5ff;border:1px solid #bde0fe;border-radius:8px;padding:1rem 1.5rem;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}._loginPrompt_rkfto_151 p{margin:0;color:#0056b3}._promptDetails_rkfto_185{font-size:.9rem;color:#004a99;margin-top:.25rem!important}._loginButton_rkfto_197{padding:.6rem 1.2rem;background-color:#007bff;color:#fff;text-decoration:none;border-radius:5px;font-weight:500;transition:background-color .2s;white-space:nowrap}._loginButton_rkfto_197:hover{background-color:#0056b3}._categorySection_rkfto_227{background-color:#fff;border-radius:8px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000000d}._categorySection_rkfto_227 h2{margin-top:0;color:#2c3e50}._categoryDescription_rkfto_253{color:#7f8c8d;margin-top:-.5rem;margin-bottom:1.5rem}._threadsTable_rkfto_265{width:100%;border-collapse:collapse}._threadsTable_rkfto_265 th,._threadsTable_rkfto_265 td{padding:.75rem;text-align:left;border-bottom:1px solid #ecf0f1}._threadsTable_rkfto_265 th{background-color:#f8f9fa;font-weight:600}._threadsTable_rkfto_265 a{color:#3498db;text-decoration:none;font-weight:500}._threadsTable_rkfto_265 a:hover{text-decoration:underline}@media (max-width: 768px){._header_rkfto_19{padding:1rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}._header_rkfto_19 ._logoLink_rkfto_57,._header_rkfto_19 ._loginLink_rkfto_73{position:static;transform:none;margin:0}._header_rkfto_19 h1,._header_rkfto_19 ._subtitle_rkfto_45{width:100%;order:1;margin:0}._loginPrompt_rkfto_151{flex-direction:column;align-items:flex-start;gap:.75rem}._threadsTable_rkfto_265,._threadsTable_rkfto_265 tbody,._threadsTable_rkfto_265 tr,._threadsTable_rkfto_265 td{display:block;width:100%}._threadsTable_rkfto_265 thead{display:none}._threadsTable_rkfto_265 tr{margin-bottom:1rem;border:1px solid #ecf0f1;border-radius:8px;background-color:#fff;box-shadow:0 2px 4px #0000000d}._threadsTable_rkfto_265 td{display:flex;justify-content:space-between;align-items:center;text-align:right;padding:.75rem 1rem;border-bottom:1px solid #ecf0f1}._threadsTable_rkfto_265 td:last-child{border-bottom:none}._threadsTable_rkfto_265 td:before{content:attr(data-label);font-weight:600;color:#7f8c8d;text-align:left;margin-right:1rem;font-size:.9rem}._threadsTable_rkfto_265 td:first-child{background-color:#f8f9fa;display:block;text-align:left;font-weight:600;font-size:1.1rem;border-bottom:1px solid #ecf0f1}._threadsTable_rkfto_265 td:first-child:before{display:none}}._pageContainer_gp7kr_1{max-width:100%;margin:0 auto;min-height:100vh;background-color:#f0f2f5;display:flex;flex-direction:column}._header_gp7kr_19{text-align:center;position:relative;margin-bottom:2rem;max-width:1100px;width:100%;margin-left:auto;margin-right:auto;padding-top:2.5rem}._header_gp7kr_19 h1{font-size:2.2rem;color:#2c3e50;margin:.5rem 0 0}._breadcrumb_gp7kr_53{font-size:.9rem;color:#7f8c8d}._breadcrumb_gp7kr_53 a{color:#3498db;text-decoration:none}._logoLink_gp7kr_73{position:absolute;top:50%;transform:translateY(-50%);left:0;margin-left:1rem}._loginLink_gp7kr_89{position:absolute;top:50%;transform:translateY(-50%);right:0;margin-right:1rem;padding:.5rem 1rem;background-color:#007bff;color:#fff;text-decoration:none;border-radius:5px;font-weight:500;transition:background-color .2s}._loginLink_gp7kr_89:hover{background-color:#0056b3}._mainContent_gp7kr_127{max-width:1100px;width:100%;margin:0 auto;padding:2rem;flex-grow:1;box-sizing:border-box}._statusMessage_gp7kr_145{text-align:center;padding:4rem;font-size:1.2rem;color:#555}._error_gp7kr_147{color:#e74c3c}._loginPrompt_gp7kr_151{background-color:#e9f5ff;border:1px solid #bde0fe;border-radius:8px;padding:1rem 1.5rem;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}._loginPrompt_gp7kr_151 p{margin:0;color:#0056b3}._promptDetails_gp7kr_177{font-size:.9rem;color:#004a99;margin-top:.25rem!important}._loginButton_gp7kr_179{padding:.6rem 1.2rem;background-color:#007bff;color:#fff;text-decoration:none;border-radius:5px;font-weight:500;transition:background-color .2s;white-space:nowrap}._loginButton_gp7kr_179:hover{background-color:#0056b3}._postsContainer_gp7kr_185{display:flex;flex-direction:column;gap:1.5rem}._post_gp7kr_185{display:flex;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;overflow:hidden}._postAuthor_gp7kr_205{flex-shrink:0;width:150px;padding:1.5rem;background-color:#f8f9fa;border-right:1px solid #e9ecef;display:flex;flex-direction:column;align-items:center}._avatar_gp7kr_227{width:60px;height:60px;border-radius:50%;margin-bottom:.5rem}._postContent_gp7kr_231{flex-grow:1;padding:1.5rem}._postHeader_gp7kr_235{color:#7f8c8d;font-size:.85rem;border-bottom:1px solid #ecf0f1;padding-bottom:.75rem;margin-bottom:1rem}._postBody_gp7kr_251{line-height:1.6}._postBody_gp7kr_251 p:first-child{margin-top:0}._postBody_gp7kr_251 p:last-child{margin-bottom:0}@media (max-width: 768px){._header_gp7kr_19{padding:1rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}._header_gp7kr_19 ._logoLink_gp7kr_73,._header_gp7kr_19 ._loginLink_gp7kr_89{position:static;transform:none;margin:0}._header_gp7kr_19 h1,._header_gp7kr_19 ._breadcrumb_gp7kr_53{width:100%;order:1;margin:0}._header_gp7kr_19 h1{margin-top:.5rem}._loginPrompt_gp7kr_151{flex-direction:column;align-items:flex-start;gap:.75rem}._post_gp7kr_185{flex-direction:column}._postAuthor_gp7kr_205{width:auto;border-right:none;border-bottom:1px solid #e9ecef;display:flex;align-items:center;gap:1rem;padding:1rem}._avatar_gp7kr_227{margin-bottom:0}}
