:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6,78%,57%);--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,0.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(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{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-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{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--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-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes Toastify_shimmer__xyFTO{0%{background-position:-1200px 0}to{background-position:1200px 0}}.Toastify_toastifyContainer__Be__M{position:absolute!important;bottom:78px!important;z-index:1000000000000000}@keyframes CommonHeader_shimmer__sHMcD{0%{background-position:-1200px 0}to{background-position:1200px 0}}.CommonHeader_header__6SuZJ{background-color:#fff;padding:0;border-bottom:1px solid rgba(214,214,214,.5);position:fixed;top:0;left:0;right:0;z-index:3}.CommonHeader_header__6SuZJ.CommonHeader_scrollable__5QbB_{position:static;flex-shrink:0}.CommonHeader_header__6SuZJ .CommonHeader_content__nkZ_C{display:flex;max-width:1280px;padding-left:40px;padding-right:40px}@media(min-width:1101px){.CommonHeader_header__6SuZJ .CommonHeader_content__nkZ_C[data-landing=true]{padding-left:120px;padding-right:120px}}.CommonHeader_header__6SuZJ .CommonHeader_content__nkZ_C{margin-left:auto;margin-right:auto;height:90px;align-items:center}@media(max-width:1100px){.CommonHeader_header__6SuZJ .CommonHeader_content__nkZ_C{padding-left:24px;padding-right:24px}}@media(max-width:576px){.CommonHeader_header__6SuZJ .CommonHeader_content__nkZ_C{width:100%;justify-content:space-between;height:52px;padding:0}}.CommonHeader_header__6SuZJ .CommonHeader_content__nkZ_C.CommonHeader_centerDominate__3c6Vs .CommonHeader_flexLeft__5Atjt{flex:none;flex-grow:none}.CommonHeader_header__6SuZJ .CommonHeader_content__nkZ_C.CommonHeader_centerDominate__3c6Vs .CommonHeader_flexCenter__f18uz{flex:1 1;flex-grow:1;overflow:visible}.CommonHeader_header__6SuZJ .CommonHeader_content__nkZ_C.CommonHeader_centerDominate__3c6Vs .CommonHeader_flexRight__rMGM1{flex:none;flex-grow:none}.CommonHeader_header__6SuZJ.CommonHeader_showCoupon__oXC_1 .CommonHeader_content__nkZ_C{top:60px}@media(max-width:576px){.CommonHeader_header__6SuZJ.CommonHeader_showCoupon__oXC_1 .CommonHeader_content__nkZ_C{top:50px}}.CommonHeader_header__6SuZJ.CommonHeader_zoomed__LEOQa .CommonHeader_content__nkZ_C{height:72px}@media(max-width:576px){.CommonHeader_header__6SuZJ.CommonHeader_zoomed__LEOQa .CommonHeader_content__nkZ_C{height:52px}}@media(min-width:1800px){.CommonHeader_header__6SuZJ.CommonHeader_zoomed__LEOQa .CommonHeader_content__nkZ_C{height:90px}}@media(max-width:576px){.CommonHeader_header__6SuZJ.CommonHeader_darkLanding__OUc6W .CommonHeader_content__nkZ_C{height:72px}}.CommonHeader_header__6SuZJ .CommonHeader_logo__ksQpv{align-items:center;display:flex;margin-right:24px;flex-shrink:0}@media(max-width:576px){.CommonHeader_header__6SuZJ .CommonHeader_logo__ksQpv{margin-right:0;margin-left:16px;position:relative}.CommonHeader_header__6SuZJ .CommonHeader_logo__ksQpv[data-small=true]{width:40px}.CommonHeader_header__6SuZJ .CommonHeader_logo__ksQpv.CommonHeader_logoRight__ND6_E{margin-right:16px;margin-left:0}}.CommonHeader_header__6SuZJ .CommonHeader_flexLeft__5Atjt{flex:1 1;align-items:center;display:flex;justify-content:flex-start;flex-shrink:0;flex-grow:1}.CommonHeader_header__6SuZJ .CommonHeader_flexCenter__f18uz{display:flex;flex-shrink:1;overflow:hidden;justify-content:center}.CommonHeader_header__6SuZJ .CommonHeader_flexRight__rMGM1{flex:1 1;align-items:center;display:flex;flex-shrink:0;flex-grow:1;justify-content:flex-end}.CommonHeader_header__6SuZJ.CommonHeader_dark__bS_HF{background-color:#1d1e21;border-bottom:1px solid #36373c}.CommonHeader_header__6SuZJ.CommonHeader_darkLanding__OUc6W{border-bottom:none;background:rgba(23,23,26,.92);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.CommonHeader_pricingButton__xFpGZ{height:50px;display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:600;line-height:20px;padding-left:8px;padding-right:8px;border-radius:4px;transition:all .25s ease-out;text-decoration:none!important;color:#36373c}.CommonHeader_pricingButton__xFpGZ:not(.CommonHeader_landing__33KY9):hover{background:#f1f2f6}.CommonHeader_pricingButton__xFpGZ{margin:0 24px 0 16px}.CommonHeader_pricingButton__xFpGZ.CommonHeader_landing__33KY9{color:#8b8c8e}.CommonHeader_pricingButton__xFpGZ.CommonHeader_landing__33KY9:hover,.CommonHeader_pricingButton__xFpGZ.CommonHeader_landing__33KY9[data-active=true]{color:#fff}@media(max-width:660px){.CommonHeader_pricingButton__xFpGZ{justify-content:flex-start;margin:0;padding:32px 16px}}.CommonHeader_createProjectContainer__J76MF{position:relative}.CommonHeader_createProjectButton__5Lyte{padding-left:32px;padding-right:32px;margin:8px;height:50px;color:#fff;font-weight:600;font-size:16px;display:flex;align-items:center;border-radius:4px;transition:background .25s ease-out;background:linear-gradient(103deg,#3d4ff7,#c145ed 50%,#3d4ff7) var(--x,0)/200%}@media(min-width:577px){.CommonHeader_createProjectButton__5Lyte:hover{--x:100%}}@media(max-width:374px){.CommonHeader_createProjectButton__5Lyte{padding:0 12px}}.CommonHeader_createProjectButton__5Lyte[data-preivew=true]{height:40px}@media(min-width:1800px){.CommonHeader_createProjectButton__5Lyte[data-preivew=true]{height:50px}}.CommonHeader_createProjectButton__5Lyte[data-hidden=true]{visibility:hidden}.CommonHeader_dark__bS_HF .CommonHeader_content__nkZ_C{max-width:none}.CommonHeader_tryPlatinumButton__CSz9G{background-color:rgba(243,193,47,.25);transition:background-color .25s ease-out;padding:7px 24px 7px 22px;margin:8px;border-radius:4px}@media(min-width:1800px){.CommonHeader_tryPlatinumButton__CSz9G{padding:12px 24px 12px 22px}}.CommonHeader_tryPlatinumButton__CSz9G span{color:#f39d48!important;font-size:14px}@media(min-width:1800px){.CommonHeader_tryPlatinumButton__CSz9G span{font-size:16px}}@media(min-width:577px){.CommonHeader_tryPlatinumButton__CSz9G:hover{background-color:rgba(243,193,47,.5)}}@media(max-width:576px){.CommonHeader_tryPlatinumButton__CSz9G{border-radius:0;flex-shrink:0;margin:0;height:52px;display:flex;align-items:center;justify-content:center;background:rgba(243,193,47,.25)}}@media(max-width:1100px){.CommonHeader_tryPlatinumButton__CSz9G{height:48px;padding:10px}}.CommonHeader_tryPlatinumButton__CSz9G.CommonHeader_generator__xcFoH{background:linear-gradient(100deg,rgba(250,216,70,.17) 25%,rgba(242,159,70,.17) 75%) padding-box var(--x,50%)/200%,linear-gradient(#17171a,#17171a) padding-box var(--x,50%)/200%,linear-gradient(100deg,#fad846 25%,#f29f46 75%) border-box var(--x,50%)/200%;border:1px solid rgba(0,0,0,0);transition:all .25s ease-out}@media(min-width:577px){.CommonHeader_tryPlatinumButton__CSz9G.CommonHeader_generator__xcFoH:hover{--x:calc(100% + 1px)}}.CommonHeader_tryPlatinumButton__CSz9G.CommonHeader_generator__xcFoH span{color:#f3c12f!important}@media(min-width:577px){.CommonHeader_tryPlatinumButton__CSz9G.CommonHeader_generator__xcFoH:hover{background-color:rgba(136,104,21,.44)}}@media(max-width:576px){.CommonHeader_tryPlatinumButton__CSz9G.CommonHeader_generator__xcFoH{border:none}}.CommonHeader_blogMenuItem__Pv_pn{margin-right:16px;margin-left:0}.CommonHeader_blogMenuItem__Pv_pn.CommonHeader_generator__xcFoH svg path{stroke:#fff!important}.CommonHeader_blogMenuItem__Pv_pn.CommonHeader_landing__33KY9 path{stroke:#fff}.CommonHeader_blogMenuItem__Pv_pn.CommonHeader_landing__33KY9{background:none!important}.CommonHeader_blogMenuItem__Pv_pn.CommonHeader_landing__33KY9:not(:hover):not(.CommonHeader_blogMenuItem__Pv_pn.CommonHeader_landing__33KY9.CommonHeader_active__wdXyi) span{color:#8b8c8e}.CommonHeader_blogMenuItem__Pv_pn.CommonHeader_landing__33KY9:not(:hover):not(.CommonHeader_blogMenuItem__Pv_pn.CommonHeader_landing__33KY9.CommonHeader_active__wdXyi) svg path{stroke:#8b8c8e}@media(max-width:576px){.CommonHeader_blogMenuItem__Pv_pn.CommonHeader_landing__33KY9{margin-right:0}.CommonHeader_blogMenuItem__Pv_pn:not(.CommonHeader_landing__33KY9){height:56px;justify-content:flex-start;margin-top:8px;margin-bottom:8px;margin-right:0;padding-left:16px!important;position:relative}.CommonHeader_blogMenuItem__Pv_pn:not(.CommonHeader_landing__33KY9) svg{margin-right:8px;width:20px}.CommonHeader_blogMenuItem__Pv_pn:not(.CommonHeader_landing__33KY9):after{content:"";left:0;right:0;bottom:-8px;position:absolute;border-bottom:1px solid #36373c}}.CommonHeader_blogMenuItem__Pv_pn:not(.CommonHeader_generator__xcFoH):not(.CommonHeader_landing__33KY9) svg path{stroke:#36373c!important}.CommonHeader_blogMenuItem__Pv_pn:not(.CommonHeader_generator__xcFoH):not(.CommonHeader_landing__33KY9) span{color:#36373c!important}.CommonHeader_blogMenuItem__Pv_pn:not(.CommonHeader_generator__xcFoH):not(.CommonHeader_landing__33KY9).CommonHeader_active__wdXyi,.CommonHeader_blogMenuItem__Pv_pn:not(.CommonHeader_generator__xcFoH):not(.CommonHeader_landing__33KY9):hover{background:#f1f2f6!important}@media(max-width:576px){.CommonHeader_blogMenuItem__Pv_pn:not(.CommonHeader_generator__xcFoH):not(.CommonHeader_landing__33KY9):after{border-bottom:1px solid rgba(214,214,214,.5)}}.CommonHeader_mobileMenuButton__c0_xD{margin-right:10px;padding:6px 8px}.CommonHeader_mobileMenuButton__c0_xD path{stroke:#1d1e21}.CommonHeader_mobileMenuButton__c0_xD.CommonHeader_generator__xcFoH{margin-right:0;margin-left:10px}.CommonHeader_mobileMenuButton__c0_xD.CommonHeader_generator__xcFoH path{stroke:#fff}.CommonHeader_stickyGeneratorButton__Oz8o8{position:fixed;z-index:5}.CommonHeader_stickyGeneratorButton__Oz8o8[data-hidden=true]{pointer-events:none}.CommonHeader_dropdownMenu__JkmHL>div:last-child{width:244px;left:0;top:calc(100% + 20px)}@media(max-width:576px){.CommonHeader_dropdownMenu__JkmHL>div:last-child{margin-top:0!important}}.CommonHeader_dropdownMenu__JkmHL.CommonHeader_mobileView__SfLwl>div:last-child{width:100%}.CommonHeader_dropdownOption__72TyZ{height:auto;padding-right:16px;padding-left:20px}.CommonHeader_dropdownOption__72TyZ>span{align-self:flex-start}.CommonHeader_dropdownOption__72TyZ span{font-weight:600;font-size:14px;line-height:18px;padding-top:8px}@media(max-width:576px){.CommonHeader_dropdownOption__72TyZ span{font-size:16px;line-height:20px}}.CommonHeader_dropdownOption__72TyZ p{font-weight:500;font-size:12px;line-height:15px;text-align:left;color:#8b8c8e;margin:2px 0 0;padding-bottom:8px}@media(max-width:576px){.CommonHeader_dropdownOption__72TyZ p{font-size:14px;line-height:18px}}@media(min-width:577px){.CommonHeader_dropdownOption__72TyZ:hover{background-color:#25202d!important}.CommonHeader_dropdownOption__72TyZ:hover:after{background:linear-gradient(.287turn,#783df7 6.46%,#c145ed 98.38%)}.CommonHeader_dropdownOption__72TyZ:hover p{color:#a297b4}.CommonHeader_dropdownMenu__JkmHL.CommonHeader_light__OuuMH .CommonHeader_dropdownOption__72TyZ:hover{background-color:#f8f4ff!important}.CommonHeader_dropdownMenu__JkmHL.CommonHeader_light__OuuMH .CommonHeader_dropdownOption__72TyZ:hover:after{background:linear-gradient(.287turn,#783df7 6.46%,#c145ed 98.38%)}.CommonHeader_dropdownMenu__JkmHL.CommonHeader_light__OuuMH .CommonHeader_dropdownOption__72TyZ:hover p{color:#8b8c8e}}.CommonHeader_logoContainer__YYEuo{position:relative;width:114px;height:15px}.CommonHeader_logoContainer__YYEuo.CommonHeader_small__jsa_Q{width:40px;height:40px}@keyframes NoPreview_shimmer__kWNoV{0%{background-position:-1200px 0}to{background-position:1200px 0}}.NoPreview_container__8uinR{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.NoPreview_container__8uinR .NoPreview_innerContainer__MpzaS{width:-moz-fit-content;width:fit-content;max-width:calc(100% - 32px);height:-moz-fit-content;height:fit-content;padding:16px;display:flex;flex-direction:column;align-items:center;gap:32px;border-radius:8px;border:1px solid #36373c;background:#1d1e21;box-shadow:0 6px 6px 0 rgba(0,0,0,.8)}.NoPreview_container__8uinR .NoPreview_innerContainer__MpzaS .NoPreview_titleContainer__kf3CS{display:flex;flex-direction:column;align-items:center;gap:16px}.NoPreview_container__8uinR .NoPreview_innerContainer__MpzaS .NoPreview_smile__MD84i{font-size:26px;font-weight:400;line-height:33px}.NoPreview_container__8uinR .NoPreview_innerContainer__MpzaS .NoPreview_text__LSYtJ{font-size:18px;font-weight:400;line-height:23px;text-align:center;color:#fff}.NoPreview_container__8uinR .NoPreview_innerContainer__MpzaS .NoPreview_btn__Hhobd{width:100%;height:46px;display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:600;line-height:20px;color:#fff;border-radius:12px;transition:background .25s ease-out;background:linear-gradient(103deg,#3d4ff7,#c145ed 50%,#3d4ff7) var(--x,0)/200%}@media(min-width:577px){.NoPreview_container__8uinR .NoPreview_innerContainer__MpzaS .NoPreview_btn__Hhobd:hover{--x:100%}}.NoPreview_container__8uinR .NoPreview_innerContainer__MpzaS .NoPreview_btn__Hhobd{cursor:pointer}.NoPreview_container__8uinR .NoPreview_innerContainer__MpzaS .NoPreview_annotation__e7_Ry{padding-top:12px;border-top:1px solid #36373c;font-size:14px;font-weight:400;line-height:18px;text-align:center;color:#fff}.NoPreview_container__8uinR .NoPreview_innerContainer__MpzaS .NoPreview_annotation__e7_Ry a{font-weight:700;text-decoration:none!important}@keyframes IconButton_shimmer__TGHeX{0%{background-position:-1200px 0}to{background-position:1200px 0}}.IconButton_cursoring__QwCIX{cursor:pointer}.IconButton_container__ktU18.IconButton_cursoring__QwCIX{cursor:not-allowed}.IconButton_container__ktU18{width:min-content;display:flex;flex-direction:row;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;align:center}.IconButton_container__ktU18 .IconButton_icon__7b_sz{color:#adb2b8}.IconButton_container__ktU18.IconButton_enabled__WIzRD.IconButton_cursoring__QwCIX{cursor:pointer}.IconButton_container__ktU18.IconButton_enabled__WIzRD .IconButton_icon__7b_sz{color:#fff;transition:color .25s ease-out}.IconButton_container__ktU18.IconButton_enabled__WIzRD .IconButton_icon__7b_sz path{transition:all .25s ease-out}.IconButton_container__ktU18.IconButton_enabled__WIzRD:hover .IconButton_icon__7b_sz{color:#4a4f53}.IconButton_container__ktU18.IconButton_enabled__WIzRD:hover.IconButton_isHoverWhite___kjZC .IconButton_icon__7b_sz{color:#fff}.IconButton_container__ktU18.IconButton_enabled__WIzRD:hover.IconButton_isHoverWhite___kjZC .IconButton_icon__7b_sz path{stroke:#fff}.IconButton_container__ktU18.IconButton_enabled__WIzRD:hover.IconButton_isHoverBlack__FaLl2 .IconButton_icon__7b_sz{color:#1d1e21}.IconButton_container__ktU18.IconButton_enabled__WIzRD:hover.IconButton_isHoverBlack__FaLl2 .IconButton_icon__7b_sz path{stroke:#1d1e21}.IconButton_container__ktU18.IconButton_small___RJeC .IconButton_icon__7b_sz{width:16px;height:16px}.IconButton_container__ktU18.IconButton_medium__uuVYn .IconButton_icon__7b_sz{width:20px;height:20px}.IconButton_container__ktU18.IconButton_large__StkfF .IconButton_icon__7b_sz{width:24px;height:24px}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9;--rt-transition-show-delay:0.15s;--rt-transition-closing-delay:0.15s;--rt-arrow-size:8px}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute;z-index:-1}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:var(--rt-arrow-size);width:var(--rt-arrow-size)}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}@keyframes Tooltip_shimmer__XHH5c{0%{background-position:-1200px 0}to{background-position:1200px 0}}.Tooltip_container__H2K_z{background-color:#f8f9fb;color:#1d1e21;font-size:12px;padding:8px;border-radius:4px;font-weight:500;z-index:10;opacity:1}.Tooltip_container__H2K_z>div:last-child{transform:scale(1.8) rotate(45deg)}.Tooltip_container__H2K_z.Tooltip_primary__pVpPs{border-radius:4px;padding:25px;color:#fff;background:linear-gradient(.287turn,#c145ed 6.46%,#3d4ff7 98.38%);font-weight:600;font-size:16px}.Tooltip_container__H2K_z.Tooltip_primary__pVpPs:before{position:absolute;content:"";left:1px;top:1px;z-index:-1;bottom:1px;right:1px;border-radius:4px;background-color:#17171a}.Tooltip_container__H2K_z.Tooltip_primary__pVpPs .react-tooltip-arrow{z-index:-2}.Tooltip_container__H2K_z.Tooltip_primary__pVpPs .react-tooltip-arrow:before{position:absolute;content:"";left:0;top:0;z-index:-1;bottom:1px;right:1px;background-color:#17171a}@keyframes SidebarLayout_shimmer__XhSc4{0%{background-position:-1200px 0}to{background-position:1200px 0}}.SidebarLayout_container__8DdP_{width:100%;height:100%;overflow:hidden;background:#17171a;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:row}@media(max-width:576px){.SidebarLayout_container__8DdP_{flex-direction:column}}.SidebarLayout_sidebarContainer__lRtCs{position:relative;min-width:72px;width:72px;height:100%;z-index:2}@media(max-width:576px){.SidebarLayout_sidebarContainer__lRtCs{display:none}}.SidebarLayout_sidebarContainerAllwaysOpen__j4nzp{width:-moz-fit-content;width:fit-content;min-width:-moz-fit-content;min-width:fit-content}.SidebarLayout_sidebarContainerAllwaysOpen__j4nzp .SidebarLayout_sidebar__QCKqK{position:relative}.SidebarLayout_sidebar__QCKqK{position:absolute;top:0;left:0;bottom:0;width:100vw;height:100%;max-width:72px;background:#1d1e21;border-right:1px solid #333;transition:all .25s ease-out;display:flex;flex-direction:column}@media(max-width:576px){.SidebarLayout_sidebar__QCKqK{overflow-x:hidden;overflow-y:auto}.SidebarLayout_sidebar__QCKqK::-webkit-scrollbar-thumb{height:73px;width:24px;background-clip:padding-box;border-radius:15px;border:8px solid rgba(0,0,0,0);background:#36373c}.SidebarLayout_sidebar__QCKqK::-webkit-scrollbar-corner{background-color:rgba(0,0,0,0)}.SidebarLayout_sidebar__QCKqK::-webkit-scrollbar{height:5px;width:5px}.SidebarLayout_sidebar__QCKqK::-webkit-scrollbar-track{background:#1d1e21;height:3px;width:3px}.SidebarLayout_sidebar__QCKqK,.SidebarLayout_sidebar__QCKqK *{touch-action:pan-y}}.SidebarLayout_sidebarHeader__3cHVf{width:100%;height:64px;min-height:64px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #333;transition:all .25s ease-out}.SidebarLayout_sidebarHeaderLogo__vg0Bf{position:relative;cursor:pointer;font-family:var(--font-quicksand);font-weight:700;font-size:24px;line-height:140%;letter-spacing:0;background-clip:text;-webkit-background-clip:text!important;-webkit-text-fill-color:rgba(0,0,0,0);background:linear-gradient(.287turn,#3d4ff7 6.46%,#c145ed 98.38%)}.SidebarLayout_sidebarContent__ox71M{flex:1 1;display:flex;flex-direction:column;justify-content:space-between}@media(max-width:576px){.SidebarLayout_sidebarContent__ox71M{justify-content:flex-start}}.SidebarLayout_sidebarContentTabs__ySQhH{padding:8px 12px;display:flex;flex-direction:column;gap:12px}@media(max-width:576px){.SidebarLayout_sidebarContentTabs__ySQhH{padding:6px 12px;gap:4px;border-bottom:1px solid #333}.SidebarLayout_sidebarContentTabs__ySQhH:last-child{border:none}}.SidebarLayout_sidebarContentDivider__PVnt0{width:100%;min-height:1px;height:1px;background:#333;border:100px}.SidebarLayout_sidebarContentTab__7C8PO{width:100%;height:48px;display:flex;flex-direction:row;align-items:center;gap:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0 13px;border-radius:8px;cursor:pointer;transition:all .25s ease-out}.SidebarLayout_sidebarContentTab__7C8PO:not(.SidebarLayout_sidebarContentTabSoon__t9SMG):hover{background:#292a2d}.SidebarLayout_sidebarContentTabSoon__t9SMG{cursor:default}.SidebarLayout_sidebarContentTabSoon__t9SMG .SidebarLayout_tabIcon__VC2s4 svg path,.SidebarLayout_sidebarContentTabSoon__t9SMG .SidebarLayout_tabName__Uy7_4{color:#595d62}.SidebarLayout_sidebarContentTabActive__Co6OC{background:#292a2d}.SidebarLayout_sidebarContentTabActive__Co6OC .SidebarLayout_tabIcon__VC2s4 svg path,.SidebarLayout_sidebarContentTabActive__Co6OC .SidebarLayout_tabName__Uy7_4{color:#e3e3e2}.SidebarLayout_tabIcon__VC2s4{min-width:22px;width:22px;height:22px;transition:all .25s ease-out}.SidebarLayout_tabIcon__VC2s4 svg{color:#8b8c8e!important}.SidebarLayout_tabContent__HjxFP{width:-moz-fit-content;width:fit-content;max-width:0;opacity:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;overflow:hidden;transition:all .25s ease-out}.SidebarLayout_tabName__Uy7_4{flex:1 1;font-size:14px}.SidebarLayout_tabName__Uy7_4,.SidebarLayout_tabSoon__LJIJk{font-weight:700;line-height:130%;white-space:nowrap;color:#8b8c8e;transition:all .25s ease-out}.SidebarLayout_tabSoon__LJIJk{padding:2px 8px;border-radius:24px;background:#2e2f31;font-size:10px}.SidebarLayout_sidebarContentTabTooltip__wLlz5{padding:8px 18px!important;opacity:1!important;background:#1d1e21!important;border:1px solid #333438!important;border-radius:12px;font-weight:600;font-size:14px;line-height:140%;white-space:nowrap;color:#dfdfe3!important;box-shadow:0 8px 30px rgba(0,0,0,.54)}.SidebarLayout_sidebarContentTabTooltip__wLlz5>div:last-child{border-left:1px solid rgba(0,0,0,0);border-bottom:1px solid rgba(0,0,0,0);border-color:rgba(0,0,0,0) rgba(0,0,0,0) #333438 #333438;border-style:solid;border-width:1px;transform:rotate(45deg)}.SidebarLayout_sidebarContentTabTooltipHidden__d71Ku{display:none}.SidebarLayout_sidebarContentTabTooltipSoon__g0Q38{color:#595d62}.SidebarLayout_sidebarLockerContainer__9avEC{width:100%;padding:8px 12px}.SidebarLayout_sidebarLockerContainerActive___ejUr .SidebarLayout_sidebarContentTab__7C8PO{background:#292a2d}.SidebarLayout_sidebarLockerContainerActive___ejUr .SidebarLayout_sidebarContentTab__7C8PO .SidebarLayout_tabIcon__VC2s4 svg path,.SidebarLayout_sidebarLockerContainerActive___ejUr .SidebarLayout_sidebarContentTab__7C8PO .SidebarLayout_tabName__Uy7_4{color:#e3e3e2}.SidebarLayout_sidebarFooter__H7cY1{position:relative;width:100%;height:78px;display:flex;justify-content:center;align-items:center;padding:13px 10px;border-top:1px solid #333}.SidebarLayout_sidebarFooterProfile__8aMZE{width:100%;padding:4px;display:flex;flex-direction:row;align-items:center;gap:0;cursor:pointer;border-radius:8px;transition:all .25s ease-out}.SidebarLayout_sidebarFooterProfile__8aMZE:hover{background:#292a2d}.SidebarLayout_sidebarFooterProfile__8aMZE:hover .SidebarLayout_profileIconInner__xpSnI{outline-color:#292a2d}.SidebarLayout_sidebarFooterProfileCreator__bl6Lg .SidebarLayout_profileIcon__zyipf{transition:background .25s ease-out;background:linear-gradient(103deg,#f4f4f4,#d1d7da 50%,#f4f4f4) var(--x,0)/200%}@media(min-width:577px){.SidebarLayout_sidebarFooterProfileCreator__bl6Lg .SidebarLayout_profileIcon__zyipf:hover{--x:100%}}.SidebarLayout_sidebarFooterProfilePro__UmFmA .SidebarLayout_profileIcon__zyipf{transition:background .25s ease-out;background:linear-gradient(103deg,#f3c12f,#ee9329 50%,#f3c12f) var(--x,0)/200%}@media(min-width:577px){.SidebarLayout_sidebarFooterProfilePro__UmFmA .SidebarLayout_profileIcon__zyipf:hover{--x:100%}}.SidebarLayout_sidebarFooterProfileOpen__uxcAx{background:#292a2d}.SidebarLayout_sidebarFooterProfileOpen__uxcAx .SidebarLayout_profileIconInner__xpSnI{outline-color:#292a2d}.SidebarLayout_sidebarFooterProfileOpen__uxcAx .SidebarLayout_profileContentArrow__k69_7{transform:rotate(0)}@media(max-width:576px){.SidebarLayout_sidebarFooterProfileOpen__uxcAx .SidebarLayout_profileContentArrow__k69_7{transform:rotate(-90deg)}}.SidebarLayout_profileIcon__zyipf{min-width:44px;width:44px;height:44px}.SidebarLayout_profileIconInner__xpSnI,.SidebarLayout_profileIcon__zyipf{border-radius:50%;display:flex;justify-content:center;align-items:center;background:#3b3b3b}.SidebarLayout_profileIconInner__xpSnI{position:relative;width:36px;height:36px;outline:2px solid #1d1e21;transition:all .25s ease-out}.SidebarLayout_profileIconInner__xpSnI .SidebarLayout_profileIconUser__Mi97f{width:20px}.SidebarLayout_profileIconInner__xpSnI .SidebarLayout_profileIconDisk__BBQaS{position:absolute;top:-4px;right:-4px;width:14px}.SidebarLayout_profileIconInner__xpSnI span{font-weight:700;font-size:14px;text-transform:uppercase;color:#dfdfe3}.SidebarLayout_profileContent__G82S4{flex:1 1;max-width:0;opacity:0;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;overflow:hidden;transition:all .25s ease-out}.SidebarLayout_profileContentInfo__ve_KQ{flex:1 1;display:flex;flex-direction:column}.SidebarLayout_profileContentInfoName__MzLIF{font-weight:700;font-size:14px;line-height:130%;white-space:nowrap;color:#dfdfe3}.SidebarLayout_profileContentInfoPlan__Fo4IF{font-weight:600;font-size:12px;line-height:140%;white-space:nowrap;color:#8b8c8e}.SidebarLayout_profileContentArrow__k69_7{min-width:18px;width:18px;transform:rotate(90deg);transition:all .25s ease-out}.SidebarLayout_profileContentArrow__k69_7 path{color:#dfdfe3}.SidebarLayout_profileContentLogin__QP1Xs{min-width:16px;width:16px;transition:all .25s ease-out}.SidebarLayout_profileContentLogin__QP1Xs path{color:#dfdfe3}.SidebarLayout_tabContainer__aohDB{position:relative;flex:1 1;height:100%;overflow:hidden;z-index:1;background:#141618}.SidebarLayout_pageLoading__mnt3r{position:absolute;inset:0;z-index:1000}.SidebarLayout_sidebar__QCKqK:not(.SidebarLayout_sidebarLocked__MPXQI).SidebarLayout_sidebarOpen__MQHmk{width:-moz-fit-content;width:fit-content;min-width:-moz-fit-content;min-width:fit-content;max-width:250px}.SidebarLayout_sidebar__QCKqK:not(.SidebarLayout_sidebarLocked__MPXQI).SidebarLayout_sidebarOpen__MQHmk .SidebarLayout_sidebarHeader__3cHVf{justify-content:flex-start;padding-left:24px}.SidebarLayout_sidebar__QCKqK:not(.SidebarLayout_sidebarLocked__MPXQI).SidebarLayout_sidebarOpen__MQHmk .SidebarLayout_sidebarContentTab__7C8PO{gap:8px}.SidebarLayout_sidebar__QCKqK:not(.SidebarLayout_sidebarLocked__MPXQI).SidebarLayout_sidebarOpen__MQHmk .SidebarLayout_sidebarContentTab__7C8PO .SidebarLayout_tabContent__HjxFP{max-width:200px;opacity:1}.SidebarLayout_sidebar__QCKqK:not(.SidebarLayout_sidebarLocked__MPXQI).SidebarLayout_sidebarOpen__MQHmk .SidebarLayout_sidebarFooterProfile__8aMZE{gap:8px;padding:4px 12px 4px 4px}.SidebarLayout_sidebar__QCKqK:not(.SidebarLayout_sidebarLocked__MPXQI).SidebarLayout_sidebarOpen__MQHmk .SidebarLayout_sidebarFooterProfile__8aMZE .SidebarLayout_profileContent__G82S4{max-width:200px;opacity:1}.SidebarLayout_mobileSidebarHeader__MhNpq{width:100%;height:54px;padding:0 16px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;background:#1d1e21}.SidebarLayout_mobileSidebarHeader__MhNpq .SidebarLayout_mobileSidebarHeaderBurger__7SNhh{width:32px;height:32px;display:flex;justify-content:center;align-items:center;cursor:pointer}.SidebarLayout_mobileSidebarHeader__MhNpq .SidebarLayout_mobileSidebarHeaderBurger__7SNhh svg{width:24px;height:24px}.SidebarLayout_mobileSidebarHeader_STUDIO__HgSZa{justify-content:space-between}.SidebarLayout_mobileSidebarContainerBg__gn69z{position:fixed;inset:0;z-index:-1;opacity:0;background:rgba(0,0,0,.8);transition:all .25s ease-out}.SidebarLayout_mobileSidebarContainerBgOpen__zoYLg{z-index:100;opacity:1}.SidebarLayout_mobileSidebarContainer__BWXxx{position:fixed;top:0;left:0;bottom:0;z-index:101;width:0;overflow:hidden;transition:all .25s ease-out}.SidebarLayout_mobileSidebarContainer__BWXxx .SidebarLayout_sidebar__QCKqK{width:100vw!important;max-width:100%!important;min-width:100%!important}.SidebarLayout_mobileSidebarContainer__BWXxx .SidebarLayout_tabContent__HjxFP{width:-moz-fit-content!important;width:fit-content!important}.SidebarLayout_mobileSidebarContainer__BWXxx .SidebarLayout_profileContent__G82S4{max-width:unset!important}.SidebarLayout_mobileSidebarContainerOpen__QiSqO{width:calc(100vw - 72px)}.SidebarLayout_mobileTryProBtnContainer__jMp_q{padding:8px 12px;border-bottom:1px solid #333}.SidebarLayout_mobileCloseBtn___t6PD{width:22px}.SidebarLayout_mobileCloseBtn___t6PD svg path{color:#8b8c8e}@media(max-width:576px){.SidebarLayout_sidebarHeader__3cHVf{padding:0 24px!important;justify-content:space-between!important;align-items:center!important}}@keyframes SidebarLayoutComponents_shimmer__JN8_L{0%{background-position:-1200px 0}to{background-position:1200px 0}}.SidebarLayoutComponents_footerProfileMenu__8gcix{min-width:200px;position:absolute;right:-6px;bottom:12px;transform:translateX(100%);border-radius:8px;background:#1d1e21;border:1px solid #36373c;box-shadow:0 8px 30px rgba(0,0,0,.54)}@media(max-width:576px){.SidebarLayoutComponents_footerProfileMenu__8gcix{left:12px;right:12px;bottom:calc(100% - 5px);transform:none}}.SidebarLayoutComponents_footerProfileMenuHeader__TuEvz{padding:12px 8px;border-bottom:1px solid #36373c}.SidebarLayoutComponents_footerProfileMenuContent__33KFL{padding:8px 0;border-bottom:1px solid #36373c}.SidebarLayoutComponents_footerProfileMenuItem__HxEOP{position:relative;width:100%;height:48px;padding:0 16px;cursor:pointer;transition:all .25s ease-out;display:flex;flex-direction:row;align-items:center;gap:12px}.SidebarLayoutComponents_footerProfileMenuItem__HxEOP .SidebarLayoutComponents_footerProfileMenuItemTextIcon__NSWqm,.SidebarLayoutComponents_footerProfileMenuItem__HxEOP svg{width:18px}.SidebarLayoutComponents_footerProfileMenuItem__HxEOP .SidebarLayoutComponents_footerProfileMenuItemTextIcon__NSWqm,.SidebarLayoutComponents_footerProfileMenuItem__HxEOP span{font-style:normal;font-weight:600;font-size:14px;line-height:140%;white-space:nowrap}.SidebarLayoutComponents_footerProfileMenuItem__HxEOP .SidebarLayoutComponents_footerProfileMenuItemTextIcon__NSWqm,.SidebarLayoutComponents_footerProfileMenuItem__HxEOP span,.SidebarLayoutComponents_footerProfileMenuItem__HxEOP svg *{color:#f4f4f8}.SidebarLayoutComponents_footerProfileMenuItem__HxEOP .SidebarLayoutComponents_footerProfileMenuItemTextIcon__NSWqm{text-align:center}.SidebarLayoutComponents_footerProfileMenuItem__HxEOP:before{content:"";position:absolute;top:0;left:0;bottom:0;width:4px;border-radius:0 4px 4px 0;background:#3e72fd;opacity:0;transition:all .25s ease-out}.SidebarLayoutComponents_footerProfileMenuItem__HxEOP:hover{background:#292a2d}.SidebarLayoutComponents_footerProfileMenuItem__HxEOP:hover:before{opacity:1}.SidebarLayoutComponents_tryProBtn__pblq8{width:100%;min-width:-moz-fit-content;min-width:fit-content;height:40px;padding:0 12px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:6px;background:linear-gradient(100deg,rgba(250,216,70,.17) 25%,rgba(242,159,70,.17) 75%) padding-box var(--x,50%)/200%,linear-gradient(#17171a,#17171a) padding-box var(--x,50%)/200%,linear-gradient(100deg,#fad846 25%,#f29f46 75%) border-box var(--x,50%)/200%;border:1px solid rgba(0,0,0,0);transition:all .25s ease-out}@media(min-width:577px){.SidebarLayoutComponents_tryProBtn__pblq8:hover{--x:calc(100% + 1px)}}.SidebarLayoutComponents_tryProBtn__pblq8{border-radius:6px;cursor:pointer}.SidebarLayoutComponents_tryProBtn__pblq8 svg{width:18px}.SidebarLayoutComponents_tryProBtn__pblq8 span{font-family:var(--font-quicksand);font-weight:700;font-size:14px;line-height:130%;white-space:nowrap;color:#f3c12f}@media(max-width:576px){.SidebarLayoutComponents_tryProBtn__pblq8{height:48px;gap:8px}.SidebarLayoutComponents_tryProBtn__pblq8 svg{width:22px}}.SidebarLayoutComponents_profileMenuDropdown__stQ8i>div:last-child{width:258px;left:calc(100% + 6px);top:unset;bottom:0}.SidebarLayoutComponents_dropdownContainer__4iZtk{position:relative;width:100%;height:-moz-fit-content;height:fit-content;border-radius:8px;border:1px solid rgba(0,0,0,0)}.SidebarLayoutComponents_dropdownContainer__4iZtk,.SidebarLayoutComponents_dropdownContainer__4iZtk *{transition:all .25s ease-out}.SidebarLayoutComponents_dropdownContainerOpen__JD2KM{border-color:#333}.SidebarLayoutComponents_dropdownContainerOpen__JD2KM>.SidebarLayoutComponents_dropdownTrigger__sm_UF{background:#292a2d}.SidebarLayoutComponents_dropdownContainerOpen__JD2KM>.SidebarLayoutComponents_dropdownTrigger__sm_UF:before{opacity:1}.SidebarLayoutComponents_dropdownContainerOpen__JD2KM>.SidebarLayoutComponents_dropdownTrigger__sm_UF .SidebarLayoutComponents_dropdownTriggerArrow__WVKeP svg{transform:rotate(-90deg)}.SidebarLayoutComponents_dropdownContainerOpen__JD2KM>.SidebarLayoutComponents_dropdownTrigger__sm_UF .SidebarLayoutComponents_dropdownTriggerIcon__DNMRW,.SidebarLayoutComponents_dropdownContainerOpen__JD2KM>.SidebarLayoutComponents_dropdownTrigger__sm_UF .SidebarLayoutComponents_dropdownTriggerIcon__DNMRW svg path,.SidebarLayoutComponents_dropdownContainerOpen__JD2KM>.SidebarLayoutComponents_dropdownTrigger__sm_UF .SidebarLayoutComponents_dropdownTriggerTitle__IQ_yy{color:#dfdfe3}.SidebarLayoutComponents_dropdownContainerParent__DtZl9{border:none;padding-left:36px}.SidebarLayoutComponents_dropdownContainerParent__DtZl9:before{content:"";position:absolute;top:44px;left:24px;bottom:0;width:1px;background:#333}.SidebarLayoutComponents_dropdownContainerParent__DtZl9>.SidebarLayoutComponents_dropdownBody__tt45d>.SidebarLayoutComponents_dropdownOption__7UnAw{border:none}.SidebarLayoutComponents_dropdownContainerParent__DtZl9>.SidebarLayoutComponents_dropdownBody__tt45d>.SidebarLayoutComponents_dropdownOption__7UnAw .SidebarLayoutComponents_dropdownOptionIcon__SSYsJ svg path,.SidebarLayoutComponents_dropdownContainerParent__DtZl9>.SidebarLayoutComponents_dropdownBody__tt45d>.SidebarLayoutComponents_dropdownOption__7UnAw .SidebarLayoutComponents_dropdownOptionTitle__L2_yj{color:#8b8c8e}.SidebarLayoutComponents_dropdownTrigger__sm_UF{height:48px;padding:0 14px;position:absolute;left:-1px;top:-1px;right:-1px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:12px;border-radius:8px;overflow:hidden}.SidebarLayoutComponents_dropdownTrigger__sm_UF:before{content:"";position:absolute;top:0;left:0;bottom:0;width:4px;opacity:0;border-radius:0 4px 4px 0;background:#3e72fd}.SidebarLayoutComponents_dropdownTriggerIcon__DNMRW{width:22px;height:22px;min-width:22px;font-weight:700;font-size:14px;line-height:140%;white-space:nowrap;text-align:center;color:#8b8c8e}.SidebarLayoutComponents_dropdownTriggerIcon__DNMRW svg path{color:#8b8c8e}.SidebarLayoutComponents_dropdownTriggerTitle__IQ_yy{flex:1 1;font-weight:700;font-size:14px;line-height:140%;white-space:nowrap;color:#8b8c8e}.SidebarLayoutComponents_dropdownTriggerArrow__WVKeP{width:16px;height:16px;min-width:16px}.SidebarLayoutComponents_dropdownTriggerArrow__WVKeP svg{transform:rotate(90deg)}.SidebarLayoutComponents_dropdownTriggerArrow__WVKeP svg path{color:#8b8c8e}.SidebarLayoutComponents_dropdownBody__tt45d{height:-moz-fit-content;height:fit-content;max-height:44px;overflow:hidden;padding-top:44px;display:flex;flex-direction:column}.SidebarLayoutComponents_dropdownOption__7UnAw{width:100%;padding:16px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;border-bottom:1px solid #333}.SidebarLayoutComponents_dropdownOption__7UnAw:last-child{border:none}.SidebarLayoutComponents_dropdownOptionDisabled__6p4Fm{opacity:.4}.SidebarLayoutComponents_dropdownOptionIcon__SSYsJ{width:22px;height:22px;min-width:22px;font-weight:700;font-size:14px;line-height:140%;white-space:nowrap;text-align:center;color:#dfdfe3}.SidebarLayoutComponents_dropdownOptionContent__ArYH2{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px}.SidebarLayoutComponents_dropdownOptionTitle__L2_yj{font-weight:700;font-size:14px;line-height:140%;color:#dfdfe3}.SidebarLayoutComponents_dropdownOptionText__Dmbi9{font-weight:600;font-size:12px;line-height:140%;color:#8b8c8e}.SidebarLayoutComponents_projectsTableContainer__t1jLe{width:100%;height:-moz-fit-content;height:fit-content;flex:1 1;display:flex;flex-direction:column;gap:16px}.SidebarLayoutComponents_projectsTableNoProjectsContainer__n3Wje{width:100%;flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center}.SidebarLayoutComponents_projectsTableNoProjectsIcon__RrfMe{width:64px;height:64px}.SidebarLayoutComponents_projectsTableNoProjectsIcon__RrfMe svg *{color:#7c7d7e}.SidebarLayoutComponents_projectsTableNoProjectsTitle___h0Kx{font-weight:500;font-size:24px;line-height:120%;text-align:center;text-transform:capitalize;color:#dfdfe3;margin:24px 0 10px}.SidebarLayoutComponents_projectsTableNoProjectsSubtitle__d214E{font-weight:500;font-size:16px;line-height:140%;text-align:center;color:#7c7d7e}.SidebarLayoutComponents_projectsTableDefaultContainer__M_GOh{width:100%;flex:1 1;display:flex;flex-direction:column;gap:16px}.SidebarLayoutComponents_projectsTableSearch__kBvZp{width:100%;height:50px;min-height:50px;padding:0 16px;border-radius:10px;border:1px solid #333;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:24px}.SidebarLayoutComponents_projectsTableSearchDisabled__MRfk1{pointer-events:none}.SidebarLayoutComponents_projectsTableSearchDisabled__MRfk1 .SidebarLayoutComponents_projectsTableSearchIcon__cIfq5,.SidebarLayoutComponents_projectsTableSearchDisabled__MRfk1 .SidebarLayoutComponents_projectsTableSearchInput___A0Ge{opacity:.5}.SidebarLayoutComponents_projectsTableSearchInput___A0Ge{flex:1 1;background:rgba(0,0,0,0);border:none;outline:none;font-weight:600;font-size:16px;line-height:140%;color:#f4f4f8}.SidebarLayoutComponents_projectsTableSearchInput___A0Ge::placeholder{color:#7c7d7e}.SidebarLayoutComponents_projectsTableSearchIcon__cIfq5{width:20px;height:20px}.SidebarLayoutComponents_projectsTableSearchIcon__cIfq5 svg path{color:#7c7d7e;transition:all .25s ease-out}.SidebarLayoutComponents_projectsTableSearchIconActive__2NcW9{cursor:pointer}.SidebarLayoutComponents_projectsTableSearchIconActive__2NcW9:hover svg path{color:#f4f4f8}.SidebarLayoutComponents_projectsTableContent__iRkBb{width:100%;height:-moz-fit-content;height:fit-content;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 56px;overflow-x:auto;overflow-y:hidden}.SidebarLayoutComponents_projectsTableContent__iRkBb::-webkit-scrollbar-thumb{height:73px;width:24px;background-clip:padding-box;border-radius:15px;border:8px solid rgba(0,0,0,0);background:#36373c}.SidebarLayoutComponents_projectsTableContent__iRkBb::-webkit-scrollbar-corner{background-color:rgba(0,0,0,0)}.SidebarLayoutComponents_projectsTableContent__iRkBb::-webkit-scrollbar{height:5px;width:5px}.SidebarLayoutComponents_projectsTableContent__iRkBb::-webkit-scrollbar-track{background:#1d1e21;height:3px;width:3px}@media(max-width:576px){.SidebarLayoutComponents_projectsTableContent__iRkBb{grid-template-columns:1fr 56px}}.SidebarLayoutComponents_projectsTableCell__kawvs{min-width:-moz-fit-content;min-width:fit-content;height:72px;padding:0 24px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;cursor:pointer;transition:all .25s ease-out}@media(min-width:577px){.SidebarLayoutComponents_projectsTableCell__kawvs:nth-child(6n+1){padding:0 16px;border-radius:12px 0 0 12px}.SidebarLayoutComponents_projectsTableCell__kawvs:nth-child(6n){padding:0;justify-content:center;border-radius:0 12px 12px 0}}@media(max-width:576px){.SidebarLayoutComponents_projectsTableCell__kawvs:nth-child(odd){padding:0 16px;border-radius:12px 0 0 12px}.SidebarLayoutComponents_projectsTableCell__kawvs:nth-child(2n){padding:0;justify-content:center;border-radius:0 12px 12px 0}}.SidebarLayoutComponents_projectsTableCell__kawvs:hover .SidebarLayoutComponents_projectsTableCellMenuTrigger__z8sLj svg *{color:#f4f4f8}.SidebarLayoutComponents_projectsTableCellActive__c7RwK{background:#1d1e21}.SidebarLayoutComponents_projectsTableCellSkeletonMode__wQQIX{cursor:default}.SidebarLayoutComponents_projectsTableCellHeader__W82RO{height:48px;gap:8px;border-radius:0!important;border-bottom:1px solid #333;cursor:pointer}.SidebarLayoutComponents_projectsTableCellHeaderActive__7J0Y_ .SidebarLayoutComponents_projectsTableCellHeaderName__ozwxj,.SidebarLayoutComponents_projectsTableCellHeader__W82RO:hover .SidebarLayoutComponents_projectsTableCellHeaderName__ozwxj{color:#dfdfe3}.SidebarLayoutComponents_projectsTableCellHeaderName__ozwxj{font-weight:600;font-size:12px;line-height:130%;text-transform:uppercase;white-space:nowrap;color:#7c7d7e;transition:all .25s ease-out}.SidebarLayoutComponents_projectsTableCellHeaderDirections__HVPms{width:16px;height:16px}.SidebarLayoutComponents_projectsTableCellHeaderDirections__HVPms svg path{color:#7c7d7e;transition:all .25s ease-out}.SidebarLayoutComponents_projectsTableCellHeaderDirectionsAsc__u_Wyo svg path:first-child,.SidebarLayoutComponents_projectsTableCellHeaderDirectionsDsc__RjAPj svg path:last-child{color:#f4f4f8}.SidebarLayoutComponents_projectsTableCellIcon__11J8B{width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:8px;background:#252629}.SidebarLayoutComponents_projectsTableCellIcon__11J8B svg{width:20px}.SidebarLayoutComponents_projectsTableCellIcon__11J8B svg path{color:#7c7d7e}.SidebarLayoutComponents_projectsTableCellName___UJtB{max-width:240px;font-weight:500;font-size:16px;line-height:140%;white-space:nowrap;color:#dfdfe3;flex:1 1;overflow:hidden;text-overflow:ellipsis}.SidebarLayoutComponents_projectsTableCellInfo__hIV0i{font-weight:500;font-size:16px;line-height:140%;color:#7c7d7e;white-space:nowrap}.SidebarLayoutComponents_projectsTableCellMenuTriggerContainer__jvm9J{position:relative}.SidebarLayoutComponents_projectsTableCellMenuTrigger__z8sLj{width:20px;height:20px;cursor:pointer}.SidebarLayoutComponents_projectsTableCellMenuTrigger__z8sLj svg *{color:#7c7d7e;transition:all .25s ease-out}.SidebarLayoutComponents_projectsTableCellMenuContent__gKMCv{position:absolute;width:184px;padding:10px;border-radius:12px;background:#1d1e21;border:1px solid #333;box-shadow:0 8px 30px rgba(0,0,0,.54);z-index:2;transform:translate(-100%,calc(-100% + 18px))}.SidebarLayoutComponents_projectsTableCellMenuItem__aTTyP{width:100%;height:40px;padding:0 12px;cursor:pointer;border-radius:8px;transition:background .25s ease-out;display:flex;flex-direction:row;align-items:center;gap:8px}.SidebarLayoutComponents_projectsTableCellMenuItem__aTTyP svg{width:16px}.SidebarLayoutComponents_projectsTableCellMenuItem__aTTyP span{font-weight:500;font-size:14px;line-height:140%}.SidebarLayoutComponents_projectsTableCellMenuItem__aTTyP span,.SidebarLayoutComponents_projectsTableCellMenuItem__aTTyP svg path{color:#dfdfe3}.SidebarLayoutComponents_projectsTableCellMenuItem__aTTyP:nth-child(3) span,.SidebarLayoutComponents_projectsTableCellMenuItem__aTTyP:nth-child(3) svg path{color:#e94f66}.SidebarLayoutComponents_projectsTableCellMenuItem__aTTyP:hover{background:#292a2d}.SidebarLayoutComponents_projectsTableFooter__9_cT_{width:100%;padding:8px;display:flex;justify-content:center;align-items:center;grid-column:1/-1}.SidebarLayoutComponents_projectsTableShowMore__mTO4M{width:-moz-fit-content;width:fit-content;padding:10px 18px;border-radius:8px;background:#252629;border:1px solid #333;cursor:pointer;transition:all .25s ease-out;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:14px;line-height:140%;color:#f4f4f8}.SidebarLayoutComponents_projectsTableShowMore__mTO4M:hover{background:#2b2d30}@media(max-width:576px){.SidebarLayoutComponents_projectsTableShowMore__mTO4M{width:100%;height:48px}}.SidebarLayoutComponents_projectsTableCellSkeleton__Dahlq{height:16px;border-radius:16px}.SidebarLayoutComponents_projectsTableCellIconSkeleton__QsOZn{width:40px;height:40px;border-radius:8px}.SidebarLayoutComponents_projectsTableCellIconSkeleton__QsOZn,.SidebarLayoutComponents_projectsTableCellSkeleton__Dahlq{animation-duration:2.2s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:SidebarLayoutComponents_shimmer__JN8_L;animation-timing-function:linear;background-size:1200px 100%;background-color:#fff;background-image:linear-gradient(90deg,#232427,#2e2f31,#232427)}.SidebarLayoutComponents_notifyMeModalContainer__WrbBk{position:absolute;inset:0;z-index:100;padding:16px;display:flex;justify-content:center;align-items:center}@media(max-width:576px){.SidebarLayoutComponents_notifyMeModalContainer__WrbBk{padding:0;align-items:flex-end}}.SidebarLayoutComponents_notifyMeModal__tJWRs{width:100%;max-width:420px;overflow:hidden;border-radius:16px;background:#1d1e21;border:1px solid #333}@media(max-width:576px){.SidebarLayoutComponents_notifyMeModal__tJWRs{max-width:unset;border-radius:16px 16px 0 0;border:none}}.SidebarLayoutComponents_notifyMeModalTop__WePNC{width:100%;padding:56px 32px 24px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px}@media(max-width:576px){.SidebarLayoutComponents_notifyMeModalTop__WePNC{padding:32px 16px}}.SidebarLayoutComponents_notifyMeModalIconFirstLayer__G7XKJ,.SidebarLayoutComponents_notifyMeModalIconSecondLayer__OeRCP,.SidebarLayoutComponents_notifyMeModalIconThirdLayer__Km604,.SidebarLayoutComponents_notifyMeModalIcon__ahXr5{position:absolute;inset:0;width:48px;height:48px;border-radius:50%;display:flex;justify-content:center;align-items:center;transform-origin:center}.SidebarLayoutComponents_notifyMeModalIconFirstLayer__G7XKJ svg,.SidebarLayoutComponents_notifyMeModalIconSecondLayer__OeRCP svg,.SidebarLayoutComponents_notifyMeModalIconThirdLayer__Km604 svg,.SidebarLayoutComponents_notifyMeModalIcon__ahXr5 svg{width:24px}.SidebarLayoutComponents_notifyMeModalIconFirstLayer__G7XKJ svg path,.SidebarLayoutComponents_notifyMeModalIconSecondLayer__OeRCP svg path,.SidebarLayoutComponents_notifyMeModalIconThirdLayer__Km604 svg path,.SidebarLayoutComponents_notifyMeModalIcon__ahXr5 svg path{color:#fff}.SidebarLayoutComponents_notifyMeModalIcon__ahXr5{position:relative;inset:unset}.SidebarLayoutComponents_notifyMeModalIconFirstLayer__G7XKJ{animation:SidebarLayoutComponents_notifyMeModalIconFirstLayer__G7XKJ 1.4s infinite;z-index:1}.SidebarLayoutComponents_notifyMeModalIconSecondLayer__OeRCP{animation:SidebarLayoutComponents_notifyMeModalIconSecondLayer__OeRCP 1.4s infinite;z-index:2}.SidebarLayoutComponents_notifyMeModalIconThirdLayer__Km604{z-index:3}.SidebarLayoutComponents_notifyMeModalIcon_TRACK_SEPARATION__ERNSz .SidebarLayoutComponents_notifyMeModalIconFirstLayer__G7XKJ{background:rgba(62,114,253,.3)}.SidebarLayoutComponents_notifyMeModalIcon_TRACK_SEPARATION__ERNSz .SidebarLayoutComponents_notifyMeModalIconSecondLayer__OeRCP{background:rgba(62,114,253,.6)}.SidebarLayoutComponents_notifyMeModalIcon_TRACK_SEPARATION__ERNSz .SidebarLayoutComponents_notifyMeModalIconThirdLayer__Km604{background:#3e72fd}.SidebarLayoutComponents_notifyMeModalIcon_MASTERING__6qmrG .SidebarLayoutComponents_notifyMeModalIconFirstLayer__G7XKJ{background:rgba(29,165,116,.3)}.SidebarLayoutComponents_notifyMeModalIcon_MASTERING__6qmrG .SidebarLayoutComponents_notifyMeModalIconSecondLayer__OeRCP{background:rgba(29,165,116,.6)}.SidebarLayoutComponents_notifyMeModalIcon_MASTERING__6qmrG .SidebarLayoutComponents_notifyMeModalIconThirdLayer__Km604{background:#1da574}.SidebarLayoutComponents_notifyMeModalIcon_LEARN_CHORDS__nZMLP .SidebarLayoutComponents_notifyMeModalIconFirstLayer__G7XKJ{background:rgba(237,181,21,.3)}.SidebarLayoutComponents_notifyMeModalIcon_LEARN_CHORDS__nZMLP .SidebarLayoutComponents_notifyMeModalIconSecondLayer__OeRCP{background:rgba(237,181,21,.6)}.SidebarLayoutComponents_notifyMeModalIcon_LEARN_CHORDS__nZMLP .SidebarLayoutComponents_notifyMeModalIconThirdLayer__Km604{background:#edb515}.SidebarLayoutComponents_notifyMeModalHeader__uox_s{width:100%;height:48px;padding:0 16px;background:#222326;border-bottom:1px solid #333;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px}.SidebarLayoutComponents_notifyMeModalHeaderBack__w4Vtf{min-width:18px;width:18px;height:18px;cursor:pointer}.SidebarLayoutComponents_notifyMeModalHeaderBack__w4Vtf svg *{color:#f4f4f8}.SidebarLayoutComponents_notifyMeModalHeaderTitle__zcMyt{font-weight:600;font-size:16px;line-height:140%;color:#fff}.SidebarLayoutComponents_notifyMeModalDetails__lJY6R{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px}.SidebarLayoutComponents_notifyMeModalTitle__52b7x{font-weight:500;font-size:24px;line-height:120%;text-align:center;color:#f4f4f8}.SidebarLayoutComponents_notifyMeModalText__9D5Cg{font-weight:500;font-size:14px;line-height:140%;text-align:center;color:#7c7d7e}.SidebarLayoutComponents_notifyMeModalTextInProgress__8m5nb{font-weight:600;font-size:16px;line-height:160%;text-align:center;color:#fff}.SidebarLayoutComponents_notifyMeModalInput__SF1av{width:100%;display:flex;flex-direction:column;gap:6px}.SidebarLayoutComponents_notifyMeModalInput__SF1av>*{max-width:100%}.SidebarLayoutComponents_notifyMeModalBottom__WnDLN{width:100%;padding:24px 32px;border-top:1px solid #333}@media(max-width:576px){.SidebarLayoutComponents_notifyMeModalBottom__WnDLN{padding:16px}}.SidebarLayoutComponents_notifyMeSubmitBtn__k1Kmo{width:100%;height:48px;display:flex;justify-content:center;align-items:center;gap:8px;border-radius:8px;border:1px solid rgba(0,0,0,0);outline:none;transition:background .25s ease-out;background:linear-gradient(103deg,#3d4ff6,#c145ed 50%,#3d4ff6) var(--x,0)/200%}@media(min-width:577px){.SidebarLayoutComponents_notifyMeSubmitBtn__k1Kmo:hover{--x:100%}}.SidebarLayoutComponents_notifyMeSubmitBtn__k1Kmo{cursor:pointer}.SidebarLayoutComponents_notifyMeSubmitBtn__k1Kmo,.SidebarLayoutComponents_notifyMeSubmitBtn__k1Kmo span{font-weight:700;font-size:14px;line-height:140%;color:#f4f4f8}.SidebarLayoutComponents_notifyMeSubmitBtn__k1Kmo:disabled{border-color:#333;background:#2b2d30;color:#7c7d7e;cursor:default}.SidebarLayoutComponents_notifyMeSubmitBtnNoColor__bvmEO{border-color:#333;background:#252629;cursor:pointer}.SidebarLayoutComponents_notifyMeSubmitBtnNoColor__bvmEO:hover{background:#2b2d30}.SidebarLayoutComponents_notifyMeSubmitBtnBlue__XUDvX{transition:background .25s ease-out;background:linear-gradient(103deg,#3d4ff6,#457eed 50%,#3d4ff6) var(--x,0)/200%}@media(min-width:577px){.SidebarLayoutComponents_notifyMeSubmitBtnBlue__XUDvX:hover{--x:100%}}@keyframes SidebarLayoutComponents_notifyMeModalIconFirstLayer__G7XKJ{0%{transform:scale(1);opacity:1}to{transform:scale(1.6);opacity:0}}@keyframes SidebarLayoutComponents_notifyMeModalIconSecondLayer__OeRCP{0%{transform:scale(1);opacity:1}to{transform:scale(1.3);opacity:0}}@keyframes PianoRoll_shimmer__SJDSg{0%{background-position:-1200px 0}to{background-position:1200px 0}}.PianoRoll_container__9xlP4{overflow-x:auto;overflow-y:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-block;margin-left:16px;margin-right:16px}.PianoRoll_container__9xlP4,.PianoRoll_container__9xlP4 *{touch-action:pan-x}.PianoRoll_container__9xlP4 .PianoRoll_scroll__JIo5e{display:flex;flex-direction:column;height:100%;z-index:1;background-color:#17171a}.PianoRoll_container__9xlP4 .PianoRoll_scroll__JIo5e .PianoRoll_labels__PBpVU{display:none}.PianoRoll_container__9xlP4 .PianoRoll_scroll__JIo5e .PianoRoll_piano__ti8o5{flex:1 1;position:relative}.PianoRoll_container__9xlP4 .PianoRoll_scroll__JIo5e.PianoRoll_withLabels__fwikR .PianoRoll_labels__PBpVU{display:block;height:24px;position:relative}.PianoRoll_container__9xlP4 .PianoRoll_scroll__JIo5e.PianoRoll_withLabels__fwikR .PianoRoll_labels__PBpVU .PianoRoll_label__xG2gy{color:#252728;font-size:12px;padding-left:4px;position:absolute}.PianoRoll_container__9xlP4 .PianoRoll_scroll__JIo5e{background-color:rgba(0,0,0,0)}.PianoRoll_whiteCenterKey__YOPiU,.PianoRoll_whiteLeftKey__qLsAe,.PianoRoll_whiteRightKey__UklFC{height:100%}.PianoRoll_whiteCenterKey__YOPiU path,.PianoRoll_whiteLeftKey__qLsAe path,.PianoRoll_whiteRightKey__UklFC path{transition:fill .25s ease-out}.PianoRoll_whiteCenterKey__YOPiU:not(.PianoRoll_selected__iNSXx):not(.PianoRoll_hidden__pRGcs) path,.PianoRoll_whiteLeftKey__qLsAe:not(.PianoRoll_selected__iNSXx):not(.PianoRoll_hidden__pRGcs) path,.PianoRoll_whiteRightKey__UklFC:not(.PianoRoll_selected__iNSXx):not(.PianoRoll_hidden__pRGcs) path{fill:#b7b7b7}@media(min-width:1101px){.PianoRoll_whiteCenterKey__YOPiU:not(.PianoRoll_selected__iNSXx):not(.PianoRoll_hidden__pRGcs):hover path,.PianoRoll_whiteLeftKey__qLsAe:not(.PianoRoll_selected__iNSXx):not(.PianoRoll_hidden__pRGcs):hover path,.PianoRoll_whiteRightKey__UklFC:not(.PianoRoll_selected__iNSXx):not(.PianoRoll_hidden__pRGcs):hover path{fill:#e8e8e8}}.PianoRoll_whiteCenterKey__YOPiU.PianoRoll_hidden__pRGcs:not(.PianoRoll_selected__iNSXx):not(.PianoRoll_active__PJWdl),.PianoRoll_whiteLeftKey__qLsAe.PianoRoll_hidden__pRGcs:not(.PianoRoll_selected__iNSXx):not(.PianoRoll_active__PJWdl),.PianoRoll_whiteRightKey__UklFC.PianoRoll_hidden__pRGcs:not(.PianoRoll_selected__iNSXx):not(.PianoRoll_active__PJWdl){cursor:default}.PianoRoll_whiteCenterKey__YOPiU.PianoRoll_hidden__pRGcs:not(.PianoRoll_selected__iNSXx):not(.PianoRoll_active__PJWdl) path,.PianoRoll_whiteLeftKey__qLsAe.PianoRoll_hidden__pRGcs:not(.PianoRoll_selected__iNSXx):not(.PianoRoll_active__PJWdl) path,.PianoRoll_whiteRightKey__UklFC.PianoRoll_hidden__pRGcs:not(.PianoRoll_selected__iNSXx):not(.PianoRoll_active__PJWdl) path{fill:#595d62}.PianoRoll_stroke__rDQ_v{transform-origin:center;stroke:#fff;stroke-width:3px;stroke-linejoin:round;stroke-dasharray:4;opacity:0;transition:all .25s ease-out}.PianoRoll_availableForVoicing___ZaP5 .PianoRoll_stroke__rDQ_v{opacity:1}.PianoRoll_keyLabel__jkxOQ{font-size:12px;font-weight:500;fill:#252728}@media(min-width:1800px){.PianoRoll_keyLabel__jkxOQ{font-size:14px}}.PianoRoll_blackKey___HGsT{height:66.6%}.PianoRoll_blackKey___HGsT path{transition:fill .25s ease-out}.PianoRoll_blackKey___HGsT:not(.PianoRoll_selected__iNSXx):not(.PianoRoll_hidden__pRGcs) path{fill:#595d62}@media(min-width:1101px){.PianoRoll_blackKey___HGsT:not(.PianoRoll_selected__iNSXx):not(.PianoRoll_hidden__pRGcs):hover path{fill:#878f9a}}.PianoRoll_blackKey___HGsT.PianoRoll_hidden__pRGcs:not(.PianoRoll_selected__iNSXx):not(.PianoRoll_active__PJWdl){cursor:default}.PianoRoll_blackKey___HGsT.PianoRoll_hidden__pRGcs:not(.PianoRoll_selected__iNSXx):not(.PianoRoll_active__PJWdl) path{fill:#333}.PianoRoll_blackKey___HGsT,.PianoRoll_whiteCenterKey__YOPiU,.PianoRoll_whiteLeftKey__qLsAe,.PianoRoll_whiteRightKey__UklFC{position:absolute;cursor:pointer}.PianoRoll_blackKey___HGsT.PianoRoll_selected__iNSXx,.PianoRoll_whiteCenterKey__YOPiU.PianoRoll_selected__iNSXx,.PianoRoll_whiteLeftKey__qLsAe.PianoRoll_selected__iNSXx,.PianoRoll_whiteRightKey__UklFC.PianoRoll_selected__iNSXx{cursor:pointer}.PianoRoll_blackKey___HGsT.PianoRoll_selected__iNSXx stop,.PianoRoll_whiteCenterKey__YOPiU.PianoRoll_selected__iNSXx stop,.PianoRoll_whiteLeftKey__qLsAe.PianoRoll_selected__iNSXx stop,.PianoRoll_whiteRightKey__UklFC.PianoRoll_selected__iNSXx stop{transition:stop-color .25s ease-out}@media(min-width:1101px){.PianoRoll_blackKey___HGsT.PianoRoll_selected__iNSXx:hover stop:first-child,.PianoRoll_whiteCenterKey__YOPiU.PianoRoll_selected__iNSXx:hover stop:first-child,.PianoRoll_whiteLeftKey__qLsAe.PianoRoll_selected__iNSXx:hover stop:first-child,.PianoRoll_whiteRightKey__UklFC.PianoRoll_selected__iNSXx:hover stop:first-child{stop-color:#7bb8ff}.PianoRoll_blackKey___HGsT.PianoRoll_selected__iNSXx:hover stop:last-child,.PianoRoll_whiteCenterKey__YOPiU.PianoRoll_selected__iNSXx:hover stop:last-child,.PianoRoll_whiteLeftKey__qLsAe.PianoRoll_selected__iNSXx:hover stop:last-child,.PianoRoll_whiteRightKey__UklFC.PianoRoll_selected__iNSXx:hover stop:last-child{stop-color:#5a7fff}}.PianoRoll_blackKey___HGsT.PianoRoll_selected__iNSXx text.PianoRoll_keyLabel__jkxOQ,.PianoRoll_whiteCenterKey__YOPiU.PianoRoll_selected__iNSXx text.PianoRoll_keyLabel__jkxOQ,.PianoRoll_whiteLeftKey__qLsAe.PianoRoll_selected__iNSXx text.PianoRoll_keyLabel__jkxOQ,.PianoRoll_whiteRightKey__UklFC.PianoRoll_selected__iNSXx text.PianoRoll_keyLabel__jkxOQ{fill:#fff}@media(min-width:1101px){.PianoRoll_blackKey___HGsT.PianoRoll_active__PJWdl:hover stop:first-child,.PianoRoll_whiteCenterKey__YOPiU.PianoRoll_active__PJWdl:hover stop:first-child,.PianoRoll_whiteLeftKey__qLsAe.PianoRoll_active__PJWdl:hover stop:first-child,.PianoRoll_whiteRightKey__UklFC.PianoRoll_active__PJWdl:hover stop:first-child{stop-color:#f3c12f}.PianoRoll_blackKey___HGsT.PianoRoll_active__PJWdl:hover stop:last-child,.PianoRoll_whiteCenterKey__YOPiU.PianoRoll_active__PJWdl:hover stop:last-child,.PianoRoll_whiteLeftKey__qLsAe.PianoRoll_active__PJWdl:hover stop:last-child,.PianoRoll_whiteRightKey__UklFC.PianoRoll_active__PJWdl:hover stop:last-child{stop-color:#ce9c0c}}@keyframes PlayPauseAnimation_shimmer__YT9Ty{0%{background-position:-1200px 0}to{background-position:1200px 0}}.PlayPauseAnimation_playPause__w_rbX{min-width:100px;width:100px;min-height:100px;height:100px;display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(23,23,26,.8);border-radius:50%;z-index:-1;opacity:0}.PlayPauseAnimation_playPause__w_rbX svg{width:48px;height:48px;color:#fff}.PlayPauseAnimation_playPause__w_rbX.PlayPauseAnimation_playTrigger__ox52P{animation:PlayPauseAnimation_playAnimation__Rjlnv .6s linear}.PlayPauseAnimation_playPause__w_rbX.PlayPauseAnimation_pauseTrigger___Es_W{animation:PlayPauseAnimation_pauseAnimation__RX5P7 .6s linear}@keyframes PlayPauseAnimation_playAnimation__Rjlnv{0%{transform:translate(-50%,-50%) scale(.75);opacity:0;z-index:200}60%{transform:translate(-50%,-50%) scale(1.05);opacity:1;z-index:200}to{transform:translate(-50%,-50%) scale(1.25);opacity:0;z-index:200}}@keyframes PlayPauseAnimation_pauseAnimation__RX5P7{0%{transform:translate(-50%,-50%) scale(.75);opacity:0;z-index:200}60%{transform:translate(-50%,-50%) scale(1.05);opacity:1;z-index:200}to{transform:translate(-50%,-50%) scale(1.25);opacity:0;z-index:200}}@keyframes DropdownMenu_shimmer__d1NqA{0%{background-position:-1200px 0}to{background-position:1200px 0}}.DropdownMenu_container__htygb,.DropdownMenu_optionContainer__D5HUb{position:relative}.DropdownMenu_option__NUfrS{height:48px;min-height:-moz-fit-content;min-height:fit-content;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .25s ease-out;background-color:rgba(0,0,0,0)}@media(min-width:577px){.DropdownMenu_option__NUfrS:hover{background-color:#dbdde6}}.DropdownMenu_option__NUfrS{border:none;transition:all .25s ease-out;font-size:14px;width:100%;display:flex;align-items:center;cursor:pointer;font-weight:600;color:#26272a;padding-left:16px;outline:none;position:relative}@media(max-width:576px){.DropdownMenu_option__NUfrS{min-height:56px}}.DropdownMenu_option__NUfrS svg{width:20px;height:20px}.DropdownMenu_option__NUfrS svg circle,.DropdownMenu_option__NUfrS svg path:not([data-fill-active=true]),.DropdownMenu_option__NUfrS svg path[data-fill-active=true]{color:#26272a}.DropdownMenu_option__NUfrS:after{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:none;transition:background-color .25s ease-out;border-radius:0 4px 4px 0}.DropdownMenu_option__NUfrS[data-active=true]:after{background-color:#5a7fff}.DropdownMenu_option__NUfrS[data-active=true]{background-color:#f8f9fb}@media(min-width:577px){.DropdownMenu_option__NUfrS:hover:after{background-color:#5a7fff}.DropdownMenu_option__NUfrS:hover{background-color:#f8f9fb}.DropdownMenu_option__NUfrS:hover[data-sub=true]:after{background-color:#5a7fff}.DropdownMenu_option__NUfrS:hover{background-color:#f8f9fb}}.DropdownMenu_option__NUfrS span{margin-right:18px;display:flex}.DropdownMenu_option__NUfrS .DropdownMenu_optionRightIcon___3Rdb{margin-left:auto;margin-right:2px}.DropdownMenu_option__NUfrS .DropdownMenu_optionArrow__wOBWR{margin-left:auto;margin-right:14px;transform:rotate(90deg);width:18px;height:18px;transition:transform .25s ease-out}.DropdownMenu_option__NUfrS .DropdownMenu_optionArrow__wOBWR path{stroke:#fff}@media(max-width:576px){.DropdownMenu_option__NUfrS .DropdownMenu_optionArrow__wOBWR{transform:rotate(180deg)}}.DropdownMenu_option__NUfrS .DropdownMenu_optionArrow__wOBWR[data-open=true]{transform:rotate(0deg)}.DropdownMenu_menuContainer__fn2hk,.DropdownMenu_submenu__Ra5Um{position:absolute;width:180px;background:#fff;border:1px solid #dbdde6;border-radius:4px;display:none;padding-top:8px;padding-bottom:8px;z-index:100}.DropdownMenu_menuContainer__fn2hk[data-open=true],.DropdownMenu_submenu__Ra5Um[data-open=true]{display:flex;flex-direction:column}.DropdownMenu_menuContainer__fn2hk[data-top=true],.DropdownMenu_submenu__Ra5Um[data-top=true]{top:auto!important;bottom:0}.DropdownMenu_menuContainer__fn2hk[data-position=left],.DropdownMenu_submenu__Ra5Um[data-position=left]{left:unset;right:100%}.DropdownMenu_submenu__Ra5Um{width:260px}.DropdownMenu_menuMobileViewContainer__M1brw{position:relative}.DropdownMenu_menuMobileViewContainer__M1brw,.DropdownMenu_subMenuMobileView__1uYOW{box-shadow:none!important;width:100%;border:none!important;background:none!important}.DropdownMenu_subMenuMobileView__1uYOW{position:static}.DropdownMenu_divider__KCkdZ{width:100%;height:1px;background:rgba(214,214,214,.5);margin:8px 0}.DropdownMenu_menuContainer__fn2hk{top:100%;left:0;transition:all .25s ease-out}@media(min-width:577px){.DropdownMenu_menuContainer__fn2hk[data-portal=true]{position:fixed;z-index:30}}.DropdownMenu_submenu__Ra5Um{left:100%;top:0}.DropdownMenu_menuContainer__fn2hk.DropdownMenu_dark__iag_e,.DropdownMenu_menuContainer__fn2hk.DropdownMenu_dark__iag_e .DropdownMenu_submenu__Ra5Um{background:#1d1e21;border:1px solid #36373c;box-shadow:0 6px 6px rgba(0,0,0,.8)}.DropdownMenu_menuContainer__fn2hk.DropdownMenu_dark__iag_e .DropdownMenu_divider__KCkdZ{background:#36373c}.DropdownMenu_menuContainer__fn2hk.DropdownMenu_dark__iag_e .DropdownMenu_option__NUfrS{color:#fff;transition:background-color .25s ease-out;background-color:rgba(0,0,0,0)}.DropdownMenu_menuContainer__fn2hk.DropdownMenu_dark__iag_e .DropdownMenu_option__NUfrS[data-active=true]{background-color:#2d2e32}@media(min-width:577px){.DropdownMenu_menuContainer__fn2hk.DropdownMenu_dark__iag_e .DropdownMenu_option__NUfrS:hover{background-color:#2d2e32}}.DropdownMenu_menuContainer__fn2hk.DropdownMenu_dark__iag_e .DropdownMenu_option__NUfrS svg circle,.DropdownMenu_menuContainer__fn2hk.DropdownMenu_dark__iag_e .DropdownMenu_option__NUfrS svg path:not([data-fill-active=true]),.DropdownMenu_menuContainer__fn2hk.DropdownMenu_dark__iag_e .DropdownMenu_option__NUfrS svg path[data-fill-active=true]{color:#fff}.DropdownMenu_menuContainer__fn2hk.DropdownMenu_dark__iag_e .DropdownMenu_option__NUfrS.DropdownMenu_disabled__IUYN4{cursor:not-allowed;opacity:.5}.DropdownMenu_menuContainer__fn2hk.DropdownMenu_dark__iag_e .DropdownMenu_option__NUfrS.DropdownMenu_disabled__IUYN4:hover{background-color:rgba(0,0,0,0)}@keyframes Switch_shimmer__rNCjo{0%{background-position:-1200px 0}to{background-position:1200px 0}}.Switch_switchMarker__VthY6{width:16px;height:16px;border-radius:50%;background:#6e6e6f;margin-left:0;transition:all .25s ease-out}.Switch_switchContainer__yBB8o{width:42px;height:22px;border-radius:22px;cursor:pointer}.Switch_switchContainer__yBB8o>div{z-index:1;position:relative;transition:all .25s ease-out;display:flex;flex-direction:row;align-items:center;padding:3px;justify-content:flex-start;background:#33373d;border-radius:22px;width:100%;height:100%}.Switch_switchContainer__yBB8o.Switch_true__5ozro>div{background:#3f9bff}.Switch_switchContainer__yBB8o.Switch_true__5ozro .Switch_switchMarker__VthY6{background:#fff;margin-left:20px}@keyframes MobileMenu_shimmer__YHMBX{0%{background-position:-1200px 0}to{background-position:1200px 0}}.MobileMenu_bgShadow__8M_x_{content:"";position:fixed;left:0;top:0;bottom:0;right:0;background:rgba(40,44,50,.8);z-index:5}.MobileMenu_container__IFy6G{height:100%;position:fixed;left:0;top:0;background-color:#fff;z-index:6;overflow:hidden;box-shadow:0 6px 6px rgba(0,0,0,.12);transition:width .25s ease-out}.MobileMenu_content__azcAU{width:75vw;height:100%;display:flex;flex-direction:column;transition:opacity .25s ease-out}.MobileMenu_content__azcAU,.MobileMenu_content__azcAU *{touch-action:pan-y}.MobileMenu_header__fc8YI{height:52px;display:flex;justify-content:space-between;padding-left:16px;padding-right:21px;align-items:center;border-bottom:1px solid rgba(214,214,214,.5);flex-shrink:0}.MobileMenu_header__fc8YI a{line-height:100%;margin-top:2px}.MobileMenu_header__fc8YI .MobileMenu_closeIcon__ks0wu svg{width:24px!important;height:24px!important}.MobileMenu_header__fc8YI .MobileMenu_closeIcon__ks0wu svg path{stroke:#1d1e21}.MobileMenu_body__Ggk0y{overflow:auto}.MobileMenu_footer__Wf0bx{padding:16px;margin-top:auto}.MobileMenu_dark___yNya{background-color:#17171a;box-shadow:0 6px 6px rgba(0,0,0,.8)}.MobileMenu_dark___yNya .MobileMenu_header__fc8YI{background-color:#1d1e21;border-bottom:1px solid #36373c}.MobileMenu_dark___yNya .MobileMenu_header__fc8YI .MobileMenu_closeIcon__ks0wu svg path{stroke:#fff}.MobileMenu_createProjectButton___LzH3{height:80px;color:#fff;font-weight:600;font-size:16px;width:100%;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .25s ease-out;background:linear-gradient(103deg,#3d4ff7,#c145ed 50%,#3d4ff7) var(--x,0)/200%}@media(min-width:577px){.MobileMenu_createProjectButton___LzH3:hover{--x:100%}}@keyframes ProfileMenu_shimmer__64pWj{0%{background-position:-1200px 0}to{background-position:1200px 0}}.ProfileMenu_profileButton__g8xIZ{width:50px;height:50px;display:flex;justify-content:center;align-items:center;border:2px solid hsla(0,0%,100%,.14);background-color:rgba(0,0,0,0);border-radius:50%;color:#36373c;margin-left:12px}@media(max-width:576px){.ProfileMenu_profileButton__g8xIZ{width:auto;border:none;border-radius:0;justify-content:flex-start;font-weight:600;margin-left:16px;margin-top:16px;font-size:14px;color:#fff}}.ProfileMenu_profileButton__g8xIZ .ProfileMenu_profileButtonContent__MB_Sb{border-radius:50%;width:40px;height:40px;transition:background-color .25s ease-out;background-color:hsla(0,0%,100%,.14)}@media(min-width:577px){.ProfileMenu_profileButton__g8xIZ .ProfileMenu_profileButtonContent__MB_Sb:hover{background-color:hsla(0,0%,100%,.1)}}.ProfileMenu_profileButton__g8xIZ .ProfileMenu_profileButtonContent__MB_Sb svg{width:16px}@media(max-width:576px){.ProfileMenu_profileButton__g8xIZ .ProfileMenu_profileButtonContent__MB_Sb{width:24px;height:24px;margin-left:-2px;margin-right:10px;background:rgba(0,0,0,0)}.ProfileMenu_profileButton__g8xIZ .ProfileMenu_profileButtonContent__MB_Sb svg{width:12px}}.ProfileMenu_profileButton__g8xIZ .ProfileMenu_profileButtonPlan__TUbrl{position:absolute;right:0;top:0;width:16px;height:16px}.ProfileMenu_profileButton__g8xIZ .ProfileMenu_profileButtonPlan__TUbrl img{width:16px;height:16px}.ProfileMenu_profileButton__g8xIZ.ProfileMenu_noSubscription__MI53_ .ProfileMenu_profileButtonPlan__TUbrl{right:-7px;top:-2px;width:36px;height:15px}.ProfileMenu_profileButton__g8xIZ.ProfileMenu_noSubscription__MI53_ .ProfileMenu_profileButtonPlan__TUbrl img{width:36px;height:15px}.ProfileMenu_profileButton__g8xIZ.ProfileMenu_light__DygvX{border-color:rgba(90,127,255,.25)}.ProfileMenu_profileButton__g8xIZ.ProfileMenu_light__DygvX .ProfileMenu_profileButtonContent__MB_Sb{transition:background .25s ease-out;background:linear-gradient(103deg,#5a7fff,#7bb8ff 50%,#5a7fff) var(--x,0)/200%}@media(min-width:577px){.ProfileMenu_profileButton__g8xIZ.ProfileMenu_light__DygvX .ProfileMenu_profileButtonContent__MB_Sb:hover{--x:100%}}@media(max-width:576px){.ProfileMenu_profileButton__g8xIZ.ProfileMenu_light__DygvX{color:#36373c}.ProfileMenu_profileButton__g8xIZ.ProfileMenu_light__DygvX .ProfileMenu_profileButtonContent__MB_Sb{background:rgba(0,0,0,0)}.ProfileMenu_profileButton__g8xIZ.ProfileMenu_light__DygvX svg g{fill:#36373c}}.ProfileMenu_container__QxC7c .ProfileMenu_dropdownMenu__izwxr>div:last-child{left:auto;right:-32px;width:230px;top:69px}@media(min-width:1800px){.ProfileMenu_container__QxC7c .ProfileMenu_dropdownMenu__izwxr>div:last-child{top:79px}}@media(max-width:576px){.ProfileMenu_container__QxC7c .ProfileMenu_dropdownMenu__izwxr>div:last-child{left:0;top:0;width:100%}}.ProfileMenu_loginButton__cMxad{margin-left:8px;font-size:16px;font-weight:600}.ProfileMenu_loginButton__cMxad .ProfileMenu_loginButtonContent__nZz_9{height:40px}.ProfileMenu_loginButton__cMxad .ProfileMenu_loginButtonContent__nZz_9 span{font-size:14px}@media(min-width:1800px){.ProfileMenu_loginButton__cMxad .ProfileMenu_loginButtonContent__nZz_9{height:50px}.ProfileMenu_loginButton__cMxad .ProfileMenu_loginButtonContent__nZz_9 span{font-size:16px}}.ProfileMenu_loginButton__cMxad svg{width:18px;height:18px}.ProfileMenu_loginButton__cMxad svg path{stroke:none!important}.ProfileMenu_loginButton__cMxad.ProfileMenu_light__DygvX .ProfileMenu_loginButtonContent__nZz_9{height:50px}.ProfileMenu_loginButton__cMxad.ProfileMenu_light__DygvX .ProfileMenu_loginButtonContent__nZz_9 svg path{fill:#36373c!important}.ProfileMenu_loginButton__cMxad.ProfileMenu_light__DygvX .ProfileMenu_loginButtonContent__nZz_9 span{color:#36373c!important}.ProfileMenu_loginButton__cMxad.ProfileMenu_light__DygvX .ProfileMenu_loginButtonContent__nZz_9.ProfileMenu_active__uiiI2,.ProfileMenu_loginButton__cMxad.ProfileMenu_light__DygvX .ProfileMenu_loginButtonContent__nZz_9:hover{background:#f1f2f6!important}.ProfileMenu_learningCenterIcon__PXIiW circle{fill:rgba(0,0,0,0)!important}@keyframes ChordEditorComponents_shimmer__1uAjq{0%{background-position:-1200px 0}to{background-position:1200px 0}}.ChordEditorComponents_previousChord__m_xXC{width:80px;height:72px;padding:0 8px;border:1px solid #333438;border-radius:6px;cursor:pointer;transition:all .25s ease-out;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px}.ChordEditorComponents_previousChord__m_xXC:not(.ChordEditorComponents_previousChordDisabled__LwQ0A):hover{border-color:#595d62}@media(max-width:800px){.ChordEditorComponents_previousChord__m_xXC{display:none}}.ChordEditorComponents_previousChordDisabled__LwQ0A{opacity:.4;cursor:default}.ChordEditorComponents_previousChordName__epcsH{width:100%;height:20px;font-family:var(--font-quicksand);font-weight:700;font-size:14px;line-height:20px;text-align:end;color:#fff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ChordEditorComponents_previousChordIcon__JBGQN{width:18px}.ChordEditorComponents_previousChordIcon__JBGQN path{color:#f4f4f8}.ChordEditorComponents_previousChordText__8WN_K{font-family:var(--font-quicksand);font-weight:600;font-size:12px;line-height:15px;text-align:center;color:#7c7d7e}.ChordEditorComponents_chordGridContainerTitle__dLiDJ{position:relative;flex:1 1;width:100%;height:100%;border-radius:10px;border:1px solid #333438}.ChordEditorComponents_chordGridContainer__Uq0rz{width:100%;height:100%;overflow-x:hidden;overflow-y:auto}.ChordEditorComponents_chordGridContainer__Uq0rz::-webkit-scrollbar-thumb{height:73px;width:24px;background-clip:padding-box;border-radius:15px;border:8px solid rgba(0,0,0,0);background:#36373c}.ChordEditorComponents_chordGridContainer__Uq0rz::-webkit-scrollbar-corner{background-color:rgba(0,0,0,0)}.ChordEditorComponents_chordGridContainer__Uq0rz::-webkit-scrollbar{height:5px;width:5px}.ChordEditorComponents_chordGridContainer__Uq0rz::-webkit-scrollbar-track{background:#1d1e21;height:3px;width:3px}.ChordEditorComponents_chordGridContainerTitleMode__VuNqq{position:relative;padding:16px}.ChordEditorComponents_chordGridTitle__2dEpj{position:absolute;top:0;left:8px;transform:translateY(-50%);padding:0 8px;font-family:var(--font-quicksand);font-weight:600;font-size:14px;line-height:19.6px;letter-spacing:0;text-align:center;color:#7c7d7e;background:#1d1e21;transition:all .25s ease-out}.ChordEditorComponents_chordGridInnerContainer__1iDjz{position:relative;width:100%;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:row;flex-wrap:wrap}.ChordEditorComponents_chordGridContainerClosable__47r7P{position:relative;flex:1 1;width:100%;height:100%;display:flex;flex-direction:column;gap:8px}.ChordEditorComponents_chordGridContainerClosable__47r7P .ChordEditorComponents_chordGridContainerTitleMode__VuNqq{padding:0}.ChordEditorComponents_chordGridContainerClosable__47r7P .ChordEditorComponents_chordGridContainer__Uq0rz{height:-moz-fit-content;height:fit-content;overflow:visible}@media(max-width:576px){.ChordEditorComponents_chordGridContainerClosable__47r7P{flex:unset;height:-moz-fit-content;height:fit-content}}.ChordEditorComponents_chordGridContainerClosableTitleContainer___Qjc3{width:100%;display:flex;flex-direction:row;align-items:center}.ChordEditorComponents_chordGridContainerClosableTitleContainer___Qjc3 .ChordEditorComponents_chordGridContainerClosableTitleIcon__fnPAx{width:16px;transition:all .25s ease-out}.ChordEditorComponents_chordGridContainerClosableTitleContainer___Qjc3 .ChordEditorComponents_chordGridContainerClosableTitleIcon__fnPAx path{color:#7c7d7e;transition:all .25s ease-out}.ChordEditorComponents_chordGridContainerClosableTitleContainer___Qjc3 .ChordEditorComponents_chordGridTitle__2dEpj{position:relative;padding:0;top:unset;left:unset;transform:unset;margin:0 8px 0 2px}.ChordEditorComponents_chordGridContainerClosableTitleLine__GXn58{flex:1 1;height:1px;background:#333438}.ChordEditorComponents_chordGridContainerClosableContentContainer__NRYt4{display:grid;grid-template-rows:0fr;overflow:hidden;transition:all .25s ease-out}.ChordEditorComponents_chordGridContainerClosableContentContent__E77r2{min-height:0;transition:visibility 1s;visibility:hidden}.ChordEditorComponents_chordGridContainerClosableOpened__viNNz .ChordEditorComponents_chordGridContainerClosableTitleIcon__fnPAx path,.ChordEditorComponents_chordGridContainerClosableOpened__viNNz .ChordEditorComponents_chordGridTitle__2dEpj{color:#fff}.ChordEditorComponents_chordGridContainerClosableOpened__viNNz .ChordEditorComponents_chordGridContainerClosableTitleIcon__fnPAx{transform:rotate(-90deg)}.ChordEditorComponents_chordGridContainerClosableOpened__viNNz .ChordEditorComponents_chordGridContainerClosableContentContainer__NRYt4{grid-template-rows:1fr}.ChordEditorComponents_chordGridContainerClosableOpened__viNNz .ChordEditorComponents_chordGridContainerClosableContentContent__E77r2{visibility:visible}.ChordEditorComponents_chordGridChord___9S_Q{min-width:92px;height:68px;padding:0 8px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px;background:#252629;border:1px solid #333438;border-radius:6px;cursor:pointer;transition:background-color .25s ease-out;background-color:#252629}@media(min-width:577px){.ChordEditorComponents_chordGridChord___9S_Q:hover{background-color:#313235}}.ChordEditorComponents_chordGridChordName__9GQ8g{font-family:var(--font-quicksand);font-weight:700;font-size:16px;line-height:20px;text-align:center;color:#fff}.ChordEditorComponents_chordGridChordDegree__rvsa2{font-family:var(--font-quicksand);font-weight:600;font-size:11px;line-height:14px;text-align:center;color:#fff}.ChordEditorComponents_chordGridChord___9S_Q.ChordEditorComponents_active__uYsNe{transition:background .25s ease-out;background:linear-gradient(103deg,#3d4ff7,#457eed 50%,#3d4ff7) var(--x,0)/200%}@media(min-width:577px){.ChordEditorComponents_chordGridChord___9S_Q.ChordEditorComponents_active__uYsNe:hover{--x:100%}}.ChordEditorComponents_anotherChordTop__CWiYL{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.ChordEditorComponents_anotherChordLeft__tVfbM{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.ChordEditorComponents_anotherChordRight__1Cqdu{border-top-right-radius:0;border-bottom-right-radius:0}.ChordEditorComponents_anotherChordBottom__4dNuB{border-bottom-left-radius:0;border-bottom-right-radius:0}.ChordEditorComponents_chordGridChordBlocked__pkqqR{width:16px!important;height:16px!important;top:4px!important;right:4px!important}.ChordEditorComponents_chordGridChordInKey__P5jAC,.ChordEditorComponents_chordGridChordNotInKey__1nqs_{width:16px;height:16px;position:absolute;top:4px;right:4px;border-radius:50%;cursor:pointer}.ChordEditorComponents_chordGridChordInKey__P5jAC:before,.ChordEditorComponents_chordGridChordNotInKey__1nqs_:before{content:"";width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}.ChordEditorComponents_chordGridChordInKey__P5jAC{background:#31453e}.ChordEditorComponents_chordGridChordInKey__P5jAC:before{background:#0abb7b}.ChordEditorComponents_chordGridChordNotInKey__1nqs_{background:#4e2f33}.ChordEditorComponents_chordGridChordNotInKey__1nqs_:before{background:#e94f66}.ChordEditorComponents_chordGridChordTooltip__Obk8T{padding:0;background:#1d1e21;border:1px solid #333438}.ChordEditorComponents_chordGridChordTooltip__Obk8T>div:last-child{border-bottom:1px solid rgba(0,0,0,0);border-right:1px solid rgba(0,0,0,0);border-color:rgba(0,0,0,0) #333438 #333438 rgba(0,0,0,0);border-style:solid;border-width:1px;transform:rotate(45deg)}.ChordEditorComponents_chordGridChordTooltipContent__uuSeH{padding:16px;display:flex;flex-direction:column;gap:6px}.ChordEditorComponents_chordGridChordTooltipContent__uuSeH>span{font-weight:600;font-size:14px;white-space:nowrap;color:#b9b9b9}.ChordEditorComponents_chordGridChordTooltipNotInKeyHighlight__cmi4L{color:#e94f66}.ChordEditorComponents_chordGridChordTooltipInKeyHighlight___e2oV{color:#0abb7b}.ChordEditorComponents_chordGridChordTooltipLimitHighlight__TRr2M{color:#f3bb33;text-decoration:underline;cursor:pointer}.ChordEditorComponents_chordGridChordTooltipBlock__PbY3N{padding:1px 6px;border-radius:2px;background:rgba(139,140,142,.2);color:#fff}.ChordEditorComponents_chordGridNoChords__LOUmb{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px}.ChordEditorComponents_chordGridNoChords__LOUmb svg{width:32px}.ChordEditorComponents_chordGridNoChords__LOUmb span{font-family:var(--font-quicksand);font-weight:600;font-size:14px;line-height:19.6px;text-align:center}.ChordEditorComponents_chordGridNoChords__LOUmb span,.ChordEditorComponents_chordGridNoChords__LOUmb svg path{color:#7c7d7e}.ChordEditorComponents_chordLoading__wYIwK{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px}.ChordEditorComponents_chordLoadingLoader__j5NKs{width:136px;height:8px;border-radius:10px;position:relative;background:hsla(0,0%,100%,.04)}.ChordEditorComponents_chordLoadingLoader__j5NKs>div{height:8px;background:linear-gradient(.287turn,#3d4ff7 6.46%,#c145ed 98.38%);border-radius:1000px;animation:ChordEditorComponents_loading__GVn7D 1s ease-in-out infinite;position:absolute}.ChordEditorComponents_chordLoadingText__co0_G{font-weight:600;font-size:12px;color:#8b8c8e}.ChordEditorComponents_chordEditorContent__PFqaQ{padding-top:24px;width:100%;height:100%;display:flex;flex-direction:row;gap:32px}@media(max-width:576px){.ChordEditorComponents_chordEditorContent__PFqaQ{padding-top:0}}.ChordEditorComponents_chordEditorContentInnerContent__uHjfN{flex:1 1;height:100%;display:flex;flex-direction:row;gap:24px}@media(max-width:576px){.ChordEditorComponents_chordEditorContentInnerContent__uHjfN{flex-direction:column;overflow-x:hidden;overflow-y:auto;padding-top:24px}}.ChordEditorComponents_searchChord__aSUSd{position:relative;flex:1 1;height:100%;padding:16px 44px 16px 20px;border-radius:10px;background:#252629;border:1px solid #333438}@media(max-width:576px){.ChordEditorComponents_searchChord__aSUSd{max-height:82px}}.ChordEditorComponents_searchChordIcon__sEaT7{width:48px;height:48px;position:absolute;top:4px;right:0;display:flex;justify-content:center;align-items:center}.ChordEditorComponents_searchChordIcon__sEaT7 svg{width:20px}.ChordEditorComponents_searchChordIcon__sEaT7 path{color:#7c7d7e;transition:all .25s ease-out}.ChordEditorComponents_searchChordIconClear__UjFhb{cursor:pointer}.ChordEditorComponents_searchChordIconClear__UjFhb:hover svg path{color:#fff}.ChordEditorComponents_searchChordTextarea__Uog_9{width:100%;height:100%;resize:none;background:rgba(0,0,0,0);border:none!important;outline:none!important;font-family:var(--font-quicksand);font-weight:600;font-size:18px;line-height:25.2px;letter-spacing:0;color:#fff}.ChordEditorComponents_searchChordTextarea__Uog_9::-webkit-scrollbar-thumb{height:73px;width:24px;background-clip:padding-box;border-radius:15px;border:8px solid rgba(0,0,0,0);background:#36373c}.ChordEditorComponents_searchChordTextarea__Uog_9::-webkit-scrollbar-corner{background-color:rgba(0,0,0,0)}.ChordEditorComponents_searchChordTextarea__Uog_9::-webkit-scrollbar{height:5px;width:5px}.ChordEditorComponents_searchChordTextarea__Uog_9::-webkit-scrollbar-track{background:#1d1e21;height:3px;width:3px}.ChordEditorComponents_searchChordTextarea__Uog_9::placeholder{color:#7c7d7e}@media(max-width:576px){.ChordEditorComponents_searchChordTextarea__Uog_9{font-size:16px}}.ChordEditorComponents_chordPaletteContainer__0M8O9{display:flex;flex-direction:row;gap:16px}@media(max-width:576px){.ChordEditorComponents_chordPaletteContainer__0M8O9{gap:8px}}.ChordEditorComponents_chordPalette__gUK_k{display:flex;flex-direction:row;gap:1px;border-radius:6px;background:#333438;border:1px solid #333438;overflow:hidden}.ChordEditorComponents_chordPaletteOption__I_Gf3{width:96px;height:32px;background:#1d1e21;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:6px;cursor:pointer;transition:all .25s ease-out}.ChordEditorComponents_chordPaletteOption__I_Gf3 span{font-family:var(--font-quicksand);font-weight:700;font-size:14px;line-height:17.5px;letter-spacing:0;text-align:center;color:#f4f4f8;transition:all .25s ease-out}.ChordEditorComponents_chordPaletteOption__I_Gf3:not(.ChordEditorComponents_chordPaletteOptionActive__EJ0bG):hover{background:#252629}.ChordEditorComponents_chordPaletteOptionDisabled__e_fGi span{opacity:.4}.ChordEditorComponents_chordPaletteOptionActive__EJ0bG{transition:background .25s ease-out;background:linear-gradient(103deg,#3d4ff7,#457eed 50%,#3d4ff7) var(--x,0)/200%}@media(min-width:577px){.ChordEditorComponents_chordPaletteOptionActive__EJ0bG:hover{--x:100%}}.ChordEditorComponents_chordPaletteLimitIcon__CParu{position:relative!important;top:unset!important;right:unset!important;width:12px!important;height:12px!important}.ChordEditorComponents_chordKeyMenuTrigger__4vjcy{width:152px;height:100%;max-height:178px;display:flex;flex-direction:column;overflow:hidden;border-radius:6px;border:1px solid #333438}.ChordEditorComponents_chordKeyMenuTriggerRow__1WfRW{flex:1 1;display:flex;flex-direction:row}.ChordEditorComponents_chordKeyMenuTriggerRow__1WfRW:last-child .ChordEditorComponents_chordKeyMenuTriggerButton__bJxmV{border-bottom:none}.ChordEditorComponents_chordKeyMenuTriggerButton__bJxmV{flex:2 1;display:flex;justify-content:center;align-items:center;font-family:var(--font-quicksand);font-weight:700;font-size:14px;line-height:17.5px;letter-spacing:0;text-align:center;color:#f4f4f8;border-bottom:1px solid #333438;border-right:1px solid #333438;cursor:pointer;transition:all .25s ease-out}.ChordEditorComponents_chordKeyMenuTriggerButton__bJxmV:last-child{flex:1 1;border-right:none}.ChordEditorComponents_chordKeyMenuTriggerButton__bJxmV svg{width:18px;opacity:.6}.ChordEditorComponents_chordKeyMenuTriggerButton__bJxmV svg path{color:#f4f4f8}.ChordEditorComponents_chordKeyMenuTriggerButton__bJxmV:not(.ChordEditorComponents_chordKeyMenuTriggerButtonActive__af_CK):hover{background:#2b2d30}.ChordEditorComponents_chordKeyMenuTriggerButtonActive__af_CK{background:#3e72fd}@media(min-width:577px){.ChordEditorComponents_chordKeyMenuDropdown__KfBZH{padding:0;width:320px;background:#1d1e21;border:1px solid #333438;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);position:fixed;z-index:1000;opacity:0;pointer-events:none;transition:opacity .1s ease-in-out}.ChordEditorComponents_chordKeyMenuDropdown__KfBZH.ChordEditorComponents_chordKeyMenuDropdownOpen__kbnTk{opacity:1;pointer-events:auto}}.ChordEditorComponents_chordKeyMenuDropdownBody___4TzF{width:100%;padding:16px;display:flex;flex-direction:column}@media(max-width:576px){.ChordEditorComponents_chordKeyMenuDropdownBody___4TzF{padding:0}}.ChordEditorComponents_chordKeyMenuDropdownActions__cEkR0{width:100%;padding:16px;border-top:1px solid #333438}@media(max-width:576px){.ChordEditorComponents_chordKeyMenuDropdownActions__cEkR0{padding:16px}}.ChordEditorComponents_chordKeyMenuDropdownHeader__lfP3n{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.ChordEditorComponents_chordKeyMenuDropdownTitle__4pcw2{font-family:var(--font-quicksand);font-weight:700;font-size:14px;color:#f4f4f8}@media(max-width:576px){.ChordEditorComponents_chordKeyMenuDropdownTitle__4pcw2{font-size:12px;font-weight:500;line-height:15px;color:#8b8c8e}}.ChordEditorComponents_chordKeyMenuDropdownTypeBtn__PJjwa{width:64px;height:32px;display:flex;justify-content:center;align-items:center;font-family:var(--font-quicksand);font-weight:700;font-size:14px;color:#f4f4f8;border-radius:6px;border:1px solid #333438;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .25s ease-out,border-color .25s ease-out}.ChordEditorComponents_chordKeyMenuDropdownTypeBtnActive__BE4oc{color:#457eed;border-color:#457eed}.ChordEditorComponents_chordKeyMenuDropdownContent__K3p8E{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;margin:8px 0 12px;border-radius:6px;border:1px solid #333438;background:#333438;overflow:hidden}.ChordEditorComponents_chordKeyMenuDropdownKey__0153g{height:48px;display:flex;justify-content:center;align-items:center;background:#252629;cursor:pointer;transition:background .25s ease-out;font-family:var(--font-quicksand);font-weight:700;font-size:16px;color:#fff}.ChordEditorComponents_chordKeyMenuDropdownKey__0153g.ChordEditorComponents_disabled__Bx5jL{cursor:default;background:#2b2d30}.ChordEditorComponents_chordKeyMenuDropdownKey__0153g:not(.ChordEditorComponents_chordKeyMenuDropdownActiveKey___MLO6):not(.ChordEditorComponents_disabled__Bx5jL):hover{background:#2b2d30}.ChordEditorComponents_chordKeyMenuDropdownActiveKey___MLO6,.ChordEditorComponents_chordKeyMenuDropdownActiveKey___MLO6.ChordEditorComponents_disabled__Bx5jL{transition:background .25s ease-out;background:linear-gradient(103deg,#3d4ff7,#457eed 50%,#3d4ff7) var(--x,0)/200%}@media(min-width:577px){.ChordEditorComponents_chordKeyMenuDropdownActiveKey___MLO6.ChordEditorComponents_disabled__Bx5jL:hover,.ChordEditorComponents_chordKeyMenuDropdownActiveKey___MLO6:hover{--x:100%}}.ChordEditorComponents_chordKeyMenuDropdownActiveKey___MLO6,.ChordEditorComponents_chordKeyMenuDropdownActiveKey___MLO6.ChordEditorComponents_disabled__Bx5jL{transition:opacity 0s,background .25s ease-out;cursor:default}.ChordEditorComponents_chordKeyMenuDropdownFooter__JrPze{display:flex;flex-direction:row;gap:1px;border-radius:6px;border:1px solid #333438;background:#333438;overflow:hidden}.ChordEditorComponents_chordKeyMenuDropdownScale__f1Kfh{flex:1 1;height:40px;display:flex;justify-content:center;align-items:center;background:#252629;cursor:pointer;font-family:var(--font-quicksand);font-weight:700;font-size:14px;color:#f4f4f8}.ChordEditorComponents_chordKeyMenuDropdownScale__f1Kfh.ChordEditorComponents_disabled__Bx5jL{cursor:default;background:#2b2d30}.ChordEditorComponents_chordKeyMenuDropdownScale__f1Kfh:not(.ChordEditorComponents_chordKeyMenuDropdownActiveScale__4sHTl):not(.ChordEditorComponents_disabled__Bx5jL):hover{background:#2b2d30}.ChordEditorComponents_chordKeyMenuDropdownActiveScale__4sHTl,.ChordEditorComponents_chordKeyMenuDropdownActiveScale__4sHTl.ChordEditorComponents_disabled__Bx5jL{transition:background .25s ease-out;background:linear-gradient(103deg,#3d4ff7,#457eed 50%,#3d4ff7) var(--x,0)/200%}@media(min-width:577px){.ChordEditorComponents_chordKeyMenuDropdownActiveScale__4sHTl.ChordEditorComponents_disabled__Bx5jL:hover,.ChordEditorComponents_chordKeyMenuDropdownActiveScale__4sHTl:hover{--x:100%}}.ChordEditorComponents_chordKeyMenuDropdownActiveScale__4sHTl,.ChordEditorComponents_chordKeyMenuDropdownActiveScale__4sHTl.ChordEditorComponents_disabled__Bx5jL{transition:opacity 0s,background .25s ease-out;cursor:default}.ChordEditorComponents_chordKeyMenuDropdownBtn__bh2c8{height:48px;display:flex;justify-content:center;align-items:center;transition:background .25s ease-out;background:linear-gradient(103deg,#3d4ff7,#457eed 50%,#3d4ff7) var(--x,0)/200%}@media(min-width:577px){.ChordEditorComponents_chordKeyMenuDropdownBtn__bh2c8:hover{--x:100%}}.ChordEditorComponents_chordKeyMenuDropdownBtn__bh2c8{transition:opacity 0s,background .25s ease-out;cursor:pointer;border-radius:8px;font-family:var(--font-quicksand);font-weight:700;font-size:14px;color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ChordEditorComponents_chordKeyMenuDropdownBtnDisabled__vVXTo{background:#2b2d30;opacity:.5;cursor:default}.ChordEditorComponents_chordKeyMenuTriggerFooter__rOzsZ{width:56px;height:48px;border-radius:6px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:2.5px 0 4.5px;transition:all .25s ease-out;cursor:pointer}.ChordEditorComponents_chordKeyMenuTriggerFooter__rOzsZ:hover{background:#252629}.ChordEditorComponents_chordKeyMenuTriggerFooterValue__O733P{font-family:var(--font-quicksand);font-weight:600;font-size:18px;color:#f4f4f8}.ChordEditorComponents_chordKeyMenuTriggerFooterName__2Xmhh{font-family:var(--font-quicksand);font-weight:600;font-size:12px;color:#7c7d7e;text-transform:capitalize}.ChordEditorComponents_chordKeyMenuTriggerFooterActive__v_suS{background:#252629}.ChordEditorComponents_notInScaleContainer__WzUIp{display:flex;flex-direction:row;align-items:center;gap:16px}@media(max-width:576px){.ChordEditorComponents_notInScaleContainer__WzUIp{flex:1 1;flex-direction:column;justify-content:center;gap:8px}}.ChordEditorComponents_notInScaleContent__Hi7J6{width:-moz-fit-content;width:fit-content;height:-moz-fit-content!important;height:fit-content!important;min-height:72px}.ChordEditorComponents_notInScaleDescription__Xyd67{width:min-content;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px}.ChordEditorComponents_notInScaleDescription__Xyd67 svg{width:100%}@media(max-width:576px){.ChordEditorComponents_notInScaleDescription__Xyd67 svg{width:12px;transform:rotate(90deg)}}.ChordEditorComponents_notInScaleDescription__Xyd67 span{font-family:var(--font-quicksand);font-weight:600;font-size:14px;white-space:nowrap}.ChordEditorComponents_notInScaleDescription__Xyd67 span,.ChordEditorComponents_notInScaleDescription__Xyd67 svg path{color:#7c7d7e}.ChordEditorComponents_notInScaleBtn__LdwS4{height:100%;padding:0 16px;display:flex;justify-content:center;align-items:center;border-radius:6px;border:1px solid #333438;background:#252629;cursor:pointer;transition:all .25s ease-out;font-family:var(--font-quicksand);font-weight:700;font-size:14px;color:#fff}.ChordEditorComponents_notInScaleBtn__LdwS4:hover{background:#2b2d30}@media(max-width:576px){.ChordEditorComponents_notInScaleBtn__LdwS4{height:48px}}@keyframes ChordEditorComponents_loading__GVn7D{0%{width:0;left:0}35%{width:136px;left:0}70%{left:136px;width:0}71%{width:0}}.ChordEditorComponents_chordContentScale__h_cym{max-width:100%;padding:1px 6px;font-family:var(--font-quicksand);font-weight:500;font-size:10px;line-height:140%;text-align:center;white-space:nowrap;color:#f4f4f8;background:rgba(29,30,33,.5);border-radius:4px;overflow:hidden}.ChordEditorComponents_chordContentName__meSDb{font-family:var(--font-quicksand);font-weight:700;font-size:18px;line-height:22.5px;text-align:center;color:#fff}.ChordEditorComponents_chordContentDegree___a75A{font-family:var(--font-quicksand);font-weight:600;font-size:12px;line-height:15px;text-align:center;color:#e3e3e2}.ChordEditorComponents_matchLevel__EuBze{position:absolute;left:8px}.ChordEditorComponents_matchLevel__EuBze>div,.ChordEditorComponents_matchLevel__EuBze>div>div{margin-top:auto;width:4px}.ChordEditorComponents_matchLevel__EuBze[data-level=medium]>div{background:rgba(10,187,123,.5)}.ChordEditorComponents_matchLevel__EuBze[data-level=medium]>div>div{background:#0abb7b}.ChordEditorComponents_matchLevel__EuBze[data-level=low]>div{background:rgba(44,112,245,.5)}.ChordEditorComponents_matchLevel__EuBze[data-level=low]>div>div{background:#2c70f5}.ChordEditorComponents_matchLevel__EuBze[data-level=perfect]>div{background:rgba(169,44,245,.5)}.ChordEditorComponents_matchLevel__EuBze[data-level=perfect]>div>div{background:#a92cf5}.ChordEditorComponents_matchLevel__EuBze[data-selected=true]>div{background:rgba(28,28,28,.31)}.ChordEditorComponents_matchLevel__EuBze[data-selected=true]>div>div{background:#fff}.ChordEditorComponents_emptyLabel__NP_EY{font-family:var(--font-quicksand);font-weight:700;font-size:14px;line-height:140%;text-align:center;color:#f4f4f8;max-width:calc(100% - 12px);overflow:hidden;text-overflow:ellipsis;opacity:.4}.ChordEditorComponents_fromMicChordContainer__Nq2GP{position:relative;flex:.75 1;height:100%;padding:16px;border-radius:10px;border:1px solid #333;transition:all .25s ease-out;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px}.ChordEditorComponents_fromMicChordContainerListening__UQtJ9{border-color:#8b8c8e}.ChordEditorComponents_fromMicChordContainerListening__UQtJ9 .ChordEditorComponents_fromMicChordBorder__IN5Kg{border-color:#333}.ChordEditorComponents_fromMicChordContainerListening__UQtJ9 .ChordEditorComponents_fromMicChordBackground__OJv2B{background:#3b3b3b}.ChordEditorComponents_fromMicChordContainerListening__UQtJ9 .ChordEditorComponents_fromMicChordDescription__zMnFG,.ChordEditorComponents_fromMicChordContainerNoPermission__L27Eo .ChordEditorComponents_fromMicChordDescription__zMnFG{color:#f4f4f8}.ChordEditorComponents_fromMicChordContainerNoPermission__L27Eo .ChordEditorComponents_fromMicChordSelectMicButton__D000G{border-color:#333;background:rgba(0,0,0,0);cursor:default}.ChordEditorComponents_fromMicChordContainerNoPermission__L27Eo .ChordEditorComponents_fromMicChordSelectMicButton__D000G span{color:#7c7d7e}.ChordEditorComponents_fromMicChordContainerNoPermission__L27Eo .ChordEditorComponents_fromMicChordSelectMicButton__D000G svg path{stroke:#7c7d7e}.ChordEditorComponents_fromMicChordContainerNoPermission__L27Eo .ChordEditorComponents_fromMicChordStartStopButton__mTBP2{background:#2b2d30;border-color:#333;cursor:default}.ChordEditorComponents_fromMicChordContainerNoPermission__L27Eo .ChordEditorComponents_fromMicChordStartStopButton__mTBP2 svg path{color:#7c7d7e}.ChordEditorComponents_fromMicChordBorder__IN5Kg{padding:8px;border-radius:10px;border:1px solid rgba(0,0,0,0);transition:all .25s ease-out}.ChordEditorComponents_fromMicChordBackground__OJv2B{padding:8px;border-radius:10px;background:rgba(0,0,0,0);transition:all .25s ease-out}.ChordEditorComponents_fromMicChord__JxYXQ{position:relative;width:140px;height:80px;background:#252629;border:1px solid #333;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px}.ChordEditorComponents_fromMicChordWaiting__rYmEk{width:48px}.ChordEditorComponents_fromMicChordWaiting__rYmEk path,.ChordEditorComponents_fromMicChordWaiting__rYmEk rect{color:#7c7d7e}.ChordEditorComponents_fromMicChordDescription__zMnFG{font-weight:600;font-size:16px;line-height:140%;text-align:center;color:#7c7d7e}.ChordEditorComponents_fromMicChordProgress__iz3sW{position:absolute;right:6px;top:6px;width:22px;height:22px;border-radius:50%;transition:all .25s ease-out}.ChordEditorComponents_fromMicChordStartStopButtonContainer__9NJzV{padding:0 8px;position:absolute;right:8px;top:0;transform:translateY(-50%);background:#1d1e21}.ChordEditorComponents_fromMicChordStartStopButton__mTBP2{width:40px;height:40px;border-radius:40px;background:#3e72fd;display:flex;justify-content:center;align-items:center;cursor:pointer}.ChordEditorComponents_fromMicChordStartStopButton__mTBP2 svg{width:20px}.ChordEditorComponents_fromMicChordStartStopButton__mTBP2 svg path{color:#f4f4f8}.ChordEditorComponents_fromMicChordStartStopButtonListening__nzg4y{background:#e94f66}.ChordEditorComponents_fromMicChordSelectMicContainer__MRjgj{width:-moz-fit-content;width:fit-content;max-width:calc(100% - 16px - 40px - 16px - 24px);padding:0 8px;position:absolute;left:8px;top:0;transform:translateY(-50%);background:#1d1e21}.ChordEditorComponents_fromMicChordSelectMicButton__D000G{height:32px;width:100%;max-width:200px;padding:0 10px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;border-radius:6px;background:#252629;border:1px solid #333;overflow:hidden;cursor:pointer}.ChordEditorComponents_fromMicChordSelectMicButton__D000G span{font-weight:600;font-size:14px;line-height:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ChordEditorComponents_fromMicChordSelectMicButton__D000G svg{min-width:16px;width:16px;transition:all .25s ease-out}.ChordEditorComponents_fromMicChordSelectMicButton__D000G span,.ChordEditorComponents_fromMicChordSelectMicButton__D000G svg path{color:#f4f4f8}.ChordEditorComponents_fromMicChordSelectMicButtonOpen__O20LP svg{transform:rotate(180deg)}.ChordEditorComponents_fromMicChordSelectMicTooltip__JxYnL{width:300px;padding:16px;border-radius:12px;border:1px solid #333;background:#1d1e21}.ChordEditorComponents_fromMicChordSelectMicTooltip__JxYnL>div:last-child{border-bottom:1px solid rgba(0,0,0,0);border-right:1px solid rgba(0,0,0,0);border-color:rgba(0,0,0,0) #333438 #333438 rgba(0,0,0,0);border-style:solid;border-width:1px;transform:rotate(45deg)}.ChordEditorComponents_fromMicChordSelectMicTooltipContent__YZ_ts{width:100%;display:flex;flex-direction:column;gap:8px}.ChordEditorComponents_fromMicChordSelectMicTooltipMicro__6ai64{width:100%;padding:12px 16px;overflow:hidden;text-overflow:ellipsis;border-radius:6px;transition:background .25s ease-out;cursor:pointer;font-weight:700;font-size:14px;line-height:100%;white-space:nowrap;color:#f4f4f8}.ChordEditorComponents_fromMicChordSelectMicTooltipMicroActive__wHo9L{background:#252629}.ChordEditorComponents_chordGridEditBtnContainer__EFgTA{position:absolute;top:0;right:8px;transform:translateY(-50%);padding:0 8px;background:#1d1e21;z-index:10}.ChordEditorComponents_chordGridEditBtn__j6mFi{width:120px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:6px;border:1px solid #333;background:rgba(0,0,0,0);cursor:pointer;transition:all .25s ease-out;font-weight:600;font-size:14px;line-height:100%;color:#f4f4f8}.ChordEditorComponents_chordGridEditBtnActive__5TsgJ{background:#252629}.ChordEditorComponents_chordGridChordEditBtn__Y8L8i{position:absolute;left:5px;top:5px;width:16px;height:16px}@keyframes TimelineTracks_shimmer__CtGtY{0%{background-position:-1200px 0}to{background-position:1200px 0}}.TimelineTracks_timelineTracks__TzWKA{position:relative;flex:1 1;min-height:-moz-fit-content;min-height:fit-content;height:100%;padding-left:8px;padding-bottom:24px;z-index:2;display:flex;flex-direction:column;gap:2px;overflow-x:auto;overflow-y:hidden}.TimelineTracks_timelineTracks__TzWKA::-webkit-scrollbar{display:none}.TimelineTracks_timelineTracks__TzWKA{overscroll-behavior:none;-webkit-overflow-scrolling:auto}@media(max-width:576px){.TimelineTracks_timelineTracks__TzWKA{padding-bottom:36px;padding-left:calc(50vw - 112px)}}.TimelineTracks_timelineTracks_noScroll__0D98z{overflow:hidden}.TimelineTracks_timelineTrack__iOUtj{position:relative;margin-left:2px;width:-moz-fit-content;width:fit-content;height:88px;display:flex;flex-direction:row;gap:3px}.TimelineTracks_timelineTrack_CHORDS__MAerg{z-index:4}.TimelineTracks_timelineTrack_MELODY__r1Ywr{z-index:3}.TimelineTracks_timelineTrack_BASS__BTN5y{z-index:2}.TimelineTracks_timelineTrack_DRUMS___P1zv{z-index:1}.TimelineTracks_timelineTrackMuted__fzqMC{opacity:.4}.TimelineTracks_timelineTile___Q8pQ{position:absolute;top:1px;bottom:1px;border-radius:8px;border:2px solid rgba(244,244,248,.06);cursor:pointer;transition:background .25s ease-out;display:flex;flex-direction:column;justify-content:center;align-items:center}.TimelineTracks_timelineTile___Q8pQ.TimelineTracks_timelineTile_dragging__GQ9K8 .TimelineTracks_timelineTileControlsDrag__RfeTB,.TimelineTracks_timelineTile___Q8pQ.TimelineTracks_timelineTile_dragging__GQ9K8 .TimelineTracks_timelineTileControlsEdit__N24XR,.TimelineTracks_timelineTile___Q8pQ:not(.TimelineTracks_timelineTile_CHORDS__HoERi.TimelineTracks_timelineTile_active__vhxhA):not(.TimelineTracks_timelineTile___Q8pQ:hover) .TimelineTracks_timelineTileControlsDrag__RfeTB,.TimelineTracks_timelineTile___Q8pQ:not(.TimelineTracks_timelineTile_CHORDS__HoERi.TimelineTracks_timelineTile_active__vhxhA):not(.TimelineTracks_timelineTile___Q8pQ:hover) .TimelineTracks_timelineTileControlsEdit__N24XR{opacity:0}.TimelineTracks_timelineTile___Q8pQ.TimelineTracks_timelineTile_dragging__GQ9K8 .TimelineTracks_timelineTileNotesContainer__wKDD0,.TimelineTracks_timelineTile___Q8pQ:not(.TimelineTracks_timelineTile_CHORDS__HoERi.TimelineTracks_timelineTile_active__vhxhA):not(.TimelineTracks_timelineTile___Q8pQ:hover) .TimelineTracks_timelineTileNotesContainer__wKDD0{opacity:1}.TimelineTracks_timelineTile___Q8pQ[data-dragging=true]{z-index:3;background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.06),rgba(255,255,255,.06) 15px,transparent 0,transparent 30px)!important}.TimelineTracks_timelineTile___Q8pQ[data-dragging=true] .TimelineTracks_timelineTileControlsDurationContainer__1BfgA,.TimelineTracks_timelineTile___Q8pQ[data-dragging=true] .TimelineTracks_timelineTileControlsEdit__N24XR{display:none}.TimelineTracks_timelineTile_CHORDS__HoERi{background-color:#202224}.TimelineTracks_timelineTile_CHORDS__HoERi .TimelineTracks_timelineTileAddIcon__EEw3W{color:#f4f4f8}.TimelineTracks_timelineTile_CHORDS__HoERi .TimelineTracks_timelineTileAddLockedIcon__u9C3p{position:absolute;width:12px;height:12px;color:#f4f4f8;opacity:.4;top:6px;right:3px}.TimelineTracks_timelineTile_CHORDS__HoERi.TimelineTracks_timelineTile_loading__jVELg{background-image:linear-gradient(90deg,#202224 8%,#2c2e30 45%,#202224 90%)}.TimelineTracks_timelineTile_CHORDS__HoERi.TimelineTracks_timelineTile_overlay__us5RQ.TimelineTracks_timelineTile_active__vhxhA,.TimelineTracks_timelineTile_CHORDS__HoERi:not(.TimelineTracks_timelineTile_dragging__GQ9K8).TimelineTracks_timelineTile_active__vhxhA{background:linear-gradient(103deg,#3d4ff7,#457eed 50%,#3d4ff7) var(--x,0)/200%}@media(min-width:577px){.TimelineTracks_timelineTile_CHORDS__HoERi.TimelineTracks_timelineTile_overlay__us5RQ.TimelineTracks_timelineTile_active__vhxhA:not(.TimelineTracks_timelineTile_resizing__jEz_w):hover,.TimelineTracks_timelineTile_CHORDS__HoERi:not(.TimelineTracks_timelineTile_dragging__GQ9K8).TimelineTracks_timelineTile_active__vhxhA:not(.TimelineTracks_timelineTile_resizing__jEz_w):hover{--x:100%}}.TimelineTracks_timelineTile_CHORDS__HoERi.TimelineTracks_timelineTile_dragging__GQ9K8{background-color:#202224}.TimelineTracks_timelineTile_CHORDS__HoERi:not(.TimelineTracks_timelineTile_active__vhxhA):hover{background-color:#292b2d}.TimelineTracks_timelineTile_MELODY__3AII4{background:rgba(47,147,246,.3)}.TimelineTracks_timelineTile_MELODY__3AII4 .TimelineTracks_timelineTileAddIcon__EEw3W{color:#2f93f6}.TimelineTracks_timelineTile_MELODY__3AII4.TimelineTracks_timelineTile_loading__jVELg{background-image:linear-gradient(90deg,#264462 8%,#324e6a 45%,#264462 90%)}.TimelineTracks_timelineTile_MELODY__3AII4:not(.TimelineTracks_timelineTile_loading__jVELg):hover{background:rgba(47,147,246,.22)}.TimelineTracks_timelineTile_BASS__EnvpO{background:rgba(193,56,252,.3)}.TimelineTracks_timelineTile_BASS__EnvpO .TimelineTracks_timelineTileAddIcon__EEw3W{color:#c138fc}.TimelineTracks_timelineTile_BASS__EnvpO.TimelineTracks_timelineTile_loading__jVELg{background-image:linear-gradient(90deg,#502a63 8%,#5a356c 45%,#502a63 90%)}.TimelineTracks_timelineTile_BASS__EnvpO:not(.TimelineTracks_timelineTile_loading__jVELg):hover{background:rgba(193,56,252,.22)}.TimelineTracks_timelineTile_DRUMS__eUTGK{background:rgba(0,195,125,.3)}.TimelineTracks_timelineTile_DRUMS__eUTGK .TimelineTracks_timelineTileAddIcon__EEw3W{color:#00c37d}.TimelineTracks_timelineTile_DRUMS__eUTGK.TimelineTracks_timelineTile_loading__jVELg{background-image:linear-gradient(90deg,#1d5542 8%,#295e4c 45%,#1d5542 90%)}.TimelineTracks_timelineTile_DRUMS__eUTGK:not(.TimelineTracks_timelineTile_loading__jVELg):hover{background:rgba(0,195,125,.22)}.TimelineTracks_timelineTile_active__vhxhA{border-color:#fff}.TimelineTracks_timelineTile_dragging__GQ9K8{transition:all .25s ease-out}.TimelineTracks_timelineTile_preview__Mo3bU{position:relative;left:unset!important}.TimelineTracks_timelineTile_loading__jVELg{animation-duration:3s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:TimelineTracks_shimmer__CtGtY;animation-timing-function:linear;background-size:1200px 100%}.TimelineTracks_timelineTileChordScale__fvLkt{position:absolute;top:20px;left:50%;transform:translate(-50%,-100%)}.TimelineTracks_timelineTileChordName____Nom{width:100%;font-family:var(--font-quicksand);font-size:18px;font-weight:700;text-align:center;color:#fff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.TimelineTracks_timelineTileChordDegree__Es7qC{display:block;font-weight:400;font-size:14px;color:#fff;text-overflow:ellipsis;overflow:hidden}.TimelineTracks_timelineTileAddIcon__EEw3W{width:20px;opacity:.8}.TimelineTracks_timelineTileTransitionAdder__dD4vh{width:32px;height:32px;opacity:0;z-index:-1;border-radius:50%;border:2px solid rgba(244,244,248,.06);-webkit-backdrop-filter:blur(64px);backdrop-filter:blur(64px);transition:all .5s ease-in-out,opacity .2s ease-in-out;display:flex;justify-content:center;align-items:center;position:absolute;left:-4px;top:50%;transform:translate(-50%,100%)}.TimelineTracks_timelineTileTransitionAdder__dD4vh svg{width:18px;color:#f8f9fb}.TimelineTracks_timelineTileTransitionAdder_CHORDS__e6gu_{background:hsla(0,0%,100%,.01)}.TimelineTracks_timelineTileTransitionAdder_CHORDS__e6gu_.TimelineTracks_timelineTileTransitionAdderActive__XH1du,.TimelineTracks_timelineTileTransitionAdder_CHORDS__e6gu_:hover{background:hsla(0,0%,100%,.06)}.TimelineTracks_timelineTileTransitionAdder_MELODY__jp4hi{background:rgba(47,147,246,.15)}.TimelineTracks_timelineTileTransitionAdder_MELODY__jp4hi.TimelineTracks_timelineTileTransitionAdderActive__XH1du,.TimelineTracks_timelineTileTransitionAdder_MELODY__jp4hi:hover{background:rgba(47,147,246,.3)}.TimelineTracks_timelineTileTransitionAdder_BASS__Pz87w{background:rgba(193,56,252,.15)}.TimelineTracks_timelineTileTransitionAdder_BASS__Pz87w.TimelineTracks_timelineTileTransitionAdderActive__XH1du,.TimelineTracks_timelineTileTransitionAdder_BASS__Pz87w:hover{background:rgba(193,56,252,.3)}.TimelineTracks_timelineTileTransitionAdder_DRUMS__csppF{background:rgba(0,195,125,.15)}.TimelineTracks_timelineTileTransitionAdder_DRUMS__csppF.TimelineTracks_timelineTileTransitionAdderActive__XH1du,.TimelineTracks_timelineTileTransitionAdder_DRUMS__csppF:hover{background:rgba(0,195,125,.3)}.TimelineTracks_timelineTileTransitionAdderShown__63vz7{transform:translate(-50%,-50%);opacity:1;z-index:4;transition:all .5s ease-in-out,opacity .25s ease-in-out .25s}.TimelineTracks_timelineTileTransitionAdderFirst__hx1vI{left:8px}.TimelineTracks_addDropdown__L5Ci8{position:absolute;border-radius:8px;background:#1d1e21;border:1px solid #2b2e33;box-shadow:0 8px 30px 0 rgba(0,0,0,.5411764706);z-index:1;overflow:hidden}.TimelineTracks_addDropdownHidden__CCV6O{z-index:-1;display:none}.TimelineTracks_addDropdownOption__OwkoW{min-width:-moz-fit-content;min-width:fit-content;width:100%;height:40px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px;padding:8px 16px;cursor:pointer;transition:all .25s ease-out}.TimelineTracks_addDropdownOption__OwkoW svg{min-width:16px;width:16px}.TimelineTracks_addDropdownOption__OwkoW span{font-family:var(--font-quicksand);font-weight:600;font-size:14px;line-height:140%;letter-spacing:-.6%;vertical-align:middle;white-space:nowrap}.TimelineTracks_addDropdownOption__OwkoW span,.TimelineTracks_addDropdownOption__OwkoW svg path{color:#f4f4f8}.TimelineTracks_addDropdownOption__OwkoW:not(.TimelineTracks_addDropdownOptionDisabled__J1hH4):hover{background:#292a2d}.TimelineTracks_addDropdownOptionDisabled__J1hH4{cursor:default}.TimelineTracks_addDropdownOptionDisabled__J1hH4 span,.TimelineTracks_addDropdownOptionDisabled__J1hH4 svg path{color:#7c7d7e}.TimelineTracks_timelineTileControlsDuration__VP8V2{height:34px;cursor:move;z-index:1}.TimelineTracks_timelineTileControlsDuration__VP8V2,.TimelineTracks_timelineTileControlsDuration__VP8V2 *{touch-action:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.TimelineTracks_timelineTileControlsDurationTopLeft__rpMsN{position:absolute;top:-2px;left:-1px;transform:translateX(-50%)}.TimelineTracks_timelineTileControlsDurationTopRight__7zQll{position:absolute;top:-2px;right:-1px;transform:translateX(50%)}.TimelineTracks_timelineTileControlsDurationBottomLeft__FxJ5F{position:absolute;bottom:-2px;left:-2px}.TimelineTracks_timelineTileControlsDurationBottomRight__y68ge{position:absolute;bottom:-2px;right:-2px}.TimelineTracks_timelineTileControlsDrag__RfeTB{width:14px;max-width:100%;position:absolute;left:50%;bottom:3px;transform:translateX(-50%);opacity:1;transition:all .25s ease-out}.TimelineTracks_timelineTileControlsDrag__RfeTB,.TimelineTracks_timelineTileControlsDrag__RfeTB *{touch-action:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.TimelineTracks_timelineTileControlsDrag__RfeTB svg{width:12px;max-width:100%}.TimelineTracks_timelineTileControlsDrag__RfeTB svg path{color:#fff;transition:all .25s ease-out}.TimelineTracks_timelineTileControlsDrag_CHORDS__QDgTR svg path{color:#7c7d7e}.TimelineTracks_timelineTileControlsDragSmall__Q2aJ7{padding:4px 6px}.TimelineTracks_timelineTileControlsDragOnActiveTile__u4WX_ svg path{color:#fff}.TimelineTracks_timelineTileControlsEdit__N24XR{position:absolute;left:5px;top:5px;width:-moz-fit-content;width:fit-content;min-width:32px;max-width:100%;height:32px;background:rgba(0,0,0,0);border-radius:100px;cursor:pointer;z-index:2;opacity:1;transition:all .25s ease-out;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}.TimelineTracks_timelineTileControlsEdit__N24XR svg{width:16px}.TimelineTracks_timelineTileControlsEdit__N24XR span{font-family:var(--font-quicksand);font-weight:600;font-size:14px;line-height:100%}.TimelineTracks_timelineTileControlsEdit__N24XR span,.TimelineTracks_timelineTileControlsEdit__N24XR svg path{color:#fff}.TimelineTracks_timelineTileControlsEdit__N24XR:hover{background:hsla(0,0%,100%,.15)}.TimelineTracks_timelineTileControlsEditCenter__T1LRV{padding:0 20px;left:50%;top:50%;transform:translate(-50%,-50%);background:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(64px);backdrop-filter:blur(64px)}.TimelineTracks_timelineTileControlsEditCenter__T1LRV:hover{background:hsla(0,0%,100%,.22)}.TimelineTracks_timelineTileControlsEditCenterSmall__jaB78{padding:0;min-width:32px;width:32px;height:32px}.TimelineTracks_timelineTileControlsEditCenterSmall__jaB78 svg{width:16px}.TimelineTracks_timelineTileNotesContainer__wKDD0{--tile-offset:0px;--tile-bars-to-px:calc(220px * 0.6);position:relative;width:100%;padding:4px;display:flex;flex-direction:column;justify-content:space-between;height:100%;transition:all .25s ease-out;opacity:.6;overflow:hidden}.TimelineTracks_timelineTileNotesTrack__2dQy9{display:flex;position:relative;width:100%;height:9px}.TimelineTracks_timelineTileNotesNote__bkhiw{width:calc(var(--note-width)*var(--tile-bars-to-px));height:100%;position:absolute;top:0;left:calc(var(--note-offset)*var(--tile-bars-to-px) - var(--tile-offset) - 8px);border-radius:2px;transition:background .25s ease-out}.TimelineTracks_timelineTileNotesNote__bkhiw[data-placeholder=true]{background:hsla(0,0%,100%,.2)}.TimelineTracks_timelineTileNotesNote__bkhiw[data-muted=true]{background:#595d62}.TimelineTracks_timelineTileNotesNote_DRUMS__ZwlGM{background:#3fa37f}.TimelineTracks_timelineTileNotesNote_DRUMS__ZwlGM[data-darken=true],.TimelineTracks_timelineTileNotesNote_DRUMS__ZwlGM[data-repeated=true]{background:rgba(63,163,127,.35)}.TimelineTracks_timelineTileNotesNote_DRUMS__ZwlGM[data-active=true]{background:#24df9c}.TimelineTracks_timelineTileNotesNote_BASS__ZjiXL{background:#c138fc}.TimelineTracks_timelineTileNotesNote_BASS__ZjiXL[data-darken=true],.TimelineTracks_timelineTileNotesNote_BASS__ZjiXL[data-repeated=true]{background:rgba(63,163,127,.35)}.TimelineTracks_timelineTileNotesNote_BASS__ZjiXL[data-active=true]{background:#24df9c}.TimelineTracks_timelineTileNotesNote_MELODY__F_Apd{background:#457eed;top:50%;transform:translateY(-50%);min-height:2px;margin:0}.TimelineTracks_timelineTileNotesNote_MELODY__F_Apd[data-darken=true],.TimelineTracks_timelineTileNotesNote_MELODY__F_Apd[data-repeated=true]{background:rgba(69,126,237,.2)}.TimelineTracks_timelineTileNotesNote_MELODY__F_Apd[data-active=true]{background:#457eed}.TimelineTracks_timelineTileNotesNote_preview__GQfr8{opacity:.2;transition:all .25s ease-out}.TimelineTracks_timelineTileNotesNote_previewActive__aH2O5{opacity:1}.TimelineTracks_timelineSelection__ghsEn{position:absolute;display:none;border-radius:8px;background:hsla(0,0%,100%,.12);border:2px solid #fff;z-index:4}.TimelineTracks_timelineTrackTileDragOverlay__d9wDE{width:-moz-fit-content;width:fit-content;height:112px;position:fixed;z-index:10;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2px}.TimelineTracks_timelineTrackTileDragOverlay__d9wDE>div{position:relative!important;left:unset!important;top:unset!important;right:unset!important;bottom:unset!important;height:100%}@keyframes EditMenu_shimmer__Cnskp{0%{background-position:-1200px 0}to{background-position:1200px 0}}.EditMenu_container__3bRCh{position:absolute;width:200px;padding:8px;background:#1d1e21;border-radius:8px;border:1px solid #2b2e33;box-shadow:0 8px 30px 0 rgba(0,0,0,.5411764706);display:flex;flex-direction:column;z-index:100;opacity:0;pointer-events:none;transition:opacity 10ms ease-in-out}.EditMenu_container__3bRCh.EditMenu_shown__X5FNN{opacity:1;pointer-events:auto}.EditMenu_container__3bRCh .EditMenu_option__g_Fgs{width:100%;padding:10px 8px;border-radius:8px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:12px;background:rgba(0,0,0,0);transition:all .25s ease-out;cursor:pointer}.EditMenu_container__3bRCh .EditMenu_option__g_Fgs .EditMenu_icon___Rjxv{min-width:16px;width:16px;height:16px}.EditMenu_container__3bRCh .EditMenu_option__g_Fgs .EditMenu_name__Z_Pcj{flex:1 1;font-weight:500;line-height:17.5px;font-family:var(--font-poppins);font-weight:400;font-style:Regular;font-size:14px}.EditMenu_container__3bRCh .EditMenu_option__g_Fgs .EditMenu_hotkey__PsN_0{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}.EditMenu_container__3bRCh .EditMenu_option__g_Fgs .EditMenu_hotkeyItem__rFw4w{min-width:20px;width:20px;height:20px;display:flex;justify-content:center;align-items:center;border-radius:4px;background:hsla(0,0%,100%,.031372549);transition:all .25s ease-out;font-family:var(--font-poppins);font-weight:500;font-style:Medium;font-size:12px;color:#565759}.EditMenu_container__3bRCh .EditMenu_option__g_Fgs .EditMenu_icon___Rjxv *,.EditMenu_container__3bRCh .EditMenu_option__g_Fgs .EditMenu_name__Z_Pcj{color:#f4f4f8}.EditMenu_container__3bRCh .EditMenu_option__g_Fgs:hover:not(.EditMenu_disabled__rnCHF){background:#292a2d}.EditMenu_container__3bRCh .EditMenu_option__g_Fgs:hover:not(.EditMenu_disabled__rnCHF) .EditMenu_hotkeyItem__rFw4w{color:#f4f4f8}.EditMenu_container__3bRCh .EditMenu_option__g_Fgs.EditMenu_disabled__rnCHF{cursor:default}.EditMenu_container__3bRCh .EditMenu_option__g_Fgs.EditMenu_disabled__rnCHF .EditMenu_hotkeyItem__rFw4w,.EditMenu_container__3bRCh .EditMenu_option__g_Fgs.EditMenu_disabled__rnCHF .EditMenu_icon___Rjxv *,.EditMenu_container__3bRCh .EditMenu_option__g_Fgs.EditMenu_disabled__rnCHF .EditMenu_name__Z_Pcj{color:#565759}.EditMenu_divider__z0LHi{width:100%;height:1px;margin:4px 0;background:#2b2e33}.EditMenu_mobileContainerCover__OJu8I{width:-moz-fit-content;width:fit-content;position:absolute;left:50%;bottom:-6px;transform:translate(-50%,100%);z-index:100}.EditMenu_mobileContainerCoverFirst__Z3LOp{max-width:100%}.EditMenu_mobileContainer__Z7EDT{width:-moz-fit-content;width:fit-content;height:32px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:25px;padding:0 16px;border-radius:50px;background:rgba(244,244,248,.2);border:1px solid rgba(244,244,248,.05);-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);box-shadow:2px 2px 8px -2px rgba(20,22,24,.3019607843)}.EditMenu_mobileContainer__Z7EDT .EditMenu_option__g_Fgs{height:30px;position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:6px}.EditMenu_mobileContainer__Z7EDT .EditMenu_option__g_Fgs svg{min-width:16px;width:16px;height:16px;width:100%;color:#f4f4f8}.EditMenu_mobileContainer__Z7EDT .EditMenu_option__g_Fgs span{font-family:var(--font-poppins);font-weight:500;font-size:12px;line-height:135%;text-align:center;color:#f4f4f8}.EditMenu_mobileContainer__Z7EDT .EditMenu_option__g_Fgs:before{content:"";position:absolute;left:-13px;top:50%;transform:translateY(-50%);width:1px;height:10px;background:rgba(244,244,248,.2)}.EditMenu_mobileContainer__Z7EDT .EditMenu_option__g_Fgs:first-child:before{display:none}@keyframes SmallRangeSelector_shimmer__s9Cfq{0%{background-position:-1200px 0}to{background-position:1200px 0}}.SmallRangeSelector_container__ZoCBn{display:flex;align-items:center}.SmallRangeSelector_leftButton__8s2v0,.SmallRangeSelector_rightButton__5bRY9{width:26px;height:26px;border-radius:3px;display:flex;align-items:center;justify-content:center;outline:none;border:none;box-shadow:none;padding:0;cursor:pointer}.SmallRangeSelector_leftButton__8s2v0 svg,.SmallRangeSelector_rightButton__5bRY9 svg{width:18px;height:18px}.SmallRangeSelector_leftButton__8s2v0,.SmallRangeSelector_rightButton__5bRY9{transition:background-color .25s ease-out;background-color:#404349}@media(min-width:577px){.SmallRangeSelector_leftButton__8s2v0:hover,.SmallRangeSelector_rightButton__5bRY9:hover{background-color:#36373c}}.SmallRangeSelector_leftButton__8s2v0[data-disabled=false] svg path,.SmallRangeSelector_rightButton__5bRY9[data-disabled=false] svg path{stroke:#fff}.SmallRangeSelector_leftButton__8s2v0[data-disabled=true],.SmallRangeSelector_rightButton__5bRY9[data-disabled=true]{background-color:#26272a;cursor:auto}.SmallRangeSelector_leftButton__8s2v0{transform:rotate(-90deg)}.SmallRangeSelector_rightButton__5bRY9{transform:rotate(90deg)}.SmallRangeSelector_value__yqycs{font-weight:500;font-size:14px;color:#fff;width:32px;display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;justify-content:center}@keyframes PreviewPage_shimmer__K5rYD{0%{background-position:-1200px 0}to{background-position:1200px 0}}.PreviewPage_container__ifnWw{position:relative;width:100%;height:100%;padding-top:72px;overflow-x:hidden;overflow-y:auto}.PreviewPage_container__ifnWw::-webkit-scrollbar-thumb{height:73px;width:24px;background-clip:padding-box;border-radius:15px;border:8px solid rgba(0,0,0,0);background:#36373c}.PreviewPage_container__ifnWw::-webkit-scrollbar-corner{background-color:rgba(0,0,0,0)}.PreviewPage_container__ifnWw::-webkit-scrollbar{height:5px;width:5px}.PreviewPage_container__ifnWw::-webkit-scrollbar-track{background:#1d1e21;height:3px;width:3px}.PreviewPage_container__ifnWw{display:flex;flex-direction:column;justify-content:center;align-items:center}@media(max-width:576px){.PreviewPage_container__ifnWw{padding-top:52px}}@media(max-width:576px)and (max-width:576px){.PreviewPage_container__ifnWw,.PreviewPage_container__ifnWw *{touch-action:pan-x pan-y}}.PreviewPage_content__BaM7j{flex:1 1;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}@media(min-width:1800px){.PreviewPage_header__UbuJB>div{height:72px!important}}.PreviewPage_partsMenu__bqPVT{position:absolute;top:72px;left:0;right:0;max-width:100%}@media(max-width:576px){.PreviewPage_partsMenu__bqPVT{top:53px;left:0;right:0}}.PreviewPage_previewName__lbTrn{font-weight:600;font-size:16px;line-height:20px;letter-spacing:.01em;color:#8b8c8e}.PreviewPage_preview__seYeF{position:relative;width:100%;height:-moz-fit-content;height:fit-content;padding:24px 0;display:flex;flex-direction:row;justify-content:center;align-items:center;background:rgba(54,55,60,.1);border-top:1px solid rgba(46,47,48,.5);border-bottom:1px solid rgba(46,47,48,.5);overflow:hidden}.PreviewPage_preview__seYeF>:not(.PreviewPage_previewStart__qagKp){flex:unset;width:max-content;height:-moz-fit-content;height:fit-content;max-width:100%;padding:0 24px}.PreviewPage_previewStart__qagKp{position:absolute;inset:0;z-index:2;background:rgba(14,14,14,.6392156863);display:flex;justify-content:center;align-items:center}.PreviewPage_previewStart__qagKp .PreviewPage_play__E4izy{width:120px;height:120px;display:flex;justify-content:center;align-items:center;transition:background .25s ease-out;background:linear-gradient(103deg,#5a7fff,#7bb8ff 50%,#5a7fff) var(--x,0)/200%}@media(min-width:577px){.PreviewPage_previewStart__qagKp .PreviewPage_play__E4izy:hover{--x:100%}}.PreviewPage_previewStart__qagKp .PreviewPage_play__E4izy{box-shadow:0 2.6923077106px 5.3846154213px 0 rgba(28,28,30,.1019607843);cursor:pointer;border-radius:50%}.PreviewPage_previewStart__qagKp .PreviewPage_play__E4izy svg{width:64px;color:#fff}.PreviewPage_editButton__1ETY2{width:-moz-fit-content;width:fit-content;height:50px;padding:0 16px 0 0;display:flex;align-items:center;cursor:pointer;border-radius:25px;transition:background .25s ease-out;background:linear-gradient(103deg,#3d4ff7,#457eed 50%,#3d4ff7) var(--x,0)/200%}@media(min-width:577px){.PreviewPage_editButton__1ETY2:hover{--x:100%}}.PreviewPage_editButton__1ETY2{outline:none;border:none;box-shadow:none;overflow:hidden}.PreviewPage_editButton__1ETY2 span{font-weight:600;font-size:16px;margin-left:12px;color:#fff}.PreviewPage_editButton__1ETY2 .PreviewPage_icon__xt__6{width:50px;height:50px;border-radius:25px;transition:background .25s ease-out;background:linear-gradient(103deg,#3d4ff7,#457eed 50%,#3d4ff7) var(--x,0)/200%}@media(min-width:577px){.PreviewPage_editButton__1ETY2 .PreviewPage_icon__xt__6:hover{--x:100%}}.PreviewPage_pianoRoll__NtGxY{height:130px;width:100%;position:relative;overflow-x:auto;overflow-y:hidden}.PreviewPage_pianoRoll__NtGxY::-webkit-scrollbar-thumb{height:73px;width:24px;background-clip:padding-box;border-radius:15px;border:8px solid rgba(0,0,0,0);background:#36373c}.PreviewPage_pianoRoll__NtGxY::-webkit-scrollbar-corner{background-color:rgba(0,0,0,0)}.PreviewPage_pianoRoll__NtGxY::-webkit-scrollbar{height:5px;width:5px}.PreviewPage_pianoRoll__NtGxY::-webkit-scrollbar-track{background:#1d1e21;height:3px;width:3px}@media(max-width:576px){.PreviewPage_pianoRoll__NtGxY{height:95px}}@media(min-width:1800px){.PreviewPage_pianoRoll__NtGxY{height:160px}}@media(max-height:830px)and (min-width:1800px){.PreviewPage_pianoRoll__NtGxY{display:none}}@media(max-height:750px)and (max-width:1800px){.PreviewPage_pianoRoll__NtGxY{display:none}}@media(max-height:815px)and (max-width:576px){.PreviewPage_pianoRoll__NtGxY{display:none}}.PreviewPage_footer__9LXcf{width:100%;height:65px;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media(min-width:1800px){.PreviewPage_footer__9LXcf{height:85px}}.PreviewPage_footerCenter___A8Qb,.PreviewPage_footerLeft__4mNfB,.PreviewPage_footerRight__FkzOh{display:flex;flex-direction:row;align-items:center}.PreviewPage_footerLeft__4mNfB{justify-content:flex-start}.PreviewPage_footerCenter___A8Qb{justify-content:center}.PreviewPage_footerRight__FkzOh{justify-content:flex-end}.PreviewPage_bpmInfo__QO3Wp,.PreviewPage_keyInfo__s5qrI{width:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}.PreviewPage_bpmInfo__QO3Wp p,.PreviewPage_keyInfo__s5qrI p{font-weight:600;font-size:14px;line-height:14px;margin:0;color:#fff}.PreviewPage_bpmInfo__QO3Wp span,.PreviewPage_keyInfo__s5qrI span{margin:0;opacity:.6;line-height:12px;font-weight:600;font-size:12px;color:#8b8c8e}