.profile-mobile,.profile-details{background-color:var(--color-contrast-alt);border-radius:20px;flex-direction:row;justify-content:space-between;align-items:center;gap:18px;width:100%;padding:40px;display:flex;box-shadow:0 0 30px #0000001a}.profile-mobile__image-wrapper,.profile-details__image-wrapper{aspect-ratio:1;z-index:0;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:250px;display:flex;position:relative;overflow:hidden}.profile-mobile__image-wrapper:before,.profile-details__image-wrapper:before{content:"";border-radius:inherit;background:var(--gradient-bg);-webkit-mask-composite:xor;pointer-events:none;z-index:-1;padding:4px;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}.profile-mobile__image-wrapper img,.profile-details__image-wrapper img{object-fit:contain;z-index:-2}.profile-mobile__wrapper,.profile-details__wrapper{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:10px;width:100%;max-width:130%;min-height:250px;display:flex}.profile-mobile__info,.profile-details__info{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:10px;display:flex}.profile-mobile__info-date,.profile-details__info-date{color:var(--color-muted);text-align:right;font-size:1.4rem}.profile-mobile__info-name,.profile-details__info-name{text-align:right;-webkit-line-clamp:3;text-overflow:ellipsis;word-break:break-word;white-space:normal;-webkit-box-orient:vertical;font-size:2.475rem;font-weight:500;display:-webkit-box;overflow:hidden}.profile-mobile__info-email,.profile-details__info-email{flex-direction:column;justify-content:flex-start;align-items:flex-end;gap:5px;display:flex;position:relative}.profile-mobile__info-email span,.profile-mobile__info-email a,.profile-details__info-email span,.profile-details__info-email a{position:relative}.profile-mobile__info-email-name,.profile-details__info-email-name{text-align:right;color:var(--color-muted);-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-word;white-space:normal;-webkit-box-orient:vertical;font-size:1.55rem;display:-webkit-box;overflow:hidden}@media (max-width:1024px){.profile-mobile__info-email-name,.profile-details__info-email-name{color:var(--color-accent-text);font-size:.8rem;font-weight:400}}.profile-mobile__actions,.profile-details__actions{flex-direction:row;justify-content:flex-start;align-items:center;gap:20px;display:flex}@media (max-width:1024px){.profile-mobile__actions,.profile-details__actions{flex-direction:row;justify-content:flex-start;align-items:stretch;gap:10px;display:flex}}.profile-mobile__actions-edit,.profile-details__actions-edit{border:2px solid var(--color-border);color:var(--color-muted);border-radius:24px;padding:10px 30px;transition:all .3s}.profile-mobile__actions-edit span,.profile-details__actions-edit span{font-size:1.4rem;font-weight:500}.profile-mobile__actions-edit:hover,.profile-details__actions-edit:hover{box-shadow:0 0 20px #0000001a}.profile-mobile__actions-more,.profile-mobile__actions-copy,.profile-details__actions-more,.profile-details__actions-copy{padding:0}.profile-mobile__actions-more svg,.profile-mobile__actions-more img,.profile-mobile__actions-copy svg,.profile-mobile__actions-copy img,.profile-details__actions-more svg,.profile-details__actions-more img,.profile-details__actions-copy svg,.profile-details__actions-copy img{color:var(--color-accent)}.profile-mobile__actions-more svg,.profile-mobile__actions-copy svg,.profile-details__actions-more svg,.profile-details__actions-copy svg{min-width:27px;min-height:33px}@media (max-width:1024px){.profile-mobile__actions-more svg,.profile-mobile__actions-copy svg,.profile-details__actions-more svg,.profile-details__actions-copy svg{min-width:14px;min-height:16px}}.profile-mobile__actions-more,.profile-details__actions-more{padding:0;transform:rotate(90deg)}.profile-mobile__actions-more span,.profile-details__actions-more span{font-size:2.15rem}.profile-mobile__actions-more-wrapper,.profile-details__actions-more-wrapper{position:relative}@media (max-width:1024px){.profile-mobile__actions-edit,.profile-mobile__actions-more,.profile-mobile__actions-copy,.profile-details__actions-edit,.profile-details__actions-more,.profile-details__actions-copy{border:unset;padding:0}.profile-mobile__actions-edit svg,.profile-mobile__actions-edit span,.profile-mobile__actions-edit img,.profile-mobile__actions-more svg,.profile-mobile__actions-more span,.profile-mobile__actions-more img,.profile-mobile__actions-copy svg,.profile-mobile__actions-copy span,.profile-mobile__actions-copy img,.profile-details__actions-edit svg,.profile-details__actions-edit span,.profile-details__actions-edit img,.profile-details__actions-more svg,.profile-details__actions-more span,.profile-details__actions-more img,.profile-details__actions-copy svg,.profile-details__actions-copy span,.profile-details__actions-copy img{max-width:18px;color:var(--color-accent-text);font-size:1.05rem}}.profile-mobile__avatar,.profile-details__avatar{flex-direction:column;justify-content:center;align-items:center;gap:30px;display:flex}.profile-mobile__avatar-select,.profile-details__avatar-select{color:var(--color-accent);cursor:pointer;text-wrap:nowrap;white-space:nowrap;min-width:max-content;font-size:1.4rem;font-weight:500;transition:all .3s}.profile-mobile__avatar-select:hover,.profile-details__avatar-select:hover{filter:brightness(1.2)}@media (max-width:1024px){.profile-mobile__avatar,.profile-details__avatar{gap:20px;width:100%;max-width:66px;min-height:66px}.profile-mobile__avatar-select,.profile-details__avatar-select{font-size:1.1rem}}.profile-mobile__dropdown,.profile-details__dropdown{z-index:11;background-color:var(--color-contrast-bg);border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px;width:200px;padding:10px;display:flex;position:absolute;top:calc(100% + 20px);right:-8px;box-shadow:0 0 12px #0000001a}.profile-mobile__dropdown-item,.profile-details__dropdown-item{box-sizing:border-box;width:100%;color:var(--color-muted);border-radius:8px;flex-direction:row;justify-content:space-between;align-items:flex-start;display:flex;padding:8px 10px!important}.profile-mobile__dropdown-item:hover,.profile-details__dropdown-item:hover{background-color:color-mix(in srgb, var(--color-muted-light) 12%, transparent)}.profile-mobile__dropdown-item,.profile-details__dropdown-item{text-wrap:nowrap;gap:10px;font-weight:600}.profile-mobile__dropdown-item span,.profile-details__dropdown-item span{justify-content:space-between;align-items:center;width:100%}.profile-mobile__dropdown-item svg,.profile-mobile__dropdown-item img,.profile-details__dropdown-item svg,.profile-details__dropdown-item img{width:16.89px!important;height:16.89px!important}.profile-mobile__dropdown-item--danger,.profile-details__dropdown-item--danger{color:var(--color-error)}.profile-mobile__dropdown-item--danger svg,.profile-details__dropdown-item--danger svg{color:var(--color-error);filter:none}.profile-mobile__share-tooltip,.profile-details__share-tooltip{background-color:var(--color-bg);border-radius:8px;padding:5px 10px;box-shadow:0 0 10px #0000001a}.profile-mobile__confirm,.profile-details__confirm{background-color:var(--color-contrast-bg);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:20px;max-width:360px;margin:0 auto;padding:30px;display:flex}.profile-mobile__confirm-title,.profile-details__confirm-title{font-size:1.1rem;font-weight:500}.profile-mobile__confirm-actions,.profile-details__confirm-actions{flex-direction:row;justify-content:center;align-items:center;gap:15px;width:100%;display:flex}.profile-mobile__confirm-btn--no,.profile-details__confirm-btn--no{border:2px solid var(--color-border);border-radius:20px;padding:8px 20px}.profile-mobile__confirm-btn--yes,.profile-details__confirm-btn--yes{border-radius:20px;padding:8px 20px;background-color:var(--color-error)!important}.profile-mobile__confirm-btn,.profile-details__confirm-btn{transition:all .3s}.profile-mobile__confirm-btn:hover,.profile-details__confirm-btn:hover{box-shadow:0 0 20px #0000001a}.profile-edit{background-color:var(--color-contrast-bg);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:40px;max-width:450px;margin:0 auto;padding:40px;display:flex}@media (max-width:1024px){.profile-edit{min-width:unset;gap:30px;width:100%;margin:30px auto 0;padding:20px}}.profile-edit__form{flex-direction:column;justify-content:center;align-items:center;gap:30px;width:100%;display:flex;position:relative}@media (max-width:1024px){.profile-edit__form{gap:15px}}.profile-edit__actions{flex-direction:row;justify-content:flex-end;align-items:center;width:100%;display:flex}.profile-edit__email{flex-direction:row;justify-content:flex-start;align-items:flex-end;width:100%;display:flex;position:relative}@media (max-width:1024px){.profile-edit__email{height:10px}}.profile-edit__email-confirm{text-wrap:nowrap;flex-direction:row;justify-content:center;align-items:center;gap:12px;font-size:.925rem;font-weight:400;transition:all .3s;display:flex;position:absolute;bottom:-5px}@media (max-width:1024px){.profile-edit__email-confirm{bottom:-3px}}.profile-edit__email-confirm--not-confirmed{color:var(--color-error);cursor:pointer}.profile-edit__email-confirm--not-confirmed:hover{filter:brightness(1.2)}.profile-edit__email-confirm--confirmed{color:var(--color-accept)}.profile-edit__error{color:var(--color-error);position:absolute}.profile-edit__error-wrapper{flex-direction:row;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.profile-edit__created{width:100%;color:var(--color-muted);text-align:left;font-weight:500}.profile-edit__avatar-input{display:none}.profile-mobile{background-color:unset;width:100%;box-shadow:unset;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:10px;min-height:130px;padding:15px 20px;display:flex;position:relative}.profile-mobile__image-wrapper{background-color:var(--color-bg);max-width:58px;padding:2px}.profile-mobile__image-wrapper:before{display:none}.profile-mobile__image-wrapper img{z-index:1;border-radius:100%;position:relative!important}.profile-mobile__wrapper{width:100%;min-height:unset;flex-direction:row;justify-content:space-between;align-items:center;gap:30px;display:flex}.profile-mobile__info{width:100%;color:var(--color-accent-text);flex-direction:column;justify-content:space-between;align-items:flex-start;gap:2px;display:flex}.profile-mobile__info-date{color:var(--color-accent-text);text-align:left;text-wrap:nowrap;font-size:.8rem;font-weight:400}.profile-mobile__info-name{text-align:left;font-size:1.1rem;font-weight:500}.profile-mobile__info-email{flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex}.profile-mobile__info-email .profile-edit__email-confirm{background-color:var(--color-bg);border-radius:8px;padding:3px 5px;font-size:.7rem}.profile-mobile__info-email .profile-edit__email-confirm img{width:10px;height:10px}.profile-mobile__dropdown{top:calc(100% + 8px);right:calc(100% - 20px)}.header-gradient--profile{border-radius:0 0 20px 20px;max-height:130px}
.favorite-card__wrapper{width:100%;margin-top:40px}@media (max-width:1024px){.favorite-card__wrapper{margin:0 10px}}.favorite-card{background-color:var(--color-contrast-alt);border:1px solid var(--color-border);border-radius:20px;padding:20px;box-shadow:0 0 30px #0000001a}.favorite-card__title{text-align:center;width:100%;margin-bottom:40px;font-size:1.525rem;font-weight:700}.favorite-card__subtitle{text-align:left;width:100%;margin:18px 0 10px;font-size:1.425rem;font-weight:700}.favorite-card__nodata{background-color:var(--color-bg);color:var(--color-muted);border:1px solid var(--color-border);background-color:var(--color-bg);text-align:center;border-radius:20px;padding:5rem 0;font-size:12px;font-weight:500}.favorite-card .show-all__toggle svg{transform:rotate(0)}.favorite-item__wrapper{flex-wrap:wrap;justify-content:flex-start;gap:1rem;display:flex}.favorite-item{border:1px solid var(--color-border);border-radius:10px;flex-direction:column;justify-content:space-between;align-items:center;gap:7px;width:100%;max-width:130px;min-height:108px;padding:9px;display:flex}.favorite-item__actions{width:100%;color:var(--color-muted);flex-direction:row;justify-content:space-between;align-items:flex-start;margin-bottom:-1rem;display:flex}.favorite-item__actions svg{width:17px;height:17px}.favorite-item__logo{width:30px;height:30px;position:relative}.favorite-item__logo img{color:#0000;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.favorite-item__title{text-align:center;font-size:14px;font-weight:600}.favorite-item__title a{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:120px;display:-webkit-box;overflow:hidden}.favorite-item__subtitle{flex-direction:row;justify-content:flex-start;align-items:center;gap:.25rem;font-size:10px;font-weight:700;display:flex}.favorite-item__subtitle a{text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.favorite-item__subtitle img{width:10px;height:10px}.favorite-item .logoLink{flex-shrink:0}
.overview{width:100%;padding:10px}.overview__block{background-color:var(--color-contrast-bg);border:1px solid var(--color-border);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;margin-bottom:15px;padding:20px;display:flex}@media (max-width:1024px){.overview__block{padding:15px}}.overview__title{text-align:left;width:100%;font-size:1.1rem;font-weight:500}.overview__list{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:10px;width:100%;display:flex}.overview__item{list-style:none}.overview__link{flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:10px 0;display:flex}.overview__left{flex-direction:row;justify-content:flex-start;align-items:center;gap:.8rem;display:flex}.overview__left svg{width:20px;height:20px;color:var(--color-muted)}.overview__left span{text-wrap:nowrap;font-size:1rem;font-weight:400}.overview__right{max-width:15px;max-height:20px;position:absolute;right:0;color:var(--color-accent)!important}
.vote-stats{gap:20px;width:100%;padding:25px}@media (max-width:1024px){.vote-stats{padding:10px}}.vote-stats{flex-direction:column;justify-content:center;align-items:center;display:flex}@media (max-width:1024px){.vote-stats{padding:20px 30px}}.vote-stats .switcher{gap:3px;max-width:100%;overflow-x:auto}.vote-stats .switcher button{padding:8px 15px}.vote-stats .switcher button span{font-size:1.4rem;font-weight:500}@media (max-width:1024px){.vote-stats .switcher button span{font-size:1rem}}.vote-stats .switcher button.active{background-color:var(--color-accent)}.vote-stats__title{text-align:left;width:100%;font-size:1.525rem;font-weight:700}@media (max-width:1024px){.vote-stats__title{font-size:1.15rem;font-weight:600}}.vote-stats__grid{grid-template-columns:repeat(2,1fr);gap:20px 40px;width:100%;margin-top:15px;padding:10px;display:grid}@media (max-width:1024px){.vote-stats__grid{flex-direction:column;justify-content:center;align-items:center;gap:5px;margin-top:10px;padding:0;display:flex}}.vote-stats__block{z-index:1;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;padding:20px;display:flex;position:relative}.vote-stats__block: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}@media (max-width:1024px){.vote-stats__block{z-index:0;border-bottom:1px solid var(--color-border);border-radius:0;flex-direction:row-reverse;justify-content:space-between;align-items:center;padding:0 0 4px;display:flex}.vote-stats__block:before{display:none}}.vote-stats__block--1:before{background:linear-gradient(34.26deg,gold,#b8860b)}.vote-stats__block--2:before{background:linear-gradient(215.51deg,silver,gray)}.vote-stats__block--3:before{background:linear-gradient(34.14deg,#cd7f32,#c9ae5d)}.vote-stats__value{font-size:1.39rem;font-weight:500}@media (max-width:1024px){.vote-stats__value{color:var(--color-accept);font-size:1rem;font-weight:400}.vote-stats__value span{color:var(--color-muted)}}.vote-stats__value--1,.vote-stats__value--2,.vote-stats__value--3{color:var(--color-accent-text);border-radius:100%;flex-direction:column;justify-content:center;align-items:center;width:25px;height:25px;display:flex}@media (max-width:1024px){.vote-stats__value--1,.vote-stats__value--2,.vote-stats__value--3{width:20px;height:20px}}.vote-stats__value--1{background:linear-gradient(34.26deg,gold,#b8860b)}.vote-stats__value--2{background:linear-gradient(215.51deg,silver,gray)}.vote-stats__value--3{background:linear-gradient(34.14deg,#cd7f32,#c9ae5d)}.vote-stats__label{color:var(--color-muted);text-align:center;font-size:1rem;font-weight:500}@media (max-width:1024px){.vote-stats__label{font-size:1rem}}.vote-stats__login{height:100px;color:var(--color-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:15px;font-size:1.25rem;font-weight:500;display:flex}.vote-stats__login a{background-color:var(--color-accent);color:var(--color-accent-text);border-radius:12px;padding:8px 12px;transition:all .15s}.vote-stats__login a:hover{filter:brightness(1.1)}
.predictions{gap:20px;width:100%;padding:25px}@media (max-width:1024px){.predictions{padding:10px}}.predictions{flex-direction:column;justify-content:center;align-items:center;display:flex}.predictions__title{text-align:center;font-size:1.525rem;font-weight:700}.predictions .switcher{gap:3px;max-width:100%;overflow-x:auto}.predictions .switcher button{padding:8px 15px}.predictions .switcher button span{font-size:1.4rem;font-weight:500}@media (max-width:1024px){.predictions .switcher button span{font-size:1rem}}.predictions .switcher button.active{background-color:var(--color-accent)}.predictions__list{flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}@media (max-width:1024px){.predictions__list{gap:15px}}.predictions__group{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.predictions__group-header{flex-direction:row;justify-content:space-between;align-items:center;width:100%;font-size:1rem;font-weight:500;display:flex}.predictions__date,.predictions__count{font-size:1.45rem;font-weight:600}@media (max-width:1024px){.predictions__date,.predictions__count{font-size:.925rem;font-weight:400}}.predictions__item{border:1px solid var(--color-border);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;padding:20px;display:flex;position:relative}@media (max-width:1024px){.predictions__item{gap:10px;padding:9px 10px}}.predictions__teams{border-bottom:1px solid var(--color-border);cursor:pointer;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100%;padding-bottom:20px;display:flex}@media (max-width:1024px){.predictions__teams{padding-bottom:10px}}.predictions__teams:hover .predictions__team{color:var(--color-accent)}.predictions__team{flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;width:100%;font-size:1.535rem;font-weight:500;transition:all .3s ease-in-out;display:flex}@media (max-width:1024px){.predictions__team{font-size:.925rem}.predictions__team img{width:16px}}.predictions__team--away{flex-direction:row-reverse;justify-content:flex-start;align-items:center;display:flex}.predictions__team--vs{color:var(--color-muted);flex-direction:column;justify-content:center;align-items:center;font-size:1.1rem;font-weight:500;display:flex}@media (max-width:1024px){.predictions__team--vs{font-size:.925rem;font-weight:300}}.predictions__team-name{text-wrap:nowrap;-webkit-line-clamp:1;text-overflow:ellipsis;word-break:break-word;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.predictions__question{font-size:1.4rem;font-weight:500}@media (max-width:1024px){.predictions__question{font-size:.925rem}}.predictions__footer{flex-direction:column;justify-content:flex-start;align-items:center;gap:20px;width:100%;display:flex}.predictions__row{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.predictions__value{flex-direction:row;justify-content:flex-end;align-items:center;gap:25px;display:flex}@media (max-width:1024px){.predictions__value{gap:16px}.predictions__value img{width:15px}}.predictions__badge{color:var(--color-accent-text);background-color:var(--color-muted);box-sizing:unset;border-radius:100px;padding:10px 15px;font-size:1.4rem}.predictions__badge--win{background-color:var(--color-accept)}.predictions__badge--lose{background-color:var(--color-error)}.predictions__badge--pending{background-color:var(--color-muted)}@media (max-width:1024px){.predictions__badge{padding:5px 10px;font-size:.925rem}}.predictions__show{cursor:pointer;color:var(--color-accent-hover);background:0 0;border:none;flex-direction:row;justify-content:center;align-items:center;gap:3px;margin-top:12px;padding:0;font-size:1.225rem;font-weight:500;transition:color .2s;display:inline-flex}.predictions__show:hover{color:var(--color-accent)}.predictions__show svg{width:12px;height:25px;display:inline-flex;transform:rotate(90deg)}.predictions__show--active svg{transform:rotate(-90deg)}.predictions__skeleton-count,.predictions__skeleton-date{border-radius:8px;width:120px;height:20px}.predictions__skeleton-image{border-radius:100%;min-width:28px;height:28px}.predictions__skeleton-team,.predictions__skeleton-question{border-radius:8px;width:180px;height:20px}.predictions__skeleton-time,.predictions__skeleton-badge{width:30px;height:20px}
.top-predictors{background-color:var(--color-contrast-alt);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:15px;width:100%;padding:20px;display:flex;box-shadow:0 0 12px #0000001a}.top-predictors__title{font-size:1.525rem;font-weight:700}.top-predictors__wrapper{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;display:flex}@media (max-width:1024px){.top-predictors__wrapper{flex-direction:row-reverse;justify-content:center;align-items:center;gap:10px;display:flex}}.top-predictors__header{border:1px solid var(--color-border);box-sizing:border-box;cursor:pointer;border-radius:10px;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:10px;transition:all .25s ease-in-out;display:flex;position:relative}@media (max-width:1024px){.top-predictors__header{padding:5px 10px}}.top-predictors__header:not(.top-predictors__header--active):hover{border-color:var(--color-accent)}.top-predictors__header:not(.top-predictors__header--active):hover .top-predictors__arrow{color:var(--color-accent);transform:translate(-3px)}.top-predictors__header:not(.top-predictors__header--active):hover .top-predictors__desc--static{text-decoration:underline}.top-predictors__header--button{cursor:pointer;background:var(--color-contrast-alt)}.top-predictors__header--active{background:var(--color-accent);color:var(--color-accent-text)}.top-predictors__header--static,.top-predictors__header--static:hover{border:unset}.top-predictors__name{flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;display:flex}.top-predictors__icon-wrapper{background-color:var(--color-accent);width:40px;height:40px;color:var(--color-accent-text);border-radius:100%;flex-direction:row;justify-content:center;align-items:center;padding:10px;transition:all .25s ease-in-out;display:flex;position:relative}.top-predictors__icon-wrapper--active{background-color:var(--color-accent-text);color:var(--color-accent)}@media (max-width:1024px){.top-predictors__icon-wrapper{width:28px;min-width:28px;height:28px;padding:5px}}.top-predictors__icon-wrapper svg{object-fit:contain;width:20px;height:20px}@media (max-width:1024px){.top-predictors__icon-wrapper svg{width:16px;height:16px}}.top-predictors__label{font-size:1.375rem;font-weight:700}@media (max-width:1024px){.top-predictors__label{font-size:1rem}}.top-predictors__desc{color:var(--color-accent-disabled);font-size:1.375rem;font-weight:700;transition:all .25s ease-in-out}@media (max-width:1024px){.top-predictors__desc{color:inherit;font-size:1rem}}.top-predictors__desc--static{font-size:1.315rem}@media (max-width:1024px){.top-predictors__desc--static{color:var(--color-accent-disabled);font-size:1rem}}.top-predictors__arrow{width:13px;transition:all .25s ease-in-out}.top-predictors-table{gap:20px;width:100%;padding:25px}@media (max-width:1024px){.top-predictors-table{padding:10px}}.top-predictors-table{flex-direction:column;justify-content:center;align-items:center;display:flex}@media (max-width:1024px){.top-predictors-table{margin-top:10px}}.top-predictors-table__title{text-align:center;z-index:1;font-size:1.525rem;font-weight:700}@media (max-width:1024px){.top-predictors-table__title{color:var(--color-accent-text);font-size:1.31rem}}.top-predictors-table__wrapper,.top-predictors-table__list{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.top-predictors-table__header{color:var(--color-muted);flex-direction:row;justify-content:space-between;align-items:center;gap:15px;width:100%;padding:0 18px;font-size:.9rem;display:flex}.top-predictors-table__header-item--username{text-align:left;width:100%}.top-predictors-table__row{border-radius:100px;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:10px 12px;display:flex}.top-predictors-table__row--1{color:var(--color-accent-text);background:linear-gradient(34.26deg,gold -25%,#efbf50 23.03%,#ebb866 43.91%,#e1ae54 64.09%,#b8860b 119.76%)}.top-predictors-table__row--2{color:var(--color-accent-text);background:linear-gradient(215.51deg,silver 28.55%,gray 142.47%)}.top-predictors-table__row--3{color:var(--color-accent-text);background:linear-gradient(34.14deg,#cd7f32 8.76%,#c9ae5d 158.06%)}.top-predictors-table__row--current{background-color:var(--color-accent);color:var(--color-accent-text)}@media (max-width:1024px){.top-predictors-table__row:not(.top-predictors-table__row--1):not(.top-predictors-table__row--2):not(.top-predictors-table__row--3):not(.top-predictors-table__row--current){border-bottom:1px solid var(--color-border);border-radius:0}.top-predictors-table__row:not(.top-predictors-table__row--1):not(.top-predictors-table__row--2):not(.top-predictors-table__row--3):not(.top-predictors-table__row--current) .top-predictors-table__rank{color:var(--color-muted)}}.top-predictors-table__row:hover .top-predictors-table__username{text-decoration:underline}.top-predictors-table__rank{background-color:var(--color-muted-light);border-radius:100%;flex-direction:column;justify-content:center;align-items:center;min-width:21px;height:21px;font-size:1rem;font-weight:500;display:flex}@media (max-width:1024px){.top-predictors-table__rank{background-color:unset;font-size:.85rem;font-weight:500}}.top-predictors-table__username{-webkit-line-clamp:1;text-overflow:ellipsis;word-break:break-word;white-space:normal;cursor:pointer;text-underline-offset:2px;-webkit-box-orient:vertical;width:100%;margin-left:10px;font-weight:500;transition:all .3s ease-in-out;display:-webkit-box;overflow:hidden}@media (max-width:1024px){.top-predictors-table__username{font-size:1rem;font-weight:300}}.top-predictors-table__predictions{text-align:right;min-width:40px}@media (max-width:1024px){.top-predictors-table__predictions{font-size:1rem;font-weight:300}}.top-predictors-table__points{text-align:right;min-width:60px;font-weight:600}@media (max-width:1024px){.top-predictors-table__points{font-size:1rem;font-weight:300}}.top-predictors-pedestal{z-index:1;flex-direction:row;justify-content:center;align-items:flex-end;gap:10px;width:100%;height:252px;display:flex}@media (max-width:1024px){.top-predictors-pedestal{height:154px}}.top-predictors-pedestal__card{color:var(--color-accent-text);border-radius:10px;flex-direction:column;justify-content:flex-end;align-items:center;gap:20px;padding:20px;display:flex;position:relative}.top-predictors-pedestal__card--gold{background:linear-gradient(34.26deg,gold -25%,#efbf50 23.03%,#ebb866 43.91%,#e1ae54 64.09%,#b8860b 119.76%);width:151px;height:206px}.top-predictors-pedestal__card--silver{background:linear-gradient(215.51deg,silver 28.55%,gray 142.47%);width:120px;height:161px}.top-predictors-pedestal__card--bronze{background:linear-gradient(34.14deg,#cd7f32 8.76%,#c9ae5d 158.06%);width:120px;height:132px}@media (max-width:1024px){.top-predictors-pedestal__card--gold,.top-predictors-pedestal__card--silver,.top-predictors-pedestal__card--bronze{background:unset;background-color:var(--color-contrast-alt);color:var(--color-text);border-radius:20px;gap:5px;width:33.33%;max-width:150px;height:130px;padding:25px 10px 8px;box-shadow:0 0 12px #0000001a}.top-predictors-pedestal__card--gold{height:152px}.top-predictors-pedestal__card--gold:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(34.26deg,gold,#b8860b);padding:3px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;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}}.top-predictors-pedestal__card:hover .top-predictors-pedestal__name{text-decoration:underline}.top-predictors-pedestal__avatar{z-index:1;background-color:var(--color-contrast-alt);border-radius:100%;flex-direction:row;justify-content:center;align-items:center;width:69px;height:69px;padding:1px;display:flex;position:absolute;top:-34.5px;overflow:hidden}.top-predictors-pedestal__avatar img{border-radius:100%;width:98%;height:98%}.top-predictors-pedestal__avatar--gold{width:84px;height:84px;top:-42px}.top-predictors-pedestal__avatar: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}@media (max-width:1024px){.top-predictors-pedestal__avatar--gold,.top-predictors-pedestal__avatar--silver,.top-predictors-pedestal__avatar--bronze{top:unset;width:38px;height:38px;margin-bottom:5px;position:relative;box-shadow:0 0 6px #0000001a}.top-predictors-pedestal__avatar--gold{width:45px;height:45px;margin-bottom:20px}}.top-predictors-pedestal__place{color:#0000;-webkit-text-fill-color:#0000;background-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.45rem;font-weight:700;display:inline-block;position:absolute;top:-25px;right:0}.top-predictors-pedestal__place--gold{background-image:linear-gradient(34.26deg,gold,#b8860b)}.top-predictors-pedestal__place--silver{background-image:linear-gradient(215.51deg,silver,gray)}.top-predictors-pedestal__place--bronze{background-image:linear-gradient(34.14deg,#cd7f32,#c9ae5d)}@media (max-width:1024px){.top-predictors-pedestal__place{background-image:unset;background-clip:unset;-webkit-background-clip:unset;-webkit-text-fill-color:unset;color:var(--color-accent-text);border-radius:100%;flex-direction:row;justify-content:center;align-items:center;width:17px;height:17px;font-size:.9rem;font-weight:600;display:flex;top:8px;right:10px}.top-predictors-pedestal__place--gold{background:linear-gradient(34.26deg,gold,#b8860b)}.top-predictors-pedestal__place--silver{background:linear-gradient(215.51deg,silver,gray)}.top-predictors-pedestal__place--bronze{background:linear-gradient(34.14deg,#cd7f32,#c9ae5d)}}.top-predictors-pedestal__name{cursor:pointer;text-underline-offset:2px;font-size:1.2rem;font-weight:500;transition:all .3s ease-in-out}@media (max-width:1024px){.top-predictors-pedestal__name{color:var(--color-text);-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-word;white-space:normal;-webkit-box-orient:vertical;font-size:.9rem;display:-webkit-box;overflow:hidden}}.top-predictors-pedestal__score{color:var(--color-accent-text);font-size:1.2rem;font-weight:500}@media (max-width:1024px){.top-predictors-pedestal__score{color:var(--color-text);font-size:.9rem;font-weight:400}}
