.confirm-popover-modal{max-width:100%;padding:var(--space-16);text-align:center;width:var(--container-360)}.confirm-popover-body{padding:var(--space-16);text-align:center}.confirm-popover-title{color:var(--color-text-boldest);margin:0 0 var(--space-16)}.confirm-popover-messageLabel{color:var(--color-text-bolder);margin:0 0 var(--space-16)}.confirm-popover-buttons{display:flex;justify-content:space-evenly}.account-not-activated-component a{color:var(--color-text-link)}.account-not-activated-component a:hover{color:var(--color-text-link-hovered)}.account-not-activated-component p{color:var(--color-text-bolder)}.account-not-activated-alert{background-color:var(--color-blue-300);border-radius:var(--radius-3);color:var(--color-neutrals-white);margin:0 0 1.5rem;padding:1.5rem;text-align:center}.cc-close-button-component{background-color:transparent;border:none;margin:0;padding:0;color:var(--cc-close-button-color);display:grid;height:var(--cc-close-button-size);place-items:center;width:var(--cc-close-button-size)}@media (hover: hover){.cc-close-button-component:hover:not(:disabled){color:var(--cc-close-button-color-hover)}}.cc-close-button-component:active:not(:disabled){opacity:.8}.cc-close-button-bg,.cc-close-button-icon{grid-column-start:1;grid-row-start:1}.cc-close-button-bg{background-color:var(--cc-close-button-color-bg, transparent);border-radius:var(--radius-circular);height:var(--icon-24);width:var(--icon-24)}.cc-close-button-opaque .cc-close-button-bg{box-shadow:inset 0 0 0 var(--border-1) var(--color-transparent-black-5)}.cc-close-button-default{--cc-close-button-color: var(--color-icon-default);--cc-close-button-color-hover: var(--color-icon-default-hovered)}.cc-close-button-subtle{--cc-close-button-color: var(--color-icon-subtle);--cc-close-button-color-hover: var(--color-icon-default)}.cc-close-button-opaque{--cc-close-button-color-bg: var(--color-bg-opaque-lighter);--cc-close-button-color: var(--color-icon-default);--cc-close-button-color-hover: var(--color-icon-default-hovered)}.cc-close-button-white{--cc-close-button-color-bg: var(--color-neutrals-white);--cc-close-button-color: var(--color-gray-500);--cc-close-button-color-hover: var(--color-gray-600)}.cc-close-button-small{--cc-close-button-size: var(--icon-32)}.cc-close-button-medium{--cc-close-button-size: var(--icon-40)}.cc-close-button-large{--cc-close-button-size: var(--icon-48)}.cc-modal-header-component{background-color:var(--color-bg-tertiary);border-top-left-radius:var(--radius-10);border-top-right-radius:var(--radius-10);display:grid;grid-template-columns:1fr max-content;min-height:4.8rem}.cc-modal-header-title{align-self:center;color:var(--color-text-bolder);padding:var(--space-8) var(--space-16)}[dir=ltr] .cc-modal-header-close{border-top-right-radius:var(--radius-10);margin-left:auto}[dir=rtl] .cc-modal-header-close{border-top-left-radius:var(--radius-10);margin-right:auto}.form-error-component{color:var(--color-text-danger);font-size:1.2rem;font-weight:600}.send-trophy-component{display:flex}.send-trophy-component a{color:var(--color-text-link)}.send-trophy-component a:hover{color:var(--color-text-link-hovered)}.send-trophy-name{color:var(--color-text-default)}.send-trophy-change{display:inline-block;margin-top:.5rem}.send-trophy-textarea{margin:0 0 2rem;max-height:15rem;min-height:8rem;width:100%}.send-trophy-left{text-align:center}[dir=ltr] .send-trophy-left{margin-right:3rem}[dir=rtl] .send-trophy-left{margin-left:3rem}.send-trophy-right{flex-grow:1}.send-trophy-error{margin-top:1.5rem}.send-trophy-description{color:var(--color-text-default);font-size:1.4rem;margin-bottom:.5rem}.cc-tooltip-component{--tooltipBackground: var(--color-transparent-black-77);--tooltipTextColor: var(--color-text-boldest);background:transparent;border:none;inset:auto;margin:0;max-width:none;overflow:visible;padding:0;pointer-events:none;position:fixed;z-index:9999}.cc-tooltip-content{display:flex;opacity:0;position:absolute;transition-timing-function:var(--motion-ease-out-gentle);width:30rem}[dir=ltr] .cc-tooltip-content{transition-property:opacity,left,right,top,bottom}[dir=rtl] .cc-tooltip-content{transition-property:opacity,right,left,top,bottom}.cc-tooltip-content.cc-tooltip-visible{opacity:1}.cc-tooltip-content:before{border:.5rem solid transparent;content:"";display:block;position:absolute}.cc-tooltip-inner{background-color:var(--tooltipBackground);border-radius:var(--radius-3);color:var(--tooltipTextColor);font-family:var(--font-family-system);padding:var(--space-8)}.cc-tooltip-left{justify-content:flex-end;top:50%;transform:translateY(-50%)}[dir=ltr] .cc-tooltip-left{right:calc(100% - .1rem)}[dir=rtl] .cc-tooltip-left{left:calc(100% - .1rem)}[dir=ltr] .cc-tooltip-left.cc-tooltip-visible{right:calc(100% + .9rem)}[dir=rtl] .cc-tooltip-left.cc-tooltip-visible{left:calc(100% + .9rem)}.cc-tooltip-left:before{top:50%;transform:translateY(-50%)}[dir=ltr] .cc-tooltip-left:before{border-left-color:var(--tooltipBackground);left:100%}[dir=rtl] .cc-tooltip-left:before{border-right-color:var(--tooltipBackground);right:100%}.cc-tooltip-right{top:50%;transform:translateY(-50%)}[dir=ltr] .cc-tooltip-right{left:calc(100% - .1rem)}[dir=rtl] .cc-tooltip-right{right:calc(100% - .1rem)}[dir=ltr] .cc-tooltip-right.cc-tooltip-visible{left:calc(100% + .9rem)}[dir=rtl] .cc-tooltip-right.cc-tooltip-visible{right:calc(100% + .9rem)}.cc-tooltip-right:before{top:50%;transform:translateY(-50%)}[dir=ltr] .cc-tooltip-right:before{border-right-color:var(--tooltipBackground);right:100%}[dir=rtl] .cc-tooltip-right:before{border-left-color:var(--tooltipBackground);left:100%}.cc-tooltip-top{bottom:calc(100% - .1rem)}.cc-tooltip-top.cc-tooltip-visible{bottom:calc(100% + .9rem)}.cc-tooltip-top:before{border-top-color:var(--tooltipBackground);top:100%}.cc-tooltip-bottom{top:calc(100% - .1rem)}.cc-tooltip-bottom.cc-tooltip-visible{top:calc(100% + .9rem)}.cc-tooltip-bottom:before{border-bottom-color:var(--tooltipBackground);bottom:100%}[dir=ltr] .cc-tooltip-top.cc-tooltip-anchor-left,[dir=ltr] .cc-tooltip-bottom.cc-tooltip-anchor-left{left:0}[dir=rtl] .cc-tooltip-top.cc-tooltip-anchor-left,[dir=rtl] .cc-tooltip-bottom.cc-tooltip-anchor-left{right:0}[dir=ltr] .cc-tooltip-top.cc-tooltip-anchor-left:before,[dir=ltr] .cc-tooltip-bottom.cc-tooltip-anchor-left:before{left:calc(var(--target-width) / 2 - .5rem)}[dir=rtl] .cc-tooltip-top.cc-tooltip-anchor-left:before,[dir=rtl] .cc-tooltip-bottom.cc-tooltip-anchor-left:before{right:calc(var(--target-width) / 2 - .5rem)}.cc-tooltip-top.cc-tooltip-anchor-center,.cc-tooltip-bottom.cc-tooltip-anchor-center{justify-content:center}[dir=ltr] .cc-tooltip-top.cc-tooltip-anchor-center,[dir=ltr] .cc-tooltip-bottom.cc-tooltip-anchor-center{left:50%;transform:translate(-50%)}[dir=rtl] .cc-tooltip-top.cc-tooltip-anchor-center,[dir=rtl] .cc-tooltip-bottom.cc-tooltip-anchor-center{right:50%;transform:translate(50%)}[dir=ltr] .cc-tooltip-top.cc-tooltip-anchor-center:before,[dir=ltr] .cc-tooltip-bottom.cc-tooltip-anchor-center:before{left:50%;transform:translate(-50%)}[dir=rtl] .cc-tooltip-top.cc-tooltip-anchor-center:before,[dir=rtl] .cc-tooltip-bottom.cc-tooltip-anchor-center:before{right:50%;transform:translate(50%)}.cc-tooltip-top.cc-tooltip-anchor-right,.cc-tooltip-bottom.cc-tooltip-anchor-right{justify-content:flex-end}[dir=ltr] .cc-tooltip-top.cc-tooltip-anchor-right,[dir=ltr] .cc-tooltip-bottom.cc-tooltip-anchor-right{right:0}[dir=rtl] .cc-tooltip-top.cc-tooltip-anchor-right,[dir=rtl] .cc-tooltip-bottom.cc-tooltip-anchor-right{left:0}[dir=ltr] .cc-tooltip-top.cc-tooltip-anchor-right:before,[dir=ltr] .cc-tooltip-bottom.cc-tooltip-anchor-right:before{right:calc(var(--target-width) / 2 - .5rem)}[dir=rtl] .cc-tooltip-top.cc-tooltip-anchor-right:before,[dir=rtl] .cc-tooltip-bottom.cc-tooltip-anchor-right:before{left:calc(var(--target-width) / 2 - .5rem)}.user-chess-title-component{background-color:var(--color-bg-chesstitle);border-radius:var(--radius-3);color:var(--color-neutrals-white)!important;font-size:1rem;font-weight:600;line-height:1;padding:.2rem .3rem}.user-username-component{font-size:var(--user-username, 1.4rem);font-weight:600;line-height:1.3}.user-username-link{cursor:pointer}.user-username-gray{color:#a7a6a2}.user-username-gray.user-username-link:hover{color:var(--color-gray-600)}.user-username-darkgray{color:var(--color-text-default)}.user-username-darkgray.user-username-link:hover{color:var(--color-text-default-hovered)}.user-username-theme-high{color:var(--color-text-bolder)}.user-username-theme-high.user-username-link:hover{color:var(--color-text-boldest)}.user-username-blue,.user-username-blue:hover{color:var(--color-blue-400)}.user-username-lightgray{color:var(--color-gray-400)}.user-username-current,.user-username-current:hover{color:currentColor}.user-username-white,.user-username-white:hover{color:var(--color-neutrals-white)}.user-username-bright{color:var(--color-text-boldest);font-weight:400}.user-username-bright-bold{color:var(--color-text-boldest)}.user-username-blue-with-dark-mode{color:var(--globalColorThemeBlueToMid)}.user-username-blue-to-water{color:var(--color-text-link)}.sent-trophy-component{display:flex}[dir=ltr] .sent-trophy-left{margin-right:3rem}[dir=rtl] .sent-trophy-left{margin-left:3rem}.sent-trophy-title{color:var(--color-text-bolder);margin-bottom:1rem}.sent-trophy-from{color:var(--color-text-subtle);font-size:1.4rem;margin:0 0 1rem}.sent-trophy-message{color:var(--color-text-default);margin:0 0 1rem}.sent-trophy-success{align-items:center;color:var(--color-text-success);display:flex;font-size:1.8rem;font-weight:600;gap:.4rem}.sent-trophy-icon{font-size:2.4rem}.trophy-popover-modal{display:flex;flex-direction:column;max-height:48rem}.trophy-popover-section{flex-grow:1;overflow-y:scroll}.profile-actions-all-users-component,.profile-actions-top-player-component{align-items:start;display:grid;gap:.4rem;grid-template-columns:repeat(4,1fr);width:100%}.cc-modal-close-component{position:absolute;top:0;z-index:10}[dir=ltr] .cc-modal-close-component{right:0}[dir=rtl] .cc-modal-close-component{left:0}.flair-selection-button-flair{background-color:transparent;border:none;border-radius:var(--radius-2);display:flex;justify-content:center;padding:0}.flair-selection-button-flair.flair-selection-button-active{border-color:var(--color-border-selected)}.flair-selection-button-flair.flair-selection-button-unavailable{cursor:not-allowed;opacity:.5}.flair-selection-button-flair:hover:not(.flair-selection-button-active),.flair-selection-button-flair:focus:not(.flair-selection-button-active){border-color:var(--color-border-default)}.flair-picker-category-category{color:var(--color-text-bolder);font-weight:500;margin-bottom:1rem}.flair-picker-category-flairs{display:flex;flex-wrap:wrap;gap:var(--space-16);margin:var(--space-16) 0 var(--space-40)}:root{--flair-search-input-width: 23rem}.cc-user-badge-component{--cc-badge-size: 1.6rem;align-items:center;border-radius:var(--radius-3);display:inline-flex;flex-shrink:0;height:var(--cc-badge-size);justify-content:center;width:var(--cc-badge-size)}.cc-user-badge-component.cc-user-badge-medium{--cc-badge-size: 2rem}.cc-user-badge-component.cc-user-badge-large{--cc-badge-size: 2.4rem}.cc-user-badge-staff{background-color:var(--color-green-400);color:var(--color-green-200)}.dark-mode .cc-user-badge-staff{background-color:var(--color-green-600);color:var(--color-green-300)}.cc-user-badge-moderator{background-color:color-mix(in srgb,var(--color-slate-400) 20%,transparent);color:var(--color-slate-400)}.dark-mode .cc-user-badge-moderator{background-color:color-mix(in srgb,var(--color-slate-300) 20%,transparent);color:var(--color-slate-300)}.cc-user-badge-gold{background-color:var(--color-gray-100);color:var(--color-gold-400)}.dark-mode .cc-user-badge-gold{background-color:var(--color-gray-700)}.cc-user-badge-platinum{background-color:color-mix(in srgb,var(--color-slate-300) 20%,transparent);color:var(--color-slate-300)}.dark-mode .cc-user-badge-platinum{background-color:color-mix(in srgb,var(--color-slate-200) 20%,transparent);color:var(--color-slate-200)}.cc-user-badge-diamond{background-color:var(--color-blue-200);color:var(--color-blue-25)}.dark-mode .cc-user-badge-diamond{background-color:var(--color-blue-400);color:var(--color-blue-75)}.cc-user-rating-default{color:var(--color-text-subtle)}.cc-user-rating-boldest{color:var(--color-text-default)}.cc-user-rating-link{color:var(--color-text-subtle)}.cc-user-rating-white{color:var(--color-transparent-white-72)}.cc-user-title-component{background-color:var(--color-bg-chesstitle);border-radius:var(--radius-3);color:var(--color-neutrals-white);padding:var(--space-2) .3rem;text-transform:uppercase}div.cc-user-title-component{cursor:default}.cc-user-username-component{background-color:transparent;border:none;margin:0;padding:0;max-width:30rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-user-username-component.cc-user-username-medium{font-family:var(--font-family-heading);font-size:1.7rem;font-weight:800;line-height:2rem}.cc-user-username-component.cc-user-username-large{font-family:var(--font-family-heading);font-size:2.2rem;font-weight:800;line-height:2.4rem}.cc-user-username-component[role=button]{cursor:pointer}.cc-user-username-default{color:var(--color-text-default)}a.cc-user-username-default:hover{color:var(--color-text-default-hovered)}.cc-user-username-boldest{color:var(--color-text-boldest)}.cc-user-username-link{color:var(--color-text-link)}a.cc-user-username-link:hover{color:var(--color-text-link-hovered)}.cc-user-username-white{color:var(--color-neutrals-white)}[dir=ltr] .flair-picker-modal-modal .flair-picker-modal-header{padding:var(--space-4) var(--space-4) var(--space-4) var(--space-24)}[dir=rtl] .flair-picker-modal-modal .flair-picker-modal-header{padding:var(--space-4) var(--space-24) var(--space-4) var(--space-4)}[dir=ltr] .flair-picker-modal-modal .flair-picker-modal-header .flair-picker-modal-userBlock{margin-right:var(--space-24)}[dir=rtl] .flair-picker-modal-modal .flair-picker-modal-header .flair-picker-modal-userBlock{margin-left:var(--space-24)}.modal-profile-friend-link-modal{font-size:1.6rem;font-weight:600;min-height:29.6rem;padding:2.4rem;position:relative;text-align:center}.modal-profile-friend-link-title{color:var(--color-text-boldest)}.modal-profile-friend-link-body{align-items:center;display:flex;flex-direction:column;gap:.5vh;overflow:hidden;padding:var(--space-24) 0}.modal-profile-friend-link-chesstitle{background-color:var(--color-bg-chesstitle);border-radius:var(--radius-3);color:var(--color-neutrals-white)!important;font-size:1.3rem;font-weight:600;line-height:1;padding:.2rem .3rem;margin-top:.2rem}.modal-profile-friend-link-username{align-items:center;color:var(--color-text-boldest);display:flex;flex-direction:row;gap:var(--space-4);justify-content:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-profile-friend-link-name{color:var(--color-text-default);font-family:var(--font-family-system);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.modal-profile-friend-link-popover{z-index:9000}.modal-profile-friend-link-footer{display:flex;gap:var(--space-8);justify-content:center;width:100%}.modal-profile-friend-link-action-buttons{height:4.6rem}.modal-profile-friend-link-close-button{background-color:transparent;border:none;margin:0;padding:0;cursor:pointer;height:3rem;opacity:.85;position:absolute;top:var(--positionTop, 1rem);width:3rem}[dir=ltr] .modal-profile-friend-link-close-button{right:var(--positionRight, 1rem)}[dir=rtl] .modal-profile-friend-link-close-button{left:var(--positionRight, 1rem)}.modal-profile-friend-link-close-button:hover{opacity:1;transition:opacity .3s}.modal-profile-friend-link-icon{font-size:2.8rem;color:var(--iconColor, var(--color-gray-500))}.stats-section-placeholders-general-placeholder{background-color:var(--color-transparent-black-10);height:7.2rem}[dir=ltr] .stats-section-placeholders-general-placeholder{margin:1.5rem 1.2rem 1.5rem .8rem}[dir=rtl] .stats-section-placeholders-general-placeholder{margin:1.5rem .8rem 1.5rem 1.2rem}.stats-section-placeholders-loading .stat-section-section-header{background-color:var(--color-transparent-black-10);padding:.3rem}.stats-section-placeholders-loading .stat-section-section-header .stats-section-placeholders-placeholder-icon{background-color:var(--color-transparent-black-10);height:2.7rem;width:2.7rem}[dir=ltr] .stats-section-placeholders-loading .stats-section-placeholders-placeholder-content{padding-left:.8rem;padding-right:1.2rem}[dir=rtl] .stats-section-placeholders-loading .stats-section-placeholders-placeholder-content{padding-right:.8rem;padding-left:1.2rem}.stats-section-placeholders-loading .stats-section-placeholders-placeholder-content .stats-section-placeholders-placeholder-content-content{background-color:var(--color-transparent-black-10);height:20rem}.versus-component{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--color-transparent-black-14);border:none;color:var(--color-text-bolder);display:block;height:110%;transition:all .1s ease-out;width:100%}.versus-component:hover,.versus-component:focus{color:var(--color-gray-900)}.versus-component:hover .versus-details,.versus-component:focus .versus-details{color:var(--color-gray-600)}.dark-mode .versus-component:hover,.dark-mode .versus-component:focus{color:var(--color-transparent-white-85)}.dark-mode .versus-component:hover .versus-details,.dark-mode .versus-component:focus .versus-details{color:var(--color-transparent-white-50)}.dark-mode .versus-component .versus-result{color:var(--color-neutrals-white)}.versus-opponents{align-items:center;display:flex;flex:1;font-weight:600;justify-content:center}.versus-vs{font-size:1.3rem;margin:auto;opacity:.8}.versus-username{overflow:hidden;white-space:nowrap;flex:1;font-size:1.4rem;max-width:16rem;padding-left:3rem;padding-right:3rem;text-align:center;text-overflow:ellipsis}.versus-avatars{display:flex;padding-top:1rem}.versus-user{display:flex;flex:1;justify-content:center}[dir=ltr] .versus-user{padding-right:.587rem}[dir=rtl] .versus-user{padding-left:.587rem}.versus-user.versus-authuser{justify-content:center}[dir=ltr] .versus-user.versus-authuser{padding-left:.587rem;padding-right:0}[dir=rtl] .versus-user.versus-authuser{padding-right:.587rem;padding-left:0}.versus-result{align-items:center;color:var(--color-gray-800);display:flex;font-size:1.7rem;font-weight:700;justify-content:center;margin:0 2rem;width:calc(50% - .587rem)}.versus-result.versus-small{font-size:1.8rem;margin:0 1rem}.versus-resultauthresult{justify-content:center}[dir=ltr] .versus-resultauthresult{padding-left:.587rem;padding-right:0}[dir=rtl] .versus-resultauthresult{padding-right:.587rem;padding-left:0}.versus-details{align-items:center;color:var(--color-text-default);display:flex;font-weight:600;justify-content:center;transition:all .1s ease-out}.versus-details .versus-icon{font-size:1.6rem;margin-top:.1rem}.versus-details.versus-bottom{padding-bottom:1rem}.versus-details-item{margin:0 .5rem}.versus-details-item.versus-wins{color:var(--color-text-win)}.versus-details-item.versus-losses{color:var(--color-text-loss)}.versus-view{flex:1;max-width:16rem;text-align:center;text-overflow:ellipsis}.user-league-header{justify-content:center}.user-league-info{color:var(--color-icon-default);position:absolute;font-size:2rem}[dir=ltr] .user-league-info{right:1.6rem}[dir=rtl] .user-league-info{left:1.6rem}.user-league-info:hover{color:var(--color-icon-default-hovered)}.user-league-content{padding-top:0}.user-league-badge{display:flex;justify-content:center}.user-league-badge a{max-width:8.4rem;width:100%}.user-league-badge img{filter:drop-shadow(0 .3rem .2rem rgba(0,0,0,.3))}.report-modal-modal{border-radius:var(--radius-10);overflow:hidden}.report-modal-subheader{color:var(--color-text-default);display:inline-block;font-size:1.2rem;font-weight:600;margin-bottom:.6rem;text-transform:uppercase}.report-modal-content{display:flex;flex-direction:column;gap:1.2rem;padding:1.6rem 3.2rem}.report-modal-status{color:var(--color-text-bolder)}.report-modal-error{color:var(--color-text-danger);display:inherit;line-height:1.2;position:absolute}.report-modal-reasons{display:flex;flex-direction:column;gap:.8rem}.report-modal-label{color:var(--color-text-default);cursor:pointer;display:inline-flex}[dir=ltr] .report-modal-label{padding:.4rem .4rem .4rem 2.5rem}[dir=rtl] .report-modal-label{padding:.4rem 2.5rem .4rem .4rem}.report-modal-label:hover{color:var(--color-text-default-hovered)}.report-modal-footer{background-color:var(--color-bg-opaque);border-top:.1rem solid var(--color-border-default);padding:1.6rem 3.2rem;text-align:center}.report-modal-other{margin-bottom:1.2rem;position:relative}.report-modal-textarea{resize:none}.report-modal-block{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:1.2rem}.report-modal-blockSubtext{color:var(--color-text-bolder);font-size:1.2rem;font-style:italic;margin-top:.4rem;text-align:center}.report-modal-buttons{align-items:stretch;display:flex;gap:1.6rem}.user-popover-more-actions-component{background-color:var(--color-bg-opaque);border-radius:var(--radius-5);box-shadow:0 .2rem .5rem #00000080;min-width:20rem;outline:.1rem solid var(--color-border-default);overflow:hidden;padding:var(--space-4) 0;position:absolute;top:100%}[dir=ltr] .user-popover-more-actions-component{left:0}[dir=rtl] .user-popover-more-actions-component{right:0}.user-popover-more-actions-opens-up{bottom:100%;top:auto}.user-popover-admin-actions-component{align-items:center;border-top:.1rem solid var(--color-border-draw);display:flex;justify-content:center}.user-popover-admin-actions-button{background-color:transparent;border:none;margin:0;padding:0;align-items:center;display:flex;height:4rem;justify-content:center;margin:0 var(--space-4);width:4rem}.user-popover-admin-actions-button:hover .user-popover-admin-actions-icon{color:var(--color-red-200)}.user-popover-admin-actions-icon{color:var(--color-red-300);font-size:2.4rem}.user-popover-badges-component{align-items:center;-moz-column-gap:var(--space-8);column-gap:var(--space-8);display:flex;flex-wrap:wrap;margin-top:var(--space-4);max-width:35rem;row-gap:var(--space-8)}.user-popover-badges-badge{align-items:center;border-radius:var(--radius-3);-moz-column-gap:var(--space-4);column-gap:var(--space-4);display:flex;padding:var(--space-2) var(--space-4)}.user-popover-badges-icon{font-size:var(--icon-16);color:inherit}.user-popover-badges-label{color:inherit}[dir=ltr] .user-popover-badges-label{padding-right:var(--space-2)}[dir=rtl] .user-popover-badges-label{padding-left:var(--space-2)}.user-popover-badges-titled{background-color:color-mix(in srgb,var(--color-bg-chesstitle) 20%,transparent);color:var(--color-bg-chesstitle)}.dark-mode .user-popover-badges-titled{background-color:color-mix(in srgb,var(--color-bg-chesstitle) 40%,transparent);color:color-mix(in srgb,var(--color-neutrals-white) 70%,transparent)}.user-popover-badges-staff{background-color:color-mix(in srgb,var(--color-green-300) 20%,transparent);color:var(--color-green-600);-moz-column-gap:var(--space-2);column-gap:var(--space-2)}[dir=ltr] .user-popover-badges-staff{padding-left:var(--space-2)}[dir=rtl] .user-popover-badges-staff{padding-right:var(--space-2)}.dark-mode .user-popover-badges-staff{background-color:color-mix(in srgb,var(--color-green-600) 30%,transparent);color:var(--color-green-300)}.user-popover-badges-moderator{background-color:color-mix(in srgb,var(--color-slate-300) 20%,transparent);color:var(--color-slate-500)}.dark-mode .user-popover-badges-moderator{background-color:color-mix(in srgb,var(--color-slate-500) 30%,transparent);color:var(--color-slate-200)}.user-popover-badges-streamer{background-color:color-mix(in srgb,var(--color-purple-200) 20%,transparent);color:var(--color-purple-500)}.dark-mode .user-popover-badges-streamer{background-color:color-mix(in srgb,var(--color-purple-500) 30%,transparent);color:var(--color-purple-100)}.user-popover-badges-blogger{background-color:color-mix(in srgb,var(--color-aqua-300) 20%,transparent);color:var(--color-aqua-600)}.dark-mode .user-popover-badges-blogger{background-color:color-mix(in srgb,var(--color-aqua-600) 30%,transparent);color:var(--color-aqua-300)}.user-popover-badges-coach{background-color:color-mix(in srgb,var(--color-brown-400) 20%,transparent);color:var(--color-brown-600)}.dark-mode .user-popover-badges-coach{background-color:color-mix(in srgb,var(--color-brown-600) 30%,transparent);color:var(--color-brown-400)}.user-popover-blocked-component{align-items:center;display:flex;justify-content:space-between;min-height:4rem}.user-popover-blocked-info{align-items:center;display:flex;gap:var(--space-8)}.user-popover-blocked-icon{color:var(--color-text-subtle);font-size:2.4rem}.user-popover-blocked-message{color:var(--color-text-default);font-size:1.3rem;font-weight:600}.user-lifetime-score-component{align-items:center;color:var(--color-text-bolder);display:inline-flex;font-size:1.4rem;font-weight:600;justify-content:flex-start;line-height:1.14;margin-bottom:var(--space-16);max-width:100%;overflow:hidden;padding:var(--space-2) 0}[dir=ltr] .user-lifetime-score-component>span:first-child{margin-left:0}[dir=rtl] .user-lifetime-score-component>span:first-child{margin-right:0}.user-lifetime-score-component>*:not(.user-lifetime-score-tagline){display:flex;margin-left:.2rem;margin-right:.2rem}a.user-lifetime-score-component:hover{opacity:1}.user-lifetime-score-win{color:var(--color-text-win)}.user-lifetime-score-lose{color:var(--color-text-loss)}.user-lifetime-score-tagline{max-width:20rem}[dir=ltr] .user-lifetime-score-tagline{margin-left:.3rem}[dir=rtl] .user-lifetime-score-tagline{margin-right:.3rem}.user-lifetime-score-icon{font-size:1.2rem;justify-content:center}.user-lifetime-score-new{font-size:1.4rem;line-height:1.14;margin-bottom:0!important;margin-top:var(--space-4)}.user-lifetime-score-new>span{margin:0}.user-lifetime-score-new .user-lifetime-score-divider{margin:0 var(--space-4)}.user-lifetime-score-new .user-lifetime-score-vs{font-weight:400;margin:0 var(--space-4)}.user-lifetime-score-new .user-lifetime-score-vs,.user-lifetime-score-new .user-lifetime-score-divider,.user-lifetime-score-new .user-tagline-username{color:var(--color-text-subtle)}.user-rating-component{align-items:center;display:flex;gap:var(--space-4)}.cc-confirmation-modal-modal{border-radius:var(--radius-10);display:flex;flex-direction:column;gap:var(--space-24);padding:var(--space-32) var(--space-32) var(--space-24)}.cc-confirmation-modal-headings{display:flex;flex-direction:column;gap:var(--space-8);text-align:center}.cc-confirmation-modal-title{color:var(--color-text-boldest)}.cc-confirmation-modal-description{color:var(--color-text-subtle)}.cc-confirmation-modal-buttons{display:grid;gap:var(--space-8);grid-template-columns:1fr 1fr}.trial-static-image-container{height:22rem;margin-bottom:var(--space-8);overflow:hidden;position:relative;width:100%}.trial-static-image-slide{background:none;box-shadow:none;display:flex;flex-direction:column;height:21rem;justify-content:space-around;overflow:visible;padding:1rem 0 0;position:absolute;transform:translate(0);width:100%}.trial-static-image-slide-title{color:var(--color-text-bolder);font-family:inherit;font-size:1.7rem;font-weight:600;max-height:5.5rem;padding:0 2.5rem}.trial-static-image-slide-title-with-padding{padding:0 7rem}.trial-static-image-upgrade-icon{margin:0 0 1rem}.cc-modal-hero-content-modal-container,.cc-modal-hero-content-container,.cc-modal-hero-content-text-content,.cc-modal-hero-content-chip-header-block,.cc-modal-hero-content-buttons{align-items:center;display:flex;flex-direction:column;text-align:center}.cc-modal-hero-content-content-image{aspect-ratio:4/3;justify-items:center;place-content:center;width:100%}.cc-modal-hero-content-image{width:100%}.cc-modal-hero-content-content-icon{aspect-ratio:1/1;background-image:var(--cc-modal-hero-content-icon);background-repeat:no-repeat;background-size:100% 100%;width:33.3333333333%}.cc-modal-hero-content-modal-container{background:var(--color-bg-gradient-modal);border-radius:var(--radius-10);box-shadow:inset 0 0 0 var(--border-1) var(--color-border-default);padding:var(--space-24) var(--space-12)}.cc-modal-hero-content-container{gap:var(--space-24);padding:var(--space-24) 0;width:100%}.cc-modal-hero-content-buttons{gap:var(--space-8);width:100%}.cc-modal-hero-content-chip-header-block{gap:var(--space-8)}.cc-modal-hero-content-text-content{gap:var(--space-16)}.rive-animation-canvas{height:var(--v610258bc);width:var(--v35829f91)}
