.header{z-index:1000;background:var(--background-secondary);border-bottom:1px solid var(--border-color-default);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);position:relative;box-shadow:0 2px 8px #0000001a}.header__container{justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:1920px;height:64px;margin:0 auto;padding-left:24px;padding-right:34px;display:flex}@media (max-width:1200px){.header__container{max-width:100%;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}}.header__left{flex:1;align-items:center;gap:32px;display:flex}.header__logo{flex-shrink:0;align-items:center;height:40px;display:flex}.header__logo img{object-fit:contain;width:auto;height:80%}.header__nav{flex-wrap:wrap;align-items:center;gap:8px;display:flex}@media (max-width:768px){.header__nav{display:none}}.header__mobile-menu-btn,.header__mobile-drawer-backdrop,.header__mobile-drawer{display:none!important}.header__login-btn{border-radius:var(--button-radius);font-weight:500;min-height:28px!important;padding:5px 10px!important;font-size:11px!important}.header__login-btn .button__text,.header__login-btn .header__login-btn-text{gap:4px}@media (min-width:769px){.header__login-btn .header__login-btn-icon-mobile,.header__login-btn .header__login-btn-icon-mobile.mui-icon{display:none!important}}.header__login-btn .svg-inline--fa{width:12px!important;height:12px!important;font-size:12px!important}.header__nav-item{color:var(--text-secondary);border-radius:var(--button-radius);white-space:nowrap;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.header__nav-item:hover{color:var(--text-main);background:var(--background-teritiary)}.header__nav-item--active{color:var(--primary-colors-secondary);background:var(--primary-colors-secondary-opacity)}.header__nav-item--loading{opacity:.7;pointer-events:none}.header__nav-item--loading .mui-icon{animation:1s linear infinite spin}.header__nav-item svg,.header__nav-item .icons{width:16px;height:16px;font-size:16px}.header__nav-item--button{cursor:pointer;background:0 0;border:none;font-family:inherit}.header__nav-item-text{display:inline-block;position:relative}.header__nav-item-badge{color:#fff;text-transform:uppercase;letter-spacing:.02em;background:#e53935;border-radius:3px;padding:0 3px;font-size:8px;font-weight:600;line-height:1.4;position:absolute;top:-4px;right:-6px;transform:rotate(-5deg)}.header__more{position:relative}.header__more-button{cursor:pointer;background:0 0;border:none;font-family:inherit}.header__more-menu{isolation:isolate;background:color-mix(in srgb, var(--background-secondary) 78%, transparent);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--border-color-default);border-radius:var(--card-radius);min-width:280px;box-shadow:var(--shadow-card);z-index:1001;animation:.2s ease-out header-more-menu-in;overflow:hidden}.header__more-menu--portal{position:fixed;top:auto;left:auto}.header__more-menu-list{margin:0;padding:8px;list-style:none}.header__more-menu-item{color:var(--text-secondary);border-radius:var(--button-radius);white-space:nowrap;align-items:center;gap:12px;padding:12px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.header__more-menu-item:hover{color:var(--text-main);background:var(--background-teritiary)}.header__more-menu-item--active{color:var(--primary-colors-secondary);background:var(--primary-colors-secondary-opacity)}.header__more-menu-item--loading{opacity:.7;pointer-events:none}.header__more-menu-item--loading .mui-icon{animation:1s linear infinite spin}.header__more-menu-item svg,.header__more-menu-item .icons{width:16px;height:16px;color:var(--icon-main);flex-shrink:0;font-size:16px}.header__more-menu-item span{flex:1;min-width:0}.header__more-menu-item--button{cursor:pointer;text-align:left;background:0 0;border:none;width:100%;font-family:inherit}.header__more-menu-item-text{display:inline-block;position:relative}.header__more-menu-item-badge{color:#fff;text-transform:uppercase;letter-spacing:.02em;background:#e53935;border-radius:3px;padding:0 3px;font-size:8px;font-weight:600;line-height:1.4;position:absolute;top:-4px;right:-6px;transform:rotate(-5deg)}.header__right{flex-shrink:0;align-items:center;gap:16px;display:flex}.header__social{flex-shrink:0;align-items:center;gap:6px;display:flex}.header__social-link{border:1px solid var(--border-color-default);background:color-mix(in srgb, var(--background-secondary) 88%, transparent);width:30px;height:30px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;padding:0;text-decoration:none;transition:color .2s,border-color .2s,background .2s,transform .2s;display:flex}.header__social-link:hover{color:var(--text-main);background:var(--background-teritiary);border-color:var(--border-color-hover);transform:scale(1.06)}.header__social-link:focus-visible{outline:2px solid var(--primary-colors-secondary);outline-offset:2px}.header__social-link--telegram:hover{color:#229ed9;border-color:color-mix(in srgb, #229ed9 40%, var(--border-color-default))}.header__social-link--vk:hover{color:#07f;border-color:color-mix(in srgb, #07f 40%, var(--border-color-default))}.header__social-link--discord:hover{color:#5865f2;border-color:color-mix(in srgb, #5865f2 40%, var(--border-color-default))}.header__theme-trigger{border:1px solid color-mix(in srgb, var(--primary-colors-main) 42%, var(--border-color-default));background:linear-gradient(145deg, var(--primary-colors-main) 0%, var(--primary-colors-secondary) 100%);width:14px;height:14px;box-shadow:0 1px 2px color-mix(in srgb, var(--primary-colors-main) 28%, transparent);cursor:pointer;border-radius:50%;flex-shrink:0;padding:0;transition:transform .2s,box-shadow .2s,border-color .2s}.header__theme-trigger:hover{box-shadow:0 1px 4px color-mix(in srgb, var(--primary-colors-main) 38%, transparent);transform:scale(1.08)}.header__theme-trigger:focus-visible{outline:2px solid var(--primary-colors-secondary);outline-offset:2px}.header__theme-trigger--open{box-shadow:0 0 0 1px var(--background-secondary),0 0 0 2px color-mix(in srgb, var(--primary-colors-main) 55%, transparent)}.header__lang{align-items:center;gap:6px;display:flex}.header__lang-flag{border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:opacity .2s,background .2s;display:inline-flex}.header__lang-flag img{object-fit:cover;border-radius:2px;width:20px;height:14px;display:block}.header__lang-flag:hover:not(.header__lang-flag--active){opacity:.9;background:var(--background-teritiary)}.header__lang-flag--active{opacity:1;cursor:default;box-shadow:0 0 0 1px var(--border-color-default)}.header__balance{font:inherit;color:inherit;cursor:pointer;background:var(--background-teritiary);border-radius:var(--button-radius);border:1px solid var(--border-color-default);align-items:stretch;gap:0;margin:0;padding:0;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.header__balance:hover{border-color:color-mix(in srgb, var(--online,#4bcc18) 38%, var(--border-color-default));box-shadow:0 0 0 1px color-mix(in srgb, var(--online,#4bcc18) 22%, transparent)}.header__balance:hover .header__balance-main{background:color-mix(in srgb, var(--online,#4bcc18) 8%, var(--background-teritiary))}.header__balance:hover .header__balance-topup{background:var(--online,#4bcc18);border-left-color:color-mix(in srgb, var(--online,#4bcc18) 65%, var(--border-color-default));color:var(--primary-colors-white,#fff)}.header__balance:focus-visible{outline:2px solid var(--online,#4bcc18);outline-offset:2px}.header__balance-main{align-items:center;gap:6px;min-width:0;padding:4px 7px 4px 8px;transition:background .2s;display:inline-flex}.header__balance-amount{color:var(--text-main);font-size:14px;font-weight:600}.header__balance-topup{box-sizing:border-box;border-left:1px solid color-mix(in srgb, var(--online,#4bcc18) 42%, var(--border-color-default));background:color-mix(in srgb, var(--online,#4bcc18) 16%, var(--background-teritiary));width:30px;min-height:100%;color:var(--online,#4bcc18);border-radius:0;flex-shrink:0;justify-content:center;align-items:center;margin:0;transition:background .2s,color .2s,border-color .2s,transform .2s;display:inline-flex}.header__balance-topup .mui-icon,.header__balance-topup svg{width:14px!important;height:14px!important;font-size:14px!important}.header__promocode-btn{color:var(--text-secondary);background:var(--background-teritiary);border-radius:var(--button-radius);border:1px solid var(--border-color-default);cursor:pointer;align-items:center;gap:8px;padding:8px 12px;font-size:14px;font-weight:500;transition:border-color .2s,background .2s,color .2s;display:flex}.header__promocode-btn .mui-icon,.header__promocode-btn svg{width:16px;height:16px;color:var(--primary-color,#e84c5b);opacity:.95;font-size:16px}.header__promocode-btn:hover{border-color:var(--primary-color,#e84c5b);color:var(--text-main);background:#e84c5b14}.header__promocode-btn:hover .mui-icon,.header__promocode-btn:hover svg{opacity:1}@media (max-width:768px){.header__promocode-btn{display:none}}.header__promocode-label{white-space:nowrap}.header__user{position:relative}.header__user-button{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;transition:transform .2s;display:flex}.header__user-button:hover{transform:scale(1.05)}.header__user-button:focus{outline:none}.header__user-button:focus-visible{outline:2px solid var(--primary-colors-secondary);outline-offset:2px}.header__user-avatar{cursor:pointer;transition:border-color .3s;border-radius:var(--avatar-radius)!important;border:2px solid var(--border-color-default)!important;width:40px!important;height:40px!important}.header__user-avatar img{object-fit:cover}.header__user-button:hover .header__user-avatar{border-color:var(--border-color-hover)!important}.header__user-menu{isolation:isolate;background:color-mix(in srgb, var(--background-secondary) 78%, transparent);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--border-color-default);border-radius:var(--card-radius);min-width:240px;max-height:calc(100vh - 72px);box-shadow:var(--shadow-card);z-index:1001;animation:.2s ease-out slideDown;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden auto}.header__user-menu--portal{position:fixed;top:auto;left:auto}.header__user-menu{scrollbar-width:thin;scrollbar-color:var(--border-color-default) #0000}.header__user-menu::-webkit-scrollbar{width:6px}.header__user-menu::-webkit-scrollbar-track{background:0 0}.header__user-menu::-webkit-scrollbar-thumb{background:var(--border-color-default);background-clip:padding-box;border:2px solid #0000;border-radius:3px}.header__user-menu::-webkit-scrollbar-thumb:hover{background:var(--border-color-hover);background-clip:padding-box}.header__user-menu-header{border-bottom:1px solid var(--border-color-default);background:var(--background-teritiary);align-items:center;gap:12px;padding:16px;display:flex}.header__user-menu-avatar{flex-shrink:0;border-radius:var(--avatar-radius)!important;border:2px solid var(--border-color-default)!important;width:40px!important;height:40px!important}.header__user-menu-avatar img{object-fit:cover}.header__user-menu-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.header__user-menu-username{color:var(--text-main);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.header__user-menu-steam-id{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.header__user-menu-vip{border-bottom:1px solid var(--border-color-default);background:linear-gradient(135deg, color-mix(in srgb, var(--primary-colors-main) 14%, transparent) 0%, color-mix(in srgb, var(--primary-colors-secondary) 14%, transparent) 100%);align-items:center;gap:12px;padding:12px 16px;display:flex}.header__user-menu-vip-icon{color:var(--primary-colors-main);flex-shrink:0}.header__user-menu-vip-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.header__user-menu-vip-label{color:var(--primary-colors-main);text-transform:uppercase;font-size:12px;font-weight:600}.header__user-menu-vip-time{color:var(--text-secondary);font-size:12px}.header__user-menu-list{margin:0;padding:8px;list-style:none}.header__user-menu-divider{background:var(--border-color-default);height:1px;margin:8px 0;list-style:none}.header__user-menu-item{color:var(--text-secondary);border-radius:var(--button-radius);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.header__user-menu-item:hover{color:var(--text-main);background:var(--background-teritiary)}.header__user-menu-item svg,.header__user-menu-item .icons{width:16px;height:16px;color:var(--icon-main);font-size:16px}.header__user-menu-item--promocode{color:var(--primary-colors-secondary);background:var(--primary-colors-secondary-opacity)}.header__user-menu-item--promocode svg,.header__user-menu-item--promocode .icons{color:var(--primary-colors-secondary);fill:currentColor}.header__user-menu-item--promocode:hover{color:var(--primary-colors-secondary);background:var(--primary-colors-secondary-opacity);opacity:.9}.header__user-menu-item--promocode:hover svg,.header__user-menu-item--promocode:hover .icons{color:var(--primary-colors-secondary)}.header__user-menu-item-wrapper{position:relative}.header__user-menu-item-wrapper:hover,.header__user-menu-item-wrapper:focus-within{z-index:1004}.header__user-menu-item--with-submenu{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;width:100%;font-family:inherit}.header__user-menu-item--with-submenu svg:last-child{margin-left:auto}.header__theme-submenu{isolation:isolate;background:color-mix(in srgb, var(--background-secondary) 78%, transparent);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--border-color-default);border-radius:var(--card-radius);min-width:200px;box-shadow:var(--shadow-card);z-index:1004;pointer-events:auto;visibility:visible;opacity:1;animation:.2s ease-out slideLeft;display:block;position:absolute;top:0;right:calc(100% + 8px);overflow:visible}.header__theme-submenu--from-header{animation:.2s ease-out slideDown}.header__theme-submenu-list{margin:0;padding:8px;list-style:none}.header__theme-submenu-item{width:100%;color:var(--text-secondary);text-align:left;border-radius:var(--button-radius);cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;padding:12px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .3s;display:flex}.header__theme-submenu-item:hover{color:var(--text-main);background:var(--background-teritiary)}.header__theme-submenu-item--active{color:var(--primary-colors-secondary);background:var(--primary-colors-secondary-opacity)}.header__theme-submenu-item svg,.header__theme-submenu-item .icons{width:16px;height:16px;color:var(--icon-main);margin-left:auto;font-size:16px}.header__theme-submenu-emoji{font-size:18px;line-height:1}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes header-more-menu-in{0%{opacity:0}to{opacity:1}}@keyframes slideRight{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes slideLeft{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.header{position:sticky;top:0}.header__container{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right));padding-top:env(safe-area-inset-top);min-height:calc(56px + env(safe-area-inset-top));box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;height:auto;display:flex}.header__mobile-hamburger{flex-shrink:0}.header__left{display:none!important}.header__right{flex-shrink:0;gap:8px}.header__right--authed .header__lang,.header__social,.header__theme-trigger{display:none!important}.header__balance{border:1px solid var(--border-color-default)!important;background:var(--background-teritiary)!important;border-radius:var(--button-radius)!important;gap:0!important;padding:0!important}.header__balance-main{gap:4px!important;padding:4px 7px 4px 8px!important}.header__balance-amount{font-size:13px}.header__balance-topup{border-left-width:1px!important;align-self:stretch!important;width:30px!important;min-height:0!important;margin-left:0!important}.header__balance-topup .mui-icon,.header__balance-topup svg{width:12px!important;height:12px!important;font-size:12px!important}.header__login-btn{border-radius:var(--button-radius);-webkit-text-fill-color:var(--text-main);cursor:pointer;border:none;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;padding:0;transition:background .2s;color:var(--text-main)!important;box-shadow:none!important;background:0 0!important;display:flex!important;overflow:visible!important}.header__login-btn:before{display:none!important}.header__login-btn:hover{background:var(--background-teritiary)!important;color:var(--text-main)!important}.header__login-btn .header__login-btn-icon-mobile.mui-icon,.header__login-btn .header__login-btn-icon-mobile{z-index:1;flex-shrink:0;position:relative;color:var(--text-main)!important;opacity:1!important;visibility:visible!important;display:inline-flex!important}.header__login-btn .MuiSvgIcon-root{fill:currentColor}.header__login-btn-text{display:none!important}.header__mobile-menu-btn{border-radius:var(--button-radius);width:40px;height:40px;color:var(--text-main);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:background .2s;display:flex!important}.header__mobile-menu-btn:hover{background:var(--background-teritiary)}.header__mobile-drawer-backdrop{z-index:1100;-webkit-tap-highlight-color:#0000;background:#00000073;width:100%;min-height:100dvh;position:fixed;inset:0;display:block!important}.header__mobile-drawer{z-index:1101;background:var(--background-secondary);border-right:1px solid var(--border-color-default);width:min(320px,85vw);max-width:320px;min-height:100dvh;padding-left:env(safe-area-inset-left);box-sizing:border-box;border-left:none;flex-direction:column;padding-right:0;transition:transform .25s;position:fixed;inset:0 auto 0 0;transform:translate(-100%);box-shadow:4px 0 24px #00000026;display:flex!important}.header__mobile-drawer--open{transform:translate(0)}.header__mobile-drawer-header{padding:max(12px,env(safe-area-inset-top)) 20px 16px;border-bottom:1px solid var(--border-color-default);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.header__mobile-drawer-social{border-bottom:1px solid var(--border-color-default);flex-wrap:wrap;flex-shrink:0;justify-content:center;align-items:center;gap:10px;padding:12px 16px 14px;display:flex}.header__mobile-drawer-social-link{width:40px;height:40px}.header__mobile-drawer-title{color:var(--text-main);font-size:18px;font-weight:600}.header__mobile-drawer-close{border-radius:var(--button-radius);width:40px;height:40px;color:var(--text-main);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.header__mobile-drawer-close:hover{background:var(--background-teritiary)}.header__mobile-drawer-nav{padding:12px 0 max(12px,env(safe-area-inset-bottom));scrollbar-width:thin;scrollbar-color:var(--border-color-default) #0000;flex:1;overflow-y:auto}.header__mobile-drawer-nav::-webkit-scrollbar{width:6px}.header__mobile-drawer-nav::-webkit-scrollbar-track{background:0 0}.header__mobile-drawer-nav::-webkit-scrollbar-thumb{background:var(--border-color-default);background-clip:padding-box;border:2px solid #0000;border-radius:3px}.header__mobile-drawer-nav::-webkit-scrollbar-thumb:hover{background:var(--border-color-hover);background-clip:padding-box}.header__mobile-drawer-item{margin:0}.header__mobile-drawer-link{width:100%;min-height:48px;color:var(--text-main);align-items:center;gap:12px;padding:12px 20px;font-size:15px;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.header__mobile-drawer-link:hover{background:var(--background-teritiary)}.header__mobile-drawer-link--active{color:var(--primary-colors-secondary);background:var(--primary-colors-secondary-opacity)}.header__mobile-drawer-link svg,.header__mobile-drawer-link .icons{width:20px;height:20px;font-size:20px}.header__mobile-drawer-link--button{cursor:pointer;text-align:left;background:0 0;border:none;font-family:inherit}.header__mobile-drawer-link-icon{width:24px;color:var(--icon-main);flex-shrink:0;justify-content:center;align-items:center;display:flex}.header__mobile-drawer-link-icon .MuiSvgIcon-root{display:block}.header__mobile-drawer-link-text{display:inline-block;position:relative}.header__mobile-drawer-link-badge{color:#fff;text-transform:uppercase;letter-spacing:.02em;background:#e53935;border-radius:3px;padding:0 3px;font-size:8px;font-weight:600;line-height:1.4;position:absolute;top:-4px;right:-6px;transform:rotate(-5deg)}}.player-profile__duels-filters.header__nav .header__nav-item{font:inherit;cursor:pointer;background:0 0;border:none;font-family:inherit}.player-profile__duels-filters.header__nav .header__nav-item--active{background:var(--primary-colors-secondary-opacity);color:var(--primary-colors-secondary)}.player-profile__playtime-pill{background:var(--background-secondary,#fff);border-radius:9999px;width:100%;max-width:240px;min-height:36px;margin-top:8px;padding:4px;display:inline-flex;position:relative}.player-profile__playtime-pill .player-profile__playtime-pill-thumb{background:var(--primary-colors-main);pointer-events:none;border-radius:9999px;width:calc(50% - 4px);height:calc(100% - 8px);transition:transform .25s;position:absolute;top:4px;left:4px;box-shadow:0 1px 2px #0000000f}.player-profile__playtime-pill .player-profile__playtime-pill-option{z-index:1;font:inherit;cursor:pointer;color:var(--primary-colors-main);background:0 0;border:none;flex:1;justify-content:center;align-items:center;padding:6px 12px;font-family:inherit;font-size:13px;transition:color .2s;display:flex;position:relative}.player-profile__playtime-pill .player-profile__playtime-pill-option[data-active=true]{color:var(--text-inverse,#fffffff2)}.player-profile__sidebar-awards-btn{border:1px solid var(--border-color-default);background:var(--background-tertiary);width:100%;color:var(--primary-colors-main);cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;gap:6px;margin-top:12px;padding:8px 12px;font-size:13px;font-weight:600;transition:background .2s,border-color .2s,opacity .2s;display:inline-flex}.player-profile__sidebar-awards-btn:hover{background:var(--background-secondary);border-color:color-mix(in srgb, var(--primary-colors-main) 35%, var(--border-color-default))}.player-profile__sidebar-awards-btn:active{opacity:.9}.player-profile__sidebar-privacy-link{width:100%;font:inherit;color:var(--primary-colors-main);text-align:center;text-underline-offset:2px;cursor:pointer;background:0 0;border:none;margin-top:8px;padding:0;font-size:12px;font-weight:600;text-decoration:underline;transition:color .2s,opacity .2s;display:block}.player-profile__sidebar-privacy-link:hover{color:color-mix(in srgb, var(--primary-colors-main) 88%, var(--text-main));text-decoration:none}.player-profile__steam-id-row{flex-wrap:wrap;align-items:center;gap:6px;margin:0;font-size:14px;line-height:1.5;display:inline-flex}.player-profile__steam-id-row .player-profile__steam-id-link{color:var(--primary-colors-main);word-break:break-all;text-decoration:none;transition:opacity .15s}.player-profile__steam-id-row .player-profile__steam-id-link:hover{opacity:.9;text-decoration:underline}.player-profile__steam-id-row .player-profile__steam-id-copy{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:color .2s,background .2s;display:inline-flex}.player-profile__steam-id-row .player-profile__steam-id-copy:hover{color:var(--primary-colors-main);background:var(--background-tertiary)}.player-profile__steam-id-row .player-profile__steam-id-copy .player-profile__steam-id-copy-icon{font-size:14.4px}.player-profile-page--stats-embed{padding:0}.player-profile-page{padding:0 0 24px}.player-profile-page .container{max-width:1400px;margin:0 auto;padding:0 16px}@media (max-width:768px){.player-profile-page .container{padding:0 12px}}.player-profile-page .MuiChartsLegend-label{color:var(--text-main)!important}.player-profile-page__fetching{background:var(--background-tertiary);border:1px solid var(--primary-colors-main);color:var(--text-secondary);border-radius:6px;margin-bottom:12px;padding:8px 12px;font-size:13px}.player-profile-page__fetching-text{align-items:center;gap:8px;display:inline-flex}body.profile-page-active .main-layout__sidebar{visibility:hidden!important;opacity:0!important;width:0!important;height:0!important;display:none!important;overflow:hidden!important}body.profile-page-active .main-layout{grid-template-columns:1fr!important}.player-profile__layout{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:24px;display:grid}@media (max-width:1024px){.player-profile__layout{grid-template-columns:1fr;gap:16px}}@media (max-width:768px){.player-profile__layout{gap:12px}}.player-profile__layout--clan-only{grid-template-columns:minmax(0,1fr);gap:16px}.player-profile__avatar-frame-modal .product-modal__content{padding:20px 28px 28px!important}.player-profile__avatar-frame-modal .player-profile__avatar-frame-grid{grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:14px;padding:4px 2px 8px;display:grid}.player-profile__avatar-frame-modal .player-profile__avatar-frame-item{background:var(--background-tertiary);color:var(--text-main);cursor:pointer;border:none;border-radius:10px;flex-direction:column;align-items:center;gap:4px;padding:12px 10px 10px;transition:box-shadow .15s;display:flex;position:relative}.player-profile__avatar-frame-modal .player-profile__avatar-frame-item.is-active{box-shadow:0 0 0 2px var(--primary-colors-main);border-radius:12px}.player-profile__avatar-frame-modal .player-profile__avatar-frame-item--default .player-profile__avatar-frame-preview--solo{box-shadow:inset 0 0 0 1px #ffffff14}.player-profile__avatar-frame-modal .player-profile__avatar-frame-preview{background:#101214;border-radius:10px;flex-shrink:0;width:72px;height:72px;position:relative;overflow:visible}.player-profile__avatar-frame-modal .player-profile__avatar-frame-preview--solo{overflow:hidden}.player-profile__avatar-frame-modal .player-profile__avatar-frame-preview .player-profile__avatar-frame{z-index:2;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.player-profile__avatar-frame-modal .player-profile__avatar-frame-preview .player-profile__avatar-frame-img{object-fit:contain;box-sizing:content-box;width:100%;height:100%;transform:scale(1.22);border:none!important;border-radius:0!important}.player-profile__avatar-frame-modal .player-profile__avatar-frame-preview-base{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;inset:0}.player-profile__avatar-frame-modal .player-profile__avatar-frame-missing{z-index:2;color:var(--text-secondary);pointer-events:none;background:#00000040;justify-content:center;align-items:center;font-size:22px;font-weight:700;display:flex;position:absolute;inset:0}.player-profile__avatar-frame-modal .player-profile__avatar-frame-current{text-transform:uppercase;letter-spacing:.04em;color:var(--primary-colors-main);font-size:10px;font-weight:700;line-height:1.2}.player-profile__avatar-frame-modal .player-profile__avatar-frame-saving{color:var(--text-secondary);font-size:10px}.player-profile__sidebar{z-index:2;flex-direction:column;align-self:start;gap:16px;display:flex;position:relative;overflow:visible}@media (max-width:1024px){.player-profile__sidebar{z-index:auto}}.player-profile__sidebar .profile__wrapper{text-align:center;flex-direction:column;align-items:center;gap:20px;padding-top:60px;padding-bottom:60px}.player-profile__sidebar .profile__image{flex-shrink:0;justify-content:center;align-items:center;margin-bottom:0;display:flex;overflow:visible;width:140px!important;height:140px!important}.player-profile__sidebar .profile__image .player-profile__avatar-img{border:2px solid var(--primary-colors-secondary)!important;border-radius:6px!important;width:140px!important;min-width:140px!important;height:140px!important;min-height:140px!important}.player-profile__sidebar .player-profile__avatar{width:140px!important;min-width:140px!important;height:140px!important;min-height:140px!important}.player-profile__sidebar .player-profile__avatar.player-profile__avatar--rounded{position:relative;overflow:visible;border-radius:12px!important}.player-profile__sidebar .player-profile__avatar.player-profile__avatar--rounded .player-profile__avatar-img{border-radius:12px!important}.player-profile__sidebar .player-profile__avatar-frame{z-index:2;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.player-profile__sidebar .player-profile__avatar-frame-img{object-fit:contain;box-sizing:content-box;width:100%;height:100%;transform:scale(1.22);border:none!important;border-radius:0!important}.player-profile__sidebar .player-profile__avatar-img{z-index:1;object-fit:cover;width:100%;height:100%;display:block;position:relative}.player-profile__sidebar .player-profile__avatar-frame-edit-btn{opacity:0;z-index:3;color:#fff;cursor:pointer;background:#0a0c10d1;border:1px solid #ffffff40;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:600;line-height:1;transition:opacity .2s,transform .2s,background .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(8px - 50%))}.player-profile__sidebar .player-profile__avatar-frame-edit-btn:hover{background:#1e222aeb}.player-profile__sidebar .player-profile__avatar--rounded:hover .player-profile__avatar-frame-edit-btn,.player-profile__sidebar .player-profile__avatar--rounded:focus-within .player-profile__avatar-frame-edit-btn{opacity:1;transform:translate(-50%,-50%)}.player-profile__sidebar .profile__info{flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.player-profile__sidebar .profile__username{margin:0;font-size:18px;font-weight:600;line-height:1.4}.player-profile__sidebar .player-profile__vip-badge{text-transform:uppercase;letter-spacing:.03em;color:#fff;background:linear-gradient(135deg,#d4af37 0%,#b8860b 100%);border-radius:6px;justify-content:center;align-items:center;margin-left:8px;padding:2px 8px;font-size:11px;font-weight:700;line-height:1.2;display:inline-flex;box-shadow:0 1px 2px #00000026}.player-profile__sidebar .profile__server,.player-profile__sidebar .profile__playtime,.player-profile__sidebar .player-profile__steam-id-row{margin:0;font-size:14px;line-height:1.5}.player-profile__sidebar .profile__server-link{text-decoration:none;transition:opacity .15s}.player-profile__sidebar .profile__server-link:hover{opacity:.9;text-decoration:underline}.player-profile__sidebar .profile__social{padding:16px}.player-profile__sidebar .profile__social-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.player-profile__sidebar .profile__social-link{border-radius:var(--card-radius);background-color:var(--background-tertiary);border:1px solid var(--border-color-default);width:40px;height:40px;color:var(--text-secondary);justify-content:center;align-items:center;font-size:18px;text-decoration:none;transition:all .25s ease-in-out;display:flex}.player-profile__sidebar .profile__social-link:hover{background-color:var(--background-secondary);border-color:var(--primary-colors-main);color:var(--primary-colors-main);box-shadow:var(--shadow-card);transform:translateY(-2px)}.player-profile__sidebar .profile__social-link i{font-size:18px}.player-profile__sidebar .profile__social-link[title=Steam]:hover{color:#171a21;background-color:#c7d5e0}.player-profile__sidebar .profile__social-link[title=YouTube]:hover{color:red;background-color:#ff00001a}.player-profile__sidebar .profile__social-link[title=Twitch]:hover{color:#9146ff;background-color:#9146ff1a}.player-profile__sidebar .profile__social-link[title=VK]:hover{color:#07f;background-color:#0077ff1a}.player-profile__sidebar .profile__social-link[title=Telegram]:hover{color:#08c;background-color:#0088cc1a}.player-profile__content{flex-direction:column;gap:16px;min-width:0;display:flex;overflow-x:hidden}.player-profile__content-inner{width:100%;min-width:0}.page-stats__masonry-item{min-width:0;max-width:100%}.player-profile__combat-overview{background:0 0;width:100%;margin-bottom:16px;padding:0}.player-profile__combat-overview .player-profile__combat-overview-inner{padding:0}.player-profile__combat-overview .player-profile__combat-metrics-grid{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:0;width:100%;display:flex}.player-profile__combat-overview .player-profile__combat-metric{border-right:1px solid var(--border-color-default);flex-direction:column;flex:1;align-items:center;gap:2px;min-width:0;padding:4px 8px;display:flex}.player-profile__combat-overview .player-profile__combat-metric:last-child{border-right:none}.player-profile__combat-overview .player-profile__combat-metric--primary .player-profile__combat-metric-value{color:var(--primary-colors-main);font-size:1.05em;font-weight:700}.player-profile__combat-overview .player-profile__combat-metric-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:11px;line-height:1.2}.player-profile__combat-overview .player-profile__combat-metric-value{color:var(--text-main);font-size:16px;font-weight:600;line-height:1.2}@media (max-width:768px){.player-profile__combat-overview .player-profile__combat-metrics-grid{flex-wrap:wrap;justify-content:space-between;row-gap:8px}.player-profile__combat-overview .player-profile__combat-metric{flex:0 auto;min-width:calc(25% - 8px);padding:4px 6px}.player-profile__combat-overview .player-profile__combat-metric-value{font-size:14px}}.player-profile__favorite-weapons{width:100%;margin-bottom:12px}.player-profile__favorite-weapons .player-profile__favorite-weapons-title{color:var(--text-main);letter-spacing:.02em;margin:0 0 16px;font-size:16px;font-weight:600}.player-profile__favorite-weapons .player-profile__favorite-weapons-row{grid-template-columns:1fr auto;align-items:start;gap:24px;display:grid}@media (max-width:1024px){.player-profile__favorite-weapons .player-profile__favorite-weapons-row{grid-template-columns:1fr}}.player-profile__favorite-weapons .player-profile__favorite-weapons-inner{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);align-items:center;gap:24px;min-width:0;display:grid}@media (max-width:768px){.player-profile__favorite-weapons .player-profile__favorite-weapons-inner{grid-template-columns:1fr}}.player-profile__favorite-weapons .player-profile__favorite-weapons-empty{padding:16px 0;font-size:14px}.player-profile__favorite-weapons .player-profile__favorite-weapons-hits{justify-content:center;align-items:center;min-width:0;display:flex}.player-profile__favorite-weapons .player-profile__favorite-weapons-hits .player-profile__hits-chart{min-height:260px}.player-profile__favorite-weapons .player-profile__favorite-weapons-top3{border-radius:var(--card-radius);background:linear-gradient(155deg, var(--background-tertiary) 0%, color-mix(in srgb, var(--primary-colors-main) 12%, var(--background-secondary)) 50%, var(--background-tertiary) 100%);justify-content:center;align-items:center;min-height:200px;display:flex;position:relative;overflow:hidden}.player-profile__favorite-weapons .player-profile__favorite-weapons-stage-bg{z-index:0;pointer-events:none;position:absolute;inset:0}.player-profile__favorite-weapons .player-profile__favorite-weapons-crosshair{opacity:.25;width:14px;height:14px;animation:4s ease-in-out infinite player-profile__crosshair-pulse;position:absolute}.player-profile__favorite-weapons .player-profile__favorite-weapons-crosshair:before,.player-profile__favorite-weapons .player-profile__favorite-weapons-crosshair:after{content:"";background:var(--primary-colors-main);position:absolute}.player-profile__favorite-weapons .player-profile__favorite-weapons-crosshair:before{width:1.5px;height:100%;top:0;left:50%;transform:translate(-50%)}.player-profile__favorite-weapons .player-profile__favorite-weapons-crosshair:after{width:100%;height:1.5px;top:50%;left:0;transform:translateY(-50%)}.player-profile__favorite-weapons .player-profile__favorite-weapon-card{z-index:2;justify-content:center;align-items:center;margin-top:-100px;margin-left:-100px;display:flex;position:absolute;top:50%;left:50%}.player-profile__favorite-weapons .player-profile__favorite-weapon-card[data-rank="1"]{width:200px;height:200px;animation:4s ease-in-out infinite player-profile__weapon-float}.player-profile__favorite-weapons .player-profile__favorite-weapon-card-img-wrap{justify-content:center;align-items:center;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:visible}.player-profile__favorite-weapons .player-profile__favorite-weapon-img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.player-profile__favorite-weapons .player-profile__favorite-weapon-fallback{color:var(--text-secondary);text-align:center;font-size:12px}.player-profile__favorite-weapons .player-profile__favorite-weapons-table-wrap{border-radius:var(--card-radius);background:var(--background-tertiary);min-width:0;max-height:280px;padding:6px 0;overflow:hidden auto}.player-profile__favorite-weapons .player-profile__favorite-weapons-table-wrap::-webkit-scrollbar{width:6px}.player-profile__favorite-weapons .player-profile__favorite-weapons-table-wrap::-webkit-scrollbar-track{background:var(--background-secondary);border-radius:3px}.player-profile__favorite-weapons .player-profile__favorite-weapons-table-wrap::-webkit-scrollbar-thumb{background:var(--border-color-default);border-radius:3px}.player-profile__favorite-weapons .player-profile__favorite-weapons-list{margin:0;padding:0 10px;list-style:none}.player-profile__favorite-weapons .player-profile__favorite-weapon-row{border-radius:6px;grid-template-columns:32px 1fr auto;align-items:center;gap:10px 12px;margin-bottom:2px;padding:6px 10px;font-size:13px;transition:background .2s;display:grid}.player-profile__favorite-weapons .player-profile__favorite-weapon-row:last-child{margin-bottom:0}.player-profile__favorite-weapons .player-profile__favorite-weapon-row:hover{background:var(--background-secondary)}.player-profile__favorite-weapons .player-profile__favorite-weapon-row-img{border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.player-profile__favorite-weapons .player-profile__favorite-weapon-row-img img{object-fit:contain;max-width:100%;max-height:100%}.player-profile__favorite-weapons .player-profile__favorite-weapon-row-fallback{color:var(--text-secondary);font-size:11px}.player-profile__favorite-weapons .player-profile__favorite-weapon-row-name{color:var(--text-main);font-size:13px;font-weight:500}.player-profile__favorite-weapons .player-profile__favorite-weapon-row-count{color:var(--primary-colors-main);font-size:13px;font-weight:700}.player-profile__explosives-block{width:100%}.player-profile__explosives-block--full{width:100%;max-width:none}.player-profile__explosives-block .player-profile__explosives-title{color:var(--text-main);letter-spacing:.02em;margin:0 0 16px;font-size:16px;font-weight:600}.player-profile__explosives-block .player-profile__explosives-group{margin-bottom:16px}.player-profile__explosives-block .player-profile__explosives-group:last-child{margin-bottom:0}.player-profile__explosives-block .player-profile__explosives-group-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);margin-bottom:8px;font-size:11px;font-weight:600;display:block}.player-profile__explosives-block .player-profile__explosives-group--other .player-profile__explosives-card{background:var(--background-secondary);border:none}.player-profile__explosives-block .player-profile__explosives-group--other .player-profile__explosives-card:hover{background:var(--background-tertiary)}.player-profile__explosives-block .player-profile__explosives-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:10px;display:grid}.player-profile__explosives-block--full .player-profile__explosives-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.player-profile__explosives-block .player-profile__explosives-card{border-radius:var(--card-radius);background:var(--background-tertiary);flex-direction:column;align-items:center;padding:12px 8px;transition:background .2s,box-shadow .2s;display:flex}.player-profile__explosives-block .player-profile__explosives-card:hover{background:var(--background-secondary)}.player-profile__explosives-block .player-profile__explosives-card--raid{background:color-mix(in srgb, var(--primary-colors-main) 8%, var(--background-tertiary));border:1px solid color-mix(in srgb, var(--primary-colors-main) 25%, transparent)}.player-profile__explosives-block .player-profile__explosives-card--raid:hover{background:color-mix(in srgb, var(--primary-colors-main) 12%, var(--background-secondary))}.player-profile__explosives-block .player-profile__explosives-card-img{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:8px;display:flex}.player-profile__explosives-block .player-profile__explosives-card-img img{object-fit:contain;max-width:100%;max-height:100%}.player-profile__explosives-block .player-profile__explosives-card-body{text-align:center;width:100%;min-width:0}.player-profile__explosives-block .player-profile__explosives-card-name{color:var(--text-main);text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:12px;font-weight:500;line-height:1.25;display:block;overflow:hidden}.player-profile__explosives-block .player-profile__explosives-card-meta{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:flex}.player-profile__explosives-block .player-profile__explosives-card-count{color:var(--primary-colors-main);font-variant-numeric:tabular-nums;font-size:14px;font-weight:700}.player-profile__explosives-block .player-profile__explosives-card-score{color:var(--text-secondary);background:var(--background-secondary);font-variant-numeric:tabular-nums;border-radius:4px;padding:2px 6px;font-size:11px;font-weight:600}.player-profile__explosives-block .player-profile__explosives-card--raid .player-profile__explosives-card-score{color:var(--primary-colors-main);background:color-mix(in srgb, var(--primary-colors-main) 15%, var(--background-secondary))}@keyframes player-profile__weapon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes player-profile__crosshair-pulse{0%,to{opacity:.15}50%{opacity:.28}}.player-profile__chart-responsive{max-width:100%;overflow-x:auto}.player-profile__chart-container--tight{justify-content:flex-start;margin-left:0!important;padding-left:0!important}.player-profile__chart-container--tight>div{margin-left:0!important;padding-left:0!important}.player-profile__loading,.player-profile__error{text-align:center;color:var(--text-secondary);padding:40px 0}.player-profile__hits-chart{justify-content:center;align-items:center;width:100%;display:flex}.player-profile__hits-chart__chart-container{background:var(--background-tertiary);border-radius:var(--card-radius);justify-content:center;align-items:center;width:100%;margin-bottom:16px;padding:16px;display:flex}@media (max-width:768px){.player-profile__hits-chart__chart-container{padding:12px}}.player-profile__hits-chart .MuiChartsAxis-line,.player-profile__hits-chart .MuiChartsAxis-tick{stroke:var(--border-color-default)!important}.player-profile__hits-chart .MuiChartsAxis-tickLabel{font-size:12px;fill:var(--text-secondary)!important}.player-profile__hits-chart .MuiRadarGrid-radial,.player-profile__hits-chart .MuiRadarGrid-divider{stroke:var(--border-color-default)!important;stroke-opacity:.3!important}.player-profile__hits-chart .MuiRadarGrid-stripe{fill:var(--background-tertiary)!important;fill-opacity:.1!important}.player-profile__hits-chart .MuiRadarSeriesPlot-area{stroke:var(--primary-colors-main)!important;fill:var(--primary-colors-main)!important;fill-opacity:.2!important;stroke-width:2px!important}.player-profile__hits-chart .MuiRadarSeriesPlot-mark{fill:var(--primary-colors-main)!important;stroke:var(--primary-colors-main)!important}.player-profile__hits-chart .MuiChartsLegend-label{fill:var(--text-main)!important;color:var(--text-main)!important}.player-profile__hits-chart .MuiChartsLabelMark-fill{fill:var(--primary-colors-main)!important}.player-profile__hits-chart text,.player-profile__hits-chart tspan,.player-profile__hits-chart svg text[fill],.player-profile__hits-chart svg tspan[fill]{fill:var(--text-secondary)!important}.player-profile__hits-chart .MuiChartsLegend-root{display:flex!important}.player-profile__hits-chart .MuiChartsLegend-label{color:var(--text-main)!important;fill:var(--text-main)!important}.button.rotated i.fa-chevron-down{transform:rotate(180deg)}.page-stats__awards{grid-template-columns:repeat(4,minmax(60px,1fr));justify-items:start;gap:8px;width:100%;display:grid}.player-profile__content .page-stats__awards{grid-template-columns:repeat(8,minmax(78px,1fr))}@media (max-width:782px){.page-stats__awards{grid-template-columns:repeat(4,minmax(78px,1fr))}}@media (max-width:430px){.page-stats__awards{grid-template-columns:repeat(3,minmax(78px,1fr))}}@media (max-width:330px){.page-stats__awards{grid-template-columns:repeat(2,minmax(78px,1fr))}}.page-stats__awards .award{background-color:var(--background-tertiary);border:1px solid var(--background-tertiary);border-radius:var(--card-radius);flex-direction:column;justify-content:center;align-items:center;width:100%;padding:12px 8px;transition:box-shadow .25s ease-in-out;display:flex;position:relative;overflow:hidden}.page-stats__awards .award__image{object-fit:contain;width:48px;height:48px;margin-bottom:16px;transition:transform .25s ease-in-out}.page-stats__awards .award:hover{box-shadow:var(--shadow-card)}.page-stats__awards .award:hover .award__image{transform:rotateY(180deg)}.page-stats__awards .award_is-not-completed{border-color:var(--border-color-default);opacity:.5;background-color:#0000}.page-stats__awards .award_is-not-completed .award__image{filter:grayscale()}.page-stats__awards .award p{text-align:center;color:var(--text-main);margin:0;font-size:12px;line-height:1.4}.page-stats__awards .awards-item-hidden{display:none}.awards__stats-link{color:var(--text-main);white-space:nowrap;border-radius:var(--button-radius);background:color-mix(in srgb, var(--background-teritiary) 82%, transparent);border:1px solid var(--border-color-default);box-shadow:var(--shadow-card);align-items:center;gap:4px;margin-top:4px;padding:8px 16px;font-size:13px;font-weight:600;line-height:1.3;text-decoration:none;transition:color .2s,border-color .2s,box-shadow .2s,background .2s;display:inline-flex}.awards__stats-link:hover{color:var(--primary-colors-main);background:color-mix(in srgb, var(--primary-colors-main) 12%, var(--background-teritiary));border-color:color-mix(in srgb, var(--primary-colors-main) 40%, var(--border-color-default));box-shadow:var(--shadow-card),0 0 0 1px color-mix(in srgb, var(--primary-colors-main) 20%, transparent);text-decoration:none}.awards__stats-link:focus-visible{outline:2px solid var(--primary-colors-main);outline-offset:2px}.awards-show-more-icon--rotated{transform:rotate(180deg)}.kill-table-weapon{justify-content:center;align-items:center;display:flex}.kill-table-weapon img{object-fit:contain;width:48px;height:48px}.kill-table-action{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.kill-badge{white-space:nowrap;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:12px;display:inline-flex}.kill-badge i{font-size:10px}.kill-badge--sleep{background-color:var(--background-tertiary);color:var(--text-secondary)}.kill-badge--team{color:var(--primary-colors-main);background-color:#4254fb1a}.kill-badge--naked{color:#ff9800;background-color:#ff98001a}.player-profile__kills-tab,.player-profile__kills-tab-blocks{flex-direction:column;gap:16px;display:flex}.player-profile__kills-top-row{flex-wrap:wrap;align-items:stretch;gap:16px;display:flex}.player-profile__kills-top-row .player-profile__kills-summary{flex:1;min-width:0}.player-profile__kills-top-row .player-profile__kills-chart-section--mini{flex:none;width:280px;min-width:0}@media (max-width:640px){.player-profile__kills-top-row{flex-direction:column}.player-profile__kills-top-row .player-profile__kills-chart-section--mini{width:100%}}.player-profile__kills-summary{padding:20px}.player-profile__kills-summary-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.player-profile__kills-summary-head-text{min-width:0}.player-profile__kills-duels-btn{border:1px solid var(--border-color-default);background:var(--background-tertiary);color:var(--primary-colors-main);cursor:pointer;white-space:nowrap;border-radius:9999px;flex:none;padding:8px 12px;font-size:13px;font-weight:600;transition:background .2s,border-color .2s,opacity .2s}.player-profile__kills-duels-btn:hover{background:var(--background-secondary);border-color:color-mix(in srgb, var(--primary-colors-main) 35%, var(--border-color-default))}.player-profile__kills-duels-btn:active{opacity:.9}.player-profile__kills-summary-title{color:var(--text-main);margin:0 0 4px;font-size:18px;font-weight:600}.player-profile__kills-summary-subtitle{margin:0;font-size:13px}.player-profile__duels-embedded-header{justify-content:flex-start;margin-bottom:12px;display:flex}.player-profile__duels-back-btn{border:1px solid var(--border-color-default);background:var(--background-tertiary);color:var(--text-main);cursor:pointer;border-radius:9999px;padding:8px 12px;font-size:13px;font-weight:600;transition:background .2s,border-color .2s,opacity .2s}.player-profile__duels-back-btn:hover{background:var(--background-secondary);border-color:color-mix(in srgb, var(--primary-colors-main) 35%, var(--border-color-default))}.player-profile__duels-back-btn:active{opacity:.9}.player-profile__kills-summary-cards{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px;display:grid}.kills-summary-card{background:var(--background-tertiary);border-radius:var(--block-radius);border:1px solid var(--border-color-default);flex-direction:column;justify-content:center;align-items:center;min-height:72px;padding:16px 12px;display:flex}.kills-summary-card__value{color:var(--text-main);font-size:22px;font-weight:700;line-height:1.2}.kills-summary-card__value--primary{color:var(--primary-colors-main)}.kills-summary-card__value--danger{color:#ef5350}.kills-summary-card__value--muted{color:var(--text-secondary)}.kills-summary-card__label{color:var(--text-secondary);margin-top:4px;font-size:12px}.player-profile__kills-heals{flex-wrap:wrap;gap:12px 20px;margin:16px 0 0;padding:0;list-style:none;display:flex}.player-profile__kills-heal-item{align-items:center;gap:6px;font-size:12px;display:inline-flex}.player-profile__kills-heal-img{object-fit:contain;flex-shrink:0;width:20px;height:20px}.player-profile__kills-heal-count{color:var(--text-main);font-weight:600}.player-profile__kills-heal-name{font-size:12px}.player-profile__duels-tab{flex-direction:column;gap:16px;display:flex}.player-profile__duels-metrics{flex-direction:column;gap:8px;display:flex}.player-profile__duels-metrics-text{color:var(--text-main);margin:0;font-size:14px;line-height:1.4}.player-profile__duels-metrics-text strong{color:var(--primary-colors-secondary);font-weight:600}.player-profile__duels-metrics-draws{color:var(--text-secondary);font-weight:500}.player-profile__duels-metrics-bar-wrap{background:var(--background-tertiary);border-radius:4px;flex-direction:row;height:8px;display:flex;overflow:hidden}.player-profile__duels-metrics-bar-fill{min-width:0;height:100%;transition:width .3s}.player-profile__duels-metrics-bar-fill:first-child{border-radius:4px 0 0 4px}.player-profile__duels-metrics-bar-fill:last-child{border-radius:0 4px 4px 0}.player-profile__duels-metrics-bar-fill:only-child{border-radius:4px}.player-profile__duels-metrics-bar-fill--win{background:var(--primary-colors-secondary)}.player-profile__duels-metrics-bar-fill--draw{background:var(--text-secondary)}.player-profile__duels-metrics-bar-fill--loss{background:#ef5350}.player-profile__duels-loading,.player-profile__duels-empty{text-align:center;padding:24px;font-size:14px}.player-profile__duels-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.player-profile__duels-row{border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.player-profile__duels-list>.player-profile__duels-row:nth-child(odd){background-color:#0000000f}@media (prefers-color-scheme:dark){.player-profile__duels-list>.player-profile__duels-row:nth-child(odd){background-color:#ffffff14}}[data-theme=dark] .player-profile__duels-list>.player-profile__duels-row:nth-child(odd){background-color:#ffffff14}.player-profile__favorite-weapons-list>.player-profile__favorite-weapon-row:nth-child(odd){background-color:#0000000f}@media (prefers-color-scheme:dark){.player-profile__favorite-weapons-list>.player-profile__favorite-weapon-row:nth-child(odd){background-color:#ffffff14}}[data-theme=dark] .player-profile__favorite-weapons-list>.player-profile__favorite-weapon-row:nth-child(odd){background-color:#ffffff14}.player-profile__duels-player{align-items:center;gap:8px;min-width:0;display:flex}.player-profile__duels-player--left{flex:1;justify-content:flex-start}.player-profile__duels-player--right{flex:1;justify-content:flex-end}.player-profile__duels-opponent-link{min-width:0;color:inherit;align-items:center;gap:8px;text-decoration:none;display:flex}.player-profile__duels-opponent-link:hover{color:var(--primary-colors-main)}.player-profile__duels-nick{color:var(--text-main);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.player-profile__duels-score{flex-shrink:0;align-items:center;gap:2px;padding:0 8px;font-size:16px;font-weight:700;display:flex}.player-profile__duels-score-num--win{color:#4caf50}.player-profile__duels-score-num--lose{color:#ef5350}.player-profile__duels-score-num--muted{color:var(--text-secondary)}.player-profile__duels-score-dash{color:var(--text-secondary);font-weight:600}.player-profile__duels-sentinel{pointer-events:none;visibility:hidden;height:1px;margin:0;padding:0}.player-profile__duels-more{text-align:center;margin:8px 0 0;font-size:13px}.player-profile__resources-grid{border:1px solid var(--border-color-default);background:var(--background-tertiary);border-radius:12px;grid-template-columns:repeat(3,1fr);gap:0;margin-top:16px;padding:0;display:grid;overflow:hidden}@media (max-width:900px){.player-profile__resources-grid{grid-template-columns:1fr}}.player-profile__resources-panel{border-right:1px solid var(--border-color-default);flex-direction:column;min-width:0;display:flex}.player-profile__resources-panel:last-child{border-right:none}@media (max-width:900px){.player-profile__resources-panel{border-right:none;border-bottom:1px solid var(--border-color-default)}.player-profile__resources-panel:last-child{border-bottom:none}}.player-profile__resources-panel-title{color:var(--text-main);border-bottom:1px solid var(--border-color-default);background:#00000008;margin:0;padding:12px 16px;font-size:14px;font-weight:600}[data-theme=dark] .player-profile__resources-panel-title{background:#ffffff0a}.player-profile__resources-panel--hunt .player-profile__resources-panel-title{border-left:3px solid var(--primary-colors-main)}.player-profile__resources-panel--fishing .player-profile__resources-panel-title{border-left:3px solid #0d9488}.player-profile__resources-panel--ferm .player-profile__resources-panel-title{border-left:3px solid #16a34a}.player-profile__resources-list{flex:1;margin:0;padding:0;list-style:none}.player-profile__resources-row{border-bottom:1px solid var(--border-color-default);align-items:center;gap:12px;padding:10px 16px;transition:background .12s;display:flex}.player-profile__resources-row:last-child{border-bottom:none}.player-profile__resources-row:hover{background:#00000008}[data-theme=dark] .player-profile__resources-row:hover{background:#ffffff0d}.player-profile__resources-icon{background:var(--background-secondary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.player-profile__resources-icon img{object-fit:contain;width:36px;height:36px}.player-profile__resources-icon-placeholder{background:var(--background-tertiary);border-radius:6px;width:36px;height:36px}.player-profile__resources-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.player-profile__resources-name{color:var(--text-main);text-transform:capitalize;font-size:13px;font-weight:600;line-height:1.3}.player-profile__resources-meta{color:var(--text-secondary);font-size:11px;line-height:1.3}.player-profile__resources-meta--danger{color:var(--color-danger,#dc3545);font-weight:600}.player-profile__lootcrafts{width:100%}.player-profile__lootcrafts-bento,.player-profile__lootcrafts-layout{display:block}.player-profile__lootcrafts-left{flex-direction:column;gap:20px;display:flex}.player-profile__lootcrafts-panel{background:var(--background-tertiary);border:1px solid var(--border-color-default);border-radius:14px;padding:16px;transition:border-color .2s,box-shadow .2s}.player-profile__lootcrafts-panel:hover{border-color:color-mix(in srgb, var(--primary-colors-main) 25%, var(--border-color-default));box-shadow:0 4px 16px #0000000f}.player-profile__lootcrafts-panel-title{color:var(--text-main);letter-spacing:.02em;text-transform:uppercase;align-items:center;gap:8px;margin:0 0 14px;font-size:14px;font-weight:700;display:flex}.player-profile__lootcrafts-panel-icon{opacity:.9;font-size:18px}.player-profile__lootcrafts-panel--loot{min-width:0}.player-profile__lootcrafts-panel--loot,.player-profile__lootcrafts-panel--tech,.player-profile__lootcrafts-panel--blueprints,.player-profile__lootcrafts-panel--keycards{background:0 0;border:none;border-radius:0;padding:0}.player-profile__lootcrafts-panel--loot:hover,.player-profile__lootcrafts-panel--tech:hover,.player-profile__lootcrafts-panel--blueprints:hover,.player-profile__lootcrafts-panel--keycards:hover{box-shadow:none;border-color:#0000}.player-profile__lootcrafts-crate-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin:0;padding:0;list-style:none;display:grid}.player-profile__lootcrafts-crate{background:var(--background-secondary);border-radius:12px;flex-direction:row;justify-content:space-between;align-items:flex-end;min-height:100px;padding:16px 14px;transition:box-shadow .25s,transform .25s;display:flex}.player-profile__lootcrafts-crate:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 8px 24px #00000014}.player-profile__lootcrafts-crate:hover .player-profile__lootcrafts-crate-icon img{transform:scale(1.12)}.player-profile__lootcrafts-crate-left{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.player-profile__lootcrafts-crate-count{color:var(--text-main);letter-spacing:-.02em;font-size:22px;font-weight:800;line-height:1.1}.player-profile__lootcrafts-crate-name{color:var(--text-secondary);word-wrap:break-word;overflow-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.player-profile__lootcrafts-crate-icon{flex-shrink:0;justify-content:center;align-items:center;width:88px;height:88px;margin-left:12px;display:flex}.player-profile__lootcrafts-crate-icon img{object-fit:contain;width:80px;height:80px;transition:transform .25s}.player-profile__lootcrafts-keycards{flex-flow:wrap;gap:10px;display:flex}.player-profile__lootcrafts-keycard{background:var(--background-secondary);border-radius:12px;align-items:stretch;min-height:72px;transition:box-shadow .2s,transform .15s;display:flex;position:relative;overflow:hidden}.player-profile__lootcrafts-keycard:hover{transform:translateY(-1px);box-shadow:0 4px 16px #00000014}.player-profile__lootcrafts-keycard-stripe{flex-shrink:0;width:5px}.player-profile__lootcrafts-keycard--red .player-profile__lootcrafts-keycard-stripe{background:linear-gradient(#c62828 0%,#8e0000 100%)}.player-profile__lootcrafts-keycard--blue .player-profile__lootcrafts-keycard-stripe{background:linear-gradient(#1565c0 0%,#0d47a1 100%)}.player-profile__lootcrafts-keycard--green .player-profile__lootcrafts-keycard-stripe{background:linear-gradient(#2e7d32 0%,#1b5e20 100%)}.player-profile__lootcrafts-keycard-left{flex-direction:column;flex:1;justify-content:center;gap:2px;min-width:0;padding:10px 12px;display:flex}.player-profile__lootcrafts-keycard-value{color:var(--text-main);letter-spacing:-.02em;font-size:20px;font-weight:800;line-height:1.1}.player-profile__lootcrafts-keycard-name{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:500;overflow:hidden}.player-profile__lootcrafts-keycard-icon{flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;padding:8px;display:flex}.player-profile__lootcrafts-keycard-icon img{object-fit:contain;width:52px;height:52px}.player-profile__lootcrafts-blueprint-list{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.player-profile__lootcrafts-blueprint-item{background:var(--background-secondary);border-radius:12px;flex-direction:row;justify-content:space-between;align-items:flex-start;min-height:72px;padding:12px 10px;transition:box-shadow .2s,transform .15s;display:flex}.player-profile__lootcrafts-blueprint-item:hover{transform:translateY(-1px);box-shadow:0 4px 16px #00000014}.player-profile__lootcrafts-blueprint-left{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.player-profile__lootcrafts-blueprint-value{color:var(--text-main);letter-spacing:-.02em;font-size:20px;font-weight:800;line-height:1.1}.player-profile__lootcrafts-blueprint-name{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:500;line-height:1.3;overflow:hidden}.player-profile__lootcrafts-blueprint-icon{flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;margin-left:8px;display:flex}.player-profile__lootcrafts-blueprint-icon img{object-fit:contain;width:52px;height:52px}.player-profile__lootcrafts-empty{text-align:center;margin:0;padding:24px 20px;font-size:14px}.player-profile__food-building-row{margin-top:20px}.player-profile__food-building-inner{grid-template-columns:1fr 1fr;align-items:start;gap:24px;display:grid}@media (max-width:768px){.player-profile__food-building-inner{grid-template-columns:1fr}}.player-profile__food-building-title{color:var(--text-main);letter-spacing:.02em;margin:0 0 14px;font-size:15px;font-weight:700}.player-profile__food-cards{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}@media (min-width:900px){.player-profile__food-cards{grid-template-columns:repeat(3,1fr)}}.player-profile__food-card{background:var(--background-secondary);border-radius:12px;flex-direction:row;justify-content:space-between;align-items:flex-start;min-height:80px;padding:14px 12px;transition:box-shadow .2s,transform .15s;display:flex}.player-profile__food-card:hover{transform:translateY(-1px);box-shadow:0 4px 16px #00000014}.player-profile__food-card-left{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.player-profile__food-card-value{color:var(--text-main);letter-spacing:-.02em;font-size:28px;font-weight:800;line-height:1.1}.player-profile__food-card-name{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;line-height:1.3;overflow:hidden}.player-profile__food-card-icon{flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-left:8px;display:flex}.player-profile__food-card-icon img{object-fit:contain;width:44px;height:44px}.player-profile__food-card--more{background:var(--background-tertiary);border:none;flex-direction:column;justify-content:center;align-items:center;gap:2px}.player-profile__food-card--more .player-profile__food-card-left{align-items:center}.player-profile__food-card--more .player-profile__food-card-icon{display:none}.player-profile__food-card-more-label{color:var(--text-secondary);margin-bottom:0;font-size:13px;font-weight:600}.player-profile__food-card-more-count{color:var(--text-main);font-size:26px;font-weight:800;line-height:1.2}.player-profile__food-empty{color:var(--text-secondary);margin:0;font-size:13px}.player-profile__player-cards-section{margin-top:24px}.player-profile__player-cards-title{color:var(--text-main);margin:0 0 16px;font-size:18px;font-weight:700}.player-profile__player-cards-more{color:var(--text-secondary);margin:12px 0 0;font-size:14px}.player-profile__player-cards-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px;display:grid}.player-profile__player-cards-grid .building-card-image-first--compact .building-card-image-first__title,.player-profile__player-cards-grid .building-card-image-first--compact .custom-skin-card-image-first__title,.player-profile__player-cards-grid .custom-skin-card-image-first--compact .building-card-image-first__title,.player-profile__player-cards-grid .custom-skin-card-image-first--compact .custom-skin-card-image-first__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-size:13px;line-height:1.25;display:-webkit-box;overflow:hidden}.player-profile__player-cards-grid .building-card-image-first--compact .building-card-image-first__overlay,.player-profile__player-cards-grid .building-card-image-first--compact .custom-skin-card-image-first__overlay,.player-profile__player-cards-grid .custom-skin-card-image-first--compact .building-card-image-first__overlay,.player-profile__player-cards-grid .custom-skin-card-image-first--compact .custom-skin-card-image-first__overlay{justify-content:flex-end;padding:8px}.player-profile__player-cards-grid .building-card-image-first--compact .building-card-image-first__date-only,.player-profile__player-cards-grid .building-card-image-first--compact .custom-skin-card-image-first__date-only,.player-profile__player-cards-grid .custom-skin-card-image-first--compact .building-card-image-first__date-only,.player-profile__player-cards-grid .custom-skin-card-image-first--compact .custom-skin-card-image-first__date-only{color:var(--text-secondary);opacity:.95;align-items:center;gap:4px;font-size:11px;display:inline-flex}.player-profile__player-cards-grid .building-card-image-first--compact .building-card-image-first__image-wrap,.player-profile__player-cards-grid .building-card-image-first--compact .custom-skin-card-image-first__image-wrap,.player-profile__player-cards-grid .custom-skin-card-image-first--compact .building-card-image-first__image-wrap,.player-profile__player-cards-grid .custom-skin-card-image-first--compact .custom-skin-card-image-first__image-wrap{aspect-ratio:4/3}.player-profile__player-cards-grid .building-card-image-first--compact .building-card-image-first__placeholder,.player-profile__player-cards-grid .building-card-image-first--compact .custom-skin-card-image-first__placeholder,.player-profile__player-cards-grid .custom-skin-card-image-first--compact .building-card-image-first__placeholder,.player-profile__player-cards-grid .custom-skin-card-image-first--compact .custom-skin-card-image-first__placeholder{text-align:center;flex-direction:column;padding:8px;font-size:12px}.player-profile__player-cards-grid .building-card-image-first--compact .building-card-image-first__placeholder .building-card-image-first__date-only,.player-profile__player-cards-grid .building-card-image-first--compact .custom-skin-card-image-first__placeholder .custom-skin-card-image-first__date-only,.player-profile__player-cards-grid .custom-skin-card-image-first--compact .building-card-image-first__placeholder .building-card-image-first__date-only,.player-profile__player-cards-grid .custom-skin-card-image-first--compact .custom-skin-card-image-first__placeholder .custom-skin-card-image-first__date-only{margin-top:4px;font-size:11px;display:block}.player-profile__player-cards-grid .building-card-image-first--compact .building-card-image-first__delete,.player-profile__player-cards-grid .custom-skin-card-image-first--compact .building-card-image-first__delete{width:24px;height:24px;top:4px;right:4px}.player-profile__building-row{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;display:grid}.player-profile__building-card{background:var(--background-secondary);border-radius:12px;flex-direction:row;justify-content:space-between;align-items:flex-start;min-height:80px;padding:14px 12px;transition:box-shadow .2s,transform .15s;display:flex}.player-profile__building-card:hover{transform:translateY(-1px);box-shadow:0 4px 16px #00000014}.player-profile__building-card-left{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.player-profile__building-card-value{color:var(--primary-colors-main);letter-spacing:-.02em;font-size:28px;font-weight:800;line-height:1.1}.player-profile__building-card-name{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;line-height:1.3;overflow:hidden}.player-profile__building-card-icon{flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-left:8px;display:flex}.player-profile__building-card-icon img{object-fit:contain;width:44px;height:44px}.player-profile__lootcrafts-crafts-list{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px;margin:0;padding:0;list-style:none;display:grid}.player-profile__lootcrafts-craft-item{background:var(--background-tertiary);border-radius:var(--block-radius);border:1px solid var(--border-color-default);align-items:center;gap:10px;padding:10px 12px;display:flex}.player-profile__lootcrafts-craft-item .player-profile__resources-icon{width:36px;height:36px}.player-profile__lootcrafts-craft-item .player-profile__resources-icon img{width:32px;height:32px}.player-profile__lootcrafts-craft-item .player-profile__resources-name{font-size:12px}.player-profile__lootcrafts-craft-item .player-profile__resources-value{color:var(--primary-colors-main);margin-left:auto;font-size:14px;font-weight:700}.player-profile__resources-value{color:var(--primary-colors-main);flex-shrink:0;font-size:14px;font-weight:700}.player-profile__resources-empty{color:var(--text-secondary);margin:0;padding:16px;font-size:13px}.player-profile__activity-first-row{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:24px 32px;margin-left:auto;margin-right:auto;display:flex}@media (max-width:768px){.player-profile__activity-first-row{flex-direction:column;align-items:center}}.player-profile__activity-resources-grid{grid-template-columns:1fr 1fr;gap:4px 16px;display:grid}.player-profile__activity-resource-row{align-items:center;gap:10px;padding:2px 0;display:flex}.player-profile__activity-resource-img{object-fit:contain;flex-shrink:0;width:40px;height:40px}.player-profile__activity-resource-info{flex-direction:column;gap:2px;min-width:0;display:flex}.player-profile__activity-resource-count{color:var(--text-main);font-size:14px;font-weight:600}.player-profile__activity-resource-x{color:var(--text-secondary);font-weight:500}.player-profile__activity-resource-x-badge{color:var(--text-secondary);background:var(--background-tertiary);cursor:help;border-radius:4px;align-items:center;margin-left:6px;padding:1px 5px;font-size:10px;font-weight:600;display:inline-flex}.player-profile__activity-resource-name{color:var(--text-secondary);font-size:12px}.player-profile__activity-craftables{border-left:1px solid var(--border-color-default);flex-direction:column;align-items:center;min-width:0;padding-left:24px;display:flex}@media (max-width:768px){.player-profile__activity-craftables{border-left:none;border-top:1px solid var(--border-color-default);margin-top:16px;padding-top:16px;padding-left:0}}.player-profile__activity-craftables-title{color:var(--text-main);margin:0 0 8px;font-size:14px;font-weight:600}.player-profile__activity-craftables-list{flex-direction:column;align-items:center;gap:4px;margin:0;padding:0;list-style:none;display:flex}.player-profile__activity-craftables-list--standalone{min-width:0}.player-profile__activity-buffs{border-left:1px solid var(--border-color-default);flex-direction:column;align-items:flex-start;min-width:0;padding-left:24px;display:flex}@media (max-width:768px){.player-profile__activity-buffs{border-left:none;border-top:1px solid var(--border-color-default);margin-top:16px;padding-top:16px;padding-left:0}}.player-profile__activity-buffs-title{color:var(--text-main);margin:0 0 8px;font-size:14px;font-weight:600}.player-profile__activity-buffs-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.player-profile__activity-buff-item{align-items:center;gap:10px;padding:2px 0;display:flex}.player-profile__activity-buff-img{object-fit:contain;flex-shrink:0;width:40px;height:40px}.player-profile__activity-buff-info{flex-direction:column;gap:2px;min-width:0;display:flex}.player-profile__activity-buff-count{color:var(--text-main);font-size:14px;font-weight:600}.player-profile__activity-buff-name{color:var(--text-secondary);min-width:0;font-size:12px}.player-profile__activity-buffs-empty{color:var(--text-secondary);margin:0;font-size:12px;font-style:italic}.player-profile__activity-craftable-item{justify-content:center;align-items:center;gap:8px;padding:2px 0;display:flex}.player-profile__activity-craftable-img{object-fit:contain;flex-shrink:0;width:24px;height:24px}.player-profile__activity-craftable-icon{background:var(--background-tertiary);border-radius:4px;flex-shrink:0;width:24px;height:24px;display:inline-block}.player-profile__activity-craftable-name{color:var(--text-main);flex:1;font-size:12px}.player-profile__activity-craftable-count{color:var(--primary-colors-secondary);font-size:12px;font-weight:600}.player-profile__kills-table-section{min-width:0;padding:20px}.player-profile__kills-table-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.player-profile__kills-table-title{color:var(--text-main);margin:0;font-size:18px;font-weight:600}.player-profile__kills-table-info,.kills-table-date{font-size:13px}.kills-type-badge{white-space:nowrap;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}.kills-type-badge--kill{color:#4caf50;background:#4caf5026}.kills-type-badge--death{color:#ef5350;background:#ef535026}.kills-type-badge--suicide{background:var(--background-tertiary);color:var(--text-secondary)}.kills-type-badge--scientist{color:#ff9800;background:#ff980026}.kills-type-badge--animal{color:#9c27b0;background:#9c27b026}.kills-compact-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.kills-compact-row{background:var(--background-tertiary);border-radius:var(--block-radius);border:1px solid var(--border-color-default);align-items:center;gap:12px;min-width:0;padding:10px 12px;display:flex}.kills-compact-row__weapon{background:var(--background-default);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:47px;height:47px;display:flex;overflow:hidden}.kills-compact-row__weapon .kills-compact-weapon-img{object-fit:contain;width:100%;height:100%}.kills-compact-row__weapon .kills-compact-weapon-fallback{justify-content:center;align-items:center}.kills-compact-row__body{flex:1;min-width:0}.kills-compact-row__main{flex-wrap:wrap;align-items:center;gap:6px 10px;font-size:13px;display:flex}.kills-compact-row__meta{flex-wrap:wrap;align-items:center;gap:8px 12px;margin-top:2px;display:flex}.kills-compact-badges{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.kills-compact-row__action{flex-wrap:wrap;flex:1;align-items:center;gap:6px;min-width:0;display:inline-flex}.kills-compact-row__action .kills-compact-avatar{background:var(--background-default);color:var(--text-secondary);flex-shrink:0}.kills-compact-row__action .kills-compact-nick{white-space:nowrap;text-overflow:ellipsis;max-width:120px;overflow:hidden}.kills-compact-row__action .kills-compact-nick .link{font-weight:500}.kills-compact-distance{color:var(--text-secondary);white-space:nowrap;align-items:center;gap:4px;font-size:11px;display:inline-flex}.kills-compact-row__date{font-size:12px}.kills-compact-pagination{border-top:1px solid var(--border-color-default);justify-content:center;align-items:center;gap:12px;margin-top:16px;padding-top:12px;display:flex}.kills-compact-pagination__btn{border:1px solid var(--border-color-default);background:var(--background-tertiary);color:var(--text-main);cursor:pointer;border-radius:6px;padding:6px 12px;font-size:13px}.kills-compact-pagination__btn:hover:not(:disabled){background:var(--background-default)}.kills-compact-pagination__btn:disabled{opacity:.5;cursor:not-allowed}.kills-compact-pagination__info{color:var(--text-secondary);font-size:13px}.kills-compact-empty{text-align:center;padding:16px;font-size:14px}.player-profile__team-tab{flex-direction:column;gap:16px;display:flex}.player-profile__team-privacy-notice{border-radius:var(--block-radius,8px);border:1px solid color-mix(in srgb, var(--primary-colors-main) 40%, transparent);background:color-mix(in srgb, var(--primary-colors-main) 8%, var(--background-tertiary));color:var(--text-main);margin:0;padding:12px 14px;font-size:13px;line-height:1.45}.player-profile__team-privacy-notice-link{color:var(--primary-colors-main);text-underline-offset:2px;white-space:nowrap;font-weight:600;font:inherit;cursor:pointer;text-align:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.player-profile__team-privacy-notice-link:hover{color:color-mix(in srgb, var(--primary-colors-main) 88%, var(--text-main));text-decoration:none}.team-tab-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.team-tab-row{background:var(--background-tertiary);border-radius:var(--block-radius);border:1px solid var(--border-color-default);min-width:0;padding:12px 16px}.team-tab-row__main{align-items:center;gap:12px;display:flex}.team-tab-row__avatar{background:var(--background-default);border-radius:8px;flex-shrink:0;width:40px;height:40px;position:relative;overflow:hidden}.team-tab-row__avatar img{object-fit:cover;border-radius:8px;width:100%;height:100%}.team-tab-row__avatar--offline{opacity:.7}.team-tab-row__avatar--hidden{filter:blur(4px);opacity:.8}.team-tab-row__status-dot{background:var(--online);border:2px solid var(--background-tertiary);border-radius:50%;width:10px;height:10px;position:absolute;bottom:2px;right:2px}.team-tab-row__info{flex:1;min-width:0}.team-tab-row__name{margin-bottom:4px;font-size:14px;font-weight:600;display:block}.team-tab-row__meta{flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.team-tab-row__badge{border-radius:6px;align-items:center;gap:4px;padding:2px 8px;font-weight:600;display:inline-flex}.team-tab-row__badge--leader{color:#ffc107;background:#ffc10733}.team-tab-row__status{align-items:center;gap:4px;display:inline-flex}.team-tab-row__status--online{color:var(--online)}.player-profile__wipes-activity{padding:16px}.player-profile__wipes-activity-title{color:var(--text-main);margin:0 0 2px;font-size:15px;font-weight:600}.player-profile__wipes-activity-subtitle{margin:0 0 12px;font-size:12px}.player-profile__wipes-activity-outdated{background:var(--background-tertiary);border:1px solid var(--primary-colors-main);overflow-wrap:break-word;border-radius:6px;flex-wrap:wrap;align-items:baseline;gap:.25em;min-width:0;margin-bottom:12px;padding:10px 12px;font-size:13px;display:flex}.player-profile__wipes-activity-outdated.alert-info{border-color:color-mix(in srgb, var(--primary-colors-main) 40%, transparent);background:color-mix(in srgb, var(--primary-colors-main) 8%, var(--background-tertiary))}.player-profile__wipes-activity-current-link{color:var(--primary-colors-main);font-weight:600;text-decoration:underline}.player-profile__wipes-activity-current-link:hover{text-decoration:none}.player-profile__wipes-activity-grid{grid-template-columns:repeat(8,1fr);gap:3px;margin-bottom:10px;display:grid}.player-profile__wipes-activity-grid .player-profile__wipes-activity-cell{cursor:default;transition:transform .18s,box-shadow .18s}.player-profile__wipes-activity-grid .player-profile__wipes-activity-cell--clickable{cursor:pointer}.player-profile__wipes-activity-grid .player-profile__wipes-activity-cell--clickable:hover{box-shadow:0 0 0 2px var(--primary-colors-main);z-index:1;transform:scale(1.2)}.player-profile__wipes-activity-cell{aspect-ratio:1;border-radius:2px;min-width:0}.player-profile__wipes-activity-cell--level-0{background-color:color-mix(in srgb, var(--primary-colors-main) 5%, transparent)}.player-profile__wipes-activity-cell--level-1{background-color:color-mix(in srgb, var(--primary-colors-main) 12%, transparent)}.player-profile__wipes-activity-cell--level-2{background-color:color-mix(in srgb, var(--primary-colors-main) 25%, transparent)}.player-profile__wipes-activity-cell--level-3{background-color:color-mix(in srgb, var(--primary-colors-main) 55%, transparent)}.player-profile__wipes-activity-cell--level-4{background-color:var(--primary-colors-main)}.player-profile__wipes-activity-legend{color:var(--text-secondary);align-items:center;gap:8px;font-size:11px;display:flex}.player-profile__wipes-activity-legend-samples{align-items:center;gap:2px;display:flex}.player-profile__wipes-activity-legend-samples .player-profile__wipes-activity-cell{width:10px;height:10px}.player-profile__wipes-activity-legend-label{white-space:nowrap}.player-profile__wipes-activity-empty{margin:0;padding:12px 0;font-size:14px}.player-profile__kills-chart-section{padding:20px}.player-profile__kills-chart-section .player-profile__kills-chart-title{margin-bottom:12px;font-size:1rem}.player-profile__kills-chart-section--mini .player-profile__kills-chart-title{margin-bottom:8px;font-size:14px}.player-profile__kills-chart-wrap{min-height:260px}.player-profile__kills-chart-wrap--mini{justify-content:center;align-items:center;min-height:160px;display:flex}.player-profile__kills-chart-wrap--mini text,.player-profile__kills-chart-wrap--mini .MuiChartsLegend-series text,.player-profile__kills-chart-wrap--mini [class*=PieChart] text{fill:var(--text-main)!important}.player-profile__kills-chart-wrap--mini .MuiChartsLegend-label{color:var(--text-main)!important;fill:var(--text-main)!important}.player-profile__kills-chart-wrap--tight{position:relative;overflow:hidden}.player-profile__kills-chart-wrap--tight>div{width:100%!important;margin-left:0!important;padding-left:0!important}.player-profile__kills-chart-wrap--tight svg{width:100%!important;height:100%!important;margin-left:0!important}.team-widget{flex-direction:column;gap:16px;display:flex}.team-widget__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.team-widget__header .stat-block__title{margin-bottom:0!important}.team-widget__stats{align-items:center;gap:8px;display:flex}.team-widget__stat{background:var(--background-tertiary);min-width:32px;height:28px;color:var(--text-main);border-radius:var(--button-secondary-radius);border:1px solid var(--border-color-default);justify-content:center;align-items:center;gap:5px;padding:0 10px;font-size:12px;font-weight:700;display:flex}.team-widget__stat i,.team-widget__stat svg{color:var(--text-secondary);align-items:center;font-size:8px;display:flex}.team-widget__stat--online{color:#22c55e;background:linear-gradient(135deg,#22c55e26,#16a34a26);border-color:#22c55e4d}.team-widget__stat--online i,.team-widget__stat--online svg{color:#10b981;animation:2s ease-in-out infinite pulse}.team-widget__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.team-widget__show-more{background:var(--background-secondary);border:1px solid var(--border-color-default);border-radius:var(--button-radius);width:100%;color:var(--text-main);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:600;transition:all .25s ease-in-out;display:flex}.team-widget__show-more:hover{background:var(--background-tertiary);border-color:var(--primary-colors-main);color:var(--primary-colors-main);box-shadow:var(--shadow-card);transform:translateY(-1px)}.team-widget__show-more:hover i,.team-widget__show-more:hover svg{transform:translateY(2px)}.team-widget__show-more i,.team-widget__show-more svg{font-size:11px;transition:transform .25s ease-in-out}.team-widget__show-more-icon--rotated{transform:rotate(180deg)!important}.team-member{background:var(--background-secondary);border:1px solid var(--border-color-default);border-radius:var(--card-radius);gap:12px;padding:12px;transition:all .25s ease-in-out;display:flex}.team-member--hidden{display:none}.team-member:hover{background:var(--background-tertiary);border-color:var(--border-color-hover);box-shadow:var(--shadow-card);transform:translateY(-2px)}.team-member:hover .team-member__avatar img{transform:scale(1.1)}.team-member__avatar{border-radius:var(--avatar-radius);width:48px;min-width:48px;height:48px;position:relative;overflow:hidden}.team-member__avatar img{object-fit:cover;border:2px solid var(--primary-colors-main);border-radius:var(--avatar-radius);width:100%;height:100%;transition:transform .25s ease-in-out}.team-member__avatar--offline img{border-color:var(--border-color-default);opacity:.7}.team-member__avatar--hidden img{border-color:var(--text-secondary);opacity:.5;filter:grayscale(50%)}.team-member__status{border:3px solid var(--background-secondary);background:#22c55e;border-radius:50%;width:14px;height:14px;animation:2s ease-in-out infinite pulse;position:absolute;bottom:-2px;right:-2px}.team-member__content{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.team-member__info{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.team-member__name{color:var(--link-color-default);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s;overflow:hidden}.team-member__name:hover{color:var(--link-color-hover)}.team-member__badge{border-radius:var(--button-secondary-radius);text-transform:uppercase;align-items:center;gap:4px;padding:3px 8px;font-size:10px;font-weight:600;display:inline-flex}.team-member__badge i,.team-member__badge svg{align-items:center;font-size:9px;display:flex}.team-member__badge--leader{color:#fbbf24;background:linear-gradient(135deg,#fbbf2426,#f59e0b26);border:1px solid #fbbf244d}.team-member__badge--leader i,.team-member__badge--leader svg{color:#f59e0b}.team-member__status-text{color:var(--text-secondary);align-items:center;gap:6px;font-size:12px;display:flex}.team-member__status-text i,.team-member__status-text svg{align-items:center;font-size:10px;display:flex}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.team-member{padding:10px}.team-member__avatar{width:40px;min-width:40px;height:40px}.team-member__name{font-size:13px}.team-member__status-text{font-size:11px}.team-member__badge{padding:2px 6px;font-size:9px}.team-widget__show-more{padding:8px 12px;font-size:12px}}.player-profile-skeleton__tabs{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.player-profile-skeleton__avatar-wrap{border-radius:8px;flex-shrink:0;overflow:hidden;width:140px!important;min-width:140px!important;height:140px!important;min-height:140px!important}.player-profile-skeleton__avatar{flex-shrink:0;border-radius:8px!important;width:140px!important;min-width:140px!important;height:140px!important;min-height:140px!important}@keyframes player-stats-fetching-shimmer{0%{opacity:.9;transform:translate(-100%)}to{opacity:.4;transform:translate(100%)}}.player-stats-player-page{position:relative}.player-stats-player-page__server-tabs{margin-bottom:20px}.player-stats-player-page__fetching-bar{z-index:10050;pointer-events:none;background:var(--border-color-default,#ffffff14);height:3px;position:fixed;top:0;left:0;right:0;overflow:hidden}.player-stats-player-page__fetching-bar:after{content:"";background:linear-gradient(90deg, transparent, var(--primary-colors-main,#4a9eff), var(--primary-colors-secondary,#7c5cff), transparent);width:40%;animation:1.1s ease-in-out infinite player-stats-fetching-shimmer;position:absolute;inset:0}.player-stats-player-page__inner--refreshing{opacity:.92;transition:opacity .2s}@media (max-width:768px){.player-stats-player-page{min-width:0}.player-stats-player-page>.container.player-stats-player-page__inner{padding-left:10px;padding-right:10px}.player-stats-player-page .player-stats-player-page__server-tabs{margin-bottom:10px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__layout{gap:8px}.player-stats-player-page .player-profile-page--stats-embed .tabs{margin-bottom:10px}.player-stats-player-page .player-profile-page--stats-embed .tabs__item{min-height:42px;padding:8px 12px;font-size:13px}.player-stats-player-page .player-profile-page--stats-embed .page-stats__block,.player-stats-player-page .player-profile-page--stats-embed .page-stats__block-without-hover{padding:10px 12px}.player-stats-player-page .player-profile-page--stats-embed .page-stats__block.profile{gap:12px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__sidebar{gap:8px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__sidebar .profile__wrapper{gap:10px!important;padding-top:16px!important;padding-bottom:16px!important}.player-stats-player-page .player-profile-page--stats-embed .player-profile__sidebar .profile__image{width:88px!important;height:88px!important}.player-stats-player-page .player-profile-page--stats-embed .player-profile__sidebar .profile__image .player-profile__avatar-img,.player-stats-player-page .player-profile-page--stats-embed .player-profile__sidebar .player-profile__avatar{width:88px!important;min-width:88px!important;height:88px!important;min-height:88px!important}.player-stats-player-page .player-profile-page--stats-embed .player-profile__sidebar .profile__username{font-size:15px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__sidebar .profile__info{gap:6px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__sidebar .profile__server,.player-stats-player-page .player-profile-page--stats-embed .player-profile__sidebar .profile__playtime,.player-stats-player-page .player-profile-page--stats-embed .player-profile__sidebar .player-profile__steam-id-row{font-size:12px;line-height:1.4}.player-stats-player-page .player-profile-page--stats-embed .player-profile__sidebar .player-profile__vip-badge{margin-left:4px;padding:1px 6px;font-size:10px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__sidebar .player-profile__playtime-pill{max-width:none;min-height:34px;margin-top:4px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__sidebar .player-profile__playtime-pill-option{padding:5px 8px;font-size:12px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__sidebar .player-profile__sidebar-awards-btn{margin-top:8px;padding:6px 10px;font-size:12px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__sidebar .player-profile__sidebar-privacy-link{padding:6px 10px;font-size:12px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__sidebar .player-profile__steam-id-link{word-break:break-all}.player-stats-player-page .player-profile-page--stats-embed .player-profile__sidebar .profile__server{word-break:break-word}.player-stats-player-page .player-profile-page--stats-embed .player-profile__content{gap:8px}.player-stats-player-page .player-profile-page--stats-embed .page-stats__categories{grid-template-columns:repeat(auto-fit,minmax(124px,1fr));gap:8px}.player-stats-player-page .player-profile-page--stats-embed .page-stats__category{padding:8px}.player-stats-player-page .player-profile-page--stats-embed .page-stats__category .category__count-and-img{font-size:14px}.player-stats-player-page .player-profile-page--stats-embed .page-stats__category .category__count-and-img img{width:48px!important;height:48px!important}.player-stats-player-page .player-profile-page--stats-embed .page-stats__category .category__title{font-size:12px}.player-stats-player-page .player-profile-page--stats-embed .mb-24{margin-bottom:12px!important}.player-stats-player-page .player-profile-page--stats-embed .player-profile__combat-overview{margin-bottom:10px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__combat-overview .player-profile__combat-metric{min-width:calc(33.333% - 6px);padding:3px 4px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__combat-overview .player-profile__combat-metric-label{font-size:9px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__combat-overview .player-profile__combat-metric-value{font-size:13px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__favorite-weapons-title{margin-bottom:10px;font-size:14px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__favorite-weapons-inner{gap:12px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__favorite-weapons-top3{min-height:160px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__favorite-weapons-hits .player-profile__hits-chart{min-height:200px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__resources-grid{margin-top:10px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__resources-panel-title{padding:8px 12px;font-size:13px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__resources-row{gap:8px;padding:8px 12px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__resources-icon{width:32px;height:32px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__kills-table-section{padding:12px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__kills-table-header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:10px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__kills-table-title{font-size:15px}.player-stats-player-page .player-profile-page--stats-embed .kills-compact-row{gap:8px;padding:8px 10px}.player-stats-player-page .player-profile-page--stats-embed .kills-compact-row__weapon{width:40px;height:40px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__wipes-activity{padding:12px!important}.player-stats-player-page .player-profile-page--stats-embed .player-profile__wipes-activity-title{font-size:14px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__wipes-activity-subtitle{-webkit-line-clamp:4;-webkit-box-orient:vertical;margin-bottom:8px;font-size:11px;line-height:1.35;display:-webkit-box;overflow:hidden}.player-stats-player-page .player-profile-page--stats-embed .player-profile__wipes-activity-outdated{padding:8px 10px;font-size:11px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__wipes-activity-grid{gap:2px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__wipes-activity-legend{flex-wrap:wrap;gap:6px;font-size:11px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__activity-first-row{gap:14px 16px;margin-top:4px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__activity-resources-grid{grid-template-columns:1fr;gap:2px 0;width:100%;max-width:100%}.player-stats-player-page .player-profile-page--stats-embed .player-profile__activity-resource-img{width:32px;height:32px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__activity-resource-count{font-size:13px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__activity-resource-name{font-size:11px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__activity-craftables{width:100%;margin-top:12px;padding-top:12px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__activity-craftables-title,.player-stats-player-page .player-profile-page--stats-embed .player-profile__activity-buffs-title{font-size:13px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__activity-buffs{border-left:none;border-top:1px solid var(--border-color-default);width:100%;margin-top:12px;padding-top:12px;padding-left:0}.player-stats-player-page .player-profile-page--stats-embed .player-profile__activity-buff-img{width:28px;height:28px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__food-building-inner{gap:16px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__food-building-title{margin-bottom:10px;font-size:14px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__food-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__food-card{min-height:72px;padding:10px 8px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__food-card-value{font-size:20px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__food-card-icon img{max-width:40px;max-height:40px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__building-row{grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:8px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__building-card{min-height:72px;padding:10px 8px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__building-card-value{font-size:20px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__building-card-icon{width:40px;height:40px;margin-left:4px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__building-card-icon img{width:36px;height:36px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__player-cards-section{margin-top:16px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__player-cards-title{margin-bottom:10px;font-size:15px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__player-cards-grid{grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:8px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__player-cards-more{font-size:12px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__kills-tab,.player-stats-player-page .player-profile-page--stats-embed .player-profile__kills-tab-blocks,.player-stats-player-page .player-profile-page--stats-embed .player-profile__kills-top-row{gap:10px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__kills-top-row .player-profile__kills-chart-section--mini{width:100%;max-width:100%}.player-stats-player-page .player-profile-page--stats-embed .player-profile__kills-summary{padding:12px!important}.player-stats-player-page .player-profile-page--stats-embed .player-profile__kills-summary-head{gap:8px;margin-bottom:10px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__kills-summary-title{font-size:15px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__kills-summary-subtitle{font-size:11px;line-height:1.35}.player-stats-player-page .player-profile-page--stats-embed .player-profile__kills-summary-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.player-stats-player-page .player-profile-page--stats-embed .kills-summary-card{min-height:64px;padding:10px 8px}.player-stats-player-page .player-profile-page--stats-embed .kills-summary-card__value{font-size:17px}.player-stats-player-page .player-profile-page--stats-embed .kills-summary-card__label{margin-top:2px;font-size:10px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__kills-heals{flex-wrap:wrap;gap:6px;margin-top:8px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__kills-heal-item{padding:4px 6px;font-size:11px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__kills-chart-title{margin-bottom:6px;font-size:13px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__kills-chart-section{padding:12px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__kills-chart-wrap--mini{-webkit-overflow-scrolling:touch;justify-content:flex-start;margin:0 -4px;padding:0 4px;overflow-x:auto}.player-stats-player-page .player-profile-page--stats-embed .kills-compact-row__main{gap:4px 6px;font-size:12px}.player-stats-player-page .player-profile-page--stats-embed .kills-compact-row__action .kills-compact-nick{max-width:min(140px,42vw)}.player-stats-player-page .player-profile-page--stats-embed .kills-type-badge{padding:3px 6px;font-size:10px}.player-stats-player-page .player-profile-page--stats-embed .kills-compact-pagination{flex-wrap:wrap;gap:8px;margin-top:12px;padding-top:10px}.player-stats-player-page .player-profile-page--stats-embed .kills-compact-pagination__info{text-align:center;order:-1;width:100%;font-size:11px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__duels-tab{gap:10px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__duels-metrics{padding:10px 12px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__duels-metrics-text{font-size:12px;line-height:1.45}.player-stats-player-page .player-profile-page--stats-embed .player-profile__duels-metrics-bar-wrap{margin-top:8px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__duels-list{gap:8px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__duels-row{gap:8px;padding:10px 12px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__duels-score{flex-wrap:wrap;justify-content:center;gap:4px 8px;width:100%}.player-stats-player-page .player-profile-page--stats-embed .player-profile__duels-nick{max-width:min(160px,48vw);font-size:12px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__duels-more{font-size:11px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__lootcrafts-left{gap:14px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__lootcrafts-panel-title{margin-bottom:10px;font-size:12px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__lootcrafts-crate-grid{grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:8px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__lootcrafts-crate{min-height:86px;padding:10px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__lootcrafts-crate:hover{transform:none}.player-stats-player-page .player-profile-page--stats-embed .player-profile__lootcrafts-crate-count{font-size:17px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__lootcrafts-crate-name{font-size:11px;line-height:1.25}.player-stats-player-page .player-profile-page--stats-embed .player-profile__lootcrafts-crate-icon{width:44px;height:44px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__lootcrafts-keycards{gap:8px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__lootcrafts-keycard{min-height:0;padding:8px 10px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__lootcrafts-keycard-value{font-size:16px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__lootcrafts-keycard-name{font-size:11px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__lootcrafts-blueprint-item{padding:8px 10px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__lootcrafts-blueprint-value{font-size:15px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__lootcrafts-blueprint-name{font-size:11px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__lootcrafts-empty{padding:12px;font-size:12px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__team-tab{gap:10px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__team-privacy-notice{padding:10px 12px;font-size:12px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__team-privacy-notice-link{white-space:normal;display:inline}.player-stats-player-page .player-profile-page--stats-embed .team-tab-list{gap:8px}.player-stats-player-page .player-profile-page--stats-embed .team-tab-row{padding:10px 12px}.player-stats-player-page .player-profile-page--stats-embed .team-tab-row__avatar{width:36px;height:36px}.player-stats-player-page .player-profile-page--stats-embed .team-tab-row__name{font-size:13px}.player-stats-player-page .player-profile-page--stats-embed .team-tab-row__meta{flex-wrap:wrap;gap:4px 6px}.player-stats-player-page .player-profile-page--stats-embed .team-tab-row__status{font-size:11px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__kills-chart-wrap--mini.player-profile__kills-chart-wrap--tight{-webkit-overflow-scrolling:touch;overflow-x:auto}.player-stats-player-page .player-profile-page--stats-embed .page-stats__awards{justify-items:stretch;gap:6px;grid-template-columns:repeat(4,minmax(0,1fr))!important}.player-stats-player-page .player-profile-page--stats-embed .page-stats__awards .award{padding:8px 4px}.player-stats-player-page .player-profile-page--stats-embed .page-stats__awards .award__image{width:40px;height:40px;margin-bottom:8px}.player-stats-player-page .player-profile-page--stats-embed .page-stats__awards .award p{font-size:10px;line-height:1.3}.player-stats-player-page .player-profile-page--stats-embed .awards__stats-link{white-space:normal;text-align:right;max-width:100%;font-size:11px}.player-stats-player-page .player-profile-page--stats-embed .page-stats__block>header.flex,.player-stats-player-page .player-profile-page--stats-embed .page-stats__block-without-hover>header.flex{flex-direction:column;gap:8px;align-items:flex-start!important;margin-bottom:12px!important}.player-stats-player-page .player-profile-page--stats-embed .player-profile__favorite-weapons-list .player-profile__favorite-weapon-row{flex-wrap:wrap;gap:8px;padding:8px 10px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__favorite-weapon-row-name{min-width:0;font-size:12px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__favorite-weapon-row-count{flex-shrink:0;font-size:13px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__favorite-weapons-table-wrap{-webkit-overflow-scrolling:touch;margin:0 -4px;padding:0 4px;overflow-x:auto}.player-stats-player-page .player-profile-page--stats-embed .player-profile__favorite-weapon-card-img-wrap{max-width:100%}}
