.main-banner-component{margin:0 auto;max-width:108.4rem;position:relative}.main-banner-close{background-color:transparent;border:none;margin:0;padding:0;position:absolute;right:0;top:.5rem;transition:opacity .15s var(--motion-ease-out)}.main-banner-close:hover{opacity:.65}.main-banner-close-icon{background-color:var(--color-transparent-black-30);border-radius:var(--radius-m);color:var(--color-transparent-white-85);font-size:1.6rem;padding:var(--space-4)}.main-banner-wrapper{padding:.5rem 0}.main-banner-wrapper>div{padding:0!important}.main-banner-wrapper img{border-radius:var(--radius-l);display:block;height:auto;max-width:100%;width:100%}@media (min-width:25em){.main-banner-wrapper{padding:.5rem 0 1.5rem 0}}@media (min-width:60em){.main-banner-wrapper{padding:0 0 1.5rem 0}.main-banner-close{right:1rem;top:1rem}}@media (max-width:59.938em){#judo,#judo_open{display:none}body.standard-layout.no-nav{padding-top:0}body.no-nav header.layout-title{display:none}body.no-nav main.layout-component{padding-top:1.6rem}}.list-group-item{display:flex}.list-group-item:not(:first-child){margin-top:1rem}.dark-mode .list-group-item .list-group-name{color:var(--color-transparent-white-85)}.dark-mode .list-group-item .list-group-name:focus,.dark-mode .list-group-item .list-group-name:hover{color:var(--color-blue-100)}.list-group-avatar{flex-shrink:0;margin-right:1.5rem}.list-group-info{display:flex;flex-direction:column;width:100%}.list-group-info,.list-group-name{overflow:hidden;white-space:nowrap}.list-group-name{color:var(--color-text-link);text-overflow:ellipsis}.list-group-name:hover{color:var(--color-text-link-hovered)}.news-item-component{flex:1 1 30%;max-width:calc(50% - .8rem);min-width:30%}.news-item-image{background-color:var(--color-bg-subtle);border-radius:var(--radius-l);display:flex;margin-bottom:1.2rem;overflow:hidden;padding-bottom:56.25%;position:relative}.news-item-thumbnail{border-radius:var(--radius-l);height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.news-item-titlecontainer{align-items:baseline;display:flex}.news-item-title{color:var(--color-text-bolder);font-size:clamp(1.3rem,4vw,1.8rem);word-break:break-word}.news-item-title:hover{color:var(--color-text-boldest)}.news-item-title:not(.news-item-static){-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.news-item-text{color:var(--color-text-default);font-size:1.4rem;line-height:2rem;margin-top:.5rem;max-height:6rem;word-break:break-word}.news-item-text:not(.news-item-static){-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.news-item-text,.news-item-text p{font-size:1.4rem}@media (max-width:59.938em){.news-item-component{background-color:var(--color-bg-secondary);border-radius:var(--radius-xl)}.news-item-image{border-radius:var(--radius-xl);margin-bottom:0;overflow:hidden}.news-item-title{margin:1.6rem}.news-item-title:not(.news-item-static){-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.news-item-text{display:none}}.news-section-component{margin-bottom:2.4rem}.news-section-items{display:flex;gap:1.6rem;padding:2.4rem}@media (max-width:59.938em){.news-section-component{background-color:transparent;margin-bottom:0;margin-top:1.6rem}.news-section-items{margin:1.6rem 1.6rem 0 1.6rem;padding:0}.news-section-items :nth-child(3){display:none}.news-section-header{background-color:var(--color-bg-secondary)}.news-section-header:after{display:none}}.event-list-home-component{display:flex;flex-direction:column}.event-list-home-news{margin-bottom:2.4rem}.cc-tooltip-component{--tooltipBackground:var(--color-transparent-black-77);--tooltipTextColor:var(--color-text-boldest);pointer-events:none;position:fixed;z-index:9999}.cc-tooltip-content{display:flex;opacity:0;position:absolute;transition-duration:.2s;transition-property:opacity,left,right,top,bottom;transition-timing-function:var(--motion-ease-out);width:30rem}.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-m);color:var(--tooltipTextColor);padding:var(--space-8)}.cc-tooltip-left{justify-content:flex-end;right:calc(100% - .1rem);top:50%;transform:translateY(-50%)}.cc-tooltip-left.cc-tooltip-visible{right:calc(100% + .9rem)}.cc-tooltip-left:before{border-left-color:var(--tooltipBackground);left:100%;top:50%;transform:translateY(-50%)}.cc-tooltip-right{left:calc(100% - .1rem);top:50%;transform:translateY(-50%)}.cc-tooltip-right.cc-tooltip-visible{left:calc(100% + .9rem)}.cc-tooltip-right:before{border-right-color:var(--tooltipBackground);right:100%;top:50%;transform:translateY(-50%)}.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%}.cc-tooltip-bottom.cc-tooltip-anchor-left,.cc-tooltip-top.cc-tooltip-anchor-left{left:0}.cc-tooltip-bottom.cc-tooltip-anchor-left:before,.cc-tooltip-top.cc-tooltip-anchor-left:before{left:calc(var(--target-width)/2 - .5rem)}.cc-tooltip-bottom.cc-tooltip-anchor-center,.cc-tooltip-top.cc-tooltip-anchor-center{justify-content:center;left:50%;transform:translateX(-50%)}.cc-tooltip-bottom.cc-tooltip-anchor-center:before,.cc-tooltip-top.cc-tooltip-anchor-center:before{left:50%;transform:translateX(-50%)}.cc-tooltip-bottom.cc-tooltip-anchor-right,.cc-tooltip-top.cc-tooltip-anchor-right{justify-content:flex-end;right:0}.cc-tooltip-bottom.cc-tooltip-anchor-right:before,.cc-tooltip-top.cc-tooltip-anchor-right:before{right:calc(var(--target-width)/2 - .5rem)}.event-image-component{-o-object-fit:cover;object-fit:cover}.event-image-component.event-image-large{height:18rem;width:32.2rem}.event-image-component.event-image-medium{height:4.3rem;width:7.6rem}.event-image-component.event-image-x-small{height:2rem;width:3.6rem}@media (max-width:59.938em){.event-image-component,.event-image-component.event-image-large{height:6rem;width:10.6rem}}.live-badge-component{align-items:center;display:inline-flex}.live-badge-component.live-badge-large .live-badge-badge{border-radius:var(--radius-m);height:2.4rem;padding:.4rem}.live-badge-badge{align-items:center;background-color:var(--color-bg-danger);border-radius:var(--radius-s);color:var(--color-neutrals-white);display:flex;font-size:1.2rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:600;height:1.8rem;justify-content:center;line-height:1;min-width:1.4rem;padding:0 .3rem}.live-badge-live{text-transform:uppercase}.live-badge-video,.live-badge-view-count{margin-left:.8rem}.round-countdown-component{align-items:center;color:var(--color-text-default);display:flex}.round-countdown-broadcast-text,.round-countdown-broadcast-text-short,.round-countdown-round-text,.round-countdown-round-text-short{align-items:center;display:flex;gap:.5rem}.round-countdown-broadcast-text-short,.round-countdown-round-text-short{display:none}.round-countdown-camera-icon,.round-countdown-clock-icon{margin-right:.4rem}@media (max-width:59.938em){.round-countdown-broadcast-text,.round-countdown-round-text{display:none}.round-countdown-broadcast-text-short,.round-countdown-round-text-short{display:flex}}.event-header-heading-x-large,.event-header-heading-x-large-bold{font-family:var(--font-family-heading);font-size:4.2rem;line-height:1.1428571429}.event-header-heading-x-large-bold{font-weight:800}.event-header-heading-large,.event-header-heading-large-bold{font-family:var(--font-family-heading);font-size:3.6rem;line-height:1.1111111111}.event-header-heading-large-bold{font-weight:800}.event-header-heading-medium,.event-header-heading-medium-bold{font-family:var(--font-family-heading);font-size:3.1rem;line-height:1.1612903226}.event-header-heading-medium-bold{font-weight:800}.event-header-heading-small,.event-header-heading-small-bold{font-family:var(--font-family-heading);font-size:2.8rem;line-height:1.1428571429}.event-header-heading-small-bold{font-weight:800}.event-header-heading-x-small,.event-header-heading-x-small-bold{font-family:var(--font-family-heading);font-size:2.2rem;line-height:1.2727272727}.event-header-heading-x-small-bold{font-weight:800}.event-header-heading-xx-small,.event-header-heading-xx-small-bold{font-family:var(--font-family-heading);font-size:1.7rem;line-height:1.1764705882}.event-header-heading-xx-small-bold{font-weight:800}.event-header-heading-xxx-small,.event-header-heading-xxx-small-bold{font-family:var(--font-family-heading);font-size:1.4rem;line-height:1.1428571429}.event-header-heading-xxx-small-bold{font-weight:800}.event-header-text-x-large,.event-header-text-x-large-bold{font-size:1.8rem;line-height:1.3333333333}.event-header-text-x-large-bold{font-weight:600}.event-header-text-large,.event-header-text-large-bold{font-size:1.6rem;line-height:1.25}.event-header-text-large-bold{font-weight:600}.event-header-text-medium,.event-header-text-medium-bold{font-size:1.4rem;line-height:1.1428571429}.event-header-text-medium-bold{font-weight:600}.event-header-text-small,.event-header-text-small-bold{font-size:1.2rem;line-height:1.3333333333}.event-header-text-small-bold{font-weight:600}.event-header-text-x-small{font-size:1rem;line-height:1}.event-header-text-x-small-bold{font-size:1rem;font-weight:600;line-height:1}.event-header-text-label{font-size:1.2rem;font-weight:600;letter-spacing:.05rem;line-height:1.3333333333;text-transform:uppercase}.event-header-text-speech,.event-header-text-speech-bold{font-size:1.5rem;font-weight:500;line-height:1.3333333333}.event-header-text-speech-bold{font-weight:600}.event-header-paragraph-large{font-size:1.6rem;line-height:1.5}.event-header-paragraph-large-bold{font-size:1.6rem;font-weight:600;line-height:1.5}.event-header-paragraph-medium,.event-header-paragraph-medium-bold{font-size:1.4rem;line-height:1.4285714286}.event-header-paragraph-medium-bold{font-weight:600}.event-header-monospace{font-variant-numeric:tabular-nums}.event-header-ligatures-disabled,[class^=cc-heading]{font-variant-ligatures:none}.event-header-ligatures-enabled{font-variant-ligatures:normal}.event-header-component{background:var(--color-neutrals-white);border-radius:var(--radius-l);color:var(--color-text-default);display:grid;flex-direction:row;grid-template:"image  info" auto "games  games" auto/auto 1fr;min-width:32.7rem;overflow:hidden;padding:.8rem}.dark-mode .event-header-component{background:var(--color-transparent-black-20)}.events-white-theme .event-header-component{background:var(--color-bg-tertiary);border:.1rem solid var(--color-border-default)}.event-header-component:not(.event-header-featured) .event-header-name{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.event-header-image{flex:0 0 auto;grid-area:image;min-height:7.2rem;width:auto}.event-header-info-with-view-count{display:grid;flex:1 1 auto;grid-area:info;grid-template:"name  name" auto "date  date" 1fr "live round" 1fr/1fr auto;min-width:0;padding-left:1.2rem}.event-header-title{align-items:start;display:flex;flex:0 0 auto;flex-direction:row;grid-area:name;justify-content:space-between;margin-bottom:.4rem;min-width:0}.event-header-name{color:var(--color-text-boldest);font-size:1.4rem;font-weight:600;line-height:1.1428571429}.event-header-bookmark{color:var(--color-text-default);cursor:pointer;margin-left:var(--space-8)}.event-header-bookmark:hover{color:var(--color-text-boldest)}.event-header-round{align-items:flex-start;align-self:center;display:flex;font-size:1.2rem;font-weight:600;grid-area:round;line-height:1.3333333333;min-height:0}.event-header-date{font-size:1rem;grid-area:date;line-height:1;margin-bottom:1.6rem;min-height:0}.event-header-player-match{align-self:center;color:var(--color-green-500);display:none;flex:0 0 auto;font-size:1.3rem;font-weight:400;line-height:1.1;min-width:0;overflow:hidden;padding-top:.2rem;text-overflow:ellipsis;white-space:nowrap}.event-header-games{display:grid;display:none;grid-area:games;grid-column-gap:1.7rem;grid-template-columns:repeat(2,1fr);padding-top:.9rem}.event-header-live{align-self:center;flex-shrink:0}.event-header-countdown{font-size:1.2rem;font-weight:600;grid-area:round;line-height:1.3333333333}@media (min-width:60em){.event-header-component{padding:1.6rem 2.4rem}.event-header-component.event-header-featured{box-shadow:0 .5rem 0 0 rgba(0,0,0,.4);margin-bottom:.5rem;min-height:22.8rem}.event-header-component.event-header-featured .event-header-live{align-self:center}.event-header-component.event-header-with-games{padding-bottom:.9rem}.event-header-component .event-header-round{align-items:center;font-size:1.4rem;line-height:1.1428571429}.event-header-component .event-header-name{font-size:1.8rem;font-weight:600;line-height:1.3333333333}.event-header-component .event-header-date{font-size:1.4rem;line-height:1.1428571429}.event-header-info-with-view-count{grid-template:"name   name" auto "date   date" auto "live round" 1fr/1fr auto;padding-left:2.4rem}.event-header-player-match{display:flex}.event-header-games{display:grid;grid-template-columns:repeat(4,1fr)}.event-header-round{align-items:center}.event-header-countdown{font-size:1.4rem;font-weight:600;line-height:1.1428571429}}.event-banner-image-component{display:flex;height:100%;max-height:41rem;max-width:100%;-o-object-fit:contain;object-fit:contain}.event-title-component{color:var(--color-text-boldest);font-size:1.7rem;font-weight:600}@media (min-width:60em){.event-title-component{font-size:2rem}}.featured-event-banner-component{align-self:center;background-color:var(--color-bg-secondary);border-radius:var(--radius-xl);margin:auto;max-width:72.8rem;overflow:hidden}.featured-event-banner-title{display:flex;flex-direction:column;gap:1.2rem;padding:1.2rem 2.4rem}.featured-event-banner-live{align-self:center}.featured-event-banner-countdown{align-self:center;margin-left:auto}.featured-event-banner-live-countdown{display:flex;flex-direction:row}@media (min-width:60em){.featured-event-banner-component{border-radius:var(--radius-l)}}@media (max-width:59.938em){.featured-event-banner-countdown{display:none}}.event-list-item-component{margin-bottom:2.4rem}.event-list-item-games{display:grid;grid-column-gap:1.7rem;grid-template-columns:repeat(4,1fr)}@media (max-width:59.938em){.event-list-item-component{margin-bottom:1.2rem}.event-list-item-component.event-list-item-is-home.event-list-item-with-banner{margin:0 1.6rem 1.6rem 1.6rem}.event-list-item-games{grid-template-columns:repeat(3,1fr)}.event-list-item-event-header{margin:0 .5rem}.event-list-item-component.event-list-item-is-home .event-list-item-event-header{margin:0 1.6rem}.event-list-item-event-banner-image{display:flex;margin:0 .5rem;max-width:calc(100% - 1rem)}}@media (max-width:39.938em){.event-list-item-games{grid-template-columns:repeat(2,1fr)}}.search-bar-component{position:relative}.search-bar-component .search-bar-input{border-radius:var(--radius-l);color:var(--color-text-bolder);font-size:1.4rem;height:4.8rem;padding:1.2rem 4.8rem}.search-bar-component .search-bar-icon{color:var(--color-icon-default);font-size:2.4rem;left:1.2rem;position:absolute;top:1.2rem;z-index:1}.search-bar-clear{background-color:transparent;border:none;color:var(--color-icon-default);font-size:3rem;height:4.8rem;line-height:.85;margin:0;padding:0;position:absolute;right:0;width:4.8rem}.search-bar-clear:hover{color:var(--color-icon-default-hovered)}.search-bar-clickable{cursor:pointer}.search-bar-clickable:hover{color:var(--color-icon-default-hovered)}.search-bar-component.search-bar-minimal .search-bar-input{background:none;border:none;height:4rem}.search-bar-component.search-bar-minimal .search-bar-icon{left:.8rem;top:.8rem}.search-bar-component.search-bar-minimal .search-bar-clear{font-size:2.4rem;height:4rem;width:4rem}@keyframes search-bar-center-grow{0%{transform:scale(0)}to{transform:scale(1)}}.search-bar-clear-enter{animation:search-bar-center-grow .3s ease .2s;transform:scale(0);transform-origin:center}.underlined-tabs-component{margin:0;overflow-x:auto;white-space:nowrap}.underlined-tabs-button{font-weight:600}.underlined-tabs-button.underlined-tabs-with-icon{align-items:center;display:flex;flex-direction:column;font-size:1.1rem;font-weight:400;justify-content:center;padding:.2rem;text-transform:uppercase}.underlined-tabs-icon{font-size:2.4rem;text-transform:none}.underlined-tabs-trailing-icon{font-size:1.6rem;margin-left:.5rem;text-transform:none}.underlined-tabs-title{font-size:1.4rem}[aria-selected=true] .underlined-tabs-title{color:var(--tabSelectedTitleColor)}.event-list-page-component,.event-list-page-events{display:flex;flex-direction:column}.event-list-page-search{margin-bottom:2.4rem}.event-list-page-title{color:var(--color-text-bolder);font-size:1.7rem;font-weight:600;margin-bottom:1.6rem}.event-list-page-tabs{margin-bottom:1.6rem}.event-list-page-community-broadcast-toggle{align-items:center;color:var(--color-text-default);display:flex;gap:var(--space-8);justify-content:right;margin-bottom:1.6rem;width:100%}@media (min-width:60em){.event-list-page-search{flex:0 0 33.3333333333%;min-width:36.6rem}}@media (max-width:59.938em){.event-list-page-search{margin-left:.5rem;margin-right:.5rem;width:calc(100% - 1rem)}}.no-favorites-component{background:var(--color-bg-secondary);border-radius:var(--radius-l);display:flex;flex-direction:column;justify-content:center;padding:8rem;position:relative}.no-favorites-message{color:var(--color-text-default);font-size:1.7rem;text-align:center}.no-results-component{background:var(--color-bg-secondary);border-radius:var(--radius-l);display:flex;flex-direction:column;justify-content:center;padding:8rem;position:relative}.no-results-image{height:4.8rem;margin:0 auto;margin-bottom:2.4rem;width:4.8rem}.no-results-message{color:var(--color-text-bolder);font-family:var(--font-family-heading);font-size:2.2rem;font-weight:800;margin-bottom:.8rem;text-align:center}.evaluation-bar-bar{border-radius:var(--radius-s);flex-shrink:0;height:100%;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--evalWidth)}.evaluation-bar-bar.evaluation-bar-wide-eval-bar .evaluation-bar-score{margin-left:.4rem}.evaluation-bar-bar.evaluation-bar-clickable{cursor:pointer}.evaluation-bar-bar .evaluation-bar-critical{bottom:0;display:none;padding:.5rem .2rem;position:absolute;text-align:center;width:100%;z-index:3}.evaluation-bar-bar .evaluation-bar-critical.evaluation-bar-visible{display:block}.evaluation-bar-bar .evaluation-bar-critical.evaluation-bar-floating{top:-1.2rem}.evaluation-bar-bar .evaluation-bar-critical.evaluation-bar-mateIn{height:5rem}.evaluation-bar-bar .evaluation-bar-critical.evaluation-bar-blackMateIn{top:-95%}.evaluation-bar-bar .evaluation-bar-relative{position:relative}.evaluation-bar-bar.evaluation-bar-flipped,.evaluation-bar-bar.evaluation-bar-flipped .evaluation-bar-loader,.evaluation-bar-bar.evaluation-bar-flipped .evaluation-bar-scoreAbbreviated{transform:rotate(180deg)}.evaluation-bar-bar.evaluation-bar-flipped .evaluation-bar-score{--flipTransform:rotate(180deg)}.evaluation-bar-bar .evaluation-bar-fill{background-color:var(--color-transparent-white-5);border-radius:var(--radius-s);height:100%;overflow:hidden;position:relative;width:100%;z-index:-1}.evaluation-bar-bar .evaluation-bar-color{bottom:0;height:100%;left:0;position:absolute;transition:transform 1s ease-in;width:100%}.evaluation-bar-bar .evaluation-bar-white{background-color:var(--color-neutrals-white);z-index:2}.evaluation-bar-bar .evaluation-bar-black{background-color:#403d39;z-index:1}.evaluation-bar-bar .evaluation-bar-draw{background-color:#777574;z-index:0}.evaluation-bar-bar .evaluation-bar-gradient{background:linear-gradient(#b7483f,#b6b73f 50%,#749c4d);z-index:0}.evaluation-bar-bar .evaluation-bar-loader{height:100%;width:100%}.evaluation-bar-bar .evaluation-bar-loading-message{color:var(--color-transparent-white-65);font-size:1.5rem;font-weight:600;left:50%;position:absolute;text-orientation:sideways;text-transform:uppercase;top:50%;transform:translate3d(-50%,-50%,0) rotate(180deg);writing-mode:vertical-rl;z-index:2}.evaluation-bar-bar .evaluation-bar-score{display:none;font-size:1.2rem;font-weight:600;-webkit-hyphens:auto;hyphens:auto;padding:.5rem .2rem;position:absolute;text-align:center;width:100%;z-index:2}.evaluation-bar-bar .evaluation-bar-score.evaluation-bar-dark{bottom:0;color:#403d39}.evaluation-bar-bar .evaluation-bar-score.evaluation-bar-light{color:var(--color-neutrals-white);top:0}.evaluation-bar-bar .evaluation-bar-score.evaluation-bar-draw{color:var(--color-neutrals-white)}.evaluation-bar-bar:hover .evaluation-bar-score{border-radius:var(--radius-m);bottom:auto;display:block;font-weight:700;-webkit-hyphens:auto;hyphens:auto;padding:.1rem .5rem;position:absolute;text-align:center;top:50%;transform:translate(calc(var(--evalWidth)/2 - 50%),-50%) var(--flipTransform,rotate(0deg));transition:opacity .2s;transition-delay:.1s;width:4.5rem;z-index:2}.evaluation-bar-bar:hover .evaluation-bar-score.evaluation-bar-dark{background-color:var(--color-neutrals-white);color:#403d39}.evaluation-bar-bar:hover .evaluation-bar-score.evaluation-bar-light{background-color:#403d39;color:var(--color-neutrals-white)}.evaluation-bar-bar:hover .evaluation-bar-score-long{white-space:nowrap;width:auto}.evaluation-bar-bar .evaluation-bar-scoreAbbreviated{display:var(--evaluation-bar-score-display,block);font-size:1rem;font-weight:600;padding:.5rem 0;position:absolute;text-align:center;white-space:pre;width:100%;z-index:2}.evaluation-bar-bar .evaluation-bar-scoreAbbreviated.evaluation-bar-dark{bottom:0;color:#403d39}.evaluation-bar-bar .evaluation-bar-scoreAbbreviated.evaluation-bar-light{color:var(--color-neutrals-white);top:0}.evaluation-bar-bar .evaluation-bar-scoreAbbreviated.evaluation-bar-complexity{bottom:0;color:var(--color-neutrals-white)}.evaluation-bar-bar .evaluation-bar-scoreAbbreviated.evaluation-bar-draw{background:transparent;bottom:0;color:#403d39}.evaluation-bar-barslim{flex-shrink:0;height:100%;position:absolute;transform:translateX(-2rem);z-index:1}.evaluation-bar-barslim.evaluation-bar-flipped{transform:rotate(180deg) translateX(2rem)}.evaluation-bar-barslim.evaluation-bar-flipped .evaluation-bar-score:after{top:100%;transform:rotate(180deg)}.evaluation-bar-barslim .evaluation-bar-loader{display:none}.evaluation-bar-barslim .evaluation-bar-fill{background-color:var(--color-transparent-white-5);border-radius:var(--radius-m);height:100%;overflow:hidden;position:relative;width:100%;z-index:-1}.evaluation-bar-barslim .evaluation-bar-color{bottom:0;height:100%;left:0;position:absolute;transition:transform 1s ease-in;width:100%}.evaluation-bar-barslim .evaluation-bar-white{background-color:var(--color-neutrals-white);z-index:1}.evaluation-bar-barslim .evaluation-bar-black{background-color:#403d39;z-index:0}.evaluation-bar-barslim .evaluation-bar-score{align-items:center;display:flex;font-size:1.2rem;height:50%;position:absolute}.evaluation-bar-barslim .evaluation-bar-score:after{border-radius:var(--radius-m);content:attr(data-score);font-weight:700;-webkit-hyphens:auto;hyphens:auto;left:-1.75rem;opacity:0;padding:.1rem .5rem;position:absolute;text-align:center;top:calc(100% - 1.9rem);transition:opacity .2s;transition-delay:.1s;width:4.5rem;z-index:2}.evaluation-bar-barslim .evaluation-bar-score.evaluation-bar-dark:after{background-color:var(--color-neutrals-white);color:#403d39}.evaluation-bar-barslim .evaluation-bar-score.evaluation-bar-light:after{background-color:#403d39;color:var(--color-neutrals-white)}.outside-coords .evaluation-bar-barslim{transform:translateX(-4vw)}.outside-coords .evaluation-bar-barslim.evaluation-bar-flipped{transform:rotate(180deg) translateX(4vw)}.evaluation-bar-barslim:hover .evaluation-bar-score.evaluation-bar-dark:after,.evaluation-bar-barslim:hover .evaluation-bar-score.evaluation-bar-light:after{opacity:1}.wdl-evaluation-bar-bar{--label-height:1.2rem;--win-chance:45%;--loss-chance:45%;--draw:calc(100% - var(--win-chance) - var(--loss-chance));display:block;flex-shrink:0;height:100%;position:relative;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--evalWidth)}.wdl-evaluation-bar-bar.wdl-evaluation-bar-clickable{cursor:pointer}.wdl-evaluation-bar-bar.wdl-evaluation-bar-flipped,.wdl-evaluation-bar-bar.wdl-evaluation-bar-flipped .wdl-evaluation-bar-labels,.wdl-evaluation-bar-bar.wdl-evaluation-bar-flipped .wdl-evaluation-bar-score,.wdl-evaluation-bar-bar.wdl-evaluation-bar-flipped .wdl-evaluation-bar-scoreAbbreviated{transform:rotate(180deg)}.wdl-evaluation-bar-bar .wdl-evaluation-bar-fill,.wdl-evaluation-bar-bar .wdl-evaluation-bar-labels{height:100%;overflow:hidden;position:relative}.wdl-evaluation-bar-bar .wdl-evaluation-bar-fill{background-color:#777574;border-radius:var(--radius-s)}.wdl-evaluation-bar-bar .wdl-evaluation-bar-color{bottom:0;height:100%;left:-.1rem;position:absolute;right:-.1rem;transition:transform .3s linear;width:calc(100% + .2rem)}.wdl-evaluation-bar-bar .wdl-evaluation-bar-score-wrap{align-items:center;display:none;height:100%;justify-content:center;position:absolute;width:100%}.wdl-evaluation-bar-bar:hover .wdl-evaluation-bar-score-wrap{display:flex}.wdl-evaluation-bar-bar .wdl-evaluation-bar-score{border-radius:var(--radius-s);display:table;font-size:1.2rem;font-weight:600;padding:.1rem .5rem;pointer-events:none;position:relative;text-align:right;z-index:1}.wdl-evaluation-bar-bar .wdl-evaluation-bar-white{background-color:var(--color-neutrals-white);color:#403d39}.wdl-evaluation-bar-bar .wdl-evaluation-bar-black{background-color:#403d39;color:var(--color-neutrals-white)}.wdl-evaluation-bar-bar .wdl-evaluation-bar-draw{background-color:#777574;color:var(--color-gray-400)}.wdl-evaluation-bar-bar .wdl-evaluation-bar-row{display:table-row}.wdl-evaluation-bar-bar .wdl-evaluation-bar-cell{display:table-cell}.wdl-evaluation-bar-bar .wdl-evaluation-bar-right{padding-left:1rem;white-space:pre}.wdl-evaluation-bar-bar .wdl-evaluation-bar-eval .wdl-evaluation-bar-cell{padding-top:1rem}.wdl-evaluation-bar-bar .wdl-evaluation-bar-scoreAbbreviated{font-size:1rem;font-weight:600;left:0;padding:.5rem 0;position:absolute;white-space:pre;width:100%;z-index:2}.wdl-evaluation-bar-bar .wdl-evaluation-bar-scoreAbbreviated.wdl-evaluation-bar-dark{bottom:0;color:#403d39}.wdl-evaluation-bar-bar .wdl-evaluation-bar-scoreAbbreviated.wdl-evaluation-bar-light{color:var(--color-neutrals-white);top:0}.wdl-evaluation-bar-bar .wdl-evaluation-bar-labels{position:absolute;top:0;width:100%}.wdl-evaluation-bar-bar .wdl-evaluation-bar-label{bottom:0;font-size:1rem;height:100%;position:absolute;top:0;transition:transform .3s linear;width:100%}.wdl-evaluation-bar-whiteLabel{color:#403d39;transform:translateY(calc(100% - var(--win-chance) + var(--win-chance)/2 - var(--label-height)/2))}.wdl-evaluation-bar-flipped .wdl-evaluation-bar-whiteLabel{transform:translateY(calc(var(--win-chance) - var(--win-chance) + var(--win-chance)/2 - var(--label-height)/2))}.wdl-evaluation-bar-blackLabel{color:var(--color-neutrals-white);transform:translateY(calc(var(--loss-chance) - var(--loss-chance) + var(--loss-chance)/2 - var(--label-height)/2))}.wdl-evaluation-bar-flipped .wdl-evaluation-bar-blackLabel{transform:translateY(calc(100% - var(--loss-chance) + var(--loss-chance)/2 - var(--label-height)/2))}.wdl-evaluation-bar-drawLabel{color:var(--color-gray-400);transform:translateY(calc(100% - var(--draw) - var(--win-chance) + var(--draw)/2 - var(--label-height)/2))}.wdl-evaluation-bar-flipped .wdl-evaluation-bar-drawLabel{transform:translateY(calc(100% - var(--draw) - var(--loss-chance) + var(--draw)/2 - var(--label-height)/2))}.wdl-evaluation-bar-component:not(.wdl-evaluation-bar-rounded) .wdl-evaluation-bar-fill{border-radius:0}.evaluation-bar-vue-wrapper-component{cursor:pointer}.avatar-component{-o-object-fit:cover;object-fit:cover}.clock-component{--clockWhiteColor:var(--color-gray-900);--clockWhiteBackground:var(--color-neutrals-white);--clockBlackColor:var(--color-neutrals-white);--clockBlackBackground:var(--color-gray-900);align-items:center;background-clip:content-box;background-color:var(--clockWhiteBackground);border-radius:var(--radius-m);color:var(--clockWhiteColor);display:flex;height:2.4rem;justify-content:center;opacity:.5;position:relative;width:7rem}.events-white-theme .clock-component{--clockWhiteBackground:var(--color-gray-100)}.clock-component.clock-medium{display:none;flex:0 0 7rem;height:3rem;margin:.7rem 0 .7rem .5rem;width:7rem}.clock-component.clock-medium .clock-value{font-size:1.5rem}.clock-component.clock-medium .clock-result{width:7rem}@media (min-width:40em){.clock-component.clock-medium{display:flex}}.clock-component.clock-small{flex:0 0 5rem;height:2.5rem;margin:.7rem 0 .7rem .5rem;width:5rem}.clock-component.clock-small .clock-value{font-size:1.2rem}.clock-component.clock-small .clock-result{width:5rem}.clock-component .clock-value{font-family:var(--font-family-icons);font-size:1.4rem;opacity:.5}.clock-component.clock-black{background-color:var(--clockBlackBackground);color:var(--clockBlackColor)}.clock-component.clock-player-turn,.clock-component.clock-player-turn .clock-value,.clock-component.clock-result-visible,.clock-component.clock-result-visible .clock-value{opacity:1}.clock-component .clock-bar{display:none}.clock-component.clock-result-visible{border-color:var(--color-gray-500);border-style:solid;border-width:0}.clock-component.clock-result-visible.clock-black,.clock-component.clock-result-visible.clock-white{border-left-width:.8rem}.clock-component.clock-result-visible.clock-winner{border-color:var(--color-bg-win)}.clock-result{align-items:center;background-color:var(--color-gray-500);color:var(--color-neutrals-white);display:none;font-size:1.1rem;justify-content:center;line-height:1.4;position:absolute;text-transform:uppercase;width:10rem}.clock-top .clock-result{border-radius:var(--radius-m) var(--radius-m) 0 0;bottom:4rem}.clock-bottom .clock-result{border-radius:0 0 var(--radius-m) var(--radius-m);top:4rem}.clock-horizontal{--resultWidth:6rem}.clock-horizontal .clock-result{border-radius:var(--radius-m) 0 0 var(--radius-m);bottom:0;font-size:1.4rem;left:calc(var(--resultWidth)*-1);top:0;width:var(--resultWidth)}.clock-winner .clock-result{background-color:var(--color-bg-win)}.clock-winner:not(.clock-horizontal) .clock-result:before{border:1rem solid transparent;left:50%;margin-left:-1.1rem;position:absolute;width:2.2rem}.clock-winner.clock-top .clock-result:before{border-bottom-color:var(--color-bg-win);bottom:100%}.clock-winner.clock-bottom .clock-result:before{border-top-color:var(--color-bg-win);top:100%}@media (min-width:60em){.clock-component{height:4rem;width:10rem}.clock-component.clock-result-visible{border-left:none;border-right:none}.clock-component .clock-value{font-size:2rem;opacity:.5}.clock-component.clock-black{background-color:var(--clockBlackBackground);color:var(--clockBlackColor)}.clock-component.clock-player-turn,.clock-component.clock-player-turn .clock-value{opacity:1}.clock-component.clock-player-turn.clock-with-arrows{opacity:.85}.clock-component.clock-player-turn.clock-with-arrows:after{border:1.2rem solid var(--clockWhiteBackground);border-left:1.4rem solid transparent;border-right:1.4rem solid transparent;content:"";display:block;height:0;margin:auto;position:absolute;width:3rem}.clock-component.clock-player-turn.clock-with-arrows.clock-top:after{border-top:none;bottom:100%}.clock-component.clock-player-turn.clock-with-arrows.clock-top.clock-black:after{border-bottom-color:var(--clockBlackBackground)}.clock-component.clock-player-turn.clock-with-arrows.clock-bottom:after{border-bottom:none;top:100%}.clock-component.clock-player-turn.clock-with-arrows.clock-bottom.clock-black:after{border-top-color:var(--clockBlackBackground)}.clock-component .clock-bar{display:none}.clock-component .clock-result{display:flex}.clock-component.clock-result-visible.clock-top:not(.clock-horizontal){border-top-left-radius:0;border-top-right-radius:0}.clock-component.clock-result-visible.clock-bottom:not(.clock-horizontal){border-bottom-left-radius:0;border-bottom-right-radius:0}.clock-component.clock-result-visible.clock-horizontal{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:var(--resultWidth)}.clock-component.clock-with-arrows .clock-bar{display:block;height:.6rem;overflow:hidden;position:absolute;width:100%}.clock-component.clock-with-arrows .clock-remainder{background-color:var(--color-green-300);height:.6rem;left:0;position:absolute;width:100%}.clock-component.clock-with-arrows.clock-top{padding-bottom:.6rem}.clock-component.clock-with-arrows.clock-top .clock-bar{border-radius:0 0 var(--radius-m) var(--radius-m);bottom:0}.clock-component.clock-with-arrows.clock-top .clock-remainder{bottom:0}.clock-component.clock-with-arrows.clock-bottom{padding-top:.6rem}.clock-component.clock-with-arrows.clock-bottom .clock-bar{border-radius:var(--radius-m) var(--radius-m) 0 0;top:0}.clock-component.clock-with-arrows.clock-bottom .clock-remainder{top:0}.clock-component.clock-with-arrows.clock-white .clock-bar{background-color:var(--color-transparent-white-65)}.clock-component.clock-with-arrows.clock-black .clock-bar{background-color:var(--color-transparent-black-20)}}@media (min-width:78.125em) and (min-height:600px){.clock-result{font-size:1.4rem;line-height:2.5rem}.clock-winner .clock-result:before{content:""}}.user-chess-title-component{background-color:var(--color-bg-chesstitle);border-radius:var(--radius-m);color:var(--color-neutrals-white)!important;font-size:1rem;font-weight:600;line-height:1;padding:.2rem .3rem}.player-name-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-tagline-component{--player-name-opacity:0.85;align-items:center;color:var(--color-text-bolder);display:flex;font-size:1.4rem;height:2.5rem;max-width:100%;white-space:nowrap}.player-tagline-component.player-tagline-boldest{--player-name-opacity:1;color:var(--color-text-boldest)}.player-tagline-component>*+*{margin-left:.5rem}.player-tagline-name{font-weight:600;opacity:var(--player-name-opacity);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-tagline-rating{color:var(--color-text-default);display:var(--player-rating-display,flex)}.player-tagline-flag{display:var(--player-flag-display,inline-flex)}body{--listViewEvalBarWidth:1rem}.game-board-component{display:flex;flex-direction:column;min-width:0;position:relative;width:var(--modifiedBoardContainerWidth)}.game-board-component.game-board-flip-board{flex-direction:column-reverse}.game-board-component.game-board-flip-board.game-board-large .game-board-player-info:last-child{margin-bottom:1rem;margin-top:0}.game-board-component.game-board-flip-board.game-board-large .game-board-player-info:first-child{margin-bottom:0;margin-top:1rem}.game-board-component.game-board-large .game-board-player-info:first-child{margin-bottom:1rem}.game-board-component.game-board-large .game-board-player-info:last-child{margin-top:1rem}.game-board-component.game-board-large .game-board-tagline{margin-left:.5rem}.game-board-component.game-board-medium .game-board-player-info{min-height:4.4rem}.game-board-component .game-board-bar{height:auto;position:static}.game-board-component .empty-chessboard{padding-bottom:100%}.game-board-component .board{border-radius:0}.game-board-player-info{align-items:center;display:flex;flex-direction:row}.game-board-player-winner{background-color:color-mix(in srgb,var(--color-bg-win) 10%,transparent);padding-left:var(--space-4);padding-right:var(--space-4)}.game-board-player-winner-top{border-bottom-color:var(--color-bg-win);border-bottom-style:solid;border-bottom-width:.3rem;border-top-left-radius:var(--radius-m);border-top-right-radius:var(--radius-m)}.game-board-player-winner-bottom{border-bottom-left-radius:var(--radius-m);border-bottom-right-radius:var(--radius-m);border-top-color:var(--color-bg-win);border-top-style:solid;border-top-width:.3rem}.game-board-tagline{flex:1 1 0;margin:.7rem 0;min-width:0}.game-board-avatar{border-radius:var(--radius-m);flex:0 0 auto;height:4rem;width:4rem}.game-board-clock{flex:0 0 10rem;margin-left:.8rem}.game-board-board-container{display:grid;grid-template-columns:auto 1fr;position:relative}.game-board-board-container.game-board-no-eval-bar{grid-template-columns:1fr}.game-board-board-container wc-chess-board{background-repeat:repeat;height:0;padding-bottom:100%}.game-board-board-container:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.game-board-bar{transform:translate(0);width:var(--listViewEvalBarWidth)}.game-board-bar .evaluation-bar-fill{border-radius:0}.game-board-bar.evaluation-bar-flipped{transform:rotate(180deg)}.game-board-white-won{background:var(--color-transparent-white-85);color:var(--color-gray-900)}.game-board-black-won{background:var(--color-transparent-black-65);color:var(--color-neutrals-white)}.game-board-draw{background-color:color-mix(in srgb,var(--color-gray-700) 90%,transparent);color:var(--color-neutrals-white);outline:.1rem solid var(--color-transparent-white-25)}.game-board-result-badge{align-items:center;border-radius:var(--radius-m);display:flex;font:cc-text-large-bold;font-family:var(--font-family-heading);justify-content:center;padding:var(--space-12) var(--space-16)}.game-board-result-bg{font-family:var(--font-family-heading);z-index:0}.game-board-empty,.game-board-result-bg{align-items:center;background:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.game-board-empty{color:var(--color-text-default);font-size:1.6rem;z-index:1}.game-board-chessboard-container{display:flex}.game-board-board-row{flex-grow:1}.sidebar-event-item-component{display:flex;padding:.8rem 1.6rem}.sidebar-event-item-component:nth-child(2){padding-top:1.6rem}.sidebar-event-item-component:last-child{padding-bottom:1.6rem}.sidebar-event-item-component:hover{color:var(--color-text-default-hovered)}.sidebar-event-item-image{flex:0 0 auto;height:3.6rem;margin-right:1.6rem;width:6.4rem}.sidebar-event-item-content{display:flex;flex:1 1 auto;flex-direction:column;min-width:0}.sidebar-event-item-name{-webkit-box-orient:vertical;color:var(--color-text-bolder);display:-webkit-box;-webkit-line-clamp:2;max-height:6rem;overflow:hidden}.sidebar-event-item-date{color:var(--color-text-subtle);font-size:1.2rem}@media (max-width:59.938em){.sidebar-event-item-component.sidebar-event-item-featured{background-color:var(--color-bg-secondary);border-radius:var(--radius-xl);margin:1.6rem;padding:1.6rem}.sidebar-event-item-component.sidebar-event-item-featured .sidebar-event-item-image{border-radius:var(--radius-l);height:4.8rem;width:7.2rem}.sidebar-event-item-component.sidebar-event-item-featured .sidebar-event-item-name{color:var(--color-text-bolder);font-size:1.7rem;font-weight:700;margin-bottom:.4rem}.sidebar-event-item-component.sidebar-event-item-featured .sidebar-event-item-date{color:var(--color-text-default);font-size:1.3rem}}.sidebar-section-component .sidebar-section-header{--headerPadding:1.6rem}@media (max-width:59.938em){.sidebar-section-component.sidebar-section-featured{background-color:transparent;margin-top:0}.sidebar-section-component.sidebar-section-featured .sidebar-section-header{background-color:var(--color-bg-secondary)}.sidebar-section-component.sidebar-section-featured .sidebar-section-header:after{display:none}}.cc-aside-header-component{align-items:center;display:flex;gap:var(--space-12);height:4.8rem;padding:0 var(--padding-size);position:relative;width:100%}a.cc-aside-header-component:hover{--text-hovered:var(--color-text-boldest);--icon-hovered:var(--color-icon-default-hovered)}.cc-aside-header-name{color:var(--text-hovered,var(--color-text-bolder));display:flex;flex:1;gap:var(--space-4);overflow:hidden}.cc-aside-header-name>:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-aside-header-subtext{color:var(--color-text-default)}.cc-aside-header-icon{color:var(--icon-hovered,var(--color-icon-default))}.cc-aside-header-narrow,.cc-aside-header-wide{--padding-size:var(--space-12)}.cc-aside-header-border-full:after,.cc-aside-header-border:after{border-bottom:var(--border-s) solid var(--color-border-default);bottom:0;content:"";left:var(--padding-left);position:absolute;right:var(--padding-right)}.cc-aside-header-border{--padding-right:var(--padding-size);--padding-left:var(--padding-size)}.cc-aside-header-border-full{--padding-right:0;--padding-left:0}@media (min-width:48em){.cc-aside-header-wide{--padding-size:var(--space-24)}}.sidebar-self-serve-section-component{display:flex;flex-direction:column;gap:var(--space-12)}.sidebar-self-serve-section-component p{color:var(--color-text-default)}.sidebar-self-serve-section-body{display:flex;flex-direction:column;gap:var(--space-12);padding:0 var(--space-12) var(--space-12) var(--space-12)}.sidebar-self-serve-section-list{display:flex;flex-direction:column;gap:var(--space-8);margin-bottom:var(--space-12)}.sidebar-self-serve-section-list-item{display:flex;gap:1rem}.event-list-sidebar-banner{color:var(--color-transparent-white-85);padding:1.6rem}.event-list-sidebar-banner a{text-decoration:underline}.event-list-sidebar-search{margin-bottom:2.4rem}.event-list-sidebar-link{margin-top:2.4rem}@media (max-width:59.938em){.event-list-sidebar-search{margin:1.6rem}.event-list-sidebar-link{margin:1.6rem;text-align:center}}.stream-component{background-color:var(--color-neutrals-black);display:flex;height:0;padding-bottom:56.3%;position:relative}.stream-component:hover .stream-icon{display:inline}.stream-iframe{height:100%;left:0;position:absolute;top:0;width:100%}.stream-icon{color:var(--color-neutrals-white);cursor:pointer;display:none;font-size:2rem;position:absolute;right:.5rem;text-shadow:0 0 .2rem #000;top:.5rem}.event-list-stream-component{background-color:var(--color-bg-secondary);border-radius:var(--radius-l);display:flex;flex-direction:column;overflow:hidden}.event-list-stream-stream-title{padding:1.2rem 2.4rem}@media (max-width:59.938em){.event-list-stream-component{border-radius:var(--radius-xl);margin:0 1.6rem}.event-list-stream-stream-title{padding:1.6rem}}