:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--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-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-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.DashbOardHeaderCards{flex-wrap:nowrap;justify-content:space-between}.DashbOardHeaderCards .CustomTabsDashHeader{flex:1 1 auto;max-width:300px;min-width:200px}@media (max-width:1200px){.DashbOardHeaderCards{flex-wrap:wrap}}@media (max-width:1600px){.DashbOardHeaderCards{gap:1.5rem;justify-content:center!important}}@media (max-width:1360px){.DashbOardHeaderCards{gap:1rem;justify-content:center!important}}@media(max-width:1100px){.DashbOardHeaderCards .CustomTabsDashHeader{border-right:none;min-width:180px;width:47%}}@media (max-width:768px){.DashbOardHeaderCards .CustomTabsDashHeader{border-right:none;min-width:150px;width:46%}.DashBoardHeaderTabs{margin:20px 0}}@media (max-width:420px){.DashbOardHeaderCards .CustomTabsDashHeader{min-width:auto;width:100%}}@media (max-width:768px){.overData{overflow-x:auto}.overData .mainDataTable{width:700px}}@media (max-width:1360px){.DashbOardHeaderCards{justify-content:left!important}}@media(max-width:1100px){.DashbOardHeaderCards .CustomTabsDashHeader{border-right:none;width:47%}}@media (max-width:768px){.DashbOardHeaderCards .CustomTabsDashHeader{border-right:none;width:46%}.DashBoardHeaderTabs{margin:20px 0}}@media (max-width:420px){.DashbOardHeaderCards .CustomTabsDashHeader{width:100%}}@media (max-width:1300px){.minBoxContainer{flex-direction:column}.minBoxContainer div{width:100%!important}.minBoxContainer .paddingOuterTabel{padding:10px}.minBoxContainer .paddingOuterTabel div{overflow-x:auto}.BTNMAIN{flex-direction:column}.BTNMAIN button{margin:0 0 10px;width:100%}}.select-container{border-radius:7px;display:flex;justify-content:center;position:relative}.select-box{-webkit-appearance:none;appearance:none;border:none}.icon{color:#064586;font-size:35px}.select-container .icon{align-items:center;display:flex;justify-content:center;position:absolute;right:15%;top:-4%}@media (max-width:490px){.proposer_text{margin-left:-245px}}@media (max-width:460px){.proposer_text{margin-left:-245px}}@media (max-width:415px){.Dur_text{padding-bottom:24px;padding-right:5px;padding-top:6px}}@media (max-width:403px){.impact-container{margin-left:-19px}}@media (max-width:396px){.impact-container{display:flex;flex-direction:column;gap:10px}.table-text{font-size:12px;margin-right:0}.impact_text,.perf_text{margin-left:88px}.vsRecommend_text{margin-left:60px}}@media (max-width:335px){table.performance_table{margin-left:30px}table.recommended_table{margin-left:20px}table.proposed_table{margin-left:30px}}@media (max-width:327px){table.performance_table{margin-left:17px}}@media (max-width:315px){.proposer_text{margin-left:-239px}.bucket_location{margin-left:-16px}table.performance_table{margin-left:11px}table.recommended_table{margin-left:12px}}@media (max-width:309px){table.performance_table{margin-left:5px}}@media (max-width:300px){.proposer_text{margin-left:-211px}.date_text{margin-left:21px}.changeProposal-tableText{font-size:11px}}@media (max-width:290px){table.performance_table{margin-left:1px}table.recommended_table{margin-left:5px}.bucket_location{margin-left:-30px}.location_input{margin-left:-7px}}.changesControlTab div{background-color:#56478a!important;-webkit-clip-path:polygon(50% 0,86% 0,100% 50%,86% 100%,0 100%,12% 51%,0 0)!important;clip-path:polygon(50% 0,86% 0,100% 50%,86% 100%,0 100%,12% 51%,0 0)!important;color:#fff!important;cursor:pointer;height:30px!important;margin-left:-20px!important;padding:0 25px!important;width:200px!important}.changesControlTab div:first-child{-webkit-clip-path:polygon(50% 0,88% 0,100% 50%,88% 100%,0 100%,0 51%,0 0)!important;clip-path:polygon(50% 0,88% 0,100% 50%,88% 100%,0 100%,0 51%,0 0)!important;margin-left:0!important}@media (max-width:990px){.changesControlTab div{padding:14px 0 0 25px!important}}@media (max-width:600px){.changesControlTab div:first-child{margin-left:-15px!important}}@media (max-width:575px){.changesControlTab div:first-child{margin-left:-15px!important;margin-right:2px!important}}@media (max-width:520px){.changesControlTab div:first-child{margin-left:-15px!important;margin-right:4px!important}.changesControlTab div:last-child{margin-left:-18px!important}}@media (max-width:470px){.changesControlTab div:first-child{margin-left:-15px!important;margin-right:5px!important}.changesControlTab div:last-child{margin-left:-15px!important}}@media (max-width:450px){.changesControlTab div:first-child{margin-left:-15px!important;margin-right:7px!important}.changesControlTab div:last-child{margin-left:-14px!important}}@media (max-width:380px){.changesControlTab div{-webkit-clip-path:polygon(50% 0,88% 0,100% 50%,88% 100%,0 100%,0 51%,0 0)!important;clip-path:polygon(50% 0,88% 0,100% 50%,88% 100%,0 100%,0 51%,0 0)!important;font-size:12px!important;height:20px!important;margin-left:0!important;padding-left:18px!important;padding-top:17px!important;width:100%!important;width:100px!important}.changesControlTab div:last-child{margin-left:7px!important}}@media (max-width:325px){.changesControlTab div{margin-left:-10px!important;padding-left:16px!important}.changesControlTab .pending_tabtext{margin-left:-2px!important}}@media (max-width:300px){.changesControlTab div{margin-left:-20px!important;padding-left:13px!important}.changesControlTab .pending_tabtext{margin-left:-2px!important}}@media (max-width:280px){.changesControlTab div{margin-left:-30px!important}}.strategy-list-container{background:#f5f5f5;padding:24px 35px}.strategy-list-container .stats-header{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:24px}.strategy-list-container .stats-header .stat-card{align-items:center;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;gap:16px;padding:17px}.strategy-list-container .stats-header .stat-card .stat-icon{align-items:center;border-radius:8px;display:flex;height:48px;justify-content:center;width:48px}.strategy-list-container .stats-header .stat-card .stat-icon.orange{background:#fff4e6;color:#ea580c}.strategy-list-container .stats-header .stat-card .stat-icon.purple{background:#f3e8ff;color:#6750a4}.strategy-list-container .stats-header .stat-card .stat-icon.green{background:#d1fae5;color:#059669}.strategy-list-container .stats-header .stat-card .stat-icon.blue{background:#dbeafe;color:#2563eb}.strategy-list-container .stats-header .stat-card .stat-content .stat-label{color:#6b7280;font-size:12px;margin-bottom:4px}.strategy-list-container .stats-header .stat-card .stat-content .stat-value{color:#111827;font-size:24px;font-weight:600}.strategy-list-container .strategy-directory{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:20px}.strategy-list-container .strategy-directory .directory-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.strategy-list-container .strategy-directory .directory-header h2{font-size:20px;font-weight:600;margin:0 0 4px}.strategy-list-container .strategy-directory .directory-header p{color:#6b7280;font-size:14px;margin:0}.strategy-list-container .strategy-directory .directory-header .header-actions{display:flex;gap:12px}.strategy-list-container .strategy-directory .directory-header .header-actions .btn-upload-outline{align-items:center;background:#fff;border:1px solid #6750a4;border-radius:6px;color:#6750a4;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 20px}.strategy-list-container .strategy-directory .directory-header .header-actions .btn-upload-outline:hover{background:#f3e8ff}.strategy-list-container .strategy-directory .directory-header .header-actions .btn-create{align-items:center;background:#6750a4;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;padding:10px 20px}.strategy-list-container .strategy-directory .directory-header .header-actions .btn-create:hover{background:#5a3f8f}.strategy-list-container .strategy-directory .strategy-table{overflow-x:auto}.strategy-list-container .strategy-directory .strategy-table table{border-collapse:collapse;width:100%}.strategy-list-container .strategy-directory .strategy-table table thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.strategy-list-container .strategy-directory .strategy-table table thead th{color:#6b7280;font-size:12px;font-weight:600;padding:12px 16px;text-align:left;text-transform:uppercase}.strategy-list-container .strategy-directory .strategy-table table tbody tr{border-bottom:1px solid #e5e7eb}.strategy-list-container .strategy-directory .strategy-table table tbody tr:hover{background:#f9fafb}.strategy-list-container .strategy-directory .strategy-table table tbody tr td{color:#111827;font-size:14px;padding:16px}.strategy-list-container .strategy-directory .strategy-table table tbody tr td.strategy-id{color:#7c3aed;cursor:pointer;font-weight:500}.strategy-list-container .strategy-directory .strategy-table table tbody tr td.strategy-id:hover{text-decoration:underline}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .btn-upload-small{align-items:center;background:#fff;border:1px solid #6750a4;border-radius:4px;color:#6750a4;cursor:pointer;display:inline-flex;font-size:12px;gap:4px;padding:6px 12px}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .btn-upload-small:hover{background:#f3e8ff}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .badge-uploaded{align-items:center;background:#d1fae5;border-radius:12px;color:#059669;display:inline-flex;font-size:12px;font-weight:500;gap:4px;padding:4px 12px}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .status-toggle{align-items:center;display:inline-flex;gap:8px}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .status-toggle .toggle-switch{border-radius:9px;cursor:pointer;height:18px;position:relative;transition:all .3s ease;width:36px}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .status-toggle .toggle-switch .toggle-slider{background:#fff;border-radius:50%;box-shadow:0 1px 2px #0003;height:14px;position:absolute;top:2px;transition:all .3s ease;width:14px}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .status-toggle .status-text{font-size:14px;font-weight:500}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .status-toggle.active .toggle-switch{background:linear-gradient(135deg,#4285f4,#1a73e8);border:1px solid #1a73e8}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .status-toggle.active .toggle-switch .toggle-slider{left:20px}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .status-toggle.active .status-text{color:#1a73e8}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .status-toggle.inactive .toggle-switch{background:#e5e7eb;border:1px solid #d1d5db}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .status-toggle.inactive .toggle-switch .toggle-slider{left:2px}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .status-toggle.inactive .status-text{color:#6b7280}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .action-buttons-simple{align-items:center;display:flex;gap:16px}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .action-buttons-simple .btn-simple{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;padding:4px 0;transition:all .2s ease}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .action-buttons-simple .btn-simple.btn-modify{color:#6750a4}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .action-buttons-simple .btn-simple.btn-modify:hover{color:#5a3f8f;text-decoration:underline}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .action-buttons-simple .btn-simple.btn-modify:disabled{color:#9ca3af;cursor:not-allowed;opacity:.5}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .action-buttons-simple .btn-simple.btn-review{color:#6750a4}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .action-buttons-simple .btn-simple.btn-review:hover{color:#5a3f8f;text-decoration:underline}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .action-buttons-simple .btn-simple.btn-stop{color:#ef4444}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .action-buttons-simple .btn-simple.btn-stop:hover{color:#dc2626;text-decoration:underline}.strategy-list-container .strategy-directory .strategy-table table tbody tr td .action-buttons-simple .btn-simple.btn-stop:disabled{color:#9ca3af;cursor:not-allowed;opacity:.5}.CommonBodyWrap,.create-strategy-wizard{min-height:100vh;width:100%}.create-strategy-wizard{font-family:DM Sans,sans-serif;padding:0}.create-strategy-wizard .page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.create-strategy-wizard .page-header .page-title{color:#111827;font-size:18px;font-weight:600;margin:0}.create-strategy-wizard .page-header .header-info{align-items:flex-end;display:flex;flex-direction:column;gap:2px}.create-strategy-wizard .page-header .header-info .last-synced{color:#6b7280;font-size:10px}.create-strategy-wizard .page-header .header-info .balance-info{color:#6750a4;font-size:10px;font-style:italic}.create-strategy-wizard .wizard-progress{margin-bottom:16px;margin-top:16px;position:relative}.create-strategy-wizard .wizard-progress,.create-strategy-wizard .wizard-progress .progress-container{align-items:center;display:flex;justify-content:center}.create-strategy-wizard .wizard-progress .progress-container .progress-step{align-items:center;display:flex}.create-strategy-wizard .wizard-progress .progress-container .progress-step .step-circle{align-items:center;background:#e5e7eb;border-radius:50%;color:#9ca3af;display:flex;font-size:13px;font-weight:600;height:30px;justify-content:center;transition:all .3s;width:30px;z-index:2}.create-strategy-wizard .wizard-progress .progress-container .progress-step .step-circle.active{background:#30c037;color:#fff}.create-strategy-wizard .wizard-progress .progress-container .progress-step:last-child .step-circle.active{background:#6750a4}.create-strategy-wizard .wizard-progress .progress-container .progress-step .progress-line{background:#e5e7eb;height:2px;transition:all .3s;width:240px}.create-strategy-wizard .wizard-progress .progress-container .progress-step .progress-line.completed{background:#30c037}.create-strategy-wizard .wizard-progress .progress-container .progress-step .progress-line.in-progress{background:#6750a4}.create-strategy-wizard .wizard-progress .step-number{color:#111827;font-size:24px;font-weight:600;position:absolute;right:32px}.create-strategy-wizard .wizard-card{background:#fff;border-radius:6px;box-shadow:0 1px 2px #0000000f}.create-strategy-wizard .wizard-card .wizard-content{padding:16px 24px}.create-strategy-wizard .wizard-card .wizard-content .wizard-step{max-width:none}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-title{color:#111827;font-size:24px;font-weight:600;margin:0 0 4px}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-subtitle{color:#9ca3af;font-size:14px;margin:0 0 12px}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form{margin-bottom:12px}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-row{grid-gap:16px;align-items:flex-start;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:10px}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-row .form-field{display:flex;flex-direction:column;gap:6px}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-row .form-field .field-label{color:#374151;font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-row .form-field .field-hint{color:#9ca3af;font-size:10px;margin-top:2px}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group{display:flex;flex-direction:column;margin-bottom:10px}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group.full-width{width:100%}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group.toggle-group-wrapper{align-items:center;flex-direction:row;gap:12px;padding:12px 0}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group label{color:#6750a4;display:block;font-size:14px;font-weight:600;margin-bottom:4px}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group input,.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group select,.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group textarea{background:#fff;border:1px solid #d1d5db;border-radius:4px;color:#111827;font-family:DM Sans,sans-serif;font-size:14px;height:38px;padding:6px 10px;transition:all .2s;width:100%}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group input[type=date]{cursor:pointer;font-size:15px;height:48px;padding:10px 12px}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;font-size:16px;padding:4px}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group textarea{height:auto}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group textarea:focus{border-color:#6750a4;box-shadow:0 0 0 2px #6750a41a;outline:none}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group textarea:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group textarea::placeholder{color:#9ca3af;font-size:14px}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group textarea{font-family:DM Sans,sans-serif;line-height:1.5;min-height:60px;resize:vertical}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:14px;cursor:pointer;padding-right:32px}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group .radio-group{align-items:center;display:flex;gap:24px;margin-top:8px}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group .radio-group .radio-option{align-items:center;cursor:pointer;display:inline-flex;gap:8px;-webkit-user-select:none;user-select:none}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group .radio-group .radio-option input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#fff;border:2px solid #d1d5db;border-radius:50%;cursor:pointer;display:block;flex-shrink:0;height:18px;margin:0;min-height:18px;min-width:18px;padding:0;position:relative;transition:all .15s ease;width:18px}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group .radio-group .radio-option input[type=radio]:checked{background:#fff;border-color:#6750a4;border-width:2px}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group .radio-group .radio-option input[type=radio]:checked:after{background:#6750a4;border-radius:50%;content:"";display:block;height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group .radio-group .radio-option input[type=radio]:hover:not(:checked){border-color:#9ca3af}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group .radio-group .radio-option input[type=radio]:focus{box-shadow:0 0 0 3px #6750a41a;outline:none}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group .radio-group .radio-option span{color:#374151;font-size:14px;font-weight:400;line-height:1.2;white-space:nowrap}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group .toggle-group{align-items:center;display:flex;justify-content:space-between;padding:8px 0}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group .toggle-group label{color:#374151;font-size:12px;font-weight:500;margin:0}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group .toggle-group .toggle-switch{height:20px;margin:0;position:relative;width:40px}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group .toggle-group .toggle-switch input{height:0;opacity:0;width:0}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group .toggle-group .toggle-switch input:checked+.toggle-slider{background:#30c037}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group .toggle-group .toggle-switch input:checked+.toggle-slider:before{transform:translateX(20px)}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group .toggle-group .toggle-switch .toggle-slider{background:#d1d5db;border-radius:20px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .step-form .form-group .toggle-group .toggle-switch .toggle-slider:before{background:#fff;border-radius:50%;bottom:3px;content:"";height:14px;left:3px;position:absolute;transition:.3s;width:14px}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .wizard-actions{align-items:center;display:flex;gap:10px;justify-content:flex-end;margin-top:4px;padding-top:8px}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .wizard-actions .btn-back{background:#fff;border:1px solid #d1d5db;border-radius:5px;color:#374151;cursor:pointer;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;padding:8px 18px;transition:all .2s}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .wizard-actions .btn-back:hover{background:#f9fafb}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .wizard-actions .btn-next{align-items:center;background:#6750a4;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;gap:5px;padding:8px 18px;transition:all .2s}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .wizard-actions .btn-next:hover{background:#5a3f8f}.create-strategy-wizard .wizard-card .wizard-content .wizard-step .wizard-actions .btn-next svg{height:12px;width:12px}.wizard-step .upload-box{display:flex;flex-direction:column;height:100%;width:100%}.wizard-step .upload-box .upload-area{align-items:center;background:#fafafa;border:2px dashed #d1d5db;border-radius:4px;cursor:pointer;display:flex;flex-direction:column;height:38px;justify-content:center;padding:8px 12px;transition:all .2s;width:100%}.wizard-step .upload-box .upload-area:hover{background:#f9f5ff;border-color:#6750a4}.wizard-step .upload-box .upload-area .upload-text{color:#374151;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;margin-bottom:3px}.wizard-step .upload-box .upload-area .upload-hint{color:#9ca3af;font-family:DM Sans,sans-serif;font-size:12px}.wizard-step .upload-box .upload-area .uploaded-text{color:#059669;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500}.section-title{color:#111827;font-size:18px;font-weight:600;margin-bottom:12px}.section-title.section-title-purple{color:#6750a4}.disabled-input{background:#f3f4f6!important;color:#6b7280!important}.do-section,.plan-section{margin-top:12px}.do-section .section-title,.plan-section .section-title{color:#000;font-size:18px;font-weight:600;margin-bottom:8px}.benefit-inputs{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.benefit-inputs input,.benefit-inputs select{height:38px;width:100%}.due-dates-container .due-dates-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.due-dates-container .due-dates-row .due-date-field{flex:1 1;min-width:0}.due-dates-container .due-dates-row .due-date-field .due-date-inline{align-items:center;display:flex;flex-wrap:nowrap;gap:8px}.due-dates-container .due-dates-row .due-date-field .due-date-inline .due-date-label{color:#6750a4;flex-shrink:0;font-size:12px;font-weight:600;white-space:nowrap}.due-dates-container .due-dates-row .due-date-field .due-date-inline select{flex:1 1;height:38px;min-width:0}.due-dates-container .due-dates-row .due-date-field .due-date-inline .due-date-hint{color:#101111;flex-shrink:0;font-size:12px;white-space:nowrap}.info-message{background:#f9fafb;border-left:3px solid #6750a4;border-radius:4px;color:#6b7280;font-size:14px;line-height:1.5;margin-top:12px;padding:10px 14px}.preview-section{padding-top:4px}.preview-section .strategy-timeline{background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:12px;padding:12px}.preview-section .strategy-timeline .timeline-header{display:flex;margin-bottom:8px}.preview-section .strategy-timeline .timeline-header .timeline-label{color:#374151;font-family:DM Sans,sans-serif;font-size:10px;font-weight:600;width:180px}.preview-section .strategy-timeline .timeline-header .timeline-days{display:flex;flex:1 1;gap:2px}.preview-section .strategy-timeline .timeline-header .timeline-days .day-number{color:#9ca3af;flex:1 1;font-family:DM Sans,sans-serif;font-size:8px;min-width:16px;text-align:center}.preview-section .strategy-timeline .timeline-row{align-items:center;display:flex;margin-bottom:8px}.preview-section .strategy-timeline .timeline-row:last-child{margin-bottom:0}.preview-section .strategy-timeline .timeline-row .action-label{align-items:center;color:#374151;display:flex;font-family:DM Sans,sans-serif;font-size:10px;gap:4px;width:180px}.preview-section .strategy-timeline .timeline-row .action-label .badge-conditional{background:#d1fae5;border-radius:8px;color:#059669;font-family:DM Sans,sans-serif;font-size:7px;font-weight:500;padding:1px 5px}.preview-section .strategy-timeline .timeline-row .timeline-actions{display:flex;flex:1 1;gap:2px}.preview-section .strategy-timeline .timeline-row .timeline-actions .action-cell{background:#f3f4f6;border-radius:2px;flex:1 1;height:20px;min-width:16px}.preview-section .strategy-timeline .timeline-row .timeline-actions .action-cell.active-cyan{background:#06b6d4}.preview-section .strategy-timeline .timeline-row .timeline-actions .action-cell.active-yellow{background:#fbbf24}.preview-section .btn-simulation{align-items:center;background:#6750a4;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;gap:6px;justify-content:center;padding:10px;transition:background .2s;width:100%}.preview-section .btn-simulation:hover{background:#5a3f8f}.summary-title{color:#111827;font-size:16px;font-weight:600;margin-bottom:20px}.simulation-results-container{background:#f5f5f5;font-family:DM Sans,sans-serif;padding:0}.simulation-results-container .simulation-header{align-items:center;display:flex;margin-bottom:16px;margin-top:16px}.simulation-results-container .simulation-header .header-left{align-items:center;display:flex;gap:16px}.simulation-results-container .simulation-header .header-left .btn-back{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;display:flex;justify-content:center;padding:8px}.simulation-results-container .simulation-header .header-left .btn-back:hover{background:#f9fafb}.simulation-results-container .simulation-header .header-left .page-title{color:#111827;font-size:24px;font-weight:600;margin:0}.simulation-results-container .metrics-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-bottom:16px;padding-top:0}.simulation-results-container .metrics-grid .metric-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;gap:12px;padding:14px}.simulation-results-container .metrics-grid .metric-card .metric-icon{align-items:center;border-radius:8px;display:flex;height:48px;justify-content:center;width:48px}.simulation-results-container .metrics-grid .metric-card .metric-icon.green{background:#d1fae5;color:#059669}.simulation-results-container .metrics-grid .metric-card .metric-icon.gray{background:#f3f4f6;color:#6b7280}.simulation-results-container .metrics-grid .metric-card .metric-icon.blue{background:#dbeafe;color:#2563eb}.simulation-results-container .metrics-grid .metric-card .metric-icon.orange{background:#fff4e6;color:#ea580c}.simulation-results-container .metrics-grid .metric-card .metric-content{flex:1 1}.simulation-results-container .metrics-grid .metric-card .metric-content .metric-label{color:#6b7280;font-size:12px;margin:0 0 4px}.simulation-results-container .metrics-grid .metric-card .metric-content .metric-value{color:#111827;font-size:24px;font-weight:600;margin:0 0 4px}.simulation-results-container .metrics-grid .metric-card .metric-content .metric-value.green{color:#059669}.simulation-results-container .metrics-grid .metric-card .metric-content .metric-value.blue{color:#2563eb}.simulation-results-container .metrics-grid .metric-card .metric-content .metric-value.orange{color:#ea580c}.simulation-results-container .metrics-grid .metric-card .metric-content .metric-change{color:#6b7280;font-size:11px;margin:0}.simulation-results-container .metrics-grid .metric-card .metric-content .metric-change.positive{color:#059669}.simulation-results-container .metrics-grid .metric-card .metric-content .metric-change.negative{color:#6b7280}.simulation-results-container .simulation-table-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:16px;padding:16px}.simulation-results-container .simulation-table-container .table-title{color:#111827;font-size:18px;font-weight:600;margin:0 0 16px}.simulation-results-container .simulation-table-container .table-wrapper{overflow-x:auto}.simulation-results-container .simulation-table-container .table-wrapper .simulation-table{border-collapse:collapse;table-layout:fixed;width:100%}.simulation-results-container .simulation-table-container .table-wrapper .simulation-table thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.simulation-results-container .simulation-table-container .table-wrapper .simulation-table thead th{color:#6b7280;font-size:12px;font-weight:600;padding:12px 16px;text-align:center;text-transform:uppercase;white-space:nowrap;width:33.33%}.simulation-results-container .simulation-table-container .table-wrapper .simulation-table tbody tr{border-bottom:1px solid #e5e7eb}.simulation-results-container .simulation-table-container .table-wrapper .simulation-table tbody tr:hover{background:#f9fafb}.simulation-results-container .simulation-table-container .table-wrapper .simulation-table tbody tr td{color:#111827;font-size:14px;padding:12px 16px;text-align:center;vertical-align:middle;width:33.33%}.simulation-results-container .simulation-table-container .table-wrapper .simulation-table tbody tr td.status-up{color:#059669;font-weight:500}.simulation-results-container .simulation-table-container .table-wrapper .simulation-table tbody tr td.status-up .status-indicator{font-size:10px;margin-left:4px}.simulation-results-container .simulation-actions{display:flex;gap:12px;justify-content:flex-end;padding-bottom:0}.simulation-results-container .simulation-actions .btn-secondary{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;gap:8px;padding:10px 20px}.simulation-results-container .simulation-actions .btn-secondary:hover{background:#f9fafb}.simulation-results-container .simulation-actions .btn-primary{align-items:center;background:#6750a4;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;gap:8px;padding:10px 20px}.simulation-results-container .simulation-actions .btn-primary:hover{background:#5a3f8f}.upload-box .upload-area{align-items:center;background:#fff;border:2px dashed #d1d5db;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;max-width:380px;padding:20px;transition:all .2s}.upload-box .upload-area:hover{background:#fafafa;border-color:#6750a4}.upload-box .upload-area .upload-text{color:#374151;font-family:DM Sans,sans-serif;font-size:11px;font-weight:400;margin-bottom:3px}.upload-box .upload-area .upload-hint{color:#9ca3af;font-family:DM Sans,sans-serif;font-size:9px}.upload-box .upload-area .uploaded-text{color:#059669;font-family:DM Sans,sans-serif;font-size:11px;font-weight:500}.form-subsection{background:#fff;border-radius:4px;margin-bottom:16px;padding:12px}.form-subsection .subsection-label{border-bottom:1px solid #f3f4f6;color:#111827;display:block;font-family:DM Sans,sans-serif;font-size:11px;font-weight:600;margin-bottom:10px;padding-bottom:6px}.form-subsection .small-label{color:#6b7280;display:block;font-size:9px;font-weight:500;margin-bottom:4px}.form-subsection .field-label{color:#374151;display:block;font-size:10px;font-weight:600;margin-bottom:4px}.form-subsection .days-selector{display:flex;flex-wrap:wrap;gap:6px}.form-subsection .days-selector .day-button{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:4px;color:#374151;cursor:pointer;display:flex;font-family:DM Sans,sans-serif;font-size:11px;height:32px;justify-content:center;transition:all .2s;width:32px}.form-subsection .days-selector .day-button:hover{background:#f3e8ff;border-color:#6750a4}.form-subsection .days-selector .day-button.selected{background:#6750a4;border-color:#6750a4;color:#fff}.modal-overlay{background:#00000080}.modal-overlay .modal-content{background:#fff;border-radius:8px;box-shadow:0 10px 25px #0003;max-width:500px;padding:24px;width:90%}.modal-overlay .modal-content h3{color:#111827;font-family:DM Sans,sans-serif;font-size:18px;font-weight:600;margin:0 0 8px}.modal-overlay .modal-content .modal-subtitle{color:#6b7280;font-family:DM Sans,sans-serif;font-size:14px;margin:0 0 24px}.modal-overlay .modal-content .file-upload-area{margin-bottom:24px}.modal-overlay .modal-content .file-upload-area .file-upload-label{align-items:center;background:#fafafa;border:2px dashed #d1d5db;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:12px;justify-content:center;padding:40px 20px;transition:all .2s}.modal-overlay .modal-content .file-upload-area .file-upload-label:hover{background:#f3e8ff;border-color:#6750a4}.modal-overlay .modal-content .file-upload-area .file-upload-label svg{color:#6750a4}.modal-overlay .modal-content .file-upload-area .file-upload-label span{color:#374151;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500}.modal-overlay .modal-content .modal-actions{display:flex;gap:12px;justify-content:flex-end}.modal-overlay .modal-content .modal-actions .btn-secondary{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;padding:10px 20px}.modal-overlay .modal-content .modal-actions .btn-secondary:hover{background:#f9fafb}.modal-overlay .modal-content .modal-actions .btn-primary{background:#6750a4;border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;padding:10px 20px}.modal-overlay .modal-content .modal-actions .btn-primary:hover{background:#5a3f8f}.modal-overlay .modal-content .modal-actions .btn-primary:disabled{background:#9ca3af;cursor:not-allowed;opacity:.5}.choose-type-modal{max-width:700px!important}.choose-type-modal .strategy-type-cards{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:24px}.choose-type-modal .strategy-type-cards .strategy-type-card{background:#fafafa;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:32px 24px;text-align:center;transition:all .2s}.choose-type-modal .strategy-type-cards .strategy-type-card:hover{background:#f3e8ff;border-color:#6750a4}.choose-type-modal .strategy-type-cards .strategy-type-card.selected{background:#f3e8ff;border-color:#6750a4;box-shadow:0 0 0 3px #6750a41a}.choose-type-modal .strategy-type-cards .strategy-type-card h4{color:#111827;font-family:DM Sans,sans-serif;font-size:18px;font-style:italic;font-weight:600;margin:0 0 8px}.choose-type-modal .strategy-type-cards .strategy-type-card p{color:#6b7280;font-family:DM Sans,sans-serif;font-size:13px;line-height:1.5;margin:0}.duration-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.duration-row input[type=date]{border:1px solid #d1d5db;border-radius:4px;color:#111827;font-family:DM Sans,sans-serif;font-size:14px;padding:8px 12px;transition:all .2s;width:100%}.duration-row input[type=date]:focus{border-color:#6750a4;box-shadow:0 0 0 2px #6750a41a;outline:none}.toggle-group-wrapper{align-items:center;display:flex;gap:12px;padding:12px 0}.toggle-group-wrapper>label:first-child{color:#6750a4;font-size:14px;font-weight:500;margin:0!important}.toggle-group-wrapper .toggle-switch{flex-shrink:0;height:20px;margin:0;position:relative;width:40px}.toggle-group-wrapper .toggle-switch input{height:0;opacity:0;width:0}.toggle-group-wrapper .toggle-switch input:checked+.toggle-slider{background:#30c037}.toggle-group-wrapper .toggle-switch input:checked+.toggle-slider:before{transform:translateX(20px)}.toggle-group-wrapper .toggle-switch .toggle-slider{background:#d1d5db;border-radius:20px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.toggle-group-wrapper .toggle-switch .toggle-slider:before{background:#fff;border-radius:50%;bottom:3px;content:"";height:14px;left:3px;position:absolute;transition:.3s;width:14px}.due-dates-row{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:auto 1fr auto auto auto 1fr auto}.due-dates-row .due-date-field{display:contents}.due-dates-row .due-date-field .due-date-label{color:#374151;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.due-dates-row .due-date-field select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:14px;border:1px solid #d1d5db;border-radius:4px;color:#111827;cursor:pointer;font-family:DM Sans,sans-serif;font-size:14px;min-width:200px;padding:8px 32px 8px 12px;transition:all .2s}.due-dates-row .due-date-field select:focus{border-color:#6750a4;box-shadow:0 0 0 2px #6750a41a;outline:none}.due-dates-row .due-date-field .due-date-hint{color:#111827;font-size:12px;font-weight:600;white-space:nowrap}.upload-box .upload-area .uploading-text{align-items:center;color:#6750a4;display:flex;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;gap:8px}.upload-box .upload-area .uploading-text svg{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.upload-box .upload-area .uploaded-text.success{align-items:center;color:#059669;display:flex;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;gap:8px}.upload-box .upload-error{align-items:center;background:#fee2e2;border:1px solid #fecaca;border-radius:4px;color:#dc2626;display:flex;font-family:DM Sans,sans-serif;font-size:12px;gap:6px;margin-top:8px;padding:8px 12px}.upload-box .upload-error svg{flex-shrink:0}.strategy-table .strategy-id .strategy-id-link{background:none;border:none;color:#6750a4;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;padding:0;text-decoration:none;transition:all .2s ease}.strategy-table .strategy-id .strategy-id-link:hover{color:#5a3f8f;text-decoration:underline}.strategy-table .strategy-id .strategy-id-link:focus{border-radius:2px;outline:2px solid #6750a4;outline-offset:2px}.react-flow{--xy-edge-stroke-default:#b1b1b7;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#555;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#ffffff80;--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:#f0f0f099;--xy-minimap-mask-stroke-color-default:#0000;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#e2e2e2;--xy-minimap-node-stroke-color-default:#0000;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#0000;--xy-background-pattern-dots-color-default:#91919a;--xy-background-pattern-lines-color-default:#eee;--xy-background-pattern-cross-color-default:#e2e2e2;--xy-node-color-default:inherit;--xy-node-border-default:1px solid #1a192b;--xy-node-background-color-default:#fff;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #00000014;--xy-node-boxshadow-selected-default:0 0 0 0.5px #1a192b;--xy-node-border-radius-default:3px;--xy-handle-background-color-default:#1a192b;--xy-handle-border-color-default:#fff;--xy-selection-background-color-default:#0059dc14;--xy-selection-border-default:1px dotted #0059dccc;--xy-controls-button-background-color-default:#fefefe;--xy-controls-button-background-color-hover-default:#f4f4f4;--xy-controls-button-color-default:inherit;--xy-controls-button-color-hover-default:inherit;--xy-controls-button-border-color-default:#eee;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#fff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9;background-color:var(--xy-background-color-default);background-color:var(--xy-background-color,var(--xy-background-color-default));direction:ltr}.react-flow.dark{--xy-edge-stroke-default:#3e3e3e;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#727272;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#96969640;--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:#3c3c3c99;--xy-minimap-mask-stroke-color-default:#0000;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#2b2b2b;--xy-minimap-node-stroke-color-default:#0000;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#141414;--xy-background-pattern-dots-color-default:#777;--xy-background-pattern-lines-color-default:#777;--xy-background-pattern-cross-color-default:#777;--xy-node-color-default:#f8f8f8;--xy-node-border-default:1px solid #3c3c3c;--xy-node-background-color-default:#1e1e1e;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #ffffff14;--xy-node-boxshadow-selected-default:0 0 0 0.5px #999;--xy-handle-background-color-default:#bebebe;--xy-handle-border-color-default:#1e1e1e;--xy-selection-background-color-default:#c8c8dc14;--xy-selection-border-default:1px dotted #c8c8dccc;--xy-controls-button-background-color-default:#2b2b2b;--xy-controls-button-background-color-hover-default:#3e3e3e;--xy-controls-button-color-default:#f8f8f8;--xy-controls-button-color-hover-default:#fff;--xy-controls-button-border-color-default:#5b5b5b;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#141414;--xy-edge-label-color-default:#f8f8f8}.react-flow__background{background-color:var(--xy-background-color-default);background-color:var(--xy-background-color-props,var(--xy-background-color,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{height:100%;left:0;position:absolute;top:0;width:100%}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{pointer-events:none;transform-origin:0 0;z-index:2}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke-default);stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width-default);stroke-width:var(--xy-edge-stroke-width,var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke-default);stroke:var(--xy-connectionline-stroke,var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width-default);stroke-width:var(--xy-connectionline-stroke-width,var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;pointer-events:none;position:absolute}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path,.react-flow__edge.selected .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected-default);stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke-default);stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke-default);fill:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{overflow:visible;position:absolute;z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{box-sizing:border-box;cursor:default;pointer-events:all;position:absolute;transform-origin:0 0;-webkit-user-select:none;user-select:none}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{pointer-events:none;transform-origin:left top;z-index:3}.react-flow__nodesselection-rect{cursor:grab;pointer-events:all;position:absolute}.react-flow__handle{background-color:var(--xy-handle-background-color-default);background-color:var(--xy-handle-background-color,var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color,var(--xy-handle-border-color-default));border-radius:100%;height:6px;min-height:5px;min-width:5px;pointer-events:none;position:absolute;width:6px}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{cursor:crosshair;pointer-events:all}.react-flow__handle-bottom{bottom:0;left:50%;top:auto;transform:translate(-50%,50%)}.react-flow__handle-top{left:50%;top:0;transform:translate(-50%,-50%)}.react-flow__handle-left{left:0;top:50%;transform:translate(-50%,-50%)}.react-flow__handle-right{right:0;top:50%;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{margin:15px;position:absolute;z-index:5}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.bottom.center,.react-flow__panel.top.center{left:50%;transform:translateX(-15px) translateX(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{background:var(--xy-attribution-background-color-default);background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));font-size:10px;margin:0;padding:2px 3px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{pointer-events:none}.react-flow__edgelabel-renderer,.react-flow__viewport-portal{height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;user-select:none;width:100%}.react-flow__minimap{background:var(--xy-minimap-background-color-default);background:var(
    --xy-minimap-background-color-props,var(--xy-minimap-background-color,var(--xy-minimap-background-color-default))
  )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var(--xy-minimap-mask-background-color-default);fill:var(
      --xy-minimap-mask-background-color-props,var(--xy-minimap-mask-background-color,var(--xy-minimap-mask-background-color-default))
    );stroke:var(--xy-minimap-mask-stroke-color-default);stroke:var(
      --xy-minimap-mask-stroke-color-props,var(--xy-minimap-mask-stroke-color,var(--xy-minimap-mask-stroke-color-default))
    );stroke-width:var(--xy-minimap-mask-stroke-width-default);stroke-width:var(
      --xy-minimap-mask-stroke-width-props,var(--xy-minimap-mask-stroke-width,var(--xy-minimap-mask-stroke-width-default))
    )}.react-flow__minimap-node{fill:var(--xy-minimap-node-background-color-default);fill:var(
      --xy-minimap-node-background-color-props,var(--xy-minimap-node-background-color,var(--xy-minimap-node-background-color-default))
    );stroke:var(--xy-minimap-node-stroke-color-default);stroke:var(
      --xy-minimap-node-stroke-color-props,var(--xy-minimap-node-stroke-color,var(--xy-minimap-node-stroke-color-default))
    );stroke-width:var(--xy-minimap-node-stroke-width-default);stroke-width:var(
      --xy-minimap-node-stroke-width-props,var(--xy-minimap-node-stroke-width,var(--xy-minimap-node-stroke-width-default))
    )}.react-flow__background-pattern.dots{fill:var(--xy-background-pattern-dots-color-default);fill:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-dots-color-default))
    )}.react-flow__background-pattern.lines{stroke:var(--xy-background-pattern-lines-color-default);stroke:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-lines-color-default))
    )}.react-flow__background-pattern.cross{stroke:var(--xy-background-pattern-cross-color-default);stroke:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-cross-color-default))
    )}.react-flow__controls{box-shadow:var(--xy-controls-box-shadow-default);box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default));display:flex;flex-direction:column}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{align-items:center;background:var(--xy-controls-button-background-color-default);background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border:none;border-bottom:1px solid var(
        --xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default))
      );color:var(--xy-controls-button-color-default);color:var(
      --xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default))
    );cursor:pointer;display:flex;height:26px;justify-content:center;padding:4px;-webkit-user-select:none;user-select:none;width:26px}.react-flow__controls-button svg{fill:currentColor;max-height:12px;max-width:12px;width:100%}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{background-color:var(--xy-node-background-color-default);background-color:var(--xy-node-background-color,var(--xy-node-background-color-default));border:var(--xy-node-border,var(--xy-node-border-default));border-radius:var(--xy-node-border-radius-default);border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));color:var(--xy-node-color-default);color:var(--xy-node-color,var(--xy-node-color-default));font-size:12px;padding:10px;text-align:center;width:150px}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover-default);box-shadow:var(--xy-node-boxshadow-hover,var(--xy-node-boxshadow-hover-default))}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected-default);box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color-default);background-color:var(--xy-node-group-background-color,var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color-default);background:var(--xy-selection-background-color,var(--xy-selection-background-color-default));border:var(--xy-selection-border,var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var(--xy-controls-button-background-color-hover-default);background:var(
        --xy-controls-button-background-color-hover-props,var(--xy-controls-button-background-color-hover,var(--xy-controls-button-background-color-hover-default))
      );color:var(--xy-controls-button-color-hover-default);color:var(
        --xy-controls-button-color-hover-props,var(--xy-controls-button-color-hover,var(--xy-controls-button-color-hover-default))
      )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var(
        --xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default))
      )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.bottom,.react-flow__resize-control.top{cursor:ns-resize}.react-flow__resize-control.bottom.right,.react-flow__resize-control.top.left{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:var(--xy-resize-background-color-default);background-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border:1px solid #fff;border-radius:1px;height:5px;translate:-50% -50%;width:5px}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.bottom.left,.react-flow__resize-control.handle.top.left{left:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-style:solid;border-width:0}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{height:100%;top:0;transform:translate(-50%);width:1px}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;left:0;transform:translateY(-50%);width:100%}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color-default);fill:var(--xy-edge-label-background-color,var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color-default);fill:var(--xy-edge-label-color,var(--xy-edge-label-color-default))}.strategy-builder-page{background:#fff!important}[data-radix-popper-content-wrapper],[data-radix-portal]{z-index:10000!important}[data-slot=select-content]{background:#fff!important;z-index:10000!important}.strategy-builder-page>div{background:#fafafa}.react-flow__node,.react-flow__node [data-slot=card],.strategy-builder-page [class*=absolute][class*=right-0],[class*=bg-background],[data-slot=card]{background:#fff!important}[data-slot=card-content],[data-slot=card-header]{background:#0000!important}.react-flow__node-allocation,.react-flow__node-calendar,.react-flow__node-channel,.react-flow__node-exclusion,.react-flow__node-loop,.react-flow__node-output,.react-flow__node-target{background:#fff!important}@media (min-width:1024px){.mainHeaderWrapper{box-sizing:border-box;margin-left:255px!important;max-width:calc(100vw - 240px);padding:20px 40px 20px 30px!important;position:relative;z-index:1}}@media (max-width:991px){.mainHeaderWrapper{padding-left:60px;padding-right:20px}.mainHeaderWrapper h1{display:block}}.leftContainHeader{flex-shrink:0;white-space:nowrap}@media (max-width:768px){.mainHeaderWrapper{flex-wrap:wrap;margin-bottom:20px;padding-left:60px}.mainHeaderWrapper h1{padding:20px 0;width:100%}.mainHeaderWrapper .leftContainHeader{justify-content:flex-end;padding:10px;width:100%}}@media (max-width:480px){.iconHeader{margin:0 30px 0 0;padding:0;width:auto!important}.mainHeaderWrapper{flex-direction:column-reverse;padding-right:25px}.mainHeaderWrapper .tabsectionHeader{justify-content:space-around;width:100%}.mainHeaderWrapper .tabsectionHeader p{text-align:center;width:48%}.mainHeaderWrapper .tabsectionHeader button{width:48%}.mainHeaderWrapper .leftContainHeader{width:100%}.mainHeaderWrapper .leftContainHeader div{justify-content:space-between}.mainHeaderWrapper .profileIConHeader{width:auto!important}}.customSideBarBTN{height:-webkit-fit-content!important;height:fit-content!important;left:10px!important;margin:0!important;position:absolute!important;top:10px!important}@media (width:768px){.customSideBarBTN{margin-top:-40px!important}}@media (min-width:768px){.customSideBarBTN{top:46px!important}}.CommonBodyWrap{height:calc(100vh - 108px);max-width:110vw;overflow-x:hidden;overflow-y:auto}@media (max-width:768px){.responsivePADDING{padding-right:0!important}}::-webkit-scrollbar,::-webkit-scrollbar-track{display:none}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{display:none}:focus{outline:none}@media (max-width:1024px){.MonitoringMainWrapper div{width:100%}.writeoffsBOs{flex-direction:column}.writeoffsBOs div{margin-bottom:20px;width:100%}.writeoffsBOs .mapLocation{height:500px}.writeoffsBOs .mapLocation .labelsMapLocation{padding:15px;width:auto}.writeoffsBOs .placemnetHeaight{height:auto}.benchmark_text{text-align:center}}@media (min-width:1024px){.frequency_text{left:-20px;position:absolute;top:45%}.frequency_text2{left:-155px;position:absolute;top:45%}}@media (min-width:992px)and (max-width:1023px){.frequency_text{left:-18px;position:absolute;top:50%}}@media (min-width:941px)and (max-width:991px){.frequency_text{left:-452px;position:absolute;top:-25%}}@media (min-width:913px)and (max-width:940px){.frequency_text{left:-435px;position:absolute;top:-14%}}@media (min-width:901px)and (max-width:912px){.frequency_text{left:-420px;position:absolute;top:-12%}}@media (max-width:900px){.frequency_text{left:-405px;position:absolute;top:-17%}}@media (max-width:855px){.frequency_text{left:-390px;position:absolute;top:-6%}}@media (max-width:820px){.frequency_text{left:-360px;position:absolute;top:-3%}}@media (max-width:768px){.WritoffChart{overflow-x:auto}.WritoffChart .recharts-wrapper{width:100%!important}.BenchmarkTableMain{overflow-x:auto}.BenchmarkTableMain .BenchmarkTableMainTable{width:700px}.ColorIndicator{justify-content:space-between;width:100%}.frequency_text{left:-326px;position:absolute;top:4%}}@media (max-width:710px){.frequency_text{left:-305px;position:absolute;top:8%}}@media (max-width:677px){.frequency_text{left:-292px;position:absolute;top:11%}}@media (max-width:645px){.frequency_text{left:-273px;position:absolute;top:13%}}@media (max-width:600px){.frequency_text{left:-256px;position:absolute;top:18%}}@media (max-width:575px){.frequency_text{left:-240px;position:absolute;top:19%}}@media (max-width:540px){.writeoffsBOs .placemnetHeaight{height:auto;width:85%}.frequency_text{left:-224px;position:absolute;top:24%}}@media (max-width:505px){.frequency_text{left:-209px;position:absolute;top:26%}}@media (max-width:470px){.frequency_text{left:-193px;position:absolute;top:32%}}@media (max-width:440px){.frequency_text{left:-179px;position:absolute;top:33%}}@media (max-width:415px){.frequency_text{left:-167px;position:absolute;top:34%}.Blind_Text{left:82%;top:91%}}@media (max-width:400px){.frequency_text{left:-159px;position:absolute;top:37%}}@media (max-width:380px){.frequency_text{left:-151px;position:absolute;top:39%}}@media (max-width:360px){.frequency_text{left:-140px;position:absolute;top:40%}.Blind_Text{left:22%;top:13%}}@media (max-width:333px){.frequency_text{left:-131px;position:absolute;top:42%}.hotspot_text{left:77%;top:13%}.Blind_Text{left:82%;top:91%}}@media (max-width:300px){.frequency_text{left:-113px;position:absolute;top:46%}.Blind_Text{left:80%;top:91%}}@media (min-width:1536px){.agency_text{left:10px;position:absolute;top:50%}}@media (min-width:1280px){.agency_text{left:-20px;position:absolute;top:50%}}@media (min-width:992px){.agency_text{left:-20px;position:absolute;top:50%}}@media (min-width:768px){.agency_text{left:-5px;position:absolute;top:50%}}@media (min-width:941px)and (max-width:991px){.agency_text{left:-442px;position:absolute;top:-40%}}@media (min-width:901px)and (max-width:912px){.agency_text{left:-420px;position:absolute;top:-12%}}@media (min-width:913px)and (max-width:940px){.agency_text{left:-415px;position:absolute;top:-40%}}@media (min-width:901px)and (max-width:912px){.agency_text{left:-410px;position:absolute;top:-30%}}@media (max-width:900px){.agency_text{left:-385px;position:absolute;top:-30%}}@media (max-width:855px){.agency_text{left:-375px;position:absolute;top:-25%}}@media (max-width:820px){.agency_text{left:-330px;position:absolute;top:-15%}}@media (min-width:768px){.cohort_text{left:-30px;position:absolute;top:45%}.cohort_textrhs{left:-10px;position:absolute;top:50%}}.gradient-border{padding:1px;position:relative}.gradient-border,.gradient-border:before{background:linear-gradient(45deg,#8aa4ff,#7a16fc,#ed0e00,#ff9e45);border-radius:14px}.gradient-border:before{bottom:-2px;content:"";left:-2px;position:absolute;right:-2px;top:-2px;z-index:-1}*,:focus{outline:none}.form{background:#fff;font-family:sans-serif;margin:150px auto 0;width:auto}.form-item{position:relative}.form-item input[type=text]{background:#0000;border:1px solid #6f6b75;border-radius:10px;cursor:pointer;display:block;height:40px;padding:0 15px;transition:all .3s ease;width:150px}.form-item input[type=text]:focus{border-color:gray}.form-item label{background:#fff;color:#5f558e;cursor:text;font-size:12px;font-weight:700;left:10px;padding:0 10px;position:absolute;top:-6px;transition:all .3s ease;z-index:2}.form-item input:focus+label,.form-item input:valid+label{top:-6px}.form-item input:focus+label{color:#000}.commonBox .username{color:#7f7f7f;font-family:Calibri!important;font-size:15px;font-weight:600}.commonBox div{display:flex}.commonBox div .amount{font-size:16px}.commonBox div img{font-weight:700;margin:0 10px}.commonBox div .red{transform:rotate(180deg)}.commonBox div .smText{color:#000;font-size:10px;margin:0!important}.vertical-line{align-self:center;border-left:2px solid #4472c4;height:30px;margin-left:20px}.vertical-bar{align-self:center;border-left:1px solid #e0e3e8;height:32px}.input-field{border:none;outline:none}.input-field:focus{outline:none}@media (max-width:1330px){.upperSectionAllocation{flex-direction:column;overflow-x:auto}.upperSectionAllocation .B1TabsContain{min-width:400px}.upperSectionAllocation .cityes{margin-top:20px;min-width:600px;width:100%}.chartDonatGraph{margin-left:0}.chartDonatGraph canvas{width:80%!important}.chartLineGraph div{width:100%!important}.chartLineGraph svg{width:80%}}@media (max-width:1024px){.chartDonatGraph{margin-left:0}.chartDonatGraph canvas{width:100%!important}}@media (max-width:1180px){.commonInput{margin-bottom:20px}}@media (max-width:991px){p{margin-bottom:20px;width:100%}.commonInput{width:50%}.commonInput input{width:97%}.commonBox{width:50%}.commonBox .username{margin-bottom:5px}}@media (max-width:768px){.responsivePageWrapper{padding:0}.commonInput{width:100%}.commonInput input{width:97%}.commonBox{width:100%}.commonBox .username{margin-bottom:5px}.AllocationTabelMain{overflow-x:auto}.AllocationTabelMain table{width:500px}}@media (max-width:480px){.CustomTabsDashHeader div{min-width:auto}}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader{animation:rotation 1s linear infinite;border:5px solid #5c4e8e;border-bottom-color:#0000;border-radius:50%;box-sizing:border-box;display:inline-block;height:48px;left:48.5%;position:absolute;top:50%;width:48px;z-index:1000}.user-management-container{background:#f5f5f7;min-height:100vh;padding:32px 40px}.user-management-container .header-section{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:32px}.user-management-container .header-section .page-title{color:#1a1a1a;font-size:32px;font-weight:700;margin:0 0 8px}.user-management-container .header-section .page-subtitle{color:#6c757d;font-size:15px;margin:0}.user-management-container .header-section .btn-add-user{align-items:center;background:#56478a;border:none;border-radius:8px;box-shadow:0 2px 4px #56478a33;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:12px 24px;transition:background-color .2s,box-shadow .2s}.user-management-container .header-section .btn-add-user:hover{background:#56478a;box-shadow:0 2px 4px #56478a33}.user-management-container .users-table-container{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 1px 3px #0000000f;overflow:hidden}.user-management-container .users-table{border-collapse:collapse;width:100%}.user-management-container .users-table thead{background:#fafbfc;border-bottom:1px solid #e9ecef}.user-management-container .users-table thead th{color:#6c757d;font-size:13px;font-weight:600;letter-spacing:.3px;padding:16px 20px;text-align:left;text-transform:capitalize}.user-management-container .users-table tbody tr{border-bottom:1px solid #f1f3f5;transition:background .15s}.user-management-container .users-table tbody tr:hover{background:#f8f9fa}.user-management-container .users-table tbody tr:last-child{border-bottom:none}.user-management-container .users-table tbody td{color:#212529;font-size:14px;padding:18px 20px;vertical-align:middle}.user-management-container .roles-cell{display:flex;flex-wrap:wrap;gap:8px}.user-management-container .roles-cell .role-badge{background:#d4f4dd;border-radius:6px;color:#2b8a3e;font-size:12px;font-weight:500;padding:6px 12px}.user-management-container .roles-cell .status-badge{border-radius:6px;display:inline-block;font-size:12px;font-weight:500;padding:6px 12px}.user-management-container .roles-cell .status-badge.status-active{background:#d4f4dd;color:#2b8a3e}.user-management-container .roles-cell .status-badge.status-inactive{background:#ffe0e0;color:#c92a2a}.user-management-container .roles-cell .no-roles{color:#adb5bd;font-size:13px;font-style:italic}.user-management-container .action-buttons{display:flex;gap:10px}.user-management-container .action-buttons .btn-icon{align-items:center;background:#0000;border:none;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;transition:all .2s;width:32px}.user-management-container .action-buttons .btn-icon.btn-assign{color:#1971c2}.user-management-container .action-buttons .btn-icon.btn-assign:hover{background:#e7f5ff}.user-management-container .action-buttons .btn-icon.btn-edit{color:#f59f00}.user-management-container .action-buttons .btn-icon.btn-edit:hover{background:#fff3bf}.user-management-container .action-buttons .btn-icon.btn-delete{color:#c92a2a}.user-management-container .action-buttons .btn-icon.btn-delete:hover{background:#ffe0e0}.user-management-container .action-buttons .btn-icon.btn-disable{color:#c92a2a}.user-management-container .action-buttons .btn-icon.btn-disable:hover{background:#ffe0e0}.user-management-container .action-buttons .btn-icon.btn-enable{color:#2b8a3e}.user-management-container .action-buttons .btn-icon.btn-enable:hover{background:#d3f9d8}.user-management-container .action-buttons .btn-icon:disabled{cursor:not-allowed;opacity:.5}.user-management-container .loading{color:#666;font-size:16px;padding:40px;text-align:center}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:16px;box-shadow:0 24px 48px #0003;max-height:90vh;max-width:520px;overflow-y:auto;width:100%}.modal-content .modal-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:24px 28px}.modal-content .modal-header h2{color:#1a1a1a;font-size:22px;font-weight:700;margin:0}.modal-content .modal-header .btn-close{align-items:center;background:none;border:none;color:#6c757d;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:color .2s}.modal-content .modal-header .btn-close:hover{color:#1a1a1a}.modal-content .modal-subtitle{background:#f8f9fa;border-bottom:1px solid #e9ecef;color:#495057;font-size:14px;padding:16px 28px}.modal-content form{padding:28px}.modal-content .form-group{margin-bottom:24px}.modal-content .form-group label{color:#495057;display:block;font-size:14px;font-weight:600;margin-bottom:10px}.modal-content .form-group label .required{color:#c92a2a}.modal-content .form-group input{border:1px solid #dee2e6;border-radius:8px;font-size:14px;padding:12px 14px;transition:all .2s;width:100%}.modal-content .form-group input:focus{border-color:#56478a;box-shadow:0 0 0 3px #56478a1a;outline:none}.modal-content .form-group input.error{border-color:#c92a2a}.modal-content .form-group .error-message{color:#c92a2a;display:block;font-size:12px;margin-top:8px}.modal-content .submit-error{background:#ffe0e0;border-radius:8px;font-size:13px;margin-bottom:20px;padding:14px}.modal-content .modal-footer{background:#fafbfc;border-top:1px solid #e9ecef;display:flex;gap:12px;justify-content:flex-end;padding:20px 28px}.modal-content .modal-footer button{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:11px 24px;transition:all .2s}.modal-content .modal-footer button:disabled{cursor:not-allowed;opacity:.6}.modal-content .modal-footer button.btn-secondary{background:#fff;border:1px solid #dee2e6;color:#495057}.modal-content .modal-footer button.btn-secondary:hover:not(:disabled){background:#f8f9fa}.modal-content .modal-footer button.btn-primary{background:#56478a;color:#fff}.modal-content .modal-footer button.btn-primary:hover:not(:disabled){background:#6c5ce7;box-shadow:0 2px 8px #56478a4d}.modal-content .roles-list{margin-bottom:20px;max-height:400px;overflow-y:auto}.modal-content .roles-list .role-item{border:1px solid #e9ecef;border-radius:10px;margin-bottom:10px;padding:14px 16px;transition:all .2s}.modal-content .roles-list .role-item:hover{background:#f8f9fa;border-color:#dee2e6}.modal-content .roles-list .role-item .role-checkbox{align-items:center;cursor:pointer;display:flex}.modal-content .roles-list .role-item .role-checkbox input[type=checkbox]{accent-color:#56478a;cursor:pointer;height:18px;margin-right:14px;width:18px}.modal-content .roles-list .role-item .role-checkbox .role-info{align-items:center;display:flex;flex:1 1;justify-content:space-between}.modal-content .roles-list .role-item .role-checkbox .role-info .role-name{color:#212529;font-size:14px;font-weight:500}.modal-content .roles-list .role-item .role-checkbox .role-info .role-badge{border-radius:6px;font-size:12px;font-weight:500;padding:6px 12px}.modal-content .roles-list .role-item .role-checkbox .role-info .role-badge.badge-collection-central-team,.modal-content .roles-list .role-item .role-checkbox .role-info .role-badge.badge-id-management,.modal-content .roles-list .role-item .role-checkbox .role-info .role-badge.badge-production-support,.modal-content .roles-list .role-item .role-checkbox .role-info .role-badge.badge-strategy-manager{background:#d4f4dd;color:#2b8a3e}.modal-content .loading-state{color:#666;padding:40px;text-align:center}.roles-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:32px}.roles-grid .role-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 1px 3px #0000000f;padding:24px;transition:all .2s}.roles-grid .role-card:hover{border-color:#dee2e6;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.roles-grid .role-card .role-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.roles-grid .role-card .role-card-header .role-number{color:#adb5bd;font-size:13px;font-weight:600}.roles-grid .role-card .role-card-header .role-badge{background:#d4f4dd;border-radius:6px;color:#2b8a3e;font-size:12px;font-weight:500;padding:6px 12px}.roles-grid .role-card .role-card-title{color:#1a1a1a;font-size:18px;font-weight:600;margin:0 0 12px}.roles-grid .role-card .role-card-id{background:#f8f9fa;border-radius:6px;color:#868e96;display:inline-block;font-family:Courier New,monospace;font-size:12px;margin:0;padding:6px 10px}.roles-note{background:#fff9e6;border-left:4px solid #f59f00;border-radius:10px;margin-top:32px;padding:18px 20px}.roles-note p{color:#495057;font-size:14px;line-height:1.6;margin:0}.roles-note p strong{color:#1a1a1a;font-weight:600}@media(max-width:768px){.user-management-container{padding:20px 16px}.header-section{align-items:flex-start;flex-direction:column;gap:16px}.header-section .btn-add-user{justify-content:center;width:100%}.users-table-container{overflow-x:auto}.users-table{min-width:800px}.roles-grid{grid-template-columns:1fr}.modal-content{margin:0 16px;max-width:100%}}@media(max-width:480px){.user-management-container{padding:16px 12px}.header-section .page-title{font-size:24px}.header-section .page-subtitle{font-size:13px}.modal-content .modal-header{padding:20px}.modal-content .modal-header h2{font-size:18px}.modal-content form{padding:20px}.modal-content .modal-footer{flex-direction:column;padding:16px 20px}.modal-content .modal-footer button{width:100%}}.empty-state{color:#6c757d;padding:80px 40px;text-align:center}.empty-state p{font-size:16px;margin:0}.permissions-cell{display:flex;flex-wrap:wrap;gap:8px}.permissions-cell .permissions-list-compact{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.permissions-cell .permission-badge{background:#e7f5ff;border-radius:6px;color:#1971c2;font-size:12px;font-weight:500;padding:6px 12px;white-space:nowrap}.permissions-cell .permission-more{background:#f8f9fa;border-radius:6px;color:#6c757d;font-size:12px;font-style:italic;font-weight:500;padding:6px 12px}.permissions-cell .no-permissions{color:#adb5bd;font-size:13px;font-style:italic}.permission-count-badge{background:#f8f9fa;border-radius:6px;color:#495057;font-size:12px;font-weight:600;padding:6px 12px}.permissions-modal{max-width:700px}.permissions-modal .permissions-container{margin-bottom:20px;max-height:500px;overflow-y:auto;padding:20px 28px}.permissions-modal .permissions-container .permission-group{margin-bottom:32px}.permissions-modal .permissions-container .permission-group:last-child{margin-bottom:0}.permissions-modal .permissions-container .permission-group .permission-group-title{border-bottom:2px solid #e9ecef;color:#495057;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 16px;padding-bottom:8px;text-transform:uppercase}.permissions-modal .permissions-container .permission-group .permissions-list{display:flex;flex-direction:column;gap:12px}.permissions-modal .permissions-container .permission-group .permission-item{border:1px solid #e9ecef;border-radius:8px;padding:12px 16px;transition:all .2s}.permissions-modal .permissions-container .permission-group .permission-item:hover{background:#f8f9fa;border-color:#dee2e6}.permissions-modal .permissions-container .permission-group .permission-item .permission-checkbox{align-items:center;cursor:pointer;display:flex;width:100%}.permissions-modal .permissions-container .permission-group .permission-item .permission-checkbox input[type=checkbox]{accent-color:#56478a;cursor:pointer;height:18px;margin-right:12px;width:18px}.permissions-modal .permissions-container .permission-group .permission-item .permission-checkbox .permission-name{color:#212529;flex:1 1;font-size:14px;font-weight:500}
/*# sourceMappingURL=main.679ea3aa.css.map*/