html[ensi-theme=dark]{--color-accent:#3c7dfd;--color-dark-rgba-08:rgba(12,12,23,.8);--color-dark-1-rgb:12,12,23;--color-dark-1:#242430;--color-dark-1-lighten:#353547;--color-dark-3:#191921;--color-dark-4:#1a1a26;--color-dark-5:#1a1b27;--color-dark-6:#1f202d;--color-dark-7:#232332;--color-dark-8:#252535;--color-dark-9:#2a2a3c;--color-dark-9-darken:#222230;--color-dark-9-lighten:#35354b;--color-dark-10:#2a2e3a;--color-dark-11:#2e3243;--color-dark-12:#343440;--color-dark-13:#0e0e10;--color-dark-14:#333;--color-text-1:#eaeaeb;--color-text-2:#d0d0d0;--color-text-3:#7f8497;--color-text-4:#7b7e89;--color-text-5:#d1d1d3;--color-text-6:#7f8497;--color-background-red:#321c1a;--color-background-green:#183728;--color-background-gray:#222;--color-background-gradient:linear-gradient(90deg,#07080d,#252535 40%,#252535 60%,#07080d);--color-gold:#ffd600}.user-page{width:100%}.user-page,.user-page__link{display:flex;flex-direction:column}.user-page__link{align-items:center}.user-page__avatar-button{margin-bottom:10px}.user-page__heading{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-page__bio>p:first-child{color:var(--color-text-3)}.user-page__uprow{margin-bottom:10px}.user-page__box{width:100%}.user-page__row{display:flex}@media screen and (max-width:800px){.user-page__row{flex-direction:column}}.user-page__avatar{display:flex;justify-content:center;margin:auto}.user-page__avatar:hover>i{opacity:1}.user-page__avatar>i{background-color:rgba(12,12,23,.8);border-radius:4px;margin-left:35px;opacity:0;padding:4px 6px;position:absolute;top:0;transition:opacity .3s ease-in-out}.user-page__avatar>i:hover{color:var(--color-accent)}.user-page__favorites{width:100%}.user-page__left{flex:0 0 320px;height:100%;margin-right:32px;max-width:320px;position:sticky;top:60px}.has-admin-bar .user-page__left{top:110px}@media screen and (max-width:800px){.user-page__left{flex:100%;margin-bottom:10px;margin-right:0;margin-top:10px;max-width:100%;padding-left:0;padding-right:0;position:static}}.user-page__right{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;max-width:100%}.user-page__right>.basic-box{align-self:stretch}.user-page__right>.basic-box:only-child{flex:1;height:100%}@media screen and (max-width:800px){.user-page__right{flex:100%;margin-bottom:10px;margin-top:10px;max-width:100%;padding-left:0;padding-right:0}}.user-page__nickname{font-size:24px;font-weight:700;margin-bottom:0;margin-top:10px;overflow:hidden;text-align:center;text-overflow:ellipsis;text-transform:uppercase;width:100%}.user-page__name{font-size:16px;font-weight:400;margin-bottom:0;margin-top:0}.user-page__tabs{border-radius:4px;margin-top:35px;overflow:hidden}.user-page__tab{background-color:var(--color-dark-3);display:block;font-weight:700;padding:10px 20px;position:relative;transition:all .3s ease-in-out;width:100%}.user-page__tab:not(:last-child):after{background-clip:content-box;background-color:var(--color-dark-1);bottom:0;content:"";height:1px;left:0;padding-left:10px;padding-right:10px;position:absolute;width:100%}.user-page__tab--active,.user-page__tab.current-user-tab,.user-page__tab:hover{color:var(--color-accent)}.user-page__tab:nth-last-child(2):after{display:none}.user-page__tab:last-child{margin-top:20px}.user-page__icon{color:var(--color-accent);display:inline;font-size:20px;margin-right:6px;vertical-align:middle}.user-page__tab-num{color:var(--color-text-4);margin-left:2px}.user-page__tab-num--dynamic{color:var(--color-accent)}.user-page__footer{margin-top:15px;text-align:right}.favorite-tab{background-color:var(--color-dark-1);border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-color:transparent;box-shadow:none;width:100%}.favorite-team{background-color:var(--color-dark-3);display:flex;flex-wrap:wrap;justify-content:space-between;padding:10px}.favorite-team:not(:last-child){margin-bottom:12px}.favorite-team__game{height:15px;width:15px}.favorite-team__left,.favorite-team__right{align-items:center;display:flex;max-width:50%}.favorite-team__series{flex:100%}.favorite-team__logo{margin-left:5px;margin-right:10px;max-width:50px}.favorite-team__bookmark{margin-left:10px}.favorite-team__series{margin-top:10px}.favorite-tournaments__container{padding:20px 10px 0}.favorite-tournaments__list{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;margin-top:-20px}.favorite-tournaments__item{flex:50%;margin-top:20px;max-width:50%;padding-left:10px;padding-right:10px}.favorite-tournaments__item>.favorite-tournament{height:100%}@media screen and (max-width:1262px){.favorite-tournaments__item{flex:100%;max-width:100%}}.favorite-tournament{background-color:var(--color-dark-3);border-radius:4px;display:flex;padding:12px 15px}.favorite-tournament__logo{display:block;max-width:150px}.favorite-tournament__title{align-items:center;display:flex;font-weight:700;width:100%}.favorite-tournament__title .game-icon{flex-shrink:0}.favorite-tournament__left{flex:0 0 150px}.favorite-tournament__bookmark{margin-left:auto;padding-left:10px}.favorite-tournament__right{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;padding-left:10px}.favorite-tournament__date,.favorite-tournament__location{margin-top:10px}.favorite-tournament__date .ensi-icon,.favorite-tournament__location .ensi-icon{color:var(--color-accent);display:inline-flex;font-size:20px;margin-right:5px;vertical-align:middle}.favorite-tournament__link{align-self:flex-end;margin-top:auto}@keyframes hide{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.user-socials{align-items:center;display:flex;justify-content:space-between}.user-socials__social{background-color:var(--color-dark-1);border-radius:4px;padding:5px 10px;transition:background-color .3s ease-in-out}.user-socials__social:not(:last-child){margin-right:4px}.user-socials__social .ensi-icon{font-size:18px}.user-socials__social .ensi-icon-website{margin:0 0 2px 2px}.ap{width:100%}.ap .styled-filter{font-size:16px}.ap .post-content{color:var(--color-text-4);font-size:16px}.ap h3{font-size:18px;margin-bottom:8px}.ap__top{display:flex;margin-bottom:10px}@media screen and (max-width:1024px){.ap__top{flex-direction:column}}.ap__tags{display:flex;flex-wrap:wrap}.ap__tags .tag{color:var(--color-text-1)}.ap__tags .tag:hover{background-color:var(--color-dark-1)}.ap__info{display:flex;flex-direction:column;width:100%}.ap__info h1{margin:0 0 10px}@media screen and (max-width:800px){.ap__info .h3{margin-top:16px}}.ap__main{display:flex;flex-direction:column}.ap__main>div{align-items:center;display:flex}.ap__main>div:not(:last-child){margin-bottom:8px}.ap__main>div>span:first-child{color:var(--color-text-4);flex-shrink:0;width:120px}.ap__game-tags{align-items:center;display:flex}.ap__game-tags .category-block__tags{max-width:100%}.ap h2 span{color:var(--color-text-4);font-size:24px}
