: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)}}.dashboard-widget{height:100%;display:flex;flex-direction:column;position:relative;border-radius:24px;overflow:hidden;background:linear-gradient(160deg,#ffffff8c,#fff3);border:1px solid rgba(148,163,184,.22);-webkit-backdrop-filter:blur(30px) saturate(180%);backdrop-filter:blur(30px) saturate(180%);box-shadow:0 24px 40px #0f172a1f,inset 0 0 0 .5px #ffffff80}.dashboard-widget:before{content:"";position:absolute;top:-40%;right:-40%;bottom:55%;left:-40%;background:radial-gradient(circle at top,rgba(255,255,255,.6),transparent 65%);opacity:.85;pointer-events:none;transform:translateY(-10%)}.dashboard-widget:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(140deg,#ffffff2e,#fff0);pointer-events:none}[data-theme=dark] .dashboard-widget{background:linear-gradient(155deg,#0f172aa6,#1e293b6b);border-color:#94a3b847;box-shadow:0 28px 70px #02061799,inset 0 0 0 .5px #94a3b859}[data-theme=dark] .dashboard-widget:before{background:radial-gradient(circle at top,rgba(255,255,255,.18),transparent 70%);opacity:.6}[data-theme=dark] .dashboard-widget:after{background:linear-gradient(140deg,#6366f129,#ffffff14)}.dashboard-widget .widget-drag-handle{cursor:grab}.dashboard-widget .widget-drag-handle:active{cursor:grabbing}.dashboard-widget__chrome{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 22px 12px;position:relative;z-index:2}.dashboard-widget__chrome:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#6366f166,#06b6d42e);opacity:.75;border-radius:24px 24px 0 0;z-index:-1}.dashboard-widget__title-group{display:flex;align-items:center;gap:10px}.dashboard-widget__title{font-weight:600;letter-spacing:.01em}.dashboard-widget__toolbar{display:inline-flex;align-items:center;gap:8px}.dashboard-widget__toolbar .MuiIconButton-root{padding:6px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:14px;border:1px solid rgba(148,163,184,.22);background:#fff6;color:var(--mui-text-secondary);transition:transform .15s ease,background .15s ease}[data-theme=dark] .dashboard-widget__toolbar .MuiIconButton-root{background:#1e293b6b;border-color:#94a3b852}.dashboard-widget__toolbar .MuiIconButton-root:hover{transform:translateY(-1px);color:var(--mui-text-primary);background:#ffffffa6}[data-theme=dark] .dashboard-widget__toolbar .MuiIconButton-root:hover{background:#1e293b99}.dashboard-widget__surface{flex:1;position:relative;border-radius:0 0 24px 24px;overflow:hidden;background:var(--mui-background-paper)}.dashboard-widget.gale-widget .dashboard-widget__surface{padding-bottom:0!important}.dashboard-widget.loading{opacity:.75;pointer-events:none}.dashboard-widget__glass-status{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.12),transparent 60%);mix-blend-mode:screen;opacity:.6}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOut{0%{transform:translate(0)}to{transform:translate(100%)}}.info-widget{position:absolute;top:3px;right:1px;height:calc(100% - 3px);width:320px;padding:16px;z-index:1;background-color:var(--mui-background-paper);color:var(--mui-text-primary);border-left:1px solid var(--mui-divider);border-top:1px solid var(--mui-divider);border-radius:0!important;box-shadow:var(--card-shadow);animation:slideIn .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow:hidden}.info-widget.closing{animation:slideOut .3s cubic-bezier(.4,0,.2,1) forwards}.info-widget .info-header{flex:0 0 auto;padding-bottom:16px;border-bottom:1px solid var(--mui-divider);margin-bottom:16px}.info-widget .info-content{flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:8px}.info-widget .info-content::-webkit-scrollbar{width:8px}.info-widget .info-content::-webkit-scrollbar-track{background:var(--background-hover);border-radius:4px}.info-widget .info-content::-webkit-scrollbar-thumb{background:var(--background-selected);border-radius:4px}.info-widget .info-content::-webkit-scrollbar-thumb:hover{background:var(--background-tertiary)}.map-widget-container{width:100%;height:100%;display:flex;background:transparent}.map-container{width:100%;height:100%;padding:.2rem;position:relative}.search-container{position:absolute;top:16px;left:16px;right:16px;z-index:1;background:#fff;border-radius:4px;box-shadow:0 2px 4px #0000001a;padding:8px;max-width:400px;margin:0 auto}.transmission-line-details{position:absolute;bottom:20px;right:20px;padding:16px;background:#000c;color:#fff;border-radius:4px;min-width:300px;max-width:400px}.transmission-line-details h3{margin-top:0;margin-bottom:16px;font-size:16px}:global(.dashboard-widget) .widget-content{flex:1;position:relative;overflow:hidden;border-radius:8px;padding:0}:global(.MuiMenu-paper) .MuiMenuItem-root{padding:0 16px}:global(.MuiMenu-paper) .MuiMenuItem-root .MuiFormControlLabel-root{margin:0;width:100%}.project-table-container{width:100%;height:100%;background:transparent;display:flex;flex-direction:column}:global(.dashboard-widget){height:100%;display:flex;flex-direction:column;background:transparent}:global(.dashboard-widget) .widget-content{flex:1;position:relative;border-radius:28px;padding:0;background:transparent;display:flex}:global(.dashboard-widget) .widget-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.dashboard-shell{--dashboard-chat-width: 520px;--dashboard-chat-min-width: 320px;--dashboard-chat-max-width: 980px;display:flex;position:relative;height:calc(100vh - 64px);margin-top:64px;overflow:hidden;background:var(--mui-background-default);color:var(--mui-text-primary)}.dashboard-shell.chat-collapsed{background:linear-gradient(135deg,#0ea5e90f,#6366f10a)}[data-theme=dark] .dashboard-shell.chat-collapsed{background:linear-gradient(135deg,#1e293bbf,#4f46e526)}.dashboard-shell.chat-collapsed .dashboard-shell__resize-handle,.dashboard-shell.chat-collapsed .dashboard-shell__chat-toggle{opacity:0;pointer-events:none}.dashboard-shell.chat-collapsed .dashboard-shell__grid{background:#ffffffeb}[data-theme=dark] .dashboard-shell.chat-collapsed .dashboard-shell__grid{background:#0f172ae6}.dashboard-shell__chat{flex:0 0 min(var(--dashboard-chat-width, 520px),100%);width:min(var(--dashboard-chat-width, 520px),100%);max-width:var(--dashboard-chat-max-width, 720px);min-width:var(--dashboard-chat-min-width, 320px);border-right:1px solid var(--mui-divider);background:var(--mui-background-paper);display:flex;flex-direction:column;height:100%;position:relative;transition:flex-basis .26s ease,width .26s ease,max-width .26s ease,opacity .2s ease}.dashboard-shell__chat.is-collapsible{transition:width .25s ease}.dashboard-shell__chat.is-peek{width:72px!important;min-width:64px;border-right:none}.dashboard-shell__chat.is-collapsed{flex:0 0 0!important;width:0!important;min-width:0!important;opacity:0;pointer-events:none;border-right:none}.dashboard-shell__chat.is-collapsed .dashboard-shell__chat-panel,.dashboard-shell__chat.is-collapsed .dashboard-shell__chat-peek{display:none}.dashboard-shell__chat.is-hero{flex:1;width:100%!important;max-width:none;min-width:0;border-right:none}.dashboard-shell__chat-panel{flex:1;min-height:0;display:flex;flex-direction:column;padding:1px}.dashboard-shell__chat-panel gu-gale-chat{flex:1;min-height:0;transition:opacity .2s ease}.dashboard-shell__chat.is-peek .dashboard-shell__chat-panel gu-gale-chat{opacity:0;pointer-events:none}.dashboard-shell__chat.is-peek .dashboard-shell__chat-panel{justify-content:center}.dashboard-shell__chat-peek{position:absolute;inset:auto 0 24px 0;margin:0 auto;width:max-content;writing-mode:vertical-rl;letter-spacing:.35em;font-weight:700;font-size:.8rem;color:#4f46e5a6;pointer-events:none}[data-theme=dark] .dashboard-shell__chat-peek{color:#a5b4fca6}.dashboard-shell__chat-toggle{position:absolute;top:50%;left:clamp(64px,4vw,88px);transform:translate(-50%,-50%);border:1px solid rgba(148,163,184,.25);border-radius:999px;padding:6px 8px;background:#ffffffe6;cursor:pointer;z-index:6;display:inline-flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 12px 20px #0f172a1f;transition:transform .2s ease,background .2s ease}[data-theme=dark] .dashboard-shell__chat-toggle{background:#0f172ad9;border-color:#94a3b859}.dashboard-shell__chat-toggle:hover{transform:translate(-50%,-50%) scale(1.05)}.dashboard-shell__chat-toggle.is-peek{left:84px}.dashboard-shell__resize-handle{position:relative;flex:0 0 16px;margin:0 -8px;cursor:default;z-index:3;touch-action:none}.dashboard-shell__resize-handle:before,.dashboard-shell__resize-handle:after{content:"";position:absolute;top:8px;bottom:8px;border-radius:999px;opacity:0;transition:opacity .15s ease,background .15s ease;pointer-events:none}.dashboard-shell__resize-handle:before{left:50%;transform:translate(-50%);width:4px;background:var(--mui-divider)}.dashboard-shell__resize-handle:after{left:50%;transform:translate(-50%);width:1px;background:var(--mui-text-secondary)}.dashboard-shell__resize-handle:hover,.dashboard-shell__resize-handle:active{cursor:col-resize}.dashboard-shell__resize-handle:hover:before,.dashboard-shell__resize-handle:active:before,.dashboard-shell__resize-handle:hover:after,.dashboard-shell__resize-handle:active:after,.dashboard-shell__resize-handle:focus-visible:before,.dashboard-shell__resize-handle:focus-visible:after{opacity:1}.dashboard-shell__workspace{flex:1;min-width:0;display:flex;flex-direction:column;height:100%;position:relative;background:var(--mui-background-default);transition:opacity .26s ease,transform .26s ease;opacity:1;transform:translateY(0)}.dashboard-shell__actions{position:absolute;top:50%;right:18px;transform:translateY(-50%);z-index:4;background:#1119280a;border:1px solid rgba(17,25,40,.08);border-radius:24px;padding:8px 6px;display:inline-flex;flex-direction:column;align-items:center;gap:6px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:background .15s ease,border-color .15s ease}[data-theme=dark] .dashboard-shell__actions{background:#94a3b814;border-color:#94a3b829}.dashboard-shell__actions:hover{background:#11192814;border-color:#11192829}[data-theme=dark] .dashboard-shell__actions:hover{background:#94a3b829;border-color:#94a3b83d}.dashboard-shell__actions .dashboard-shell__actions-trigger{color:var(--mui-text-secondary);transition:color .15s ease}.dashboard-shell__actions .dashboard-shell__actions-trigger:hover,.dashboard-shell__actions .dashboard-shell__actions-trigger:focus-visible{color:var(--mui-text-primary)}.dashboard-shell__actions .dashboard-shell__actions-trigger.is-active{color:#4f46e5}[data-theme=dark] .dashboard-shell__actions .dashboard-shell__actions-trigger.is-active{color:#6366f1}.dashboard-shell__actions-divider{align-self:stretch;border-color:#1119281f}[data-theme=dark] .dashboard-shell__actions-divider{border-color:#94a3b83d}.dashboard-shell__grid{flex:1;min-height:0;overflow:auto;padding:1px clamp(12px,3vw,62px) clamp(12px,3vw,24px) 1px;background:var(--mui-background-default)}.dashboard-shell__grid .layout{min-height:100%;position:relative}.dashboard-shell__grid .layout .react-grid-item{transition:transform .2s cubic-bezier(.22,1,.36,1),box-shadow .2s ease}.dashboard-shell__grid .layout .react-grid-item:hover{transform:translateY(-3px)}.dashboard-shell__grid .layout .react-grid-item.react-grid-item.resizing,.dashboard-shell__grid .layout .react-grid-item.react-grid-item.react-draggable-dragging{z-index:5;pointer-events:none}.dashboard-shell__grid .layout .react-grid-item.react-grid-placeholder{background:#6366f140;border-radius:24px;border:1px dashed rgba(99,102,241,.45)}.dashboard-shell.is-empty{background:radial-gradient(circle at top,rgba(59,130,246,.12),transparent 55%)}.dashboard-shell.is-empty .dashboard-shell__chat{flex:1;width:100%!important;max-width:none;min-width:0;border-right:none}.dashboard-shell.is-empty .dashboard-shell__workspace{flex:0 0 0;width:0;opacity:0;transform:translateY(24px);pointer-events:none}.dashboard-shell.is-empty .dashboard-shell__resize-handle,.dashboard-shell.is-empty .dashboard-shell__chat-toggle,.dashboard-shell.is-empty .dashboard-shell__actions{opacity:0;pointer-events:none}.dashboard-shell.is-empty.chat-active .dashboard-shell__workspace{opacity:1;transform:translateY(0);pointer-events:auto}.dashboard-shell.is-empty.chat-active .dashboard-shell__actions{opacity:1;pointer-events:auto}.dashboard-shell .gc-hero{display:flex;align-items:center;justify-content:center;width:100%;padding:clamp(32px,8vw,80px) clamp(24px,6vw,64px)}.dashboard-shell .gc-hero__card{width:100%;max-width:640px;border-radius:28px;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(99,102,241,.35);background:#0f172ad1;color:#f8fafc;padding:clamp(32px,6vw,56px);display:flex;flex-direction:column;gap:20px;text-align:center}[data-theme=light] .dashboard-shell .gc-hero__card{background:#ffffffdb;color:#0f172a}.dashboard-shell .gc-hero__card h1{margin:0;font-size:clamp(2rem,4vw,2.75rem);font-weight:700}.dashboard-shell .gc-hero__card p{margin:0;font-size:1.05rem;line-height:1.6;color:#f8fafcbf}[data-theme=light] .dashboard-shell .gc-hero__card p{color:#0f172aa6}.dashboard-shell .gc-hero__kicker{font-size:.75rem;letter-spacing:.28em;text-transform:uppercase;color:#94a3b8d9}.dashboard-shell .gc-hero__actions{display:flex;justify-content:center;gap:16px}.dashboard-shell .gc-hero__actions button{padding:12px 24px;border-radius:999px;border:none;cursor:pointer;font-weight:600;transition:transform .15s ease,box-shadow .15s ease}.dashboard-shell .gc-hero__actions button:first-child{background:linear-gradient(135deg,#6366f1,#0ea5e9);color:#fff;box-shadow:0 24px 36px #4f46e559}.dashboard-shell .gc-hero__actions button:nth-child(2){background:#ffffff26;color:inherit;border:1px solid rgba(148,163,184,.4)}[data-theme=light] .dashboard-shell .gc-hero__actions button:nth-child(2){background:#ffffffa6}.dashboard-shell .gc-hero__actions button:hover{transform:translateY(-2px)}@media(max-width:1200px){.dashboard-shell{flex-direction:column}.dashboard-shell__chat{width:100%;max-width:none;min-width:0;border-right:none;border-bottom:1px solid var(--gu-color-border-subtle, rgba(15, 23, 42, .08));height:400px}.dashboard-shell__resize-handle{display:none}.dashboard-shell__actions{position:absolute;top:12px;right:12px;transform:none;flex-direction:row;gap:6px;padding:6px}.dashboard-shell__chat-toggle{top:auto;bottom:16px;left:50%;transform:translate(-50%)}}
