.modal-container-component{align-items:center;display:flex;height:100vh;height:100dvh;justify-content:center;overflow:auto;position:fixed;right:0;top:0;transition:opacity .3s ease;width:100vw;z-index:9999}.modal-container-parent-centered{height:100%;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:100%}.modal-container-bg{background-color:var(--color-bg-overlay);bottom:0;left:0;position:fixed;right:0;top:0;z-index:-1}.modal-container-enter,.modal-container-leave{opacity:0}@media (min-width:60em){.modal-container-content-centered{justify-content:start}}.modal-content-component{--modalBg:var(--color-bg-opaque);background-color:var(--modalBg);border-radius:var(--radius-xl);box-shadow:0 .5rem 1.5rem rgba(0,0,0,.5);margin:1rem;overflow:hidden}.modal-content-component.modal-content-light{--modalBg:var(--color-neutrals-white);color-scheme:dark}.modal-content-component.modal-content-dark{--modalBg:var(--color-gray-900);color-scheme:dark}@media (min-width:60em){.modal-content-component{margin-left:0;margin-right:0}}.section-title-dismissible-component{align-items:center;background-color:var(--color-bg-tertiary);border-top-left-radius:var(--modalBorderRadius,0);border-top-right-radius:var(--modalBorderRadius,0);display:flex;flex-direction:row;justify-content:flex-start;min-height:4.4rem}.section-title-dismissible-name{color:var(--color-text-default);font-size:1.5rem;font-weight:600;line-height:1.2;padding:.8rem 1.6rem}.section-title-dismissible-close{background-color:transparent;border:none;color:var(--color-icon-default);flex-shrink:0;height:4.4rem;margin:0;margin-right:auto;padding:0;width:4.4rem}.section-title-dismissible-close:hover{color:var(--color-icon-default-hovered)}.section-title-dismissible-icon{color:currentColor;font-size:2.4rem}.modal-language-picker-component{align-items:center;border-radius:var(--radius-m);max-height:80vh;max-height:80dvh;max-width:100%;overflow:auto;overscroll-behavior:contain;width:81rem}.modal-language-picker-list{-moz-column-count:4;column-count:4;-moz-column-width:12rem;column-width:12rem;list-style-type:none;margin:0;padding:1.5rem;width:100%}.modal-language-picker-item{display:inline-flex;width:100%}.modal-language-picker-link{--backgroundHoverBorder:var(--color-gray-200);--backgroundSelectedBorder:var(--color-gray-400);border:.1rem solid transparent;border-radius:var(--radius-l);color:var(--globalColorThemeBlueToMid);display:block;line-height:1;padding:.5rem 1rem;text-decoration:none;width:100%}.dark-mode .modal-language-picker-link{--backgroundHoverBorder:var(--color-transparent-white-10);--backgroundSelectedBorder:var(--color-transparent-white-25)}.modal-language-picker-link:hover{background-color:var(--globalSecondaryAccentBackground);border-color:var(--backgroundHoverBorder)}.modal-language-picker-link.modal-language-picker-selected{background-color:var(--globalSecondaryAccentBackground);border-color:var(--backgroundSelectedBorder)}.modal-language-picker-translation{color:var(--color-text-subtle);font-size:1.2rem}.navigation-footer-component{align-items:center;display:flex;flex-direction:column;flex-shrink:0;flex-wrap:nowrap;gap:1.2rem;justify-content:center;margin:0 auto;max-width:108.4rem;padding:0 1.5rem 1.5rem 1.5rem;text-shadow:-.1rem .1rem rgba(49,46,43,.6);width:100%}.navigation-footer-hide{display:none}.navigation-footer-pages-component{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.navigation-footer-pages-component>*{margin-left:.5rem}.navigation-footer-pages-component>:last-child:after{content:none}.navigation-footer-page-component{background-color:transparent;border:none;color:var(--color-transparent-white-50);font-size:1.2rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:600;line-height:1.42857143;margin-bottom:0;margin-top:0;padding:0;text-shadow:inherit;-webkit-user-select:none;-moz-user-select:none;user-select:none}.navigation-footer-page-component:after{color:var(--color-transparent-white-50);content:" | "}.navigation-footer-page-component:hover{color:var(--color-transparent-white-85)}.navigation-footer-page-legal-update-notice{color:var(--color-red-300)}.navigation-footer-platforms-component{align-items:center;display:flex;justify-content:space-around}.navigation-footer-platforms-apple span:hover{color:#fff}.navigation-footer-platforms-android span:hover{color:#3ddb85}.navigation-footer-platforms-facebook span:hover{color:#1778f2}.navigation-footer-platforms-tiktok span:hover,.navigation-footer-platforms-x-twitter span:hover{color:#fff}.navigation-footer-platforms-youtube span:hover{color:#e12711}.navigation-footer-platforms-twitch span:hover{color:#9146ff}.navigation-footer-platforms-instagram span:hover{color:#e93a56}.navigation-footer-platforms-discord span:hover{color:#5865f2}.navigation-footer-platforms-vk span:hover{color:#5181b8}.navigation-footer-platforms-gutter{margin-left:1.7rem}.navigation-footer-platform-component:not(:first-child){margin-right:.2rem}.navigation-footer-platform-icon{color:var(--color-transparent-white-50);font-size:2.4rem;padding:0 .2rem}