:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent: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-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.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%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.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%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;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{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.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-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-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)}}.style_tooltip__CDOn5{box-shadow:var(--cardShadow)}.style_tooltip__CDOn5:hover{box-shadow:var(--cardShadowHover)}@keyframes style_moveGradient__Rqwhi{0%{background-position:100% 50%}to{background-position:-100% 50%}}.style_tooltip__CDOn5{position:absolute;top:0;left:0;padding:.25em .5em;border-radius:.25rem;max-width:20rem;font-size:1rem;font-weight:400;font-family:Inter Variable;text-align:center;background-color:var(--bgColor-1);opacity:0;transition:opacity .1s ease-out;z-index:10;pointer-events:none}.style_tooltip__CDOn5.style_active__kO_8b{animation:style_popIn__i0rem .2s cubic-bezier(.06,.67,.17,1.42) both}.style_tooltip__CDOn5:not(.style_active__kO_8b){animation:style_popOut__wM6wW .1s ease-out both}@keyframes style_popIn__i0rem{0%{opacity:0;scale:.8}to{scale:1}}@keyframes style_popOut__wM6wW{0%{opacity:1;scale:1}to{scale:.8;opacity:0}}@font-face{font-family:Comfortaa Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_next/static/media/comfortaa-cyrillic-ext-wght-normal.27e8845b.woff2) format("woff2-variations");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Comfortaa Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_next/static/media/comfortaa-cyrillic-wght-normal.2135b095.woff2) format("woff2-variations");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Comfortaa Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_next/static/media/comfortaa-greek-wght-normal.a33f7f07.woff2) format("woff2-variations");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Comfortaa Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_next/static/media/comfortaa-vietnamese-wght-normal.65af2c38.woff2) format("woff2-variations");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Comfortaa Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_next/static/media/comfortaa-latin-ext-wght-normal.55a637c2.woff2) format("woff2-variations");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Comfortaa Variable;font-style:normal;font-display:swap;font-weight:300 700;src:url(/_next/static/media/comfortaa-latin-wght-normal.e65dffdc.woff2) format("woff2-variations");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_next/static/media/inter-cyrillic-ext-wght-normal.04aa035e.woff2) format("woff2-variations");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_next/static/media/inter-cyrillic-wght-normal.25972555.woff2) format("woff2-variations");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_next/static/media/inter-greek-ext-wght-normal.f98d32fc.woff2) format("woff2-variations");unicode-range:u+1f??}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_next/static/media/inter-greek-wght-normal.6f3630ae.woff2) format("woff2-variations");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_next/static/media/inter-vietnamese-wght-normal.113a630f.woff2) format("woff2-variations");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_next/static/media/inter-latin-ext-wght-normal.eca38e0d.woff2) format("woff2-variations");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_next/static/media/inter-latin-wght-normal.76ba26f1.woff2) format("woff2-variations");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@keyframes style_moveGradient__ZcqNn{0%{background-position:100% 50%}to{background-position:-100% 50%}}.style_outerSlider____AFL{position:relative;border-radius:100vmax;padding:.4rem;margin-left:-.2rem;outline:2px solid var(--bgColor-3);overflow:hidden;background-color:var(--bgColor-1)}.style_outerSlider____AFL:focus,.style_outerSlider____AFL:hover:not(:disabled){background-color:var(--bgColor-1);outline-color:var(--buttonOutline)}.style_outerSlider____AFL:after,.style_outerSlider____AFL:before{display:none}.style_outerSlider____AFL .style_innerSlider__YNbFO{position:relative;isolation:isolate;width:1.25rem;height:1.25rem;border-radius:100vmax;transition:transform .25s ease-out}.style_outerSlider____AFL .style_innerSlider__YNbFO .style_colorFill__OA8VZ{position:absolute;border-radius:100vmax;width:100%;height:100%;background-color:var(--buttonText)}.style_outerSlider____AFL .style_innerSlider__YNbFO .style_beam__X0aEy{position:absolute;width:1.75rem;height:1.75rem;left:-.25rem;top:-.25rem;z-index:-1;transform-origin:center}.style_outerSlider____AFL .style_innerSlider__YNbFO:after{position:absolute;content:"";width:1rem;height:1rem;background-color:var(--bgColor-1);border-radius:100vmax;left:.4rem}.style_outerSlider____AFL .style_innerSlider__YNbFO.style_dark__h_G_I .style_colorFill__OA8VZ{animation:style_toDarkFill__GqjUi .25s ease-out both;background-color:var(--textColor)}.style_outerSlider____AFL .style_innerSlider__YNbFO.style_dark__h_G_I .style_beam__X0aEy{animation:style_toDarkBeams__oXLd9 .25s ease-out both}.style_outerSlider____AFL .style_innerSlider__YNbFO.style_dark__h_G_I:after{animation:style_toDarkCrescent__2Zf_n .25s ease-out .25s both}.style_outerSlider____AFL .style_innerSlider__YNbFO.style_light__NwgEB .style_colorFill__OA8VZ{animation:style_toLightFill__vbrxH .25s ease-out .15s both}.style_outerSlider____AFL .style_innerSlider__YNbFO.style_light__NwgEB .style_beam__X0aEy{animation:style_toLightBeams__Y9_53 .25s ease-out .25s both}.style_outerSlider____AFL .style_innerSlider__YNbFO.style_light__NwgEB:after{animation:style_toLightCrescent__7yfIu .5s ease-out 0s both}@keyframes style_toLightCrescent__7yfIu{0%{opacity:1;transform:scale(.9) translate(0)}50%{transform:scale(1.2) translate(-5%,5%)}75%{opacity:1}to{opacity:0;transform:translate(75%,-40%) scale(.75)}}@keyframes style_toDarkCrescent__2Zf_n{0%{transform:scale(.9) translate(75%,-60%)}75%{transform:translate(-10%,5%)}to{transform:scale(1) translate(0)}}@keyframes style_toLightBeams__Y9_53{0%{opacity:.5;transform:scale(0)}75%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes style_toDarkBeams__oXLd9{0%{opacity:1;transform:scale(1)}90%{opacity:.9}to{opacity:0;transform:scale(0)}}@keyframes style_toLightFill__vbrxH{0%{transform:scale(1)}to{transform:scale(.75)}}@keyframes style_toDarkFill__GqjUi{0%{transform:scale(.75)}to{transform:scale(1)}}@keyframes style_moveGradient__q3gfL{0%{background-position:100% 50%}to{background-position:-100% 50%}}.style_wrapper__iz089{overflow:hidden;position:relative;aspect-ratio:1}.style_wrapper__iz089>img{width:100%;height:100%;max-width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover}.style_loading__pK8bZ:after,.style_loading__pK8bZ:before{content:"";position:absolute;inset:0;filter:blur(1px)}.style_loading__pK8bZ:before{width:2rem;margin:auto;background:var(--buttonOutline);animation:style_spin__0wFH_ 2s ease-in-out infinite alternate}@keyframes style_spin__0wFH_{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.style_loading__pK8bZ:after{inset:.2rem;border-radius:inherit;background-image:url(https://osu.ppy.sh/images/layout/avatar-guest.png);background-size:cover;border:.05rem solid var(--bgColor-1)}.style_circle__BOGkk{border-radius:99rem}.style_md__G6kNs{min-height:2rem;max-height:2rem;min-width:2rem}.style_md__G6kNs:before{width:2rem}.style_md__G6kNs:after{filter:blur(2px)}.style_lg__g_WMD{min-height:6rem;max-height:6rem;min-width:6rem}.style_lg__g_WMD:before{width:3rem}.style_lg__g_WMD:after{filter:blur(3px)}.style_xl__HeFUH{min-height:12rem;max-height:12rem;min-width:12rem}.style_xl__HeFUH:before{width:4rem}.style_xl__HeFUH:after{filter:blur(4px)}.style_sm__eErfX{min-height:1rem;max-height:1rem;min-width:1rem}.style_sm__eErfX:before{width:1rem}.style_sm__eErfX:after{filter:blur(1px)}.style_cardWrapper__i8Uqf{box-shadow:var(--cardShadow)}.style_cardWrapper__i8Uqf:hover{box-shadow:var(--cardShadowHover)}.style_skeleton__QY_mJ .style_influencedStat__lmOqU,.style_skeleton__QY_mJ .style_name__Gqn5I,.style_skeleton__QY_mJ .style_rankedStat__MgXIt{background:linear-gradient(90deg,var(--textColor-faded) 0,var(--textColor) 10%,var(--textColor-faded) 20%,var(--textColor-faded) 100%);background-size:400% 100%;animation:style_moveGradient___A8nf 3s linear infinite;opacity:10%!important;border-radius:.25rem;border:.1px solid var(--textColor)}@keyframes style_moveGradient___A8nf{0%{background-position:100% 50%}to{background-position:-100% 50%}}.style_cardWrapper__i8Uqf{position:relative;isolation:isolate;display:grid;justify-items:center;grid-template-columns:1fr 5rem 1fr;grid-template-rows:3.5rem auto;gap:.5rem;border-radius:.25rem;width:18rem;height:6.1rem;min-width:18rem;margin-top:1.25rem;padding-bottom:.5rem}.style_cardWrapper__i8Uqf .style_backgroundFill__7hWIH{position:absolute;inset:0;background-color:var(--bgColor-2);z-index:-1;border-radius:inherit}.style_cardWrapper__i8Uqf:before{content:"";position:absolute;grid-row:1;grid-column:1;width:5rem;height:5rem;border-radius:999rem;margin-top:-1.25rem;z-index:-1;box-shadow:var(--cardShadow)}.style_cardWrapper__i8Uqf:hover:before{box-shadow:var(--cardShadowHover)}.style_cardWrapper__i8Uqf .style_name__Gqn5I{grid-row:2;grid-column:span 3;width:100%;height:1.75rem;padding-inline:.5rem;font-family:Comfortaa Variable;font-size:1.5rem;font-weight:700;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.style_cardWrapper__i8Uqf .style_influencedStat__lmOqU,.style_cardWrapper__i8Uqf .style_rankedStat__MgXIt{width:100%;margin-top:.75rem;font-size:.75rem;opacity:.8}.style_cardWrapper__i8Uqf .style_influencedStat__lmOqU>span,.style_cardWrapper__i8Uqf .style_rankedStat__MgXIt>span{font-size:1rem;display:block}.style_cardWrapper__i8Uqf .style_influencedStat__lmOqU{grid-column:1;grid-row:1;text-align:right}.style_cardWrapper__i8Uqf .style_rankedStat__MgXIt{grid-column:3;grid-row:1;text-align:left}.style_cardWrapper__i8Uqf .style_flag__Hzjmj{display:flex;align-items:center;justify-content:center;grid-row:3;grid-column:2;width:100%;padding:.125rem;margin-top:-.6rem;border-radius:.25rem}.style_cardWrapper__i8Uqf .style_flag__Hzjmj>img{height:1rem;border-radius:inherit}.style_cardWrapper__i8Uqf .style_photoCell__pnPS3>img{border-radius:999rem;height:5rem;width:5rem;margin-top:-1.25rem;background-size:cover;background-position:50%;background-color:var(--bgColor-2);-webkit-mask-image:linear-gradient(0deg,transparent 5%,white 30%,white);mask-image:linear-gradient(0deg,transparent 5%,white 30%,white)}.style_cardWrapper__i8Uqf .style_photoCell__pnPS3 .style_badges__bWBPN{margin-top:-1.5rem;width:100%;display:flex;justify-content:center;gap:.25rem}.style_cardWrapper__i8Uqf .style_photoCell__pnPS3 .style_badges__bWBPN .style_badge__msgka{z-index:1;display:flex;justify-content:center;align-items:center;background-color:var(--bgColor-3);border:1px solid;padding:.25rem .3rem .1rem;border-radius:50rem;font-size:.75rem;font-weight:500}.style_cardWrapper__i8Uqf .style_photoCell__pnPS3 .style_badges__bWBPN .style_badge__msgka:hover .style_tooltip__oTVuL{opacity:1}.style_skeleton__QY_mJ:hover{box-shadow:var(--cardShadow)}.style_skeleton__QY_mJ .style_influencedStat__lmOqU,.style_skeleton__QY_mJ .style_rankedStat__MgXIt{margin-block:.5rem;width:calc(100% - 1rem)}.style_skeleton__QY_mJ .style_name__Gqn5I{width:50%}.style_skeleton__QY_mJ .style_photoCell__pnPS3{position:relative;height:5rem;width:5rem;border-radius:9999rem;-webkit-mask-image:linear-gradient(0deg,transparent 5%,white 30%,white);mask-image:linear-gradient(0deg,transparent 5%,white 30%,white);margin-top:-1.25rem}.style_skeleton__QY_mJ .style_photoCell__pnPS3:before{content:"";position:absolute;inset:0;width:2rem;margin:auto;background:var(--buttonOutline);filter:blur(1rem);animation:style_spin__myPHo 2s ease-in-out infinite alternate}.style_skeleton__QY_mJ .style_photoCell__pnPS3:after{content:"";position:absolute;inset:.2rem;border-radius:inherit;background-image:url(https://osu.ppy.sh/images/layout/avatar-guest.png);background-size:cover;filter:blur(2px);border:.05rem solid var(--bgColor-1)}@keyframes style_spin__myPHo{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes style_moveGradient__Mcq1j{0%{background-position:100% 50%}to{background-position:-100% 50%}}.style_allResults__CBtfM{position:absolute;display:flex;flex-direction:column;align-items:center;gap:1rem;right:0;top:calc(100% + 1rem);padding:1rem;background-color:var(--bgColor-1);outline:.1rem solid var(--primaryColor);border-radius:.25rem}.style_allResults__CBtfM>h4{margin:0}@media screen and (max-width:30rem){.style_allResults__CBtfM{left:0;right:0}}@keyframes styles_moveGradient__g6OHi{0%{background-position:100% 50%}to{background-position:-100% 50%}}.styles_searchBorder__e7dsa{isolation:isolate;position:relative;padding:.25rem;border-radius:.375rem;z-index:2}.styles_searchBorder__e7dsa:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(to right,var(--secondaryColor),var(--primaryColor));opacity:.25;pointer-events:none;transition:opacity 0s}.styles_searchBorder__e7dsa:focus-within:after{opacity:1;z-index:-1}html[data-theme=light] .styles_searchBar__lHw1y{background-color:rgba(0,0,0,0);transition:background-color 0s}html[data-theme=light] .styles_searchBar__lHw1y:focus-within{background-color:var(--bgColor-1)}.styles_searchBar__lHw1y{display:flex;align-items:center;background-color:var(--bgColor-1);border-radius:.25rem;width:10.5rem}.styles_searchBar__lHw1y>input{background-color:rgba(0,0,0,0);width:8.75rem}.styles_searchBar__lHw1y>input:focus,.styles_searchBar__lHw1y>input:focus-visible,.styles_searchBar__lHw1y>input:focus-within{outline:none}.styles_searchBar__lHw1y .styles_magnifyButton__1qv26{outline:none;display:inline;padding-block:0;padding-inline:.25rem;background-color:rgba(0,0,0,0);height:1.25rem;width:1.75rem;right:.25rem;top:calc(50% - .625rem)}.styles_searchBar__lHw1y .styles_magnifyButton__1qv26:hover:not(:disabled){background-color:rgba(0,0,0,0)}.styles_searchBar__lHw1y .styles_magnifySvg__hriBH{width:100%;height:100%}@keyframes style_moveGradient__C2YLs{0%{background-position:100% 50%}to{background-position:-100% 50%}}.style_header__ppGW_{background-color:var(--bgColor-content);box-shadow:var(--contentShadow);border-radius:.25rem}.style_contentCenterer__0LypH{display:flex;flex-direction:column;align-items:center;margin-top:3.5rem;max-width:90.25rem;min-height:calc(100vh - 3.5rem);margin-inline:auto;padding:1rem}.style_header__ppGW_{display:flex;position:fixed;top:0;width:100%;flex-direction:row;align-items:center;height:3.5rem;padding-block:.5rem;padding-inline:1rem;z-index:2}.style_header__ppGW_:after{position:absolute;content:"";width:100vw;bottom:0;left:0;height:.125rem;background:linear-gradient(to right,var(--secondaryColor),var(--primaryColor))}.style_header__ppGW_ .style_home__67GJA{height:3.5rem;display:flex;align-items:center;gap:.5rem;margin-right:1rem}.style_header__ppGW_ .style_home__67GJA>svg{width:2rem;height:2.5rem}.style_header__ppGW_ .style_home__67GJA span{font-size:1.5rem;font-weight:700}.style_header__ppGW_ .style_searchBar__FXSul{margin-left:auto;margin-right:1rem}.style_header__ppGW_ .style_darkMode__22lpA{margin-right:1rem}.style_header__ppGW_ .style_avatar__hqOL8{outline:2px solid rgba(0,0,0,0)}.style_header__ppGW_ .style_avatar__hqOL8:hover{outline-color:var(--buttonOutline)}.style_toast__LqBd8{--toastify-font-family:$inter}@media screen and (max-width:60rem){.style_contentCenterer__0LypH{height:auto}}@media screen and (max-width:30rem){.style_home__67GJA>span{display:none}}@keyframes moveGradient{0%{background-position:100% 50%}to{background-position:-100% 50%}}button{cursor:pointer;padding:1rem;background-color:var(--buttonBg-alt);outline:.1rem solid var(--buttonOutline);border-radius:.25rem;color:var(--buttonText-alt);font-weight:700}button:focus-visible:not(:disabled),button:hover:not(:disabled){background-color:var(--buttonOutline);color:var(--bgColor-1)}button:disabled{cursor:not-allowed;opacity:.5}.absolute{position:absolute}.my-3{margin-top:.75rem;margin-bottom:.75rem}.-mb-\[0\.1rem\]{margin-bottom:-.1rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.h-\[37rem\]{height:37rem}.max-h-\[37rem\]{max-height:37rem}.w-\[25rem\]{width:25rem}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-\[25rem\]{min-width:25rem}.shrink-0{flex-shrink:0}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.flex-col{flex-direction:column}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.border-0{border-width:0}.border-r-4{border-right-width:4px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-green-400{--tw-border-opacity:1;border-color:rgb(74 222 128/var(--tw-border-opacity,1))}.border-orange-400{--tw-border-opacity:1;border-color:rgb(251 146 60/var(--tw-border-opacity,1))}.border-red-400{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity,1))}.border-secondary{border-color:var(--secondaryColor)}.border-transparent{border-color:transparent}.bg-background-content{background-color:var(--bgColor-content)}.p-2{padding:.5rem}.px-2{padding-right:.5rem}.pl-2,.px-2{padding-left:.5rem}.text-center{text-align:center}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.text-text{color:var(--textColor)}.text-text-faded{color:var(--textColor-faded)}.opacity-5{opacity:.05}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}html,html[data-theme=dark]{--bgColor-1:hsl(252,10%,10%);--bgColor-2:hsl(252,19%,15%);--bgColor-content:hsl(252,19%,15%);--bgColor-3:hsl(255,20%,20%);--bgColor-3-hover:hsl(255,20%,30%);--primaryColor:hsl(205,50%,25%);--secondaryColor:hsl(294,50%,25%);--primaryColorBg:hsla(205,50%,25%,0.25);--secondaryColorBg:hsla(294,50%,25%,0.25);--backgroundGradient:transparent;--buttonBg:hsl(306,86%,88%);--buttonOutline:var(--buttonBg);--buttonText:var(--bgColor-1);--buttonBg-alt:hsla(306,86%,88%,0.1);--buttonText-alt:var(--buttonOutline);--textColor:hsl(0,0%,90%);--textColor-faded:hsla(0,0%,90%,0.5);--primaryTextColor:hsl(0,0%,90%);--secondaryTextColor:hsl(0,0%,90%);--cardShadow:0 0 0 0.15rem hsl(310,5%,25%);--cardShadowHover:0 0 0 0.15rem hsl(310,5%,50%);--contentShadow:none;--danger:red;--dangerBg:rgba(255,0,0,0.25);--reset:gray;--resetBg:rgba(128,128,128,0.1);--white:hsl(0,0%,90%)}html[data-theme=light]{--bgColor-1:hsl(0,0%,100%);--bgColor-2:hsl(310,100%,99%);--bgColor-content:hsla(310,100%,99%,0.5);--bgColor-3:hsl(333,100%,96%);--bgColor-3-hover:hsl(313,60%,90%);--primaryColor:hsl(205,75%,50%);--secondaryColor:hsl(294,75%,50%);--primaryColorBg:hsla(205,100%,50%,15%);--secondaryColorBg:hsl(294,100%,50%,15%);--loginScreenBg:hsla(0,100%,100%,20%);--buttonBg:hsl(293,100%,95%);--buttonOutline:var(--secondaryColor);--buttonText:var(--secondaryColor);--buttonBg-alt:var(--buttonBg);--buttonText-alt:var(--buttonOutline);--textColor:hsl(0,0%,10%);--textColor-faded:hsla(0,0%,10%,0.5);--primaryTextColor:var(--primaryColor);--secondaryTextColor:var(--secondaryColor);--cardShadow:0 0.05rem 0.2rem 0.05rem rgba(0,0,0,0.15);--cardShadowHover:0 0.1rem 0.5rem 0.15rem rgba(0,0,0,0.2);--contentShadow:0 0.1rem 1.5rem -0.25rem rgba(0,0,0,0.1);--danger:red;--dangerBg:rgba(255,0,0,0.25);--reset:gray;--resetBg:rgba(128,128,128,0.1);--white:white}body,html{padding:0;margin:0;background-color:var(--bgColor-1);overflow-x:hidden;font-family:Inter Variable,Comfortaa Variable,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem}@media screen and (max-width:60rem){body,html{font-size:.75rem}}body::-webkit-scrollbar-track,html::-webkit-scrollbar-track{margin:1rem}body{background-color:rgba(0,0,0,0);position:relative}body:before{z-index:-1;content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.025;background-image:linear-gradient(var(--textColor) .1rem,transparent .1rem),linear-gradient(to right,var(--textColor) .1rem,transparent .1rem);background-size:2rem 2rem;background-position:50%}html[data-theme=light]{background:linear-gradient(to left,var(--primaryColorBg),var(--secondaryColorBg))!important}h1,h2,h3,h4{font-family:Comfortaa Variable,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}h1{font-size:2rem;letter-spacing:-.1rem}h2{font-size:1.75rem;letter-spacing:-.05rem}h3{font-size:1.25rem;letter-spacing:-.025rem}*,h4,h5,h6{font-size:1rem}*{font-family:inherit;box-sizing:border-box;color:var(--textColor)}*,:after,:before{transition:background-color 75ms ease-in,color 75ms ease-in,outline-color 75ms ease-in,text-shadow 75ms ease-in,box-shadow 75ms ease-in,font-weight 75ms ease-in,opacity 75ms ease-in,fill 75ms ease-in}a{text-decoration:none;color:var(--buttonOutline);cursor:pointer}button>span{line-height:1;color:inherit}button,input,textarea{border:none;padding:.5rem;border-radius:.25rem;font-family:Inter Variable,Comfortaa Variable,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.danger{color:var(--danger);outline-color:var(--danger)}button.danger{background-color:var(--dangerBg)}button.danger:focus-visible:not(:disabled),button.danger:focus-within:not(:disabled),button.danger:focus:not(:disabled),button.danger:hover:not(:disabled){background-color:var(--danger);color:var(--bgColor-1)}.cancel{color:var(--reset);background-color:var(--resetBg);outline-color:var(--reset)}.cancel:focus-visible:not(:disabled),.cancel:focus-within:not(:disabled),.cancel:focus:not(:disabled),.cancel:hover:not(:disabled){background-color:var(--reset);color:var(--bgColor-1)}form{flex-direction:column}form,form>label{display:flex;gap:1rem}form>label{align-items:center}form>label>input{width:15rem;margin-left:auto;background-color:rgba(0,0,0,0);outline:2px solid var(--secondaryColor)}form>label>input.error{outline-color:var(--danger)}