.HomeScreen-module__ToZoHW__base{height:100%;position:relative;overflow:hidden}.HomeScreen-module__ToZoHW__boardFrame{--board-width:calc(var(--piece-size)*var(--board-cols,7));--board-height:calc(var(--piece-size)*var(--board-rows,4));width:var(--board-width);height:var(--board-height);transform-origin:50%;box-sizing:border-box;opacity:0;justify-content:center;align-items:center;transition:opacity .4s cubic-bezier(.5,0,.75,0);display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)scale(1.3)}.HomeScreen-module__ToZoHW__base.HomeScreen-module__ToZoHW__loaded .HomeScreen-module__ToZoHW__boardFrame{opacity:1}.HomeScreen-module__ToZoHW__overlay{color:#fff;background-color:rgba(0,0,0,.6);flex-direction:column;justify-content:center;align-items:center;padding:12vh 12vw;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.HomeScreen-module__ToZoHW__overlay h1{text-align:center;margin-bottom:1rem;font-size:max(2.5rem,min(5vw,4rem))}.HomeScreen-module__ToZoHW__footer{text-align:center;width:100%;margin-top:auto}.HomeScreen-module__ToZoHW__button.HomeScreen-module__ToZoHW__button{width:100%;max-width:100%}@media screen and (min-width:768px){.HomeScreen-module__ToZoHW__button.HomeScreen-module__ToZoHW__button{max-width:360px}}@media screen and (min-width:992px){.HomeScreen-module__ToZoHW__button.HomeScreen-module__ToZoHW__button{max-width:420px}}
.Button-module__e7WGRa__base{all:unset;cursor:pointer;box-sizing:border-box;letter-spacing:-.04em;will-change:background-color,box-shadow,color;border-radius:100vw;outline:none;justify-content:center;align-items:center;gap:1.125rem;padding:1rem 2.25rem;font-size:1.75rem;line-height:2rem;transition:background-color .2s,box-shadow .2s,color .2s;display:inline-flex;position:relative;box-shadow:0 0 0 2px transparent,inset 0 0 10px transparent}.Button-module__e7WGRa__icon{display:flex}.Button-module__e7WGRa__child{position:relative;bottom:.125rem}.Button-module__e7WGRa__base.Button-module__e7WGRa__light{--_bg-color:#e2e2e2;--_inner-border-color:#cfcfcf;background-color:var(--_bg-color);color:#131313}.Button-module__e7WGRa__base.Button-module__e7WGRa__light:hover{--_bg-color:white}.Button-module__e7WGRa__base.Button-module__e7WGRa__light:focus-visible{--_bg-color:white}.Button-module__e7WGRa__base.Button-module__e7WGRa__light:active{--_inner-border-color:#b6b6b6;--_bg-color:#cbcbcb}.Button-module__e7WGRa__base.Button-module__e7WGRa__light:hover,.Button-module__e7WGRa__base.Button-module__e7WGRa__light:active{box-shadow:0 0 0 2px #fff,inset 0 0 10px #d3d3d3}.Button-module__e7WGRa__base.Button-module__e7WGRa__light:focus-visible{box-shadow:0 0 0 2px #fff,inset 0 0 10px #d3d3d3}.Button-module__e7WGRa__base.Button-module__e7WGRa__light.Button-module__e7WGRa__disabled,.Button-module__e7WGRa__base.Button-module__e7WGRa__light:disabled{--_bg-color:transparent;color:#d3d3d3;opacity:.7;cursor:default;text-shadow:0 1px 1px rgba(0,0,0,.3);box-shadow:0 0 0 2px rgba(255,255,255,.3)}.Button-module__e7WGRa__base.Button-module__e7WGRa__light.Button-module__e7WGRa__disabled .Button-module__e7WGRa__icon,.Button-module__e7WGRa__base.Button-module__e7WGRa__light:disabled .Button-module__e7WGRa__icon{opacity:.7}.Button-module__e7WGRa__base.Button-module__e7WGRa__light.Button-module__e7WGRa__disabled:hover,.Button-module__e7WGRa__base.Button-module__e7WGRa__light:disabled:hover{--_bg-color:transparent;box-shadow:0 0 0 2px rba(255,255,255,.3)}.Button-module__e7WGRa__innerBorder{--_dot-offset:20%;box-shadow:inset 0 0 0 2px var(--_inner-border-color);will-change:box-shadow;isolation:isolate;pointer-events:none;border-radius:100vw;transition:box-shadow .2s;position:absolute;top:6px;bottom:6px;left:6px;right:6px}.Button-module__e7WGRa__innerBorder:before{content:"";top:0;left:var(--_dot-offset);background-color:var(--_bg-color);will-change:background-color;width:18px;height:2px;transition:background-color .2s;display:block;position:absolute}.Button-module__e7WGRa__innerBorder:after{content:"";top:-2px;left:calc(var(--_dot-offset) + 6px);background-color:var(--_inner-border-color);will-change:background-color;z-index:2;border-radius:100vw;width:6px;height:6px;transition:background-color .2s;display:block;position:absolute}@media screen and (min-width:768px){.Button-module__e7WGRa__base{gap:1.125rem;padding:1.125rem 3rem;font-size:2rem;line-height:2.25rem}}@media screen and (min-width:992px){.Button-module__e7WGRa__base{gap:1.125rem;padding:1.375rem 3.875rem;font-size:2.25rem;line-height:2.875rem}}
.Modal-module__GKiJOG__modal{outline:none;flex-direction:column;width:100%;margin:0 auto;display:flex;position:absolute;left:0;right:0}.Modal-module__GKiJOG__modal.Modal-module__GKiJOG__variant-content{--_offset-padding:.75rem;--_offset-margin:clamp(1rem,6vh,10rem);top:var(--_offset-margin);max-width:calc(1360px + var(--_offset-padding)*2);padding-inline:var(--_offset-padding);padding-block:var(--_offset-padding)var(--_offset-margin);opacity:0;min-height:18.75rem;transition:opacity .4s ease-out,transform .4s cubic-bezier(.13,0,.39,0);transform:translateY(20%)}.Modal-module__GKiJOG__modal.Modal-module__GKiJOG__variant-guide{--_offset-margin:clamp(1rem,6vh,10rem);clip-path:inset(50% 0);opacity:0;max-height:70vh;transition:clip-path .2s cubic-bezier(.13,0,.39,0),opacity .2s ease-out;top:50%;transform:translateY(-50%)}.Modal-module__GKiJOG__overlay.ReactModal__Overlay--after-open .Modal-module__GKiJOG__modal.Modal-module__GKiJOG__variant-content{opacity:1;transition:opacity .4s ease-out,transform .4s cubic-bezier(0,.55,.45,1);transform:translateY(0%)}.Modal-module__GKiJOG__overlay.ReactModal__Overlay--before-close .Modal-module__GKiJOG__modal.Modal-module__GKiJOG__variant-content{opacity:0;transition:opacity .4s ease-out,transform .3s cubic-bezier(.13,0,.39,0);transform:translateY(20%)}.Modal-module__GKiJOG__overlay.ReactModal__Overlay--after-open .Modal-module__GKiJOG__modal.Modal-module__GKiJOG__variant-guide{opacity:1;clip-path:inset(0);transition:clip-path .2s cubic-bezier(0,.55,.45,1),opacity .2s ease-out}.Modal-module__GKiJOG__overlay.ReactModal__Overlay--before-close .Modal-module__GKiJOG__modal.Modal-module__GKiJOG__variant-guide{opacity:0;clip-path:inset(50% 0);transition:clip-path .2s cubic-bezier(.13,0,.39,0),opacity .2s ease-out}.Modal-module__GKiJOG__overlay{-webkit-backdrop-filter:blur(3rem)contrast(1.25);backdrop-filter:blur(3rem)contrast(1.25);opacity:0;background-color:rgba(255,255,255,.1);transition-property:opacity;transition-duration:.2s;transition-timing-function:ease-out;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto}.Modal-module__GKiJOG__overlay.ReactModal__Overlay--after-open{opacity:1;transition-duration:.2s}.Modal-module__GKiJOG__overlay.ReactModal__Overlay--before-close{opacity:0;transition-duration:.4s}.Modal-module__GKiJOG__modal.Modal-module__GKiJOG__variant-content .Modal-module__GKiJOG__content{--_modal-background:#dfddda;--_radius:3.75rem;background-color:var(--_modal-background);border-top-right-radius:var(--_radius);color:#131313;flex:1;position:relative;box-shadow:0 6px 32px rgba(0,0,0,.1)}.Modal-module__GKiJOG__modal.Modal-module__GKiJOG__variant-content .Modal-module__GKiJOG__content:before{content:"";top:var(--_offset-padding);left:calc(var(--_offset-padding)*-1);right:var(--_offset-padding);bottom:calc(var(--_offset-padding)*-1);border-radius:inherit;pointer-events:none;z-index:-1;position:absolute;box-shadow:inset 0 0 0 2px rgba(255,255,255,.3)}.Modal-module__GKiJOG__modal.Modal-module__GKiJOG__variant-guide .Modal-module__GKiJOG__content{flex-direction:column;flex:1;gap:1.5rem;max-height:100%;display:flex;overflow-y:hidden}.Modal-module__GKiJOG__modal.Modal-module__GKiJOG__variant-guide .Modal-module__GKiJOG__innerContent{--_modal-background:rgba(24,24,26,.843);--_line-offset:20px;background-color:var(--_modal-background);background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0 L20 10 L10 20 L0 10 Z' fill='none' stroke='%2318181a49' stroke-width='2'/%3E%3C/svg%3E");background-size:14px 14px;flex:1;height:100%;min-height:0;padding-top:1.375rem;padding-bottom:1.375rem;position:relative;overflow:hidden}.Modal-module__GKiJOG__modal.Modal-module__GKiJOG__variant-guide .Modal-module__GKiJOG__innerContent:before,.Modal-module__GKiJOG__modal.Modal-module__GKiJOG__variant-guide .Modal-module__GKiJOG__innerContent:after{content:"";z-index:1;background-color:rgba(166,143,120,.48);width:100%;height:2px;position:absolute;left:0;right:0}.Modal-module__GKiJOG__modal.Modal-module__GKiJOG__variant-guide .Modal-module__GKiJOG__innerContent:before{top:var(--_line-offset)}.Modal-module__GKiJOG__modal.Modal-module__GKiJOG__variant-guide .Modal-module__GKiJOG__innerContent:after{bottom:var(--_line-offset)}.Modal-module__GKiJOG__modal.Modal-module__GKiJOG__variant-guide .Modal-module__GKiJOG__container{flex-direction:column;flex:1;max-width:75rem;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem;display:flex;position:relative}.Modal-module__GKiJOG__modal.Modal-module__GKiJOG__variant-guide .Modal-module__GKiJOG__extra{text-align:center;opacity:0;padding-top:.5rem;padding-bottom:.5rem;transition:opacity .2s ease-out}.Modal-module__GKiJOG__overlay.ReactModal__Overlay--after-open .Modal-module__GKiJOG__modal.Modal-module__GKiJOG__variant-guide .Modal-module__GKiJOG__extra{opacity:1;transition:opacity .2s ease-out .2s}.Modal-module__GKiJOG__overlay.ReactModal__Overlay--before-close .Modal-module__GKiJOG__modal.Modal-module__GKiJOG__variant-guide .Modal-module__GKiJOG__extra{opacity:0;transition:opacity .1s ease-out}@media screen and (min-width:1400px){.Modal-module__GKiJOG__modal.Modal-module__GKiJOG__variant-content{--_offset-margin:clamp(2rem,10vh,15rem)}}@media screen and (min-width:1800px){.Modal-module__GKiJOG__modal.Modal-module__GKiJOG__variant-content{--_offset-margin:clamp(3rem,15vh,20rem)}}@media screen and (min-width:2000px){.Modal-module__GKiJOG__modal.Modal-module__GKiJOG__variant-content{--_offset-margin:clamp(4rem,20vh,25rem)}}
.AccentIconFrame-module__hUmoLW__base{--_size:2.625rem;--_color:#face96;border:3px solid var(--_color);color:var(--_color);width:var(--_size);height:var(--_size);font-size:calc(var(--_size)*.54);background-color:#0c0b07;border-radius:100vw;justify-content:center;align-items:center;display:flex}
.DotsDivider-module__Buv9Ba__dotsDivider{--dot-color:#666;--dot-spacing:8px;background-image:radial-gradient(circle at 2.5px center,var(--dot-color)2.5px,transparent 2.5px);background-size:calc(5px + var(--dot-spacing))5px;background-position:2.5px;background-repeat:repeat-x;width:100%;height:.3125rem;padding:.25rem 0}.DotsDivider-module__Buv9Ba__dotsDivider.DotsDivider-module__Buv9Ba__light{--dot-color:#ccc}.DotsDivider-module__Buv9Ba__dotsDivider.DotsDivider-module__Buv9Ba__dark{--dot-color:#333}.DotsDivider-module__Buv9Ba__dotsDivider.DotsDivider-module__Buv9Ba__primary{--dot-color:#007bff}.DotsDivider-module__Buv9Ba__dotsDivider.DotsDivider-module__Buv9Ba__animated{animation:2s infinite DotsDivider-module__Buv9Ba__pulse}@keyframes DotsDivider-module__Buv9Ba__pulse{0%,to{opacity:.5}50%{opacity:1}}
.LoadingScreen-module__E3fqKG__base{--_colorLoadingBackground:#131313;--_colorStroke:#837f77;--_colorFill:#c5b696;--_colorHeading:#e4d29c;--_colorText:#a79676;--_windowWidth:76px;--_windowHeight:42px;--_windowGap:24px;--_windowFrameStroke:2px;--_windowFrameStrokeInner:1px;--_windowStrokeWidth:calc(var(--_windowFrameStrokeInner)*3);--_pathSize:50px;background-color:var(--_colorLoadingBackground);isolation:isolate;height:100vh;position:relative}.LoadingScreen-module__E3fqKG__dotsWrapper{width:100%;height:100%;position:absolute;overflow:hidden}.LoadingScreen-module__E3fqKG__dots,.LoadingScreen-module__E3fqKG__dotsBright{object-fit:cover;object-position:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.LoadingScreen-module__E3fqKG__dots{color:#161616}.LoadingScreen-module__E3fqKG__dotsBright{z-index:1;color:#31312f}.LoadingScreen-module__E3fqKG__centerContent{flex-direction:column;align-items:center;gap:24px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.LoadingScreen-module__E3fqKG__windowWrapper{justify-content:center;align-items:center;gap:var(--_windowGap);z-index:1;display:flex}.LoadingScreen-module__E3fqKG__windowWrapper:before,.LoadingScreen-module__E3fqKG__windowWrapper:after{content:"";pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1;width:40px;position:absolute;top:-2px;bottom:-2px}.LoadingScreen-module__E3fqKG__windowWrapper:before{background:linear-gradient(to right,var(--_colorLoadingBackground)10%,transparent 100%);left:-2px}.LoadingScreen-module__E3fqKG__windowWrapper:after{background:linear-gradient(to left,var(--_colorLoadingBackground)10%,transparent 100%);right:-2px}.LoadingScreen-module__E3fqKG__window{width:var(--_windowWidth);height:var(--_windowHeight);isolation:isolate}.LoadingScreen-module__E3fqKG__windowFrame{outline:1px solid var(--_colorStroke);border-style:solid;border-color:var(--_colorFill);border-top-width:var(--_windowFrameStrokeInner);border-bottom-width:var(--_windowFrameStrokeInner);border-left-width:var(--_windowFrameStroke);border-right-width:var(--_windowFrameStroke);width:100%;height:100%;box-shadow:inset 0 0 0 1px var(--_colorStroke),inset 0 0 100px rgba(29,28,27,.3),0 0 0 1px black;border-radius:2px;position:relative;overflow:hidden}.LoadingScreen-module__E3fqKG__windowStroke{width:var(--_windowStrokeWidth);background-color:var(--_colorFill);z-index:-1;height:100%;box-shadow:inset 0 0 0 1px var(--_colorStroke);border-width:0;border-top-style:none;border-top-color:currentColor;border-bottom-style:none;border-bottom-color:currentColor;outline:none;position:absolute}.LoadingScreen-module__E3fqKG__windowLeft{left:18%}.LoadingScreen-module__E3fqKG__windowRight{right:18%}.LoadingScreen-module__E3fqKG__windowBackground{--_offsetGap:calc(var(--_windowGap) + var(--_windowFrameStroke)*2*var(--_windowIndex));--_positionX:calc(var(--_offsetPercent) + var(--_offsetGap)*2);z-index:-2;background-size:1000px cover;background-repeat:repeat-x;background-position:var(--_positionX)center;will-change:background-position;width:100%;height:100%;animation:20s linear infinite LoadingScreen-module__E3fqKG__scrollBackground;position:absolute}.LoadingScreen-module__E3fqKG__pomPomWrapper{padding-top:8%;position:absolute;top:0;bottom:0;left:22%;right:22%}.LoadingScreen-module__E3fqKG__pomPom{z-index:-2;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;object-fit:contain;width:100%;height:100%}.LoadingScreen-module__E3fqKG__lineWrapper{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1;width:100%;height:20px;position:relative}.LoadingScreen-module__E3fqKG__lineWrapper:before,.LoadingScreen-module__E3fqKG__lineWrapper:after{content:"";pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1;width:60px;position:absolute;top:-2px;bottom:-2px}.LoadingScreen-module__E3fqKG__lineWrapper:before{background:linear-gradient(to right,var(--_colorLoadingBackground)10%,transparent 100%);left:-2px}.LoadingScreen-module__E3fqKG__lineWrapper:after{background:linear-gradient(to left,var(--_colorLoadingBackground)10%,transparent 100%);right:-2px}.LoadingScreen-module__E3fqKG__lineCircle{border:2px solid var(--_colorStroke);border-radius:100vw;width:24px;height:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.LoadingScreen-module__E3fqKG__lineCircle:before{content:"";background-color:var(--_colorLoadingBackground);width:24px;height:12px;position:absolute;top:-3px;left:50%;transform:translate(-50%)}.LoadingScreen-module__E3fqKG__lineCircle:after{content:"";background-color:var(--_colorStroke);width:2px;height:8px;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.LoadingScreen-module__E3fqKG__line{background-color:var(--_colorStroke);width:100%;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.LoadingScreen-module__E3fqKG__line:before{content:"";background-color:var(--_colorLoadingBackground);z-index:1;width:14px;height:14px;margin-top:-3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.LoadingScreen-module__E3fqKG__line:after{content:"";border:2px solid var(--_colorStroke);z-index:2;border-radius:100vw;width:3px;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.LoadingScreen-module__E3fqKG__footerContent{text-align:center;flex-direction:column;align-items:center;gap:24px;width:100%;padding:0 58px;display:flex;position:absolute;bottom:60px}.LoadingScreen-module__E3fqKG__pathIcon{width:var(--_pathSize);height:var(--_pathSize);object-fit:contain;object-position:center}.LoadingScreen-module__E3fqKG__loadingText{flex-direction:column;align-items:center;gap:8px;display:flex}.LoadingScreen-module__E3fqKG__heading{color:var(--_colorHeading);text-shadow:0 1px 3px rgba(29,28,27,.7);margin:0;padding:0;font-size:max(18px,min(4vw,36px));font-weight:500}.LoadingScreen-module__E3fqKG__text{color:var(--_colorText);text-shadow:0 1px 2px rgba(29,28,27,.6);-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:300px;margin:0;padding:0;font-size:max(14px,min(3vw,22px));line-height:1.4}.LoadingScreen-module__E3fqKG__divider{border-radius:.1875rem;width:100%;position:relative;overflow:hidden}.LoadingScreen-module__E3fqKG__progressDivider{background-color:var(--_colorHeading);z-index:2;width:100%;transform:translateX(calc((var(--_progress,0%) - 100%)));will-change:transform;border-radius:.375rem;transition:transform .2s linear;position:absolute;top:0;bottom:0;left:0}@keyframes LoadingScreen-module__E3fqKG__scrollBackground{0%{background-position:var(--_positionX)center}to{background-position:calc(var(--_positionX) - var(--_windowAnimationCycle))center}}@media screen and (min-width:768px){.LoadingScreen-module__E3fqKG__base{--_windowWidth:140px;--_windowHeight:77px;--_windowGap:36px;--_windowFrameStroke:4px;--_windowFrameStrokeInner:2px;--_windowStrokeWidth:calc(var(--_windowFrameStrokeInner)*2);--_pathSize:80px}}@media screen and (min-width:992px){.LoadingScreen-module__E3fqKG__base{--_windowWidth:200px;--_windowHeight:110px;--_windowGap:42px;--_windowFrameStroke:6px;--_windowFrameStrokeInner:3px;--_windowStrokeWidth:calc(var(--_windowFrameStrokeInner)*1.5);--_pathSize:100px}}
.ProfileSelectModal-module__y4dtPG__trigger{display:contents}.ProfileSelectModal-module__y4dtPG__content{flex-direction:column;gap:2rem;padding:0 24px;display:flex}.ProfileSelectModal-module__y4dtPG__info{isolation:isolate;flex-direction:column;flex-shrink:0;align-items:center;display:flex;position:relative}.ProfileSelectModal-module__y4dtPG__image{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;width:320px;height:auto;display:flex}.ProfileSelectModal-module__y4dtPG__infoOverlay{flex-direction:column;justify-content:flex-start;width:100%;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.ProfileSelectModal-module__y4dtPG__infoContent{flex-direction:column;align-items:center;gap:2rem;margin-top:197px;display:flex}.ProfileSelectModal-module__y4dtPG__selectedImage{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;border-radius:100vw}.ProfileSelectModal-module__y4dtPG__selectedTitle{color:#434344;text-align:center;font-size:2rem}.ProfileSelectModal-module__y4dtPG__profilesWrapper{flex-direction:column;flex:1;width:100%;padding-top:1.5rem;display:flex;overflow:hidden}.ProfileSelectModal-module__y4dtPG__profilesTitle{padding-bottom:1rem;font-size:2.375rem}.ProfileSelectModal-module__y4dtPG__scrollWrapper{border-top:2px solid #a68f78;flex:1;position:relative}.ProfileSelectModal-module__y4dtPG__scrollWrapper:after{content:"";pointer-events:none;background:linear-gradient(to bottom,transparent 0%,var(--_modal-background)90%);width:100%;height:2rem;position:absolute;bottom:0;left:0}.ProfileSelectModal-module__y4dtPG__profiles{flex-wrap:wrap;justify-content:center;gap:1.75rem;padding-top:1.125rem;padding-bottom:1.125rem;padding-left:1rem;padding-right:1rem;display:flex}.ProfileSelectModal-module__y4dtPG__profile{cursor:pointer;box-sizing:border-box;opacity:1;will-change:box-shadow,opacity;background-color:#cabea5;border-radius:100vw;width:130px;height:130px;transition:box-shadow .2s ease-out,opacity .2s ease-out;position:relative;box-shadow:0 0 0 4px transparent}.ProfileSelectModal-module__y4dtPG__profile:hover:not(.ProfileSelectModal-module__y4dtPG__selected){opacity:.7}.ProfileSelectModal-module__y4dtPG__profile:focus-visible:not(.ProfileSelectModal-module__y4dtPG__selected){opacity:.7}.ProfileSelectModal-module__y4dtPG__profile:active:not(.ProfileSelectModal-module__y4dtPG__selected){opacity:1}.ProfileSelectModal-module__y4dtPG__profile:after{content:"";will-change:background-color;background-color:transparent;border-radius:100vw;transition:background-color .2s ease-out;display:block;position:absolute;top:0;bottom:0;left:0;right:0}.ProfileSelectModal-module__y4dtPG__profile:active:not(.ProfileSelectModal-module__y4dtPG__selected):after{background-color:rgba(0,0,0,.2)}.ProfileSelectModal-module__y4dtPG__profile.ProfileSelectModal-module__y4dtPG__selected{box-shadow:0 0 0 4px #fff}.ProfileSelectModal-module__y4dtPG__profile:before{content:"";border-radius:100vw;display:block;position:absolute;top:0;bottom:0;left:0;right:0;box-shadow:inset 0 0 0 3px #a68f78}.ProfileSelectModal-module__y4dtPG__profile .ProfileSelectModal-module__y4dtPG__profileImage{border-radius:inherit;overflow:hidden}.ProfileSelectModal-module__y4dtPG__profile .ProfileSelectModal-module__y4dtPG__selectedOverlay{content:"";pointer-events:none;box-sizing:border-box;border:2px dotted #434344;border-radius:100vw;animation:25s linear infinite ProfileSelectModal-module__y4dtPG__rotateSelectedOverlay;display:block;position:absolute;top:-12px;bottom:-12px;left:-12px;right:-12px;transform:rotate(90deg)}.ProfileSelectModal-module__y4dtPG__selectedOverlay .ProfileSelectModal-module__y4dtPG__selectedOverlayDot{background-color:var(--_modal-background);z-index:1;border-radius:100vw;width:26px;height:12px;position:absolute}.ProfileSelectModal-module__y4dtPG__selectedOverlay .ProfileSelectModal-module__y4dtPG__selectedOverlayDot:before{content:"";z-index:2;background-color:#434344;border-radius:100vw;width:8px;height:8px;display:block;position:absolute;top:2px;bottom:2px;left:10px;right:10px}.ProfileSelectModal-module__y4dtPG__selectedOverlayDot.ProfileSelectModal-module__y4dtPG__selectedOverlayTop{top:-7px;left:50%;transform:translate(-50%)}.ProfileSelectModal-module__y4dtPG__selectedOverlayDot.ProfileSelectModal-module__y4dtPG__selectedOverlayBottom{bottom:-7px;left:50%;transform:translate(-50%)}.ProfileSelectModal-module__y4dtPG__profile .ProfileSelectModal-module__y4dtPG__selectedMark{z-index:2;justify-content:center;align-items:center;font-size:2.125rem;animation:1s linear infinite ProfileSelectModal-module__y4dtPG__selectedMarkBounce;display:flex;position:absolute;top:-1.25rem;left:50%;transform:translate(-50%)}.ProfileSelectModal-module__y4dtPG__profileImage{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.ProfileSelectModal-module__y4dtPG__scrollbarTrack{background-color:#cdc2c1;width:6px;position:absolute;top:24px;bottom:36px;right:2px}.ProfileSelectModal-module__y4dtPG__scrollbarThumb{cursor:pointer;background-color:#575353;width:100%;display:block;position:relative}.ProfileSelectModal-module__y4dtPG__footer{background-color:#262626;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding-top:32px;padding-bottom:32px;padding-left:24px;padding-right:24px;display:flex}.ProfileSelectModal-module__y4dtPG__actionButton{width:100%;max-width:400px;padding:1rem 3rem;font-size:2rem;line-height:2.25rem}@media screen and (min-width:768px){.ProfileSelectModal-module__y4dtPG__content{gap:6rem;padding:0 36px}.ProfileSelectModal-module__y4dtPG__footer{padding-left:36px;padding-right:36px}}@media screen and (min-width:992px){.ProfileSelectModal-module__y4dtPG__content{flex-direction:row;gap:6rem;padding:0 64px}.ProfileSelectModal-module__y4dtPG__info{padding-bottom:6.25rem}.ProfileSelectModal-module__y4dtPG__footer{flex-direction:row;gap:4rem;padding-left:48px;padding-right:48px}.ProfileSelectModal-module__y4dtPG__profiles{justify-content:flex-start}}@keyframes ProfileSelectModal-module__y4dtPG__selectedMarkBounce{0%{transform:translate(-50%)translateY(3px)}50%{transform:translate(-50%)translateY(-2px)}to{transform:translate(-50%)translateY(3px)}}@keyframes ProfileSelectModal-module__y4dtPG__rotateSelectedOverlay{0%{transform:rotate(90deg)}to{transform:rotate(450deg)}}
