@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#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{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)}}.styles_button__cLVM3{align-items:center;border:none;border-radius:0;display:flex;font-family:Montserrat Regular\ 400;font-size:14px;height:40px;justify-content:center;min-width:115px;outline:none;overflow:hidden;padding:0 25px;position:relative;transition:.5s;width:-webkit-max-content;width:max-content}.styles_button__cLVM3:not(.styles_disabled__GZrd\+){cursor:pointer}.styles_button__cLVM3.styles_disabled__GZrd\+.styles_view_primary__rZdZl{background-color:#666}.styles_button__cLVM3.styles_view_primary__rZdZl{background-color:#21272a;border:1px solid #21272a;color:#fff}.styles_button__cLVM3.styles_view_primary__rZdZl:not(.styles_disabled__GZrd\+):hover{background-color:#0000;color:#21272a}.styles_button__cLVM3.styles_view_secondary__PD2bc{background-color:#0000;border:1px solid #21272a;color:#21272a}.styles_button__cLVM3.styles_view_secondary__PD2bc:hover{background-color:#21272a;color:#fff}.styles_button__cLVM3.styles_view_danger__haeZL{background-color:#d61010;border:1px solid #d61010;color:#fff}.styles_button__cLVM3.styles_view_danger__haeZL:hover{opacity:.5}.styles_logo_wrapper__xqLT4{height:24px;margin-right:15px;width:24px}.styles_logo__62Lhe{height:100%;width:100%}.styles_page__PI3eE{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.styles_text__8HXtw{font-size:21px;margin-bottom:40px}.Sidebar_sidebar__S9EbY{background:#fff;border-right:1px solid #e5e5e5;display:flex;flex-direction:column;height:calc(100vh - 81px);overflow-y:auto;padding:0 0 16px;width:269px}@media(max-width:768px){.Sidebar_sidebar__S9EbY{box-shadow:2px 0 8px #0000001a;width:280px}}.Sidebar_logoContainer__SxEtL{align-items:center;border-bottom:1px solid #e5e5e5;display:flex;height:64px;justify-content:center}@media(max-width:768px){.Sidebar_logoContainer__SxEtL{height:56px}}.Sidebar_logo__Mc4Gd{height:48px;margin-top:8px;width:48px}@media(max-width:768px){.Sidebar_logo__Mc4Gd{height:40px;margin-top:4px;width:40px}}.Sidebar_searchContainer__fo5NP{background:#fff;box-shadow:0 1px 0 #e5e5e5;padding:16px 16px 8px;position:-webkit-sticky;position:sticky;top:0;z-index:6}@media(max-width:768px){.Sidebar_searchContainer__fo5NP{padding:12px 12px 6px}}.Sidebar_searchInput__S6TFc{background:#f5f5f5;border-radius:8px}@media(max-width:768px){.Sidebar_searchInput__S6TFc{font-size:14px}}.Sidebar_tagsSearchRow__2xp6C{align-items:stretch;display:flex;margin-bottom:8px;margin-top:8px;width:100%}.Sidebar_tagsSearchOffset__jBLuI{align-self:stretch;flex-shrink:0;width:32px}.Sidebar_tagsSearchPrefixIcon__koNXN{display:block;height:16px;margin-right:4px;opacity:.55;width:16px}.Sidebar_tagsSearchInput__uRQYn{background:#fff!important;border:1px solid #e5e5e5!important;border-radius:0!important}.Sidebar_tagsSearchInput__uRQYn .ant-input{background:#0000!important}.Sidebar_section__yIN\+t{border-top:1px solid #e5e5e5;margin-bottom:8px;padding:8px 16px 0}@media(max-width:768px){.Sidebar_section__yIN\+t{margin-bottom:6px;padding:6px 12px 0}}.Sidebar_sectionTitle__isAJt{color:#191919;display:block;font-size:14px;font-weight:700}@media(max-width:768px){.Sidebar_sectionTitle__isAJt{font-size:13px}}.Sidebar_sidebarItem__K6XYJ{transition:all .2s ease;width:100%}@media(max-width:768px){.Sidebar_sidebarItem__K6XYJ{font-size:14px}}.Sidebar_sidebarItemDropTarget__JqJOO{background-color:#1890ff0d;border-radius:4px;outline:2px dashed #1890ff;outline-offset:2px}.Sidebar_sidebarItem__K6XYJ:only-child{margin-left:24px}@media(max-width:768px){.Sidebar_sidebarItem__K6XYJ:only-child{margin-left:20px}}.Sidebar_chromeDisclosureIcon__u7cyg,.Sidebar_sidebarLucideIcon__1oNAI{color:#6b7280;display:block;flex-shrink:0}.Sidebar_sectionHeadingMenuBtn__ba3mP{padding:0 4px!important}.Sidebar_sectionCollapseToggle__pjWbR,.Sidebar_sectionHeadingMenuBtn__ba3mP{align-items:center;display:inline-flex!important;justify-content:center;min-width:auto!important}.Sidebar_sectionCollapseToggle__pjWbR{border:none!important;flex-shrink:0;height:auto!important;transition:background .15s ease;width:auto!important}.Sidebar_sectionCollapseToggle__pjWbR:hover{background:#0000!important}.Sidebar_sidebarContainer__0mn60:hover .Sidebar_collapseButton__5Npqu{opacity:1}.Sidebar_collapseButton__5Npqu{border:none!important;border-radius:4px;flex-shrink:0;height:auto!important;margin-right:4px;min-width:auto!important;opacity:0;padding:4px!important;transition:opacity .2s ease,background .15s ease;width:auto!important}.Sidebar_collapseButton__5Npqu:hover{background:#e5e7eb!important}@media(max-width:768px){.Sidebar_collapseButton__5Npqu{opacity:1}}.Sidebar_selectedTag__IvPEV{align-items:center;background:#f0f0f0;border-radius:12px;display:flex;font-size:12px;margin-bottom:4px;margin-right:4px;padding:2px 8px}@media(max-width:768px){.Sidebar_selectedTag__IvPEV{font-size:11px;margin-bottom:3px;margin-right:3px;padding:1px 6px}}.Sidebar_removeIcon__m0k4C{cursor:pointer;height:14px;margin-left:4px;width:14px}@media(max-width:768px){.Sidebar_removeIcon__m0k4C{height:12px;margin-left:3px;width:12px}}.Sidebar_collapseBtn__7UYfg{background:#fff;border-radius:50%;box-shadow:0 1px 4px #0000000f;padding:2px;position:absolute;right:8px;top:12px;z-index:2}@media(max-width:768px){.Sidebar_collapseBtn__7UYfg{padding:1px;right:6px;top:8px}}.FolderSubfoldersEditModal_formSection__S2Opw{margin-bottom:0}.FolderSubfoldersEditModal_divider__taT3x{background:#f0f0f0;height:1px;margin:20px 0 16px}.FolderSubfoldersEditModal_hierarchy__nhW\+r{background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;max-height:min(48vh,420px);overflow-y:auto;padding:12px 10px 14px}.FolderSubfoldersEditModal_hierarchyTitle__k3hVn{color:#9ca3af;font-size:12px;font-weight:600;letter-spacing:.02em;margin-bottom:10px;padding-left:2px}.FolderSubfoldersEditModal_treeRoot__kmlNe{border-left:1px solid #e5e7eb;display:flex;flex-direction:column;gap:0;margin-left:4px;padding-left:12px}.FolderSubfoldersEditModal_treeRoot__kmlNe>.FolderSubfoldersEditModal_treeBranch__kYj1B>.FolderSubfoldersEditModal_treeRow__KT8C1{position:relative}.FolderSubfoldersEditModal_treeRoot__kmlNe>.FolderSubfoldersEditModal_treeBranch__kYj1B>.FolderSubfoldersEditModal_treeRow__KT8C1:before{background:#d1d5db;border-radius:1px;content:"";height:1px;left:-13px;position:absolute;top:50%;transform:translateY(-50%);width:11px}.FolderSubfoldersEditModal_treeBranch__kYj1B{position:relative}.FolderSubfoldersEditModal_treeRow__KT8C1{align-items:center;border-radius:6px;display:flex;gap:10px;justify-content:space-between;margin:0 -2px;min-height:38px;padding:6px 8px;transition:background .15s ease}.FolderSubfoldersEditModal_treeRow__KT8C1:hover{background:#ffffffe6;box-shadow:0 0 0 1px #0000000a}.FolderSubfoldersEditModal_treeRowEditing__eN-zI{align-items:center;min-height:auto}.FolderSubfoldersEditModal_treeChildren__rIAM6 .FolderSubfoldersEditModal_treeRow__KT8C1{position:relative}.FolderSubfoldersEditModal_treeChildren__rIAM6 .FolderSubfoldersEditModal_treeRow__KT8C1:before{background:#d1d5db;border-radius:1px;content:"";height:1px;left:-17px;position:absolute;top:50%;transform:translateY(-50%);width:11px}.FolderSubfoldersEditModal_treeRowEdit__Gh9Uq{align-items:center;display:flex;flex:1 1;gap:8px;min-width:0;width:100%}.FolderSubfoldersEditModal_treeRowInput__L1bi3{flex:1 1;min-width:0}.FolderSubfoldersEditModal_treeLabel__KFvbd{color:#374151;flex:1 1;font-size:14px;font-weight:500;letter-spacing:-.01em;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.FolderSubfoldersEditModal_editBtn__uMgfi{color:#d1d5db;flex-shrink:0}.FolderSubfoldersEditModal_editBtn__uMgfi:hover{background:#0000000a!important;color:#6b7280}.FolderSubfoldersEditModal_treeChildren__rIAM6{border-left:1px solid #e5e7eb;margin:2px 0 4px 6px;padding-left:16px}.FolderSubfoldersEditModal_emptyTree__pMKJk{color:#d1d5db;font-size:13px;padding:20px 8px;text-align:center}.PaletteModal_modalBody__2pPiM{padding:0!important}.PaletteModal_modalInner__w21ZJ{display:flex;flex:1 1;flex-direction:column;height:100%;min-height:0;overflow:hidden}.PaletteModal_mainRow__twjZc{align-items:stretch;display:flex;flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto}.PaletteModal_libraryPanel__4-sMZ{background-color:#fafafa;border-right:1px solid #f0f0f0;box-sizing:border-box;display:flex;flex-direction:column;min-height:0;overflow:hidden;padding:18.88px}.PaletteModal_libraryImportRoot__B\+OBZ{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.PaletteModal_libraryHeaderRow__SL-NJ{align-items:center;display:flex;flex-shrink:0;gap:11.8px;justify-content:space-between;margin-bottom:18.88px}.PaletteModal_libraryTitle__BJe4a{color:#000;flex:1 1;font-size:16.52px;font-weight:700;margin:0;min-width:0}.PaletteModal_libraryFilterToggles__gvVff{align-items:center;display:flex;flex-shrink:0;gap:4.72px}.PaletteModal_libraryFilterBtn__bvRhb{align-items:center;background:#0000;border:1px solid #0000;cursor:pointer;display:inline-flex;height:28px;justify-content:center;line-height:0;opacity:.45;padding:0;transition:opacity .15s ease,background-color .15s ease,border-color .15s ease;width:28px}.PaletteModal_libraryFilterBtn__bvRhb:hover{opacity:.85}.PaletteModal_libraryFilterBtn__bvRhb img{display:block;height:17.7px;pointer-events:none;width:17.7px}.PaletteModal_libraryFilterBtnActive__j9grN{background-color:#0000000f;border-color:#00000014;opacity:1}.PaletteModal_mainColumn__4sVio{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;min-height:0;min-width:0}.PaletteModal_mainColumnPadCreate__JMANa{padding:0 7.08px}.PaletteModal_mainColumnPadInfo__WSIWN{padding:0 18.88px}.PaletteModal_tabBar__6Y5K7{border-bottom:1px solid #f0f0f0;display:flex;flex-shrink:0;margin-bottom:9.44px}.PaletteModal_headerTabNav__ry3Zk{background:#ededea;border:1px solid #d1d1cb80;border-radius:8px;display:flex;gap:0;padding:4px}.PaletteModal_desktopHeaderShell__cBKfV{align-items:center;display:flex;min-height:36px;position:relative;width:100%}.PaletteModal_desktopHeaderTitle__J6G5T{align-items:center;display:flex;min-width:0;padding-left:18.88px;position:relative;z-index:1}.PaletteModal_desktopHeaderOverlay__bgxEF{align-items:center;display:flex;inset:0;pointer-events:none;position:absolute;width:100%}.PaletteModal_headerColSpacer__jBg3T{flex-shrink:0;overflow:hidden}.PaletteModal_headerColMid__4NyRJ{align-items:center;display:flex;flex:1 1;gap:16px;justify-content:space-between;min-width:0;pointer-events:auto}.PaletteModal_headerColMidPadCreate__gYhon{padding-left:7.08px;padding-right:7.08px}.PaletteModal_headerColMidPadInfo__OJKly{padding-left:18.88px;padding-right:18.88px}.PaletteModal_headerTabBtn__P4r9l{background:#0000;border:none;border-radius:6px;color:#525252;cursor:pointer;font-size:13px;font-weight:600;line-height:1.3;padding:6px 16px;transition:all .15s ease}.PaletteModal_headerTabBtn__P4r9l:hover{color:#141414}.PaletteModal_headerTabBtnActive__qy4Bk{background:#fff;box-shadow:0 1px 3px #0000001a;color:#141414}.PaletteModal_modeToggleWrapper__Mg08i{display:flex;flex-shrink:0;justify-content:flex-start;padding:14.16px 0}.PaletteModal_modeToggle__PPl0P{background:#ededea80;border:1px solid #d1d1cb80;border-radius:16px;display:flex;gap:0;padding:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.PaletteModal_modeToggleBtn__NDIhd{background:#0000;border:none;border-radius:12px;color:#525252;cursor:pointer;font-size:13px;font-weight:600;line-height:1.3;padding:10px 32px;transition:all .15s ease;white-space:nowrap}.PaletteModal_modeToggleBtn__NDIhd:hover{color:#141414}.PaletteModal_modeToggleBtnActive__ueBn7{background:#fff;box-shadow:0 4px 12px #0000001a;color:#141414}.PaletteModal_mobileModeToggleWrapper__9Cw92{border-bottom:1px solid #f0f0f0;display:flex;flex-shrink:0;justify-content:center;padding:8px 12px}.PaletteModal_mobileModeToggleWrapper__9Cw92 .PaletteModal_modeToggle__PPl0P{max-width:400px;width:100%}.PaletteModal_mobileModeToggleWrapper__9Cw92 .PaletteModal_modeToggleBtn__NDIhd{flex:1 1;font-size:13px;padding:8px 16px}.PaletteModal_tabBtn__ttKYz{background:#0000;border:none;border-bottom:1px solid #0000;color:#666;cursor:pointer;font-size:16.52px;font-weight:400;line-height:1.3;padding:9.44px 18.88px;transition:color .15s ease,border-color .15s ease,font-weight .15s ease}.PaletteModal_tabBtn__ttKYz:hover{color:#000}.PaletteModal_tabBtnActive__\+4vWW{border-bottom:2px solid #000;color:#000;font-weight:500}.PaletteModal_subTabBar__GGh6i{border-bottom:1px solid #f0f0f0;display:flex;margin-bottom:18.88px}.PaletteModal_tabContent__r3Jta{flex:1 1;min-height:0;overflow-y:auto}.PaletteModal_mainColumnPadInfo__WSIWN .PaletteModal_tabContent__r3Jta{padding:10px}.PaletteModal_importScrollbar__\+YNzh{scrollbar-color:#0003 #0000;scrollbar-width:thin}.PaletteModal_importScrollbar__\+YNzh::-webkit-scrollbar{width:6px}.PaletteModal_importScrollbar__\+YNzh::-webkit-scrollbar-track{background:#0000}.PaletteModal_importScrollbar__\+YNzh::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}.PaletteModal_importScrollbar__\+YNzh::-webkit-scrollbar-thumb:hover{background-color:#0000004d}.PaletteModal_libraryScroll__2kNa5{overflow-x:hidden;overflow-y:auto}.PaletteModal_colorsRow__z\+2qe{align-items:center;display:flex;flex-wrap:nowrap}@media(max-width:767px){.PaletteModal_colorsRow__z\+2qe{gap:2px;min-width:100%;width:-webkit-max-content;width:max-content}}.PaletteModal_versionsPanel__c3zxg{background-color:#fafafa;border-left:1px solid #f0f0f0;box-sizing:border-box;display:flex;flex-direction:column;height:100%;min-height:0;padding:11.8px}.PaletteModal_versionsHeader__ZrrC5{align-items:center;display:flex;gap:7.08px;margin-bottom:4.72px}.PaletteModal_versionsTitle__U4AYb{color:#000;font-size:14.16px;font-weight:500;margin:0}.PaletteModal_versionsHint__pyrOM{color:#666;font-size:11.8px;margin-bottom:9.44px;margin-top:0}.PaletteModal_versionsHint__pyrOM p{margin:0}.PaletteModal_iconBtn__d4Xrz{align-items:center;background:#0000;border:none;border-radius:2px;cursor:pointer;display:inline-flex;justify-content:center;min-width:auto;opacity:1;padding:2px 4px}.PaletteModal_iconBtn__d4Xrz:disabled{cursor:not-allowed;opacity:.4}.PaletteModal_iconBtn__d4Xrz:not(:disabled):hover{background-color:#eee}.PaletteModal_modalFooter__bvVDT{align-items:center;background-color:#fff;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:9.44px 14.16px 14.16px}.PaletteModal_savePrimary__KofeX{background:#111827!important;border-color:#111827!important;border-radius:4px!important;box-shadow:none!important;color:#fff!important;font-size:14.16px!important;font-weight:500!important;height:auto!important;line-height:1.25!important;min-width:165.2px;padding:11.8px 18.88px!important}.PaletteModal_savePrimary__KofeX:hover{background:#1f2937!important;border-color:#1f2937!important;color:#fff!important}.PaletteModal_saveSecondary__TjW2G{background:#fff!important;border:1px solid #d9d9d9!important;border-radius:6px!important;box-shadow:none!important;color:#374151!important;font-size:14.16px!important;font-weight:500!important;height:auto!important;min-width:212.4px;padding:11.8px 17.7px!important}.PaletteModal_saveSecondary__TjW2G:hover{background:#f9fafb!important;border-color:#d1d5db!important;color:#374151!important}.PaletteModal_cancelBtn__NtgaD{background:#fff!important;border:1px solid #d9d9d9!important;border-radius:6px!important;box-shadow:none!important;color:#374151!important;font-size:14.16px!important;font-weight:500!important;height:auto!important;padding:11.8px 18.88px!important}.PaletteModal_cancelBtn__NtgaD:hover{background:#f9fafb!important;border-color:#d1d5db!important;color:#374151!important}.hue-vertical div{width:100%;z-index:1000}.PaletteModal_mobileLayout__iZWpg{display:flex;flex:1 1;flex-direction:column;height:100%;min-height:0;overflow:hidden}.PaletteModal_mobileHeader__gasTp{align-items:center;display:flex;flex-shrink:0;flex-wrap:wrap;gap:4px;justify-content:flex-end;padding:8px 12px}.PaletteModal_mobileHeaderBtn__ymz9E{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;display:inline-flex;height:36px;justify-content:center;padding:0;transition:background-color .15s;width:36px}.PaletteModal_mobileHeaderBtn__ymz9E:active,.PaletteModal_mobileHeaderBtn__ymz9E:hover{background-color:#f3f4f6}.PaletteModal_mobileStripWrap__E70f0{-webkit-overflow-scrolling:touch;border-bottom:1px solid #f0f0f0;flex-shrink:0;overflow-x:auto;padding:0 8px 8px}.PaletteModal_mobileTabContent__fDuk-{-webkit-overflow-scrolling:touch;flex:1 1;min-height:0;overflow-y:auto;padding:8px 12px}.PaletteModal_mobileTabBar__\+PJDF{background:#fff;border-top:1px solid #f0f0f0;display:flex;flex-shrink:0}.PaletteModal_mobileTabBtn__4yRYb{background:#0000;border:none;border-bottom:2px solid #0000;color:#666;cursor:pointer;flex:1 1;font-size:13px;font-weight:500;padding:10px 0;text-align:center;transition:color .15s,border-color .15s}.PaletteModal_mobileTabBtnActive__jT-t1{border-bottom-color:#000;color:#000}.PaletteModal_mobileFooter__RHvtZ{background:#fff;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;flex-shrink:0;gap:8px;padding:10px 12px}.PaletteModal_mobileFooterActions__mdxnz{display:flex;gap:8px}.PaletteModal_mobileFooterActions__mdxnz .PaletteModal_cancelBtn__NtgaD{flex:1 1;min-width:0!important}.PaletteModal_mobileFooterActions__mdxnz .PaletteModal_savePrimary__KofeX{flex:2 1;min-width:0!important}.PaletteModal_mobileFooterSecondary__c9RJ5{width:100%}.PaletteModal_mobileFooterSecondary__c9RJ5 .PaletteModal_saveSecondary__TjW2G{min-width:0!important;width:100%}@media(max-width:767px){.ant-modal{margin:0!important;max-width:100vw!important;padding:0!important;top:0!important}.ant-modal .ant-modal-content{border-radius:0!important;height:100dvh!important;max-height:none!important}}.styles_colorBoxWrapper__hNN32{align-items:flex-end;display:flex;flex-direction:column;gap:4px;max-width:200px;min-width:200px;width:200px}@media(max-width:768px){.styles_colorBoxWrapper__hNN32{flex-shrink:0;max-width:150px;min-width:150px;touch-action:manipulation;width:150px}}.styles_checkbox__PaEAG{height:20px!important;left:6px;position:absolute;top:6px;width:20px!important;z-index:3}@media(max-width:768px){.styles_checkbox__PaEAG{height:16px!important;left:4px;top:4px;width:16px!important}}.styles_checkbox__PaEAG>*,.styles_checkbox__PaEAG>*>*{height:20px!important;width:20px!important}.styles_checkbox__PaEAG>*>:after{inset-inline-start:30%!important}@media(max-width:768px){.styles_checkbox__PaEAG>*,.styles_checkbox__PaEAG>*>*{height:16px!important;width:16px!important}.styles_checkbox__PaEAG>*>:after{inset-inline-start:25%!important}}.styles_colorBoxWrapperExpandable__U8r6a{align-items:flex-end;display:flex;flex-direction:column;gap:4px;max-width:300px;min-width:200px;width:100%}@media(max-width:768px){.styles_colorBoxWrapperExpandable__U8r6a{flex-shrink:0;max-width:200px;min-width:150px;touch-action:manipulation}}.styles_addcolorBoxWrapperExpandable__\+ucrR{align-items:flex-end;display:flex;flex-direction:column;gap:4px;max-width:300px;min-width:200px;width:100%}@media(max-width:768px){.styles_addcolorBoxWrapperExpandable__\+ucrR{flex-shrink:0;max-width:200px;min-width:150px;touch-action:manipulation}}.styles_colorBox__chbYa{border:2px solid #000;box-sizing:border-box;height:200px;min-width:200px;overflow:hidden;position:relative;transition:border-width .3s ease-in-out}@media(max-width:768px){.styles_colorBox__chbYa{border-width:1px;height:150px;min-width:150px;touch-action:manipulation}}.styles_colorBoxExpandable__v1a5B{aspect-ratio:1/1;border:2px solid #000;box-sizing:border-box;cursor:grab;max-width:300px;min-width:200px;overflow:hidden;position:relative;transition:border-width .3s ease-in-out;width:100%}.styles_colorBoxExpandable__v1a5B:active{cursor:grabbing}@media(max-width:768px){.styles_colorBoxExpandable__v1a5B{border-width:1px;max-width:200px;min-width:150px;touch-action:manipulation}}.styles_addColorBoxExpandable__uHv51{aspect-ratio:1/1;border:2px solid #000;box-sizing:border-box;cursor:grab;max-width:300px;min-width:200px;overflow:hidden;position:relative;transition:border-width .3s ease-in-out;width:100%}.styles_addColorBoxExpandable__uHv51:active{cursor:grabbing}@media(max-width:768px){.styles_addColorBoxExpandable__uHv51{border-width:1px;max-width:200px;min-width:150px;touch-action:manipulation}}.styles_colorBoxOverlay__NGoxL{bottom:0;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;transform:translateY(100%);transition:transform .16s ease-out,opacity .16s ease-out;width:155px;will-change:transform,opacity;z-index:1}@media(max-width:768px){.styles_colorBoxOverlay__NGoxL{width:120px}}.styles_colorBoxExpandable__v1a5B:hover>.styles_colorBoxOverlay__NGoxL,.styles_colorBox__chbYa:hover>.styles_colorBoxOverlay__NGoxL{opacity:1;pointer-events:auto;transform:translateY(0)}.styles_rankBox__e3ipf{align-items:center;background:#fff9;display:flex;height:35px;justify-content:center;width:35px}@media(max-width:768px){.styles_rankBox__e3ipf{height:28px;min-height:44px;min-width:44px;width:28px}}.styles_rankSliderContainer__kMk2-{align-items:center;background:#fff9;bottom:16px;display:flex;height:110px;justify-content:center;opacity:0;padding:16px 0;pointer-events:none;position:absolute;right:0;transform:translateX(calc(100% + 10px));transition:transform .16s ease-out,opacity .16s ease-out;width:35px;will-change:transform,opacity}@media(max-width:768px){.styles_rankSliderContainer__kMk2-{bottom:12px;height:90px;padding:12px 0;width:28px}}.styles_rankInfoContainer__e8ksy{height:100%;min-width:35px;position:absolute;right:8px;top:8px}@media(max-width:768px){.styles_rankInfoContainer__e8ksy{right:4px;top:4px}}.styles_rankBox__e3ipf:hover+.styles_rankSliderContainer__kMk2-,.styles_rankInfoContainer__e8ksy:hover>.styles_rankSliderContainer__kMk2-{opacity:1;pointer-events:auto;transform:translateX(0)}@media(hover:none),(pointer:coarse){.styles_colorBoxOverlay__NGoxL{opacity:1;pointer-events:auto;transform:translateY(0)}.styles_rankSliderContainer__kMk2-{opacity:1;pointer-events:auto;transform:translateX(0)}}.styles_overlayLeftColumn__cQDcz{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding:5px 6px}@media(max-width:768px){.styles_overlayLeftColumn__cQDcz{padding:4px}}.styles_overlayRightColumn__AC2sF{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding:5px 6px}@media(max-width:768px){.styles_overlayRightColumn__AC2sF{padding:4px}}.styles_overlayIcon__\+6nik{height:25px;width:25px}@media(max-width:768px){.styles_overlayIcon__\+6nik{height:20px;width:20px}}.styles_overlayText__6TNi6{font-size:16px;font-weight:700}@media(max-width:768px){.styles_overlayText__6TNi6{font-size:12px}}.styles_overlayButton__zRre\+{background-color:#0000!important;border:none;height:25px;margin-bottom:15px;padding:15px;transition:all .2s ease;width:25px}.styles_overlayButton__zRre\+:hover{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 6px 20px #00000059;transform:translateY(-2px)}@media(max-width:768px){.styles_overlayButton__zRre\+{height:20px;min-height:44px;min-width:44px;width:20px}}.styles_copyButton__CVKXY{background-color:#0000!important;border:none;padding:4px;transition:all .2s ease}.styles_copyButton__CVKXY:hover{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 6px 20px #00000059;transform:translateY(-2px)}@media(max-width:768px){.styles_copyButton__CVKXY{min-height:20px;min-width:20px;padding:2px}}.styles_popoverButton__Aee1t{background-color:#0000;border:none;padding:0}@media(max-width:768px){.styles_popoverButton__Aee1t{min-height:20px;min-width:20px}}.styles_dragging__HEjbC{transform:rotate(5deg);z-index:1000}.styles_exportContainer__7hxOx{display:flex;justify-content:space-between}.styles_exportColor__1A3Vn{align-items:center;border:2px solid #000;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:150px;justify-content:center;overflow:hidden;position:relative;transition:border-width .3s ease-in-out;width:150px}.styles_exportColor__1A3Vn p{cursor:default;margin:0;-webkit-user-select:none;user-select:none}.styles_info__kYZAK{align-items:center;border:1px solid #000;border-radius:50%;cursor:pointer;display:flex;font-weight:600;height:12px;justify-content:center;-webkit-user-select:none;user-select:none;width:12px}.styles_mainContainer__WXU23{display:flex;flex-direction:column;gap:15px;max-height:70vh;overflow-y:auto;width:620px}.styles_accountContainer__avG7e{display:flex;gap:5px}.styles_accountContainer__avG7e>*{width:155px!important}.styles_colorsContainer__CnMvv{display:flex;flex-direction:column;gap:5px}.styles_colorWrapper__3-UDF{display:flex;gap:5px}.styles_colorPreview__GOHJd{flex-shrink:0;height:32px;width:32px}.dual-thumb-slider{text-align:center;width:100%}.dual-thumb-slider__root{align-items:center;display:flex;height:1.25rem;position:relative;touch-action:none;-webkit-user-select:none;user-select:none;width:100%}.dual-thumb-slider__track{background-color:#000;flex-grow:1;height:4px;position:relative}.dual-thumb-slider__track--gradient{background:linear-gradient(90deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red)}.dual-thumb-slider__range{background-color:#000;height:100%;position:absolute}.dual-thumb-slider__range--gradient{background-color:#0000}.dual-thumb-slider__thumb{background-color:#fff;border:2px solid #000;border-radius:0;cursor:pointer;display:block;height:14px;width:14px}.dual-thumb-slider__thumb:hover{background-color:#f3f4f6}.dual-thumb-slider__thumb:focus{box-shadow:0 0 0 2px #9ca3af;outline:none}.dual-thumb-slider__tooltip{background-color:#fff;border-radius:.25rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;font-size:.875rem;padding:.25rem .5rem;z-index:1000}.dual-thumb-slider__label{font-size:11.65px}.styles_paletteBoxWrapper__JOAVp{align-items:flex-end;display:flex;flex-direction:column;gap:4px;max-width:200px;min-width:200px;width:200px}@media(max-width:768px){.styles_paletteBoxWrapper__JOAVp{flex-shrink:0;max-width:150px;min-width:150px;touch-action:manipulation;width:150px}}.styles_paletteBoxWrapperExpandable__JxE7l{align-items:flex-end;display:flex;flex-direction:column;gap:4px;max-width:300px;min-width:200px;width:100%}@media(max-width:768px){.styles_paletteBoxWrapperExpandable__JxE7l{flex-shrink:0;max-width:200px;min-width:150px;touch-action:manipulation}}.styles_paletteBox__\+1lkI{border:2px solid #000;box-sizing:border-box;cursor:grab;height:200px;min-width:200px;overflow:hidden;position:relative;transition:border-width .3s ease-in-out;width:200px}.styles_paletteBox__\+1lkI:active{cursor:grabbing}@media(max-width:768px){.styles_paletteBox__\+1lkI{border-width:1px;height:150px;min-width:150px;touch-action:manipulation;width:150px}}.styles_paletteBoxExpandable__WWPHd{aspect-ratio:1/1;border:2px solid #000;box-sizing:border-box;cursor:grab;max-width:300px;min-width:200px;overflow:hidden;position:relative;transition:border-width .3s ease-in-out;width:100%}.styles_paletteBoxExpandable__WWPHd:active{cursor:grabbing}@media(max-width:768px){.styles_paletteBoxExpandable__WWPHd{border-width:1px;max-width:200px;min-width:150px;touch-action:manipulation}}.styles_dragging__m26r5{transform:rotate(5deg);z-index:1000}.styles_colorsContainer__5FGt-{aspect-ratio:1/1;display:flex;flex:1 1;position:relative;width:100%}.styles_colorSwatch__EOGT9{cursor:pointer;flex:1 1;overflow:hidden;position:relative;transition:flex-grow .08s linear}.styles_colorSwatch__EOGT9:not(:last-child){border-right:1px solid #0000001a}.styles_colorSwatch__EOGT9:hover{flex-grow:4}.styles_colorOverlay__vqe1R{background:#0000001a;bottom:0;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;transform:translateY(100%);transition:transform .16s ease-out,opacity .16s ease-out;width:100%;will-change:transform,opacity;z-index:1}.styles_colorSwatch__EOGT9:hover>.styles_colorOverlay__vqe1R{opacity:1;pointer-events:auto;transform:translateY(0)}.styles_colorBoxOverlay__TxIdA{bottom:0;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;transform:translateY(100%);transition:transform .16s ease-out,opacity .16s ease-out;width:155px;will-change:transform,opacity;z-index:1}@media(max-width:768px){.styles_colorBoxOverlay__TxIdA{width:120px}}.styles_colorSwatchTouchActive__\+yoJU>.styles_colorBoxOverlay__TxIdA,.styles_colorSwatch__EOGT9:hover>.styles_colorBoxOverlay__TxIdA{opacity:1;pointer-events:auto;transform:translateY(0)}.styles_checkbox__8vF29{height:20px!important;left:6px;position:absolute;top:6px;width:20px!important;z-index:3}@media(max-width:768px){.styles_checkbox__8vF29{height:16px!important;left:4px;top:4px;width:16px!important}}.styles_checkbox__8vF29>*,.styles_checkbox__8vF29>*>*{height:20px!important;width:20px!important}.styles_checkbox__8vF29>*>:after{inset-inline-start:30%!important}@media(max-width:768px){.styles_checkbox__8vF29>*,.styles_checkbox__8vF29>*>*{height:16px!important;width:16px!important}.styles_checkbox__8vF29>*>:after{inset-inline-start:25%!important}}.styles_optionsButton__MXJuG{height:5px;left:90px;z-index:10}@media(max-width:768px){.styles_optionsButton__MXJuG{left:60px;min-height:44px;min-width:44px}}.styles_rankBox__GF9pK{align-items:center;background:#fff9;display:flex;height:35px;justify-content:center;width:35px}@media(max-width:768px){.styles_rankBox__GF9pK{height:28px;min-height:44px;min-width:44px;width:28px}}.styles_rankSliderContainer__N8ok1{align-items:center;background:#fff9;bottom:16px;display:flex;height:110px;justify-content:center;opacity:0;padding:16px 0;pointer-events:none;position:absolute;right:0;transform:translateX(calc(100% + 10px));transition:transform .16s ease-out,opacity .16s ease-out;width:35px;will-change:transform,opacity;z-index:20}@media(max-width:768px){.styles_rankSliderContainer__N8ok1{bottom:12px;height:90px;padding:12px 0;width:28px}}.styles_rankInfoContainer__v3npf{height:100%;min-width:35px;position:absolute;right:8px;top:8px}@media(max-width:768px){.styles_rankInfoContainer__v3npf{right:4px;top:4px}}.styles_rankBox__GF9pK:hover+.styles_rankSliderContainer__N8ok1,.styles_rankInfoContainer__v3npf:hover>.styles_rankSliderContainer__N8ok1{opacity:1;pointer-events:auto;transform:translateX(0)}@media(hover:none),(pointer:coarse){.styles_rankSliderContainer__N8ok1{opacity:1;pointer-events:auto;transform:translateX(0)}}.styles_overlayLeftColumn__bd7uf{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding:5px 6px}@media(max-width:768px){.styles_overlayLeftColumn__bd7uf{padding:4px}}.styles_overlayRightColumn__KGly2{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding:5px 6px}@media(max-width:768px){.styles_overlayRightColumn__KGly2{padding:4px}}.styles_overlayIcon__e5kZx{height:25px;width:25px}@media(max-width:768px){.styles_overlayIcon__e5kZx{height:20px;width:20px}}.styles_overlayText__jgg3g{font-size:16px;font-weight:700}@media(max-width:768px){.styles_overlayText__jgg3g{font-size:12px}}.styles_overlayButton__GIvHa{background-color:#0000!important;border:none;height:25px;margin-bottom:15px;padding:15px;transition:all .2s ease;width:25px}.styles_overlayButton__GIvHa:hover{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 6px 20px #00000059;transform:translateY(-2px)}@media(max-width:768px){.styles_overlayButton__GIvHa{height:20px;min-height:44px;min-width:44px;width:20px}}.styles_copyButton__iLvvL{background-color:#0000!important;border:none;padding:4px;transition:all .2s ease}.styles_copyButton__iLvvL:hover{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 6px 20px #00000059;transform:translateY(-2px)}@media(max-width:768px){.styles_copyButton__iLvvL{min-height:20px;min-width:20px;padding:2px}}.styles_popoverButton__m2Hp9{background-color:#0000;border:none;padding:0}@media(max-width:768px){.styles_popoverButton__m2Hp9{min-height:20px;min-width:20px}}.styles_dragPreview__DLGc7{opacity:.7;pointer-events:none;position:fixed;transform:scale(.5);z-index:9999}.styles_colorRow__6roZm{width:100%}@media(max-width:768px){.styles_colorRow__6roZm{-webkit-overflow-scrolling:touch;margin-bottom:16px}}.styles_dropTarget__uVXfx{background-color:#1890ff0d}.styles_dropTargetOutline__nCovq{border-radius:8px;outline:2px dashed #1890ff;outline-offset:2px}.styles_header__kzRqL{border-bottom:1px solid #0003;overflow:hidden;width:100%}@media(max-width:768px){.styles_header__kzRqL{background:#fff;padding:8px 0;position:-webkit-sticky;position:sticky;top:0;z-index:10}}.styles_pretitle__l24sQ{color:gray;font-size:16px;font-weight:700}@media(max-width:768px){.styles_pretitle__l24sQ{font-size:14px}}.styles_title__MuOsA{font-size:16px;font-weight:700}@media(max-width:768px){.styles_title__MuOsA{font-size:14px}}.styles_expandButton__CutIa{border:none}@media(max-width:768px){.styles_expandButton__CutIa{min-height:44px;min-width:44px;padding:4px}}.styles_expandIcon__3e8HD{transition:transform .3s ease-in-out}@media(max-width:768px){.styles_expandIcon__3e8HD{font-size:12px}}.styles_expandIconCollapsed__bhINg{transform:rotate(-90deg)}.styles_expandIconExpanded__cxO-W{transform:rotate(0deg)}.styles_content__1OHGa{overflow-x:scroll;padding:8px 4px 16px;width:100%}@media(max-width:768px){.styles_content__1OHGa{-webkit-overflow-scrolling:touch;display:flex;gap:8px;overflow-x:auto;padding:8px 0 12px;scrollbar-width:thin}.styles_content__1OHGa::-webkit-scrollbar{height:6px}.styles_content__1OHGa::-webkit-scrollbar-track{background:#0000}.styles_content__1OHGa::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:999px}.styles_content__1OHGa::-webkit-scrollbar-thumb:hover{background-color:#00000059}}.styles_contentAll__wfZZO{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));padding:8px 4px 16px}@media(max-width:768px){.styles_contentAll__wfZZO{gap:8px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));padding:8px 0 12px}}.MultiSelectDropdown_root__XbTnH{flex-grow:1;font-size:12px;position:relative}.MultiSelectDropdown_menu__BFY3i{background:#fff;border:1px solid #e5e7eb;border-radius:4px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;flex-direction:column;z-index:100}.MultiSelectDropdown_menuDefault__aC9F9{max-height:12rem;overflow-y:auto}.MultiSelectDropdown_menuWithFooter__aJ6v-{max-height:280px}.MultiSelectDropdown_menuScroll__lroas{overflow-y:auto;overscroll-behavior:contain}.MultiSelectDropdown_menuScrollWithFooter__NsuJw{max-height:140px}.MultiSelectDropdown_menuAbsolute__-F9bU{margin-top:4px;position:absolute;text-align:left;top:100%;width:100%}.MultiSelectDropdown_menuAbsoluteUp__uNgaU{bottom:100%;margin-bottom:4px;top:auto}.MultiSelectDropdown_menuFixed__RIcMF{position:fixed}.MultiSelectDropdown_row__vd4Tw{align-items:center;color:#374151;cursor:pointer;display:flex;gap:8px;overflow:hidden;padding:8px 12px;text-overflow:ellipsis;transition:background-color .15s}.MultiSelectDropdown_row__vd4Tw:hover{background:#f9fafb}.MultiSelectDropdown_rowCheckboxEnd__eHZ8o{justify-content:space-between}.MultiSelectDropdown_checkLead__yxqAp{align-items:center;display:flex;flex-shrink:0;height:16px;justify-content:center;width:16px}.MultiSelectDropdown_checkEmerald__4EP-l{color:#059669}.MultiSelectDropdown_itemLabel__5QRUn{min-width:0}.MultiSelectDropdown_itemLabelGrow__lgpLz{flex:1 1;min-width:0}.MultiSelectDropdown_emptyMsg__vYw5d{color:#9ca3af;font-size:11px;padding:8px 12px;text-align:center}.MultiSelectDropdown_footerBorder__8uCuB{border-top:1px solid #e5e7eb;flex-shrink:0}.MultiSelectDropdown_triggerOpen__IX-Af{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:4px;display:flex}.MultiSelectDropdown_searchRow__WY0qG{align-items:center;display:flex;flex-grow:1;gap:8px;padding:8px 12px}.MultiSelectDropdown_searchInput__skSlT{background:#0000;border:none;font-size:12px;outline:none;width:100%}.MultiSelectDropdown_displayRow__5FJz5{align-items:center;display:flex;flex-grow:1;gap:8px;overflow:hidden;padding:8px 12px;text-overflow:ellipsis;white-space:nowrap;width:100%}.MultiSelectDropdown_textGray800__sWoT5{color:#1f2937}.MultiSelectDropdown_textGray400__zUi98{color:#9ca3af}.MultiSelectDropdown_truncate__\+t7Pp{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MultiSelectDropdown_chevronBtn__q91bi{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;padding:8px}.MultiSelectDropdown_iconGray__mQygx{color:#9ca3af}.MultiSelectDropdown_chevronFlip__m5fjg{transform:rotate(180deg);transition:transform .2s}.MultiSelectDropdown_triggerClosed__XrwEy{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:4px;cursor:pointer;display:flex;justify-content:space-between;overflow:hidden;padding:8px 12px;text-overflow:ellipsis;transition:border-color .15s;width:100%}.MultiSelectDropdown_triggerClosed__XrwEy:hover{border-color:#d1d5db}.MultiSelectDropdown_checkboxWrap__BhksC{flex-shrink:0;height:16px;position:relative;width:16px}.MultiSelectDropdown_checkboxWrap__BhksC svg[style]{position:absolute}.FolderSelectionModal_overlay__0adWg{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:50}.FolderSelectionModal_card__kIqJ0{background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;flex-direction:column;max-height:85vh;max-width:700px;overflow:hidden;text-align:left;width:95vw}.FolderSelectionModal_header__GBNBN{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;justify-content:space-between;padding:12px 16px}.FolderSelectionModal_title__FMRER{color:#1f2937;font-size:14px;font-weight:500;margin:0}.FolderSelectionModal_closeBtn__Q6aSN{align-items:center;background:#0000;border:none;border-radius:4px;color:#4b5563;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:background-color .15s}.FolderSelectionModal_closeBtn__Q6aSN:hover{background:#f3f4f6}.FolderSelectionModal_columns__-pl3y{display:flex;flex:1 1;min-height:0}.FolderSelectionModal_leftColumn__d3JUj{background:#f9fafb;border-right:1px solid #e5e7eb;display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden}.FolderSelectionModal_leftHeader__DkgrP{border-bottom:1px solid #e5e7eb;flex-shrink:0;padding:8px 12px}.FolderSelectionModal_leftHeaderText__DYUOR{color:#1f2937;font-size:13px;font-weight:500}.FolderSelectionModal_scrollArea__-XKIq{flex:1 1;min-height:0;overflow-y:auto;padding:12px}.FolderSelectionModal_folderBlock__0agZA{background:#fff;border:1px solid #e5e7eb;border-radius:4px;margin-bottom:12px;overflow:hidden}.FolderSelectionModal_folderBlock__0agZA:last-child{margin-bottom:0}.FolderSelectionModal_folderList__sK\+GV{display:flex;flex-direction:column;gap:8px}.FolderSelectionModal_folderHeader__Pk4sa{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;gap:8px;padding:8px}.FolderSelectionModal_chevronBtn__xhK1u{align-items:center;background:#0000;border:none;border-radius:4px;color:#4b5563;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:background-color .15s}.FolderSelectionModal_chevronBtn__xhK1u:hover{background:#e5e7eb}.FolderSelectionModal_folderHeaderMain__CUkct{flex:1 1;min-width:0}.FolderSelectionModal_folderTitle__EWzvE{color:#1f2937;font-size:12px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.FolderSelectionModal_folderMeta__habmg{color:#6b7280;font-size:10px}.FolderSelectionModal_swatchGrid__GYJug{display:flex;flex-wrap:wrap;gap:6px;padding:8px}.FolderSelectionModal_swatch__ON1fI{align-items:center;border:2px solid #d1d5db;border-radius:4px;cursor:pointer;display:flex;height:32px;justify-content:center;position:relative;transition:border-color .15s;width:32px}.FolderSelectionModal_swatch__ON1fI:hover{border-color:#9ca3af}.FolderSelectionModal_swatchCheck__bKGVq{flex-shrink:0}.FolderSelectionModal_emptyFolder__gUdQa{color:#9ca3af;font-size:11px;padding:16px 8px;text-align:center}.FolderSelectionModal_rightColumn__kZ5h2{display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden}.FolderSelectionModal_destSection__1KMHF{border-bottom:1px solid #e5e7eb;flex-shrink:0;padding:12px}.FolderSelectionModal_destLabel__7Lgr7{color:#374151;display:block;font-size:12px;margin-bottom:8px;text-align:left}.FolderSelectionModal_loadingHint__gpwQR{color:#6b7280;font-size:14px;padding:8px 0;text-align:center}.FolderSelectionModal_emptyFoldersHint__1JxgY{color:#9ca3af;font-size:14px;padding:8px 0;text-align:center}.FolderSelectionModal_previewLabel__0QgD7{border-bottom:1px solid #f3f4f6;color:#1f2937;flex-shrink:0;font-size:13px;font-weight:500;padding:8px 12px}.FolderSelectionModal_previewSwatches__\+Js3z{align-content:flex-start;display:flex;flex:1 1;flex-wrap:wrap;gap:8px;min-height:0;overflow-y:auto;padding:12px}.FolderSelectionModal_previewSwatch__dPhOf{border:1px solid #e5e7eb;border-radius:4px;flex-shrink:0;height:32px;width:32px}.FolderSelectionModal_emptyHint__NZFjs{color:#9ca3af;font-size:11px;padding:16px 8px;text-align:center;width:100%}.FolderSelectionModal_paletteTags__EOevz{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:4px;width:100%}.FolderSelectionModal_paletteTag__J2B8W{background:#fff;border:1px solid #e5e7eb;border-radius:4px;color:#374151;font-size:11px;padding:2px 8px}.FolderSelectionModal_footer__-IpTc{border-top:1px solid #e5e7eb;display:flex;flex-shrink:0;gap:8px;padding:12px 16px}.FolderSelectionModal_btn__ogNbq{border-radius:4px;cursor:pointer;flex:1 1;font-size:12px;padding:8px 12px;transition:background-color .15s,color .15s,border-color .15s}.FolderSelectionModal_btnCancel__bf8EN{background:#fff;border:1px solid #e5e7eb;color:#374151}.FolderSelectionModal_btnCancel__bf8EN:hover{background:#f9fafb}.FolderSelectionModal_btnPrimary__IBFjB{background:#111827;border:none;color:#fff}.FolderSelectionModal_btnPrimary__IBFjB:hover:not(:disabled){background:#1f2937}.FolderSelectionModal_btnPrimary__IBFjB:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.FolderSelectionModal_tooltipContent__2ANmn{background:#fff;border-radius:6px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;font-size:14px;padding:8px;z-index:100}.FolderSelectionModal_tooltipTitle__SjnKa{font-weight:500;margin-bottom:4px}.FolderSelectionModal_tooltipRow__jynDn{font-size:14px}.FolderSelectionModal_tooltipArrow__7Ca8\+{fill:#fff}.BulkEditColorList_root__rX1GB{display:flex;flex-direction:column;gap:8px}.BulkEditColorList_toolbar__ZCOYE{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding-bottom:8px}.BulkEditColorList_selectAllBtn__xdlM4{align-items:center;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:11px;gap:8px;padding:4px 8px;transition:background-color .15s,color .15s}.BulkEditColorList_selectAllOn__I4t5I{background:#111827;color:#fff}.BulkEditColorList_selectAllOff__zxmua{background:#f3f4f6;color:#4b5563}.BulkEditColorList_selectAllOff__zxmua:hover{background:#e5e7eb}.BulkEditColorList_clearBtn__jTigG{align-items:center;background:#0000;border:none;border-radius:4px;color:#dc2626;cursor:pointer;display:flex;font-size:11px;gap:4px;padding:4px 8px;transition:background-color .15s}.BulkEditColorList_clearBtn__jTigG:hover{background:#fef2f2}.BulkEditColorList_list__pJtOg{display:flex;flex-direction:column;gap:6px;max-height:400px;overflow-y:auto}.BulkEditColorList_row__XN8AW{align-items:center;border:1px solid #f3f4f6;border-radius:8px;display:flex;gap:8px;padding:8px;transition:border-color .15s,background .15s}.BulkEditColorList_row__XN8AW:hover{border-color:#e5e7eb}.BulkEditColorList_rowActive__uqyPk{background:#f9fafb;border-color:#d1d5db}.BulkEditColorList_checkbox__jqi8R{align-items:center;background:#fff;border:2px solid #d1d5db;border-radius:4px;cursor:pointer;display:flex;flex-shrink:0;height:20px;justify-content:center;padding:0;transition:background .15s,border-color .15s;width:20px}.BulkEditColorList_checkbox__jqi8R:hover{border-color:#9ca3af}.BulkEditColorList_checkboxOn__Gusyp{background:#111827;border-color:#111827}.BulkEditColorList_swatch__96w1X{border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 1px 2px #0000000d;cursor:pointer;flex-shrink:0;height:36px;width:36px}.BulkEditColorList_fieldCol__xGWbu{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0}.BulkEditColorList_nameInput__kJeC1{background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:12px;outline:none;padding:6px 10px;transition:border-color .15s;width:100%}.BulkEditColorList_nameInput__kJeC1:focus{border-color:#9ca3af}.BulkEditColorList_tagsRow__wbfBO{display:flex;flex-wrap:wrap;gap:4px}.BulkEditColorList_tagPill__bzh-t{background:#eff6ff;border-radius:4px;color:#1d4ed8;font-size:11px;padding:2px 8px}.BulkEditColorList_removeRowBtn__WiFhl{align-items:center;background:#0000;border:none;border-radius:4px;color:#9ca3af;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:6px;transition:color .15s,background .15s}.BulkEditColorList_removeRowBtn__WiFhl:hover{background:#fef2f2;color:#ef4444}.BulkEditColorList_tooltipContent__Iu5Ye{background:#fff;border:1px solid #f3f4f6;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;font-size:11px;max-width:280px;padding:12px;z-index:100}.BulkEditColorList_tooltipTitle__6nMTG{color:#111827;font-weight:500;margin-bottom:4px}.BulkEditColorList_tooltipRow__UL9Wj{color:#4b5563;margin-bottom:2px}.BulkEditColorList_tooltipMono__EGvRc{font-family:ui-monospace,monospace}.BulkEditColorList_tooltipArrow__js5qc{fill:#fff}.BulkEditLeftPanel_root__NqeKV{background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;flex-shrink:0;height:100%;overflow:hidden;width:400px}.BulkEditLeftPanel_scroll__deNB8{flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:12px}.BulkEditLeftPanel_folderPicker__Lm1b5{margin-bottom:12px}.BulkEditLeftPanel_toolbar__y\+H4c{align-items:center;display:flex;gap:8px;margin-bottom:8px;padding:8px}.BulkEditLeftPanel_toolbarCheckbox__z4tis{align-items:center;background:#fff;border:2px solid #d1d5db;border-radius:4px;cursor:pointer;display:flex;flex-shrink:0;height:20px;justify-content:center;padding:0;transition:background .15s,border-color .15s;width:20px}.BulkEditLeftPanel_toolbarCheckbox__z4tis:hover{border-color:#9ca3af}.BulkEditLeftPanel_toolbarCheckboxOn__F0Wam{background:#111827;border-color:#111827}.BulkEditLeftPanel_toolbarGrow__MFl-H{flex:1 1;min-width:0}.BulkEditLeftPanel_chevronBtn__\+jsUT{align-items:center;background:#0000;border:none;border-radius:4px;color:#4b5563;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:4px}.BulkEditLeftPanel_chevronBtn__\+jsUT:hover{background:#e5e7eb}.BulkEditLeftPanel_folderBlock__54emW{background:#fff;border:1px solid #e5e7eb;border-radius:4px;margin-bottom:12px;overflow:hidden}.BulkEditLeftPanel_folderList__puJIg{display:flex;flex-direction:column;gap:8px}.BulkEditLeftPanel_folderHeader__CaPVb{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;gap:8px;padding:8px}.BulkEditLeftPanel_folderHeaderMain__0YY0K{flex:1 1;min-width:0}.BulkEditLeftPanel_folderTitle__rtGeM{color:#1f2937;font-size:12px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.BulkEditLeftPanel_folderMeta__2Udi2{color:#6b7280;font-size:10px}.BulkEditLeftPanel_swatchGrid__UWAeM{display:flex;flex-wrap:wrap;gap:6px;padding:8px}.BulkEditLeftPanel_swatch__Awixs{align-items:center;border:2px solid #d1d5db;border-radius:4px;cursor:pointer;display:flex;height:32px;justify-content:center;position:relative;transition:border-color .15s;width:32px}.BulkEditLeftPanel_swatch__Awixs:hover{border-color:#9ca3af}.BulkEditLeftPanel_emptyFolder__vBgDJ{color:#9ca3af;font-size:11px;padding:16px 8px;text-align:center}.BulkEditLeftPanel_emptyState__3bDZd{color:#9ca3af;font-size:14px;padding:32px 8px;text-align:center}.BulkEditLeftPanel_emptySub__-3JGb{color:#d1d5db;font-size:11px;margin-top:8px}.BulkEditLeftPanel_loadingBox__l4NXT{color:#6b7280;font-size:14px;padding:16px;text-align:center}.BulkEditLeftPanel_errorBox__IndNc{color:#ef4444;font-size:14px;padding:16px;text-align:center}.BulkEditLeftPanel_footer__s385g{background:#fff;border-top:1px solid #e5e7eb;display:flex;flex-shrink:0;gap:8px;padding:12px}.BulkEditLeftPanel_toolbarCheckIcon__D52qR{color:#fff}.BulkEditLeftPanel_footerBtn__UDXhg{border:1px solid #e5e7eb;border-radius:4px;cursor:pointer;flex:1 1;font-size:12px;padding:8px 12px;transition:background .15s,color .15s}.BulkEditLeftPanel_footerBtnActive__gOxk\+{background:#fff;color:#374151}.BulkEditLeftPanel_footerBtnActive__gOxk\+:hover:not(:disabled){background:#f9fafb}.BulkEditLeftPanel_footerBtnDisabled__-HOB9{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.BulkEditLeftPanel_createRow__S8JDP{border-top:1px solid #f3f4f6;display:flex;gap:8px;padding:8px}.BulkEditLeftPanel_createInput__let0J{border:1px solid #e5e7eb;border-radius:4px;flex:1 1;font-size:12px;outline:none;padding:6px 8px}.BulkEditLeftPanel_createInput__let0J:focus{border-color:#9ca3af}.BulkEditLeftPanel_createSave__Hmk2S{background:#111827;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px}.BulkEditLeftPanel_createSave__Hmk2S:disabled{cursor:not-allowed;opacity:.5}.BulkEditLeftPanel_createTrigger__6B3Uh{align-items:center;background:#0000;border:none;border-top:1px solid #f3f4f6;color:#4b5563;cursor:pointer;display:flex;font-size:12px;gap:6px;justify-content:center;padding:8px 12px;transition:background .15s;width:100%}.BulkEditLeftPanel_createTrigger__6B3Uh:hover{background:#f9fafb}.BulkEditLeftPanel_tooltipContent__7q8nu{background:#fff;border-radius:6px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;font-size:14px;padding:8px;z-index:100}.BulkEditLeftPanel_tooltipArrow__C7Vmy{fill:#fff}.BulkEditModal_overlay__xdmb-{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:50}.BulkEditModal_card__SNQEE{background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;flex-direction:column;max-height:90vh;max-width:800px;overflow:hidden;width:95vw}.BulkEditModal_header__GdAwP{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;justify-content:space-between;padding:12px 16px}.BulkEditModal_title__Xfg1u{color:#1f2937;font-size:14px;font-weight:500;margin:0}.BulkEditModal_closeBtn__I2BoR{align-items:center;background:#0000;border:none;border-radius:4px;color:#4b5563;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:background-color .15s}.BulkEditModal_closeBtn__I2BoR:hover{background:#f3f4f6}.BulkEditModal_body__uBeSS{display:flex;flex-direction:column;height:500px;min-height:0}.BulkEditModal_splitBody__EHHLw{display:flex;flex:1 1;min-height:0;overflow:hidden}.BulkEditModal_rightColumn__14NQ\+{display:flex;flex:1 1;flex-direction:column;min-height:0;min-width:0}.BulkEditModal_emptyRight__3HYHA{align-items:center;color:#9ca3af;display:flex;flex:1 1;font-size:14px;justify-content:center;padding:32px 16px;text-align:center}.BulkEditModal_emptyHint__-17Ar{margin-bottom:8px}.BulkEditModal_scroll__k1dcr{flex:1 1;min-height:0;overflow-y:auto;padding:12px}.BulkEditModal_metaRow__FQKSq{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:8px}.BulkEditModal_metaLabel__pYTdH{color:#374151;font-size:12px;font-weight:500}.BulkEditModal_modeGroup__sVT9G{align-items:center;display:flex;flex-shrink:0;gap:12px}.BulkEditModal_modeLabel__lCtR7{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:12px;gap:6px}.BulkEditModal_modeRadio__c9qEn{accent-color:#000;height:14px;width:14px}.BulkEditModal_nameField__yvAGi{margin-bottom:12px}.BulkEditModal_nameInput__yqGzT{border:1px solid #e5e7eb;border-radius:4px;font-size:12px;outline:none;padding:8px 12px;width:100%}.BulkEditModal_nameInput__yqGzT:focus{border-color:#9ca3af}.BulkEditModal_tagsShell__sQiPs{border:1px solid #e5e7eb;border-radius:4px;margin-bottom:12px;padding:8px 12px;width:100%}.BulkEditModal_tagsShell__sQiPs:focus-within{border-color:#9ca3af}.BulkEditModal_tagsInner__3IAX4{align-items:center;display:flex;flex-wrap:wrap;gap:4px}.BulkEditModal_tagChip__H\+O9F{align-items:center;background:#eff6ff;border-radius:4px;color:#1d4ed8;display:inline-flex;font-size:11px;gap:2px;padding:2px 8px}.BulkEditModal_tagRemove__Vt7BB{align-items:center;background:#0000;border:none;color:#60a5fa;cursor:pointer;display:flex;justify-content:center;margin-left:2px;padding:0}.BulkEditModal_tagRemove__Vt7BB:hover{color:#2563eb}.BulkEditModal_tagsInput__OAOpj{background:#0000;border:none;flex:1 1;font-size:12px;min-width:80px;outline:none}.BulkEditModal_updateBtn__MN810{border:none;border-radius:4px;cursor:pointer;font-size:12px;margin-bottom:12px;padding:8px 12px;transition:background-color .15s,color .15s;width:100%}.BulkEditModal_updateBtnOn__Kecna{background:#111827;color:#fff}.BulkEditModal_updateBtnOn__Kecna:hover{background:#1f2937}.BulkEditModal_updateBtnOff__G6ng-{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.BulkEditModal_infoBox__eRIVU{background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;color:#1e40af;font-size:11px;margin-bottom:12px;padding:8px 12px}.BulkEditModal_footer__ijHnI{background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;padding:12px}.BulkEditModal_saveBtn__D1wA3{border:none;border-radius:4px;cursor:pointer;font-size:12px;padding:8px 12px;transition:background-color .15s,color .15s;width:100%}.BulkEditModal_saveReady__FH7RI{background:#111827;color:#fff}.BulkEditModal_saveReady__FH7RI:hover:not(:disabled){background:#1f2937}.BulkEditModal_saveDisabled__aB05R{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.BulkEditModal_saveLoading__MCE4Z{background:#4b5563;color:#d1d5db;cursor:wait}.MobileSidebarFiltersSheet_overlay__fCc8P{background:#00000080;inset:0;position:fixed;z-index:1001}.MobileSidebarFiltersSheet_sheet__9oTld{animation:MobileSidebarFiltersSheet_sheetSlideUp__8GwyN .38s cubic-bezier(.22,1,.36,1) forwards;background:#fff;border-radius:16px 16px 0 0;bottom:0;box-shadow:0 -8px 32px #0000002e;display:flex;flex-direction:column;left:0;max-height:min(88vh,640px);position:fixed;right:0;z-index:1002}@keyframes MobileSidebarFiltersSheet_sheetSlideUp__8GwyN{0%{transform:translateY(100%)}to{transform:translateY(0)}}.MobileSidebarFiltersSheet_sheetHeader__2SXRv{align-items:center;border-bottom:1px solid #00000014;display:flex;justify-content:space-between;padding:14px 16px 8px}.MobileSidebarFiltersSheet_sheetTitle__ebt5Y{font-size:17px;font-weight:700}.MobileSidebarFiltersSheet_closeBtn__0SYp8{align-items:center;background:#0000;border:none;color:#000000a6;cursor:pointer;display:inline-flex;justify-content:center;margin:-8px;padding:8px}.MobileSidebarFiltersSheet_tabs__vnMs7{flex:1 1;min-height:0;padding:0 12px;text-align:left}.MobileSidebarFiltersSheet_tabs__vnMs7 .ant-tabs-nav{margin-bottom:8px}.MobileSidebarFiltersSheet_tabs__vnMs7 .ant-tabs-content-holder{max-height:42vh;overflow:auto}.MobileSidebarFiltersSheet_listWrap__JCiDj{padding:8px 0 16px}.MobileSidebarFiltersSheet_treeNodeWrap__DSBxg{width:100%}.MobileSidebarFiltersSheet_treeRow__8WQfS{align-items:center;display:flex;gap:8px;min-height:32px;padding:6px 8px}.MobileSidebarFiltersSheet_collapseBtn__jcvwV{align-items:center;background:#0000;border:none;color:#6b7280;cursor:pointer;display:inline-flex;height:20px;justify-content:center;padding:0;width:20px}.MobileSidebarFiltersSheet_collapsePlaceholder__\+qwx0{height:14px;width:14px}.MobileSidebarFiltersSheet_checkRow__UT10x{align-items:flex-start;border-radius:8px;cursor:pointer;display:flex;gap:10px;padding:10px 8px}.MobileSidebarFiltersSheet_checkRow__UT10x:active{background:#0000000a}.MobileSidebarFiltersSheet_checkLabel__P95hR{flex:1 1;font-size:14px;line-height:1.4;word-break:break-word}.MobileSidebarFiltersSheet_empty__UxBpo{color:#00000073;font-size:14px;padding:24px 8px;text-align:center}.MobileSidebarFiltersSheet_footer__4iELQ{border-top:1px solid #00000014;padding:12px 16px calc(20px + env(safe-area-inset-bottom, 0))}.styles_filterControls__5NpAY{border-bottom:1px solid #0003;padding:16px 0;position:relative;width:100%}@media(max-width:768px){.styles_filterControls__5NpAY{flex-wrap:wrap;gap:8px;padding:4px 0 12px}}.styles_mobileToolbar__R3-H9{align-items:center;display:flex;justify-content:space-between;width:100%}.styles_mobileToolbarLeft__MF96A{align-items:center;display:flex;gap:4px;min-width:0}.styles_mobileLibraryFilterButton__E4lYl{align-items:center;display:inline-flex;flex-shrink:0;justify-content:center;padding:4px 8px}.styles_mobileRightActions__ZQBlU{align-items:center;display:flex;gap:8px}.styles_mobileFilterButton__\+mzHQ{align-items:center;border:none;display:inline-flex;justify-content:center}.styles_mobileFilterPanel__YNJjI{animation:styles_mobileFilterSlideIn__HC-eT .38s cubic-bezier(.22,1,.36,1) forwards;background:#fff;border:1px solid #00000026;border-radius:0 0 8px 8px;box-shadow:0 8px 24px #0000001f;left:0;max-height:calc(100vh - 145px);overflow-y:auto;padding:12px 12px 16px;position:fixed;right:0;top:175px;z-index:1000}.styles_mobileFilterOverlay__d599E{background:#0000008c;inset:0;position:fixed;z-index:999}@keyframes styles_mobileFilterSlideIn__HC-eT{0%{opacity:.92;transform:translateY(-20vh)}to{opacity:1;transform:translateY(0)}}.styles_mobileFilterRow__Shc5B{margin-bottom:8px;width:100%}.styles_mobileFilterRow__Shc5B:last-child{margin-bottom:0}.styles_mobileFilterRowLabeled__nruNx{align-items:center;display:flex;gap:10px}.styles_mobileFilterRowCustom__rc0M7 .ant-select-selection-item{text-align:left!important}.styles_mobileSelect__OS0uF{border:1px solid #00000026;border-radius:6px;flex:1 1;min-width:0;padding:0 4px}.styles_mobileFilterFooter__-wDz2{margin-top:12px}.styles_mobileApplyButton__min1C{border-radius:8px;font-weight:600;height:40px;width:100%}.styles_sliderContainer__5EY9Y{margin-top:-8px;width:100%}@media(max-width:768px){.styles_sliderContainer__5EY9Y{margin-top:0;order:3;width:100%}}.styles_buttonGroup__JTT5c{padding:4px 16px}@media(max-width:768px){.styles_buttonGroup__JTT5c{padding:4px 8px}}.styles_actionButton__HLgKz{align-items:center;border:none}@media(max-width:768px){.styles_actionButton__HLgKz{font-size:12px;padding:4px 8px}}.styles_bulkActionButton__WBdy2{align-items:center;border:none;display:inline-flex;gap:6px}@media(max-width:768px){.styles_bulkActionButton__WBdy2{font-size:12px;padding:4px 8px}}.styles_filterSelectCaret__Xupqk{color:#6b7280;display:block;flex-shrink:0;transform:rotate(0deg);transform-origin:center;transition:transform .2s ease-in-out}.ant-select-open .styles_filterSelectCaret__Xupqk{transform:rotate(180deg)}.styles_colorSchemeSelect__aavu- .ant-select-selection-wrap,.styles_groupingSelect__gZllt .ant-select-selection-wrap,.styles_sortingSelect__yzv-L .ant-select-selection-wrap{align-items:center}.styles_groupingSelect__gZllt{min-width:100px}@media(max-width:768px){.styles_groupingSelect__gZllt{font-size:12px;min-width:80px}}.styles_sortingSelect__yzv-L{min-width:100px}@media(max-width:768px){.styles_sortingSelect__yzv-L{font-size:12px;min-width:80px}}.styles_figmaSlot__YfMlN{flex-shrink:0;margin-left:auto}@media(max-width:768px){.styles_figmaSlot__YfMlN{justify-content:flex-end;margin-left:0;width:100%}}.styles_figmaButton__S34hT{align-items:center;color:#000000a6;display:inline-flex;justify-content:center;padding:4px 8px}.styles_figmaButton__S34hT:hover{background:#0000000a;color:#000000e0}.styles_addBtn__k4FLB{align-items:center;background:#fff!important;border-color:#000!important;border-style:dotted!important;box-sizing:border-box;cursor:pointer!important;display:flex;flex-direction:column;font:inherit;gap:6px;justify-content:center;width:100%}.styles_addBtn__k4FLB:hover{background:#f3f4f6!important;border-color:#9ca3af!important}.styles_label__w9a1R{color:#4b5563;font-size:13px;font-weight:600}.styles_icon__wQRO0{align-items:center;color:#6b7280;display:flex;justify-content:center}.styles_userPage__eKflU{grid-gap:16px;display:grid;gap:16px;height:calc(100vh - 81px);max-width:100vw;overflow:hidden;width:100%}@media(max-width:768px){.styles_userPage__eKflU{gap:8px;grid-template-columns:1fr!important;height:calc(100vh - 118px);touch-action:pan-y}}.styles_mobileOverlay__AVwni{background:#00000080;cursor:pointer;height:100vh;left:0;position:fixed;top:0;touch-action:none;width:100vw;z-index:999}.styles_sidebarContainer__NsAjL{align-items:flex-start;display:flex;position:relative}@media(max-width:768px){.styles_sidebarContainer__NsAjL{height:100vh;left:0;position:fixed;top:0;touch-action:pan-y;transform:translateX(-100%);transition:transform .3s ease;z-index:1000}.styles_sidebarContainer__NsAjL.styles_open__fgNq2{transform:translateX(0)}}.styles_sidebarToggle__m4aU5{background:#fff;border:1px solid #e5e5e5;border-left:none;padding:0 12px;position:absolute;transition:left .3s;z-index:10}@media(max-width:768px){.styles_sidebarToggle__m4aU5{align-items:center;background:#fff;border:1px solid #e5e5e5;border-radius:0 4px 4px 0;box-shadow:2px 0 8px #0000001a;display:flex;justify-content:center;left:0;min-height:44px;min-width:44px;position:fixed;top:50%;transform:translateY(-50%);z-index:1001}}.styles_contentContainer__h-rZa{min-width:0;overflow:hidden}@media(max-width:768px){.styles_contentContainer__h-rZa{margin-top:0;padding:8px;touch-action:pan-y}}.styles_mainScroll__ZlDqb{height:calc(100vh - 161px);overflow-y:auto}.styles_select_root__kExOA{background-color:red;border:none}.PricingPlansLayout_root__yMeYV{color:#1c1917;margin:0 auto;max-width:1080px;padding:32px 20px 48px}.PricingPlansLayout_compact__ZLIfT{max-width:100%;padding:12px 4px 8px}.PricingPlansLayout_compact__ZLIfT .PricingPlansLayout_heroTitle__18MTS{font-size:clamp(1.5rem,4vw,2rem)}.PricingPlansLayout_compact__ZLIfT .PricingPlansLayout_grid__26j6S{gap:16px}.PricingPlansLayout_compact__ZLIfT .PricingPlansLayout_cardInner__YcLX7{padding:20px 18px 22px}.PricingPlansLayout_empty__1OUEK{color:#57534e;padding:48px 16px;text-align:center}.PricingPlansLayout_hero__3qHzg{margin-bottom:28px;text-align:center}.PricingPlansLayout_kicker__Mid45{color:#78716c;font-size:11px;font-weight:700;letter-spacing:.16em;margin:0 0 12px;text-transform:uppercase}.PricingPlansLayout_heroTitle__18MTS{color:#1c1917;font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif;font-size:clamp(1.75rem,4.5vw,2.35rem);font-weight:500;line-height:1.2;margin:0 0 14px}.PricingPlansLayout_heroLead__bnftJ{color:#57534e;font-size:15px;line-height:1.6;margin:0 auto;max-width:560px}.PricingPlansLayout_billingRow__ZlUhg{display:flex;justify-content:center;margin-bottom:32px}.PricingPlansLayout_billingToggle__e5IDX{align-items:center;background:#fff;border:1px solid #1c19171a;border-radius:999px;box-shadow:0 2px 10px #1c19170f;display:inline-flex;gap:2px;padding:5px 6px 5px 5px}.PricingPlansLayout_billingOption__kPvwo{align-items:center;background:#0000;border:none;border-radius:999px;color:#78716c;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:8px;justify-content:center;padding:11px 28px;transition:background .2s ease,color .2s ease;white-space:nowrap}.PricingPlansLayout_billingOption__kPvwo:focus-visible{outline:2px solid #0d9488;outline-offset:2px}.PricingPlansLayout_billingOptionAnnual__mndn5{padding:11px 14px 11px 22px}.PricingPlansLayout_billingOptionActive__neHKG{background:#0c0a09;color:#fafaf9}.PricingPlansLayout_billingOptionSubscribed__KpgpT:not(.PricingPlansLayout_billingOptionActive__neHKG){box-shadow:inset 0 0 0 1px #0d948873}.PricingPlansLayout_billingYourPlan__TXSox{background:#0d948826;border-radius:999px;color:#0f766e;flex-shrink:0;font-size:9px;font-weight:700;letter-spacing:.06em;padding:3px 7px;text-transform:uppercase}.PricingPlansLayout_billingOptionActive__neHKG .PricingPlansLayout_billingYourPlan__TXSox{background:#fff3;color:#fafaf9}.PricingPlansLayout_ctaHint__Z383T{color:#57534e;font-size:12px;line-height:1.45;margin:0 0 10px}.PricingPlansLayout_saveBadge__GgKOS{background:#ccfbf1;border-radius:999px;color:#0f766e;flex-shrink:0;font-size:10px;font-weight:700;letter-spacing:.08em;padding:5px 10px;pointer-events:none;text-transform:uppercase;-webkit-user-select:none;user-select:none}.PricingPlansLayout_grid__26j6S{grid-gap:22px;align-items:stretch;display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.PricingPlansLayout_card__Ag8zY{background:#fff;border:1px solid #1c19171f;border-radius:20px;box-shadow:0 10px 28px #1c19170f;display:flex;flex-direction:column;overflow:hidden;position:relative}.PricingPlansLayout_cardPopular__cSmFh{border-color:#1c19171f;box-shadow:0 10px 28px #1c19170f;margin-top:12px;overflow:visible}.PricingPlansLayout_cardCurrent__VkhiJ{border-color:#0d948859;box-shadow:0 10px 28px #1c19170f,0 0 0 1px #0d94881f}.PricingPlansLayout_activeBadge__jipfP{align-items:center;align-self:flex-start;background:#0d94881f;border-radius:999px;color:#0f766e;display:inline-flex;font-size:10px;font-weight:700;letter-spacing:.08em;margin-bottom:10px;padding:5px 10px;text-transform:uppercase}.PricingPlansLayout_activeBadgePro__8hL8d{background:#0d94882e}.PricingPlansLayout_activeBadgeWarning__FIayK{background:#f59e0b26;color:#b45309}.PricingPlansLayout_billingNotice__pAjKv{color:#57534e;font-size:13px;line-height:1.5;margin:0 0 14px}.PricingPlansLayout_popularBadge__SzhDK{background:#0d948833;border-radius:999px;color:#1c1917;font-size:10px;font-weight:700;left:50%;letter-spacing:.1em;padding:5px 12px;position:absolute;text-transform:uppercase;top:-11px;transform:translateX(-50%);white-space:nowrap;z-index:1}.PricingPlansLayout_cardInner__YcLX7{display:flex;flex:1 1;flex-direction:column;min-height:0;padding:28px 24px 24px;text-align:left}.PricingPlansLayout_eyebrow__tPCby{align-items:center;color:#57534e;display:flex;font-size:11px;font-weight:700;gap:8px;letter-spacing:.12em;margin:0 0 10px;text-transform:uppercase}.PricingPlansLayout_toneStarter__8xevf .PricingPlansLayout_eyebrowDot__x61aP{background:#db2777}.PricingPlansLayout_tonePro__1mX2H .PricingPlansLayout_eyebrowDot__x61aP{background:#0d9488}.PricingPlansLayout_eyebrowDot__x61aP{border-radius:50%;flex-shrink:0;height:8px;width:8px}.PricingPlansLayout_planTitle__sTd15{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif;font-size:1.75rem;font-weight:500;line-height:1.15;margin:0 0 10px}.PricingPlansLayout_tagline__HxWZ8{color:#57534e;font-size:14px;line-height:1.55;margin:0 0 18px;min-height:3.1em}.PricingPlansLayout_priceBlock__UjG9n{margin-bottom:18px}.PricingPlansLayout_priceHuge__vnmx6{display:inline;font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif;font-size:2.25rem;font-weight:500;letter-spacing:-.02em}.PricingPlansLayout_priceCadence__CrSLW{color:#57534e;font-size:1.1rem;font-weight:500}.PricingPlansLayout_priceSub__m-bkP{color:#57534e;display:block;font-size:13px;line-height:1.45;margin-top:6px}.PricingPlansLayout_features__2mMsr{flex:1 1;list-style:none;margin:0 0 24px;padding:0;text-align:left}.PricingPlansLayout_featureItem__R2\+FL{color:#57534e;font-size:14px;line-height:1.5;margin-bottom:9px;padding-left:22px;position:relative;text-align:left}.PricingPlansLayout_toneStarter__8xevf .PricingPlansLayout_check__7lWNt{color:#db2777}.PricingPlansLayout_tonePro__1mX2H .PricingPlansLayout_check__7lWNt{color:#0d9488}.PricingPlansLayout_check__7lWNt{background:none;border:none;border-radius:0;font-size:15px;font-weight:700;height:auto;left:0;line-height:1;position:absolute;top:.05em;width:auto}.PricingPlansLayout_check__7lWNt:before{content:"✓"}.PricingPlansLayout_cta__yZ6nh{border:none;border-radius:999px;cursor:pointer;flex-shrink:0;font-size:15px;font-weight:600;margin-top:auto;padding:15px 20px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,opacity .15s ease;width:100%}.PricingPlansLayout_cta__yZ6nh:disabled{cursor:not-allowed;opacity:.55;transform:none}.PricingPlansLayout_ctaSecondary__AYcMr{background:#fff!important;border:1px solid #1c19171f!important;box-shadow:none!important;color:#1c1917!important}.PricingPlansLayout_ctaSecondary__AYcMr:hover:not(:disabled){background:#f5f5f4!important}.PricingPlansLayout_ctaCurrent__SJgz\+{background:#f5f5f4!important;border:1px solid #1c19171f!important;box-shadow:none!important;color:#57534e!important}.PricingPlansLayout_ctaMuted__L-Q7V{background:#fafaf9!important;border:1px dashed #1c19171f!important;color:#57534e!important;cursor:default!important;font-size:13px!important;font-weight:500!important}.PricingPlansLayout_toneStarter__8xevf .PricingPlansLayout_cta__yZ6nh{background:#faf7f2;border:1px solid #1c19171f;box-shadow:none;color:#1c1917}.PricingPlansLayout_toneStarter__8xevf .PricingPlansLayout_cta__yZ6nh:hover:not(:disabled){background:#f5f5f4;transform:none}.PricingPlansLayout_tonePro__1mX2H .PricingPlansLayout_cta__yZ6nh{background:#0c0a09;box-shadow:none;color:#fafaf9}.PricingPlansLayout_tonePro__1mX2H .PricingPlansLayout_cta__yZ6nh:hover:not(:disabled){background:#1c1917;transform:none}.PricingPlansLayout_ctaMuted__L-Q7V{cursor:not-allowed;opacity:.55}.PricingPlansLayout_trust__ouYR5{border-top:none;color:#57534e;display:flex;flex-wrap:wrap;font-size:13px;gap:16px 32px;justify-content:center;margin-top:32px;padding-top:0}.PricingPlansLayout_trustItem__PCe8v{align-items:center;display:flex;gap:6px}.PricingPlansLayout_trustCheck__v7TID{background:none;border:none;border-radius:0;color:#57534e;flex-shrink:0;font-size:13px;font-weight:600;line-height:1}.PricingPlansLayout_trustCheck__v7TID:before{content:"✓"}.PricingPlansLayout_disclaimer__1DKu8{color:#78716c;font-size:13px;font-style:italic;line-height:1.6;margin:20px auto 0;max-width:680px;padding:0 12px;text-align:center}@media(max-width:640px){.PricingPlansLayout_tagline__HxWZ8{min-height:0}}.styles_page__SOtNI{align-items:center;color:#21272a;display:flex;flex-direction:column;height:100vh;justify-content:center}.styles_title__ZHC7Z{font-size:42px;font-weight:700;margin-bottom:10px}.styles_subtitle__1OtS1{font-size:18px;margin-bottom:145px}.styles_login_btn__h6yJx{font-size:16px;height:48px;width:520px}.styles_adminLayout__FLvuq{grid-gap:24px;align-items:stretch;display:grid;gap:24px;grid-template-columns:280px minmax(0,1fr);height:calc(100vh - 170px);padding:14px 0 28px}.styles_sidebar__cpSPt{align-self:start;background:radial-gradient(circle at 10% 0,#89a2ff47,#0000 45%),linear-gradient(165deg,#11131a,#1a1e2b 56%,#1f2331);border:1px solid #ffffff1f;border-radius:20px;box-shadow:0 26px 60px #070b1a8c;color:#f6f7fb;height:100%;padding:24px 16px;position:-webkit-sticky;position:sticky;text-align:left;top:14px}.styles_sidebarHeader__Pp3sG{margin-bottom:18px}.styles_sidebarHeader__Pp3sG h2{font-size:24px;font-weight:700;line-height:1.15;margin:6px 0 0}.styles_eyebrow__rU70f{font-size:11px;letter-spacing:.08em;margin:0;opacity:.82;text-transform:uppercase}.styles_nav__fG-D8{display:flex;flex-direction:column;gap:8px}.styles_navLink__iqzr5{border:1px solid #0000;border-radius:12px;color:#dce0f6;font-size:14px;padding:12px;text-decoration:none;transition:background-color .22s ease,color .22s ease,transform .22s ease,border-color .22s ease}.styles_navLink__iqzr5:hover{background-color:#ffffff14;border-color:#ffffff24;color:#fff;transform:translateX(2px)}.styles_navLinkActive__3nW8N{background:linear-gradient(120deg,#87a7ff70,#7180ff38);border:1px solid #adc0ff80;box-shadow:inset 0 0 0 1px #ffffff14;color:#fff}.styles_content__8uetc{min-width:0}.styles_contentInner__qct-Z{background:linear-gradient(180deg,#fbfcff,#f2f5ff);border:1px solid #e8ecff;border-radius:20px;box-shadow:0 16px 50px #1119351f;height:100%;padding:14px 28px 30px}.styles_info__LcyY0{padding:24px 0}.styles_mainLoading__mHwYL{align-items:center;display:flex;justify-content:center;min-height:min(50vh,360px);padding:48px 24px}@media(max-width:980px){.styles_adminLayout__FLvuq{grid-template-columns:1fr;min-height:auto;padding-top:10px}.styles_sidebar__cpSPt{min-height:auto;position:static}.styles_nav__fG-D8{flex-direction:row;flex-wrap:wrap}.styles_contentInner__qct-Z{min-height:auto}}.styles_header__NyX8e{align-items:center;display:flex;justify-content:space-between;padding-top:25px}.styles_logo_link__WHXj3{height:64px;width:64px}.styles_left_section__R37eK{align-items:center;display:flex;gap:20px}.styles_logo__hTa5C{height:64px;width:64px}.styles_right_section__UmK4B{align-items:center;display:flex}.styles_username__v9kjW{margin-right:20px}.styles_cancel__3aDcD{align-items:center;display:flex;flex-direction:column;height:calc(100% - 140px);justify-content:center}.styles_icon__qVl2o{height:50px;width:50px}.styles_icon__qVl2o img{height:100%;width:100%}.styles_text__3wWhU{font-family:Montserrat Regular\ 400;font-size:24px;margin-top:15px}.styles_button_wrapper__eC5Qd{margin-top:20px}.styles_success__-S8I1{align-items:center;display:flex;flex-direction:column;height:calc(100% - 140px);justify-content:center}.styles_icon__NzgrM{height:50px;width:50px}.styles_icon__NzgrM img{height:100%;width:100%}.styles_text__xoMuA{font-family:Montserrat Regular\ 400;font-size:24px;margin-top:15px}.styles_button_wrapper__HHIUM{margin-top:20px}.styles_section__6cyHc{background:#fff;border:1px solid #e9edff;border-radius:16px;box-shadow:0 10px 30px #24315e14;margin-top:24px;overflow:hidden;text-align:left}.styles_title__mMKTE{background:linear-gradient(180deg,#fff,#f9faff);border-bottom:1px solid #edf1ff;font-family:Montserrat Regular\ 400;font-size:20px;margin-bottom:0;padding:16px 20px}.styles_table__Rx0Ve{padding:18px 20px 22px}.styles_input__RIepC{background:#fff;border:1px solid #d8e0ff;border-radius:10px;color:#1f2c4f;font-family:Montserrat Regular\ 400;font-size:13px;height:40px;padding:0 10px;width:100%}.styles_input__RIepC:focus{border-color:#9eb2ff;box-shadow:0 0 0 3px #7288ff2e;outline:none}.styles_input__CwEBO{background:#fff;border:1px solid #d8e0ff;border-radius:10px;box-sizing:border-box;font-family:Montserrat Regular\ 400;font-size:14px;height:40px;margin:0;padding:0 12px;padding-block:0;padding-inline:12px;text-indent:0;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;width:100%}.styles_input__CwEBO::placeholder{color:#8b96b8;font-family:Montserrat Regular\ 400;font-size:14px}.styles_input__CwEBO:focus{border-color:#9eb2ff;box-shadow:0 0 0 3px #7288ff2e;outline:none}.styles_input__CwEBO:disabled{background:#f5f7ff;border-color:#e2e7fb;color:#7f8bb0;cursor:not-allowed}.styles_checkbox__XeNmb{accent-color:#5d78ff;border:1px solid #bcc9f6;border-radius:4px;box-shadow:none;height:16px;min-width:16px;padding:0;width:16px}.styles_date_wrapper__AMVLh{display:flex;justify-content:center}.styles_active_icons__vqsYZ{align-items:center;display:flex;justify-content:space-evenly}.styles_icon__ItHy9{cursor:pointer;height:20px;margin-bottom:2px;margin-right:5px;width:20px}.styles_icon__ItHy9 img{height:100%;width:100%}.styles_filters__pSJV\+{display:flex;flex-wrap:wrap;gap:8px;justify-content:end;margin:8px 0 16px}.styles_filters_item__Ug6eZ{align-items:center;background:#f7f9ff;border:1px solid #d7dfff;border-radius:10px;cursor:pointer;display:flex;padding:8px 12px;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.styles_filters_item__Ug6eZ:hover{background:#eef3ff;border-color:#bac8ff;transform:translateY(-1px)}.styles_icon__PgK9i{height:16px;margin-right:8px;width:16px}.styles_icon__PgK9i img{height:100%;width:100%}.styles_text__V10FN{color:#2a3f79;font-family:Montserrat SemiBold\ 600;font-size:13px}.styles_error_message__whE7t{align-items:center;color:#d24767;display:flex;font-family:Montserrat Regular\ 400;font-size:13px;min-height:28px}table{border-collapse:collapse;border-radius:12px;overflow:hidden;width:100%}.styles_tableScroll__vqTrR{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}.styles_planHint__eIlVi{color:#57534e;font-size:13px;margin:12px 0 0;text-align:left}.styles_table_wrapper__SiEPf{overflow:auto}.styles_table_wrapper__SiEPf td{background:#fff;border:1px solid #e4e9ff;color:#1d294b;padding:10px 12px;text-align:center;vertical-align:middle}.styles_table_wrapper__SiEPf td input:not([type=checkbox]){display:block;margin:0 auto;width:100%}.styles_table_wrapper__SiEPf td input[type=checkbox]{display:block;margin:0 auto}.styles_table_wrapper__SiEPf td .styles_inactive__mGM5g{background:#d95065;border-radius:999px;color:#fff;font-family:Montserrat SemiBold\ 600;padding:4px 10px}.styles_table_wrapper__SiEPf td .styles_active__2RH\+7{background:#28a571;border-radius:999px;color:#fff;font-family:Montserrat SemiBold\ 600;padding:4px 12px}.styles_table_wrapper__SiEPf td:nth-child(2){text-align:left}.styles_table_wrapper__SiEPf th{background:#eef3ff;border:1px solid #dce5ff;color:#1d2b56;font-family:Montserrat SemiBold\ 600;padding:12px 10px;text-align:center}.styles_table_wrapper__SiEPf th:nth-child(2){text-align:left}.styles_table_wrapper__SiEPf th .styles_sortHeader__HIKv6{align-items:center;background:#0000;border:none;color:inherit;cursor:pointer;display:inline-flex;font:inherit;font-family:Montserrat SemiBold\ 600,inherit;gap:8px;justify-content:center;margin:0;padding:0;text-align:inherit;width:100%}.styles_table_wrapper__SiEPf th .styles_sortHeader__HIKv6:hover .styles_sortIconMuted__eCTc9{color:#405cb8}.styles_table_wrapper__SiEPf th .styles_sortHeader__HIKv6:focus-visible{outline:2px solid #405cb8;outline-offset:2px}.styles_table_wrapper__SiEPf th:nth-child(2) .styles_sortHeader__HIKv6{justify-content:flex-start}.styles_table_wrapper__SiEPf th .styles_sortIcons__Gfvam{display:inline-flex;flex-direction:column;font-size:10px;gap:0;line-height:.65}.styles_table_wrapper__SiEPf th .styles_sortIconActive__waot2{color:#2f4389}.styles_table_wrapper__SiEPf th .styles_sortIconMuted__eCTc9{color:#1d2b5647}.styles_button_wrapper__jUFA5{margin-top:30px}.styles_adminButton__YupqF{background:linear-gradient(135deg,#2f4389,#405cb8)!important;border:1px solid #2d3f7f!important;border-radius:10px!important;box-shadow:0 10px 24px #2e449140}.styles_adminButton__YupqF:hover{background:linear-gradient(135deg,#3d56a8,#4f6bd0)!important;color:#fff!important}.UserLibraryPreview_libraryBlock__Cb2VX{border-top:1px solid #e8ecf4;margin-top:20px;padding-top:16px}.UserLibraryPreview_libraryHeader__wCaH6{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:12px}.UserLibraryPreview_libraryTitle__PcDOt{color:#1c2746;font-size:13px;font-weight:600}.UserLibraryPreview_scrollArea__Q5f78{-webkit-overflow-scrolling:touch;max-height:min(48vh,440px);overflow-y:auto;padding:4px 4px 8px}.UserLibraryPreview_unifiedRowStrip__LFQv9{align-content:flex-start;align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:14px;padding-bottom:8px}.UserLibraryPreview_paletteCard__jDsIs{flex-shrink:0}.UserLibraryPreview_paletteLabel__VnT0h{color:#1d2b56;font-size:11px;font-weight:600;margin-bottom:6px;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:768px){.UserLibraryPreview_paletteLabel__VnT0h{max-width:100px}}.UserLibraryPreview_adminPaletteBox__cco6F,.UserLibraryPreview_adminPaletteBox__cco6F:active{cursor:default!important}.UserLibraryPreview_adminPaletteCompact__5e6gQ{border-width:1px!important;height:120px!important;min-width:120px!important;width:120px!important}@media(max-width:768px){.UserLibraryPreview_adminPaletteCompact__5e6gQ{height:100px!important;min-width:100px!important;width:100px!important}}.styles_table_wrapper__6JXv6{text-align:left}.styles_action_row__1EPiT{display:flex;justify-content:flex-start}.styles_form__CDL-x{display:flex;flex-direction:column;gap:16px}.styles_field__KE7ji{display:flex;flex-direction:column;gap:8px}.styles_label__a\+42P{color:#24386f;font-family:Montserrat SemiBold\ 600;font-size:13px}.styles_button_wrapper__ya9C4{margin-top:8px}.styles_adminButton__2xqpV{background:linear-gradient(135deg,#2f4389,#405cb8)!important;border:1px solid #2d3f7f!important;border-radius:10px!important;box-shadow:0 10px 24px #2e449140}.styles_adminButton__2xqpV:hover{background:linear-gradient(135deg,#3d56a8,#4f6bd0)!important;color:#fff!important}.styles_page__jG5af{display:flex;flex-direction:column;padding-bottom:100px}.PlansAdminPanel_panel__53qdb{--plans-accent:#4f46e5;display:flex;flex-direction:column;gap:0;margin:0 auto;max-width:1280px}.PlansAdminPanel_hero__peKHb{background:linear-gradient(135deg,#4f46e512,#6366f10a 50%,#0000),linear-gradient(180deg,#f8fafc,#fff);border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 1px 2px #0f172a0a;margin:-8px -12px 24px;padding:28px 28px 32px;position:relative}.PlansAdminPanel_heroInner__zoSUA{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.PlansAdminPanel_heroText__xTXhC{max-width:560px}.PlansAdminPanel_heroKicker__xtTYa{color:#4f46e5;font-size:11px;font-weight:600;letter-spacing:.12em;margin:0 0 8px;text-transform:uppercase}.PlansAdminPanel_heroTitle__OQZW7{color:#0f172a;font-size:22px;font-weight:700;letter-spacing:-.03em;line-height:1.25;margin:0 0 10px}.PlansAdminPanel_heroLead__Xf4Kr{color:#64748b;font-size:14px;line-height:1.6;margin:0}.PlansAdminPanel_heroActions__L3ngz{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.PlansAdminPanel_saveBtn__iuzbT{min-width:132px}.PlansAdminPanel_labelsCollapse__zjGrY{margin-bottom:28px}.PlansAdminPanel_labelsCollapse__zjGrY .ant-collapse-header{align-items:center!important;color:#0f172a!important;font-weight:600!important;padding:14px 20px!important}.PlansAdminPanel_labelsCollapse__zjGrY .ant-collapse-content-box{padding:8px 20px 24px!important}.PlansAdminPanel_labelsIntro__ZJwQW{color:#64748b;font-size:13px;line-height:1.55;margin:0 0 20px}.PlansAdminPanel_labelsGrid__tsyHF{grid-gap:16px 20px;display:grid;gap:16px 20px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.PlansAdminPanel_labelField__Hc4kT{margin-bottom:0!important}.PlansAdminPanel_labelField__Hc4kT .ant-form-item-label>label{color:#64748b;font-size:12px;font-weight:500}.PlansAdminPanel_planGrid__voyVy{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}@media(min-width:1100px){.PlansAdminPanel_planGrid__voyVy{grid-template-columns:repeat(2,1fr)}}.PlansAdminPanel_planCard__BnOOy{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:16px!important;box-shadow:0 1px 0 #0f172a0a,0 12px 40px -12px #0f172a1f!important;overflow:hidden}.PlansAdminPanel_planCard__BnOOy .ant-card-head{border-bottom:1px solid #f1f5f9!important;min-height:auto!important;padding:16px 20px!important}.PlansAdminPanel_planCard__BnOOy .ant-card-body{padding:20px!important}.PlansAdminPanel_planCardHead__2EDRV{align-items:center;display:flex;gap:12px;justify-content:space-between;width:100%}.PlansAdminPanel_planIndex__mwrEF{align-items:center;background:#4f46e514;border:1px solid #4f46e526;border-radius:8px;color:#4f46e5;display:flex;flex-shrink:0;font-size:12px;font-weight:700;height:28px;justify-content:center;width:28px}.PlansAdminPanel_planNameInput__rbafe{flex:1 1;min-width:0}.PlansAdminPanel_planNameInput__rbafe .ant-input{border-color:#e2e8f0!important;border-radius:12px!important;font-size:15px!important;font-weight:600!important;padding:8px 12px!important}.PlansAdminPanel_planNameInput__rbafe .ant-input:focus,.PlansAdminPanel_planNameInput__rbafe .ant-input:hover{border-color:#4f46e573!important}.PlansAdminPanel_section__TOWpE{margin-top:4px}.PlansAdminPanel_section__TOWpE+.PlansAdminPanel_section__TOWpE{border-top:1px solid #f1f5f9;margin-top:22px;padding-top:22px}.PlansAdminPanel_sectionLabel__XgIk5{align-items:center;color:#94a3b8;display:flex;font-size:11px;font-weight:700;gap:8px;letter-spacing:.1em;margin-bottom:14px;text-transform:uppercase}.PlansAdminPanel_sectionHint__99iOz{color:#64748b;font-size:12px;line-height:1.55;margin:-6px 0 14px}.PlansAdminPanel_sectionHint__99iOz code{background:#f1f5f9;border-radius:4px;color:#334155;font-size:11px;padding:1px 5px}.PlansAdminPanel_planCheckoutLinks__Bvjks{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.PlansAdminPanel_stripePriceGrid__WsIlt{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}@media(max-width:520px){.PlansAdminPanel_stripePriceGrid__WsIlt{grid-template-columns:1fr}}.PlansAdminPanel_stripePriceTile__aCaIh{background:linear-gradient(180deg,#fafbfc,#f8fafc);border:1px solid #f1f5f9;border-radius:12px;padding:12px 12px 10px}.PlansAdminPanel_stripePriceInput__gyqQC .ant-input{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px!important}.PlansAdminPanel_priceRow__qnBG\+{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}@media(max-width:480px){.PlansAdminPanel_priceRow__qnBG\+{grid-template-columns:1fr}}.PlansAdminPanel_priceTile__GQApU{background:linear-gradient(180deg,#fafbfc,#f8fafc);border:1px solid #f1f5f9;border-radius:12px;padding:14px 14px 12px;transition:border-color .2s ease,box-shadow .2s ease}.PlansAdminPanel_priceTile__GQApU:focus-within{border-color:#4f46e559;box-shadow:0 0 0 3px #4f46e514}.PlansAdminPanel_priceTileLabel__gc2H9{color:#94a3b8;display:block;font-size:11px;font-weight:600;letter-spacing:.06em;margin-bottom:8px;text-transform:uppercase}.PlansAdminPanel_featuresTable__97K2A .ant-table{border-radius:12px!important;font-size:13px;overflow:hidden}.PlansAdminPanel_featuresTable__97K2A .ant-table-thead>tr>th{background:#f8fafc!important;color:#94a3b8!important;font-size:11px!important;font-weight:700!important;letter-spacing:.06em!important;padding:10px 12px!important;text-transform:uppercase!important}.PlansAdminPanel_featuresTable__97K2A .ant-table-tbody>tr>td{padding:10px 12px!important;vertical-align:middle!important}.PlansAdminPanel_featuresTable__97K2A .ant-table-tbody>tr>td:first-child{overflow:visible!important;text-overflow:clip!important;vertical-align:top!important;white-space:normal!important}.PlansAdminPanel_featuresTable__97K2A .ant-table-tbody>tr:last-child>td{border-bottom:none!important}.PlansAdminPanel_featureCapabilityCol__P86pf{min-width:0}.PlansAdminPanel_featureCapabilityCell__2DqxK{max-width:100%;overflow-wrap:anywhere;white-space:normal;word-break:break-word}.PlansAdminPanel_featureName__fLYBD{color:#0f172a;font-weight:500}.PlansAdminPanel_featureDesc__jiJtv{display:block;font-size:11px!important;line-height:1.45!important;margin-top:4px!important;white-space:normal!important}.PlansAdminPanel_featureLimitStack__xTuq7{align-items:stretch;display:flex;flex-direction:column;gap:10px;margin-left:auto;max-width:320px;min-width:220px}.PlansAdminPanel_limitToggleRow__uPi2I{align-items:center;display:flex;flex-wrap:nowrap;gap:10px;justify-content:flex-end}.PlansAdminPanel_limitToggleEnd__tHNn4{color:#64748b;font-size:12px;font-weight:500;white-space:nowrap}.PlansAdminPanel_limitValueRow__pYyxk{align-items:center;background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;display:flex;gap:12px;justify-content:space-between;padding:8px 10px;width:100%}.PlansAdminPanel_limitValueLabel__y5AQw{color:#0f172a;flex-shrink:0;font-size:13px;font-weight:600}.PlansAdminPanel_limitInputField__5m55w{flex:1 1;max-width:160px;min-width:0}.PlansAdminPanel_emptyCard__zFg6\+{background:#fafbfc!important;border:2px dashed #e2e8f0!important;border-radius:16px!important;padding:48px 24px!important;text-align:center}.PlansAdminPanel_emptyCard__zFg6\+ .ant-card-body{padding:24px!important}.PlansAdminPanel_emptyIcon__t4BNZ{color:#94a3b8;font-size:40px;margin-bottom:12px;opacity:.85}.styles_page__i3mP1{display:flex;flex-direction:column;padding-bottom:80px}.styles_panel__COBlw{background:#fff;border:1px solid #e6ecff;border-radius:14px;box-shadow:0 8px 24px #2a3f8314;padding:18px}.styles_header__P-9EJ{margin-bottom:14px}.styles_title__cE\+BG{color:#223772;font-family:Montserrat SemiBold\ 600;font-size:18px;margin:0}.styles_subtitle__d09jx{color:#6073a8;font-size:13px;line-height:1.45;margin:6px 0 0}.styles_grid__6SZiZ{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.styles_span2__5VQY-{grid-column:span 2}.styles_dateRow__sMVBP{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(240px,1fr))}.styles_field__LV0g2{display:flex;flex-direction:column;gap:8px;min-width:0}.styles_label__3SSPB{color:#1f3268;font-family:Montserrat SemiBold\ 600;font-size:13px}.styles_choiceRow__r-ed-{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.styles_choice__412mp{align-items:center;background:#f9faff;border:1px solid #d9e1ff;border-radius:10px;color:#1f2f5d;display:flex;font-size:13px;gap:8px;min-height:40px;padding:10px 12px}.styles_choice__412mp input[type=radio]{accent-color:#5976ff;flex-shrink:0}.styles_choiceActive__XfUq8{background:#f1f5ff;border-color:#8ba2ff;box-shadow:inset 0 0 0 1px #4f6bd033}.styles_field__LV0g2 .admin-dropdown{width:100%}.styles_field__LV0g2 .admin-dropdown>div{min-height:40px}.styles_field__LV0g2 .admin-select__menu{margin-top:-30px;z-index:30}.styles_field__LV0g2 input[type=date],.styles_field__LV0g2 input[type=datetime-local]{min-width:0;width:auto}.styles_footer__VRpqd{display:flex;justify-content:flex-end;margin-top:12px}.styles_adminButton__x5zsJ{background:linear-gradient(135deg,#2f4389,#405cb8)!important;border:1px solid #2d3f7f!important;border-radius:10px!important;box-shadow:0 10px 24px #2e449140}.styles_adminButton__x5zsJ:hover{background:linear-gradient(135deg,#3d56a8,#4f6bd0)!important;color:#fff!important}@media(max-width:900px){.styles_panel__COBlw{padding:14px}.styles_grid__6SZiZ{grid-template-columns:1fr}.styles_span2__5VQY-{grid-column:span 1}.styles_dateRow__sMVBP{grid-template-columns:1fr}}.styles_table__M4NIH{border-collapse:collapse;border-radius:12px;overflow:hidden;width:100%}.styles_tableScroll__a\+S3k{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}.styles_table_wrapper__OCwrF{overflow:auto}.styles_table_wrapper__OCwrF table{table-layout:fixed}.styles_table_wrapper__OCwrF td{background:#fff;border:1px solid #e4e9ff;color:#1c2746;padding:10px 12px;text-align:center;vertical-align:middle}.styles_table_wrapper__OCwrF td input:not([type=checkbox]){display:block;margin:0 auto;width:100%}.styles_table_wrapper__OCwrF td input[type=checkbox]{display:block;margin:0 auto}.styles_table_wrapper__OCwrF td:nth-child(2){max-width:170px;text-align:left;width:170px}.styles_table_wrapper__OCwrF td:nth-child(3){max-width:130px;width:130px}.styles_table_wrapper__OCwrF td:nth-child(5){max-width:100px;width:100px}.styles_table_wrapper__OCwrF td:nth-child(6){min-width:130px}.styles_table_wrapper__OCwrF td input[type=datetime-local]{max-width:100px}.styles_table_wrapper__OCwrF th{background:#eef3ff;border:1px solid #dce5ff;color:#1d2b56;font-family:Montserrat SemiBold\ 600;padding:12px 10px;text-align:center}.styles_table_wrapper__OCwrF th:nth-child(2){max-width:170px;text-align:left;width:170px}.styles_table_wrapper__OCwrF th:nth-child(3){max-width:130px;width:130px}.styles_table_wrapper__OCwrF th:nth-child(5){max-width:100px;width:100px}.styles_button_wrapper__7CVa4{margin-top:30px}.styles_adminButton__IxIy6{background:linear-gradient(135deg,#2f4389,#405cb8)!important;border:1px solid #2d3f7f!important;border-radius:10px!important;box-shadow:0 10px 24px #2e449140}.styles_adminButton__IxIy6:hover{background:linear-gradient(135deg,#3d56a8,#4f6bd0)!important;color:#fff!important}.styles_page__OABkb{display:flex;flex-direction:column;padding-bottom:80px}.styles_explorePalettesWrapper__9XjMV{display:flex;flex-direction:column;height:100%}.styles_explorePalettes__K3gLY{background-color:#fafafa;display:grid;grid-template-columns:270px 1fr;height:calc(100vh - 140px);overflow:hidden}@media(max-width:1024px){.styles_explorePalettes__K3gLY{grid-template-columns:1fr}}.styles_sidebar__FBeU9{background:#fff;border-right:1px solid #f0f0f0;flex-shrink:0;overflow-y:auto}@media(max-width:1024px){.styles_sidebar__FBeU9{display:none}}.styles_sidebarContent__434uF{padding:24px}.styles_categorySection__AkSkh{margin-bottom:32px}.styles_categoryTitle__HxfKI{align-items:center;color:#999;display:flex;font-size:11px;font-weight:700;justify-content:space-between;letter-spacing:1.2px;margin-bottom:16px;text-transform:uppercase}.styles_categoryTitle__HxfKI .styles_chevron__cYJMO{opacity:.5}.styles_categoryList__0O144{list-style:none;margin:0;padding:0}.styles_categoryItem__5rmdb{background:none;border:none;border-radius:8px;color:#666;cursor:pointer;font-size:14px;font-weight:500;padding:10px 12px;text-align:left;transition:all .2s;width:100%}.styles_categoryItem__5rmdb:hover{background:#f5f5f5;color:#333}.styles_categoryItem__5rmdb.styles_active__uhA4x{background:#f0f5ff;color:#4f46e5;font-weight:600}.styles_filterSection__iHBUO{border-top:1px solid #f0f0f0;margin-top:32px;padding-top:32px}.styles_checkboxGroup__HOQ0c{display:flex;flex-direction:column;gap:12px}.styles_checkboxLabel__HdTA0{align-items:center;color:#666;cursor:pointer;display:flex;font-size:14px;gap:8px}.styles_contentContainer__uMZu0{display:flex;flex-direction:column;height:100%;overflow:hidden}.styles_mainContent__ynMs3{flex:1 1;overflow-y:auto;padding:40px}@media(max-width:768px){.styles_mainContent__ynMs3{padding:20px}}.styles_header__7Vu1Q{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:32px}@media(max-width:768px){.styles_header__7Vu1Q{align-items:flex-start;flex-direction:column;gap:20px}}.styles_header__7Vu1Q>div:first-child{text-align:left}.styles_title__cV72O{color:#111;font-size:36px;font-weight:900;letter-spacing:-.5px;margin:0 0 8px}.styles_subtitle__dqh7u{color:#666;font-size:16px;font-weight:500;margin:0}.styles_controls__\+YrbU{align-items:center;display:flex;gap:12px}@media(max-width:768px){.styles_controls__\+YrbU{justify-content:flex-end;width:100%}}.styles_viewToggle__drArU{background:#fff;border:1px solid #f0f0f0;border-radius:10px;box-shadow:0 1px 3px #0000000d;display:flex;padding:4px}@media(max-width:768px){.styles_viewToggle__drArU{display:none}}.styles_viewToggle__drArU button{background:none;border:none;border-radius:6px;color:#999;cursor:pointer;padding:8px;transition:all .2s}.styles_viewToggle__drArU button:hover{color:#666}.styles_viewToggle__drArU button.styles_active__uhA4x{background:#f0f5ff;color:#4f46e5}.styles_sortSelect__FDtmr{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;border:1px solid #e5e5e5;border-radius:10px;box-shadow:0 1px 3px #00000014;color:#333;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;height:40px;min-width:160px;outline:none;padding:0 40px 0 16px;transition:all .2s ease}.styles_sortSelect__FDtmr:hover{background-color:#fafafa;border-color:#d0d0d0;box-shadow:0 2px 6px #0000001a}.styles_sortSelect__FDtmr:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.styles_sortSelect__FDtmr option{font-weight:500;padding:8px}.styles_randomButton__HK95a{background:#4f46e5;border:none;border-radius:10px;box-shadow:0 4px 12px #4f46e533;padding:8px 12px}.styles_randomButton__HK95a:hover{background:#4338ca}.styles_paletteGrid__FtqQM{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:40px}.styles_paletteGrid__FtqQM.styles_listView__D2CI7{gap:20px;grid-template-columns:repeat(2,1fr);max-width:100%}@media(max-width:1200px){.styles_paletteGrid__FtqQM.styles_listView__D2CI7{grid-template-columns:1fr}}@media(max-width:768px){.styles_paletteGrid__FtqQM{gap:16px;grid-template-columns:1fr}}.styles_paletteCard__cz6Ct{background:#fff;border:1px solid #e5e5e5;border-radius:12px;cursor:pointer;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.styles_paletteCard__cz6Ct:hover{box-shadow:0 12px 24px #0000001a;transform:translateY(-4px)}.styles_skeletonCard__x4rGI{background:#fff;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden}.styles_skeletonCard__x4rGI .ant-skeleton{padding:0}.styles_skeletonCard__x4rGI .ant-skeleton-element{display:block;width:100%}.styles_skeletonCardInfo__c87Bn{padding:16px}.styles_colorSwatches__1y3N9{display:flex;height:160px}.styles_colorSwatch__dgTW4{align-items:flex-end;display:flex;flex:1 1;justify-content:center;padding-bottom:12px;position:relative}.styles_hexCode__1Dn3q{animation:styles_fadeIn__s8wqs .2s;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000bf;border-radius:4px;color:#fff;font-family:Courier New,monospace;font-size:10px;padding:4px 8px;text-transform:uppercase}@keyframes styles_fadeIn__s8wqs{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.styles_cardInfo__YwBNd{padding:16px}.styles_cardHeader__Cfzv2{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.styles_paletteName__MLTma{color:#111;font-size:16px;font-weight:600;margin:0;transition:color .2s}.styles_paletteCard__cz6Ct:hover .styles_paletteName__MLTma{color:#4f46e5}.styles_dateAdded__yB\+EE{color:#999;font-size:10px;font-weight:500}.styles_cardFooter__ydzG6{align-items:center;color:#666;display:flex;font-size:12px;justify-content:space-between}.styles_creator__oH89v{font-weight:500}.styles_stats__uIEy8{display:flex;gap:12px}.styles_stats__uIEy8 span{align-items:center;display:flex;gap:4px}.styles_hoverActions__Wkp0N{animation:styles_fadeIn__s8wqs .2s;display:flex;flex-direction:column;gap:8px;position:absolute;right:12px;top:12px}.styles_actionButton__CTA\+F{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border:none;border-radius:50%;box-shadow:0 4px 12px #00000026;color:#4f46e5;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s;width:36px}.styles_actionButton__CTA\+F:hover{background:#fff;transform:scale(1.1)}.styles_actionButton__CTA\+F:active{transform:scale(.95)}.styles_emptyState__T4Kjk{padding:80px 20px;text-align:center}.styles_emptyState__T4Kjk .styles_emptyIcon__meudK{font-size:64px;margin-bottom:16px}.styles_emptyState__T4Kjk h3{color:#111;font-size:20px;font-weight:700;margin-bottom:8px}.styles_emptyState__T4Kjk p{color:#666;margin-bottom:24px}.styles_loadMore__Fvfmh{display:flex;justify-content:center;padding:40px 0}.styles_loadingDots__hivql{display:flex;gap:8px}.styles_loadingDots__hivql span{animation:styles_bounce__aNrKI .6s infinite;background:#4f46e5;border-radius:50%;height:12px;width:12px}.styles_loadingDots__hivql span:nth-child(2){animation-delay:.1s}.styles_loadingDots__hivql span:nth-child(3){animation-delay:.2s}@keyframes styles_bounce__aNrKI{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.styles_quickViewModal__glGHh .ant-modal-content{border-radius:20px;box-shadow:0 20px 60px #00000026;overflow:hidden}.styles_quickViewModal__glGHh .ant-modal-body{padding:0}.styles_quickViewModal__glGHh .ant-modal-close{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-radius:50%;box-shadow:0 4px 12px #0000001a;height:40px;right:20px;top:20px;width:40px}.styles_quickViewModal__glGHh .ant-modal-close .ant-modal-close-x{font-size:16px;height:40px;line-height:40px;width:40px}.styles_quickViewModal__glGHh .ant-modal-close:hover{background:#fff}.styles_quickViewDrawer__5ktk8 .ant-drawer-content{border-radius:20px 20px 0 0;overflow:hidden}.styles_quickViewDrawer__5ktk8 .ant-drawer-body{height:100%;overflow-y:auto;padding:0}.styles_quickViewDrawer__5ktk8 .ant-drawer-header{display:none}.styles_quickViewContent__nKzTq{display:flex;min-height:100%}@media(max-width:768px){.styles_quickViewContent__nKzTq{flex-direction:column}}.styles_quickViewColors__TqaD6{display:flex;flex:2 1;min-height:500px}@media(max-width:768px){.styles_quickViewColors__TqaD6{flex-shrink:0;max-height:200px;min-height:200px;overflow:hidden;width:100%}}.styles_quickViewSwatch__fvN-u{align-items:flex-end;display:flex;flex:1 1;justify-content:center;min-width:0;padding:32px 16px;position:relative;transition:all .3s ease}.styles_quickViewSwatch__fvN-u:hover .styles_quickViewHex__94lAb{box-shadow:0 8px 20px #00000040;transform:translateY(-4px)}@media(max-width:768px){.styles_quickViewSwatch__fvN-u{flex:1 1;min-width:0;padding:16px 8px}}.styles_quickViewHex__94lAb{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000c;border-radius:10px;box-shadow:0 4px 12px #0003;color:#fff;display:flex;font-family:Courier New,monospace;font-size:13px;font-weight:600;gap:10px;padding:10px 14px;transition:all .3s ease}.styles_quickViewHex__94lAb span{letter-spacing:.5px;text-transform:uppercase}.styles_quickViewHex__94lAb button{align-items:center;background:#ffffff26;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:6px;transition:all .2s}.styles_quickViewHex__94lAb button:hover{background:#ffffff4d;transform:scale(1.1)}.styles_quickViewHex__94lAb button:active{transform:scale(.95)}@media(max-width:768px){.styles_quickViewHex__94lAb{align-items:center;border-radius:6px;flex-direction:column;font-size:10px;gap:6px;padding:6px 8px}.styles_quickViewHex__94lAb span{font-size:10px;letter-spacing:.3px}.styles_quickViewHex__94lAb button{padding:4px}.styles_quickViewHex__94lAb button svg{height:12px;width:12px}}.styles_quickViewInfo__-LS88{background:#fff;display:flex;flex:1 1;flex-direction:column;min-width:400px;padding:48px 40px}@media(max-width:768px){.styles_quickViewInfo__-LS88{min-width:0;min-width:auto;padding:32px 24px}}.styles_badge__3Arel{align-items:center;background:#f0f5ff;border:1px solid #d0d9ff;border-radius:8px;color:#4f46e5;display:inline-flex;font-size:11px;font-weight:700;gap:8px;letter-spacing:1.2px;margin-bottom:16px;padding:8px 14px;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.styles_quickViewInfo__-LS88 h2{color:#111;font-size:32px;font-weight:800;letter-spacing:-.5px;line-height:1.2;margin:0 0 32px}@media(max-width:768px){.styles_quickViewInfo__-LS88 h2{font-size:26px}}.styles_metadata__Kml4P{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:32px}.styles_metadataItem__W1VBC{background:linear-gradient(135deg,#f9f9f9,#fff);border:1px solid #f0f0f0;border-radius:12px;padding:20px;transition:all .2s}.styles_metadataItem__W1VBC:hover{border-color:#e0e0e0;box-shadow:0 4px 12px #0000000d;transform:translateY(-2px)}.styles_metadataLabel__qlFX1{color:#999;display:block;font-size:10px;font-weight:700;letter-spacing:1.2px;margin-bottom:6px;text-transform:uppercase}.styles_metadataValue__lSTMH{color:#111;font-size:16px;font-weight:700;text-transform:capitalize}.styles_actions__hqtUV{border-top:1px solid #f0f0f0;margin-top:auto;padding-top:24px}.styles_actions__hqtUV .ant-btn-primary{border-radius:12px;box-shadow:0 4px 12px #4f46e540;font-size:15px;font-weight:600;height:48px;transition:all .3s ease}.styles_actions__hqtUV .ant-btn-primary:hover{box-shadow:0 6px 20px #4f46e559;transform:translateY(-2px)}.styles_actions__hqtUV .ant-btn-primary:active{transform:translateY(0)}.styles_secondaryActions__wdl33{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-top:12px}.styles_secondaryActions__wdl33 .ant-btn{border:1px solid #e5e5e5;border-radius:10px;font-weight:600;height:42px;transition:all .2s}.styles_secondaryActions__wdl33 .ant-btn:hover{background:#f0f5ff;border-color:#4f46e5;color:#4f46e5}.styles_addToLibraryContent__ZNrE3{padding:8px 0}.styles_addToLibraryDrawer__6JDrj .ant-drawer-content-wrapper{left:0!important;max-width:100vw!important;right:0!important;width:100vw!important}.styles_addToLibraryDrawer__6JDrj .ant-drawer-content{border-radius:20px 20px 0 0;width:100%}.styles_addToLibraryDrawer__6JDrj .ant-drawer-body{padding:24px}.styles_addToLibraryDrawer__6JDrj .ant-drawer-header{border-bottom:1px solid #f0f0f0;padding:16px 24px}.styles_addToLibraryDrawer__6JDrj .ant-drawer-mask{background-color:#00000073}.styles_drawerActions__pIeB9{border-top:1px solid #f0f0f0;margin-top:32px;padding-top:24px}.styles_drawerActions__pIeB9 .ant-btn-primary{border-radius:12px;font-size:15px;font-weight:600;height:48px}.styles_palettePreview__enp4i{border:1px solid #e5e5e5;border-radius:8px;display:flex;height:60px;margin-bottom:24px;overflow:hidden}.styles_previewSwatch__sEYiL{flex:1 1}.styles_formGroup__l53w\+{margin-bottom:24px}.styles_formGroup__l53w\+ label{color:#111;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.styles_folderGrid__Azdd9{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,1fr)}.styles_folderButton__8nw0y{background:#fff;border:1px solid #e5e5e5;border-radius:8px;color:#666;cursor:pointer;font-size:14px;font-weight:500;padding:12px 16px;text-align:left;transition:all .2s}.styles_folderButton__8nw0y:hover{background:#f0f5ff;border-color:#d0d9ff;color:#4f46e5}.styles_folderButton__8nw0y.styles_newFolder__OcVjP{align-items:center;border-style:dashed;color:#999;display:flex;gap:8px}.styles_folderButton__8nw0y.styles_newFolder__OcVjP:hover{border-color:#4f46e5;color:#4f46e5}.styles_tagsList__HjS7F{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.styles_selectedTag__BfFBz{align-items:center;background:#f0f5ff;border-radius:6px;color:#4f46e5;display:inline-flex;font-size:11px;font-weight:700;gap:6px;padding:4px 10px;text-transform:uppercase}.styles_selectedTag__BfFBz svg{cursor:pointer;opacity:.6}.styles_selectedTag__BfFBz svg:hover{opacity:1}.styles_page__phnwG{background:#faf7f2;min-height:100vh}.styles_user_page_header__iQLmD{align-items:center;border-bottom:1px solid #c4c4c4;display:flex;flex-direction:row;gap:16px;justify-content:space-between;padding:8px 16px}.styles_topRow__0Tx3p{align-items:center;display:flex;flex:1 1;gap:20px;justify-content:center;min-width:0}.styles_searchContainer__pUrhw{flex:1 1;min-width:0;position:relative}.styles_searchRow__kqN9y{align-items:center;display:flex;gap:20px;justify-content:center}.styles_searchResults__FWrC5{background:#fff;border:1px solid #d9d9d9;border-radius:6px;box-shadow:0 4px 12px #00000026;left:0;margin-top:4px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.styles_actionRow__c3\+Es{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end}.styles_logo_image__s7Kl5{height:64px;width:64px}.styles_search_input__xGzdH{border-color:#0009;max-width:520px;width:100%}.styles_add_icon__KjOdv{height:16px;width:16px}.styles_integrateFigmaButton__Ooy5y{border:1.5px solid #000c}.styles_explorePalettesButton__MO8VU,.styles_integrateFigmaButton__Ooy5y{align-items:center;display:inline-flex;font-weight:600;gap:8px;height:39px;padding:0 16px;text-transform:none}.styles_explorePalettesButton__MO8VU{background:#f0f5ff;border:1.5px solid #4f46e5;color:#4f46e5;transition:all .2s}.styles_explorePalettesButton__MO8VU:hover{background:#e0e7ff;border-color:#4338ca;color:#4338ca}.styles_roadmapLink__FHUqR{color:#1890ff;cursor:pointer;margin:0;-webkit-user-select:none;user-select:none}.styles_roadmapLink__FHUqR:hover{text-decoration:underline}.styles_profileMobile__dkpLf,.styles_roadmapLinkMobile__tZhsF{display:none}@media(max-width:767px){.styles_user_page_header__iQLmD{align-items:stretch;flex-direction:column;gap:10px}.styles_topRow__0Tx3p{flex:initial;width:100%}.styles_searchRow__kqN9y,.styles_topRow__0Tx3p{gap:10px;justify-content:flex-start}.styles_logo_image__s7Kl5{height:48px;width:48px}.styles_profileDesktop__\+fX9b,.styles_roadmapLinkDesktop__hd-l0,.styles_roadmapLinkMobile__tZhsF{display:none}.styles_profileMobile__dkpLf{display:inline-flex}.styles_actionRow__c3\+Es{flex-wrap:nowrap;gap:8px;justify-content:space-between;width:100%}.styles_explorePalettesButton__MO8VU,.styles_integrateFigmaButton__Ooy5y{font-size:13px;height:36px;padding:0 10px}.styles_roadmapLink__FHUqR{font-size:14px;white-space:nowrap}.styles_addColorButton__YTnd6{padding-left:10px!important;padding-right:10px!important}}.FigmaIntegrationModal_mainModal__zHAeX .ant-modal-content{background:#fff;border-radius:8px;overflow:hidden;padding:0}.FigmaIntegrationModal_mainModal__zHAeX .ant-modal-header{background:#fff;border-bottom:1px solid #e5e7eb;border-radius:0;margin-bottom:0!important;padding:14px 18px!important}.FigmaIntegrationModal_mainModal__zHAeX .ant-modal-body{padding:20px 20px 22px!important}.FigmaIntegrationModal_mainModal__zHAeX .ant-modal-close{color:#6b7280;inset-inline-end:14px;top:14px}.FigmaIntegrationModal_mainModal__zHAeX .ant-modal-close:hover{color:#1f2937}.FigmaIntegrationModal_mainModal__zHAeX .ant-modal-title{margin:0;width:100%}.FigmaIntegrationModal_headerRow__Dcd6i{align-items:center;display:flex;justify-content:space-between;min-height:24px;width:100%}.FigmaIntegrationModal_headerTitle__HCxLI{color:#1f2937;font-size:14px;font-weight:500;letter-spacing:-.01em}.FigmaIntegrationModal_externalLinkBtn__1yY7p{align-items:center;background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:inline-flex;flex-shrink:0;justify-content:center;margin-right:25px;padding:6px;transition:color .15s ease,background .15s ease}.FigmaIntegrationModal_externalLinkBtn__1yY7p:hover{background:#f3f4f6;color:#1f2937}.FigmaIntegrationModal_headerIcon__uGS4I{flex-shrink:0}.FigmaIntegrationModal_body__x1IX3{padding:0}.FigmaIntegrationModal_limitHint__L62X0{color:#4b5563;font-size:13px;margin:0 0 12px;text-align:center}.FigmaIntegrationModal_limitHintAtCap__9Y6GI{color:#b45309;font-size:13px;font-weight:500;margin:0 0 12px;text-align:center}.FigmaIntegrationModal_upgradeButton__aSZHQ{align-items:center;background:#1f2937;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;justify-content:center;line-height:1.35;margin-bottom:20px;padding:10px 14px;transition:background .15s ease;width:100%}.FigmaIntegrationModal_upgradeButton__aSZHQ:hover{background:#111827}.FigmaIntegrationModal_connectButton__i\+Pm4{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#1f2937;cursor:pointer;display:flex;font-size:13px;gap:8px;justify-content:center;line-height:1.35;margin-bottom:20px;padding:10px 14px;transition:background .15s ease;width:100%}.FigmaIntegrationModal_connectButton__i\+Pm4:hover:not(:disabled){background:#f9fafb}.FigmaIntegrationModal_connectButton__i\+Pm4:disabled{cursor:not-allowed;opacity:.6}.FigmaIntegrationModal_connectIcon__a1LXC{color:#4b5563;flex-shrink:0}.FigmaIntegrationModal_mutedCenter__rQlFa{color:#6b7280;font-size:15px;padding:20px 8px;text-align:center}.FigmaIntegrationModal_emptyState__gyiDr{padding:40px 12px 20px;text-align:center}.FigmaIntegrationModal_emptyTitle__r4ISe{color:#9ca3af;font-size:15px;line-height:1.4;margin-bottom:10px}.FigmaIntegrationModal_emptyHint__ngSla{color:#d1d5db;font-size:12px;line-height:1.45}.FigmaIntegrationModal_accountList__KfGKT{display:flex;flex-direction:column}.FigmaIntegrationModal_accountRow__LCg8d{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:10px;transition:background .12s ease}.FigmaIntegrationModal_accountRow__LCg8d:last-child{border-bottom:none}.FigmaIntegrationModal_accountRow__LCg8d:hover{background:#f9fafbf2}.FigmaIntegrationModal_accountEmail__kN6E1{color:#1f2937;flex:1 1;font-size:13px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.FigmaIntegrationModal_deleteBtn__mkCn5{align-items:center;background:#0000;border:none;border-radius:6px;color:#9ca3af;cursor:pointer;display:inline-flex;flex-shrink:0;justify-content:center;margin-left:10px;padding:6px;transition:color .15s ease,background .15s ease}.FigmaIntegrationModal_deleteBtn__mkCn5:hover:not(:disabled){background:#fef2f2;color:#ef4444}.FigmaIntegrationModal_deleteBtn__mkCn5:disabled{cursor:not-allowed;opacity:.5}.FigmaIntegrationModal_deleteModal__xCKWO .ant-modal-content{border-radius:8px;padding:0}.FigmaIntegrationModal_deleteModal__xCKWO .ant-modal-header{border-bottom:none;margin-bottom:0!important;padding:20px 24px 12px!important;text-align:center}.FigmaIntegrationModal_deleteModal__xCKWO .ant-modal-body{padding:0 24px 20px!important}.FigmaIntegrationModal_deleteModal__xCKWO .ant-modal-footer{border-top:none;display:flex;gap:16px;justify-content:center;margin-top:0!important;padding:0 24px 22px!important}.FigmaIntegrationModal_deleteModal__xCKWO .ant-btn{border-radius:4px}.FigmaIntegrationModal_deleteModalTitle__aECSM{color:#1f2937;display:block;font-size:20px;font-weight:600;margin:0;width:100%}.FigmaIntegrationModal_deletionText__YB\+\+q{color:#4b5563;font-size:15px;line-height:1.5;margin:0;text-align:center}.FigmaIntegrationModal_deleteModalCancel__DS57D,.FigmaIntegrationModal_deleteModalOk__M-qWZ{background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:none!important;color:#1f2937!important;font-size:13px!important;height:auto!important;line-height:1.35!important;min-width:96px!important;padding:6px 14px!important}.FigmaIntegrationModal_deleteModalCancel__DS57D:hover,.FigmaIntegrationModal_deleteModalOk__M-qWZ:hover{background:#f9fafb!important;border-color:#d1d5db!important;color:#1f2937!important}.FigmaIntegrationModal_deleteModalOk__M-qWZ{border-color:#d1d5db!important;font-weight:500}.FigmaIntegrationModal_deleteModalOk__M-qWZ:hover{background:#f9fafb!important;border-color:#1f2937!important}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Manrope,Montserrat Light\ 300;height:100%;margin:0}.ant-typography{font-family:Manrope,Montserrat Light\ 300!important}.App,html{height:100%}.App{display:flex;flex-direction:column;justify-content:center;text-align:center}.container{height:100%;padding:0 20px;width:auto}.admin-dropdown>div:first-of-type{background:#fff;border:1px solid #d6dfff;border-radius:10px;box-shadow:none;min-height:40px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.admin-dropdown>div:first-of-type:hover{border-color:#bccbff}.admin-dropdown>div:first-of-type:focus-within{border-color:#9eb2ff;box-shadow:0 0 0 3px #7288ff2e}.admin-dropdown .css-1dimb5e-singleValue,.admin-dropdown .css-1jqq78o-placeholder{color:#233467;font-size:14px}.admin-dropdown .css-1wy0on6{gap:4px}.react-switch-bg{height:27px!important}@font-face{font-family:Montserrat Light\ 300;src:local("Montserrat Light"),url(/static/media/Montserrat-Light.7179b7d2ac9b599db5f9.ttf) format("truetype")}@font-face{font-family:Montserrat Regular\ 400;src:local("Montserrat Regular"),url(/static/media/Montserrat-Regular.24785cc015b27a3e964b.ttf) format("truetype")}@font-face{font-family:Montserrat SemiBold\ 600;src:local("Montserrat SemiBold"),url(/static/media/Montserrat-SemiBold.93b37a465fc4ec0d0415.ttf) format("truetype")}@font-face{font-family:Montserrat Bold\ 700;src:local("Montserrat Bold"),url(/static/media/Montserrat-Bold.50f0257aa1e905f4bfaf.ttf) format("truetype")}.Toastify__toast-theme--colored.Toastify__toast--success{background-color:#34a853}.Toastify__toast-theme--colored.Toastify__toast--error{background-color:#d61010}.p-colorpicker-canvas,.p-colorpicker-color,.p-colorpicker-color-selector,.p-colorpicker-panel{height:280px!important;max-height:280px!important;max-width:280px!important;min-height:280px!important;min-width:280px!important;width:280px!important}.p-colorpicker-hue{height:280px!important;left:300px}@media only screen and (max-width:768px){.container{padding:0}}
/*# sourceMappingURL=main.96cd1762.css.map*/