.series{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.25rem;padding:10px;display:flex;position:relative}.series__title{text-align:left;width:100%}.series__wrapper{background-color:var(--color-contrast-bg);border:1px solid var(--color-border);border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;padding:10px;display:flex}.series__item{flex-direction:row;justify-content:space-between;align-items:center;gap:5px;width:100%;display:flex}.series__logos{flex-direction:row;justify-content:flex-start;align-items:center;max-width:30px;display:flex}.series__stat{text-align:center;width:100%;font-weight:500}.series__stat-value{letter-spacing:0%;font-family:Poppins,sans-serif;font-weight:600;font-weight:1.5rem;text-align:right;width:50px}
.distribution{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;padding:10px;display:flex;position:relative}.distribution__title{text-align:left;width:100%;font-weight:600}.distribution__switcher{flex-direction:row;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.distribution__wrapper{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:100%;display:flex}.distribution__row{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;width:100%;display:flex}.distribution__team{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;min-width:120px;display:flex}.distribution__logo{object-fit:cover;border-radius:50%;width:28px;height:28px}.distribution__type{font-weight:500}.distribution__values{flex-direction:row;justify-content:flex-start;align-items:center;gap:.25rem;display:flex}.distribution__result{letter-spacing:0%;margin-right:1rem;font-family:Poppins,sans-serif;font-weight:700}.distribution__result--scored{color:var(--color-accept)}.distribution__result--conceded{color:var(--color-error)}.distribution__cell{background-color:var(--color-muted-light);width:2rem;height:2rem;letter-spacing:0%;border-radius:5px;flex-direction:row;justify-content:center;align-items:center;font-family:Poppins,sans-serif;font-weight:600;display:flex}.distribution__cell--scored{background-color:var(--color-accept-light);color:var(--color-accept)}.distribution__cell--conceded{background-color:var(--color-error-light);color:var(--color-error)}.distribution__periods{width:100%;color:var(--color-muted);flex-direction:row;justify-content:flex-end;align-items:center;display:flex}.distribution__period{letter-spacing:0%;text-align:center;width:1.95rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600}.distribution__description{line-height:1.4}
.h2h-streaks{padding:10px;position:relative}.h2h-streaks__wrapper{background-color:var(--color-contrast-alt);border-radius:15px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;padding:10px;display:flex}.h2h-streaks__title{text-align:center;width:100%}.h2h-streaks__cards{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.25rem;display:flex}.h2h-streaks__odds{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.h2h-streaks__odds-item{z-index:0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;width:100%;padding:10px;display:flex;position:relative}.h2h-streaks__odds-item:before{content:"";border-radius:inherit;background:var(--gradient-bg);-webkit-mask-composite:xor;pointer-events:none;z-index:-1;padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.h2h-streaks__odds-trend--up{color:var(--color-accept)}.h2h-streaks__odds-trend--down{color:var(--color-error)}.h2h-streaks__stats{flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.h2h-streaks__stat{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.h2h-streaks__teams{flex-direction:row;justify-content:flex-start;align-items:center;gap:.25rem;display:flex}.h2h-streaks__value{letter-spacing:0%;font-family:Poppins,sans-serif;font-weight:600}
.matches-table{background-color:var(--color-bg);border-radius:20px;width:100%;padding:10px;position:relative;box-shadow:0 0 16px #0000001a}@media (max-width:1024px){.matches-table{background-color:unset;box-shadow:none;border-radius:0;padding:0}}.matches-table__title{text-align:left;padding:0 0 15px;font-size:1.55rem;font-weight:600}.matches-table__title--country{flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;padding:10px 0 0 10px;font-size:2rem;display:flex}.matches-table__title--country img{border-radius:100px}.matches-table__title--sport{margin:20px 10px -20px;font-size:1.5rem}@media (max-width:1024px){.matches-table__title{display:none}}.matches-table__select{background-color:var(--color-contrast-bg);border:1px solid var(--color-border);color:var(--color-text);appearance:none;cursor:pointer;border-radius:10px;outline:none;padding:.75rem 1rem;font-size:1.2rem}@media (max-width:1024px){.matches-table__select{width:100%}}.matches-table__content{width:100%}.matches-table__list{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1rem;width:100%;margin-top:15px;display:flex}.matches-table__card{background-color:none;border:none;border-bottom:1px solid var(--color-border);flex-direction:column;justify-content:flex-start;align-items:stretch;gap:5px;width:100%;padding:15px 0 20px;display:flex;position:relative}.matches-table__card:last-child{border-bottom:none}@media (max-width:1024px){.matches-table__card:last-child{border:1px solid var(--color-border)}.matches-table__card{background-color:var(--color-contrast-bg);border:1px solid var(--color-border);border-radius:16px;padding:20px 10px}}.matches-table__card-content{color:var(--color-text-light);flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;font-size:1rem;font-weight:500;display:flex}.matches-table__card-content:hover{background-color:color-mix(in srgb, var(--color-muted-light) 12%, transparent)}.matches-table__card-content{border-radius:12px;padding:5px 8px}@media (max-width:1024px){.matches-table__card-content{font-size:1.1rem}}.matches-table__card-info{color:var(--color-muted);text-wrap:nowrap;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:70px;padding:5px 0;font-size:1.1rem;font-weight:500;display:flex}@media (max-width:1024px){.matches-table__card-info{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-width:55px;max-width:55px;font-size:.925rem;display:flex}}.matches-table__league{color:var(--color-text);flex-direction:row;justify-content:flex-start;align-items:center;gap:30px;padding-left:26.5px;font-size:1.2rem;font-weight:500;display:flex}@media (max-width:1024px){.matches-table__league{padding-left:22.5px;font-size:.925rem}}.matches-table__league-wrapper{flex-direction:row;justify-content:center;align-items:center;gap:8px;display:flex}.matches-table__league-info{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.matches-table__league-logo{object-fit:contain;min-width:36px;max-height:36px}@media (max-width:1024px){.matches-table__league-logo{min-width:30px;max-width:30px;max-height:30px}}.matches-table__league-flag{border-radius:100px}@media (max-width:1024px){.matches-table__league-flag{max-width:30px;max-height:30px}}.matches-table__league-name{font-size:1.075rem}.matches-table__league-name:hover{color:var(--color-accent)}.matches-table__league-region{color:var(--color-muted);text-align:left;font-size:1rem;font-weight:400}.matches-table__league-region:hover{filter:brightness(.96)}.matches-table__teams{border-left:1px solid #d2d2d2;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:3px;width:100%;padding-left:12px;display:flex;overflow:hidden}.matches-table__teams--finished{border-left:1px solid #d2d2d2;padding-left:4px;padding-right:4px}.matches-table__teams--upcoming{border-left:1px solid #d2d2d2;padding-left:4px}@media (max-width:1024px){.matches-table__teams{border-left:1px solid #d2d2d2;padding-left:10px}}.matches-table__team-row{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100%;max-height:19px;display:flex;position:relative}@media (max-width:1024px){.matches-table__team-row{flex-direction:row;justify-content:flex-start;align-items:flex-end;display:flex}}.matches-table__team-divider{background-color:#d2d2d2;align-self:flex-start;width:1px;height:21px}.matches-table__team-row:last-child .matches-table__team-divider{align-self:flex-end}.matches-table__team-logo{min-width:unset;border-radius:50%;min-width:18px;max-width:18px;height:22px;max-height:18px;overflow:hidden}@media (max-width:1024px){.matches-table__team-logo{min-width:17px;max-width:17px;max-height:17px}}.matches-table__team-name{text-align:left;width:100%;color:var(--color-text);-webkit-line-clamp:1;text-overflow:ellipsis;word-break:break-word;white-space:normal;-webkit-box-orient:vertical;padding-right:5px;font-size:1.15rem;font-weight:400;display:-webkit-box;overflow:hidden}@media (max-width:1024px){.matches-table__team-name{font-size:.925rem}}.matches-table__team-score{color:var(--color-muted);text-align:center;text-wrap:nowrap;min-width:30px;font-size:.95rem;font-weight:600}@media (max-width:1024px){.matches-table__team-score{font-size:.95rem}}.matches-table__team-score--winner{color:var(--color-text);font-weight:700}.matches-table__team-score--live,.matches-table__status--live,.matches-table__status--error{color:var(--color-error)}.matches-table__badge{border-radius:8px;min-width:25px;min-height:22px;margin-left:5px;font-weight:700}.matches-table__badge--w{background-color:var(--color-accept-light);width:33px;height:33px;color:var(--color-accept);border-radius:5px;flex-direction:row;justify-content:center;align-items:center;padding:5px;font-size:1.25rem;display:flex}@media (max-width:1024px){.matches-table__badge--w{width:25px;height:25px}}.matches-table__badge--w{font-size:1.15rem}.matches-table__badge--l{background-color:var(--color-error-light);width:33px;height:33px;color:var(--color-error);border-radius:5px;flex-direction:row;justify-content:center;align-items:center;padding:5px;font-size:1.25rem;display:flex}@media (max-width:1024px){.matches-table__badge--l{width:25px;height:25px}}.matches-table__badge--l{font-size:1.15rem}.matches-table__badge--d{background-color:var(--color-border);width:33px;height:33px;color:var(--color-muted);border-radius:5px;flex-direction:row;justify-content:center;align-items:center;padding:5px;font-size:1.25rem;display:flex}@media (max-width:1024px){.matches-table__badge--d{width:25px;height:25px}}.matches-table__badge--d{font-size:1.15rem}.matches-table__favorite{opacity:.8;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:1.6rem;position:absolute;top:1rem;right:1rem}@media (max-width:1024px){.matches-table__favorite{font-size:1.8rem}}.matches-table__date{text-align:center}.matches-table .switcher{gap:3px;max-width:100%;margin-left:0;overflow-x:auto}@media (max-width:1024px){.matches-table .switcher{margin-left:0}}.matches-table .switcher button{padding:10px 20px}.matches-table .switcher button span{font-size:1.4rem;font-weight:500}@media (max-width:1024px){.matches-table .switcher button span{font-size:1.095rem;line-height:1.3}.matches-table .switcher button{padding:8px 16px}}.matches-table--team{padding:30px 20px}@media (max-width:1024px){.matches-table--team{padding:10px}}.matches-table--team .filter-layout{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;display:flex}.matches-table--team .filter-layout__filters{padding-left:0}.matches-table--team .filter-layout__toggle{min-width:120px}.matches-table--team .matches-table__list{margin-top:0}.matches-table--players{padding-top:20px}@media (max-width:1024px){.matches-table--players{padding:20px 10px}.matches-table--leagues,.matches-table--players{background-color:var(--color-bg)}}.matches-table--leagues .content-layout--client,.matches-table--players .content-layout--client{gap:15px}@media (max-width:1024px){.matches-table--leagues .content-layout--client,.matches-table--players .content-layout--client{gap:20px}}.matches-table--leagues .content-layout__body,.matches-table--players .content-layout__body{gap:30px}.matches-table--leagues .content-layout__body .filter-layout,.matches-table--players .content-layout__body .filter-layout{gap:0}.matches-table--leagues .content-layout__body .filter-layout__filters,.matches-table--players .content-layout__body .filter-layout__filters{padding:0 0 20px}@media (max-width:1024px){.matches-table--leagues .content-layout__body .filter-layout__filters,.matches-table--players .content-layout__body .filter-layout__filters{padding-left:5px}}.matches-table--leagues .pagination--arrows,.matches-table--players .pagination--arrows{gap:30px}.matches-table--leagues .pagination__controls,.matches-table--players .pagination__controls{padding:0}.matches-table--leagues .switcher--gd-switcher button.active,.matches-table--players .switcher--gd-switcher button.active{background:var(--gradient-bg);background-color:unset}.matches-table--leagues .switcher--accent-switcher,.matches-table--players .switcher--accent-switcher{background-color:none;border:none;gap:10px;display:none}.matches-table--leagues .switcher--accent-switcher button,.matches-table--players .switcher--accent-switcher button{background:var(--color-contrast-bg);border:1px solid var(--color-border);padding:8px}@media (max-width:1024px){.matches-table--leagues .switcher--accent-switcher,.matches-table--players .switcher--accent-switcher{display:flex}}.matches-table--leagues .matches-table__list,.matches-table--players .matches-table__list{margin-top:0}.matches-table--leagues .matches-table__card,.matches-table--players .matches-table__card{padding-top:0}@media (max-width:1024px){.matches-table--leagues .matches-table__card,.matches-table--players .matches-table__card{padding-top:20px}}.matches-table--leagues{padding:20px}@media (max-width:1024px){.matches-table--leagues{padding:10px}}.matches-table--leagues .matches-table__league{display:none}.matches-table--country{padding:30px 20px}@media (max-width:1024px){.matches-table--country{padding:0 0 10px}}
.next{width:100%;padding:0}@media (max-width:1024px){.next{padding:10px}}.next__wrapper{background-color:var(--color-contrast-alt);border-radius:20px;flex-direction:column;justify-content:flex-start;align-items:center;gap:1.5rem;width:100%;min-height:220px;padding:13px 23px 15px;display:flex;overflow:hidden;box-shadow:0 0 16px #0000001a}.next__title{text-align:center;width:100%;font-size:1.15rem;font-weight:600;display:block}@media (max-width:1024px){.next__title{font-size:1.15rem;display:none}}.next__league{border-radius:12px;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:5px 8px;display:flex}.next__league:hover .next__league-row{color:var(--color-accent)}.next__league:hover .next__arrow{scale:1.25}.next__league:hover .next__arrow svg{color:var(--color-accent)}.next__league-row{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;display:flex}.next__arrow{flex-direction:row;justify-content:center;align-items:center;width:20px;height:20px;transition:all .3s ease-in-out;display:flex;position:relative}.next__arrow svg{width:15px;height:10px;color:var(--color-text);position:absolute}.next__content{border-radius:12px;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:425px;display:flex;position:relative}.next__content:hover .next__logo-background{scale:1.1}.next__content:hover .next__team{filter:brightness(1.1)}.next__team{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:.5rem;min-width:100px;max-width:35%;min-height:90px;padding-top:10px;transition:all .3s ease-in-out;display:flex}.next__team-name{-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-word;white-space:normal;-webkit-box-orient:vertical;max-width:110px;font-size:1rem;font-weight:600;display:-webkit-box;overflow:hidden}@media (max-width:1024px){.next__team-name{-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-word;white-space:normal;-webkit-box-orient:vertical;max-width:88px;display:-webkit-box;overflow:hidden}}.next__logo{width:40px;height:40px;position:relative}.next__logo img{object-fit:contain}.next__logo-background{opacity:.15;width:150px;transition:all .3s ease-in-out;position:absolute;top:35px}@media (max-width:1024px){.next__logo-background{width:100px;top:65px}}.next__logo-background--home{left:-100px}@media (max-width:1024px){.next__logo-background--home{left:-35px}}.next__logo-background--away{right:-100px}@media (max-width:1024px){.next__logo-background--away{right:-35px}}.next__center{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;min-width:90px;margin-top:10px;display:flex}.next__date{text-wrap:nowrap;font-size:1.4rem;font-weight:700}.next__time{color:var(--color-muted);font-size:.95rem;font-weight:300}
