.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.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.team-schedule-connection--win-win{background-color:var(--team-schedule-color-win)}.team-schedule-connection.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.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.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.team-schedule-connection--draw-draw{background-color:var(--team-schedule-color-draw)}.team-schedule-connection.team-schedule-connection--loss-loss{background-color:var(--team-schedule-color-loss)}.team-schedule-connection.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.team-schedule-connection--loss-draw{background:linear-gradient(270deg, var(--team-schedule-color-draw) 2.5%, var(--team-schedule-color-loss) 70%)}.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.team-schedule-event--with-spacing{margin:0 var(--space-xxxs);padding:var(--space-xxs) var(--space-xxs)}.team-schedule-event.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.team-schedule-event--with-background-gray{margin-left:var(--space-xs);background-color:var(--color-background-primary)}.team-schedule-event .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-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-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 .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-background-secondary);justify-content:center;align-items:center;display:flex}.team-schedule-event .team-schedule-event__result.team-schedule-event__result--win{background-color:var(--team-schedule-color-win)}.team-schedule-event .team-schedule-event__result.team-schedule-event__result--loss{background-color:var(--team-schedule-color-loss)}.team-schedule-event .team-schedule-event__result.team-schedule-event__result--draw{background-color:var(--team-schedule-color-draw)}.team-schedule-event .team-schedule-event__result.team-schedule-event__result--starts-different-day{border:1px solid var(--color-fill-secondary)}.team-schedule-event .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 .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 .team-schedule-event__tournament-logo-container .tournament-logo.tournament-logo--default svg{color:var(--color-text-secondary)}.team-schedule-event .team-schedule-event__tournament-logo-container .tournament-logo.tournament-logo--default svg circle{fill:var(--color-background-secondary)}.team-schedule-event .team-schedule-event__home-away{color:var(--color-text-secondary);font-weight:var(--font-weight-l);font-size:var(--font-size-s)}.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.team-schedule-item--grabbed{cursor:grabbing}.team-schedule-item.team-schedule-item--grabbed a{cursor:grabbing;pointer-events:none}.team-schedule .team-schedule__header{gap:var(--space-xs);margin-bottom:12px;margin-left:var(--space-xs);display:flex}.team-schedule .team-schedule__header .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 .team-schedule__header .team-schedule__header__logo{align-items:center;height:20px;display:flex}.team-schedule .team-schedule__container{padding:var(--space-xs) var(--space-xs);border-radius:var(--border-radius-xs);background-color:var(--color-background-secondary);flex-direction:row;display:flex;overflow-x:auto}.team-schedule .team-schedule__container.team-schedule__container--is-grabbed{cursor:grabbing;-webkit-user-select:none;user-select:none}.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-background-tertiary);border-radius:var(--border-radius-s);color:var(--color-text-primary);font-weight:var(--font-weight-l);font-size:var(--font-size-l);background-color:var(--color-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-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-text-primary);font-weight:var(--font-weight-l);font-size:var(--font-size-m)}.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-text-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-text-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-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-last-lineup-pitch .event-lineups-team-pitch svg{pointer-events:none}.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-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}.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-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-background-secondary);padding:0;list-style:none;overflow:hidden}.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-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-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-text-secondary)}.team-top-statistics{gap:var(--space-xs);margin:var(--space-xs);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.team-top-statistic-cards{--team-top-statistic-avatar-size:56px}.team-top-statistic-cards .team-top-statistic-cards__header{gap:var(--space-xxs);margin-bottom:var(--space-xs);align-items:center;display:flex}.team-top-statistic-cards .team-top-statistic-cards__header h3{font-weight:var(--font-weight-xl);font-size:var(--font-size-l)}.team-top-statistic-cards .team-top-statistic-cards__icon{border-radius:var(--border-radius-xs);justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.team-top-statistic-cards .team-top-statistic-cards__icon svg,.team-top-statistic-cards .team-top-statistic-cards__icon img{width:15px;height:15px}.team-top-statistic-cards .team-top-statistic-cards__list{gap:var(--space-xs);grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;display:grid}.team-top-statistic-cards .team-top-statistic-card{border-radius:var(--border-radius-xs);min-height:76px;color:inherit;background-color:var(--color-background-secondary);align-items:center;text-decoration:none;display:flex;position:relative;overflow:hidden}.team-top-statistic-cards .team-top-statistic-card__player-image{z-index:1;padding:var(--space-xxs);position:relative}.team-top-statistic-cards .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-cards .team-top-statistic-card__player{z-index:1;min-width:0;font-weight:var(--font-weight-l);position:relative}.team-top-statistic-cards .team-top-statistic-card__player span:first-child{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.team-top-statistic-cards .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-cards .team-top-statistic-card__team span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.team-top-statistic-cards .team-top-statistic-card__value{right:var(--space-xs);z-index:0;color:var(--color-fill-quaternary);font-weight:var(--font-weight-secondary);font-size:84px;font-family:var(--font-family-secondary);font-style:var(--font-style-secondary);position:absolute}:-webkit-any(.team-top-statistic-cards--goals,.team-top-statistic-cards--goals-assists) .team-top-statistic-cards__icon{background-color:var(--color-green-background)}:-moz-any(.team-top-statistic-cards--goals,.team-top-statistic-cards--goals-assists) .team-top-statistic-cards__icon{background-color:var(--color-green-background)}:is(.team-top-statistic-cards--goals,.team-top-statistic-cards--goals-assists) .team-top-statistic-cards__icon{background-color:var(--color-green-background)}.team-top-statistic-cards--assists .team-top-statistic-cards__icon{background-color:var(--color-background-tertiary)}.team-top-statistic-cards--red-cards .team-top-statistic-cards__icon{background-color:var(--color-red-background)}.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-background-secondary)}.team-view .team-box .team-box-body{background-color:var(--color-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}}