@charset "UTF-8";: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}}.rr--group{display:flex;width:100%;position:relative}.rr--box{display:flex;width:100%;flex-grow:1;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rr--svg{display:flex;aspect-ratio:1;width:100%;flex-grow:1;overflow:clip;pointer-events:none}@supports not (overflow: clip){.rr--svg{overflow:auto}}.rr--box:focus,.rr--box:focus-visible,.rr-reset:focus-visible,.rr-reset:focus{outline:none;box-shadow:none}.rr--focus-reset{outline:6px double #0079ff}.rr--box:focus-visible .rr--svg{outline:6px double #0079ff;isolation:isolate}.rr--reset{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;right:0;bottom:50%}[dir=rtl] .rr--reset{left:0;right:auto}.rr--dir-y .rr--reset{bottom:0;right:50%}.rr--disabled{opacity:.5;cursor:not-allowed}.rr--disabled .rr--svg{pointer-events:none}.rr--pointer .rr--box{cursor:pointer}.rr--dir-x{flex-direction:row}.rr--dir-y{flex-direction:column}.rr--space-sm .rr--svg{padding:8%}.rr--space-md .rr--svg{padding:12.5%}.rr--space-lg .rr--svg{padding:17.5%}.rr--dir-x.rr--gap-sm .rr--svg{margin:0 6.25%}.rr--dir-x.rr--gap-sm .rr--box:focus-visible:after{width:87.5%;left:6.25%}.rr--dir-x.rr--gap-md .rr--svg{margin:0 12.5%}.rr--dir-x.rr--gap-md .rr--box:focus-visible:after{width:75%;left:12.5%}.rr--dir-x.rr--gap-lg .rr--svg{margin:0 25%}.rr--dir-x.rr--gap-lg .rr--box:focus-visible:after{width:50%;left:25%}.rr--dir-y.rr--gap-sm .rr--svg{margin:6.25% 0}.rr--dir-y.rr--gap-md .rr--svg{margin:12.5% 0}.rr--dir-y.rr--gap-lg .rr--svg{margin:25% 0}.rr--rx-sm .rr--svg{border-radius:5%}.rr--rx-md .rr--svg{border-radius:15%}.rr--rx-lg .rr--svg{border-radius:20%}.rr--rx-full .rr--svg{border-radius:100%}.rr--has-stroke .rr--svg{stroke-linecap:round;stroke-linejoin:round}.rr--has-border .rr--svg{border-width:var(--rr--border-width);border-style:solid}.rr--on .rr--svg{fill:var(--rr--fill-on-color, none)}.rr--off .rr--svg{fill:var(--rr--fill-off-color, none)}.rr--has-stroke .rr--on .rr--svg{stroke:var(--rr--stroke-on-color, currentColor)}.rr--has-stroke .rr--off .rr--svg{stroke:var(--rr--stroke-off-color, currentColor)}.rr--on .rr--svg{background-color:var(--rr--box-on-color, none)}.rr--off .rr--svg{background-color:var(--rr--box-off-color, none)}.rr--has-border .rr--off .rr--svg{border-color:var(--rr--border-off-color, currentColor)}.rr--has-border .rr--on .rr--svg{border-color:var(--rr--border-on-color, currentColor)}.rr--fx-colors{--rr--easing: .2s cubic-bezier(.61, 1, .88, 1)}.rr--fx-colors .rr--svg{transition-duration:.2s;transition-timing-function:var(--rr--easing);transition-property:background-color,border-color,fill,stroke}.rr--fx-opacity .rr--off{opacity:.35;transition:opacity var(--rr--easing)}.rr--fx-opacity .rr--on{opacity:1}@media(hover:hover){.rr--fx-opacity .rr--box:hover{opacity:1}}@media(hover:hover){.rr--fx-zoom .rr--box{transition:transform var(--rr--easing);transform:scale(1)}.rr--fx-zoom .rr--box:hover{transform:scale(1.2)}@media(prefers-reduced-motion){.rr--fx-zoom .rr--box:hover{transform:scale(1)}}}@media(hover:hover){.rr--fx-position .rr--box{transition:transform var(--rr--easing);transform:translateY(0)}.rr--fx-position .rr--box:hover{transform:translateY(-15%)}@media(prefers-reduced-motion){.rr--fx-position .rr--box:hover{transform:translateY(0)}}}.rr--svg-stop-1{stop-color:var(--rr--fill-on-color, rgba(0, 0, 0, 0))}[dir=rtl] .rr--svg-stop-1,.rr--svg-stop-2{stop-color:var(--rr--fill-off-color, rgba(0, 0, 0, 0))}[dir=rtl] .rr--svg-stop-2{stop-color:var(--rr--fill-on-color, rgba(0, 0, 0, 0))}.rr--hf-svg-on{fill:var(--rr--fill-on-color, none)}.rr--hf-svg-off{fill:var(--rr--fill-off-color, none)}.rr--has-stroke .rr--hf-svg-on{stroke:var(--rr--stroke-on-color, currentColor)}.rr--has-stroke .rr--hf-svg-off{stroke:var(--rr--stroke-off-color, currentColor)}.rr--hf-svg-on .rr--svg,.rr--hf-svg-off .rr--svg{background-color:var(--rr--box-off-color, none)}.rr--has-border .rr--hf-svg-on .rr--svg{border-color:var(--rr--border-on-color, currentColor)}.rr--has-border .rr--hf-svg-off .rr--svg{border-color:var(--rr--border-off-color, currentColor)}.rr--dir-x .rr--hf-box-int .rr--svg{background:linear-gradient(to right,var(--rr--box-on-color, none) 50%,var(--rr--box-off-color, none) 50%)}[dir=rtl] .rr--dir-x .rr--hf-box-int .rr--svg{background:linear-gradient(to left,var(--rr--box-on-color, none) 50%,var(--rr--box-off-color, none) 50%)}.rr--dir-y .rr--hf-box-int .rr--svg{background:linear-gradient(to bottom,var(--rr--box-on-color, none) 50%,var(--rr--box-off-color, none) 50%)}.rr--hf-box-on .rr--svg{background-color:var(--rr--box-on-color, none)}.rr--hf-box-off .rr--svg{background-color:var(--rr--box-off-color, none)}.rr--hf-box-on .rr--svg,.rr--hf-box-off .rr--svg,.rr--hf-box-int .rr--svg{fill:var(--rr--fill-off-color, none)}.rr--has-stroke .rr--hf-box-on .rr--svg,.rr--has-stroke .rr--hf-box-off .rr--svg,.rr--has-stroke .rr--hf-box-int .rr--svg{stroke:var(--rr--stroke-off-color, currentColor)}.rr--has-border .rr--hf-box-on .rr--svg,.rr--has-border .rr--hf-box-int .rr--svg{border-color:var(--rr--border-on-color, currentColor)}.rr--has-border .rr--hf-box-off .rr--svg{border-color:var(--rr--border-off-color, currentColor)}.navbar-stat{display:flex;background:#d5deed;padding:10px;border:.5px solid #4d74d1;border-radius:6px;gap:5px;box-shadow:0 12px 16px #a9a6a633}.navbar-stat .title,.navbar-stat .divider{color:#1f62be;font-weight:500}.navbar-stat .value{color:#1f62be;font-weight:600}.navbar-stat.balance{background:#d9d5ed}.navbar-stat.balance .title,.navbar-stat.balance .value{color:#5b4bb8}#navbar{background:#fff;width:100%;height:70px;display:flex;justify-content:space-between;padding:5px 10px;box-sizing:border-box;align-items:center}#navbar .phase{font-weight:500;font-size:18px}#navbar .stats{display:flex;gap:10px}.sidebar-button{display:flex;background:none;border:none;gap:10px;align-items:center;color:#f5f5ff;cursor:pointer;width:90%;padding:10px 10px 10px 20px;border-radius:0 8px 8px 0;transition:background .3s ease,color .3s ease;font-size:16px}.sidebar-button .icon{display:flex;justify-content:center;align-items:center}.sidebar-button:hover:not(.disabled){background:#a89bff}.sidebar-button:hover:not(.disabled) svg rect,.sidebar-button:hover:not(.disabled) svg path{stroke:#fff}.sidebar-button.active{background:#8f7dff;font-weight:600;color:#fff}.sidebar-button.active svg rect,.sidebar-button.active svg path{stroke:#fff}.sidebar-button.disabled,.sidebar-button:disabled{cursor:not-allowed;opacity:.55;background:#ffffff0d;color:#cfcfe8}.sidebar-button.disabled svg rect,.sidebar-button.disabled svg path,.sidebar-button:disabled svg rect,.sidebar-button:disabled svg path{stroke:#cfcfe8}#sidebar{width:20%;height:100%;background:#393161;color:#fff;padding-top:20px;padding-bottom:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:50px;position:sticky;left:0;top:0}#sidebar .logo{width:100%;display:flex;justify-content:center}#sidebar .logo img{width:50px;height:auto}#sidebar .profile{display:flex;flex-direction:column;gap:5px;align-items:center}#sidebar .profile .avatar{width:50px;height:50px;border-radius:50px;background:#fff;display:flex;justify-content:center;align-items:center}#sidebar .profile .name{font-size:16px}#sidebar .profile .role{font-size:14px}#sidebar .navigation{display:flex;flex-direction:column;gap:10px}.navbar-timer{display:flex;align-items:center;gap:5px}.navbar-timer .time{width:40px;height:40px;display:flex;justify-content:center;align-items:center;border:1px solid #E07D26;background:#fee7d3;border-radius:8px;font-size:22px;font-weight:800;color:#e07d26}.navbar-timer .colons{display:flex;flex-direction:column;gap:5px}.navbar-timer .colons .colon{width:8px;height:8px;border-radius:20px;background:#fee7d3;border:1px solid #E07D26}#layout{display:flex;width:100%;height:100%;background:#f1f5ff;overflow:hidden}#layout .layout-container{display:flex;flex-direction:column;width:100%;height:100%;overflow-y:auto}.orders-table{display:flex;flex-direction:column;border-radius:5px;overflow:hidden;background:#eeeaff;border:1px solid #958ace;height:500px;overflow-y:scroll}.orders-table.restaurant .header,.orders-table.restaurant .content .row{grid-template-columns:1fr 1.5fr .7fr .7fr 1fr 1fr 1fr}.orders-table .title-wrapper{display:flex;background:#504391;align-items:center;gap:10px;padding:20px}.orders-table .title-wrapper .icon{width:36px;height:36px;background:#b0a4e8;display:flex;justify-content:center;align-items:center;border-radius:100px}.orders-table .title-wrapper .title{font-size:20px;color:#fff;font-weight:600}.orders-table .header{display:grid;gap:10px;background:#504391;grid-template-columns:1fr 1.5fr .7fr 1fr 1fr 1fr 1fr 1fr;color:#fff;font-weight:400;padding:10px;position:sticky;top:0}.orders-table .content .row{background:#fff;padding:10px;display:grid;grid-template-columns:1fr 1.5fr .7fr 1fr 1fr 1fr 1fr 1fr;align-items:center;border-bottom:1px solid #979797;gap:10px}.orders-table .content .row .data .status{background:#f0f0f0;display:inline-flex;padding:10px;border-radius:100px;border:1px solid #c2c2c2;font-size:12px}.details-column{display:flex;flex-direction:column;gap:5px;justify-content:center}.table-entity{display:flex;align-items:center;gap:10px}.table-entity .entity-image img{width:50px;height:50px;border-radius:100px}.table-entity .entity-info .title{font-size:16px;color:#525252;font-weight:600}.table-entity .entity-info .id{color:#504391;font-weight:600}.table-actions{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.table-actions button{height:32px;min-width:32px;padding:0 10px;border-radius:6px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;border:1px solid transparent}.table-actions button svg{width:16px;height:16px}.table-actions button:disabled{opacity:.45;cursor:not-allowed}.table-actions button.accept{background:#e8f7ee;border-color:#5ab17d;color:#2e7d4f}.table-actions button.accept:hover:not(:disabled){background:#dff3e8}.table-actions button.reject{background:#fdeaea;border-color:#cd3d3d;color:#a12626}.table-actions button.start-prep{background:#fff;border:1px solid #6951e3;color:#6951e3}.table-actions button.start-prep:hover:not(:disabled){background:#f1effc}.table-actions input{width:56px;height:32px;padding:0 6px;border-radius:6px;font-size:12px;text-align:center;border:1px solid #d0d5dd}.table-actions input:focus{outline:none;border-color:#5ab17d;box-shadow:0 0 0 1px #5ab17d66}.table-actions.input{gap:6px}ul{display:flex;flex-direction:column;gap:10px}ul li{font-size:18px;color:#5c5c5c}.boxed{display:flex;border:1px solid #E07D26;padding:10px;background:#fff;gap:10px;border-radius:7px}.boxed .info-icon{width:35px;height:35px;border-radius:6px;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:500;font-size:20px;background:linear-gradient(to bottom,#f4eae1 10%,#e07f29)}.boxed .content-wrapper .title{font-size:16px;font-weight:600}.boxed .content-wrapper .subtitle{color:#e07d26}.data-value{display:flex;gap:30px;align-items:center;background:#ecfee3;border:1px solid #69AE47;padding:10px}.data-value .title{color:#409261;font-size:18px;font-weight:600}.data-value .content-wrapper{display:flex;gap:20px}.data-value .content-wrapper .data .key{color:#43414c;font-weight:600}.data-value .content-wrapper .data .value{font-size:16px;color:#4a4a4a}#button{background:#6951e3;font-size:18px;display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 20px;border:1px solid #6951E3;border-radius:7px;color:#fff;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .2s ease}#button:hover{transform:translateY(-2px)}#button.outlined{background:none;color:#6951e3}#button.outlined:hover{background:#6951e31a}.phase-modal{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.phase-modal .modal-content{background:#fff;width:420px;border-radius:14px;padding:28px;text-align:center;position:relative;animation:scaleIn .25s ease}.phase-modal .modal-content h2{margin:16px 0 8px;font-size:22px;font-weight:600}.phase-modal .modal-content p{color:#555;font-size:15px;margin-bottom:24px}.phase-modal .modal-content .icon-wrapper{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;background:#0000000d}.phase-modal .modal-content .primary-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:8px;border:none;cursor:pointer;font-size:15px;font-weight:500;background:#111;color:#fff}.phase-modal .modal-content .close-btn{position:absolute;top:14px;right:14px;background:none;border:none;cursor:pointer}.phase-modal .modal-content.blue .icon-wrapper{background:#e3f2fd;color:#1e88e5}.phase-modal .modal-content.green .icon-wrapper{background:#e8f5e9;color:#2e7d32}.phase-modal .modal-content.orange .icon-wrapper{background:#fff3e0;color:#ef6c00}.phase-modal .modal-content.purple .icon-wrapper{background:#f3e5f5;color:#7b1fa2}.phase-modal .modal-content.red .icon-wrapper{background:#fdecea;color:#c62828}.phase-modal .modal-content.emerald .icon-wrapper{background:#e6f7f2;color:#047857}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.dashboard{padding:20px;display:flex;flex-direction:column;gap:10px}.dashboard .restaurant-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px}@font-face{font-family:SF-Pro;src:url(/sf-pro/regular.OTF) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SF-Pro;src:url(/sf-pro/bold.OTF) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:SF-Pro;src:url(/sf-pro/medium.OTF) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:SF-Pro;src:url(/sf-pro/semi-bold.OTF) format("opentype");font-weight:600;font-style:normal;font-display:swap}.action-timer{display:inline-flex;align-items:center;background:#fee7d3;border:1px solid #E07D26;border-radius:100px;padding:5px 10px;gap:5px;justify-content:center;margin-left:auto;margin-right:auto}.action-timer .time{display:flex;align-items:center;font-size:14px;color:#e07d26;font-weight:600}.action-timer .icon{display:flex;align-items:center}.action-timer .icon svg{width:20px;height:20px}.static-timer{display:inline-flex;align-items:center;background:#fee7d3;border:1px solid #E07D26;border-radius:100px;padding:5px 10px;gap:5px;justify-content:center;margin-left:auto;margin-right:auto}.static-timer .time{display:flex;align-items:center;font-size:14px;color:#e07d26;font-weight:600}.static-timer .icon{display:flex;align-items:center}.static-timer .icon svg{width:20px;height:20px}.negotiation-stat-card{display:flex;border:.6px solid #867EB3;background:#fff;width:28%;padding:20px;align-items:center;gap:10px;border-radius:8px}.negotiation-stat-card .icon{width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:5px}.negotiation-stat-card .stat-wrapper{display:flex;flex-direction:column}.negotiation-stat-card .stat-wrapper .value{font-size:30px;font-weight:600;color:#383333}.negotiation-stat-card .stat-wrapper .title{font-size:14px;color:#3b4046}.negotiaion-entity{display:flex;width:100%;border:1px solid #aaa8a8;border-radius:7px;padding:20px;background:#fff;gap:20px}.negotiaion-entity .icon{background-color:attr(data-color);padding:20px;border-radius:7px}.negotiaion-entity .icon img{width:89px;height:auto}.negotiaion-entity .entity-info{display:flex;flex-direction:column;gap:10px}.negotiaion-entity .entity-info .name{font-size:20px;font-weight:700;color:#4c4c4c}.negotiaion-entity .entity-info .genre{font-size:12px;color:#4c4c4c}.negotiaion-entity .entity-info .price{display:flex;align-items:center;gap:10px}.negotiaion-entity .entity-info .price .dot{width:12px;height:12px;background:#78ce4d;border-radius:100px}.negotiaion-entity .entity-info .price .amount{font-size:20px;color:#4c4c4c;font-weight:500}.negotiaion-entity .entity-info .status{padding:5px 10px;background:#4a87da;border-radius:100px;text-align:center;color:#fff}.delivery-entities{background:#eeeaff;border:1px solid #C0B4FD;width:50%;padding:20px;display:flex;flex-direction:column;gap:10px;border-radius:7px;height:600px}.delivery-entities .title-wrapper{display:flex;align-items:center;gap:10px}.delivery-entities .title-wrapper .icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#6a58c6;border-radius:36px}.delivery-entities .title-wrapper .icon svg{width:25px;height:25px}.delivery-entities .title-wrapper .title{font-size:22px;font-weight:600;color:#4c4c4c}.delivery-entities .entities{display:flex;flex-direction:column;gap:10px;overflow-y:auto}.negotiation-window{display:flex;flex-direction:column;height:600px;background:#eeeaff;border:1px solid #c0b4fd;border-radius:7px;overflow:hidden;width:50%}.negotiation-window .negotiation-header{padding:20px;border-bottom:1px solid #c0b4fd;background:#eeeaff;flex-shrink:0}.negotiation-window .negotiation-header .entity-info{display:flex;align-items:center;gap:12px}.negotiation-window .negotiation-header .entity-info .entity-icon{width:48px;height:48px;border-radius:50%;background:#6a58c6;flex-shrink:0}.negotiation-window .negotiation-header .entity-info .entity-details{flex:1}.negotiation-window .negotiation-header .entity-info .entity-details .entity-name{font-size:18px;font-weight:600;color:#4c4c4c;margin-bottom:4px}.negotiation-window .negotiation-header .entity-info .entity-details .entity-status{font-size:14px;color:#6b7280}.negotiation-window .negotiation-ended{display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px;border-radius:10px;animation:fadeIn .4s ease-out;text-align:center}.negotiation-window .negotiation-ended.completed{background:#6a58c61f;color:#4c3fb1}.negotiation-window .negotiation-ended.rejected{background:#ef44441f;color:#b91c1c}.negotiation-window .negotiation-ended.expired{background:#6b72801f;color:#374151}.negotiation-window .negotiation-ended .ended-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;background:#0000000d}.negotiation-window .negotiation-ended .ended-reason{font-size:13px;line-height:1.4;opacity:.9;max-width:90%}.negotiation-window .negotiation-messages{flex:1;overflow-y:auto;padding:20px;background:#f8f6ff;display:flex;flex-direction:column;gap:16px}.negotiation-window .negotiation-messages::-webkit-scrollbar{width:6px}.negotiation-window .negotiation-messages::-webkit-scrollbar-track{background:#eeeaff}.negotiation-window .negotiation-messages::-webkit-scrollbar-thumb{background:#c0b4fd;border-radius:3px}.negotiation-window .negotiation-messages::-webkit-scrollbar-thumb:hover{background:#6a58c6}.negotiation-window .negotiation-messages .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#9ca3af}.negotiation-window .negotiation-messages .empty-state .empty-icon{font-size:48px;margin-bottom:16px}.negotiation-window .negotiation-messages .empty-state .empty-title{font-size:18px;font-weight:600;color:#6b7280;margin-bottom:8px}.negotiation-window .negotiation-messages .empty-state .empty-subtitle{font-size:14px;color:#9ca3af}.negotiation-window .negotiation-messages .message{display:flex;animation:slideIn .3s ease-out}.negotiation-window .negotiation-messages .message.message-self{justify-content:flex-end}.negotiation-window .negotiation-messages .message.message-self .message-bubble{background:#6a58c6;color:#fff}.negotiation-window .negotiation-messages .message.message-self .message-bubble .message-title{color:#ffffffe6}.negotiation-window .negotiation-messages .message.message-self .message-bubble .message-time{color:#ffffffb3}.negotiation-window .negotiation-messages .message.message-self .message-bubble .label{color:#fffc}.negotiation-window .negotiation-messages .message.message-self .message-bubble .penalty-title{color:#ffffffe6}.negotiation-window .negotiation-messages .message.message-self .message-bubble .penalty-label{color:#fffc}.negotiation-window .negotiation-messages .message.message-self .message-bubble .commission-row,.negotiation-window .negotiation-messages .message.message-self .message-bubble .penalty-item{background:#ffffff26}.negotiation-window .negotiation-messages .message.message-other{justify-content:flex-start}.negotiation-window .negotiation-messages .message.message-other .message-bubble{background:#fff;color:#4c4c4c;border:1px solid #c0b4fd}.negotiation-window .negotiation-messages .message .message-bubble{max-width:70%;padding:16px;border-radius:12px;box-shadow:0 1px 3px #6a58c61a}.negotiation-window .negotiation-messages .message .message-bubble .message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid rgba(0,0,0,.1)}.negotiation-window .negotiation-messages .message .message-bubble .message-header .message-title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.negotiation-window .negotiation-messages .message .message-bubble .message-header .message-time{font-size:12px;opacity:.7}.negotiation-window .negotiation-messages .message .message-bubble .offer-details .commission-row{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#6a58c614;border-radius:8px;margin-bottom:12px}.negotiation-window .negotiation-messages .message .message-bubble .offer-details .commission-row .label{font-size:14px;font-weight:500}.negotiation-window .negotiation-messages .message .message-bubble .offer-details .commission-row .value{font-size:20px;font-weight:700}.negotiation-window .negotiation-messages .message .message-bubble .offer-details .penalty-section .penalty-title{font-size:13px;font-weight:600;margin-bottom:8px;text-transform:uppercase;letter-spacing:.3px}.negotiation-window .negotiation-messages .message .message-bubble .offer-details .penalty-section .penalty-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.negotiation-window .negotiation-messages .message .message-bubble .offer-details .penalty-section .penalty-grid .penalty-item{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#6a58c614;border-radius:6px}.negotiation-window .negotiation-messages .message .message-bubble .offer-details .penalty-section .penalty-grid .penalty-item .penalty-label{font-size:12px;font-weight:500}.negotiation-window .negotiation-messages .message .message-bubble .offer-details .penalty-section .penalty-grid .penalty-item .penalty-value{font-size:14px;font-weight:700}.negotiation-window .negotiation-messages .agreement-reached{display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px;background:#6a58c6;border-radius:12px;color:#fff;animation:fadeIn .5s ease-out}.negotiation-window .negotiation-messages .agreement-reached .agreement-badge{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#fff3;border-radius:24px;font-weight:600}.negotiation-window .negotiation-messages .agreement-reached .agreement-badge .badge-icon{font-size:20px}.negotiation-window .negotiation-messages .agreement-reached .agreement-badge .badge-text{font-size:16px}.negotiation-window .negotiation-messages .agreement-reached .final-terms{width:100%;background:#ffffff26;padding:20px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.negotiation-window .negotiation-messages .agreement-reached .final-terms .final-commission{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#ffffff1a;border-radius:8px;margin-bottom:16px}.negotiation-window .negotiation-messages .agreement-reached .final-terms .final-commission .label{font-size:14px;font-weight:500}.negotiation-window .negotiation-messages .agreement-reached .final-terms .final-commission .value{font-size:24px;font-weight:700}.negotiation-window .negotiation-messages .agreement-reached .final-terms .final-penalties .penalties-title{font-size:13px;font-weight:600;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.negotiation-window .negotiation-messages .agreement-reached .final-terms .final-penalties .penalties-list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.negotiation-window .negotiation-messages .agreement-reached .final-terms .final-penalties .penalties-list .penalty-final{display:flex;justify-content:space-between;padding:8px 12px;background:#ffffff1a;border-radius:6px;font-size:13px}.negotiation-window .negotiation-messages .agreement-reached .final-terms .final-penalties .penalties-list .penalty-final strong{font-weight:700}.negotiation-window .negotiation-offer-box{flex-shrink:0;padding:10px 12px;background:#eeeaff;border-top:1px solid #c0b4fd;box-shadow:0 -1px 4px #6a58c60f;display:flex;flex-direction:column;gap:8px}.negotiation-window .negotiation-offer-box .offer-inputs{display:flex;flex-direction:column;gap:6px;margin:0}.negotiation-window .negotiation-offer-box .offer-inputs .input-group{display:flex;align-items:center;gap:8px;margin:0}.negotiation-window .negotiation-offer-box .offer-inputs .input-group .input-label{font-size:12px;font-weight:600;color:#4c4c4c;white-space:nowrap}.negotiation-window .negotiation-offer-box .offer-inputs .input-group .input-field{width:80px;height:32px;padding:0 8px;border:1px solid #c0b4fd;border-radius:6px;font-size:13px;font-weight:600;background:#fff;color:#4c4c4c}.negotiation-window .negotiation-offer-box .offer-inputs .input-group .input-field:focus{outline:none;border-color:#6a58c6}.negotiation-window .negotiation-offer-box .offer-inputs .input-group .input-hint{display:none}.negotiation-window .negotiation-offer-box .offer-inputs .penalty-inputs{display:flex;align-items:center;gap:8px}.negotiation-window .negotiation-offer-box .offer-inputs .penalty-inputs .section-label{font-size:12px;font-weight:600;color:#4c4c4c;white-space:nowrap}.negotiation-window .negotiation-offer-box .offer-inputs .penalty-inputs .penalty-grid-input{display:flex;gap:6px;margin-right:5px;flex-wrap:wrap}.negotiation-window .negotiation-offer-box .offer-inputs .penalty-inputs .penalty-grid-input .penalty-input-group{display:flex;align-items:center;gap:2px;margin:0;flex-wrap:wrap}.negotiation-window .negotiation-offer-box .offer-inputs .penalty-inputs .penalty-grid-input .penalty-input-group .penalty-label{font-size:10px;font-weight:500;color:#6b7280;white-space:nowrap}.negotiation-window .negotiation-offer-box .offer-inputs .penalty-inputs .penalty-grid-input .penalty-input-group .penalty-input{width:60px;height:30px;padding:0 6px;border:1px solid #c0b4fd;border-radius:6px;font-size:12px;font-weight:600;background:#fff;color:#4c4c4c}.negotiation-window .negotiation-offer-box .offer-inputs .penalty-inputs .penalty-grid-input .penalty-input-group .penalty-input:focus{outline:none;border-color:#6a58c6}.negotiation-window .negotiation-offer-box .offer-actions{display:flex;justify-content:flex-end;gap:6px;padding-top:4px;border-top:1px dashed rgba(106,88,198,.25)}.negotiation-window .negotiation-offer-box .offer-actions .btn{height:32px;padding:0 14px;border:none;border-radius:6px;font-size:11px;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.negotiation-window .negotiation-offer-box .offer-actions .btn:active{transform:scale(.95)}.negotiation-window .negotiation-offer-box .offer-actions .btn.btn-primary{background:#6a58c6;color:#fff}.negotiation-window .negotiation-offer-box .offer-actions .btn.btn-success{background:#10b981;color:#fff}.negotiation-window .negotiation-offer-box .offer-actions .btn.btn-danger{background:#ef4444;color:#fff}.negotiation-window .waiting-state{flex-shrink:0;padding:20px;background:#fef3c7;border-top:1px solid #fde68a;text-align:center}.negotiation-window .waiting-state .waiting-message{font-size:14px;color:#92400e;font-weight:500}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.negotiation-window{width:100%;height:500px}.negotiation-window .negotiation-messages .message .message-bubble{max-width:85%}.negotiation-window .negotiation-offer-box .offer-inputs .penalty-inputs .penalty-grid-input{grid-template-columns:1fr}.negotiation-window .negotiation-offer-box .offer-actions{flex-direction:column}.negotiation-window .negotiation-offer-box .offer-actions .btn{width:100%}}#negotiation-page{width:100%;padding:10px;display:flex;flex-direction:column;gap:20px}#negotiation-page .stats-wrapper{display:flex;gap:10px;width:100%}#negotiation-page .negotiation-wrapper{display:flex}.entities-entity{display:flex;background:#4d3ca3;width:100%;position:relative;margin-top:80px;padding:20px;border-radius:7px;box-shadow:0 6px 10.2px #00000038}.entities-entity .info{display:flex;flex-direction:column;gap:10px}.entities-entity .info .you-are{font-size:14px;color:#fff}.entities-entity .info .name{font-size:22px;color:#fff}.entities-entity .info .stats{display:flex;gap:20px}.entities-entity .entity-img{width:280px;position:absolute;right:0;top:-90px}.entity-stat{display:flex;gap:10px;align-items:center}.entity-stat .icon{width:40px;height:40px;background:#ffd5dd;border-radius:100px;display:flex;justify-content:center;align-items:center}.entity-stat .title,.entity-stat .value{font-size:20px;color:#fff;font-weight:500}.entities-table{display:flex;flex-direction:column;border:1px solid #8a76df;border-radius:8px;overflow:hidden;max-height:500px;overflow-y:auto}.entities-table.performance .header,.entities-table.performance .data .row{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}.entities-table .title-wrapper{display:flex;align-items:center;background:#e8e3fc;padding:15px;border-radius:8px 8px 0 0;gap:10px}.entities-table .title-wrapper .icon{background:#b0a4e8;border-radius:100px;display:flex;justify-content:center;align-items:center;width:36px;height:36px}.entities-table .title-wrapper .icon svg{width:24px;height:24px}.entities-table .title-wrapper .title{font-size:26px;color:#534d59;font-weight:600}.entities-table .header{display:grid;grid-template-columns:1fr 1fr 1fr;background:#e8e3fc;border-bottom:1px solid #8a76df;padding:10px;position:sticky;top:0}.entities-table .header .column{font-size:18px;color:#534d59;font-weight:500}.entities-table .data{background:#fff;border-radius:0 0 8px 8px;padding-bottom:20px;overflow-y:auto}.entities-table .data .row{display:grid;grid-template-columns:1fr 1fr 1fr;border-bottom:1px solid #979797;padding:10px}.entities-table .data .row .column{display:flex;align-items:center;color:#525252;font-weight:500}.entities-table .data .row .column .restaurant-name{display:flex;align-items:center;gap:5px}.entities-table .data .row .column .restaurant-name .icon img{width:50px;height:50px}#entities-page{display:flex;padding:20px;flex-direction:column;gap:20px}#entities-page .back-wrapper{display:flex;gap:5px;cursor:pointer}#entities-page .back-wrapper .text{color:#6951e3;font-size:14px}#tabs{display:inline-flex;gap:10px;padding:10px;align-items:center;background:#fff;width:auto;border:1px solid #E1E1E1;border-radius:4px}#tabs .tab{width:115px;text-align:center;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#848484;border-radius:2px;transition:all .3s ease}#tabs .tab.active{background:#4d39af;color:#fff}.protocol-steps{display:flex;flex-direction:column;gap:20px}.protocol-steps .title-wrapper{display:flex;gap:20px;padding-top:30px}.protocol-steps .title-wrapper .titles .title{font-size:40px;color:#323232;font-weight:600}.protocol-steps .title-wrapper .titles .subtitle{color:#7a7a7a;font-size:20px}.protocol-steps .title-wrapper .icon{background:#6951e3;width:60px;height:60px;border-radius:60px;display:flex;justify-content:center;align-items:center}.protocol-steps .steps-wrapper{width:100%;background:#fff;border-radius:8px}.protocol-steps .steps-wrapper .container{padding:20px}.protocol-steps .steps-wrapper .container .content{background:#eeebff;border:1px solid #c9bdff;display:flex;flex-direction:column;gap:20px;padding:30px;height:350px;overflow-y:auto}.protocol-steps .steps-wrapper .container .content .paragraph{font-size:20px;color:#5c5c5c;font-weight:400;line-height:34px}.protocol-steps .steps-wrapper .actions-wrapper{background:#f7f7f7;padding:20px}.protocol-steps .steps-wrapper .actions-wrapper .actions{display:flex;justify-content:space-between}.protocol-steps .steps-wrapper .actions-wrapper .actions .slides-status{display:flex;align-items:center;gap:5px}.protocol-steps .steps-wrapper .actions-wrapper .actions .slides-status .dot{width:10px;height:10px;background:#d9d9d9;border-radius:100px}.protocol-steps .steps-wrapper .actions-wrapper .actions .slides-status .dot.active{background:#6951e3}#protocols-page{padding:20px}.lobby-page{min-height:100vh;background:#f9fafb;padding:3rem 1rem}.lobby-container{max-width:640px;margin:0 auto}.lobby-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 25px #0000000d}.lobby-header{text-align:center;margin-bottom:2rem}.lobby-title{font-size:1.5rem;font-weight:700;color:#111827}.lobby-subtitle{margin-top:.5rem;font-size:.875rem;color:#6b7280}.polling-status{margin-top:.5rem;display:flex;justify-content:center;gap:.5rem;font-size:.75rem;color:#2563eb}.pulse-dot{width:8px;height:8px;border-radius:50%;background:#2563eb;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.join-code{text-align:center;margin-bottom:1.5rem}.join-code p{font-size:.875rem;color:#6b7280}.join-code span{display:inline-block;margin-top:.5rem;padding:.5rem 1rem;background:#f3f4f6;border-radius:8px;font-family:monospace;font-size:1.1rem;font-weight:600}.player-info{background:#eff6ff;padding:1rem;border-radius:10px;margin-bottom:1.5rem}.player-info h3{margin-bottom:.75rem;color:#1e3a8a}.player-info .info-row{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.4rem}.player-info .status.started{color:#16a34a}.player-info .status.waiting{color:#1e40af}.terms{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;margin-bottom:1rem}.terms a{color:#0091d1;text-decoration:none}.terms a:hover{text-decoration:underline}.primary-btn{width:100%;padding:.75rem;border-radius:8px;background:#0091d1;color:#fff;font-weight:600;border:none;cursor:pointer}.primary-btn:hover{background:#0082bc}.primary-btn:disabled{opacity:.5;cursor:not-allowed}.waiting-box{background:#eff6ff;padding:1.5rem;text-align:center;border-radius:10px}.waiting-box h3{margin-top:1rem;color:#1e3a8a}.waiting-box p{font-size:.875rem;color:#1d4ed8}.spinner{width:32px;height:32px;border:3px solid #bfdbfe;border-top-color:#0091d1;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.about-section{margin-top:3rem}.about-section h3{margin-bottom:1rem;font-size:1.125rem;font-weight:600}.about-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.about-card{background:#f9fafb;padding:1rem;border-radius:10px}.about-card h4{margin-bottom:.5rem;font-weight:600}.about-card p{font-size:.875rem;color:#6b7280}.kitchen-capacity{background:#fff;position:relative;border:1px solid #B7B7B7;display:flex;flex-direction:column;gap:10px;padding:10px;border-radius:7px}.kitchen-capacity .title-wrapper{display:flex;align-items:center;gap:5px}.kitchen-capacity .title-wrapper .icon{background:#6a58c6;border-radius:100px;padding:5px}.kitchen-capacity .title-wrapper .icon svg{width:20px;height:20px}.kitchen-capacity .title-wrapper .title{color:#4c4c4c;font-weight:600;font-size:20px}.kitchen-capacity .capacity-wrapper{position:relative;height:80px;width:100%;padding:10px;background:#dfd9fc;border-radius:10px;display:flex;align-items:center}.kitchen-capacity .capacity-wrapper .progress-bar{background:#6a58c6;height:100%;width:100%;border-radius:10px}.kitchen-capacity .capacity-wrapper .capacity{position:absolute;justify-self:flex-end;right:10px;font-size:18px;color:#4c4c4c;font-weight:600}.restaurant-rating{display:flex;padding:10px;background:#fff;border:1px solid #B7B7B7;border-radius:7px;gap:10px}.restaurant-rating img{width:150px;height:auto}.restaurant-rating .rating-wrapper{display:flex;flex-direction:column;justify-content:space-between}.restaurant-rating .rating-wrapper .title{font-size:20px;font-weight:600;color:#4c4c4c}.restaurant-rating .rating-wrapper .rating-info{display:flex;flex-direction:column;gap:10px}.restaurant-rating .rating-wrapper .rating-info .rating-text{font-size:18px}.restaurant-rating .rating-wrapper .rating-info .rating-icons svg{width:20px;height:auto}.platform-map{width:100%;height:300px;overflow:hidden}.platform-map .leaflet-container{height:100%;width:100%}.platform-map .leaflet-container .leaflet-routing-container{display:none}.driver-assignment{display:flex;background:#fff;border-radius:7px;padding:10px;gap:3px}.driver-assignment .left{width:70%;display:flex;flex-direction:column;gap:20px}.driver-assignment .left .title-wrapper{background:#e3ffd6;border:1px solid #409261;display:inline-flex;padding:5px 10px;align-items:center;gap:5px;border-radius:7px;width:50%}.driver-assignment .left .title-wrapper .icon{background:#409261;border-radius:100px;padding:10px}.driver-assignment .left .title-wrapper .title{color:#4c4c4c;font-weight:600}.driver-assignment .left .reserve-drivers{display:flex}.driver-assignment .left .reserve-drivers .inputs-wrapper{display:flex;gap:20px;width:100%}.driver-assignment .left .reserve-drivers .inputs-wrapper .input-wrapper{display:flex;gap:10px;align-items:center}.driver-assignment .left .reserve-drivers .inputs-wrapper .input-wrapper input{background:#f0f0f0;border:1px solid #989898;height:30px;width:80px;border-radius:8px;outline:none}.driver-assignment .left .reserve-button-wrapper{padding-right:30px}.driver-assignment .left .reserve-button-wrapper button{width:100%;height:40px;background:#59c384;border:1px solid #409261;color:#fff;border-radius:7px}.driver-assignment .right{width:30%}.map-legend{padding:12px;border-radius:8px;background:#f7f7fb;border:1px solid #e0def7}.map-legend .legend-title{font-size:15px;font-weight:600;margin-bottom:8px;color:#4a4a4a}.map-legend .legend-items{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:12px 12px;margin-top:15px}.map-legend .legend-item{display:flex;align-items:center;gap:8px;font-size:15px;color:#333}.map-legend .legend-item img{width:20px;height:20px;object-fit:contain}.reserved-driver-stats{margin-top:8px;padding:8px 12px;border-radius:8px;background:#f7f7fb;border:1px solid #e0def7;display:flex;align-items:center;gap:12px;font-size:12px;color:#333}.reserved-driver-stats .label{font-weight:600;color:#4a4a4a;margin-right:4px}.reserved-driver-stats .stat{white-space:nowrap}.statistics-stat{width:250px;height:280px;background:linear-gradient(to top,#fff 28%,#d8fae5);padding:10px;border:1px solid #bdbcbc;display:flex;flex-direction:column;gap:20px;border-radius:7px}.statistics-stat .title{font-size:20px;color:#4c4c4c}.statistics-stat.pps{background:linear-gradient(to top,#fff 28%,#d8e5f8)}.statistics-stat.utilization{background:linear-gradient(to top,#fff 28%,#fafec5)}.statistics-stat .pps-number{font-size:60px;text-align:center;color:#1754a7;align-self:center;font-weight:600;padding-top:50px;padding-bottom:50px}.pie-chart-component{width:200px;height:200px;position:relative}.pie-chart-component .outer-circle{width:100%;height:100%;background:conic-gradient(#52d2a8 calc(var(--percent) * 1%),#e5e7eb 0);border-radius:100%;display:flex;justify-content:center;align-items:center}.pie-chart-component .inner-circle{position:absolute;top:1;width:60%;height:60%;background:#fff;border-radius:100%;display:flex;justify-content:center;align-items:center;font-size:18px;font-weight:600;color:#4c4c4c}.utilization-bar{display:flex;height:100%;flex-direction:column;justify-content:flex-end;gap:10px;padding-bottom:30px}.utilization-bar .title-wrapper{display:flex;justify-content:space-between}.utilization-bar .title-wrapper .title{font-size:16px;font-weight:400}.utilization-bar .title-wrapper .value{font-size:16px;color:#4c4c4c}.utilization-bar .bar-chart{background:#d9d9d9;padding:7px;height:40px;border-radius:50px}.utilization-bar .bar-chart .bar{background:#f2c133;width:var(--percent);height:100%;border-radius:50px}.rating-wrapper{display:flex;flex-direction:column;gap:10px;padding-top:50px}.rating-wrapper .rating-value{text-align:center;font-size:20px;font-weight:600;color:#4c4c4c}.negotiation-history{width:100%;background:linear-gradient(to top,#fff 40%,#d8fae5);border:1px solid #bdbcbc;border-radius:8px;padding:14px;font-family:SF-Pro,sans-serif;color:#4c4c4c}.negotiation-history .header{font-size:20px;font-weight:600;margin-bottom:14px}.negotiation-history .table{display:flex;flex-direction:column;gap:8px}.negotiation-history .table .row{display:grid;grid-template-columns:1.5fr 1fr 2fr 2fr;align-items:center;padding:10px 8px;border-radius:6px;font-size:14px}.negotiation-history .table .row.head{font-weight:500;font-size:13px;color:#6b7280;background:#f1f5ff}.negotiation-history .table .row:not(.head){background:#fff;border:1px solid #e5e7eb}.negotiation-history .table .partner{font-weight:500}.negotiation-history .table .commission{font-size:18px;font-weight:600;color:#1754a7}.negotiation-history .table .penalty{display:flex;flex-wrap:wrap;gap:6px}.negotiation-history .table .penalty span{background:#f3f4f6;padding:4px 8px;border-radius:20px;font-size:12px;font-weight:500}.entities-graph{display:flex;flex-direction:column;border:1px solid #8a76df;border-radius:8px;overflow:hidden;background:#fff}.entities-graph .title-wrapper{display:flex;align-items:center;background:#e8e3fc;padding:15px;gap:10px;border-radius:8px 8px 0 0}.entities-graph .title-wrapper .icon{background:#b0a4e8;border-radius:100px;display:flex;justify-content:center;align-items:center;width:36px;height:36px}.entities-graph .title-wrapper .icon svg{width:24px;height:24px}.entities-graph .title-wrapper .title{font-size:26px;color:#534d59;font-weight:600}.entities-graph .graph-container{padding:20px;background:#fff}.entities-graph .recharts-responsive-container{font-family:inherit}.entities-graph .recharts-cartesian-axis-line,.entities-graph .recharts-cartesian-axis-tick-line{stroke:#8a76df}.entities-graph .recharts-cartesian-axis-tick text{fill:#534d59;font-size:14px;font-weight:500}.entities-graph .recharts-cartesian-grid-horizontal line,.entities-graph .recharts-cartesian-grid-vertical line{stroke:#e8e3fc}.entities-graph .recharts-default-tooltip{background:#fff!important;border:1px solid #8a76df!important;border-radius:8px;padding:10px 14px;box-shadow:0 4px 12px #8a76df40}.entities-graph .recharts-default-tooltip .recharts-tooltip-label{font-size:14px;font-weight:600;color:#534d59;margin-bottom:6px}.entities-graph .recharts-default-tooltip .recharts-tooltip-item{font-size:13px;color:#525252;font-weight:500}.entities-graph .recharts-legend-wrapper{padding-top:10px}.entities-graph .recharts-legend-item-text{font-size:14px;color:#534d59;font-weight:500}.entities-graph.performance,.entities-graph.finance{border-color:#8a76df}#statistics-page .stats-wrapper{display:flex;gap:10px;padding:10px}#statistics-page .stats-main-cards{display:flex;gap:30px;padding:40px;background:#fff;border:1px solid #bcbcbc;margin:10px;border-radius:7px;justify-content:center}#statistics-page .tables-wrapper{display:flex;flex-direction:column;gap:10px;padding:10px}.welcome-header{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px}.welcome-header .game-title{font-size:32px;font-weight:700;color:#2e5077;letter-spacing:2px}.welcome-header .game-subtitle{font-size:18px;color:#2e5077;opacity:.8}.single-role-card{border-radius:12px;padding:20px;border:1px solid;max-width:600px;margin:0 auto}.single-role-card .role-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.single-role-card .role-header .role-title{font-size:20px;font-weight:600}.single-role-card .role-content ul{display:flex;flex-direction:column;gap:8px}.single-role-card .role-content ul li{font-size:16px;color:#2e5077;opacity:.8}.single-role-card .pro-tip{margin-top:12px;padding:10px;background:#fff;border-radius:8px;border:1px solid}.single-role-card .pro-tip .tip-label{font-size:12px;color:#2e5077;opacity:.6;margin-bottom:2px}.single-role-card .pro-tip .tip-text{font-size:14px;font-weight:500}.single-role-card.platform-card{background:#159be61a;border-color:#159be633}.single-role-card.platform-card .role-title{color:#159be6}.single-role-card.platform-card .platform-tip{border-color:#159be633}.single-role-card.platform-card .platform-tip .tip-text{color:#159be6}.single-role-card.restaurant-card{background:#f7b99f26;border-color:#f7b99f40}.single-role-card.restaurant-card .role-title{color:#f7b99f}.single-role-card.restaurant-card .restaurant-tip{border-color:#f7b99f40}.single-role-card.restaurant-card .restaurant-tip .tip-text{color:#f7b99f}.single-metric-card{padding:20px;border-radius:12px;border:1px solid;max-width:600px;margin:12px auto}.single-metric-card .metric-title{font-weight:600;font-size:18px;margin-bottom:10px;display:flex;align-items:center;gap:8px}.single-metric-card ul{display:flex;flex-direction:column;gap:6px}.single-metric-card ul li{font-size:16px;color:#2e5077;opacity:.8}.single-metric-card.platform-metric{background:#159be61a;border-color:#159be633}.single-metric-card.platform-metric .metric-title{color:#159be6}.single-metric-card.restaurant-metric{background:#f7b99f26;border-color:#f7b99f40}.single-metric-card.restaurant-metric .metric-title{color:#f7b99f}.single-operations-card{padding:20px;border-radius:12px;border:1px solid;max-width:600px;margin:0 auto}.single-operations-card .ops-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.single-operations-card .ops-header .ops-title{font-size:18px;font-weight:600}.single-operations-card ul{display:flex;flex-direction:column;gap:8px}.single-operations-card ul li{font-size:16px;color:#2e5077;opacity:.8}.single-operations-card.platform-ops{background:#159be61a;border-color:#159be633}.single-operations-card.platform-ops .ops-title{color:#159be6}.single-operations-card.restaurant-ops{background:#f7b99f26;border-color:#f7b99f40}.single-operations-card.restaurant-ops .ops-title{color:#f7b99f}.timeline-phases-compact{display:flex;flex-direction:column;gap:10px}.timeline-phases-compact .phase-compact{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;border:1px solid}.timeline-phases-compact .phase-compact .phase-title{font-size:16px;font-weight:600}.timeline-phases-compact .phase-compact .phase-desc{font-size:14px;opacity:.8;margin-top:2px}.timeline-phases-compact .phase-compact.negotiation-phase{background:#159be61a;border-color:#159be633;color:#159be6}.timeline-phases-compact .phase-compact.day1-phase{background:#f7b99f26;border-color:#f7b99f40;color:#f7b99f}.timeline-phases-compact .phase-compact.reflection-phase{background:#efdcab66;border-color:#efdcab99;color:#2e5077}.timeline-phases-compact .phase-compact.day2-phase{background:#2e50771a;border-color:#2e507733;color:#2e5077}.actions-breakdown-compact{max-width:600px;margin:0 auto}.actions-breakdown-compact .action-section{padding:16px;border-radius:8px;border:1px solid}.actions-breakdown-compact .action-section .action-title{font-size:18px;font-weight:600;margin-bottom:10px;display:flex;align-items:center;gap:8px}.actions-breakdown-compact .action-section ul{display:flex;flex-direction:column;gap:8px}.actions-breakdown-compact .action-section ul li{font-size:16px;color:#2e5077;opacity:.8}.actions-breakdown-compact .action-section ul li strong{font-weight:600;color:#2e5077}.actions-breakdown-compact .action-section.platform-actions{background:#159be61a;border-color:#159be633}.actions-breakdown-compact .action-section.platform-actions .action-title{color:#159be6}.actions-breakdown-compact .action-section.restaurant-actions{background:#f7b99f26;border-color:#f7b99f40}.actions-breakdown-compact .action-section.restaurant-actions .action-title{color:#f7b99f}.stage-entity{display:flex;background:#fff;border:1px solid #6951E3;padding:12px;align-items:center;gap:12px;border-radius:8px;margin-bottom:16px;max-width:600px;margin-left:auto;margin-right:auto}.stage-entity .icon .ready-icon{width:48px;height:48px;border-radius:50%;background:#2e50771a;border:1px solid rgba(46,80,119,.2);display:flex;align-items:center;justify-content:center}.stage-entity .title-wrapper{display:flex;flex-direction:column;justify-content:center;gap:4px}.stage-entity .title-wrapper .title{font-size:20px;font-weight:600;color:#2e5077}.stage-entity .title-wrapper .subtitle{color:#5c5c5c;font-size:14px}ul{display:flex;flex-direction:column;gap:8px}ul li{font-size:16px;color:#5c5c5c}.boxed{display:flex;border:1px solid #E07D26;padding:12px;background:#fff;gap:10px;border-radius:8px;margin:12px 0}.boxed .info-icon{width:32px;height:32px;border-radius:6px;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:500;font-size:18px;background:linear-gradient(to bottom,#f4eae1 10%,#e07f29);flex-shrink:0}.boxed .content-wrapper .title{font-size:15px;font-weight:600;margin-bottom:3px}.boxed .content-wrapper .subtitle{color:#e07d26;font-size:15px;line-height:1.4}.data-value{display:flex;gap:20px;align-items:center;background:#ecfee3;border:1px solid #69AE47;padding:12px;border-radius:8px;margin:12px 0;flex-wrap:wrap}.data-value .title{color:#409261;font-size:16px;font-weight:600}.data-value .content-wrapper{display:flex;gap:16px;flex-wrap:wrap}.data-value .content-wrapper .data{display:flex;gap:5px}.data-value .content-wrapper .data .key{color:#43414c;font-weight:600;font-size:15px}.data-value .content-wrapper .data .value{font-size:15px;color:#4a4a4a}.overview-stage-parameters{display:flex;flex-direction:column;gap:20px}.overview-stage-parameters .row{display:flex;gap:20px}.overview-stage-parameters .row .title{color:#4e428b;font-size:18px;font-weight:600}.overview-stage-parameters .row .subtitle{font-size:18px}.stage-entity{display:flex;background:#fff;border:1px solid #6951E3;padding:10px;align-items:center;gap:10px;border-radius:7px}.stage-entity .title-wrapper{display:flex;flex-direction:column;justify-content:center;padding-top:0;gap:10px}.stage-entity .title-wrapper .title{font-size:22px;font-weight:600}.stage-entity .title-wrapper .subtitle{color:#5c5c5c;font-size:20px}.order-glossary{padding:24px 32px}.glossary-title{font-size:22px;font-weight:600;color:#4f63ff;margin-bottom:20px;border-bottom:2px solid #4f63ff;padding-bottom:8px}.glossary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 28px}.glossary-item{background:#fff;border:1px solid #e6e9f5;border-radius:10px;padding:16px 18px}.glossary-item h4{font-size:15px;font-weight:600;margin-bottom:6px;color:#1e1e2d}.glossary-item p{font-size:13px;line-height:1.5;color:#6b7280;margin-bottom:6px}.glossary-item .formula{display:block;font-size:12px;background:#f5f7ff;color:#4f63ff;padding:6px 8px;border-radius:6px;font-family:monospace}@media(max-width:900px){.glossary-grid{grid-template-columns:1fr}}html{width:100%;height:100%;margin:0}#root,body{font-family:SF-Pro,sans-serif;margin:0;box-sizing:border-box;width:100%;height:100%}div{box-sizing:border-box}
