.match-detail{flex-direction:column;justify-content:flex-start;align-items:center;gap:20px;width:100%;display:flex;position:relative}@media (max-width:1224px){.match-detail{gap:10px}}.match-detail{z-index:2}.match-detail__toprow{flex-direction:row;justify-content:flex-end;align-items:center;width:115%;display:flex}.match-detail__header{z-index:1;width:100%;color:var(--color-accent-text);flex-direction:row;justify-content:space-between;align-items:center;display:flex}.match-detail__header-back,.match-detail__header-options{display:none}@media (max-width:1224px){.match-detail__header-back,.match-detail__header-options{display:block}}.match-detail__header-back{padding-left:5px}.match-detail__header-options{padding-right:3px}.match-detail__header-title{z-index:1;letter-spacing:-1%;font-size:26px;font-weight:600;line-height:1.2}@media (max-width:1224px){.match-detail__header-title{letter-spacing:-1%;font-size:20px;font-weight:600;line-height:1.2}}.match-detail__header-title{text-align:left;width:100%;color:var(--color-accent-text)}@media (max-width:1224px){.match-detail__header-title{text-align:center;padding:0}}.match-detail__wrapper{z-index:2;background-color:var(--color-contrast-alt);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;min-height:225px;padding:20px 10%;display:flex;overflow:hidden;box-shadow:0 0 8px #0000001a}@media (max-width:1224px){.match-detail__wrapper{filter:none}}.match-detail__info{text-align:center;flex-direction:row;justify-content:space-between;align-items:stretch;width:100%;display:flex}.match-detail__info-side{cursor:pointer;border-radius:15px;flex-direction:column;justify-content:flex-start;align-items:center;gap:5px;width:100%;max-width:33%;padding:1rem;display:flex;position:relative}.match-detail__info-side:hover{background-color:color-mix(in srgb, var(--color-muted-light) 12%, transparent)}.match-detail__info-side--left .match-detail__info-background{left:-100px;scale:1.75}@media (max-width:1224px){.match-detail__info-side--left .match-detail__info-background{left:-30%;scale:1}}.match-detail__info-side--right .match-detail__info-background{right:-100px;scale:1.75}@media (max-width:1224px){.match-detail__info-side--right .match-detail__info-background{right:-30%;scale:1}}.match-detail__info-background{z-index:-1;opacity:.15;object-fit:contain;width:100px;min-width:100px;max-width:100px;height:100px;max-height:105px;position:absolute;bottom:-10%}@media (max-width:1224px){.match-detail__info-background{width:70px;min-width:70px;max-width:70px;height:70px;bottom:-25%}}.match-detail__info-mark{color:var(--color-accent);padding:5px}.match-detail__info-center{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.match-detail__info-time{letter-spacing:-1%;font-size:26px;font-weight:600;line-height:1.2}@media (max-width:1224px){.match-detail__info-time{letter-spacing:-1%;font-size:20px;font-weight:600;line-height:1.2}}.match-detail__info-logo{flex-direction:column;justify-content:center;align-items:center;min-height:60px;display:flex}.match-detail__info-date{letter-spacing:-.17px;font-size:15px;font-weight:600;line-height:1.2}@media (max-width:1224px){.match-detail__info-date{letter-spacing:-1%;font-size:11px;font-weight:700;line-height:1.2}}.match-detail__info-date--ended{color:var(--color-muted);letter-spacing:-1%;font-size:12px;font-weight:500;line-height:1.2;position:absolute;top:0}@media (max-width:1224px){.match-detail__info-date--ended{letter-spacing:-1%;font-size:12px;font-weight:500;line-height:1.2}}.match-detail__info-date--ended{text-wrap:nowrap}.match-detail__info-error{color:var(--color-error);margin-top:5px}.match-detail__info-title{-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-word;white-space:normal;letter-spacing:0%;-webkit-box-orient:vertical;font-size:17px;font-weight:500;line-height:1.2;display:-webkit-box;overflow:hidden}@media (max-width:1224px){.match-detail__info-title{letter-spacing:0%;font-size:14px;font-weight:500;line-height:1.2}}.match-detail__info-title{word-break:normal;overflow-wrap:break-word;min-height:3.4rem}@media (max-width:1224px){.match-detail__info-title{min-height:32px}}.match-detail__info-subtitle{letter-spacing:-1%;font-size:12px;font-weight:500;line-height:1.2}@media (max-width:1224px){.match-detail__info-subtitle{letter-spacing:-1%;font-size:12px;font-weight:500;line-height:1.2}}.match-detail__events{flex-direction:row;justify-content:center;align-items:flex-start;gap:7%;width:100%;margin:0 auto;display:flex}@media (max-width:1224px){.match-detail__events{max-width:unset;gap:15px;padding:0 10px}}.match-detail__events-icon{width:100px}.match-detail__events-wrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}@media (max-width:1224px){.match-detail__events-wrapper{min-width:50%}}.match-detail__events-wrapper--left,.match-detail__events-wrapper--right{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.match-detail__event{width:100%;letter-spacing:-1%;flex-flow:row;justify-content:center;align-items:center;gap:5px;font-size:12px;font-weight:500;line-height:1.2;display:flex}@media (max-width:1224px){.match-detail__event{letter-spacing:-1%;font-size:12px;font-weight:500;line-height:1.2}}.match-detail__event-player{-webkit-line-clamp:1;text-overflow:ellipsis;word-break:break-word;white-space:normal;border-radius:3px;-webkit-box-orient:vertical;width:100%;padding:2px 4px;display:-webkit-box;overflow:hidden}.match-detail__event-player:hover{background-color:color-mix(in srgb, var(--color-muted-light) 12%, transparent)}.match-detail__event-image{width:fit-content}.match-detail__event-icon{object-fit:contain;width:16px;min-width:16px;max-width:16px;height:16px}@media (max-width:1224px){.match-detail__event-icon{width:16px;min-width:16px;max-width:16px;height:16px}}.match-detail__event-OG{font-size:11px;font-weight:800}
