.ProfilePage-module__V2gBrW__pageContainer{min-height:100vh;color:var(--text-primary);background:var(--background-main);flex-direction:column;align-items:center;padding:2rem 1rem 4rem;display:flex;position:relative;overflow-x:hidden}.ProfilePage-module__V2gBrW__pageContainer:before{content:"";background:radial-gradient(ellipse at center top, color-mix(in srgb, var(--primary-highlight) 15%, transparent) 0%, transparent 70%);pointer-events:none;z-index:0;width:120%;height:600px;position:absolute;top:0;left:50%;transform:translate(-50%)}.ProfilePage-module__V2gBrW__card{z-index:1;background:linear-gradient(180deg, color-mix(in srgb, var(--background-card) 95%, #fff 5%) 0%, var(--background-card) 100%);-webkit-backdrop-filter:blur(24px)saturate(180%);border:1px solid color-mix(in srgb, var(--border-color) 80%, #fff 20%);border-radius:24px;flex-direction:column;width:100%;max-width:1200px;padding:0;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080,inset 0 1px #ffffff0d}.ProfilePage-module__V2gBrW__headerSection{background:linear-gradient(135deg, color-mix(in srgb, var(--primary-highlight) 8%, transparent) 0%, transparent 50%);border-bottom:1px solid var(--border-color);padding:2.5rem 3rem;position:relative}.ProfilePage-module__V2gBrW__headerActions{gap:.5rem;display:flex;position:absolute;top:1.5rem;right:1.5rem}.ProfilePage-module__V2gBrW__iconButton{border:1px solid var(--border-color);width:40px;height:40px;color:var(--text-muted);cursor:pointer;background:#ffffff08;border-radius:10px;place-items:center;transition:all .2s;display:grid}.ProfilePage-module__V2gBrW__iconButton:hover{color:var(--text-primary);border-color:color-mix(in srgb, var(--border-color) 50%, #fff 25%);background:#ffffff14}.ProfilePage-module__V2gBrW__logoutIconButton:hover{color:#ef4444;background:#dc26261a;border-color:#dc26264d}.ProfilePage-module__V2gBrW__headerLayout{align-items:flex-start;gap:2.5rem;display:flex}.ProfilePage-module__V2gBrW__avatarContainer{flex-shrink:0;position:relative}.ProfilePage-module__V2gBrW__avatarGlow{background:var(--primary-gradient);opacity:.4;filter:blur(25px);border-radius:50%;animation:4s ease-in-out infinite ProfilePage-module__V2gBrW__avatarPulse;position:absolute;top:-10px;bottom:-10px;left:-10px;right:-10px}@keyframes ProfilePage-module__V2gBrW__avatarPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.08)}}.ProfilePage-module__V2gBrW__avatar{object-fit:cover;background:linear-gradient(var(--background-card), var(--background-card)) padding-box, var(--primary-gradient) border-box;width:130px;height:130px;color:var(--text-primary);border:4px solid #0000;border-radius:50%;justify-content:center;align-items:center;font-size:3rem;font-weight:700;display:flex;position:relative;box-shadow:0 12px 40px #0006}.ProfilePage-module__V2gBrW__profileInfo{flex-direction:column;flex:1;gap:1rem;display:flex}.ProfilePage-module__V2gBrW__usernameRow{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.ProfilePage-module__V2gBrW__username{background:linear-gradient(135deg, var(--text-primary), color-mix(in srgb, var(--text-primary) 80%, var(--primary-highlight)));color:#0000;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.25rem;font-weight:800}.ProfilePage-module__V2gBrW__bio{color:var(--text-muted);max-width:600px;margin:0;font-size:1rem;line-height:1.6}.ProfilePage-module__V2gBrW__publicLink{color:var(--primary-highlight);opacity:.9;cursor:pointer;background:#ffffff08;border:1px solid #0000;border-radius:8px;align-items:center;gap:.5rem;width:-moz-fit-content;width:fit-content;padding:.5rem .75rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.ProfilePage-module__V2gBrW__publicLink:hover{opacity:1;border-color:var(--border-color);background:#ffffff0f}.ProfilePage-module__V2gBrW__copySuccess{color:#22c55e}.ProfilePage-module__V2gBrW__rankBadge{text-transform:uppercase;letter-spacing:.5px;border:1px solid #0000;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.ProfilePage-module__V2gBrW__rankBadge:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff26 0%,#0000 50%);position:absolute;top:0;bottom:0;left:0;right:0}.ProfilePage-module__V2gBrW__rankBadge:hover{transform:translateY(-2px)}.ProfilePage-module__V2gBrW__rankBadgeSm{gap:.3rem;padding:.3rem .6rem;font-size:.7rem}.ProfilePage-module__V2gBrW__rankBadgeLg{gap:.6rem;padding:.65rem 1.25rem;font-size:.95rem}.ProfilePage-module__V2gBrW__rankOwner{color:#fff;text-shadow:0 1px 2px #0000004d;background:linear-gradient(135deg,#f0f,#c500ff,#8b00ff,#c500ff,#f0f) 0 0/300% 300%;border-color:#ffffff4d;animation:3s infinite ProfilePage-module__V2gBrW__ownerShimmer;box-shadow:0 4px 24px #c500ff80,inset 0 1px #ffffff4d}.ProfilePage-module__V2gBrW__rankOwner:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;animation:2s ease-in-out infinite ProfilePage-module__V2gBrW__ownerShine;position:absolute;top:0;left:-100%}@keyframes ProfilePage-module__V2gBrW__ownerShimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes ProfilePage-module__V2gBrW__ownerShine{0%{left:-100%}50%,to{left:100%}}.ProfilePage-module__V2gBrW__rankSeniorAdmin{color:#fff;background:linear-gradient(135deg,#1e40af,#3b82f6);border-color:#3b82f666;box-shadow:0 4px 24px #3b82f666,inset 0 1px #fff3}.ProfilePage-module__V2gBrW__rankAdmin{color:#fff;background:linear-gradient(135deg,#991b1b,#dc2626);border-color:#dc262666;box-shadow:0 4px 24px #dc262666,inset 0 1px #fff3}.ProfilePage-module__V2gBrW__rankVerified{color:#1a1a1f;background:linear-gradient(135deg,#92400e,#eab308,#fde047) 0 0/200% 200%;border-color:#eab30880;animation:3s infinite ProfilePage-module__V2gBrW__verifiedGlow;box-shadow:0 4px 24px #eab30866,inset 0 1px #ffffff4d}@keyframes ProfilePage-module__V2gBrW__verifiedGlow{0%,to{background-position:0%}50%{background-position:100%}}.ProfilePage-module__V2gBrW__rankVIP{color:#fff;background:linear-gradient(135deg,#047857,#10b981,#34d399) 0 0/200% 200%;border-color:#10b98180;animation:4s infinite ProfilePage-module__V2gBrW__vipShine;box-shadow:0 4px 24px #10b98166,inset 0 1px #fff3}@keyframes ProfilePage-module__V2gBrW__vipShine{0%,to{background-position:0%}50%{background-position:100%}}.ProfilePage-module__V2gBrW__rankFlagged{color:#fff;background:linear-gradient(135deg,#9a3412,#f97316);border-color:#f9731666;box-shadow:0 4px 20px #f973164d}.ProfilePage-module__V2gBrW__rankUser{color:var(--text-muted);border-color:var(--border-color);background:#ffffff0d}.ProfilePage-module__V2gBrW__rankBanned{color:#fecaca;background:linear-gradient(135deg,#7f1d1d,#991b1b);border-color:#991b1b80;box-shadow:0 4px 20px #7f1d1d66}.ProfilePage-module__V2gBrW__socialsSection{flex-wrap:wrap;gap:.75rem;margin-top:.5rem;display:flex}.ProfilePage-module__V2gBrW__socialItem{border:1px solid var(--border-color);color:var(--text-muted);background:#ffffff08;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem .9rem;font-size:.85rem;text-decoration:none;transition:all .2s;display:inline-flex}.ProfilePage-module__V2gBrW__socialItem:hover{border-color:color-mix(in srgb, var(--border-color) 50%, #fff 25%);color:var(--text-primary);background:#ffffff14;transform:translateY(-1px)}.ProfilePage-module__V2gBrW__discordIcon{color:#5865f2}.ProfilePage-module__V2gBrW__steamIcon{color:#c7d5e0}.ProfilePage-module__V2gBrW__plutoniumIcon{color:#00d4ff;width:18px;height:18px}.ProfilePage-module__V2gBrW__xIcon{color:#e7e9ea}.ProfilePage-module__V2gBrW__mainContent{flex-direction:column;gap:2.5rem;padding:2.5rem 3rem 3rem;display:flex}.ProfilePage-module__V2gBrW__tabList{background:#00000040;border:1px solid #ffffff08;border-radius:14px;gap:.25rem;width:-moz-fit-content;width:fit-content;margin:0 auto 1rem;padding:.4rem;display:flex}.ProfilePage-module__V2gBrW__tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.ProfilePage-module__V2gBrW__tab:hover:not(.ProfilePage-module__V2gBrW__tabActive){color:var(--text-primary);background:#ffffff0d}.ProfilePage-module__V2gBrW__tabActive{background:var(--primary-gradient);color:#fff;box-shadow:0 4px 20px color-mix(in srgb, var(--primary-highlight) 40%, transparent)}.ProfilePage-module__V2gBrW__tabPanels{width:100%}.ProfilePage-module__V2gBrW__tabPanel{animation:.3s ProfilePage-module__V2gBrW__fadeIn}@keyframes ProfilePage-module__V2gBrW__fadeIn{0%{opacity:0}to{opacity:1}}.ProfilePage-module__V2gBrW__gameTabsContainer{margin-bottom:1.5rem}.ProfilePage-module__V2gBrW__gameTabs{border:1px solid var(--border-color);background:#00000026;border-radius:14px;flex-wrap:wrap;gap:.75rem;padding:.5rem;display:flex}.ProfilePage-module__V2gBrW__gameTab{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex;position:relative}.ProfilePage-module__V2gBrW__gameTab:hover{color:var(--text-primary);background:#ffffff0d}.ProfilePage-module__V2gBrW__gameTabActive{background:color-mix(in srgb, var(--primary-highlight) 12%, transparent);border-color:var(--primary-highlight);color:var(--text-primary)}.ProfilePage-module__V2gBrW__gameTabIcon{font-size:1.1rem}.ProfilePage-module__V2gBrW__gameTabName{white-space:nowrap}.ProfilePage-module__V2gBrW__gameTabOnline{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite ProfilePage-module__V2gBrW__onlinePulse}.ProfilePage-module__V2gBrW__gameStatsPanel{flex-direction:column;gap:2rem;animation:.3s ProfilePage-module__V2gBrW__fadeIn;display:flex}.ProfilePage-module__V2gBrW__panelHeader{border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1rem;display:flex}.ProfilePage-module__V2gBrW__panelHeaderLeft{align-items:center;gap:1rem;display:flex}.ProfilePage-module__V2gBrW__panelHeaderLeft h3{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:700}.ProfilePage-module__V2gBrW__panelHeaderRight{align-items:center;gap:1rem;display:flex}.ProfilePage-module__V2gBrW__externalLinkBtn{border:1px solid var(--border-color);color:var(--text-muted);background:0 0;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem .85rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.ProfilePage-module__V2gBrW__externalLinkBtn:hover{color:var(--text-primary);border-color:var(--primary-highlight);background:#ffffff0d}.ProfilePage-module__V2gBrW__statsGridMain{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.ProfilePage-module__V2gBrW__statCard{background:#0003;border:1px solid #ffffff0a;border-radius:12px;flex-direction:column;gap:.6rem;padding:1.25rem;transition:all .2s;display:flex}.ProfilePage-module__V2gBrW__statCard:hover{border-color:color-mix(in srgb, var(--primary-highlight) 15%, transparent);background:#00000040;transform:translateY(-2px)}.ProfilePage-module__V2gBrW__statCardHighlight{background:linear-gradient(135deg, color-mix(in srgb, var(--primary-highlight) 8%, transparent) 0%, #0003 100%);border-color:color-mix(in srgb, var(--primary-highlight) 20%, transparent)}.ProfilePage-module__V2gBrW__statCardLink{text-decoration:none}.ProfilePage-module__V2gBrW__statCardLink .ProfilePage-module__V2gBrW__statCard{cursor:pointer}.ProfilePage-module__V2gBrW__statCardLink .ProfilePage-module__V2gBrW__statCard:hover{border-color:var(--primary-highlight)}.ProfilePage-module__V2gBrW__statCardHeader{align-items:center;gap:.5rem;display:flex}.ProfilePage-module__V2gBrW__statCardIcon{color:var(--text-muted);opacity:.7}.ProfilePage-module__V2gBrW__statCardLabel{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);font-size:.75rem;font-weight:600}.ProfilePage-module__V2gBrW__statCardValue{align-items:baseline;gap:.35rem;display:flex}.ProfilePage-module__V2gBrW__statCardValue strong{color:var(--text-primary);font-size:1.35rem;font-weight:800}.ProfilePage-module__V2gBrW__statCardSuffix{color:var(--text-muted);font-size:.8rem}.ProfilePage-module__V2gBrW__trendUp{color:#22c55e}.ProfilePage-module__V2gBrW__trendDown{color:#ef4444}.ProfilePage-module__V2gBrW__connectionSection{border:1px solid var(--border-color);background:#00000026;border-radius:12px;padding:1.25rem}.ProfilePage-module__V2gBrW__connectionSection h4{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.85rem;font-weight:600;display:flex}.ProfilePage-module__V2gBrW__connectionGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.ProfilePage-module__V2gBrW__connectionItem{flex-direction:column;gap:.25rem;display:flex}.ProfilePage-module__V2gBrW__connectionLabel{color:var(--text-muted);font-size:.75rem}.ProfilePage-module__V2gBrW__connectionValue{color:var(--text-primary);align-items:center;gap:.4rem;font-size:.95rem;font-weight:600;display:flex}.ProfilePage-module__V2gBrW__aliasesSection{border:1px solid var(--border-color);background:#00000026;border-radius:12px;padding:1.25rem}.ProfilePage-module__V2gBrW__aliasesSection h4{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.85rem;font-weight:600;display:flex}.ProfilePage-module__V2gBrW__aliasesList{flex-wrap:wrap;gap:.5rem;display:flex}.ProfilePage-module__V2gBrW__aliasChip{color:var(--text-muted);background:#ffffff0a;border:1px solid #ffffff0f;border-radius:6px;padding:.4rem .7rem;font-size:.85rem;transition:all .2s}.ProfilePage-module__V2gBrW__aliasChip:hover{color:var(--text-primary);background:#ffffff14}.ProfilePage-module__V2gBrW__linkAccountSection{border-top:1px solid var(--border-color);justify-content:center;margin-top:2rem;padding-top:1.5rem;display:flex}.ProfilePage-module__V2gBrW__linkAccountBtn{border:1px dashed var(--border-color);color:var(--text-muted);background:#ffffff08;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.ProfilePage-module__V2gBrW__linkAccountBtn:hover{background:color-mix(in srgb, var(--primary-highlight) 10%, transparent);border-color:var(--primary-highlight);color:var(--text-primary);border-style:solid}.ProfilePage-module__V2gBrW__linkAccountBtn:disabled{opacity:.6;cursor:not-allowed}.ProfilePage-module__V2gBrW__linkCodeDisplay{border:1px solid var(--border-color);background:#ffffff08;border-radius:12px;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem 2rem;display:flex}.ProfilePage-module__V2gBrW__linkCodeLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.ProfilePage-module__V2gBrW__linkCodeValue{align-items:center;gap:.75rem;display:flex}.ProfilePage-module__V2gBrW__linkCodeValue code{letter-spacing:.25em;color:var(--primary-highlight);background:#ff00ff1a;border-radius:8px;padding:.5rem 1rem;font-family:JetBrains Mono,monospace;font-size:1.75rem;font-weight:700}.ProfilePage-module__V2gBrW__copyCodeBtn{border:1px solid var(--border-color);width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.ProfilePage-module__V2gBrW__copyCodeBtn:hover{color:var(--text-primary);border-color:var(--primary-highlight);background:#ffffff1a}.ProfilePage-module__V2gBrW__linkCodeHint{color:var(--text-muted);font-size:.8rem}.ProfilePage-module__V2gBrW__linkCodeHint code{color:var(--primary-highlight);background:#ff00ff1a;border-radius:4px;padding:.15rem .4rem;font-family:JetBrains Mono,monospace;font-size:.75rem}.ProfilePage-module__V2gBrW__linkCodeDismiss{border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;margin-top:.5rem;padding:.5rem 1rem;font-size:.8rem;transition:all .2s}.ProfilePage-module__V2gBrW__linkCodeDismiss:hover{color:var(--text-primary);background:#ffffff0d}.ProfilePage-module__V2gBrW__linkStatusRow{color:var(--text-muted);align-items:center;gap:.5rem;margin-top:.25rem;font-size:.8rem;display:flex}.ProfilePage-module__V2gBrW__linkSuccess{background:#22c55e1a!important;border-color:#22c55e!important}.ProfilePage-module__V2gBrW__successIcon{color:#22c55e;animation:.5s ease-out ProfilePage-module__V2gBrW__successPulse}@keyframes ProfilePage-module__V2gBrW__successPulse{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.ProfilePage-module__V2gBrW__advancedStatsSection{padding-top:.5rem}.ProfilePage-module__V2gBrW__advancedStatsSection h4{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.85rem;font-weight:600;display:flex}.ProfilePage-module__V2gBrW__advancedStatsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.ProfilePage-module__V2gBrW__advancedCard{border:1px solid var(--border-color);background:#00000026;border-radius:12px;padding:1.25rem}.ProfilePage-module__V2gBrW__advancedCard h5{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.8rem;font-weight:600;display:flex}.ProfilePage-module__V2gBrW__weaponsList{flex-direction:column;gap:.5rem;display:flex}.ProfilePage-module__V2gBrW__weaponRow{background:#00000026;border-radius:8px;align-items:center;gap:.75rem;padding:.65rem .85rem;transition:all .2s;display:flex}.ProfilePage-module__V2gBrW__weaponRow:hover{background:#00000040}.ProfilePage-module__V2gBrW__weaponRank{color:var(--primary-highlight);width:24px;font-size:.75rem;font-weight:700}.ProfilePage-module__V2gBrW__weaponName{color:var(--text-primary);flex:1;font-size:.9rem;font-weight:500}.ProfilePage-module__V2gBrW__weaponKills{color:var(--text-muted);font-size:.8rem}.ProfilePage-module__V2gBrW__hitGraphWrapper{justify-content:center;align-items:center;min-height:200px;display:flex}.ProfilePage-module__V2gBrW__onlineIndicator{color:#22c55e;background:#22c55e1a;border-radius:100px;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.8rem;display:inline-flex}.ProfilePage-module__V2gBrW__onlineDot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite ProfilePage-module__V2gBrW__onlinePulse}@keyframes ProfilePage-module__V2gBrW__onlinePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.ProfilePage-module__V2gBrW__flaggedNotice{text-align:center;color:#f97316;background:#f973160d;border:1px dashed #f973164d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.ProfilePage-module__V2gBrW__flaggedNotice p{color:var(--text-muted);margin:0}.ProfilePage-module__V2gBrW__emptyState{text-align:center;border:1px dashed var(--border-color);background:#0000001a;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.ProfilePage-module__V2gBrW__emptyState svg{color:var(--text-muted);opacity:.5}.ProfilePage-module__V2gBrW__emptyState h3{color:var(--text-primary);margin:0;font-size:1.25rem}.ProfilePage-module__V2gBrW__emptyState p{color:var(--text-muted);max-width:300px;margin:0}.ProfilePage-module__V2gBrW__primaryButton{background:var(--primary-gradient);color:#fff;cursor:pointer;box-shadow:0 4px 20px color-mix(in srgb, var(--primary-highlight) 30%, transparent);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.ProfilePage-module__V2gBrW__primaryButton:hover{box-shadow:0 8px 30px color-mix(in srgb, var(--primary-highlight) 45%, transparent);transform:translateY(-2px)}.ProfilePage-module__V2gBrW__creditsSection{flex-direction:column;gap:1.5rem;max-width:500px;margin:0 auto;display:flex}.ProfilePage-module__V2gBrW__creditsEmpty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:4rem 2rem;display:flex}.ProfilePage-module__V2gBrW__creditsEmpty svg{color:var(--text-muted);opacity:.5}.ProfilePage-module__V2gBrW__creditsEmpty p{color:var(--text-primary);margin:0;font-size:1.1rem}.ProfilePage-module__V2gBrW__creditsEmpty span{color:var(--text-muted);font-size:.9rem}.ProfilePage-module__V2gBrW__creditsTotalCard{background:linear-gradient(135deg,#eab3081f 0%,#0003 100%);border:1px solid #eab3084d;border-radius:16px;align-items:center;gap:1.25rem;padding:1.5rem 2rem;display:flex}.ProfilePage-module__V2gBrW__creditsTotalIcon{color:#fff;background:linear-gradient(135deg,#92400e,#eab308);border-radius:14px;place-items:center;width:56px;height:56px;display:grid}.ProfilePage-module__V2gBrW__creditsTotalInfo{flex-direction:column;gap:.25rem;display:flex}.ProfilePage-module__V2gBrW__creditsTotalLabel{color:var(--text-muted);font-size:.85rem}.ProfilePage-module__V2gBrW__creditsTotalValue{color:#fde047;font-size:2rem;font-weight:800}.ProfilePage-module__V2gBrW__creditsBreakdown{border:1px solid var(--border-color);background:#00000026;border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.ProfilePage-module__V2gBrW__creditsGameRow{border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;transition:all .2s;display:flex}.ProfilePage-module__V2gBrW__creditsGameRow:hover{background:#ffffff08}.ProfilePage-module__V2gBrW__creditsGameIcon{font-size:1.25rem}.ProfilePage-module__V2gBrW__creditsGameName{color:var(--text-primary);flex:1;font-size:.9rem}.ProfilePage-module__V2gBrW__creditsGameValue{color:#fde047;font-size:1rem;font-weight:700}.ProfilePage-module__V2gBrW__creditsGameRank{color:var(--text-muted);background:#ffffff0d;border-radius:4px;padding:.25rem .5rem;font-size:.8rem}.ProfilePage-module__V2gBrW__creditsLoading{color:var(--text-muted);justify-content:center;align-items:center;gap:.75rem;padding:3rem;display:flex}.ProfilePage-module__V2gBrW__creditsShopLink{color:#fff;cursor:pointer;background:linear-gradient(135deg,#92400e,#eab308);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 20px #eab3084d}.ProfilePage-module__V2gBrW__creditsShopLink:hover{transform:translateY(-2px);box-shadow:0 8px 30px #eab30880}.ProfilePage-module__V2gBrW__questsSection{flex-direction:column;gap:1.5rem;display:flex}.ProfilePage-module__V2gBrW__questsGameSelector{flex-wrap:wrap;gap:.5rem;display:flex}.ProfilePage-module__V2gBrW__questsGameBtn{border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;background:#0003;border-radius:10px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.ProfilePage-module__V2gBrW__questsGameBtn:hover:not(.ProfilePage-module__V2gBrW__questsGameBtnActive){border-color:var(--text-muted);background:#ffffff0d}.ProfilePage-module__V2gBrW__questsGameBtnActive{background:var(--primary-gradient);color:#fff;border-color:#0000}.ProfilePage-module__V2gBrW__questsGameCount{background:#ffffff26;border-radius:6px;padding:.15rem .4rem;font-size:.75rem}.ProfilePage-module__V2gBrW__questsTabHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.ProfilePage-module__V2gBrW__questsTabHeader h3{align-items:center;gap:.5rem;margin:0;font-size:1.1rem;font-weight:700;display:flex}.ProfilePage-module__V2gBrW__questsViewAll{color:var(--primary-highlight);font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s}.ProfilePage-module__V2gBrW__questsViewAll:hover{color:var(--text-primary)}.ProfilePage-module__V2gBrW__questsLoading{color:var(--text-muted);justify-content:center;align-items:center;gap:.75rem;padding:3rem;display:flex}.ProfilePage-module__V2gBrW__questsEmpty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:4rem 2rem;display:flex}.ProfilePage-module__V2gBrW__questsEmpty svg{color:var(--text-muted);opacity:.5}.ProfilePage-module__V2gBrW__questsEmpty p{color:var(--text-primary);margin:0;font-size:1.1rem}.ProfilePage-module__V2gBrW__questsLink{color:var(--primary-highlight);font-size:.9rem;font-weight:600;text-decoration:none}.ProfilePage-module__V2gBrW__questsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.ProfilePage-module__V2gBrW__questCard{border:1px solid var(--border-color);background:#00000026;border-radius:14px;flex-direction:column;gap:.75rem;padding:1.25rem;transition:all .25s;display:flex}.ProfilePage-module__V2gBrW__questCard:hover{border-color:color-mix(in srgb, var(--primary-highlight) 30%, transparent);transform:translateY(-2px)}.ProfilePage-module__V2gBrW__questComplete{background:linear-gradient(135deg,#22c55e1a 0%,#00000026 100%);border-color:#22c55e4d}.ProfilePage-module__V2gBrW__questHeader{justify-content:space-between;align-items:center;display:flex}.ProfilePage-module__V2gBrW__questCategory{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);background:#ffffff0d;border-radius:4px;padding:.25rem .5rem;font-size:.7rem;font-weight:600}.ProfilePage-module__V2gBrW__questCheckmark{color:#22c55e}.ProfilePage-module__V2gBrW__questName{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700}.ProfilePage-module__V2gBrW__questDesc{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.5}.ProfilePage-module__V2gBrW__questProgressContainer{flex-direction:column;gap:.35rem;display:flex}.ProfilePage-module__V2gBrW__questProgressBar{background:#0000004d;border-radius:4px;height:8px;overflow:hidden}.ProfilePage-module__V2gBrW__questProgressFill{background:var(--primary-gradient);border-radius:4px;height:100%;transition:width .4s}.ProfilePage-module__V2gBrW__questProgressText{color:var(--text-muted);text-align:right;font-size:.75rem}.ProfilePage-module__V2gBrW__questReward{color:#fde047;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.ProfilePage-module__V2gBrW__zombiesSection{flex-direction:column;gap:2rem;display:flex}.ProfilePage-module__V2gBrW__zombiesEmpty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:4rem 2rem;display:flex}.ProfilePage-module__V2gBrW__zombiesEmpty svg{color:#a855f7;opacity:.6}.ProfilePage-module__V2gBrW__zombiesEmpty h3{color:var(--text-primary);margin:0;font-size:1.25rem}.ProfilePage-module__V2gBrW__zombiesEmpty p{color:var(--text-muted);margin:0}.ProfilePage-module__V2gBrW__zombieGameSelector{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.ProfilePage-module__V2gBrW__zombieGameBtn{border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;background:#0003;border-radius:10px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.ProfilePage-module__V2gBrW__zombieGameBtn:hover{color:var(--text-primary);background:#0000004d}.ProfilePage-module__V2gBrW__zombieGameBtnActive{color:#fff;background:linear-gradient(135deg,#7c3aed,#a855f7);border-color:#0000;box-shadow:0 4px 20px #a855f74d}.ProfilePage-module__V2gBrW__zombieSummary{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;display:grid}.ProfilePage-module__V2gBrW__zombieSummaryCard{background:linear-gradient(135deg,#a855f714 0%,#0003 100%);border:1px solid #a855f733;border-radius:14px;align-items:center;gap:1rem;padding:1.25rem;transition:all .2s;display:flex}.ProfilePage-module__V2gBrW__zombieSummaryCard:hover{border-color:#a855f766;transform:translateY(-2px)}.ProfilePage-module__V2gBrW__zombieSummaryCard svg{color:#a855f7;flex-shrink:0}.ProfilePage-module__V2gBrW__zombieSummaryCard div{flex-direction:column;gap:.25rem;display:flex}.ProfilePage-module__V2gBrW__zombieSummaryCard span{color:var(--text-muted);font-size:.75rem}.ProfilePage-module__V2gBrW__zombieSummaryCard strong{color:var(--text-primary);font-size:1.25rem;font-weight:800}.ProfilePage-module__V2gBrW__zombieMapsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.ProfilePage-module__V2gBrW__zombieMapCard{border:1px solid var(--border-color);background:#00000026;border-radius:14px;flex-direction:column;transition:all .25s;display:flex;overflow:hidden}.ProfilePage-module__V2gBrW__zombieMapCard:hover{border-color:#a855f74d;transform:translateY(-3px);box-shadow:0 12px 30px #0000004d}.ProfilePage-module__V2gBrW__zombieMapHeader{border-bottom:1px solid var(--border-color);background:linear-gradient(135deg,#a855f71a 0%,#0000 100%);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.ProfilePage-module__V2gBrW__zombieMapHeader h4{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700}.ProfilePage-module__V2gBrW__zombieMapRound{color:#a855f7;background:#a855f726;border-radius:6px;padding:.35rem .75rem;font-size:.85rem;font-weight:700}.ProfilePage-module__V2gBrW__zombieMapStats{grid-template-columns:repeat(2,1fr);gap:.5rem;padding:1rem 1.25rem;display:grid}.ProfilePage-module__V2gBrW__zombieMapStat{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;background:#0003;border-radius:6px;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.8rem;display:flex;overflow:hidden}.ProfilePage-module__V2gBrW__zombieMapStat svg{opacity:.7;flex-shrink:0;width:14px;height:14px}.ProfilePage-module__V2gBrW__zombieMapLeaderboard{color:#fff;background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;margin:0 1.25rem 1.25rem;padding:.85rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.ProfilePage-module__V2gBrW__zombieMapLeaderboard:hover{transform:translateY(-1px);box-shadow:0 4px 20px #a855f766}.ProfilePage-module__V2gBrW__zombiesFooter{justify-content:center;padding-top:1rem;display:flex}.ProfilePage-module__V2gBrW__viewHistoryBtn{border:1px solid var(--border-color);color:var(--text-primary);background:#ffffff08;border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.ProfilePage-module__V2gBrW__viewHistoryBtn:hover{background:#ffffff14;border-color:#a855f7}.ProfilePage-module__V2gBrW__loadingState,.ProfilePage-module__V2gBrW__errorState{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:60vh;display:flex}.ProfilePage-module__V2gBrW__loadingState p,.ProfilePage-module__V2gBrW__errorState p{color:var(--text-muted);font-size:1rem}.ProfilePage-module__V2gBrW__errorState svg{color:#ef4444}.ProfilePage-module__V2gBrW__errorState h2{color:var(--text-primary);margin:0}.ProfilePage-module__V2gBrW__spin{color:var(--primary-highlight);animation:1s linear infinite ProfilePage-module__V2gBrW__spin}@keyframes ProfilePage-module__V2gBrW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ProfilePage-module__V2gBrW__modalOverlay{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:1000;background:#0d0d0fb3;width:100%;height:100%;animation:.3s ProfilePage-module__V2gBrW__fadeIn;position:fixed;top:0;left:0}.ProfilePage-module__V2gBrW__modalContent{background:color-mix(in srgb, var(--background-card) 95%, transparent);border:1px solid var(--border-color);width:95%;max-width:600px;max-height:90vh;color:var(--text-primary);border-radius:20px;padding:2rem;animation:.3s cubic-bezier(.165,.84,.44,1) ProfilePage-module__V2gBrW__modalSlideIn;overflow-y:auto;box-shadow:0 25px 50px #00000080;z-index:1001!important;position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}@keyframes ProfilePage-module__V2gBrW__modalSlideIn{0%{opacity:0;transform:translate(-50%,-48%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.ProfilePage-module__V2gBrW__modalHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.ProfilePage-module__V2gBrW__modalTitle{margin:0;font-size:1.25rem;font-weight:700}.ProfilePage-module__V2gBrW__cancelButton{border:1px solid var(--border-color);width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:#ffffff08;border-radius:8px;place-items:center;transition:all .2s;display:grid}.ProfilePage-module__V2gBrW__cancelButton:hover{color:#ef4444;background:#dc26261a;border-color:#dc26264d}.ProfilePage-module__V2gBrW__editForm{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ProfilePage-module__V2gBrW__formGroup{flex-direction:column;gap:.5rem;display:flex}.ProfilePage-module__V2gBrW__formGroup.ProfilePage-module__V2gBrW__fullWidth{grid-column:1/-1}.ProfilePage-module__V2gBrW__formGroup label{color:var(--text-muted);font-size:.85rem;font-weight:600}.ProfilePage-module__V2gBrW__formGroup input,.ProfilePage-module__V2gBrW__formGroup textarea{border:1px solid var(--border-color);color:var(--text-primary);background:#0003;border-radius:10px;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.ProfilePage-module__V2gBrW__formGroup input:focus,.ProfilePage-module__V2gBrW__formGroup textarea:focus{border-color:var(--primary-highlight);background:#00000040;outline:none}.ProfilePage-module__V2gBrW__formGroup textarea{resize:vertical;min-height:100px}.ProfilePage-module__V2gBrW__buttonGroup{justify-content:flex-end;gap:.75rem;padding-top:.5rem;display:flex}.ProfilePage-module__V2gBrW__modalSaveButton{background:var(--primary-gradient);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;transition:all .2s}.ProfilePage-module__V2gBrW__modalSaveButton:hover:not(:disabled){box-shadow:0 4px 20px color-mix(in srgb, var(--primary-highlight) 40%, transparent);transform:translateY(-1px)}.ProfilePage-module__V2gBrW__modalSaveButton:disabled{opacity:.6;cursor:not-allowed}.ProfilePage-module__V2gBrW__saveButton{background:var(--primary-gradient);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:700;transition:all .2s;display:inline-flex}.ProfilePage-module__V2gBrW__saveButton:hover{transform:translateY(-1px)}.ProfilePage-module__V2gBrW__errorMessage{color:#ef4444;background:#ef44441a;border-radius:8px;padding:.75rem;font-size:.9rem}.ProfilePage-module__V2gBrW__successMessage{color:#22c55e;background:#22c55e1a;border-radius:8px;padding:.75rem;font-size:.9rem}.ProfilePage-module__V2gBrW__accountSyncSection{border-bottom:1px solid var(--border-color);margin-bottom:1.5rem;padding-bottom:1.5rem}.ProfilePage-module__V2gBrW__syncTitle{color:var(--text-muted);margin:0 0 1rem;font-size:.9rem;font-weight:600}.ProfilePage-module__V2gBrW__syncButtonsContainer{flex-direction:column;gap:.75rem;display:flex}.ProfilePage-module__V2gBrW__linkedButtonGroup{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ProfilePage-module__V2gBrW__discordButton,.ProfilePage-module__V2gBrW__plutoniumButton,.ProfilePage-module__V2gBrW__steamButton,.ProfilePage-module__V2gBrW__xButton{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.ProfilePage-module__V2gBrW__discordButton{color:#fff;background:#5865f2}.ProfilePage-module__V2gBrW__discordButton:hover:not(:disabled){background:#4752c4}.ProfilePage-module__V2gBrW__plutoniumButton{color:#fff;background:linear-gradient(135deg,#0284c7,#00d4ff)}.ProfilePage-module__V2gBrW__plutoniumButton:hover:not(:disabled){box-shadow:0 4px 12px #00d4ff4d}.ProfilePage-module__V2gBrW__steamButton{color:#fff;background:linear-gradient(135deg,#1e3a8a,#3b82f6)}.ProfilePage-module__V2gBrW__steamButton:hover:not(:disabled){box-shadow:0 4px 12px #3b82f64d}.ProfilePage-module__V2gBrW__xButton{color:#fff;background:#1a1a1a;border:1px solid #333}.ProfilePage-module__V2gBrW__xButton:hover:not(:disabled){background:#2a2a2a}.ProfilePage-module__V2gBrW__linked{color:#22c55e!important;cursor:default!important;background:#22c55e26!important;border:1px solid #22c55e4d!important}.ProfilePage-module__V2gBrW__unlinkSocialButton{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;place-items:center;width:36px;height:36px;transition:all .2s;display:grid}.ProfilePage-module__V2gBrW__unlinkSocialButton:hover:not(:disabled){background:#ef444433}.ProfilePage-module__V2gBrW__visibilityLabel{color:var(--text-muted);cursor:pointer;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.ProfilePage-module__V2gBrW__visibilityLabel input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary-highlight)}.ProfilePage-module__V2gBrW__editProfileBtn{background:var(--primary-gradient);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:700;transition:all .2s;display:inline-flex}.ProfilePage-module__V2gBrW__editProfileBtn:hover{box-shadow:0 6px 24px color-mix(in srgb, var(--primary-highlight) 40%, transparent);transform:translateY(-2px)}.ProfilePage-module__V2gBrW__modalCloseBtn{border:1px solid var(--border-color);width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:#ffffff0d;border-radius:10px;place-items:center;transition:all .2s;display:grid}.ProfilePage-module__V2gBrW__modalCloseBtn:hover{color:#ef4444;background:#ef444426;border-color:#ef44444d}.ProfilePage-module__V2gBrW__modalTabs{background:#0003;border-radius:12px;gap:.5rem;margin-bottom:1.5rem;padding:.5rem;display:flex}.ProfilePage-module__V2gBrW__modalTab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.ProfilePage-module__V2gBrW__modalTab:hover:not(.ProfilePage-module__V2gBrW__modalTabActive){color:var(--text-secondary);background:#ffffff0d}.ProfilePage-module__V2gBrW__modalTabActive{background:var(--primary-gradient);color:#fff}.ProfilePage-module__V2gBrW__modalBody{min-height:300px}.ProfilePage-module__V2gBrW__alertError,.ProfilePage-module__V2gBrW__alertSuccess{border-radius:10px;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.875rem 1rem;font-size:.9rem;animation:.3s ProfilePage-module__V2gBrW__alertSlideIn;display:flex}@keyframes ProfilePage-module__V2gBrW__alertSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ProfilePage-module__V2gBrW__alertError{color:#ef4444;background:#ef44441a;border:1px solid #ef444440}.ProfilePage-module__V2gBrW__alertSuccess{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e40}.ProfilePage-module__V2gBrW__modalForm{flex-direction:column;gap:1.25rem;display:flex}.ProfilePage-module__V2gBrW__formSection{flex-direction:column;gap:.75rem;display:flex}.ProfilePage-module__V2gBrW__formSectionTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin:0;font-size:.95rem;font-weight:700;display:flex}.ProfilePage-module__V2gBrW__formHint{color:var(--text-muted);margin:-.25rem 0 .5rem;font-size:.8rem}.ProfilePage-module__V2gBrW__inputGroup{flex-direction:column;gap:.5rem;display:flex;position:relative}.ProfilePage-module__V2gBrW__inputLabel{color:var(--text-muted);font-size:.8rem;font-weight:600}.ProfilePage-module__V2gBrW__formInput,.ProfilePage-module__V2gBrW__formTextarea{border:1px solid var(--border-color);width:100%;color:var(--text-primary);background:#00000040;border-radius:10px;padding:.875rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.ProfilePage-module__V2gBrW__formInput::placeholder,.ProfilePage-module__V2gBrW__formTextarea::placeholder{color:var(--text-muted);opacity:.6}.ProfilePage-module__V2gBrW__formInput:focus,.ProfilePage-module__V2gBrW__formTextarea:focus{border-color:var(--primary-highlight);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary-highlight) 15%, transparent);background:#00000059;outline:none}.ProfilePage-module__V2gBrW__formTextarea{resize:vertical;min-height:100px}.ProfilePage-module__V2gBrW__charCount{color:var(--text-muted);font-size:.75rem;position:absolute;bottom:.75rem;right:.75rem}.ProfilePage-module__V2gBrW__passwordInputWrapper{align-items:center;display:flex;position:relative}.ProfilePage-module__V2gBrW__passwordInputWrapper .ProfilePage-module__V2gBrW__formInput{padding-right:3rem}.ProfilePage-module__V2gBrW__passwordToggle{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem;transition:color .2s;position:absolute;right:.75rem}.ProfilePage-module__V2gBrW__passwordToggle:hover{color:var(--text-primary)}.ProfilePage-module__V2gBrW__submitBtn{background:var(--primary-gradient);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:700;transition:all .2s;display:inline-flex}.ProfilePage-module__V2gBrW__submitBtn:hover:not(:disabled){box-shadow:0 6px 24px color-mix(in srgb, var(--primary-highlight) 40%, transparent);transform:translateY(-1px)}.ProfilePage-module__V2gBrW__submitBtn:disabled{opacity:.6;cursor:not-allowed}.ProfilePage-module__V2gBrW__spinner{animation:1s linear infinite ProfilePage-module__V2gBrW__spin}.ProfilePage-module__V2gBrW__connectionsTab{flex-direction:column;gap:1.25rem;display:flex}.ProfilePage-module__V2gBrW__connectionsIntro{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.ProfilePage-module__V2gBrW__connectionsList{flex-direction:column;gap:.75rem;display:flex}.ProfilePage-module__V2gBrW__connectionCard{border:1px solid var(--border-color);background:#0003;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:all .2s;display:flex;position:relative}.ProfilePage-module__V2gBrW__connectionCard.ProfilePage-module__V2gBrW__connectionLinked{background:var(--provider-bg);border-color:color-mix(in srgb, var(--provider-color) 30%, transparent)}.ProfilePage-module__V2gBrW__connectionInfo{align-items:center;gap:.875rem;display:flex}.ProfilePage-module__V2gBrW__connectionIcon{background:#ffffff0d;border-radius:10px;place-items:center;width:40px;height:40px;display:grid}.ProfilePage-module__V2gBrW__connectionLinked .ProfilePage-module__V2gBrW__connectionIcon{background:color-mix(in srgb, var(--provider-color) 15%, transparent)}.ProfilePage-module__V2gBrW__connectionDetails{flex-direction:column;gap:.125rem;display:flex}.ProfilePage-module__V2gBrW__connectionName{color:var(--text-primary);font-size:.95rem;font-weight:700}.ProfilePage-module__V2gBrW__connectionUsername{color:var(--text-muted);font-size:.8rem}.ProfilePage-module__V2gBrW__connectionActions{align-items:center;gap:.5rem;display:flex}.ProfilePage-module__V2gBrW__connectionStatus{color:#22c55e;text-transform:uppercase;letter-spacing:.5px;background:#22c55e26;border:1px solid #22c55e4d;border-radius:6px;align-items:center;gap:.25rem;padding:.25rem .625rem;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-.5rem;right:1rem}.ProfilePage-module__V2gBrW__visibilityToggle{align-items:center;gap:.5rem;display:flex}.ProfilePage-module__V2gBrW__toggleSwitch{width:40px;height:22px;display:inline-block;position:relative}.ProfilePage-module__V2gBrW__toggleSwitch input{opacity:0;width:0;height:0}.ProfilePage-module__V2gBrW__toggleSlider{cursor:pointer;border:1px solid var(--border-color);background:#ffffff1a;border-radius:22px;transition:all .3s;position:absolute;top:0;bottom:0;left:0;right:0}.ProfilePage-module__V2gBrW__toggleSlider:before{content:"";background:var(--text-muted);border-radius:50%;width:16px;height:16px;transition:all .3s;position:absolute;bottom:2px;left:2px}.ProfilePage-module__V2gBrW__toggleSwitch input:checked+.ProfilePage-module__V2gBrW__toggleSlider{background:color-mix(in srgb, var(--primary-highlight) 30%, transparent);border-color:var(--primary-highlight)}.ProfilePage-module__V2gBrW__toggleSwitch input:checked+.ProfilePage-module__V2gBrW__toggleSlider:before{background:var(--primary-highlight);transform:translate(18px)}.ProfilePage-module__V2gBrW__toggleLabel{color:var(--text-muted);font-size:.75rem;font-weight:600}.ProfilePage-module__V2gBrW__linkBtn{color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.8rem;font-weight:700;transition:all .2s}.ProfilePage-module__V2gBrW__linkBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.ProfilePage-module__V2gBrW__linkBtn:disabled{opacity:.6;cursor:not-allowed}.ProfilePage-module__V2gBrW__resyncBtn,.ProfilePage-module__V2gBrW__unlinkBtn{border:1px solid var(--border-color);width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:#ffffff0d;border-radius:8px;place-items:center;transition:all .2s;display:grid}.ProfilePage-module__V2gBrW__resyncBtn:hover:not(:disabled){color:#22c55e;background:#22c55e1a;border-color:#22c55e4d}.ProfilePage-module__V2gBrW__unlinkBtn:hover:not(:disabled){color:#ef4444;background:#ef44441a;border-color:#ef44444d}.ProfilePage-module__V2gBrW__resyncBtn:disabled,.ProfilePage-module__V2gBrW__unlinkBtn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:900px){.ProfilePage-module__V2gBrW__editForm{grid-template-columns:1fr}.ProfilePage-module__V2gBrW__formGroup.ProfilePage-module__V2gBrW__fullWidth{grid-column:1}}@media (max-width:768px){.ProfilePage-module__V2gBrW__headerSection{padding:2rem 1.5rem}.ProfilePage-module__V2gBrW__headerLayout{text-align:center;flex-direction:column;align-items:center}.ProfilePage-module__V2gBrW__profileInfo{align-items:center}.ProfilePage-module__V2gBrW__usernameRow,.ProfilePage-module__V2gBrW__socialsSection{justify-content:center}.ProfilePage-module__V2gBrW__mainContent{padding:1.5rem}.ProfilePage-module__V2gBrW__headerActions{justify-content:center;margin-bottom:1rem;position:static}.ProfilePage-module__V2gBrW__username{font-size:1.75rem}.ProfilePage-module__V2gBrW__avatar{width:110px;height:110px}.ProfilePage-module__V2gBrW__tabList{justify-content:center;width:100%}.ProfilePage-module__V2gBrW__tab{padding:.65rem 1rem;font-size:.85rem}.ProfilePage-module__V2gBrW__gameTabs{justify-content:center}.ProfilePage-module__V2gBrW__gameTab{padding:.65rem 1rem}.ProfilePage-module__V2gBrW__panelHeader{flex-direction:column;align-items:flex-start}}@media (max-width:600px){.ProfilePage-module__V2gBrW__pageContainer{padding:1rem .5rem 2rem}.ProfilePage-module__V2gBrW__card{border-radius:16px}.ProfilePage-module__V2gBrW__avatar{width:100px;height:100px}.ProfilePage-module__V2gBrW__username{font-size:1.5rem}.ProfilePage-module__V2gBrW__statsGridMain{grid-template-columns:1fr 1fr}.ProfilePage-module__V2gBrW__zombieMapsGrid,.ProfilePage-module__V2gBrW__questsGrid,.ProfilePage-module__V2gBrW__advancedStatsGrid{grid-template-columns:1fr}.ProfilePage-module__V2gBrW__zombieSummary{grid-template-columns:1fr 1fr}}.ProfilePage-module__V2gBrW__achievementsRoot{flex-direction:column;gap:1.5rem;display:flex}.ProfilePage-module__V2gBrW__sectionCard{border:1px solid var(--border-color);background:linear-gradient(#ffffff05 0%,#fff0 100%),#1a1a1f99;border-radius:16px;padding:1.25rem 1.5rem}.ProfilePage-module__V2gBrW__sectionTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin:0 0 .75rem;font-size:1rem;font-weight:700;display:flex}.ProfilePage-module__V2gBrW__subtleText{color:var(--text-muted);margin:0 0 1rem;font-size:.9rem;line-height:1.4}.ProfilePage-module__V2gBrW__badgesGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:.75rem;display:grid}.ProfilePage-module__V2gBrW__badgeCard{border:1px solid var(--border-color);cursor:pointer;background:#1a1a1f;border-radius:12px;align-items:center;gap:.9rem;padding:.9rem 1rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.ProfilePage-module__V2gBrW__badgeCard:hover{border-color:var(--primary-highlight);transform:translateY(-2px);box-shadow:0 6px 18px #00000040}.ProfilePage-module__V2gBrW__badgeCard:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle at 120% 0,#ffffff1f,#0000 60%);transition:opacity .35s;position:absolute;top:0;bottom:0;left:0;right:0}.ProfilePage-module__V2gBrW__badgeCard:hover:after{opacity:1}.ProfilePage-module__V2gBrW__badgeUnlocked{background:linear-gradient(#ffffff08,#fff0),#1a1a1f}.ProfilePage-module__V2gBrW__badgeLocked{opacity:.7;filter:grayscale(.35)brightness(.9)}.ProfilePage-module__V2gBrW__badgeIcon{background:linear-gradient(135deg,#ffffff14,#ffffff05);border-radius:10px;place-items:center;width:42px;height:42px;font-size:1.25rem;display:grid;box-shadow:inset 0 0 0 1px #ffffff0d,0 4px 12px -2px #00000080}.ProfilePage-module__V2gBrW__badgeIcon[data-type=weekly]{color:#f6d3ff;background:linear-gradient(135deg,#2d1f4a,#41205a);box-shadow:0 0 0 1px #ffffff14,0 4px 14px -4px #9d4bff}.ProfilePage-module__V2gBrW__badgeIcon[data-type=anniv]{color:#ffe9a8;background:linear-gradient(135deg,#4a3b16,#7a5b10);box-shadow:0 0 0 1px #ffffff1a,0 4px 14px -4px #ffcc4b}.ProfilePage-module__V2gBrW__badgeIcon[data-type=custom]{color:#9ff8f8;background:linear-gradient(135deg,#102f2f,#125f5f);box-shadow:0 0 0 1px #ffffff14,0 4px 14px -4px #27d3d3}.ProfilePage-module__V2gBrW__badgeIcon[data-type=other]{color:#e0e0e0;background:linear-gradient(135deg,#2e2e2e,#454545)}.ProfilePage-module__V2gBrW__badgeCard.ProfilePage-module__V2gBrW__badgeUnlocked:hover .ProfilePage-module__V2gBrW__badgeIcon{filter:brightness(1.1)saturate(1.15)}.ProfilePage-module__V2gBrW__badgeInfo{flex-direction:column;display:flex}.ProfilePage-module__V2gBrW__badgeTitle{color:var(--text-primary);font-weight:700}.ProfilePage-module__V2gBrW__badgeMeta{color:var(--text-muted);font-size:.92rem}.ProfilePage-module__V2gBrW__badgeNew{animation:2.8s cubic-bezier(.66,.05,.36,1) infinite ProfilePage-module__V2gBrW__badgeRing;position:relative;box-shadow:0 0 #ff783c73,0 0 #ff469673}.ProfilePage-module__V2gBrW__badgeNew:before{content:"NEW";color:#fff;letter-spacing:.5px;text-shadow:0 0 4px #0009;background:linear-gradient(135deg,#ff8a3d,#ff3d7f);border-radius:6px;padding:2px 5px 3px;font-size:.55rem;font-weight:800;animation:2.4s ease-in-out infinite ProfilePage-module__V2gBrW__pulseGlow;position:absolute;top:6px;right:6px;box-shadow:0 2px 8px -2px #00000080}@keyframes ProfilePage-module__V2gBrW__badgeRing{0%{box-shadow:0 0 #ff783c73,0 0 #ff469673}40%{box-shadow:0 0 0 6px #ff783c00,0 0 #ff469673}70%{box-shadow:0 0 0 6px #ff783c00,0 0 0 8px #ff469600}to{box-shadow:0 0 #ff783c00,0 0 #ff469600}}@keyframes ProfilePage-module__V2gBrW__pulseGlow{0%,to{filter:brightness()}50%{filter:brightness(1.35)}}.ProfilePage-module__V2gBrW__achievementPopup{z-index:5000;animation:.35s ProfilePage-module__V2gBrW__popIn;position:fixed;bottom:2rem;right:2rem}.ProfilePage-module__V2gBrW__achievementPopupInner{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(135deg,#241a2e,#1a1f29);border:1px solid #ffffff1f;border-radius:14px;width:clamp(280px,32vw,420px);padding:1.25rem 1.4rem 1.1rem;font-size:.95rem;position:relative;box-shadow:0 8px 28px -4px #0000008c,0 0 0 1px #ffffff0d}.ProfilePage-module__V2gBrW__achievementPopupInner h3{color:#fff;align-items:center;gap:.5rem;margin:0 0 .65rem;font-size:1.05rem;font-weight:700;display:flex}.ProfilePage-module__V2gBrW__achievementPopupInner ul{max-height:180px;margin:0 0 .85rem;padding:0;list-style:none;overflow-y:auto}.ProfilePage-module__V2gBrW__achievementPopupInner li{margin:0 0 .4rem;line-height:1.25}.ProfilePage-module__V2gBrW__achievementPopupInner li strong{color:#ffd46b}.ProfilePage-module__V2gBrW__closePopup{color:#d4d8e1;cursor:pointer;background:#2a2f3b;border:1px solid #414754;border-radius:8px;padding:.5rem .9rem;font-size:.85rem;font-weight:600;transition:background .2s,color .2s,border-color .2s}.ProfilePage-module__V2gBrW__closePopup:hover{color:#fff;background:#3a4050;border-color:#596274}@keyframes ProfilePage-module__V2gBrW__popIn{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.ProfilePage-module__V2gBrW__achModalOverlay{z-index:6000;background:#0000008c;place-items:center;animation:.18s ProfilePage-module__V2gBrW__fadeIn;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.ProfilePage-module__V2gBrW__achModal{background:linear-gradient(135deg,#1c1722,#12151c);border:1px solid #ffffff1f;border-radius:14px;width:min(560px,92vw);animation:.22s ProfilePage-module__V2gBrW__popIn;overflow:hidden;box-shadow:0 18px 48px #0000008c,0 0 0 1px #ffffff0d}.ProfilePage-module__V2gBrW__achModalHeader{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:.9rem 1.1rem;display:flex}.ProfilePage-module__V2gBrW__achModalTitle{color:#fff;margin:0;font-size:1.05rem;font-weight:800}.ProfilePage-module__V2gBrW__achModalClose{color:#d1d5db;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:6px;place-items:center;width:28px;height:28px;font-size:1rem;line-height:1;display:grid}.ProfilePage-module__V2gBrW__achModalClose:hover{color:#fff;background:#ffffff0f}.ProfilePage-module__V2gBrW__achModalBody{gap:.6rem;padding:1rem 1.1rem 1.1rem;display:grid}.ProfilePage-module__V2gBrW__achModalDesc{color:#d7dae3;line-height:1.45}.ProfilePage-module__V2gBrW__achModalMeta{color:#9aa0ad;font-size:.85rem}@media (max-width:640px){.ProfilePage-module__V2gBrW__badgesGrid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.ProfilePage-module__V2gBrW__badgeIcon{width:36px;height:36px}.ProfilePage-module__V2gBrW__achievementPopup{bottom:1rem;left:1rem;right:1rem}}.ProfilePage-module__V2gBrW__privacyOption{border:1px solid var(--border-color);background:#0003;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.ProfilePage-module__V2gBrW__privacyOptionInfo{flex-direction:column;flex:1;gap:.25rem;display:flex}.ProfilePage-module__V2gBrW__privacyOptionLabel{color:var(--text-primary);font-size:.95rem;font-weight:600}.ProfilePage-module__V2gBrW__privacyOptionDesc{color:var(--text-muted);font-size:.8rem}.ProfilePage-module__V2gBrW__toggleButton{border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;min-width:80px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.ProfilePage-module__V2gBrW__toggleButton:hover{border-color:var(--text-muted);background:#ffffff1a}.ProfilePage-module__V2gBrW__toggleButton:disabled{opacity:.5;cursor:not-allowed}.ProfilePage-module__V2gBrW__toggleActive{color:#ef4444;background:#ef444433;border-color:#ef4444}.ProfilePage-module__V2gBrW__toggleActive:hover{background:#ef44444d;border-color:#f87171}.ProfilePage-module__V2gBrW__formDescription{color:var(--text-muted);background:#3b82f61a;border:1px solid #3b82f633;border-radius:10px;align-items:flex-start;gap:.75rem;padding:1rem;font-size:.85rem;line-height:1.5;display:flex}.ProfilePage-module__V2gBrW__formDescription svg{color:#3b82f6;flex-shrink:0}
