.GamersClubCSApp.GamersClubCSApp .AddItem{position:relative;flex-direction:column;justify-content:space-evenly;height:12.5rem;padding:var(--wasd-spacing-xs) var(--wasd-spacing-xxs);text-decoration:none;background:var(--rebrand-bg-tertiary);border:var(--wasd-border-width-thin) dashed var(--rebrand-border-primary);border-radius:var(--wasd-border-sm);cursor:pointer;transition:border .2s ease-in-out}.GamersClubCSApp.GamersClubCSApp .AddItem, .GamersClubCSApp.GamersClubCSApp .AddItem__picture{display:flex;align-items:center}.GamersClubCSApp.GamersClubCSApp .AddItem__picture{justify-content:center;width:6rem;height:6rem;border:var(--wasd-border-width-thin) dashed var(--rebrand-border-primary);border-radius:50%}.GamersClubCSApp.GamersClubCSApp .AddItem__name{font-weight:var(--wasd-font-weight-normal);font-size:var(--wasd-font-size-xxxs);font-family:var(--wasd-font-stack-primary);line-height:calc(var(--wasd-font-size-xxxs) + var(--wasd-line-height-secondary));text-transform:none;color:rgba(var(--wasd-color-white),1)}.GamersClubCSApp.GamersClubCSApp .AddItem:hover{border:var(--wasd-border-width-thin) solid rgba(var(--wasd-color-blue),1)}.GamersClubCSApp.GamersClubCSApp .GCToast__content{display:flex;flex-direction:column;justify-content:center;height:100%;border:var(--wasd-border-width-thin) solid var(--wasd-color-light-2);border-top:none;border-radius:inherit}.GamersClubCSApp.GamersClubCSApp .GCToast__closeButton{position:absolute;top:1.125rem;right:.5rem;display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;padding:0;color:var(--wasd-color-light-4);background:none;border:none;outline:0;cursor:pointer;transition:var(--wasd-transition-default)}.GamersClubCSApp.GamersClubCSApp .GCToast__closeButton:hover{color:rgba(var(--wasd-color-text),1)}.GamersClubCSApp.GamersClubCSApp .GCToast__message{margin:1.125rem var(--wasd-spacing-md) var(--wasd-spacing-xs) var(--wasd-spacing-xs);font-weight:var(--wasd-font-weight-medium);font-size:var(--wasd-font-size-xxs);font-family:var(--wasd-font-stack-primary);line-height:calc(var(--wasd-font-size-xxs) + var(--wasd-line-height-secondary))}.GamersClubCSApp.GamersClubCSApp .GCToast__buttonsContainer{display:flex;flex-direction:row;align-items:stretch;justify-content:stretch;overflow:hidden;border-top:var(--wasd-border-width-thin) solid var(--wasd-color-light-3);border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.GamersClubCSApp.GamersClubCSApp .GCToast__button{position:relative;flex:1 1;padding:var(--wasd-spacing-xxs);color:rgba(var(--wasd-color-text),1);font-weight:var(--wasd-font-weight-bold);font-size:var(--wasd-font-size-xxxs);font-family:var(--wasd-font-stack-primary);line-height:calc(var(--wasd-font-size-xxxs) + var(--wasd-line-height-primary));text-align:center;text-transform:uppercase;background-color:var(--wasd-color-light-2);border:none;outline:0;cursor:pointer;transition:var(--wasd-transition-default)}.GamersClubCSApp.GamersClubCSApp .GCToast__button--primary:before{position:absolute;top:0;left:0;width:100%;height:100%;transition:var(--wasd-transition-default);content:""}.GamersClubCSApp.GamersClubCSApp .GCToast__button--secondary{opacity:.72}.GamersClubCSApp.GamersClubCSApp .GCToast__button--secondary:hover, .GamersClubCSApp.GamersClubCSApp .GCToast__buttonsDivider{background-color:var(--wasd-color-light-3)}.GamersClubCSApp.GamersClubCSApp .GCToast__buttonsDivider{width:.0625rem}.GamersClubCSApp.GamersClubCSApp .GCToast__progressBar{height:.0625rem;background:var(--wasd-color-light-3)}.GamersClubCSApp.GamersClubCSApp .GCToast.Toastify__toast--default .GCToast__message{color:rgba(var(--wasd-color-text),1)}.GamersClubCSApp.GamersClubCSApp .GCToast.Toastify__toast--default .GCToast__button--primary:before{background:linear-gradient(180deg,var(--wasd-color-light-0),var(--wasd-color-light-2)),var(--wasd-color-light-2)}.GamersClubCSApp.GamersClubCSApp .GCToast.Toastify__toast--info .GCToast__content{background-color:rgba(var(--wasd-color-blue-5),var(--wasd-color-opacity-200))}.GamersClubCSApp.GamersClubCSApp .GCToast.Toastify__toast--info .GCToast__message{color:rgba(var(--wasd-color-blue-5),1)}.GamersClubCSApp.GamersClubCSApp .GCToast.Toastify__toast--info .GCToast__button--primary:before{background:linear-gradient(180deg,var(--wasd-color-light-0),rgba(var(--wasd-color-blue-5),var(--wasd-color-opacity-200))),var(--wasd-color-light-2)}.GamersClubCSApp.GamersClubCSApp .GCToast.Toastify__toast--success .GCToast__content{background-color:rgba(var(--wasd-color-lime-5),var(--wasd-color-opacity-200))}.GamersClubCSApp.GamersClubCSApp .GCToast.Toastify__toast--success .GCToast__message{color:rgba(var(--wasd-color-lime-5),1)}.GamersClubCSApp.GamersClubCSApp .GCToast.Toastify__toast--success .GCToast__button--primary:before{background:linear-gradient(180deg,var(--wasd-color-light-0),rgba(var(--wasd-color-lime-5),var(--wasd-color-opacity-200))),var(--wasd-color-light-2)}.GamersClubCSApp.GamersClubCSApp .GCToast.Toastify__toast--warning .GCToast__content{background-color:rgba(var(--wasd-color-yellow-4),var(--wasd-color-opacity-200))}.GamersClubCSApp.GamersClubCSApp .GCToast.Toastify__toast--warning .GCToast__message{color:rgba(var(--wasd-color-yellow-4),1)}.GamersClubCSApp.GamersClubCSApp .GCToast.Toastify__toast--warning .GCToast__button--primary:before{background:linear-gradient(180deg,var(--wasd-color-light-0),rgba(var(--wasd-color-yellow-4),var(--wasd-color-opacity-200))),var(--wasd-color-light-2)}.GamersClubCSApp.GamersClubCSApp .GCToast.Toastify__toast--error .GCToast__content{background-color:rgba(var(--wasd-color-red-5),var(--wasd-color-opacity-200))}.GamersClubCSApp.GamersClubCSApp .GCToast.Toastify__toast--error .GCToast__message{color:rgba(var(--wasd-color-red-5),1)}.GamersClubCSApp.GamersClubCSApp .GCToast.Toastify__toast--error .GCToast__button--primary:before{background:linear-gradient(180deg,var(--wasd-color-light-0),rgba(var(--wasd-color-red-5),var(--wasd-color-opacity-200))),var(--wasd-color-light-2)}.GamersClubCSApp.GamersClubCSApp .GCToast__button:hover:before{background:var(--wasd-color-light-3)!important}.GamersClubCSApp.GamersClubCSApp .CoinsLPBadge{display:flex;align-items:center;justify-content:center;border-radius:var(--wasd-border-radius-pill)}.GamersClubCSApp.GamersClubCSApp .CoinsLPBadge i{margin-right:var(--wasd-spacing-xxs)}.GamersClubCSApp.GamersClubCSApp .CoinsLPBadge span{color:var(--wasd-color-light-8);font-weight:var(--wasd-font-weight-medium)}.GamersClubCSApp.GamersClubCSApp .CoinsLPBadge--blue{background-color:rgba(var(--wasd-color-blue),var(--wasd-color-opacity-400));border:var(--wasd-border-width-thin) solid rgba(var(--wasd-color-blue),var(--wasd-color-opacity-700))}.GamersClubCSApp.GamersClubCSApp .CoinsLPBadge--green{background-color:rgba(var(--wasd-color-lime-5),var(--wasd-color-opacity-400));border:var(--wasd-border-width-thin) solid rgba(var(--wasd-color-lime-5),var(--wasd-color-opacity-700))}.GamersClubCSApp.GamersClubCSApp .CoinsLPBadge--yellow{background-color:rgba(var(--wasd-color-yellow),var(--wasd-color-opacity-400));border:var(--wasd-border-width-thin) solid rgba(var(--wasd-color-yellow),var(--wasd-color-opacity-700))}.GamersClubCSApp.GamersClubCSApp .CoinsLPBadge--red{background-color:rgba(var(--wasd-color-red),var(--wasd-color-opacity-400));border:var(--wasd-border-width-thin) solid rgba(var(--wasd-color-red),var(--wasd-color-opacity-700))}.GamersClubCSApp.GamersClubCSApp .CoinsLPBadge--sm{padding:var(--wasd-spacing-xxxs) var(--wasd-spacing-xxs)}.GamersClubCSApp.GamersClubCSApp .CoinsLPBadge--sm span{font-size:var(--wasd-font-size-xxxs);line-height:.75rem}.GamersClubCSApp.GamersClubCSApp .CoinsLPBadge--md{padding:var(--wasd-spacing-xxs) var(--wasd-spacing-xs)}.GamersClubCSApp.GamersClubCSApp .CoinsLPBadge--md span{font-size:var(--wasd-font-size-xxs);line-height:.875rem}.GamersClubCSApp.GamersClubCSApp .CoinsLPBadge--lg{padding:var(--wasd-spacing-xs) var(--wasd-spacing-sm)}.GamersClubCSApp.GamersClubCSApp .CoinsLPBadge--lg span{font-size:var(--wasd-font-size-xs);line-height:1rem}.GamersClubCSApp.GamersClubCSApp .CoinsLPBadge__highlight--red{background-color:rgba(var(--wasd-color-red-5),1);border:var(--wasd-border-width-thin) solid rgba(var(--wasd-color-red),var(--wasd-color-opacity-300))}.GamersClubCSApp.GamersClubCSApp .CoinsLPBadge__highlight--sm{padding:var(--wasd-spacing-xxxs) var(--wasd-spacing-xxs)}.GamersClubCSApp.GamersClubCSApp .CoinsLPBadge__highlight--sm span{font-size:var(--wasd-font-size-xxxs);line-height:calc(var(--wasd-font-size-xxxs) + var(--wasd-line-height-secondary));text-transform:uppercase;color:rgba(var(--wasd-color-white),1);line-height:.75rem}.GamersClubCSApp.GamersClubCSApp .CoinsLPBadge__highlight--sm span, .GamersClubCSApp.GamersClubCSApp .CurrencyValue{font-weight:var(--wasd-font-weight-normal);font-family:var(--wasd-font-stack-primary)}.GamersClubCSApp.GamersClubCSApp .CurrencyValue{font-size:var(--wasd-font-size-xs);line-height:calc(var(--wasd-font-size-xs) + var(--wasd-line-height-secondary));text-transform:none;display:flex;align-items:center}.GamersClubCSApp.GamersClubCSApp .CurrencyValue span{margin-right:var(--wasd-spacing-xxxs);color:rgba(var(--wasd-color-red-4),1);text-decoration:line-through}.GamersClubCSApp.GamersClubCSApp .CurrencyValue--quickshop{margin-right:var(--wasd-spacing-sm)}.GamersClubCSApp.GamersClubCSApp .CurrencyValue__icon{margin-right:var(--wasd-spacing-xxxs)}.GamersClubCSApp.GamersClubCSApp .CurrencyValue__icon--xs{width:var(--wasd-icon-xs);height:var(--wasd-icon-xs)}.GamersClubCSApp.GamersClubCSApp .CurrencyValue__icon--sm{width:var(--wasd-icon-sm);height:var(--wasd-icon-sm)}.GamersClubCSApp.GamersClubCSApp .CurrencyValue__icon--md{width:var(--wasd-icon-md);height:var(--wasd-icon-md)}.GamersClubCSApp.GamersClubCSApp .CurrencyValue__icon--lg{width:var(--wasd-icon-lg);height:var(--wasd-icon-lg)}.GamersClubCSApp.GamersClubCSApp .CurrencyValue__icon--xl{width:var(--wasd-icon-xl);height:var(--wasd-icon-xl)}.GamersClubCSApp.GamersClubCSApp .CurrencyValue__icon--xxl{width:var(--wasd-icon-xxl);height:var(--wasd-icon-xxl)}.GamersClubCSApp.GamersClubCSApp .CurrencyValue--pill{height:2rem;padding:0 var(--wasd-spacing-xs);line-height:var(--wasd-spacing-md);background-color:rgba(var(--wasd-color-deep-purple-3),var(--wasd-color-opacity-300));border-radius:var(--wasd-border-radius-pill)}.GamersClubCSApp.GamersClubCSApp .CurrencyValueShared{font-weight:var(--wasd-font-weight-normal);font-size:var(--wasd-font-size-xs);font-family:var(--wasd-font-stack-primary);line-height:calc(var(--wasd-font-size-xs) + var(--wasd-line-height-secondary));text-transform:none;display:flex;align-items:center}.GamersClubCSApp.GamersClubCSApp .CurrencyValueShared span{margin-right:var(--wasd-spacing-xxxs);color:rgba(var(--wasd-color-red-4),1);text-decoration:line-through}.GamersClubCSApp.GamersClubCSApp .CurrencyValueShared--quickshop{margin-right:var(--wasd-spacing-sm)}.GamersClubCSApp.GamersClubCSApp .CurrencyValueShared__icon{width:var(--wasd-icon-md);height:var(--wasd-icon-md);margin-right:var(--wasd-spacing-xxxs)}.GamersClubCSApp.GamersClubCSApp .CurrencyValueShared--pill{height:2rem;padding:0 var(--wasd-spacing-xs);line-height:var(--wasd-spacing-md);background-color:rgba(var(--wasd-color-deep-purple-3),var(--wasd-color-opacity-300));border-radius:var(--wasd-border-radius-pill)}.GamersClubCSApp.GamersClubCSApp .ItemUsageHelper{font-weight:var(--wasd-font-weight-normal);font-size:var(--wasd-font-size-xxxs);font-family:var(--wasd-font-stack-primary);line-height:calc(var(--wasd-font-size-xxxs) + var(--wasd-line-height-secondary));text-transform:none;position:absolute;top:calc(50% - .7rem);right:-.9375rem;z-index:1;width:1.375rem;height:1.375rem;color:rgba(0,0,0,.5);font-weight:700;font-size:.875rem;line-height:1.375rem;border-radius:50%;cursor:pointer}.GamersClubCSApp.GamersClubCSApp .ItemUsageHelper, .GamersClubCSApp.GamersClubCSApp .ItemUsageHelper--quarter{background:linear-gradient(-180deg,rgba(var(--wasd-color-yellow-3),1),rgba(var(--wasd-color-orange-3),1));box-shadow:0 0 .25rem .0625rem rgba(var(--wasd-color-yellow-3),var(--wasd-color-opacity-300))}.GamersClubCSApp.GamersClubCSApp .ItemUsageHelper--half{background:linear-gradient(-180deg,rgba(var(--wasd-color-lime-2),1),rgba(var(--wasd-color-lime-5),1));box-shadow:0 0 .25rem .0625rem rgba(var(--wasd-color-orange-3),var(--wasd-color-opacity-300))}.GamersClubCSApp.GamersClubCSApp .ItemUsageHelper--full{background:linear-gradient(-180deg,rgba(var(--wasd-color-blue-4),1),rgba(var(--wasd-color-blue-3),1));box-shadow:0 0 .25rem .0625rem rgba(var(--wasd-color-yellow-3),var(--wasd-color-opacity-300))}.GamersClubCSApp.GamersClubCSApp .ItemUsageHelperBox{font-weight:var(--wasd-font-weight-normal);font-size:var(--wasd-font-size-xxxs);font-family:var(--wasd-font-stack-primary);line-height:calc(var(--wasd-font-size-xxxs) + var(--wasd-line-height-secondary));text-transform:none;position:absolute;top:.5rem;left:3.25rem;z-index:2;width:12rem;padding:var(--wasd-spacing-xxxs);background:rgba(var(--wasd-color-ui-2),1);border:var(--wasd-border-width-thin) solid rgba(var(--wasd-color-ui-5),1)}.GamersClubCSApp.GamersClubCSApp .ItemUsageHelperBox__link{text-decoration:underline;cursor:pointer}.GamersClubCSApp.GamersClubCSApp .ItemUsageHelperBox__closeButton{position:absolute;top:var(--wasd-spacing-xxxs);right:var(--wasd-spacing-xxxs);display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;background:rgba(var(--wasd-color-ui-4),1);border-radius:var(--wasd-border-radius-lg);cursor:pointer}.GamersClubCSApp.GamersClubCSApp .ItemUsageHelperBox:before{position:absolute;top:5px;left:-6px;display:block;width:10px;height:10px;background:rgba(var(--wasd-color-ui-2),1);border-right-width:var(--wasd-border-width-thin);border-top-width:var(--wasd-border-width-thin);border-color:rgba(var(--wasd-color-ui-5),1);border-style:solid;border-right:0 solid rgba(var(--wasd-color-ui-5),1);-webkit-transform:rotate(45deg);transform:rotate(45deg);content:" "}.GamersClubCSApp.GamersClubCSApp .ItemUsageIndicator{position:relative;width:2.75rem;height:2.75rem;background-color:rgba(var(--wasd-color-ui-2),1);border:var(--wasd-border-width-thick) solid rgba(var(--wasd-color-ui-4),1);border-radius:var(--wasd-border-radius-circle);box-shadow:inset 0 .125rem .25rem 0 rgba(var(--wasd-color-ui-1),1),0 .1875rem .25rem -.0625rem rgba(var(--wasd-color-ui-1),var(--wasd-color-opacity-700))}.GamersClubCSApp.GamersClubCSApp .ItemUsageIndicator__border{position:absolute;top:-.125rem;right:-.125rem;width:2.75rem;height:2.75rem;background:transparent}.GamersClubCSApp.GamersClubCSApp .ItemUsageIndicator__border--quarter{width:1.375rem;height:1.375rem;background:linear-gradient(-180deg,rgba(var(--wasd-color-yellow-3),1),rgba(var(--wasd-color-orange-3),1));border-top-right-radius:100%;box-shadow:0 0 .25rem .0625rem rgba(var(--wasd-color-yellow-3),var(--wasd-color-opacity-300))}.GamersClubCSApp.GamersClubCSApp .ItemUsageIndicator__border--half{width:1.375rem;background:linear-gradient(-180deg,rgba(var(--wasd-color-lime-2),1),rgba(var(--wasd-color-lime-5),1));border-top-right-radius:var(--wasd-border-radius-pill);border-bottom-right-radius:var(--wasd-border-radius-pill);box-shadow:0 0 .25rem .0625rem rgba(var(--wasd-color-orange-3),var(--wasd-color-opacity-300))}.GamersClubCSApp.GamersClubCSApp .ItemUsageIndicator__border--full{background:linear-gradient(-180deg,rgba(var(--wasd-color-blue-4),1),rgba(var(--wasd-color-blue-3),1));border-radius:var(--wasd-border-radius-circle);box-shadow:0 0 .25rem .0625rem rgba(var(--wasd-color-yellow-3),var(--wasd-color-opacity-300))}.GamersClubCSApp.GamersClubCSApp .ItemUsageIndicator__usage{font-weight:var(--wasd-font-weight-medium-bold);font-size:var(--wasd-font-size-xxxs);font-family:var(--wasd-font-stack-primary);line-height:calc(var(--wasd-font-size-xxxs) + var(--wasd-line-height-secondary));text-transform:none;position:absolute;top:2px;right:2px;display:block;width:2.5rem;height:2.5rem;line-height:2.5rem;text-align:center;background-color:rgba(var(--wasd-color-ui-2),1);border-radius:50%}.GamersClubCSApp.GamersClubCSApp .ItemUsageIndicator__helper{position:absolute;top:calc(50% - 8px);right:-8px;z-index:1;width:14px;height:14px;color:#000;font-size:10px;border-radius:50%;cursor:pointer}.GamersClubCSApp.GamersClubCSApp .ItemUsageIndicator__helper, .GamersClubCSApp.GamersClubCSApp .ItemUsageIndicator__helper--quarter{background:linear-gradient(-180deg,rgba(var(--wasd-color-yellow-3),1),rgba(var(--wasd-color-orange-3),1));box-shadow:0 0 .25rem .0625rem rgba(var(--wasd-color-yellow-3),var(--wasd-color-opacity-300))}.GamersClubCSApp.GamersClubCSApp .ItemUsageIndicator__helper--half{background:linear-gradient(-180deg,rgba(var(--wasd-color-lime-2),1),rgba(var(--wasd-color-lime-5),1));box-shadow:0 0 .25rem .0625rem rgba(var(--wasd-color-orange-3),var(--wasd-color-opacity-300))}.GamersClubCSApp.GamersClubCSApp .ItemUsageIndicator__helper--full{background:linear-gradient(-180deg,rgba(var(--wasd-color-blue-4),1),rgba(var(--wasd-color-blue-3),1));box-shadow:0 0 .25rem .0625rem rgba(var(--wasd-color-yellow-3),var(--wasd-color-opacity-300))}.GamersClubCSApp.GamersClubCSApp .LevelRestrictionBadge{font-weight:var(--wasd-font-weight-medium-bold);font-size:var(--wasd-font-size-xxs);font-family:var(--wasd-font-stack-primary);line-height:calc(var(--wasd-font-size-xxs) + var(--wasd-line-height-secondary));text-transform:none;display:inline-flex;grid-gap:var(--wasd-spacing-xxs);gap:var(--wasd-spacing-xxs);align-items:center;justify-content:flex-start;margin-left:var(--wasd-spacing-xs);cursor:default}.GamersClubCSApp.GamersClubCSApp .LevelRestrictionBadge__badge{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;height:1.25rem;padding:0 var(--wasd-spacing-xxs) 0 var(--wasd-spacing-xxxs);border-top-right-radius:var(--wasd-border-radius-sm);border-bottom-right-radius:var(--wasd-border-radius-sm)}.GamersClubCSApp.GamersClubCSApp .LevelRestrictionBadge__badgeArrowIcon{position:absolute;top:0;left:-.60938rem;z-index:-1}.GamersClubCSApp.GamersClubCSApp .LevelRestrictionBadge--newFeature .LevelRestrictionBadge__badge{font-size:var(--wasd-font-size-xxxs);text-transform:uppercase;background-color:rgba(var(--wasd-color-lime-5),1)}.GamersClubCSApp.GamersClubCSApp .LevelRestrictionBadge--newFeature .LevelRestrictionBadge__badgeArrowIcon{color:rgba(var(--wasd-color-lime-5),1)}.GamersClubCSApp.GamersClubCSApp .LevelRestrictionBadge--subscriptionCta .LevelRestrictionBadge__badge{background-color:rgba(var(--wasd-color-blue),1)}.GamersClubCSApp.GamersClubCSApp .LevelRestrictionBadge--subscriptionCta .LevelRestrictionBadge__badgeArrowIcon, .GamersClubCSApp.GamersClubCSApp .LevelRestrictionBadge__link{color:rgba(var(--wasd-color-blue),1)}.GamersClubCSApp.GamersClubCSApp .LevelRestrictionBadge__link{text-decoration:underline;cursor:pointer}.GamersClubCSApp.GamersClubCSApp .LevelRestrictionBadge__link:active, .GamersClubCSApp.GamersClubCSApp .LevelRestrictionBadge__link:focus, .GamersClubCSApp.GamersClubCSApp .LevelRestrictionBadge__link:hover{color:rgba(var(--wasd-color-blue-3),1)}.GamersClubCSApp.GamersClubCSApp .LevelRestrictionHeader__title{display:inline-flex;grid-gap:var(--wasd-spacing-xxxs);gap:var(--wasd-spacing-xxxs);align-items:center;margin-bottom:var(--wasd-spacing-xxxs)}.GamersClubCSApp.GamersClubCSApp .LevelRestrictionHeader__titleText{font-weight:var(--wasd-font-weight-medium-bold);font-size:var(--wasd-font-size-xxs);font-family:var(--wasd-font-stack-primary);line-height:calc(var(--wasd-font-size-xxs) + var(--wasd-line-height-secondary));text-transform:uppercase;line-height:1.125rem}.GamersClubCSApp.GamersClubCSApp .LevelRestrictionHeader__titleIcon{margin-left:var(--wasd-spacing-xxs);color:rgba(var(--wasd-color-blue),1)}.GamersClubCSApp.GamersClubCSApp .LevelRestrictionHeader__description{color:var(--wasd-color-light-8);font-size:var(--wasd-font-size-xxs);line-height:1.125rem}.GamersClubCSApp.GamersClubCSApp .LevelRestrictionHeader__tooltipText{margin-bottom:var(--wasd-spacing-xs)}.GamersClubCSApp.GamersClubCSApp .LevelRestrictionHeader .LevelRestrictionTooltip__button{padding-top:0}.GamersClubCSApp.GamersClubCSApp .LevelRestrictionHeader .WasdTooltip__wrapper{display:flex;align-items:center;justify-content:center}.GamersClubCSApp.GamersClubCSApp .LevelRestriction{font-weight:var(--wasd-font-weight-normal);font-size:var(--wasd-font-size-xxs);font-family:var(--wasd-font-stack-primary);line-height:calc(var(--wasd-font-size-xxs) + var(--wasd-line-height-secondary));text-transform:none;display:flex;flex-direction:column;width:38.75rem;max-width:100%;margin:0 auto;color:rgba(var(--wasd-color-text),1);text-align:left}.GamersClubCSApp.GamersClubCSApp .LevelRestriction__slider{width:100%;margin:var(--wasd-spacing-xs) auto}.GamersClubCSApp.GamersClubCSApp .LevelRestriction__slider .Tooltip__box{top:var(--wasd-spacing-xxs);left:.1875rem}.GamersClubCSApp.GamersClubCSApp .LevelRestriction__slider .Tooltip__content{text-align:center}.GamersClubCSApp.GamersClubCSApp .LevelRestriction__slider .Tooltip__button{justify-content:center}.GamersClubCSApp.GamersClubCSApp .LevelRestriction__sliderTooltip{display:flex!important;width:100%}.GamersClubCSApp.GamersClubCSApp .LevelRestriction__info{display:inline-flex;grid-gap:var(--wasd-spacing-xxxs);gap:var(--wasd-spacing-xxxs);align-items:center;color:var(--wasd-color-light-6);font-size:var(--wasd-font-size-xxxs);line-height:1rem}.GamersClubCSApp.GamersClubCSApp .LevelRestriction__info svg{-webkit-transform:translateY(-1px);transform:translateY(-1px)}.GamersClubCSApp.GamersClubCSApp .LevelRestriction__info--faded{color:rgba(var(--wasd-color-text),var(--wasd-color-opacity-600))}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem{position:relative;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;color:rgba(var(--wasd-color-text),1);text-align:center;background-color:var(--rebrand-bg-secondary);border:var(--wasd-border-width-thin) solid var(--rebrand-border-primary);border-radius:var(--wasd-border-radius-sm);box-shadow:0 .75rem 1.5rem 0 rgba(var(--wasd-color-gray-1),var(--wasd-color-opacity-400)),0 .125rem .375rem 0 rgba(var(--wasd-color-ui-1),var(--wasd-color-opacity-500));cursor:pointer}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem:hover{border:1px solid hsla(0,0%,100%,.48);border-radius:2px;box-shadow:0 4px 8px rgba(0,0,0,.08),0 12px 24px rgba(0,0,0,.08)}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem--highlighted{border:var(--wasd-border-width-thin) solid rgba(var(--wasd-color-yellow),var(--wasd-color-opacity-700));-webkit-animation:highlightGlow 1s infinite alternate;animation:highlightGlow 1s infinite alternate}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem--redeemable{border:.1875rem solid var(--rebrand-brand-primary);border-radius:.25rem}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem--disabled{opacity:.7}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__hoverMask{position:absolute;height:100%;opacity:0;-webkit-backdrop-filter:blur(.1875rem);backdrop-filter:blur(.1875rem);transition:opacity .3s ease-in-out}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__hoverMask:hover{opacity:1}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__quantity{font-weight:var(--wasd-font-weight-small);bottom:.0625rem;margin:.625rem;padding:0 .3125rem;background-color:rgba(var(--wasd-color-red-4),1);box-shadow:0 .125rem .25rem var(--wasd-color-dark-2),0 .25rem .5rem var(--wasd-color-dark-2)}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__banner, .GamersClubCSApp.GamersClubCSApp .MarketplaceItem__quantity{font-size:var(--wasd-font-size-xxxs);font-family:var(--wasd-font-stack-primary);line-height:calc(var(--wasd-font-size-xxxs) + var(--wasd-line-height-secondary));text-transform:none;position:absolute;text-transform:uppercase;border-radius:var(--wasd-border-radius-pill)}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__banner{font-weight:var(--wasd-font-weight-medium);top:-.4375rem;left:50%;z-index:1;height:calc(var(--wasd-font-size-xxxs) + .125rem);margin:0 .3125rem;padding:.0625rem var(--wasd-spacing-xxs);color:rgba(var(--wasd-color-ui-3),1);font-weight:var(--wasd-font-weight-900);line-height:var(--wasd-font-size-xxxs);background-color:rgba(var(--wasd-color-yellow),1);border-color:rgba(var(--wasd-color-yellow),1);-webkit-transform:translateX(-50%);transform:translateX(-50%)}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__display{position:relative;display:grid;align-items:center;justify-content:center;height:12.5rem;background-color:var(--rebrand-bg-tertiary);background-position:50%;background-size:cover;border-bottom:var(--wasd-border-width-thin) solid var(--rebrand-border-primary)}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__tags{position:absolute;top:var(--wasd-spacing-xxs);right:var(--wasd-spacing-xxs);display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__usage{position:absolute;top:var(--wasd-spacing-xxs);left:var(--wasd-spacing-xxs);z-index:1}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__comingSoon{margin-bottom:.3125rem}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__highlight{display:block;margin-bottom:.3125rem}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__img{max-width:11.25rem;max-height:11.25rem;background-repeat:no-repeat;background-position:50%;background-size:contain}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__img--marginBottom{margin-bottom:.375rem}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__img--hue{-webkit-animation:hue 7.5s linear infinite;animation:hue 7.5s linear infinite}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__img--rotate{-webkit-animation:spin 7.5s linear infinite;animation:spin 7.5s linear infinite}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__img--img160 img, .GamersClubCSApp.GamersClubCSApp .MarketplaceItem__img--img160 video{max-width:10rem;max-height:10rem}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__img--img140 img, .GamersClubCSApp.GamersClubCSApp .MarketplaceItem__img--img140 video{max-width:8.75rem;max-height:8.75rem;margin-bottom:.625rem}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__img--img100 img, .GamersClubCSApp.GamersClubCSApp .MarketplaceItem__img--img100 video{max-width:6.25rem;max-height:6.25rem}@-webkit-keyframes hue{to{-webkit-filter:hue-rotate(1turn);filter:hue-rotate(1turn)}}@keyframes hue{to{-webkit-filter:hue-rotate(1turn);filter:hue-rotate(1turn)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__video{display:block;height:10rem}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__info{padding:var(--wasd-spacing-xs);text-align:left}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__name{font-size:.875rem;line-height:1.375rem}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__name, .GamersClubCSApp.GamersClubCSApp .MarketplaceItem__profileName{margin-bottom:var(--wasd-spacing-xxs);font-weight:var(--wasd-font-weight-medium-bold);font-family:var(--wasd-font-stack-primary)}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__profileName{display:-webkit-box;overflow:hidden;font-size:.75rem;line-height:1.25rem;text-overflow:ellipsis;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__prices{display:flex;align-items:center;justify-content:flex-start;text-align:left}@media (max-width:1440px){.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__prices{grid-gap:var(--wasd-spacing-xxs);gap:var(--wasd-spacing-xxs)}}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__betweenPrices{margin:0 .5rem;padding:0;color:rgba(var(--wasd-color-white),1);font-weight:var(--wasd-font-weight-medium);font-size:.75rem;line-height:1;text-transform:uppercase;opacity:.6}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__price{font-size:.75rem}.GamersClubCSApp.GamersClubCSApp .MarketplaceItem__action{align-self:flex-end;margin-top:var(--wasd-spacing-xxs)}@-webkit-keyframes highlightGlow{0%{box-shadow:0 .375rem .75rem 0 rgba(var(--wasd-color-gray-1),var(--wasd-color-opacity-400)),0 0 .1875rem 0 rgba(var(--wasd-color-ui-1),var(--wasd-color-opacity-500))}to{box-shadow:0 .375rem 1.25rem -.25rem rgba(var(--wasd-color-yellow),var(--wasd-color-opacity-300)),0 .125rem .375rem 0 rgba(var(--wasd-color-ui-2),var(--wasd-color-opacity-500))}}@keyframes highlightGlow{0%{box-shadow:0 .375rem .75rem 0 rgba(var(--wasd-color-gray-1),var(--wasd-color-opacity-400)),0 0 .1875rem 0 rgba(var(--wasd-color-ui-1),var(--wasd-color-opacity-500))}to{box-shadow:0 .375rem 1.25rem -.25rem rgba(var(--wasd-color-yellow),var(--wasd-color-opacity-300)),0 .125rem .375rem 0 rgba(var(--wasd-color-ui-2),var(--wasd-color-opacity-500))}}.GamersClubCSApp.GamersClubCSApp .RedeemableWasdButton{position:absolute;top:-1.125rem;right:0;left:0;z-index:2;max-width:10.375rem;height:2.25rem;margin:0 auto;padding:var(--wasd-spacing-xxs) var(--wasd-spacing-xxs);overflow:visible;background:var(--rebrand-brand-primary)}.GamersClubCSApp.GamersClubCSApp .RedeemableWasdButton span{font-size:var(--wasd-font-size-md);line-height:1rem}.GamersClubCSApp.GamersClubCSApp .RedeemableWasdButton svg{margin-right:.375rem;color:rgba(var(--wasd-color-white),1);-webkit-transform:translateY(.0625rem);transform:translateY(.0625rem)}.GamersClubCSApp.GamersClubCSApp .NoFrame{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;height:12.5rem;padding:var(--wasd-spacing-xs) var(--wasd-spacing-xxs);background:var(--rebrand-bg-tertiary);border:1px solid transparent;border:1px dashed var(--rebrand-border-primary);border-radius:var(--wasd-border-radius-sm);cursor:pointer;transition:border .2s ease-in-out}.GamersClubCSApp.GamersClubCSApp .NoFrame__flag{position:absolute;top:0;right:0}.GamersClubCSApp.GamersClubCSApp .NoFrame__picture{width:6rem;height:6rem;object-fit:contain}.GamersClubCSApp.GamersClubCSApp .NoFrame__name{font-weight:var(--wasd-font-weight-normal);font-size:var(--wasd-font-size-xxxs);font-family:var(--wasd-font-stack-primary);line-height:calc(var(--wasd-font-size-xxxs) + var(--wasd-line-height-secondary));text-transform:none}.GamersClubCSApp.GamersClubCSApp .NoFrame--selected, .GamersClubCSApp.GamersClubCSApp .NoFrame:hover{border:1px solid rgba(var(--wasd-color-blue),1)}.GamersClubCSApp.GamersClubCSApp .PlayerListCardShimmer{display:flex;align-items:center;height:4.5rem;padding:0 var(--wasd-spacing-xxs);border-bottom:var(--wasd-border-width-thin) solid var(--wasd-color-light-1)}.GamersClubCSApp.GamersClubCSApp .PlayerListCardShimmer__playerInfo{display:flex;flex:1 1;flex-direction:row;flex-wrap:wrap;align-items:center}.GamersClubCSApp.GamersClubCSApp .PlayerListCardShimmer__playerBadges{display:flex;width:100%;margin-top:var(--wasd-spacing-xxxs);grid-column-gap:var(--wasd-spacing-xxxs);-webkit-column-gap:var(--wasd-spacing-xxxs);column-gap:var(--wasd-spacing-xxxs)}.GamersClubCSApp.GamersClubCSApp .PlayerListCardShimmer__left .PlayerListCardShimmer__playerInfo{justify-content:flex-start;margin-left:var(--wasd-spacing-xxs)}.GamersClubCSApp.GamersClubCSApp .PlayerListCardShimmer__left .PlayerListCardShimmer__playerInfo>.Shimmer:first-child{margin-right:var(--wasd-spacing-xxxs)}.GamersClubCSApp.GamersClubCSApp .PlayerListCardShimmer__left .PlayerListCardShimmer__playerBadges{justify-content:flex-start}.GamersClubCSApp.GamersClubCSApp .PlayerListCardShimmer__right .PlayerListCardShimmer__playerInfo{justify-content:flex-end;margin-right:var(--wasd-spacing-xxs)}.GamersClubCSApp.GamersClubCSApp .PlayerListCardShimmer__right .PlayerListCardShimmer__playerInfo>.Shimmer:first-child{order:2;margin-left:var(--wasd-spacing-xxxs)}.GamersClubCSApp.GamersClubCSApp .PlayerListCardShimmer__right .PlayerListCardShimmer__playerInfo>.Shimmer:nth-child(2){order:1}.GamersClubCSApp.GamersClubCSApp .PlayerListCardShimmer__right .PlayerListCardShimmer__playerBadges{justify-content:flex-end;order:3}.GamersClubCSApp.GamersClubCSApp .PlayerListCard{display:flex;align-items:center;height:4.5rem;border-bottom:var(--wasd-border-width-thin) solid var(--wasd-color-light-1);transition:var(--wasd-transition-default)}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__playerAvatar{width:2.5rem;height:2.5rem;margin:0 var(--wasd-spacing-xxs);background-color:rgba(var(--wasd-color-ui-2),1);border:2px solid var(--wasd-color-light-3);border-radius:var(--wasd-border-radius-circle);box-shadow:inset 0 -.0625rem 0 var(--wasd-color-light-2)}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__waitingPlayerMessage{font-weight:var(--wasd-font-weight-medium);font-size:var(--wasd-font-size-xxs);font-family:var(--wasd-font-stack-primary);line-height:calc(var(--wasd-font-size-xxs) + var(--wasd-line-height-secondary));text-transform:none;color:var(--wasd-color-light-6)}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__readyDetail{width:.125rem;height:100%;background:rgba(var(--wasd-color-lime-5),1)}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__readyDetail--left{margin-right:.375rem}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__readyDetail--left--hidden{visibility:hidden}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__readyDetail--right{margin-left:.375rem}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__readyDetail--right--hidden{visibility:hidden}.GamersClubCSApp.GamersClubCSApp .PlayerListCard--left{justify-content:start}.GamersClubCSApp.GamersClubCSApp .PlayerListCard--left--notReady{opacity:.48}.GamersClubCSApp.GamersClubCSApp .PlayerListCard--left--ready{background:linear-gradient(90deg,rgba(140,168,0,.24),rgba(140,168,0,0))}.GamersClubCSApp.GamersClubCSApp .PlayerListCard--left .PlayerListCard__playerAvatar{order:1}.GamersClubCSApp.GamersClubCSApp .PlayerListCard--left .PlayerListCard__waitingPlayerMessage{order:2}.GamersClubCSApp.GamersClubCSApp .PlayerListCard--right{justify-content:flex-end}.GamersClubCSApp.GamersClubCSApp .PlayerListCard--right--notReady{opacity:.48}.GamersClubCSApp.GamersClubCSApp .PlayerListCard--right--ready{background:linear-gradient(90deg,rgba(140,168,0,0),rgba(140,168,0,.24))}.GamersClubCSApp.GamersClubCSApp .PlayerListCard--right .PlayerListCard__playerAvatar{order:2}.GamersClubCSApp.GamersClubCSApp .PlayerListCard--right .PlayerListCard__waitingPlayerMessage{order:1}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__majorPlayer{position:relative}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__majorPlayer .PlayerIdentity{z-index:1}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__majorPlayer:after{position:absolute;top:0;z-index:0;display:block;width:100%;height:100%;content:""}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__majorPlayer--left:after{background:radial-gradient(22% 79% at left,rgba(132,255,106,.8) -50%,rgba(22,152,63,0) 50%)}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__majorPlayer--right:after{background:radial-gradient(22% 79% at right,rgba(132,255,106,.8) -50%,rgba(22,152,63,0) 50%)}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__leaderboard--purple-left{position:relative;background:linear-gradient(90deg,rgba(255,81,212,.15),rgba(255,81,212,0) 100.88%);border-left:1px solid #ff51d4}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__leaderboard--purple-left:after{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../../../assets/leaderboard-lobby-room-pattern.png);content:"";-webkit-mask-image:linear-gradient(270deg,transparent 25%,#000 75%);mask-image:linear-gradient(270deg,transparent 25%,#000 75%)}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__leaderboard--purple-right{position:relative;background:linear-gradient(90deg,rgba(255,81,212,0),rgba(255,81,212,.15) 100.88%);border-right:1px solid #ff51d4}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__leaderboard--purple-right:after{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../../../assets/leaderboard-lobby-room-pattern.png);content:"";-webkit-mask-image:linear-gradient(90deg,transparent 25%,#000 75%);mask-image:linear-gradient(90deg,transparent 25%,#000 75%)}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__leaderboard--red-left{position:relative;background:linear-gradient(90deg,rgba(255,75,75,.15),rgba(255,75,75,0) 100.88%);border-left:1px solid #ff4b4b}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__leaderboard--red-left:after{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../../../assets/leaderboard-lobby-room-pattern.png);content:"";-webkit-mask-image:linear-gradient(270deg,transparent 25%,#000 75%);mask-image:linear-gradient(270deg,transparent 25%,#000 75%)}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__leaderboard--red-right{position:relative;background:linear-gradient(90deg,rgba(255,75,75,0),rgba(255,75,75,.15) 100.88%);border-right:1px solid #ff4b4b}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__leaderboard--red-right:after{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../../../assets/leaderboard-lobby-room-pattern.png);content:"";-webkit-mask-image:linear-gradient(90deg,transparent 25%,#000 75%);mask-image:linear-gradient(90deg,transparent 25%,#000 75%)}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__leaderboard--yellow-left{position:relative;background:linear-gradient(90deg,rgba(229,195,32,.15),rgba(229,195,32,0) 100.88%);border-left:1px solid #e5c320}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__leaderboard--yellow-left:after{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../../../assets/leaderboard-lobby-room-pattern.png);content:"";-webkit-mask-image:linear-gradient(270deg,transparent 25%,#000 75%);mask-image:linear-gradient(270deg,transparent 25%,#000 75%)}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__leaderboard--yellow-right{position:relative;background:linear-gradient(90deg,rgba(255,75,75,0),rgba(229,195,32,.15) 100.88%);border-right:1px solid #e5c320}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__leaderboard--yellow-right:after{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../../../assets/leaderboard-lobby-room-pattern.png);content:"";-webkit-mask-image:linear-gradient(90deg,transparent 25%,#000 75%);mask-image:linear-gradient(90deg,transparent 25%,#000 75%)}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__leaderboard--blue-left{position:relative;background:linear-gradient(90deg,rgba(69,164,229,.15),rgba(69,164,229,0) 100.88%);border-left:1px solid #45a4e5}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__leaderboard--blue-left:after{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../../../assets/leaderboard-lobby-room-pattern.png);content:"";-webkit-mask-image:linear-gradient(270deg,transparent 25%,#000 75%);mask-image:linear-gradient(270deg,transparent 25%,#000 75%)}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__leaderboard--blue-right{position:relative;background:linear-gradient(90deg,rgba(255,75,75,0),rgba(69,164,229,.15) 100.88%);border-right:1px solid #45a4e5}.GamersClubCSApp.GamersClubCSApp .PlayerListCard__leaderboard--blue-right:after{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../../../assets/leaderboard-lobby-room-pattern.png);content:"";-webkit-mask-image:linear-gradient(90deg,transparent 25%,#000 75%);mask-image:linear-gradient(90deg,transparent 25%,#000 75%)}.GamersClubCSApp.GamersClubCSApp .PlayerIdentity{display:flex;align-items:center;justify-content:center}.GamersClubCSApp.GamersClubCSApp .PlayerIdentity--vertical{flex-direction:column}.GamersClubCSApp.GamersClubCSApp .PlayerIdentity--vertical .PlayerIdentityBadges{margin-top:var(--wasd-spacing-xxs)}.GamersClubCSApp.GamersClubCSApp .PlayerIdentity--horizontal .PlayerIdentityBadges{margin-top:var(--wasd-spacing-xxxs)}.GamersClubCSApp.GamersClubCSApp .PlayerIdentity__nicknameBadges{display:flex;flex-direction:column;align-items:center;justify-content:center}.GamersClubCSApp.GamersClubCSApp .PlayerIdentity__nicknameBadges--left{align-items:flex-start}.GamersClubCSApp.GamersClubCSApp .PlayerIdentity__nicknameBadges--right{align-items:flex-end}.GamersClubCSApp.GamersClubCSApp .PlayerIdentity__isCalibrating{z-index:20}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar{position:relative;display:flex;align-items:center;justify-content:center;border-radius:50%}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar .WasdAvatar__image, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar__avatarImage{z-index:1;border-radius:50%}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar__border{position:absolute;z-index:2;width:100%;height:100%}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar__frame{position:absolute;z-index:2;width:120%;height:120%;background-repeat:no-repeat;background-position:50%;background-size:100%}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar__officialMedal, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar__primeMedal, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar__proMedal, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar__verifiedMedal{position:absolute;bottom:0;z-index:2}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar__primeMedal{right:0}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar__verifiedMedal{right:-.125rem}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar__proMedal{right:-.125rem;background:rgba(0,0,0,.8549019607843137);border:2px solid red;border-radius:50%}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar__officialMedal{right:-.125rem}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--sm{width:2.5rem;height:2.5rem}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--sm .PlayerIdentityAvatar__avatarImage, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--sm .WasdAvatar__image{width:2rem;height:2rem}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--sm .PlayerIdentityAvatar__officialMedal, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--sm .PlayerIdentityAvatar__primeMedal, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--sm .PlayerIdentityAvatar__proMedal, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--sm .PlayerIdentityAvatar__verifiedMedal{width:1rem;height:1rem}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--md{width:3.5rem;height:3.5rem}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--md .PlayerIdentityAvatar__avatarImage, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--md .WasdAvatar__image{width:2.875rem;height:2.875rem}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--md .PlayerIdentityAvatar__officialMedal, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--md .PlayerIdentityAvatar__primeMedal, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--md .PlayerIdentityAvatar__proMedal, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--md .PlayerIdentityAvatar__verifiedMedal{width:1.25rem;height:1.25rem}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--lg{width:5rem;height:5rem}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--lg .PlayerIdentityAvatar__avatarImage, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--lg .WasdAvatar__image{width:4.375rem;height:4.375rem}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--lg .PlayerIdentityAvatar__officialMedal, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--lg .PlayerIdentityAvatar__primeMedal, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--lg .PlayerIdentityAvatar__proMedal, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--lg .PlayerIdentityAvatar__verifiedMedal{width:1.5rem;height:1.5rem}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--xl{width:6.75rem;height:6.75rem}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--xl .PlayerIdentityAvatar__avatarImage, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--xl .WasdAvatar__image{width:6.125rem;height:6.125rem}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--xl .PlayerIdentityAvatar__officialMedal, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--xl .PlayerIdentityAvatar__primeMedal, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--xl .PlayerIdentityAvatar__proMedal, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--xl .PlayerIdentityAvatar__verifiedMedal{width:2rem;height:2rem}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--withoutAvatar{background-color:var(--wasd-color-dark-6)}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--vertical{margin-bottom:var(--wasd-spacing-xxs)}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--horizontal-left{margin-right:var(--wasd-spacing-xs)}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityAvatar--horizontal-right{margin-left:var(--wasd-spacing-xs)}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityNickname{display:flex;flex-direction:column;align-items:stretch}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityNickname__userInformations{display:flex;flex:1 1;align-items:center;justify-content:center}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityNickname__flag{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.125rem}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityNickname__flag--left{order:1;margin-right:var(--wasd-spacing-xxxs)}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityNickname__flag--right{order:3;margin-left:var(--wasd-spacing-xxxs)}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityNickname__flag img{max-width:100%;max-height:100%}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityNickname__nickname{display:flex;align-items:center;order:2;max-width:10rem}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityNickname__nicknameText{order:1;color:rgba(var(--wasd-color-text),1);font-size:var(--wasd-font-size-xxs);line-height:1}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityNickname__label, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityNickname__nicknameText{overflow:hidden;font-weight:var(--wasd-font-weight-medium);font-family:var(--wasd-font-stack-primary);white-space:nowrap;text-overflow:ellipsis}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityNickname__label{width:4.375rem;color:var(--wasd-color-light-6);font-size:var(--wasd-font-size-xxxs);line-height:1rem}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityTag__coach, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityTag__complete, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityTag__igl{display:flex;align-items:center;height:.875rem;font-weight:var(--wasd-font-weight-medium);font-size:.625rem;font-family:var(--wasd-font-stack-primary);letter-spacing:.0625rem;text-transform:uppercase}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityTag__coach--right, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityTag__complete--right, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityTag__igl--right{order:2;margin-left:var(--wasd-spacing-xxxs);padding-left:var(--wasd-spacing-xxxs);border-left:var(--wasd-border-width-thin) solid var(--wasd-color-light-2)}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityTag__coach--left, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityTag__complete--left, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityTag__igl--left{order:0;margin-right:var(--wasd-spacing-xxxs);padding-right:var(--wasd-spacing-xxxs);border-right:var(--wasd-border-width-thin) solid var(--wasd-color-light-2)}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityTag__igl{color:rgba(var(--wasd-color-teal-5),1)}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityTag__coach{color:rgba(var(--wasd-color-deep-purple-3),1)}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityTag__complete{color:rgba(var(--wasd-color-yellow-4),1)}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges{display:flex;align-items:center;width:100%}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges__annotation, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges__featuredMedal, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges__patent, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges__playerRole, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges__subscription{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:1.5rem;height:1.5rem;border:1px solid var(--wasd-color-light-2);border-radius:.125rem}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges__annotation, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges__featuredMedal, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges__patent, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges__playerLevel, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges__playerRole, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges__subscription{margin:0 .125rem}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges__playerLevel{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:1.5rem;height:1.5rem;border:1px solid var(--wasd-color-light-2);border-radius:.125rem}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--sm{max-width:100%;max-height:100%}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--sx{max-width:17px;max-height:17px}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--center{justify-content:center}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--left{justify-content:flex-start}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--center .PlayerIdentityBadges__playerRole, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--left .PlayerIdentityBadges__playerRole{order:1;margin-left:0}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--center .PlayerIdentityBadges__playerLevel, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--left .PlayerIdentityBadges__playerLevel{order:2}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--center .PlayerIdentityBadges__featuredMedal, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--left .PlayerIdentityBadges__featuredMedal{order:3}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--center .PlayerIdentityBadges__patent, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--left .PlayerIdentityBadges__patent{order:4}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--center .PlayerIdentityBadges__annotation, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--left .PlayerIdentityBadges__annotation{order:5}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--center .PlayerIdentityBadges__subscription, .GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--left .PlayerIdentityBadges__subscription{order:6;margin-right:0}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--right{justify-content:flex-end}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--right .PlayerIdentityBadges__playerRole{order:6;margin-right:0}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--right .PlayerIdentityBadges__playerLevel{order:5}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--right .PlayerIdentityBadges__featuredMedal{order:4}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--right .PlayerIdentityBadges__patent{order:3}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--right .PlayerIdentityBadges__annotation{order:2}.GamersClubCSApp.GamersClubCSApp .PlayerIdentityBadges--right .PlayerIdentityBadges__subscription{order:1;margin-left:0}.GamersClubCSApp.GamersClubCSApp .ProductsCarousel__slide{display:flex;align-items:stretch;justify-content:stretch;width:100%;padding:0 .3125rem}.GamersClubCSApp.GamersClubCSApp .ProductsCarousel__slide .MarketplaceCoinItem, .GamersClubCSApp.GamersClubCSApp .ProductsCarousel__slide .MarketplaceItem{width:100%}.GamersClubCSApp.GamersClubCSApp .ProductsCarousel__profileSlide{display:flex;align-items:stretch;justify-content:stretch;width:100%;padding:0 .5rem}.GamersClubCSApp.GamersClubCSApp .ProductsCarousel__profileSlide .MarketplaceCoinItem, .GamersClubCSApp.GamersClubCSApp .ProductsCarousel__profileSlide .MarketplaceItem{width:100%}.GamersClubCSApp.GamersClubCSApp .PlayerLevelBadge{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center}.GamersClubCSApp.GamersClubCSApp .PlayerLevelBadge--size-sx{width:1.25rem;height:1.25rem;font-size:.625rem}.GamersClubCSApp.GamersClubCSApp .PlayerLevelBadge--size-sx svg{width:1rem;height:1rem}.GamersClubCSApp.GamersClubCSApp .PlayerLevelBadge--size-sm{width:1.5rem;height:1.5rem;font-size:.75rem}.GamersClubCSApp.GamersClubCSApp .PlayerLevelBadge--size-sm svg{width:1.25rem;height:1.25rem}.GamersClubCSApp.GamersClubCSApp .PlayerLevelBadge--size-md{width:2.5rem;height:2.5rem;font-size:1.25rem}.GamersClubCSApp.GamersClubCSApp .PlayerLevelBadge--size-md svg{width:2.25rem;height:2.25rem}.GamersClubCSApp.GamersClubCSApp .PlayerLevelBadge--size-lg{width:3rem;height:3rem;font-size:1.25rem}.GamersClubCSApp.GamersClubCSApp .PlayerLevelBadge--size-lg svg{width:2.75rem;height:2.75rem}.GamersClubCSApp.GamersClubCSApp .PlayerLevelBadge--size-xl{width:6rem;height:6rem;font-size:3rem}.GamersClubCSApp.GamersClubCSApp .PlayerLevelBadge--size-xl svg{width:5.75rem;height:5.75rem}.GamersClubCSApp.GamersClubCSApp .PlayerLevelBadge__background{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;background-repeat:no-repeat;background-position:50%;background-size:cover}.GamersClubCSApp.GamersClubCSApp .PlayerLevelBadge__value{display:flex;align-items:center;justify-content:center;color:rgba(var(--wasd-color-text),1);font-family:var(--wasd-font-stack-primary);text-shadow:.0625rem .0625rem .0625rem var(--wasd-color-dark-5)}.GamersClubCSApp.GamersClubCSApp .PlayerLevelBadge--nonSubscriber .PlayerLevelBadge__background{width:78%;height:78%;border:var(--wasd-border-width-thin) solid var(--wasd-color-light-4);border-radius:var(--wasd-border-radius-circle);box-shadow:0 .3125rem .1875rem 0 var(--wasd-color-dark-3)}.GamersClubCSApp.GamersClubCSApp .PlayerLevelBadge--nonSubscriber .PlayerLevelBadge__value{font-weight:var(--wasd-font-weight-medium);text-shadow:0 .0625rem 0 var(--wasd-color-dark-6)}.GamersClubCSApp.GamersClubCSApp .PlayerLevelBadge--nonSubscriber .PlayerLevelBadge__value svg{-webkit-transform:translateY(-1px);transform:translateY(-1px)}.GamersClubCSApp.GamersClubCSApp .PlayerLevelBadge--subscriber .PlayerLevelBadge__value{font-weight:var(--wasd-font-weight-medium-bold)}.GamersClubCSApp.GamersClubCSApp .PlayerLevelBadge--no-level .PlayerLevelBadge__value{color:var(--wasd-color-light-8);text-shadow:none}.GamersClubCSApp.GamersClubCSApp .PlayerLevelBadge--no-level.PlayerLevelBadge--nonSubscriber .PlayerLevelBadge__background{border:var(--wasd-border-width-thick) solid rgba(var(--wasd-color-ui-6),1)}.GamersClubCSApp.GamersClubCSApp .SliderRange{position:relative;display:flex;width:100%;height:.75rem;padding:0 var(--wasd-spacing-xxs);background-color:var(--wasd-color-dark-3);border-radius:var(--wasd-border-radius-pill);box-shadow:0 .0625rem 0 var(--wasd-color-light-1),inset 0 .0625rem .125rem var(--wasd-color-dark-7)}.GamersClubCSApp.GamersClubCSApp .SliderRange--disabled{cursor:not-allowed;opacity:var(--wasd-color-opacity-400);-webkit-filter:grayscale(.48);filter:grayscale(.48);transition:var(--wasd-transition-default)}.GamersClubCSApp.GamersClubCSApp .SliderRange__thumb{width:1.5rem;height:1.5rem;outline:none;-webkit-transform:translateY(-6px);transform:translateY(-6px);cursor:grab;-webkit-user-select:none;user-select:none}.GamersClubCSApp.GamersClubCSApp .SliderRange__track{top:0;bottom:0}.GamersClubCSApp.GamersClubCSApp .SliderRange__track span{display:block;width:calc(100% - 24px);height:100%;border-radius:var(--wasd-border-radius-pill);box-shadow:inset 0 .0625rem 0 var(--wasd-color-light-3);-webkit-transform:translateX(12px);transform:translateX(12px)}.GamersClubCSApp.GamersClubCSApp .SliderRange--withTransition .SliderRange__thumb{transition:left var(--wasd-transition-default)}.GamersClubCSApp.GamersClubCSApp .SliderRange--withTransition .SliderRange__track{transition:left var(--wasd-transition-default),right var(--wasd-transition-default)}.GamersClubCSApp.GamersClubCSApp .SliderRange__slider{position:relative;width:100%;height:100%}.GamersClubCSApp.GamersClubCSApp .SliderRange__slider.disabled{cursor:not-allowed}.GamersClubCSApp.GamersClubCSApp .SliderRange__slider.disabled .SliderRange__thumb{cursor:no-drop}.GamersClubCSApp.GamersClubCSApp .SliderRangeContainer{position:relative;width:100%;height:100%;cursor:pointer}.GamersClubCSApp.GamersClubCSApp .SliderRangeSteps{position:absolute;top:0;left:0;display:flex;width:100%;height:100%;pointer-events:none}.GamersClubCSApp.GamersClubCSApp .SliderRangeSteps__item{position:relative;z-index:1;display:flex;flex:1 1;align-items:center;justify-content:center;pointer-events:none}.GamersClubCSApp.GamersClubCSApp .SliderRangeSteps__item svg{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.GamersClubCSApp.GamersClubCSApp .SliderRangeSteps__item:after{width:.375rem;height:.375rem;background-color:var(--wasd-color-light-3);border-radius:var(--wasd-border-radius-circle);box-shadow:inset 0 .0625rem 0 var(--wasd-color-light-2);content:""}.GamersClubCSApp.GamersClubCSApp .SliderRangeSteps__item--restrictStep{color:rgba(var(--wasd-color-text),1)}.GamersClubCSApp.GamersClubCSApp .SliderRangeSteps__item--restrictStep:after{background-color:rgba(var(--wasd-color-white),1)}.GamersClubCSApp.GamersClubCSApp .SliderRangeSteps__item--withPointerEvent{pointer-events:auto}.GamersClubCSApp.GamersClubCSApp .GCSnackbar{position:relative;margin-bottom:var(--wasd-spacing-xs);padding:.75rem 1rem;background-color:rgba(var(--wasd-color-ui-2),1);border:var(--wasd-border-width-thick) solid hsla(0,0%,100%,.1);border-radius:.375rem}.GamersClubCSApp.GamersClubCSApp .GCSnackbar__container{z-index:210;width:21.4375rem;border-radius:inherit}.GamersClubCSApp.GamersClubCSApp .GCSnackbar__container .Toastify__toast:before{content:none}.GamersClubCSApp.GamersClubCSApp .GCSnackbar__container .Toastify__toast-body{width:100%}.GamersClubCSApp.GamersClubCSApp .rc-switch{position:relative;display:inline-block;box-sizing:border-box;min-width:2.75rem;min-height:1.5rem;padding:0;line-height:1.25rem;vertical-align:middle;background:var(--wasd-color-light-1);border:1px solid var(--wasd-color-light-2);border-radius:1.25rem 1.25rem;outline:none;cursor:pointer;transition:all .3s cubic-bezier(.35,0,.25,1)}.GamersClubCSApp.GamersClubCSApp .rc-switch:after{position:absolute;top:.1875rem;left:.1875rem;width:1rem;height:1rem;background-color:rgba(var(--wasd-color-white),1);border-radius:50% 50%;box-shadow:0 .125rem .3125rem var(--wasd-color-dark-4);-webkit-transform:scale(1);transform:scale(1);cursor:pointer;transition:left .3s cubic-bezier(.35,0,.25,1);-webkit-animation-name:rcswitchoff;animation-name:rcSwitchOff;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:cubic-bezier(.35,0,.25,1);animation-timing-function:cubic-bezier(.35,0,.25,1);content:" "}.GamersClubCSApp.GamersClubCSApp .rc-switch-inner{position:absolute;top:0;left:1.625rem;color:rgba(var(--wasd-color-text),1);font-size:var(--wasd-font-size-xxxs)}.GamersClubCSApp.GamersClubCSApp .rc-switch-checked{background-color:rgba(var(--wasd-color-blue-5),1);border:var(--wasd-border-width-thin) solid rgba(var(--wasd-color-blue-5),1)}.GamersClubCSApp.GamersClubCSApp .rc-switch-checked:after{left:1.5rem}.GamersClubCSApp.GamersClubCSApp .rc-switch-checked .rc-switch-inner{left:.375rem}.GamersClubCSApp.GamersClubCSApp .Tag{display:flex;align-items:center;justify-content:center;margin-left:var(--wasd-spacing-xs)}.GamersClubCSApp.GamersClubCSApp .Tag:first-child{margin-left:0}.GamersClubCSApp.GamersClubCSApp .Tag__label{margin-right:var(--wasd-spacing-xxxs)}.GamersClubCSApp.GamersClubCSApp .Tag__label, .GamersClubCSApp.GamersClubCSApp .Tag__tagLabel{color:rgba(var(--wasd-color-text),1);font-weight:600;font-size:var(--wasd-font-size-xxxs);font-family:var(--wasd-font-stack-primary);font-style:normal;line-height:calc(var(--wasd-font-size-xxxs) + var(--wasd-line-height-primary));text-transform:uppercase}.GamersClubCSApp.GamersClubCSApp .Tag__tagLabel{padding:2px var(--wasd-spacing-xxs);border-radius:31.25rem}.GamersClubCSApp.GamersClubCSApp .Tag__tagLabel, .GamersClubCSApp.GamersClubCSApp .Tag__tagLabel--default{background:var(--wasd-color-light-3)}.GamersClubCSApp.GamersClubCSApp .Tag__tagLabel--success{background:rgba(var(--wasd-color-lime-5),1)}.GamersClubCSApp.GamersClubCSApp .Tag__tagLabel--info{background:rgba(var(--wasd-color-blue-5),1)}.GamersClubCSApp.GamersClubCSApp .GCToast{position:relative;margin-bottom:var(--wasd-spacing-xs);background-color:rgba(var(--wasd-color-ui-3),1);border-radius:var(--wasd-border-radius-sm);box-shadow:0 .125rem .125rem var(--wasd-color-dark-5),0 .25rem .5rem var(--wasd-color-dark-4)}.GamersClubCSApp.GamersClubCSApp .GCToast__container{z-index:210;width:20rem;border-radius:inherit}.GamersClubCSApp.GamersClubCSApp .GCToast__body{width:100%;border-radius:inherit}.GamersClubCSApp.GamersClubCSApp .Toastify__toast:before{position:absolute;top:0;right:0;left:0;height:.125rem;background-color:rgba(var(--wasd-color-ui-8),1);border-radius:var(--wasd-border-radius-sm) var(--wasd-border-radius-sm) 0 0;content:""}.GamersClubCSApp.GamersClubCSApp .Toastify__toast--info:before{background-color:rgba(var(--wasd-color-blue-5),1)}.GamersClubCSApp.GamersClubCSApp .Toastify__toast--success:before{background-color:rgba(var(--wasd-color-lime-5),1)}.GamersClubCSApp.GamersClubCSApp .Toastify__toast--warning:before{background-color:rgba(var(--wasd-color-yellow-4),1)}.GamersClubCSApp.GamersClubCSApp .Toastify__toast--error:before{background-color:rgba(var(--wasd-color-red-5),1)}.GamersClubCSApp.GamersClubCSApp .Tooltip__box{font-weight:var(--wasd-font-weight-normal);font-size:var(--wasd-font-size-xxs);font-family:var(--wasd-font-stack-primary);line-height:calc(var(--wasd-font-size-xxs) + var(--wasd-line-height-secondary));text-transform:none;background:var(--rebrand-bg-tertiary);border-color:var(--rebrand-border-primary)!important}.GamersClubCSApp.GamersClubCSApp .Tooltip__content{width:21.5625rem;padding:var(--wasd-spacing-xs);text-align:left;cursor:auto}.GamersClubCSApp.GamersClubCSApp .Tooltip__button{font-weight:var(--wasd-font-weight-medium);font-size:var(--wasd-font-size-xxs);font-family:var(--wasd-font-stack-primary);line-height:calc(var(--wasd-font-size-xxs) + var(--wasd-line-height-secondary));text-transform:none;justify-content:start;height:auto;padding:var(--wasd-spacing-xxs) 0 0 0;color:rgba(var(--wasd-color-blue),1);text-decoration:underline;background:none;cursor:pointer;transition:color var(--wasd-animation-duration) ease-in-out}.GamersClubCSApp.GamersClubCSApp .Tooltip__button:active, .GamersClubCSApp.GamersClubCSApp .Tooltip__button:focus, .GamersClubCSApp.GamersClubCSApp .Tooltip__button:hover{color:rgba(var(--wasd-color-blue-3),1);background:none!important}.GamersClubCSApp.GamersClubCSApp .Tooltip__arrow:after, .GamersClubCSApp.GamersClubCSApp .Tooltip__arrow:before{border-top-color:var(--rebrand-border-primary)!important;border-bottom-color:var(--rebrand-border-primary)!important}.GamersClubCSApp.GamersClubCSApp .PopOverRankedRequirements{width:18rem;padding:var(--wasd-spacing-xxs) var(--wasd-spacing-xxxs);font-size:var(--wasd-font-size-xxxs);font-family:var(--wasd-font-stack-primary)}.GamersClubCSApp.GamersClubCSApp .PopOverRankedRequirements .PopOverRankedRequirements__title{margin-bottom:var(--wasd-spacing-xs)}.GamersClubCSApp.GamersClubCSApp .PopOverRankedRequirements .PopOverRankedRequirementsItem{display:flex;width:100%;margin-bottom:var(--wasd-spacing-xxxs);background-color:rgba(var(--wasd-color-ui-3),1);border:var(--wasd-border-width-thin) solid var(--wasd-color-light-2)}.GamersClubCSApp.GamersClubCSApp .PopOverRankedRequirements .PopOverRankedRequirementsItem--meets{background-color:rgba(var(--wasd-color-ui-5),1);border:var(--wasd-border-width-thin) solid rgba(var(--wasd-color-lime-5),1)}.GamersClubCSApp.GamersClubCSApp .PopOverRankedRequirements .PopOverRankedRequirementsItem--action{cursor:pointer}.GamersClubCSApp.GamersClubCSApp .PopOverRankedRequirements .PopOverRankedRequirementsItem__icon{padding:.75rem var(--wasd-spacing-xxs)}.GamersClubCSApp.GamersClubCSApp .PopOverRankedRequirements .PopOverRankedRequirementsItemIcon{width:var(--wasd-icon-lg);height:var(--wasd-icon-lg);-webkit-filter:grayscale(1);filter:grayscale(1)}.GamersClubCSApp.GamersClubCSApp .PopOverRankedRequirements .PopOverRankedRequirementsItemIcon--meets{-webkit-filter:grayscale(0);filter:grayscale(0)}.GamersClubCSApp.GamersClubCSApp .PopOverRankedRequirements .PopOverRankedRequirementsItemDescription{display:flex;flex:1 1;justify-content:space-between}.GamersClubCSApp.GamersClubCSApp .PopOverRankedRequirements .PopOverRankedRequirementsItemDescription__description{display:flex;flex-direction:column;justify-content:center}.GamersClubCSApp.GamersClubCSApp .PopOverRankedRequirements .PopOverRankedRequirementsItemDescription__helpIcon, .GamersClubCSApp.GamersClubCSApp .PopOverRankedRequirements .PopOverRankedRequirementsItemDescription__icon{display:flex;align-items:center;justify-content:center;padding:var(--wasd-spacing-xxs)}.GamersClubCSApp.GamersClubCSApp .PopOverRankedRequirements .PopOverRankedRequirementsItemDescription__helpIcon{color:rgba(var(--wasd-color-blue-5),1)}.GamersClubCSApp.GamersClubCSApp .PopOverRankedRequirements .PopOverRankedRequirementsItemDescription__mySkills{color:var(--wasd-color-light-6)}.GamersClubCSApp.GamersClubCSApp .PopOverRankedRequirements .PopOverRankedRequirementsItemDescription__mySkills--meets{color:rgba(var(--wasd-color-lime-5),1)}.GamersClubCSApp.GamersClubCSApp .PopOverRankedRequirements .PopOverRankedRequirementsItemDescriptionIcon{width:var(--wasd-icon-md);height:var(--wasd-icon-md)}.GamersClubCSApp.GamersClubCSApp .Feedback{grid-template-rows:auto auto;grid-gap:var(--wasd-spacing-xs);gap:var(--wasd-spacing-xs);margin-bottom:var(--wasd-spacing-xxs)}.GamersClubCSApp.GamersClubCSApp .Feedback, .GamersClubCSApp.GamersClubCSApp .Feedback__icon{display:grid;justify-content:center}.GamersClubCSApp.GamersClubCSApp .Feedback__icon{width:5rem;height:5rem;margin:0 auto;border:var(--wasd-border-width-thin) solid;border-radius:var(--wasd-border-radius-circle)}.GamersClubCSApp.GamersClubCSApp .Feedback__icon--success{color:rgba(var(--wasd-color-lime-5),1);background-color:rgba(var(--wasd-color-lime-5),var(--wasd-color-opacity-200));border-color:rgba(var(--wasd-color-lime-5),1)}.GamersClubCSApp.GamersClubCSApp .Feedback__icon--failure{width:unset;height:unset}.GamersClubCSApp.GamersClubCSApp .Feedback__svg{position:relative;top:50%;width:2.375rem;color:rgba(var(--wasd-color-white),1);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.GamersClubCSApp.GamersClubCSApp .Feedback__message{font-weight:var(--wasd-font-weight-normal);font-size:var(--wasd-font-size-xl);font-family:var(--wasd-title-font-family);line-height:calc(var(--wasd-font-size-xl) + var(--wasd-line-height-primary));text-transform:uppercase}.GamersClubCSApp.GamersClubCSApp .ProductsInputs{margin:0 0 .625rem}.GamersClubCSApp.GamersClubCSApp .ProductsInputs__period{display:flex;align-items:center}.GamersClubCSApp.GamersClubCSApp .ProductsInputs__period .WasdSelect__input{height:auto;color:rgba(var(--wasd-color-text),1);background-color:var(--wasd-color-light-1);border:var(--wasd-border-width-thin) solid var(--wasd-color-light-4)}.GamersClubCSApp.GamersClubCSApp .ProductsInputs__period .WasdSelect__input:focus{background-color:rgba(var(--wasd-color-ui),1);border:var(--wasd-border-width-thin) solid var(--wasd-color-light-6);outline:none;box-shadow:0 0 .125rem var(--wasd-color-light-1)}.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared{position:relative;color:rgba(var(--wasd-color-text),1);background-color:rgba(var(--wasd-color-ui-4),1);border:var(--wasd-border-width-thin) solid rgba(var(--wasd-color-white),var(--wasd-color-opacity-300));border-radius:var(--wasd-border-radius-sm);box-shadow:0 .75rem 1.5rem 0 rgba(var(--wasd-color-ui-1),var(--wasd-color-opacity-400)),0 .125rem .375rem 0 rgba(var(--wasd-color-ui-2),var(--wasd-color-opacity-500))}.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared input::-webkit-inner-spin-button, .GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared input[type=number]{-moz-appearance:textfield}.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared--bestBuy{background-color:rgba(var(--wasd-color-ui-3),1);border:var(--wasd-border-width-thin) solid rgba(var(--wasd-color-yellow),var(--wasd-color-opacity-700));box-shadow:0 .375rem 1.25rem -.25rem rgba(var(--wasd-color-yellow),var(--wasd-color-opacity-300)),0 .125rem .375rem 0 rgba(var(--wasd-color-ui-2),var(--wasd-color-opacity-500))}.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared__tag{font-weight:var(--wasd-font-weight-medium);font-size:var(--wasd-font-size-xxxs);font-family:var(--wasd-font-stack-primary);line-height:calc(var(--wasd-font-size-xxxs) + var(--wasd-line-height-secondary));text-transform:none;margin:0 .3125rem 0 0;padding:.0625rem var(--wasd-spacing-xxs);background-color:rgba(var(--wasd-color-lime-5),1);border:var(--wasd-border-width-thin) solid rgba(var(--wasd-color-lime-5),1);border-radius:var(--wasd-border-radius-pill)}.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared__tag--old{color:rgba(var(--wasd-color-red),var(--wasd-color-opacity-700));text-decoration:line-through;background-color:rgba(var(--wasd-color-red),var(--wasd-color-opacity-200));border-color:rgba(var(--wasd-color-red),var(--wasd-color-opacity-500))}.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared__tag--bestBuy{position:absolute;top:-.4375rem;left:50%;height:calc(var(--wasd-font-size-xxxs) + .125rem);color:rgba(var(--wasd-color-ui-3),1);font-weight:var(--wasd-font-weight-900);line-height:var(--wasd-font-size-xxxs);text-transform:uppercase;background-color:rgba(var(--wasd-color-yellow),1);border-color:rgba(var(--wasd-color-yellow),1);-webkit-transform:translateX(-50%);transform:translateX(-50%)}.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared__wrapper{display:flex;align-items:center;justify-content:flex-start;padding:.625rem .625rem .3125rem}.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared__display{width:auto;margin-right:.625rem}.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared__image{width:5rem}.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared__info{padding:.3125rem .625rem;text-align:left}.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared__name{font-weight:var(--wasd-font-weight-medium);font-size:var(--wasd-font-size-lg);font-family:var(--wasd-title-font-family);line-height:calc(var(--wasd-font-size-lg) + var(--wasd-line-height-primary));text-transform:uppercase;margin-bottom:var(--wasd-spacing-xxxs);line-height:1.1}.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared__coinAmount{font-weight:var(--wasd-font-weight-medium);font-size:var(--wasd-font-size-xxs);font-family:var(--wasd-font-stack-primary);line-height:calc(var(--wasd-font-size-xxs) + var(--wasd-line-height-secondary));text-transform:none;margin-bottom:var(--wasd-spacing-xxs);color:rgba(var(--wasd-color-yellow),1)}.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared__inputContainer{display:flex;align-items:center;color:rgba(var(--wasd-color-yellow),1)}@media (max-width:1100px){.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared__inputContainer{justify-content:center}}.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared__inputButton{margin:0;padding:0}.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared__inputButton>img{width:50%}.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared__textInput{width:2.5rem;height:1.5rem;margin:auto 0;padding:0;color:rgba(var(--wasd-color-yellow),1);font-size:var(--wasd-font-size-xxxs);text-align:center;border:.0625rem solid rgba(var(--wasd-color-white),var(--wasd-color-opacity-300))}.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared__prices{display:flex;text-align:left}.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared__bonus{font-size:var(--wasd-font-size-xxxs);line-height:1.2}.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared__action{grid-area:action;justify-content:center;padding:var(--wasd-spacing-xs);border-top:var(--wasd-border-width-thin) solid rgba(var(--wasd-color-ui-6),1)}.GamersClubCSApp.GamersClubCSApp .MarketplaceCoinItemShared--compact .MarketplaceCoinItem__display{margin-right:1.25rem}.GamersClubCSApp.GamersClubCSApp .PlayersNotSubscriber{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--wasd-spacing-lg);background-image:url(../media/ranking_modal_cta_bg.4f7ac135.jpg);background-repeat:no-repeat;background-position:top;background-size:cover}.GamersClubCSApp.GamersClubCSApp .PlayersNotSubscriber__modalBody.WasdCard{overflow:unset;border-color:var(--wasd-color-light-3);border-radius:var(--wasd-border-radius-sm)}.GamersClubCSApp.GamersClubCSApp .PlayersNotSubscriber__cardBody.WasdCardBody{padding:0}.GamersClubCSApp.GamersClubCSApp .PlayersNotSubscriber__img{position:absolute;top:-1.5rem;right:0;left:0;margin:auto}.GamersClubCSApp.GamersClubCSApp .PlayersNotSubscriber__close{position:absolute;top:var(--wasd-spacing-xs);right:var(--wasd-spacing-xs);width:1.125rem;height:1.125rem;color:rgba(var(--wasd-color-text),1);cursor:pointer;opacity:.48}.GamersClubCSApp.GamersClubCSApp .PlayersNotSubscriber__title{margin-top:6.5rem;margin-bottom:3rem;font-weight:var(--wasd-font-weight-bold);font-size:var(--wasd-font-size-lg);font-family:var(--wasd-font-family-primary);white-space:pre-line;text-align:center;text-transform:uppercase}.GamersClubCSApp.GamersClubCSApp .PlayersNotSubscriber__button.WasdButton{background-color:rgba(var(--wasd-color-orange-3),1)}.GamersClubCSApp.GamersClubCSApp .PlayersNotSubscriber__button.WasdButton:hover{background-color:rgba(var(--wasd-color-orange-2),1)!important}.GamersClubCSApp.GamersClubCSApp .PlayerAnnotationModal__cardBody{min-width:480px;padding:0}