.team-schedule-event{--team-logo-z-index:1;--result-z-index:2;--tournament-logo-z-index:3;gap:var(--space-xxxs);box-sizing:border-box;height:102px;padding:var(--space-xxs)0;border-radius:var(--border-radius-xs);flex-direction:column;flex-shrink:0;align-items:center;display:flex}.team-schedule-event--with-spacing{margin:0 var(--space-xxxs);padding:var(--space-xxs)var(--space-xxs)}.team-schedule-event--with-background-green{margin-left:var(--space-xs);padding:var(--space-xxs)var(--space-xxs);background-color:var(--color-green-background)}.team-schedule-event--with-background-gray{margin-left:var(--space-xs);background-color:var(--color-grouped-background-primary)}.team-schedule-event__team-name{min-height:var(--font-size-s);font-weight:var(--font-weight-l);font-size:var(--team-schedule-team-name-size);text-align:center}.team-schedule-event__team-logo-container{width:var(--team-schedule-logo-size,20px);height:var(--team-schedule-logo-size,20px);display:flex;position:relative}.team-schedule-event__team-logo-container .team-logo{bottom:calc(var(--team-schedule-logo-overlap)*-1);z-index:var(--team-logo-z-index);text-align:center;width:100%;height:100%;clip-path:inset(0 0 calc(var(--team-schedule-logo-overlap)/2)0);position:absolute}.team-schedule-event__result{z-index:var(--result-z-index);box-sizing:border-box;height:var(--team-schedule-result-height);padding:var(--space-xxxs)var(--space-xs);border-radius:var(--border-radius-xs);font-weight:var(--font-weight-l);font-size:var(--font-size-s);white-space:nowrap;background-color:var(--color-grouped-background-secondary);justify-content:center;align-items:center;display:flex}.team-schedule-event__result--win{background-color:var(--team-schedule-color-win)}.team-schedule-event__result--loss{background-color:var(--team-schedule-color-loss)}.team-schedule-event__result--draw{background-color:var(--team-schedule-color-draw)}.team-schedule-event__result--starts-different-day{border:1px solid var(--color-fill-secondary)}.team-schedule-event__tournament-logo-container{width:var(--team-schedule-logo-size,20px);height:var(--team-schedule-logo-size,20px);display:flex;position:relative}.team-schedule-event__tournament-logo-container .tournament-logo{top:calc(var(--team-schedule-logo-overlap)*-1);z-index:var(--tournament-logo-z-index);text-align:center;width:100%;position:absolute}.team-schedule-event__tournament-logo-container .tournament-logo--default svg{color:var(--color-label-secondary)}.team-schedule-event__tournament-logo-container .tournament-logo--default svg circle{fill:var(--color-grouped-background-secondary)}.team-schedule-event__home-away{color:var(--color-label-secondary);font-weight:var(--font-weight-l);font-size:var(--font-size-s)}.team-schedule-connection{width:22px;height:4px;margin-top:calc(var(--team-schedule-team-name-size) + var(--team-schedule-logo-size) + var(--team-schedule-result-height)/2 + var(--team-schedule-logo-overlap))}.team-schedule-connection--win-loss{background:linear-gradient(270deg,var(--team-schedule-color-loss)2.5%,var(--team-schedule-color-win)70%)}.team-schedule-connection--win-win{background-color:var(--team-schedule-color-win)}.team-schedule-connection--win-draw{background:linear-gradient(270deg,var(--team-schedule-color-draw)2.5%,var(--team-schedule-color-win)70%)}.team-schedule-connection--draw-loss{background:linear-gradient(270deg,var(--team-schedule-color-loss)2.5%,var(--team-schedule-color-draw)70%)}.team-schedule-connection--draw-win{background:linear-gradient(270deg,var(--team-schedule-color-win)2.5%,var(--team-schedule-color-draw)70%)}.team-schedule-connection--draw-draw{background-color:var(--team-schedule-color-draw)}.team-schedule-connection--loss-loss{background-color:var(--team-schedule-color-loss)}.team-schedule-connection--loss-win{background:linear-gradient(270deg,var(--team-schedule-color-win)2.5%,var(--team-schedule-color-loss)70%)}.team-schedule-connection--loss-draw{background:linear-gradient(270deg,var(--team-schedule-color-draw)2.5%,var(--team-schedule-color-loss)70%)}.team-schedule-item{--team-schedule-color-loss:var(--color-red);--team-schedule-color-win:var(--color-green);--team-schedule-color-draw:var(--color-fill-quaternary);--team-schedule-result-height:22px;--team-schedule-team-name-size:var(--font-size-s);--team-schedule-logo-size:20px;--team-schedule-logo-overlap:4px;flex-direction:row;display:flex}.team-schedule-item--grabbed{cursor:grabbing}.team-schedule-item--grabbed a{cursor:grabbing;pointer-events:none}.team-schedule__header{gap:var(--space-xs);margin-bottom:12px;margin-left:var(--space-xs);display:flex}.team-schedule__header__title{height:20px;font-weight:var(--font-weight-l);font-size:var(--font-size-l);align-items:center;display:flex}.team-schedule__header__logo{align-items:center;height:20px;display:flex}.team-schedule__container{padding:var(--space-xs)var(--space-xs);border-radius:var(--border-radius-xs);background-color:var(--color-grouped-background-secondary);scrollbar-width:none;flex-direction:row;display:flex;overflow-x:auto}.team-schedule__container::-webkit-scrollbar{display:none}.team-schedule__container--is-grabbed{cursor:grabbing;-webkit-user-select:none;user-select:none}.betting-provider-event-widget{justify-content:center;display:flex}.betting-provider-event-widget iframe{width:100%}.betting-provider-event-widget--hidden{visibility:hidden;height:0}.team-header{top:var(--team-header-sticky-top);z-index:var(--z-index-l);position:sticky}.team-header .team-box-body{padding:var(--space-m)var(--space-xs);justify-content:space-between;align-items:center;display:flex}.team-header .team-box-body .participant{align-items:center;display:flex}.team-header .team-box-body .participant .participant-name{padding-left:var(--space-m);font-weight:var(--font-weight-xl);font-size:var(--font-size-xxl)}.team-header .team-box-body .participant .participant-name .team-header__name-row{gap:var(--space-xs);align-items:center;display:flex}.team-header .team-box-body .participant .participant-name .team-header__name-row .add-to-favorites-star{width:20px;padding:var(--space-xs);background:var(--color-fill-quaternary);border-radius:50%}.team-header .team-box-body .participant .participant-name .team-header__country{gap:var(--space-xs);padding-top:var(--space-xxs);font-weight:var(--font-weight-m);font-size:var(--font-size-m);align-items:center;display:flex}.team-header .team-header__season-select{align-items:center;display:flex;position:relative}.team-header .team-header__season-select select{height:30px;padding:0 var(--space-xs);color:var(--color-label-primary);background-color:var(--color-fill-quaternary);-webkit-appearance:none;border-color:#0000;border-right-style:solid;border-right-width:16px;border-radius:20px;outline:none}.team-header .team-header__season-select:after{padding-right:var(--space-xs);color:var(--color-label-primary);content:"▾";align-items:center;display:flex;position:absolute;top:0;bottom:0;left:auto;right:0}.team-header .team-logo-placeholder{width:56px;height:56px}.team-menu{top:var(--team-menu-sticky-top);z-index:var(--z-index-l);margin-bottom:var(--space-xxs);padding:var(--space-xxs)0;background-color:var(--color-grouped-background-primary);position:sticky}@media (min-width:768px){.team-menu{margin:var(--space-xs)0 var(--space-xxs)}}.team-menu .pills-menu{height:34px;padding:0 var(--space-xs)}.team-menu .team-menu__icon{width:16px;height:16px;margin-right:var(--space-xs)}.team-menu .pills-menu-item-disabled{cursor:default;opacity:.5}.schedule-filters{top:calc(var(--team-menu-sticky-top) + var(--team-menu-sticky-height));z-index:var(--z-index-l);padding:var(--space-xs);scrollbar-width:none;-webkit-overflow-scrolling:touch;position:sticky;overflow-x:auto}.schedule-filters::-webkit-scrollbar{display:none}.schedule-filters .schedule-filters__inner{gap:var(--space-xs);width:-webkit-max-content;width:max-content;margin:0 auto;display:flex}.schedule-filters .schedule-filters__btn{gap:var(--space-xs);max-width:72vw;height:32px;padding:0 var(--space-s);border:1px solid var(--color-grouped-background-tertiary);border-radius:var(--border-radius-s);color:var(--color-label-primary);font-weight:var(--font-weight-l);font-size:var(--font-size-l);background-color:var(--color-grouped-background-secondary);box-shadow:var(--shadow-low);cursor:pointer;flex-shrink:0;align-items:center;display:flex}.schedule-filters .schedule-filters__btn .tournament-logo{flex-shrink:0;width:16px;height:16px}.schedule-filters .schedule-filters__btn.schedule-filters__btn--active{color:var(--color-grouped-background-primary);background-color:var(--color-fill-primary);border-color:#0000}.schedule-filters .schedule-filters__label{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.team-full-schedule .team-full-schedule__day{margin-bottom:var(--space-xs)}.team-full-schedule .team-full-schedule__day .event-list{margin:0;padding:0;list-style:none}.team-full-schedule .team-full-schedule__day .event-list-item{margin:0 var(--space-xs)var(--space-xxs);border-radius:var(--border-radius-xs);box-shadow:var(--shadow-low);overflow:hidden}.team-full-schedule .team-full-schedule__day-header{padding:var(--space-xs)var(--space-xs);color:var(--color-label-primary);font-weight:var(--font-weight-l);font-size:var(--font-size-m)}.team-top-statistics{gap:var(--space-xs);margin:var(--space-xs);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.team-top-statistic-card{--team-top-statistic-avatar-size:56px}.team-top-statistic-card .team-top-statistic-card__header{gap:var(--space-xxs);margin-bottom:var(--space-xs);align-items:center;display:flex}.team-top-statistic-card .team-top-statistic-card__header h3{font-weight:var(--font-weight-xl);font-size:var(--font-size-l)}.team-top-statistic-card .team-top-statistic-card__icon{border-radius:var(--border-radius-xs);justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.team-top-statistic-card .team-top-statistic-card__icon svg,.team-top-statistic-card .team-top-statistic-card__icon img{width:15px;height:15px}.team-top-statistic-card .team-top-statistic-card__body{border-radius:var(--border-radius-xs);background-color:var(--color-grouped-background-secondary);align-items:center;min-height:76px;display:flex;position:relative;overflow:hidden}.team-top-statistic-card .team-top-statistic-card__link{width:100%;color:inherit;align-self:stretch;align-items:center;text-decoration:none;display:flex}.team-top-statistic-card .team-top-statistic-card__player-image{z-index:1;padding:var(--space-xxs);position:relative}.team-top-statistic-card .team-top-statistic-card__player-image .player-avatar{width:var(--team-top-statistic-avatar-size);height:var(--team-top-statistic-avatar-size)}.team-top-statistic-card .team-top-statistic-card__player{z-index:1;min-width:0;font-weight:var(--font-weight-l);position:relative}.team-top-statistic-card .team-top-statistic-card__player span:first-child{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.team-top-statistic-card .team-top-statistic-card__team{gap:var(--space-xxs);margin-top:var(--space-xxs);font-weight:var(--font-weight-m);font-size:var(--font-size-s);align-items:center;display:flex}.team-top-statistic-card .team-top-statistic-card__team span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.team-top-statistic-card .team-top-statistic-card__value{right:var(--space-xs);z-index:0;color:var(--color-fill-quaternary);font-weight:var(--font-weight-xxl);font-size:84px;font-family:var(--font-family-secondary);position:absolute}.team-top-statistic-card--goals .team-top-statistic-card__icon,.team-top-statistic-card--goals-assists .team-top-statistic-card__icon{background-color:var(--color-green-background)}.team-top-statistic-card--assists .team-top-statistic-card__icon{background-color:var(--color-background-tertiary)}.team-top-statistic-card--red-cards .team-top-statistic-card__icon{background-color:var(--color-red-background)}.team-standing-preview{margin:0 var(--space-xs)var(--space-xs)}.team-standing-preview .team-standing-preview__table{border-radius:var(--border-radius-xxs)var(--border-radius-xxs)0 0;overflow:hidden}.team-standing-preview .team-standing-preview__table .stage-table-header__name .tournament-logo{position:absolute;left:-44px;transform:translateY(-50%)}.team-standing-preview .team-standing-preview__table .stage-table-header__name .tournament-logo img,.team-standing-preview .team-standing-preview__table .stage-table-header__name .tournament-logo svg{max-width:20px;max-height:20px}.team-standing-preview .team-standing-preview__table .stage-table-header__name .stage-table-header__name-wrapper{left:-16px}.team-standing-preview .team-standing-preview__full-link{gap:var(--space-xxs);border-top:1px solid var(--color-grouped-background-tertiary);border-radius:0 0 var(--border-radius-xxs)var(--border-radius-xxs);height:34px;font-weight:var(--font-weight-l);background-color:var(--color-grouped-background-secondary);justify-content:center;align-items:center;display:flex}.team-standing-preview .team-standing-preview__full-link-icon{width:12px;height:12px;color:var(--color-label-secondary)}.team-squad-player-row{--team-squad-player-avatar-size:40px;gap:var(--space-xs);height:var(--team-squad-player-avatar-size);padding:var(--space-xs);border-bottom:1px solid var(--color-fill-quaternary);color:var(--color-text-primary);align-items:center;display:flex}.team-squad-player-row:last-child{border-bottom:0}.team-squad-player-row__avatar{flex:0 0 var(--team-squad-player-avatar-size);width:var(--team-squad-player-avatar-size);height:var(--team-squad-player-avatar-size);position:relative}.team-squad-player-row__avatar .player-avatar{width:100%;height:100%}.team-squad-player-row__flag{position:absolute;top:-2px;right:-3px}.team-squad-player-row__details{flex:1;min-width:0}.team-squad-player-row__name{font-weight:var(--font-weight-l);white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.team-squad-player-row__meta{gap:var(--space-xxs);color:var(--color-text-secondary);white-space:nowrap;text-overflow:ellipsis;align-items:center;display:flex;overflow:hidden}.team-squad-player-row__jersey{min-width:16px;height:16px;padding:0 var(--space-xxxs);border-radius:var(--border-radius-xxs);color:var(--color-text-primary);background-color:var(--color-grouped-background-tertiary);justify-content:center;align-items:center;display:flex}.team-squad-player-row__rank{flex:0 0 var(--space-s);text-align:center;font-variant-numeric:tabular-nums}.team-squad-player-row__statistic{color:var(--color-text-secondary);font-weight:var(--font-weight-xl);text-align:right;font-variant-numeric:tabular-nums;flex:none;margin-left:auto;font-size:40px;line-height:1}.team-squad-tab .loader{margin-top:var(--space-l)}.team-squad-table-header{padding:var(--space-xxs)var(--space-m)var(--space-xs)0;font-weight:var(--font-weight-l);text-align:right}.team-squad-list{margin:0 var(--space-xs)var(--space-xs);border-radius:var(--border-radius-xxs);background-color:var(--color-grouped-background-secondary);padding:0;list-style:none;overflow:hidden}.sports-country-flag img{border-radius:10%;display:block}.team-lineup-pitch-item{--team-lineup-pitch-item-size:40px;width:var(--team-lineup-pitch-item-size);height:var(--team-lineup-pitch-item-size);text-align:center;background-color:var(--sports-color-fill-tertiary);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;transform:translate(-50%,-50%)}.team-lineup-pitch-item .athlete-image{border-radius:50%}.team-lineup-pitch-item a{color:var(--sports-color-text-primary);cursor:pointer;justify-content:center;align-items:center;text-decoration:none;display:flex}.team-lineup-pitch-item .team-lineup-pitch-item__image-placeholder{width:50%;color:var(--sports-color-gray-400)}.team-lineup-pitch-item .team-lineup-pitch-item__name{--pitch-item-name-width:calc(var(--team-lineup-pitch-item-size)*2.5);top:calc(var(--team-lineup-pitch-item-size) + 4px);width:var(--pitch-item-name-width);margin-left:calc(var(--pitch-item-name-width)/-2);color:var(--sports-color-white);text-align:center;line-height:.8em;position:absolute;left:50%}.team-lineup-pitch-item .team-lineup-pitch-item__name.team-lineup-pitch-item__name--lineup-row-size-1,.team-lineup-pitch-item .team-lineup-pitch-item__name.team-lineup-pitch-item__name--lineup-row-size-2{--pitch-item-name-width:calc(var(--team-lineup-pitch-item-size)*4)}.team-lineup-pitch-item .team-lineup-pitch-item__name.team-lineup-pitch-item__name--lineup-row-size-3{--pitch-item-name-width:calc(var(--team-lineup-pitch-item-size)*2.5)}.team-lineup-pitch-item .team-lineup-pitch-item__name.team-lineup-pitch-item__name--lineup-row-size-4{--pitch-item-name-width:calc(var(--team-lineup-pitch-item-size)*2.2)}.team-lineup-pitch-item .team-lineup-pitch-item__name.team-lineup-pitch-item__name--lineup-row-size-5{--pitch-item-name-width:calc(var(--team-lineup-pitch-item-size)*1.7)}.team-lineup-pitch-item .team-lineup-pitch-item__name .team-lineup-pitch-item__capitan-icon{width:12px;height:12px;margin-right:var(--sports-space-xxxs)}.team-lineup-pitch-item .team-lineup-pitch-item__name .team-lineup-pitch-item__jersey-number{margin-right:var(--sports-space-xxxs);font-weight:var(--sports-font-weight-m);font-size:.8em}.team-lineup-pitch-item .team-lineup-pitch-item__name .team-lineup-pitch-item__player-name{font-weight:var(--sports-font-weight-l);font-size:.9em}.team-lineup-pitch-item.team-lineup-pitch-item--ice-hockey{background-color:var(--sports-color-black)}.team-lineup-pitch-item.team-lineup-pitch-item--ice-hockey .team-lineup-pitch-item__image-placeholder{width:60%}.team-lineup-pitch-item .event-lineup-athlete-highlights{min-width:100%;position:absolute;top:25px;right:-17px}.team-lineup-pitch-item .event-lineup-athlete-highlights .athlete-highlight{margin:0 1px;display:inline-block;position:relative}.team-lineup-pitch-item .event-lineup-athlete-highlights .athlete-highlight-icon{height:12px;display:block}.team-lineup-pitch-item .event-lineup-athlete-highlights .highlight-card{position:absolute;top:-30px;left:-25px}.team-lineup-pitch-item .event-lineup-athlete-highlights .highlight-card .athlete-highlight-icon{width:16px;height:20px}.team-lineup-pitch-item .event-lineup-athlete-highlights .highlight-goal{top:0;left:var(--sports-space-xxs);border-radius:50%;margin-left:-6px}.team-lineup-pitch-item .event-lineup-athlete-highlights .highlight-goal .athlete-highlight-icon{width:16px;height:16px}.team-lineup-pitch-item .event-lineup-athlete-highlights .athlete-highlight-counter{padding:0 var(--sports-space-xxxs)0 var(--sports-space-xxxs);border-radius:var(--sports-border-radius-m);color:var(--sports-color-black);font-weight:var(--sports-font-weight-l);background-color:var(--sports-color-white);font-size:.9em;display:inline-flex;top:0;right:-8px}.team-lineup-pitch-item .event-lineup-athlete-highlights .athlete-highlight-counter .athlete-highlight-icon{width:16px;height:16px}.team-lineup-pitch-item .event-lineup-athlete-highlights .highlight-substitution{top:1px;left:calc(-1*var(--team-lineup-pitch-item-size)/2 - var(--sports-space-xxs));position:absolute}.team-lineup-pitch-item .event-lineup-athlete-highlights .highlight-substitution.substitution-in{border:1px solid var(--sports-color-white);background-color:var(--sports-color-green-400);border-radius:50%;width:14px;height:14px}.team-lineup-pitch-item .event-lineup-athlete-highlights .highlight-substitution.substitution-out{border:1px solid var(--sports-color-white);background-color:var(--sports-color-red-400);border-radius:50%;width:14px;height:14px}.team-lineup-pitch-item .event-lineup-athlete-highlights .highlight-substitution.substitution-out .athlete-highlight-icon{transform:rotate(180deg)}.team-lineup-pitch-item .event-lineup-athlete-highlights .highlight-substitution .substitution-time{color:var(--sports-color-white);font-weight:var(--sports-font-weight-m);font-size:.75em;position:absolute;top:15%;right:115%}.team-lineup-pitch-item .event-lineup-athlete-highlights .highlight-substitution .substitution-icon{width:auto;height:100%}.team-lineup-pitch-item .team-lineup-pitch-item__info{border-radius:var(--sports-border-radius-xxs);color:var(--sports-color-black);font-weight:var(--sports-font-weight-l);font-size:.8em;position:absolute;bottom:25px;left:30px}.team-lineup-pitch-item .team-lineup-pitch-item__age{padding:var(--sports-space-xxxs)var(--sports-space-xxs);border-radius:var(--sports-border-radius-s);color:var(--sports-color-black);background-color:var(--sports-color-white)}.team-lineup-pitch-item .team-lineup-pitch-item__rating{padding:var(--sports-space-xxxs)var(--sports-space-xxs)}.team-lineup-pitch-item .team-lineup-pitch-item__rating.rating-excellent{background-color:var(--sports-color-blue-400)}.team-lineup-pitch-item .team-lineup-pitch-item__rating.rating-good{background-color:var(--sports-color-green-400)}.team-lineup-pitch-item .team-lineup-pitch-item__rating.rating-above-average{background-color:var(--sports-color-yellow-400)}.team-lineup-pitch-item .team-lineup-pitch-item__rating.rating-average{background-color:var(--sports-color-yellow-600)}.team-lineup-pitch-item .team-lineup-pitch-item__rating.rating-bad{color:var(--sports-color-white);background-color:var(--sports-color-red-400)}.team-lineup-half-pitch{width:calc(100% - var(--sports-space-xl));height:calc(50% - var(--sports-space-m));margin:0 var(--sports-space-m);display:flex;position:absolute;top:0}.team-lineup-half-pitch.team-lineup-half-pitch--reverted{top:50%;bottom:0}.team-lineup-half-pitch.team-lineup-half-pitch--reverted .team-lineup-half-pitch__header{align-self:flex-end}.team-lineup-half-pitch .team-lineup-half-pitch__header{gap:var(--sports-space-xs);margin-left:calc(var(--sports-space-xs)*-1);padding:var(--sports-space-xs)var(--sports-space-xs)var(--sports-space-xs)0;color:var(--sports-color-white);white-space:nowrap;align-self:flex-start;align-items:center;display:flex}.team-lineup-half-pitch .team-lineup-half-pitch__header a{gap:var(--sports-space-xxs);color:var(--sports-color-white);align-items:center;text-decoration:none;display:flex}.team-lineup-half-pitch .team-lineup-half-pitch__header .team-lineup-half-pitch__team-logo{max-width:32px;max-height:32px}.team-lineup-half-pitch .team-lineup-half-pitch__header .team-lineup-half-pitch__team-logo img{max-width:100%;max-height:100%}.team-lineup-half-pitch .team-lineup-half-pitch__header .team-lineup-half-pitch__header-title{gap:var(--sports-space-xxxs);flex-direction:column;align-items:flex-start;display:flex}.team-lineup-half-pitch .team-lineup-half-pitch__header .team-lineup-half-pitch__header-title .team-lineup-half-pitch__shortname{font-weight:var(--sports-font-weight-l)}.team-lineup-half-pitch .team-lineup-half-pitch__header .team-lineup-half-pitch__header-title .team-lineup-half-pitch__formation{font-weight:var(--sports-font-weight-m)}.team-lineup-half-pitch .team-lineup-half-pitch__header--ice-hockey{padding:var(--sports-space-xxs);border-radius:var(--sports-border-radius-m);background-color:var(--sports-color-text-secondary)}.team-lineup-half-pitch .team-lineup-half-pitch__header--ice-hockey .team-lineup-half-pitch__team-logo{width:24px}.team-lineup-half-pitch .team-lineup-half-pitch__header--ice-hockey .team-lineup-half-pitch__header-title .team-lineup-half-pitch__shortname{font-size:.9em}:where(:root){--sports-space-xxxs:var(--space-xxxs,2px);--sports-space-xxs:var(--space-xxs,4px);--sports-space-xs:var(--space-xs,8px);--sports-space-s:var(--space-s,12px);--sports-space-m:var(--space-m,16px);--sports-space-l:var(--space-l,24px);--sports-space-xl:var(--space-xl,32px);--sports-space-xxl:var(--space-xxl,48px);--sports-space-xxxl:var(--space-xxxl,64px);--sports-font-weight-m:400;--sports-font-weight-l:600;--sports-font-weight-xl:700;--sports-font-weight-xxl:800;--sports-font-weight-xxxl:900;--sports-border-radius-xxxs:var(--border-radius-xxxs,2px);--sports-border-radius-xxs:var(--border-radius-xxs,4px);--sports-border-radius-xs:var(--border-radius-xs,8px);--sports-border-radius-s:var(--border-radius-s,12px);--sports-border-radius-m:var(--border-radius-m,16px);--sports-border-radius-l:var(--border-radius-l,24px);--sports-border-radius-xl:var(--border-radius-xl,32px);--sports-border-radius-xxl:var(--border-radius-xxl,48px);--sports-shadow-s:var(--shadow-small,0 1px 2px #0000001a);--sports-shadow-m:var(--shadow-medium,0 4px 10px #00000029);--sports-shadow-l:var(--shadow-large,0 6px 13px #00000038);--sports-shadow-xl:var(--shadow-extra-large,0 7px 19px #0000004d);--sports-layer-low:var(--layer-low,1);--sports-layer-medium:var(--layer-medium,1000);--sports-layer-high:var(--layer-high,10000);--sports-layer-extra-high:var(--layer-extra-high,100000);--sports-color-background-primary:var(--color-background-primary,#efeff4);--sports-color-background-secondary:var(--color-background-secondary,#fff);--sports-color-background-tertiary:var(--color-background-tertiary,var(--sports-color-background-primary));--sports-color-text-primary:var(--color-text-primary,#000);--sports-color-text-secondary:var(--color-text-secondary,#3c3c4399);--sports-color-border-primary:var(--color-border-primary,#3c3c434d);--sports-color-border-secondary:var(--color-border-secondary,#3c3c4326);--sports-color-white:var(--color-white,#fff);--sports-color-white-rgb:255 255 255;--sports-color-black:var(--color-black,#000);--sports-color-black-rgb:0 0 0;--sports-color-red-400:var(--color-red-400,#ed1c24);--sports-color-green-400:var(--color-green-400,#17c456);--sports-color-green-800:var(--color-green-800,#05290d);--sports-color-yellow-400:var(--color-yellow-400,#fff33e);--sports-color-yellow-600:var(--color-yellow-600,#febd36);--sports-color-orange-400:var(--color-orange-600,#cc6d00);--sports-color-blue:var(--color-blue-600,#00c0f3);--sports-color-blue-400:var(--color-blue-400,#00c0f3);--sports-color-blue-500:var(--color-blue-500,#224bb8);--sports-color-gray-400:var(--color-gray-400,#e2e4e6);--sports-color-gray-600:var(--color-gray-600,gray);--sports-color-gray-800:var(--color-gray-800,#222);--sports-color-fill-tertiary:#3c3c434d;--sports-color-fill-quaternary:#3c3c4326;--sports-color-red-background:var(--color-red-100,#fff6f7);--sports-color-green-background:var(--color-green-100,#e5f7e9);--sports-color-yellow-background:var(--color-yellow-100,#fff7e5);--sports-color-blue-background:var(--color-blue-100,#c7d6f5);--sports-main-background-color:#000000b3}[data-color-scheme=dark]{--sports-color-red-background:var(--color-red-800,#470000);--sports-color-green-background:var(--color-green-800,#05290d);--sports-color-yellow-background:var(--color-yellow-800,#473b00);--sports-color-blue:var(--color-blue-500);--sports-color-blue-background:var(--color-blue-800,#102270)}.event-lineups-team-pitch{justify-content:center;align-items:center;width:100%;max-width:100%;display:flex;position:relative}.event-lineups-team-pitch svg{z-index:100;width:100%;height:auto;position:relative}.event-lineups-team-pitch.event-lineups-team-pitch--football,.event-lineups-team-pitch.event-lineups-team-pitch--ice-hockey{box-sizing:border-box;container-type:inline-size}.event-lineups-team-pitch.event-lineups-team-pitch--football:before,.event-lineups-team-pitch.event-lineups-team-pitch--ice-hockey:before{z-index:0;content:"";width:100%;height:100%;position:absolute}.event-lineups-team-pitch.event-lineups-team-pitch--football .event-lineups-team-pitch__markings,.event-lineups-team-pitch.event-lineups-team-pitch--ice-hockey .event-lineups-team-pitch__markings{z-index:100;color:rgb(var(--sports-color-white-rgb)/20%);position:relative}.event-lineups-team-pitch.event-lineups-team-pitch--football{--color-pitch-background-1:#006a40;--color-pitch-background-2:#005b37}.event-lineups-team-pitch.event-lineups-team-pitch--football:before{border-radius:var(--sports-border-radius-xs);background:repeating-linear-gradient(var(--color-pitch-background-1),var(--color-pitch-background-1)8.33333%,var(--color-pitch-background-2)8.33333%,var(--color-pitch-background-2)16.6667%)}.event-lineups-team-pitch.event-lineups-team-pitch--ice-hockey{--color-pitch-background-1:#354e5b;--color-pitch-background-2:#000}.event-lineups-team-pitch.event-lineups-team-pitch--ice-hockey:before{background:linear-gradient(to bottom,var(--color-pitch-background-1),var(--color-pitch-background-2));border-radius:25cqw}.event-lineups-team-pitch.event-lineups-team-pitch--single-team:before{background-size:100% 200%}.event-lineups-team-pitch.event-lineups-team-pitch--single-team .team-lineup-half-pitch{height:calc(100% - var(--sports-space-m))}.event-lineups-team-pitch.event-lineups-team-pitch--single-team .team-lineup-half-pitch--reverted{top:0;bottom:auto}.event-lineups-team-pitch.event-lineups-team-pitch--single-team .team-lineup-half-pitch--reverted .team-lineup-half-pitch__header{align-self:flex-start}.event-lineups-team-pitch.event-lineups-team-pitch--single-team.event-lineups-team-pitch--single-team-reverted:before{background-position-y:bottom}.team-last-lineup-pitch{margin:var(--space-xs)}@media (min-width:1010px){.team-last-lineup-pitch{margin-left:0;margin-right:0}}.team-last-lineup-pitch .team-last-lineup-pitch__title{margin-bottom:var(--space-xs);font-weight:var(--font-weight-xl);font-size:var(--font-size-l);display:block}.team-view{--team-app-sticky-top-offset:0px;--team-header-sticky-top:var(--team-app-sticky-top-offset);--team-header-sticky-height:88px;--team-menu-sticky-top:calc(var(--team-header-sticky-top) + var(--team-header-sticky-height));--team-menu-sticky-height:38px;padding-top:var(--space-xs)}@media (min-width:768px){.team-view{padding-left:var(--space-xs)}}.team-view.team-view--native-app{--team-app-sticky-top-offset:max(0px,calc(env(safe-area-inset-top) - var(--space-xxs)))}.team-view .team-box{margin-bottom:var(--space-xs)}@media (min-width:768px){.team-view .team-box{margin:0}}.team-view .team-box .team-box-title{padding:var(--space-m)var(--space-xs)var(--space-xs)var(--space-xs);font-weight:var(--font-weight-l);font-size:var(--font-size-l);background-color:var(--color-grouped-background-secondary)}.team-view .team-box .team-box-body{background-color:var(--color-grouped-background-secondary)}.team-view .team-box .team-box-body.team-box-empty{padding:var(--space-xs)}.team-view .favourite-team-promo-banner{margin:0 var(--space-xs)var(--space-xs)}.team-view .team-view-body,.team-view .team-view-overview{flex-direction:column;display:flex}@media (min-width:1010px){.team-view .team-view-overview{gap:var(--space-xs);grid-template-columns:minmax(0,3fr) minmax(0,2fr);align-items:start;width:100%;max-width:1120px;margin:0 auto;display:grid}}.team-view .team-view-overview .team-view-overview__main,.team-view .team-view-overview .team-view-overview__side{flex-direction:column;min-width:0;display:flex}@media (min-width:1010px){.team-view .team-view-overview .team-view-overview__side{gap:var(--space-xs)}}.team-view .team-view-overview .team-schedule{min-width:0;margin:var(--space-xs)var(--space-xs)}@media (min-width:1010px){.team-view .team-view-overview .team-schedule{margin-left:0;margin-right:0}}.team-view .team-view-overview .betting-provider-event-widget{min-width:0;margin:0 var(--space-xs)var(--space-xs);overflow:hidden}@media (min-width:1010px){.team-view .team-view-overview .betting-provider-event-widget,.team-view .team-view-overview .team-top-statistics{margin-left:0;margin-right:0}}