.header{position:relative;z-index:1000;background:var(--background-secondary);border-bottom:1px solid var(--border-color-default);box-shadow:0 2px 8px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.header__container{display:flex;align-items:center;justify-content:space-between;height:64px;gap:24px;padding-left:24px;padding-right:34px;max-width:1920px;width:100%;margin:0 auto}@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{gap:32px;flex:1}.header__left,.header__logo{display:flex;align-items:center}.header__logo{height:40px;flex-shrink:0}.header__logo img{height:80%;width:auto;object-fit:contain}.header__nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}@media(max-width:768px){.header__nav{display:none}}.header__mobile-drawer,.header__mobile-drawer-backdrop,.header__mobile-menu-btn{display:none!important}.header__login-btn{padding:5px 10px!important;font-size:11px!important;font-weight:500;min-height:28px!important;border-radius:var(--button-radius)}.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{display:flex;align-items:center;gap:8px;padding:8px 16px;color:var(--text-secondary);text-decoration:none;border-radius:var(--button-radius);transition:all .3s ease;font-size:14px;font-weight:500;white-space:nowrap}.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:spin 1s linear infinite}.header__nav-item .icons,.header__nav-item svg{font-size:16px;width:16px;height:16px}.header__nav-item--button{border:none;background:none;cursor:pointer;font-family:inherit}.header__nav-item-text{position:relative;display:inline-block}.header__nav-item-badge{position:absolute;top:-4px;right:-6px;font-size:8px;font-weight:600;padding:0 3px;border-radius:var(--card-radius);background:var(--badge-background);color:var(--badge-text-color);text-transform:uppercase;letter-spacing:.02em;transform:rotate(-5deg);line-height:1.4}.header__more{position:relative}.header__more-button{background:none;border:none;cursor:pointer;font-family:inherit}.header__more-menu{min-width:280px;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);box-shadow:var(--shadow-card);overflow:hidden;z-index:1001;animation:header-more-menu-in .2s ease-out}.header__more-menu--portal{position:fixed;top:auto;left:auto}.header__more-menu-list{list-style:none;margin:0;padding:8px}.header__more-menu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;color:var(--text-secondary);text-decoration:none;border-radius:var(--button-radius);transition:all .3s ease;font-size:14px;font-weight:500;white-space:nowrap}.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:spin 1s linear infinite}.header__more-menu-item .icons,.header__more-menu-item svg{font-size:16px;width:16px;height:16px;color:var(--icon-main);flex-shrink:0}.header__more-menu-item--active .icons,.header__more-menu-item--active svg{color:currentColor}.header__more-menu-item span{flex:1;min-width:0}.header__more-menu-item--button{width:100%;border:none;background:none;cursor:pointer;font-family:inherit;text-align:left}.header__more-menu-item-text{position:relative;display:inline-block}.header__more-menu-item-badge{position:absolute;top:-4px;right:-6px;font-size:8px;font-weight:600;padding:0 3px;border-radius:3px;background:#e53935;color:#fff;text-transform:uppercase;letter-spacing:.02em;transform:rotate(-5deg);line-height:1.4}.header__right{gap:16px}.header__right,.header__social{display:flex;align-items:center;flex-shrink:0}.header__social{gap:6px}.header__social-link{display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border-radius:50%;border:1px solid var(--border-color-default);background:color-mix(in srgb,var(--background-secondary) 88%,transparent);color:var(--text-secondary);text-decoration:none;transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease}.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,#0077ff 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{flex-shrink:0;width:14px;height:14px;padding:0;border-radius:50%;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%);box-shadow:0 1px 2px color-mix(in srgb,var(--primary-colors-main) 28%,transparent);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.header__theme-trigger:hover{transform:scale(1.08);box-shadow:0 1px 4px color-mix(in srgb,var(--primary-colors-main) 38%,transparent)}.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{display:flex;align-items:center;gap:6px}.header__lang-flag{display:inline-flex;align-items:center;justify-content:center;padding:4px;border-radius:4px;transition:opacity .2s ease,background .2s ease}.header__lang-flag img{display:block;width:20px;height:14px;object-fit:cover;border-radius:2px}.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{display:flex;align-items:stretch;gap:0;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;overflow:hidden;background:var(--background-teritiary);border-radius:var(--button-radius);border:1px solid var(--border-color-default);transition:border-color .2s ease,box-shadow .2s ease}.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{display:inline-flex;align-items:center;gap:6px;padding:4px 7px 4px 8px;min-width:0;transition:background .2s ease}.header__balance-amount{font-size:14px;font-weight:600;color:var(--text-main)}.header__balance-topup{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:30px;min-height:100%;margin:0;box-sizing:border-box;border-radius:0;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));color:var(--online,#4bcc18);transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.header__balance-topup .mui-icon,.header__balance-topup svg{font-size:14px!important;width:14px!important;height:14px!important}.header__promocode-btn{display:flex;align-items:center;gap:8px;padding:8px 12px;font-size:14px;font-weight:500;color:var(--text-secondary);background:var(--background-teritiary);border-radius:var(--button-radius);border:1px solid var(--border-color-default);cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.header__promocode-btn .mui-icon,.header__promocode-btn svg{font-size:16px;width:16px;height:16px;color:var(--primary-color,#e84c5b);opacity:.95}.header__promocode-btn:hover{border-color:var(--primary-color,#e84c5b);background:rgba(232,76,91,.08);color:var(--text-main)}.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{display:flex;align-items:center;padding:0;background:none;border:none;cursor:pointer;transition:transform .2s ease}.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{width:40px!important;height:40px!important;border-radius:var(--avatar-radius)!important;border:2px solid var(--border-color-default)!important;transition:border-color .3s ease;cursor:pointer}.header__user-avatar img{object-fit:cover}.header__user-button:hover .header__user-avatar{border-color:var(--border-color-hover)!important}.header__user-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;max-height:calc(100vh - 72px);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);box-shadow:var(--shadow-card);overflow-x:hidden;overflow-y:auto;z-index:1001;animation:slideDown .2s ease-out}.header__user-menu--portal{position:fixed;top:auto;left:auto}.header__user-menu{scrollbar-width:thin;scrollbar-color:var(--border-color-default) rgba(0,0,0,0)}.header__user-menu::-webkit-scrollbar{width:6px}.header__user-menu::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.header__user-menu::-webkit-scrollbar-thumb{background:var(--border-color-default);border-radius:3px;border:2px solid rgba(0,0,0,0);background-clip:padding-box}.header__user-menu::-webkit-scrollbar-thumb:hover{background:var(--border-color-hover);background-clip:padding-box}.header__user-menu-header{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid var(--border-color-default);background:var(--background-teritiary)}.header__user-menu-avatar{width:40px!important;height:40px!important;border-radius:var(--avatar-radius)!important;border:2px solid var(--border-color-default)!important;flex-shrink:0}.header__user-menu-avatar img{object-fit:cover}.header__user-menu-info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.header__user-menu-username{font-size:14px;font-weight:600;color:var(--text-main)}.header__user-menu-steam-id,.header__user-menu-username{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header__user-menu-steam-id{font-size:12px;color:var(--text-secondary)}.header__user-menu-vip{display:flex;align-items:center;gap:12px;padding:12px 16px;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%)}.header__user-menu-vip-icon{color:var(--primary-colors-main);flex-shrink:0}.header__user-menu-vip-info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.header__user-menu-vip-label{font-size:12px;font-weight:600;color:var(--primary-colors-main);text-transform:uppercase}.header__user-menu-vip-time{font-size:12px;color:var(--text-secondary)}.header__user-menu-list{list-style:none;margin:0;padding:8px}.header__user-menu-divider{height:1px;background:var(--border-color-default);margin:8px 0;list-style:none}.header__user-menu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;color:var(--text-secondary);text-decoration:none;border-radius:var(--button-radius);transition:all .3s ease;font-size:14px;font-weight:500;width:100%;text-align:left;border:none;background:none;font-family:inherit;cursor:pointer}.header__user-menu-item:hover{color:var(--text-main);background:var(--background-teritiary)}.header__user-menu-item .icons,.header__user-menu-item svg{font-size:16px;width:16px;height:16px;color:var(--icon-main)}.header__user-menu-item--promocode{color:var(--primary-colors-secondary);background:var(--primary-colors-secondary-opacity)}.header__user-menu-item--promocode .icons,.header__user-menu-item--promocode svg{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 .icons,.header__user-menu-item--promocode:hover svg{color:var(--primary-colors-secondary)}.header__user-menu-item-wrapper{position:relative}.header__user-menu-item-wrapper:focus-within,.header__user-menu-item-wrapper:hover{z-index:1004}.header__user-menu-item--with-submenu{cursor:pointer;justify-content:space-between;width:100%;text-align:left;border:none;background:none;font-family:inherit}.header__user-menu-item--with-submenu svg:last-child{margin-left:auto}.header__theme-submenu{position:absolute;right:calc(100% + 8px);top:0;min-width:200px;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);box-shadow:var(--shadow-card);overflow:visible;z-index:1004;animation:slideLeft .2s ease-out;pointer-events:auto;display:block;visibility:visible;opacity:1}.header__theme-submenu--from-header{animation:slideDown .2s ease-out}.header__theme-submenu-list{list-style:none;margin:0;padding:8px}.header__theme-submenu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;width:100%;background:none;border:none;color:var(--text-secondary);text-align:left;border-radius:var(--button-radius);transition:all .3s ease;font-size:14px;font-weight:500;cursor:pointer;font-family:inherit}.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 .icons,.header__theme-submenu-item svg{font-size:16px;width:16px;height:16px;color:var(--icon-main);margin-left:auto}.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:translateX(-8px)}to{opacity:1;transform:translateX(0)}}@keyframes slideLeft{0%{opacity:0;transform:translateX(8px)}to{opacity:1;transform:translateX(0)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:768px){.header{position:sticky;top:0}.header__container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;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));height:auto;box-sizing:border-box}.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{padding:0!important;gap:0!important;border:1px solid var(--border-color-default)!important;background:var(--background-teritiary)!important;border-radius:var(--button-radius)!important}.header__balance-main{padding:4px 7px 4px 8px!important;gap:4px!important}.header__balance-amount{font-size:13px}.header__balance-topup{width:30px!important;min-height:0!important;align-self:stretch!important;margin-left:0!important;border-left-width:1px!important}.header__balance-topup .mui-icon,.header__balance-topup svg{font-size:12px!important;width:12px!important;height:12px!important}.header__login-btn{display:flex!important;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;padding:0;border:none;border-radius:var(--button-radius);background:rgba(0,0,0,0)!important;color:var(--text-main)!important;-webkit-text-fill-color:var(--text-main);cursor:pointer;transition:background .2s ease;box-shadow:none!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,.header__login-btn .header__login-btn-icon-mobile.mui-icon{display:inline-flex!important;position:relative;z-index:1;flex-shrink:0;color:var(--text-main)!important;opacity:1!important;visibility:visible!important}.header__login-btn .MuiSvgIcon-root{fill:currentColor}.header__login-btn-text{display:none!important}.header__mobile-menu-btn{display:flex!important;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:var(--button-radius);background:rgba(0,0,0,0);color:var(--text-main);cursor:pointer;transition:background .2s ease}.header__mobile-menu-btn:hover{background:var(--background-teritiary)}.header__mobile-drawer-backdrop{display:block!important;position:fixed;inset:0;z-index:1100;min-height:100vh;min-height:100dvh;width:100%;background:rgba(0,0,0,.45);-webkit-tap-highlight-color:rgba(0,0,0,0)}.header__mobile-drawer{display:flex!important;position:fixed;top:0;left:0;right:auto;bottom:0;width:min(320px,85vw);max-width:320px;min-height:100vh;min-height:100dvh;z-index:1101;background:var(--background-secondary);border-right:1px solid var(--border-color-default);border-left:none;box-shadow:4px 0 24px rgba(0,0,0,.15);flex-direction:column;transform:translateX(-100%);transition:transform .25s ease;padding-left:env(safe-area-inset-left);padding-right:0;box-sizing:border-box}.header__mobile-drawer--open{transform:translateX(0)}.header__mobile-drawer-header{justify-content:space-between;padding:max(12px,env(safe-area-inset-top)) 20px 16px}.header__mobile-drawer-header,.header__mobile-drawer-social{display:flex;align-items:center;border-bottom:1px solid var(--border-color-default);flex-shrink:0}.header__mobile-drawer-social{flex-wrap:wrap;justify-content:center;gap:10px;padding:12px 16px 14px}.header__mobile-drawer-social-link{width:40px;height:40px}.header__mobile-drawer-title{font-size:18px;font-weight:600;color:var(--text-main)}.header__mobile-drawer-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:var(--button-radius);background:rgba(0,0,0,0);color:var(--text-main);cursor:pointer}.header__mobile-drawer-close:hover{background:var(--background-teritiary)}.header__mobile-drawer-nav{flex:1;overflow-y:auto;padding:12px 0 max(12px,env(safe-area-inset-bottom));scrollbar-width:thin;scrollbar-color:var(--border-color-default) rgba(0,0,0,0)}.header__mobile-drawer-nav::-webkit-scrollbar{width:6px}.header__mobile-drawer-nav::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.header__mobile-drawer-nav::-webkit-scrollbar-thumb{background:var(--border-color-default);border-radius:3px;border:2px solid rgba(0,0,0,0);background-clip:padding-box}.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{display:flex;align-items:center;gap:12px;min-height:48px;padding:12px 20px;width:100%;color:var(--text-main);text-decoration:none;font-size:15px;font-weight:500;transition:background .2s ease}.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 .icons,.header__mobile-drawer-link svg{font-size:20px;width:20px;height:20px}.header__mobile-drawer-link--button{border:none;background:none;cursor:pointer;text-align:left;font-family:inherit}.header__mobile-drawer-link-icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:24px;color:var(--icon-main)}.header__mobile-drawer-link-icon .MuiSvgIcon-root{display:block}.header__mobile-drawer-link-text{position:relative;display:inline-block}.header__mobile-drawer-link-badge{position:absolute;top:-4px;right:-6px;font-size:8px;font-weight:600;padding:0 3px;border-radius:3px;background:#e53935;color:#fff;text-transform:uppercase;letter-spacing:.02em;transform:rotate(-5deg);line-height:1.4}}.player-profile__duels-filters.header__nav .header__nav-item{border:none;background:none;font:inherit;cursor:pointer;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{margin-top:8px;position:relative;display:inline-flex;width:100%;max-width:240px;border-radius:9999px;background:var(--background-secondary,#fff);padding:4px;min-height:36px}.player-profile__playtime-pill .player-profile__playtime-pill-thumb{position:absolute;top:4px;left:4px;width:calc(50% - 4px);height:calc(100% - 8px);border-radius:9999px;background:var(--primary-colors-main);box-shadow:0 1px 2px rgba(0,0,0,.06);pointer-events:none;transition:transform .25s ease}.player-profile__playtime-pill .player-profile__playtime-pill-option{flex:1;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;border:none;background:none;font:inherit;font-family:inherit;font-size:13px;padding:6px 12px;cursor:pointer;color:var(--primary-colors-main);transition:color .2s ease}.player-profile__playtime-pill .player-profile__playtime-pill-option[data-active=true]{color:var(--text-inverse,rgba(255,255,255,.95))}.player-profile__sidebar-awards-btn{margin-top:12px;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;border-radius:9999px;border:1px solid var(--border-color-default);background:var(--background-tertiary);color:var(--primary-colors-main);font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,opacity .2s ease}.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{display:block;width:100%;margin-top:8px;padding:0;border:none;background:none;font:inherit;font-size:12px;font-weight:600;color:var(--primary-colors-main);text-align:center;text-decoration:underline;text-underline-offset:2px;cursor:pointer;transition:color .2s ease,opacity .2s ease}.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{margin:0;font-size:14px;line-height:1.5;display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.player-profile__steam-id-row .player-profile__steam-id-link{color:var(--primary-colors-main);text-decoration:none;word-break:break-all;transition:opacity .15s ease}.player-profile__steam-id-row .player-profile__steam-id-link:hover{text-decoration:underline;opacity:.9}.player-profile__steam-id-row .player-profile__steam-id-copy{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:4px;border:none;background:none;color:var(--text-secondary);cursor:pointer;border-radius:4px;transition:color .2s ease,background .2s ease}.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{margin-bottom:12px;padding:8px 12px;border-radius:6px;background:var(--background-tertiary);border:1px solid var(--primary-colors-main);font-size:13px;color:var(--text-secondary)}.player-profile-page__fetching-text{display:inline-flex;align-items:center;gap:8px}body.profile-page-active .main-layout__sidebar{display:none!important;visibility:hidden!important;opacity:0!important;width:0!important;height:0!important;overflow:hidden!important}body.profile-page-active .main-layout{grid-template-columns:1fr!important}.player-profile__layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:24px;align-items:start}@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{display:grid;grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:14px;padding:4px 2px 8px}.player-profile__avatar-frame-modal .player-profile__avatar-frame-item{position:relative;border:none;border-radius:10px;background:var(--background-tertiary);color:var(--text-main);padding:12px 10px 10px;display:flex;flex-direction:column;gap:4px;align-items:center;cursor:pointer;transition:box-shadow .15s ease}.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 hsla(0,0%,100%,.08)}.player-profile__avatar-frame-modal .player-profile__avatar-frame-preview{width:72px;height:72px;position:relative;border-radius:10px;background:#101214;flex-shrink:0;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{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;pointer-events:none}.player-profile__avatar-frame-modal .player-profile__avatar-frame-preview .player-profile__avatar-frame-img{width:100%;height:100%;object-fit:contain;transform:scale(1.22);border:none!important;border-radius:0!important;box-sizing:initial}.player-profile__avatar-frame-modal .player-profile__avatar-frame-preview-base{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.player-profile__avatar-frame-modal .player-profile__avatar-frame-missing{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:var(--text-secondary);background:rgba(0,0,0,.25);pointer-events:none}.player-profile__avatar-frame-modal .player-profile__avatar-frame-current{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--primary-colors-main);line-height:1.2}.player-profile__avatar-frame-modal .player-profile__avatar-frame-saving{font-size:10px;color:var(--text-secondary)}.player-profile__sidebar{display:flex;flex-direction:column;gap:16px;position:relative;align-self:start;z-index:2;overflow:visible}@media(max-width:1024px){.player-profile__sidebar{z-index:auto}}.player-profile__sidebar .profile__wrapper{flex-direction:column;align-items:center;text-align:center;gap:20px;padding-top:60px;padding-bottom:60px}.player-profile__sidebar .profile__image{margin-bottom:0;display:flex;justify-content:center;align-items:center;width:140px!important;height:140px!important;flex-shrink:0;overflow:visible}.player-profile__sidebar .profile__image .player-profile__avatar-img{border:2px solid var(--primary-colors-secondary)!important;border-radius:6px!important}.player-profile__sidebar .player-profile__avatar,.player-profile__sidebar .profile__image .player-profile__avatar-img{width:140px!important;height:140px!important;min-width:140px!important;min-height:140px!important}.player-profile__sidebar .player-profile__avatar.player-profile__avatar--rounded{border-radius:12px!important;overflow:visible;position:relative}.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{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;pointer-events:none}.player-profile__sidebar .player-profile__avatar-frame-img{width:100%;height:100%;object-fit:contain;transform:scale(1.22);border:none!important;border-radius:0!important;box-sizing:initial}.player-profile__sidebar .player-profile__avatar-img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;display:block}.player-profile__sidebar .player-profile__avatar-frame-edit-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,calc(-50% + 8px));opacity:0;z-index:3;border:1px solid hsla(0,0%,100%,.25);background:rgba(10,12,16,.82);color:#fff;font-size:11px;font-weight:600;line-height:1;padding:7px 10px;border-radius:999px;cursor:pointer;transition:opacity .2s ease,transform .2s ease,background .2s ease}.player-profile__sidebar .player-profile__avatar-frame-edit-btn:hover{background:rgba(30,34,42,.92)}.player-profile__sidebar .player-profile__avatar--rounded:focus-within .player-profile__avatar-frame-edit-btn,.player-profile__sidebar .player-profile__avatar--rounded:hover .player-profile__avatar-frame-edit-btn{opacity:1;transform:translate(-50%,-50%)}.player-profile__sidebar .profile__info{width:100%;display:flex;flex-direction:column;gap:12px;align-items:center}.player-profile__sidebar .profile__username{font-size:18px;font-weight:600;margin:0;line-height:1.4}.player-profile__sidebar .player-profile__vip-badge{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;padding:2px 8px;font-size:11px;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:.03em;color:#fff;background:linear-gradient(135deg,#d4af37,#b8860b);border-radius:6px;box-shadow:0 1px 2px rgba(0,0,0,.15)}.player-profile__sidebar .player-profile__steam-id-row,.player-profile__sidebar .profile__playtime,.player-profile__sidebar .profile__server{font-size:14px;margin:0;line-height:1.5}.player-profile__sidebar .profile__server-link{text-decoration:none;transition:opacity .15s ease}.player-profile__sidebar .profile__server-link:hover{text-decoration:underline;opacity:.9}.player-profile__sidebar .profile__social{padding:16px}.player-profile__sidebar .profile__social-links{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;align-items:center}.player-profile__sidebar .profile__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--card-radius);background-color:var(--background-tertiary);border:1px solid var(--border-color-default);color:var(--text-secondary);text-decoration:none;transition:all .25s ease-in-out;font-size:18px}.player-profile__sidebar .profile__social-link:hover{background-color:var(--background-secondary);border-color:var(--primary-colors-main);color:var(--primary-colors-main);transform:translateY(-2px);box-shadow:var(--shadow-card)}.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:rgba(255,0,0,.1)}.player-profile__sidebar .profile__social-link[title=Twitch]:hover{color:#9146ff;background-color:rgba(145,70,255,.1)}.player-profile__sidebar .profile__social-link[title=VK]:hover{color:#07f;background-color:rgba(0,119,255,.1)}.player-profile__sidebar .profile__social-link[title=Telegram]:hover{color:#08c;background-color:rgba(0,136,204,.1)}.player-profile__content{display:flex;flex-direction:column;gap:16px;min-width:0;overflow-x:hidden}.player-profile__content-inner{width:100%;min-width:0}.page-stats__masonry-item{max-width:100%;min-width:0}.player-profile__combat-overview{width:100%;margin-bottom:16px;padding:0;background:none}.player-profile__combat-overview .player-profile__combat-overview-inner{padding:0}.player-profile__combat-overview .player-profile__combat-metrics-grid{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:0;width:100%}.player-profile__combat-overview .player-profile__combat-metric{display:flex;flex-direction:column;align-items:center;gap:2px;padding:4px 8px;flex:1;min-width:0;border-right:1px solid var(--border-color-default)}.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{font-weight:700;color:var(--primary-colors-main);font-size:1.05em}.player-profile__combat-overview .player-profile__combat-metric-label{font-size:11px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;line-height:1.2}.player-profile__combat-overview .player-profile__combat-metric-value{font-size:16px;font-weight:600;color:var(--text-main);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 1 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{font-size:16px;font-weight:600;margin:0 0 16px;color:var(--text-main);letter-spacing:.02em}.player-profile__favorite-weapons .player-profile__favorite-weapons-row{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:start}@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{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:24px;align-items:center;min-width:0}@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{min-width:0;display:flex;justify-content:center;align-items:center}.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{position:relative;min-height:200px;display:flex;align-items:center;justify-content:center;border-radius:var(--card-radius);overflow:hidden;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%)}.player-profile__favorite-weapons .player-profile__favorite-weapons-stage-bg{position:absolute;inset:0;z-index:0;pointer-events:none}.player-profile__favorite-weapons .player-profile__favorite-weapons-crosshair{position:absolute;width:14px;height:14px;opacity:.25;animation:player-profile__crosshair-pulse 4s ease-in-out infinite}.player-profile__favorite-weapons .player-profile__favorite-weapons-crosshair:after,.player-profile__favorite-weapons .player-profile__favorite-weapons-crosshair:before{content:"";position:absolute;background:var(--primary-colors-main)}.player-profile__favorite-weapons .player-profile__favorite-weapons-crosshair:before{left:50%;top:0;width:1.5px;height:100%;transform:translateX(-50%)}.player-profile__favorite-weapons .player-profile__favorite-weapons-crosshair:after{top:50%;left:0;height:1.5px;width:100%;transform:translateY(-50%)}.player-profile__favorite-weapons .player-profile__favorite-weapon-card{position:absolute;z-index:2;display:flex;align-items:center;justify-content:center;left:50%;top:50%;margin-left:-100px;margin-top:-100px}.player-profile__favorite-weapons .player-profile__favorite-weapon-card[data-rank="1"]{width:200px;height:200px;animation:player-profile__weapon-float 4s ease-in-out infinite}.player-profile__favorite-weapons .player-profile__favorite-weapon-card-img-wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:visible;min-width:0;min-height:0}.player-profile__favorite-weapons .player-profile__favorite-weapon-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.player-profile__favorite-weapons .player-profile__favorite-weapon-fallback{font-size:12px;color:var(--text-secondary);text-align:center}.player-profile__favorite-weapons .player-profile__favorite-weapons-table-wrap{min-width:0;max-height:280px;overflow-y:auto;overflow-x:hidden;border-radius:var(--card-radius);background:var(--background-tertiary);padding:6px 0}.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{list-style:none;margin:0;padding:0 10px}.player-profile__favorite-weapons .player-profile__favorite-weapon-row{display:grid;grid-template-columns:32px 1fr auto;gap:10px 12px;align-items:center;padding:6px 10px;margin-bottom:2px;border-radius:6px;transition:background .2s ease;font-size:13px}.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{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px}.player-profile__favorite-weapons .player-profile__favorite-weapon-row-img img{max-width:100%;max-height:100%;object-fit:contain}.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-weight:500;font-size:13px}.player-profile__favorite-weapons .player-profile__favorite-weapon-row-count{font-weight:700;font-size:13px;color:var(--primary-colors-main)}.player-profile__explosives-block{width:100%}.player-profile__explosives-block--full{width:100%;max-width:none}.player-profile__explosives-block .player-profile__explosives-title{font-size:16px;font-weight:600;margin:0 0 16px;color:var(--text-main);letter-spacing:.02em}.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{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);margin-bottom:8px}.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{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:10px}.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{display:flex;flex-direction:column;align-items:center;padding:12px 8px;border-radius:var(--card-radius);background:var(--background-tertiary);transition:background .2s ease,box-shadow .2s ease}.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{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;flex-shrink:0}.player-profile__explosives-block .player-profile__explosives-card-img img{max-width:100%;max-height:100%;object-fit:contain}.player-profile__explosives-block .player-profile__explosives-card-body{width:100%;min-width:0;text-align:center}.player-profile__explosives-block .player-profile__explosives-card-name{display:block;font-size:12px;font-weight:500;color:var(--text-main);line-height:1.25;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-profile__explosives-block .player-profile__explosives-card-meta{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.player-profile__explosives-block .player-profile__explosives-card-count{font-size:14px;font-weight:700;color:var(--primary-colors-main);font-variant-numeric:tabular-nums}.player-profile__explosives-block .player-profile__explosives-card-score{font-size:11px;font-weight:600;color:var(--text-secondary);background:var(--background-secondary);padding:2px 6px;border-radius:4px;font-variant-numeric:tabular-nums}.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}.player-profile__chart-container--tight,.player-profile__chart-container--tight>div{padding-left:0!important;margin-left:0!important}.player-profile__error,.player-profile__loading{padding:40px 0;text-align:center;color:var(--text-secondary)}.player-profile__hits-chart,.player-profile__hits-chart__chart-container{width:100%;display:flex;align-items:center;justify-content:center}.player-profile__hits-chart__chart-container{background:var(--background-tertiary);border-radius:var(--card-radius);padding:16px;margin-bottom:16px}@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{fill:var(--text-secondary)!important;font-size:12px}.player-profile__hits-chart .MuiRadarGrid-divider,.player-profile__hits-chart .MuiRadarGrid-radial{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:2!important}.player-profile__hits-chart .MuiRadarSeriesPlot-mark{fill:var(--primary-colors-main)!important;stroke:var(--primary-colors-main)!important}.player-profile__hits-chart .MuiChartsLabelMark-fill{fill:var(--primary-colors-main)!important}.player-profile__hits-chart svg text[fill],.player-profile__hits-chart svg tspan[fill],.player-profile__hits-chart text,.player-profile__hits-chart tspan{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{display:grid;grid-template-columns:repeat(4,minmax(60px,1fr));gap:8px;width:100%;justify-items:start}.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{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 8px;position:relative;background-color:var(--background-tertiary);border:1px solid var(--background-tertiary);border-radius:var(--card-radius);overflow:hidden;transition:box-shadow .25s ease-in-out;width:100%}.page-stats__awards .award__image{width:48px;height:48px;margin-bottom:16px;transition:transform .25s ease-in-out;object-fit:contain}.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{background-color:rgba(0,0,0,0);border-color:var(--border-color-default);opacity:.5}.page-stats__awards .award_is-not-completed .award__image{filter:grayscale(100%)}.page-stats__awards .award p{margin:0;text-align:center;font-size:12px;line-height:1.4;color:var(--text-main)}.page-stats__awards .awards-item-hidden{display:none}.awards__stats-link{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;line-height:1.3;color:var(--text-main);text-decoration:none;white-space:nowrap;margin-top:4px;padding:8px 16px;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);transition:color .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}.awards__stats-link:hover{color:var(--primary-colors-main);text-decoration:none;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)}.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{display:flex;align-items:center;justify-content:center}.kill-table-weapon img{width:48px;height:48px;object-fit:contain}.kill-table-action{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.kill-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap}.kill-badge i{font-size:10px}.kill-badge--sleep{background-color:var(--background-tertiary);color:var(--text-secondary)}.kill-badge--team{background-color:rgba(66,84,251,.1);color:var(--primary-colors-main)}.kill-badge--naked{background-color:rgba(255,152,0,.1);color:#ff9800}.player-profile__kills-tab,.player-profile__kills-tab-blocks{display:flex;flex-direction:column;gap:16px}.player-profile__kills-top-row{display:flex;flex-wrap:wrap;gap:16px;align-items:stretch}.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:0 0 auto;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{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.player-profile__kills-summary-head-text{min-width:0}.player-profile__kills-duels-btn{flex:0 0 auto;border:1px solid var(--border-color-default);background:var(--background-tertiary);color:var(--primary-colors-main);font-weight:600;font-size:13px;padding:8px 12px;border-radius:9999px;cursor:pointer;transition:background .2s ease,border-color .2s ease,opacity .2s ease;white-space:nowrap}.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{font-size:18px;font-weight:600;margin:0 0 4px;color:var(--text-main)}.player-profile__kills-summary-subtitle{font-size:13px;margin:0}.player-profile__duels-embedded-header{display:flex;justify-content:flex-start;margin-bottom:12px}.player-profile__duels-back-btn{border:1px solid var(--border-color-default);background:var(--background-tertiary);color:var(--text-main);font-weight:600;font-size:13px;padding:8px 12px;border-radius:9999px;cursor:pointer;transition:background .2s ease,border-color .2s ease,opacity .2s ease}.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{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px}.kills-summary-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 12px;background:var(--background-tertiary);border-radius:var(--block-radius);border:1px solid var(--border-color-default);min-height:72px}.kills-summary-card__value{font-size:22px;font-weight:700;line-height:1.2;color:var(--text-main)}.kills-summary-card__value--primary{color:var(--primary-colors-main)}.kills-summary-card__value--danger{color:#ef5350}.kills-summary-card__label,.kills-summary-card__value--muted{color:var(--text-secondary)}.kills-summary-card__label{font-size:12px;margin-top:4px}.player-profile__kills-heals{display:flex;flex-wrap:wrap;gap:12px 20px;list-style:none;margin:16px 0 0;padding:0}.player-profile__kills-heal-item{display:inline-flex;align-items:center;gap:6px;font-size:12px}.player-profile__kills-heal-img{width:20px;height:20px;object-fit:contain;flex-shrink:0}.player-profile__kills-heal-count{font-weight:600;color:var(--text-main)}.player-profile__kills-heal-name{font-size:12px}.player-profile__duels-tab{display:flex;flex-direction:column;gap:16px}.player-profile__duels-metrics{display:flex;flex-direction:column;gap:8px}.player-profile__duels-metrics-text{margin:0;font-size:14px;color:var(--text-main);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{display:flex;flex-direction:row;height:8px;border-radius:4px;background:var(--background-tertiary);overflow:hidden}.player-profile__duels-metrics-bar-fill{height:100%;min-width:0;transition:width .3s ease}.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-empty,.player-profile__duels-loading{padding:24px;text-align:center;font-size:14px}.player-profile__duels-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.player-profile__duels-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:8px;flex-wrap:wrap}.player-profile__duels-list>.player-profile__duels-row:nth-child(odd){background-color:rgba(0,0,0,.06)}@media(prefers-color-scheme:dark){.player-profile__duels-list>.player-profile__duels-row:nth-child(odd){background-color:hsla(0,0%,100%,.08)}}[data-theme=dark] .player-profile__duels-list>.player-profile__duels-row:nth-child(odd){background-color:hsla(0,0%,100%,.08)}.player-profile__favorite-weapons-list>.player-profile__favorite-weapon-row:nth-child(odd){background-color:rgba(0,0,0,.06)}@media(prefers-color-scheme:dark){.player-profile__favorite-weapons-list>.player-profile__favorite-weapon-row:nth-child(odd){background-color:hsla(0,0%,100%,.08)}}[data-theme=dark] .player-profile__favorite-weapons-list>.player-profile__favorite-weapon-row:nth-child(odd){background-color:hsla(0,0%,100%,.08)}.player-profile__duels-player{display:flex;align-items:center;gap:8px;min-width:0}.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{display:flex;align-items:center;gap:8px;min-width:0;color:inherit;text-decoration:none}.player-profile__duels-opponent-link:hover{color:var(--primary-colors-main)}.player-profile__duels-nick{font-size:14px;font-weight:500;color:var(--text-main);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-profile__duels-score{display:flex;align-items:center;gap:2px;font-size:16px;font-weight:700;flex-shrink:0;padding:0 8px}.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{height:1px;margin:0;padding:0;pointer-events:none;visibility:hidden}.player-profile__duels-more{margin:8px 0 0;font-size:13px;text-align:center}.player-profile__resources-grid{margin-top:16px;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-radius:12px;border:1px solid var(--border-color-default);background:var(--background-tertiary);overflow:hidden}@media(max-width:900px){.player-profile__resources-grid{grid-template-columns:1fr}}.player-profile__resources-panel{min-width:0;display:flex;flex-direction:column;border-right:1px solid var(--border-color-default)}.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{margin:0;padding:12px 16px;font-size:14px;font-weight:600;color:var(--text-main);background:rgba(0,0,0,.03);border-bottom:1px solid var(--border-color-default)}[data-theme=dark] .player-profile__resources-panel-title{background:hsla(0,0%,100%,.04)}.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{list-style:none;margin:0;padding:0;flex:1}.player-profile__resources-row{display:flex;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid var(--border-color-default);transition:background .12s ease}.player-profile__resources-row:last-child{border-bottom:none}.player-profile__resources-row:hover{background:rgba(0,0,0,.03)}[data-theme=dark] .player-profile__resources-row:hover{background:hsla(0,0%,100%,.05)}.player-profile__resources-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--background-secondary)}.player-profile__resources-icon img{width:36px;height:36px;object-fit:contain}.player-profile__resources-icon-placeholder{width:36px;height:36px;border-radius:6px;background:var(--background-tertiary)}.player-profile__resources-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.player-profile__resources-name{font-size:13px;font-weight:600;color:var(--text-main);line-height:1.3;text-transform:capitalize}.player-profile__resources-meta{font-size:11px;color:var(--text-secondary);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{display:flex;flex-direction:column;gap:20px}.player-profile__lootcrafts-panel{background:var(--background-tertiary);border-radius:14px;padding:16px;border:1px solid var(--border-color-default);transition:border-color .2s ease,box-shadow .2s ease}.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 rgba(0,0,0,.06)}.player-profile__lootcrafts-panel-title{display:flex;align-items:center;gap:8px;margin:0 0 14px;font-size:14px;font-weight:700;color:var(--text-main);letter-spacing:.02em;text-transform:uppercase}.player-profile__lootcrafts-panel-icon{font-size:18px;opacity:.9}.player-profile__lootcrafts-panel--loot{min-width:0}.player-profile__lootcrafts-panel--blueprints,.player-profile__lootcrafts-panel--keycards,.player-profile__lootcrafts-panel--loot,.player-profile__lootcrafts-panel--tech{background:none;padding:0;border:none;border-radius:0}.player-profile__lootcrafts-panel--blueprints:hover,.player-profile__lootcrafts-panel--keycards:hover,.player-profile__lootcrafts-panel--loot:hover,.player-profile__lootcrafts-panel--tech:hover{border-color:rgba(0,0,0,0);box-shadow:none}.player-profile__lootcrafts-crate-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.player-profile__lootcrafts-crate{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;padding:16px 14px;background:var(--background-secondary);border-radius:12px;min-height:100px;transition:box-shadow .25s ease,transform .25s ease}.player-profile__lootcrafts-crate:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-4px) scale(1.02)}.player-profile__lootcrafts-crate:hover .player-profile__lootcrafts-crate-icon img{transform:scale(1.12)}.player-profile__lootcrafts-crate-left{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.player-profile__lootcrafts-crate-count{font-size:22px;font-weight:800;color:var(--text-main);line-height:1.1;letter-spacing:-.02em}.player-profile__lootcrafts-crate-name{font-size:13px;font-weight:500;color:var(--text-secondary);line-height:1.35;word-wrap:break-word;overflow-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.player-profile__lootcrafts-crate-icon{flex-shrink:0;width:88px;height:88px;display:flex;align-items:center;justify-content:center;margin-left:12px}.player-profile__lootcrafts-crate-icon img{width:80px;height:80px;object-fit:contain;transition:transform .25s ease}.player-profile__lootcrafts-keycards{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.player-profile__lootcrafts-keycard{position:relative;display:flex;align-items:stretch;min-height:72px;background:var(--background-secondary);border-radius:12px;overflow:hidden;transition:box-shadow .2s ease,transform .15s ease}.player-profile__lootcrafts-keycard:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);transform:translateY(-1px)}.player-profile__lootcrafts-keycard-stripe{width:5px;flex-shrink:0}.player-profile__lootcrafts-keycard--red .player-profile__lootcrafts-keycard-stripe{background:linear-gradient(180deg,#c62828,#8e0000)}.player-profile__lootcrafts-keycard--blue .player-profile__lootcrafts-keycard-stripe{background:linear-gradient(180deg,#1565c0,#0d47a1)}.player-profile__lootcrafts-keycard--green .player-profile__lootcrafts-keycard-stripe{background:linear-gradient(180deg,#2e7d32,#1b5e20)}.player-profile__lootcrafts-keycard-left{display:flex;flex-direction:column;gap:2px;justify-content:center;padding:10px 12px;min-width:0;flex:1}.player-profile__lootcrafts-keycard-value{font-size:20px;font-weight:800;color:var(--text-main);line-height:1.1;letter-spacing:-.02em}.player-profile__lootcrafts-keycard-name{font-size:11px;font-weight:500;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-profile__lootcrafts-keycard-icon{flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;padding:8px}.player-profile__lootcrafts-keycard-icon img{width:52px;height:52px;object-fit:contain}.player-profile__lootcrafts-blueprint-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.player-profile__lootcrafts-blueprint-item{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;padding:12px 10px;background:var(--background-secondary);border-radius:12px;min-height:72px;transition:box-shadow .2s ease,transform .15s ease}.player-profile__lootcrafts-blueprint-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);transform:translateY(-1px)}.player-profile__lootcrafts-blueprint-left{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.player-profile__lootcrafts-blueprint-value{font-size:20px;font-weight:800;color:var(--text-main);line-height:1.1;letter-spacing:-.02em}.player-profile__lootcrafts-blueprint-name{font-size:11px;font-weight:500;color:var(--text-secondary);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-profile__lootcrafts-blueprint-icon{flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;margin-left:8px}.player-profile__lootcrafts-blueprint-icon img{width:52px;height:52px;object-fit:contain}.player-profile__lootcrafts-empty{margin:0;padding:24px 20px;text-align:center;font-size:14px}.player-profile__food-building-row{margin-top:20px}.player-profile__food-building-inner{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}@media(max-width:768px){.player-profile__food-building-inner{grid-template-columns:1fr}}.player-profile__food-building-title{margin:0 0 14px;font-size:15px;font-weight:700;color:var(--text-main);letter-spacing:.02em}.player-profile__food-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media(min-width:900px){.player-profile__food-cards{grid-template-columns:repeat(3,1fr)}}.player-profile__food-card{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;padding:14px 12px;background:var(--background-secondary);border-radius:12px;min-height:80px;transition:box-shadow .2s ease,transform .15s ease}.player-profile__food-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);transform:translateY(-1px)}.player-profile__food-card-left{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.player-profile__food-card-value{font-size:28px;font-weight:800;color:var(--text-main);line-height:1.1;letter-spacing:-.02em}.player-profile__food-card-name{font-size:12px;font-weight:500;color:var(--text-secondary);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-profile__food-card-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-left:8px}.player-profile__food-card-icon img{width:44px;height:44px;object-fit:contain}.player-profile__food-card--more{background:var(--background-tertiary);border:none;justify-content:center;align-items:center;flex-direction:column;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{font-size:13px;font-weight:600;color:var(--text-secondary);margin-bottom:0}.player-profile__food-card-more-count{font-size:26px;font-weight:800;color:var(--text-main);line-height:1.2}.player-profile__food-empty{margin:0;font-size:13px;color:var(--text-secondary)}.player-profile__player-cards-section{margin-top:24px}.player-profile__player-cards-title{margin:0 0 16px;font-size:18px;font-weight:700;color:var(--text-main)}.player-profile__player-cards-more{margin:12px 0 0;font-size:14px;color:var(--text-secondary)}.player-profile__player-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px}.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{font-size:13px;margin-bottom:4px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;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{padding:8px;justify-content:flex-end}.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{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--text-secondary);opacity:.95}.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{flex-direction:column;padding:8px;font-size:12px;text-align:center}.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{display:block;margin-top:4px;font-size:11px}.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{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.player-profile__building-card{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;padding:14px 12px;background:var(--background-secondary);border-radius:12px;min-height:80px;transition:box-shadow .2s ease,transform .15s ease}.player-profile__building-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);transform:translateY(-1px)}.player-profile__building-card-left{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.player-profile__building-card-value{font-size:28px;font-weight:800;color:var(--primary-colors-main);line-height:1.1;letter-spacing:-.02em}.player-profile__building-card-name{font-size:12px;font-weight:500;color:var(--text-secondary);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-profile__building-card-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-left:8px}.player-profile__building-card-icon img{width:44px;height:44px;object-fit:contain}.player-profile__lootcrafts-crafts-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px}.player-profile__lootcrafts-craft-item{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--background-tertiary);border-radius:var(--block-radius);border:1px solid var(--border-color-default)}.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{font-size:14px;font-weight:700;color:var(--primary-colors-main);margin-left:auto}.player-profile__resources-value{flex-shrink:0;font-size:14px;font-weight:700;color:var(--primary-colors-main)}.player-profile__resources-empty{margin:0;padding:16px;font-size:13px;color:var(--text-secondary)}.player-profile__activity-first-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:24px 32px;margin-left:auto;margin-right:auto}@media(max-width:768px){.player-profile__activity-first-row{flex-direction:column;align-items:center}}.player-profile__activity-resources-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px 16px}.player-profile__activity-resource-row{display:flex;align-items:center;gap:10px;padding:2px 0}.player-profile__activity-resource-img{width:40px;height:40px;object-fit:contain;flex-shrink:0}.player-profile__activity-resource-info{display:flex;flex-direction:column;gap:2px;min-width:0}.player-profile__activity-resource-count{font-size:14px;font-weight:600;color:var(--text-main)}.player-profile__activity-resource-x{font-weight:500;color:var(--text-secondary)}.player-profile__activity-resource-x-badge{display:inline-flex;align-items:center;margin-left:6px;padding:1px 5px;font-size:10px;font-weight:600;color:var(--text-secondary);background:var(--background-tertiary);border-radius:4px;cursor:help}.player-profile__activity-resource-name{font-size:12px;color:var(--text-secondary)}.player-profile__activity-craftables{padding-left:24px;border-left:1px solid var(--border-color-default);min-width:0;display:flex;flex-direction:column;align-items:center}@media(max-width:768px){.player-profile__activity-craftables{padding-left:0;padding-top:16px;margin-top:16px;border-left:none;border-top:1px solid var(--border-color-default)}}.player-profile__activity-craftables-title{margin:0 0 8px;font-size:14px;font-weight:600;color:var(--text-main)}.player-profile__activity-craftables-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;align-items:center}.player-profile__activity-craftables-list--standalone{min-width:0}.player-profile__activity-buffs{padding-left:24px;border-left:1px solid var(--border-color-default);min-width:0;display:flex;flex-direction:column;align-items:flex-start}@media(max-width:768px){.player-profile__activity-buffs{padding-left:0;padding-top:16px;margin-top:16px;border-left:none;border-top:1px solid var(--border-color-default)}}.player-profile__activity-buffs-title{margin:0 0 8px;font-size:14px;font-weight:600;color:var(--text-main)}.player-profile__activity-buffs-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.player-profile__activity-buff-item{display:flex;align-items:center;gap:10px;padding:2px 0}.player-profile__activity-buff-img{width:40px;height:40px;object-fit:contain;flex-shrink:0}.player-profile__activity-buff-info{display:flex;flex-direction:column;gap:2px;min-width:0}.player-profile__activity-buff-count{font-size:14px;font-weight:600;color:var(--text-main)}.player-profile__activity-buff-name{font-size:12px;color:var(--text-secondary);min-width:0}.player-profile__activity-buffs-empty{margin:0;font-size:12px;color:var(--text-secondary);font-style:italic}.player-profile__activity-craftable-item{display:flex;align-items:center;justify-content:center;gap:8px;padding:2px 0}.player-profile__activity-craftable-img{width:24px;height:24px;object-fit:contain;flex-shrink:0}.player-profile__activity-craftable-icon{width:24px;height:24px;flex-shrink:0;border-radius:4px;background:var(--background-tertiary);display:inline-block}.player-profile__activity-craftable-name{flex:1;font-size:12px;color:var(--text-main)}.player-profile__activity-craftable-count{font-size:12px;font-weight:600;color:var(--primary-colors-secondary)}.player-profile__kills-table-section{padding:20px;min-width:0}.player-profile__kills-table-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.player-profile__kills-table-title{font-size:18px;font-weight:600;margin:0;color:var(--text-main)}.kills-table-date,.player-profile__kills-table-info{font-size:13px}.kills-type-badge{display:inline-block;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap}.kills-type-badge--kill{background:rgba(76,175,80,.15);color:#4caf50}.kills-type-badge--death{background:rgba(239,83,80,.15);color:#ef5350}.kills-type-badge--suicide{background:var(--background-tertiary);color:var(--text-secondary)}.kills-type-badge--scientist{background:rgba(255,152,0,.15);color:#ff9800}.kills-type-badge--animal{background:rgba(156,39,176,.15);color:#9c27b0}.kills-compact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.kills-compact-row{display:flex;align-items:center;gap:12px;padding:10px 12px;background:var(--background-tertiary);border-radius:var(--block-radius);border:1px solid var(--border-color-default);min-width:0}.kills-compact-row__weapon{flex-shrink:0;width:47px;height:47px;display:flex;align-items:center;justify-content:center;background:var(--background-default);border-radius:6px;overflow:hidden}.kills-compact-row__weapon .kills-compact-weapon-img{width:100%;height:100%;object-fit:contain}.kills-compact-row__weapon .kills-compact-weapon-fallback{align-items:center;justify-content:center}.kills-compact-row__body{flex:1;min-width:0}.kills-compact-row__main{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px;font-size:13px}.kills-compact-row__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;margin-top:2px}.kills-compact-badges,.kills-compact-row__action{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px}.kills-compact-row__action{flex:1;min-width:0}.kills-compact-row__action .kills-compact-avatar{flex-shrink:0;background:var(--background-default);color:var(--text-secondary)}.kills-compact-row__action .kills-compact-nick{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.kills-compact-row__action .kills-compact-nick .link{font-weight:500}.kills-compact-distance{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--text-secondary);white-space:nowrap}.kills-compact-row__date{font-size:12px}.kills-compact-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px;padding-top:12px;border-top:1px solid var(--border-color-default)}.kills-compact-pagination__btn{padding:6px 12px;font-size:13px;border-radius:6px;border:1px solid var(--border-color-default);background:var(--background-tertiary);color:var(--text-main);cursor:pointer}.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{font-size:13px;color:var(--text-secondary)}.kills-compact-empty{padding:16px;text-align:center;font-size:14px}.player-profile__team-tab{display:flex;flex-direction:column;gap:16px}.player-profile__team-privacy-notice{margin:0;padding:12px 14px;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));font-size:13px;line-height:1.45;color:var(--text-main)}.player-profile__team-privacy-notice-link{color:var(--primary-colors-main);font-weight:600;text-decoration:underline;text-underline-offset:2px;white-space:nowrap;background:none;border:none;padding:0;font:inherit;cursor:pointer;text-align:inherit}.player-profile__team-privacy-notice-link:hover{text-decoration:none;color:color-mix(in srgb,var(--primary-colors-main) 88%,var(--text-main))}.team-tab-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.team-tab-row{padding:12px 16px;background:var(--background-tertiary);border-radius:var(--block-radius);border:1px solid var(--border-color-default);min-width:0}.team-tab-row__main{display:flex;align-items:center;gap:12px}.team-tab-row__avatar{position:relative;flex-shrink:0;width:40px;height:40px;border-radius:8px;overflow:hidden;background:var(--background-default)}.team-tab-row__avatar img{width:100%;height:100%;object-fit:cover;border-radius:8px}.team-tab-row__avatar--offline{opacity:.7}.team-tab-row__avatar--hidden{filter:blur(4px);opacity:.8}.team-tab-row__status-dot{position:absolute;bottom:2px;right:2px;width:10px;height:10px;border-radius:50%;background:var(--online);border:2px solid var(--background-tertiary)}.team-tab-row__info{flex:1;min-width:0}.team-tab-row__name{display:block;font-weight:600;font-size:14px;margin-bottom:4px}.team-tab-row__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:12px}.team-tab-row__badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:6px;font-weight:600}.team-tab-row__badge--leader{background:rgba(255,193,7,.2);color:#ffc107}.team-tab-row__status{display:inline-flex;align-items:center;gap:4px}.team-tab-row__status--online{color:var(--online)}.player-profile__wipes-activity{padding:16px}.player-profile__wipes-activity-title{font-size:15px;font-weight:600;margin:0 0 2px;color:var(--text-main)}.player-profile__wipes-activity-subtitle{font-size:12px;margin:0 0 12px}.player-profile__wipes-activity-outdated{margin-bottom:12px;padding:10px 12px;border-radius:6px;background:var(--background-tertiary);border:1px solid var(--primary-colors-main);font-size:13px;min-width:0;overflow-wrap:break-word;display:flex;flex-wrap:wrap;align-items:baseline;gap:.25em}.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{display:grid;grid-template-columns:repeat(8,1fr);gap:3px;margin-bottom:10px}.player-profile__wipes-activity-grid .player-profile__wipes-activity-cell{transition:transform .18s ease,box-shadow .18s ease;cursor:default}.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{transform:scale(1.2);box-shadow:0 0 0 2px var(--primary-colors-main);z-index:1}.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{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--text-secondary)}.player-profile__wipes-activity-legend-samples{display:flex;gap:2px;align-items:center}.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{min-height:160px;display:flex;align-items:center;justify-content:center}.player-profile__kills-chart-wrap--mini .MuiChartsLegend-series text,.player-profile__kills-chart-wrap--mini [class*=PieChart] text,.player-profile__kills-chart-wrap--mini 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{overflow:hidden;position:relative}.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{display:flex;flex-direction:column;gap:16px}.team-widget__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.team-widget__header .stat-block__title{margin-bottom:0!important}.team-widget__stats{display:flex;align-items:center;gap:8px}.team-widget__stat{display:flex;align-items:center;justify-content:center;gap:5px;min-width:32px;height:28px;padding:0 10px;background:var(--background-tertiary);color:var(--text-main);border-radius:var(--button-secondary-radius);font-size:12px;font-weight:700;border:1px solid var(--border-color-default)}.team-widget__stat i,.team-widget__stat svg{font-size:8px;color:var(--text-secondary);display:flex;align-items:center}.team-widget__stat--online{background:linear-gradient(135deg,rgba(34,197,94,.15),rgba(22,163,74,.15));border-color:rgba(34,197,94,.3);color:#22c55e}.team-widget__stat--online i,.team-widget__stat--online svg{color:#10b981;animation:pulse 2s ease-in-out infinite}.team-widget__list{display:flex;flex-direction:column;gap:10px;list-style:none;padding:0;margin:0}.team-widget__show-more{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 16px;background:var(--background-secondary);border:1px solid var(--border-color-default);border-radius:var(--button-radius);color:var(--text-main);font-size:13px;font-weight:600;cursor:pointer;transition:all .25s ease-in-out}.team-widget__show-more:hover{background:var(--background-tertiary);border-color:var(--primary-colors-main);color:var(--primary-colors-main);transform:translateY(-1px);box-shadow:var(--shadow-card)}.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{display:flex;gap:12px;padding:12px;background:var(--background-secondary);border:1px solid var(--border-color-default);border-radius:var(--card-radius);transition:all .25s ease-in-out}.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{position:relative;width:48px;height:48px;min-width:48px;border-radius:var(--avatar-radius);overflow:hidden}.team-member__avatar img{width:100%;height:100%;object-fit:cover;border:2px solid var(--primary-colors-main);border-radius:var(--avatar-radius);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{position:absolute;bottom:-2px;right:-2px;width:14px;height:14px;background:#22c55e;border:3px solid var(--background-secondary);border-radius:50%;animation:pulse 2s ease-in-out infinite}.team-member__content{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.team-member__info{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.team-member__name{color:var(--link-color-default);font-size:14px;font-weight:600;text-decoration:none;transition:color .2s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.team-member__name:hover{color:var(--link-color-hover)}.team-member__badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:var(--button-secondary-radius);font-size:10px;font-weight:600;text-transform:uppercase}.team-member__badge i,.team-member__badge svg{font-size:9px;display:flex;align-items:center}.team-member__badge--leader{background:linear-gradient(135deg,rgba(251,191,36,.15),rgba(245,158,11,.15));color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.team-member__badge--leader i,.team-member__badge--leader svg{color:#f59e0b}.team-member__status-text{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-secondary)}.team-member__status-text i,.team-member__status-text svg{font-size:10px;display:flex;align-items:center}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:768px){.team-member{padding:10px}.team-member__avatar{width:40px;height:40px;min-width:40px}.team-member__name{font-size:13px}.team-member__status-text{font-size:11px}.team-member__badge{font-size:9px;padding:2px 6px}.team-widget__show-more{font-size:12px;padding:8px 12px}}.player-profile-skeleton__tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.player-profile-skeleton__avatar-wrap{border-radius:8px;overflow:hidden}.player-profile-skeleton__avatar,.player-profile-skeleton__avatar-wrap{width:140px!important;height:140px!important;min-width:140px!important;min-height:140px!important;flex-shrink:0}.player-profile-skeleton__avatar{border-radius:8px!important}@keyframes player-stats-fetching-shimmer{0%{transform:translateX(-100%);opacity:.9}to{transform:translateX(100%);opacity:.4}}.player-stats-player-page{position:relative}.player-stats-player-page__server-tabs{margin-bottom:20px}.player-stats-player-page__fetching-bar{position:fixed;top:0;left:0;right:0;height:3px;z-index:10050;overflow:hidden;pointer-events:none;background:var(--border-color-default,rgba(255,255,255,.08))}.player-stats-player-page__fetching-bar:after{content:"";position:absolute;inset:0;width:40%;background:linear-gradient(90deg,transparent,var(--primary-colors-main,#4a9eff),var(--primary-colors-secondary,#7c5cff),transparent);animation:player-stats-fetching-shimmer 1.1s ease-in-out infinite}.player-stats-player-page__inner--refreshing{opacity:.92;transition:opacity .2s ease}@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{padding:8px 12px;min-height:42px;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{padding-top:16px!important;padding-bottom:16px!important;gap:10px!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 .player-profile__avatar,.player-stats-player-page .player-profile-page--stats-embed .player-profile__sidebar .profile__image .player-profile__avatar-img{width:88px!important;height:88px!important;min-width: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 .player-profile__steam-id-row,.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 .profile__server{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{font-size:12px;padding:5px 8px}.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{font-size:12px;padding:6px 10px}.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{padding:3px 4px;min-width:calc(33.333% - 6px)}.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{font-size:14px;margin-bottom:10px}.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{padding:8px 12px;gap:8px}.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{padding:8px 10px;gap:8px}.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{font-size:11px;line-height:1.35;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;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{padding-top:12px;margin-top:12px;width:100%}.player-stats-player-page .player-profile-page--stats-embed .player-profile__activity-buffs-title,.player-stats-player-page .player-profile-page--stats-embed .player-profile__activity-craftables-title{font-size:13px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__activity-buffs{padding-top:12px;margin-top:12px;padding-left:0;border-left:none;border-top:1px solid var(--border-color-default);width:100%}.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{font-size:14px;margin-bottom:10px}.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{padding:10px 8px;min-height:72px}.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{padding:10px 8px;min-height:72px}.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{font-size:15px;margin-bottom:10px}.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{margin-bottom:10px;gap:8px}.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{padding:10px 8px;min-height:64px}.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{font-size:10px;margin-top:2px}.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{font-size:13px;margin-bottom:6px}.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{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -4px;padding:0 4px;justify-content:flex-start}.player-stats-player-page .player-profile-page--stats-embed .kills-compact-row__main{font-size:12px;gap:4px 6px}.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{font-size:11px;text-align:center;width:100%;order:-1}.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{padding:10px 12px;gap:8px}.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{font-size:12px;max-width:min(160px,48vw)}.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{font-size:12px;margin-bottom:10px}.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{padding:10px;min-height:86px}.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{padding:8px 10px;min-height:0}.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{font-size:12px;padding: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{overflow-x:auto;-webkit-overflow-scrolling:touch}.player-stats-player-page .player-profile-page--stats-embed .page-stats__awards{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px;justify-items:stretch}.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{font-size:11px;white-space:normal;text-align:right;max-width:100%}.player-stats-player-page .player-profile-page--stats-embed .page-stats__block-without-hover>header.flex,.player-stats-player-page .player-profile-page--stats-embed .page-stats__block>header.flex{flex-direction:column;align-items:flex-start!important;gap:8px;margin-bottom:12px!important}.player-stats-player-page .player-profile-page--stats-embed .player-profile__favorite-weapons-list .player-profile__favorite-weapon-row{padding:8px 10px;gap:8px;flex-wrap:wrap}.player-stats-player-page .player-profile-page--stats-embed .player-profile__favorite-weapon-row-name{font-size:12px;min-width:0}.player-stats-player-page .player-profile-page--stats-embed .player-profile__favorite-weapon-row-count{font-size:13px;flex-shrink:0}.player-stats-player-page .player-profile-page--stats-embed .player-profile__favorite-weapons-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -4px;padding:0 4px}.player-stats-player-page .player-profile-page--stats-embed .player-profile__favorite-weapon-card-img-wrap{max-width:100%}}