.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{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;width:100%;padding:20px;display:flex;position:relative}@media (max-width:1224px){.matches-table{gap:10px;padding:10px}}.matches-table{background-color:var(--color-contrast-bg);letter-spacing:-1%;border-radius:20px;font-size:12px;font-weight:500;line-height:1.2;box-shadow:0 0 16px #0000001a}@media (max-width:1224px){.matches-table{letter-spacing:-1%;background-color:unset;box-shadow:none;border-radius:0;padding:0;font-size:12px;font-weight:500;line-height:1.2}}.matches-table__title{letter-spacing:0%;font-size:20px;font-weight:600;line-height:1.2}@media (max-width:1224px){.matches-table__title{letter-spacing:-1%;font-size:16px;font-weight:600;line-height:1.2}}.matches-table__title{text-align:left}.matches-table__title--country{flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;display:flex}.matches-table__title--country img{object-fit:contain;border-radius:100px;width:40px;min-width:40px;max-width:40px;height:40px}@media (max-width:1224px){.matches-table__title--country img{width:30px;min-width:30px;max-width:30px;height:30px}.matches-table__title{display:none}}.matches-table__content{width:100%}.matches-table__list{flex-direction:column;justify-content:flex-start;align-items:center;gap:20px;width:100%;display:flex;position:relative}@media (max-width:1224px){.matches-table__list{gap:10px}}.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:1224px){.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;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}.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;max-width:70px;padding:5px 0;display:flex}@media (max-width:1224px){.matches-table__card-info{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-width:55px;max-width:55px;display:flex}}.matches-table__league{color:var(--color-text);letter-spacing:-1%;flex-direction:row;justify-content:flex-start;align-items:center;gap:44px;padding-left:30px;font-size:12px;font-weight:500;line-height:1.2;display:flex}@media (max-width:1224px){.matches-table__league{letter-spacing:-1%;gap:36px;padding-left:25px;font-size:12px;font-weight:500;line-height:1.2}}.matches-table__league-wrapper{flex-direction:row;justify-content:center;align-items:center;gap:10px;display:flex}@media (max-width:1224px){.matches-table__league-wrapper{gap:13px}}.matches-table__league-info{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.matches-table__league-logo{object-fit:contain;width:24px;min-width:24px;max-width:24px;height:24px}@media (max-width:1224px){.matches-table__league-logo{width:20px;min-width:20px;max-width:20px;height:20px}}.matches-table__league-logo{object-fit:contain}.matches-table__league-flag{object-fit:contain;width:24px;min-width:24px;max-width:24px;height:24px}@media (max-width:1224px){.matches-table__league-flag{width:20px;min-width:20px;max-width:20px;height:20px}}.matches-table__league-flag{border-radius:100px}.matches-table__league-name{letter-spacing:0%;font-size:15px;font-weight:500;line-height:1.2}@media (max-width:1224px){.matches-table__league-name{letter-spacing:-1%;font-size:12px;font-weight:500;line-height:1.2}}.matches-table__league-name:hover{color:var(--color-accent)}.matches-table__league-region{letter-spacing:-1%;font-size:12px;font-weight:500;line-height:1.2}@media (max-width:1224px){.matches-table__league-region{letter-spacing:-1%;font-size:12px;font-weight:500;line-height:1.2}}.matches-table__league-region{color:var(--color-muted);text-align:left}.matches-table__league-region:hover{color:var(--color-accent)}.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:1224px){.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:16px;width:100%;max-height:19px;display:flex;position:relative}@media (max-width:1224px){.matches-table__team-row{flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:14px;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;object-fit:contain;border-radius:50%;width:16px;min-width:16px;max-width:16px;height:16px;overflow:hidden}@media (max-width:1224px){.matches-table__team-logo{width:16px;min-width:16px;max-width:16px;height:16px}}.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;display:-webkit-box;overflow:hidden}.matches-table__team-score{color:var(--color-muted);text-align:center;text-wrap:nowrap;min-width:30px}.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__time-added{letter-spacing:0%;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:600;position:relative;left:5px}.matches-table__badge{border-radius:8px;min-width:25px;min-height:22px;margin-left:5px;font-weight:700}.matches-table__badge--w{letter-spacing:-.17px;border-radius:5px;flex-direction:row;justify-content:center;align-items:center;font-size:15px;font-weight:600;line-height:1.2;display:flex}@media (max-width:1224px){.matches-table__badge--w{letter-spacing:-1%;font-size:11px;font-weight:700;line-height:1.2}}.matches-table__badge--w{object-fit:contain;width:24px;min-width:24px;max-width:24px;height:24px;padding:5px}@media (max-width:1224px){.matches-table__badge--w{width:20px;min-width:20px;max-width:20px;height:20px}}.matches-table__badge--w{background-color:var(--color-accept-light);color:var(--color-accept)}@media (max-width:1224px){.matches-table__badge--w{width:25px;height:25px}}.matches-table__badge--w{font-size:1.15rem}.matches-table__badge--l{letter-spacing:-.17px;border-radius:5px;flex-direction:row;justify-content:center;align-items:center;font-size:15px;font-weight:600;line-height:1.2;display:flex}@media (max-width:1224px){.matches-table__badge--l{letter-spacing:-1%;font-size:11px;font-weight:700;line-height:1.2}}.matches-table__badge--l{object-fit:contain;width:24px;min-width:24px;max-width:24px;height:24px;padding:5px}@media (max-width:1224px){.matches-table__badge--l{width:20px;min-width:20px;max-width:20px;height:20px}}.matches-table__badge--l{background-color:var(--color-error-light);color:var(--color-error)}@media (max-width:1224px){.matches-table__badge--l{width:25px;height:25px}}.matches-table__badge--l{font-size:1.15rem}.matches-table__badge--d{letter-spacing:-.17px;border-radius:5px;flex-direction:row;justify-content:center;align-items:center;font-size:15px;font-weight:600;line-height:1.2;display:flex}@media (max-width:1224px){.matches-table__badge--d{letter-spacing:-1%;font-size:11px;font-weight:700;line-height:1.2}}.matches-table__badge--d{object-fit:contain;width:24px;min-width:24px;max-width:24px;height:24px;padding:5px}@media (max-width:1224px){.matches-table__badge--d{width:20px;min-width:20px;max-width:20px;height:20px}}.matches-table__badge--d{background-color:var(--color-border);color:var(--color-muted)}@media (max-width:1224px){.matches-table__badge--d{width:25px;height:25px}}.matches-table__badge--d{font-size:1.15rem}.matches-table__date{text-align:center}.matches-table__status{text-align:center;white-space:pre-wrap;word-break:break-word}.matches-table .switcher{overflow-x:auto}@media (max-width:1224px){.matches-table--leagues,.matches-table--players{background-color:var(--color-bg)}}.matches-table--leagues .matches-table__card,.matches-table--players .matches-table__card{padding-top:0}@media (max-width:1224px){.matches-table--leagues .matches-table__card,.matches-table--players .matches-table__card{padding-top:20px}}.matches-table--leagues .matches-table__league{display:none}
.next{width:100%}.next__wrapper{flex-direction:column;justify-content:flex-start;align-items:center;gap:20px;width:100%;padding:20px;display:flex;position:relative}@media (max-width:1224px){.next__wrapper{gap:10px;padding:10px}}.next__wrapper{background-color:var(--color-contrast-alt);border-radius:20px;min-height:180px;overflow:hidden;box-shadow:0 0 16px #0000001a}.next__title{letter-spacing:0%;font-size:20px;font-weight:600;line-height:1.2;display:block}@media (max-width:1224px){.next__title{letter-spacing:-1%;font-size:16px;font-weight:600;line-height:1.2}}.next__title{text-align:center;width:100%}@media (max-width:1224px){.next__title{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{letter-spacing:0%;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;font-size:17px;font-weight:500;line-height:1.2;display:flex}@media (max-width:1224px){.next__league-row{letter-spacing:0%;font-size:14px;font-weight:500;line-height:1.2}}.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{letter-spacing:0%;font-size:17px;font-weight:500;line-height:1.2}@media (max-width:1224px){.next__team-name{letter-spacing:0%;font-size:14px;font-weight:500;line-height:1.2}}.next__team-name{-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-word;white-space:normal;-webkit-box-orient:vertical;max-width:110px;display:-webkit-box;overflow:hidden}@media (max-width:1224px){.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{position:relative}.next__logo img{object-fit:contain;width:40px;min-width:40px;max-width:40px;height:40px}@media (max-width:1224px){.next__logo img{width:30px;min-width:30px;max-width:30px;height:30px}}.next__logo-background{opacity:.15;width:150px;transition:all .3s ease-in-out;position:absolute;top:35px}@media (max-width:1224px){.next__logo-background{width:100px;top:65px}}.next__logo-background--home{left:-100px}@media (max-width:1224px){.next__logo-background--home{left:-35px}}.next__logo-background--away{right:-100px}@media (max-width:1224px){.next__logo-background--away{right:-35px}}.next__center{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:90px;margin-top:10px;display:flex}.next__date{letter-spacing:0%;font-size:20px;font-weight:600;line-height:1.2}@media (max-width:1224px){.next__date{letter-spacing:-1%;font-size:16px;font-weight:600;line-height:1.2}}.next__date{text-wrap:nowrap}.next__time{letter-spacing:-1%;font-size:12px;font-weight:500;line-height:1.2}@media (max-width:1224px){.next__time{letter-spacing:-1%;font-size:12px;font-weight:500;line-height:1.2}}.next__time{color:var(--color-muted)}
