.SearchBar-module__Cv9tCG__wrapper{width:100%;max-width:800px;margin:0 auto}.SearchBar-module__Cv9tCG__modeTabs{gap:8px;margin-bottom:12px;display:flex}.SearchBar-module__Cv9tCG__modeTab{border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);cursor:pointer;font-family:var(--font-body);transition:var(--transition);background:0 0;padding:8px 18px;font-size:13px;font-weight:600}.SearchBar-module__Cv9tCG__modeTab:hover{color:var(--text-secondary);border-color:var(--border-bright)}.SearchBar-module__Cv9tCG__modeTab.SearchBar-module__Cv9tCG__active{color:var(--accent);border-color:var(--accent);background:#4fc4ff1f}.SearchBar-module__Cv9tCG__form{width:100%}.SearchBar-module__Cv9tCG__inputGroup{background:var(--bg-secondary);border:1px solid var(--border-bright);border-radius:var(--radius-lg);transition:var(--transition);box-shadow:0 0 0 0 var(--accent-glow);align-items:center;display:flex;overflow:hidden}.SearchBar-module__Cv9tCG__inputGroup:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.SearchBar-module__Cv9tCG__searchIcon{flex-shrink:0;padding:0 16px;font-size:18px}.SearchBar-module__Cv9tCG__input{color:var(--text-primary);font-size:15px;font-family:var(--font-body);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:16px 8px}.SearchBar-module__Cv9tCG__input::placeholder{color:var(--text-muted)}.SearchBar-module__Cv9tCG__select{border:none;border-left:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:#ffffff0d;flex-shrink:0;padding:12px 16px;font-size:13px}.SearchBar-module__Cv9tCG__select option{background:var(--bg-secondary)}.SearchBar-module__Cv9tCG__searchBtn{background:var(--gradient-accent);color:#000;font-family:var(--font-body);cursor:pointer;transition:var(--transition);letter-spacing:.5px;border:none;flex-shrink:0;align-items:center;gap:8px;padding:12px 28px;font-size:14px;font-weight:700;display:flex}.SearchBar-module__Cv9tCG__searchBtn:hover:not(:disabled){filter:brightness(1.15)}.SearchBar-module__Cv9tCG__searchBtn:disabled{opacity:.5;cursor:not-allowed}.SearchBar-module__Cv9tCG__spinner{border:2px solid #0000004d;border-top-color:#000;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite SearchBar-module__Cv9tCG__spin}@keyframes SearchBar-module__Cv9tCG__spin{to{transform:rotate(360deg)}}.SearchBar-module__Cv9tCG__hints{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;font-size:12px;display:flex}.SearchBar-module__Cv9tCG__hint{border:1px solid var(--border);color:var(--accent);cursor:pointer;transition:var(--transition);font-size:11px;font-family:var(--font-body);background:0 0;border-radius:20px;padding:3px 10px}.SearchBar-module__Cv9tCG__hint:hover{border-color:var(--accent);background:#4fc4ff1a}@media (max-width:600px){.SearchBar-module__Cv9tCG__select{display:none}.SearchBar-module__Cv9tCG__searchBtn{padding:12px 16px}}.SearchBar-module__Cv9tCG__minimalWrapper{max-width:100%}.SearchBar-module__Cv9tCG__minimalInputGroup{border-radius:var(--radius);background:#00000073;border-color:#ffffff1a}.SearchBar-module__Cv9tCG__minimalSearchIcon{padding:0 12px;font-size:16px}.SearchBar-module__Cv9tCG__minimalInput{padding:10px 8px;font-size:14px}.SearchBar-module__Cv9tCG__minimalSelect{min-width:135px;padding:10px 14px;font-size:13px}.SearchBar-module__Cv9tCG__minimalSearchBtn{padding:10px 20px;font-size:13px;font-weight:700}.SearchBar-module__Cv9tCG__form{width:100%;position:relative}.SearchBar-module__Cv9tCG__suggestionsContainer{-webkit-backdrop-filter:blur(16px)saturate(180%);backdrop-filter:blur(16px)saturate(180%);border-bottom-left-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg);z-index:999;background:#0a0f1af2;border:1px solid #ffffff14;border-top:none;max-height:320px;margin-top:2px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 30px #0009}.SearchBar-module__Cv9tCG__minimalSuggestionsContainer{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius);z-index:1000;background:#0a0f1afa;border:1px solid #ffffff1a;max-height:250px;margin-top:2px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 20px #00000080}.SearchBar-module__Cv9tCG__suggestionItem{cursor:pointer;border-bottom:1px solid #ffffff08;align-items:center;gap:12px;padding:10px 16px;transition:all .2s;display:flex}.SearchBar-module__Cv9tCG__suggestionItem:hover{background:#4fc4ff14}.SearchBar-module__Cv9tCG__suggestionEmblem{object-fit:cover;border:1px solid #ffffff1a;border-radius:4px;flex-shrink:0;width:24px;height:24px}.SearchBar-module__Cv9tCG__suggestionInfo{flex:1;min-width:0}.SearchBar-module__Cv9tCG__suggestionName{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.SearchBar-module__Cv9tCG__suggestionSub{color:var(--text-muted);align-items:center;gap:6px;margin-top:1px;font-size:10px;display:flex}.SearchBar-module__Cv9tCG__suggestionBadge{background:#ffffff14;border-radius:2px;padding:0 4px;font-size:8px}.SearchBar-module__Cv9tCG__suggestionsLoading{color:var(--text-muted);justify-content:center;align-items:center;gap:8px;padding:12px;font-size:12px;display:flex}@media (max-width:600px){.SearchBar-module__Cv9tCG__modeTabs{white-space:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:6px;margin-bottom:8px;overflow-x:auto}.SearchBar-module__Cv9tCG__modeTab{flex-shrink:0;padding:6px 12px;font-size:11.5px}.SearchBar-module__Cv9tCG__inputGroup{border-radius:12px}.SearchBar-module__Cv9tCG__searchIcon{padding:0 10px;font-size:15px}.SearchBar-module__Cv9tCG__input{padding:12px 6px;font-size:13px}.SearchBar-module__Cv9tCG__select{max-width:90px;padding:10px 8px;font-size:11px}.SearchBar-module__Cv9tCG__searchBtn{gap:4px;padding:10px 14px;font-size:12px}}
.SearchResults-module__1dOYqq__container{flex-direction:column;gap:8px;display:flex}.SearchResults-module__1dOYqq__count{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:4px;font-size:12px}.SearchResults-module__1dOYqq__result{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;transition:var(--transition);text-align:left;align-items:center;gap:16px;width:100%;padding:14px 16px;animation:.3s forwards SearchResults-module__1dOYqq__fadeIn;display:flex}.SearchResults-module__1dOYqq__result:hover{background:var(--bg-card-hover);border-color:var(--border-bright);box-shadow:var(--shadow-card);transform:translate(4px)}.SearchResults-module__1dOYqq__emblem{background:var(--bg-secondary);border-radius:8px;flex-shrink:0;width:48px;height:48px;overflow:hidden}.SearchResults-module__1dOYqq__emblemImg{object-fit:cover;width:100%;height:100%}.SearchResults-module__1dOYqq__info{flex:1;min-width:0}.SearchResults-module__1dOYqq__names{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.SearchResults-module__1dOYqq__bungieName{font-family:var(--font-heading);color:var(--text-primary);font-size:16px;font-weight:700}.SearchResults-module__1dOYqq__displayName{color:var(--text-muted);font-size:12px;font-style:italic}.SearchResults-module__1dOYqq__meta{flex-wrap:wrap;align-items:center;gap:12px;margin-top:4px;display:flex}.SearchResults-module__1dOYqq__platform{font-size:12px;font-weight:600}.SearchResults-module__1dOYqq__crossSave{color:var(--accent2);background:#f0b4291a;border-radius:4px;padding:2px 6px;font-size:11px}.SearchResults-module__1dOYqq__lastPlayed{color:var(--text-muted);font-size:11px}.SearchResults-module__1dOYqq__id{color:var(--text-muted);margin-top:2px;font-family:monospace;font-size:10px}.SearchResults-module__1dOYqq__arrow{color:var(--accent);transition:var(--transition);flex-shrink:0;font-size:18px}.SearchResults-module__1dOYqq__result:hover .SearchResults-module__1dOYqq__arrow{transform:translate(4px)}.SearchResults-module__1dOYqq__skeleton{border-radius:var(--radius-lg);background:linear-gradient(90deg, var(--bg-card) 25%, var(--bg-card-hover) 50%, var(--bg-card) 75%);background-size:200% 100%;height:78px;animation:1.5s infinite SearchResults-module__1dOYqq__shimmer}.SearchResults-module__1dOYqq__empty{text-align:center;color:var(--text-muted);padding:60px 20px}.SearchResults-module__1dOYqq__emptyIcon{margin-bottom:16px;font-size:48px}.SearchResults-module__1dOYqq__empty p{color:var(--text-secondary);margin-bottom:8px;font-size:16px}.SearchResults-module__1dOYqq__empty span{font-size:13px}@keyframes SearchResults-module__1dOYqq__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes SearchResults-module__1dOYqq__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:600px){.SearchResults-module__1dOYqq__result{gap:10px;padding:10px 12px}.SearchResults-module__1dOYqq__emblem{width:40px;height:40px}.SearchResults-module__1dOYqq__names{gap:4px}.SearchResults-module__1dOYqq__name{font-size:13.5px!important}.SearchResults-module__1dOYqq__code{font-size:11px!important}}
.PlayerProfile-module__huhWFq__profileWrapper{animation:.3s PlayerProfile-module__huhWFq__fadeIn}.PlayerProfile-module__huhWFq__profileHeader{background:var(--bg-secondary);border-radius:var(--radius-lg);background-position:50%;background-size:cover;min-height:160px;margin-bottom:16px;position:relative;overflow:hidden}.PlayerProfile-module__huhWFq__headerOverlay{background:linear-gradient(90deg,#070b14f7 40%,#070b1499 100%);position:absolute;inset:0}.PlayerProfile-module__huhWFq__headerContent{z-index:1;padding:20px 24px;position:relative}.PlayerProfile-module__huhWFq__closeBtn{border:1px solid var(--border);color:var(--text-muted);border-radius:var(--radius);cursor:pointer;transition:var(--transition);background:0 0;margin-bottom:16px;padding:6px 14px;font-size:13px}.PlayerProfile-module__huhWFq__closeBtn:hover{color:var(--text-primary);border-color:var(--border-bright)}.PlayerProfile-module__huhWFq__heroInfo{align-items:center;gap:20px;display:flex}.PlayerProfile-module__huhWFq__emblemImg{border:2px solid var(--border-bright);border-radius:8px;width:72px;height:72px}.PlayerProfile-module__huhWFq__heroName{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:8px;font-size:2rem;font-weight:700;line-height:1.1}.PlayerProfile-module__huhWFq__nameCode{color:var(--text-muted);font-size:1.2rem}.PlayerProfile-module__huhWFq__heroBadges{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.PlayerProfile-module__huhWFq__heroId{color:var(--text-muted);font-size:12px}.PlayerProfile-module__huhWFq__idCode{color:var(--accent);background:#ffffff0d;border-radius:4px;padding:2px 8px;font-family:monospace;font-size:11px}.PlayerProfile-module__huhWFq__quickStats{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;margin-bottom:16px;display:grid}.PlayerProfile-module__huhWFq__statBox{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;transition:var(--transition);padding:6px 8px}.PlayerProfile-module__huhWFq__statBox:hover{border-color:var(--border-bright);background:var(--bg-card-hover)}.PlayerProfile-module__huhWFq__statValue{font-family:var(--font-heading);background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.82rem;font-weight:800;line-height:1.2}.PlayerProfile-module__huhWFq__statLabel{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-top:2px;font-size:8.5px;line-height:1.2}.PlayerProfile-module__huhWFq__statSub{color:var(--text-muted);opacity:.6;font-size:7.5px}.PlayerProfile-module__huhWFq__linksSection{margin-bottom:16px}.PlayerProfile-module__huhWFq__linksGrid{flex-wrap:wrap;gap:8px;display:flex}.PlayerProfile-module__huhWFq__extLink{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:var(--accent);transition:var(--transition);align-items:center;gap:5px;padding:6px 12px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.PlayerProfile-module__huhWFq__extLink:hover{border-color:var(--accent);background:#4fc4ff1a;transform:translateY(-1px)}.PlayerProfile-module__huhWFq__tabsContainer{z-index:90;-webkit-backdrop-filter:blur(15px);background:#070b14f2;border-bottom:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 4px;display:flex;position:sticky;top:60px}.PlayerProfile-module__huhWFq__tabContent{margin-top:16px}.PlayerProfile-module__huhWFq__section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:16px;padding:20px}.PlayerProfile-module__huhWFq__sectionTitle{font-family:var(--font-heading);color:var(--text-primary);border-bottom:1px solid var(--border);margin-bottom:16px;padding-bottom:8px;font-size:1.1rem}.PlayerProfile-module__huhWFq__twoCol{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}@media (max-width:700px){.PlayerProfile-module__huhWFq__twoCol{grid-template-columns:1fr}}.PlayerProfile-module__huhWFq__statsGrid4{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;margin-bottom:20px;display:grid}.PlayerProfile-module__huhWFq__charCard{background:var(--bg-secondary);border-radius:var(--radius);align-items:center;gap:12px;margin-bottom:8px;padding:10px;display:flex}.PlayerProfile-module__huhWFq__charEmblem{border-radius:6px;width:40px;height:40px}.PlayerProfile-module__huhWFq__charName{font-size:14px;font-weight:600}.PlayerProfile-module__huhWFq__charRace{color:var(--text-muted);font-size:12px;font-weight:400}.PlayerProfile-module__huhWFq__charLight{color:var(--accent2);margin-top:2px;font-size:12px}.PlayerProfile-module__huhWFq__weaponsList{flex-direction:column;gap:8px;display:flex}.PlayerProfile-module__huhWFq__weaponCard{background:var(--bg-secondary);border-radius:var(--radius);align-items:center;gap:12px;padding:10px;display:flex}.PlayerProfile-module__huhWFq__weaponIcon{object-fit:cover;border-radius:4px;width:40px;height:40px}.PlayerProfile-module__huhWFq__weaponName{font-size:13px;font-weight:600}.PlayerProfile-module__huhWFq__weaponStats{color:var(--text-muted);font-size:11px}.PlayerProfile-module__huhWFq__weeklyTable{border-radius:var(--radius);-webkit-overflow-scrolling:touch;overflow-x:auto}.PlayerProfile-module__huhWFq__weeklyHeader,.PlayerProfile-module__huhWFq__weeklyRow{grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:8px;min-width:600px;padding:8px 12px;font-size:12px;display:grid}.PlayerProfile-module__huhWFq__weeklyHeader{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;background:#ffffff08;font-weight:600}.PlayerProfile-module__huhWFq__weeklyRow{border-top:1px solid var(--border);color:var(--text-secondary)}.PlayerProfile-module__huhWFq__weeklyRow:hover{background:var(--bg-card-hover)}.PlayerProfile-module__huhWFq__activitiesList{border-radius:var(--radius);-webkit-overflow-scrolling:touch;overflow-x:auto}.PlayerProfile-module__huhWFq__activityHeader{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;background:#ffffff08;grid-template-columns:100px 80px 60px 80px 80px;gap:8px;min-width:500px;padding:8px 12px;font-size:11px;display:grid}.PlayerProfile-module__huhWFq__activityRow{border-top:1px solid var(--border);transition:var(--transition);grid-template-columns:100px 80px 60px 80px 80px;align-items:center;gap:8px;min-width:500px;padding:8px 12px;font-size:12px;display:grid}.PlayerProfile-module__huhWFq__activityRow:hover{background:var(--bg-card-hover)}.PlayerProfile-module__huhWFq__completed{border-left:2px solid var(--success)}.PlayerProfile-module__huhWFq__incomplete{border-left:2px solid var(--text-muted);opacity:.7}.PlayerProfile-module__huhWFq__activityMode{color:var(--text-primary);font-weight:600}.PlayerProfile-module__huhWFq__activityDate{color:var(--text-muted)}.PlayerProfile-module__huhWFq__activityKD{font-family:var(--font-heading)}.PlayerProfile-module__huhWFq__activityDuration{color:var(--text-muted)}.PlayerProfile-module__huhWFq__linkedAccounts{flex-direction:column;gap:8px;display:flex}.PlayerProfile-module__huhWFq__linkedAccount{background:var(--bg-secondary);border-radius:var(--radius);flex-wrap:wrap;align-items:center;gap:12px;padding:10px;display:flex}.PlayerProfile-module__huhWFq__linkedName{flex:1;font-weight:600}.PlayerProfile-module__huhWFq__linkedId{color:var(--accent);font-family:monospace;font-size:10px}.PlayerProfile-module__huhWFq__badgeList{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.PlayerProfile-module__huhWFq__twitchLinks{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.PlayerProfile-module__huhWFq__legacySection{border-top:1px solid var(--border);margin-top:12px;padding-top:12px}.PlayerProfile-module__huhWFq__legacyTitle{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:6px;font-size:11px}.PlayerProfile-module__huhWFq__legacyRow{color:var(--text-secondary);margin-bottom:4px;font-size:12px}.PlayerProfile-module__huhWFq__charBreakdown{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.PlayerProfile-module__huhWFq__charBreakItem{background:var(--bg-secondary);border-radius:var(--radius);text-align:center;padding:12px}.PlayerProfile-module__huhWFq__charBreakClass{font-family:var(--font-heading);margin-bottom:4px;font-size:1rem;font-weight:700}.PlayerProfile-module__huhWFq__raidList{flex-direction:column;gap:8px;margin-top:16px;display:flex}.PlayerProfile-module__huhWFq__raidItem{background:var(--bg-secondary);border-radius:var(--radius);justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.PlayerProfile-module__huhWFq__raidName{font-weight:600}.PlayerProfile-module__huhWFq__raidStats{color:var(--text-muted);align-items:center;gap:10px;font-size:13px;display:flex}.PlayerProfile-module__huhWFq__noData{text-align:center;color:var(--text-muted);padding:40px 20px}.PlayerProfile-module__huhWFq__noData p{margin-bottom:12px;font-size:14px}.PlayerProfile-module__huhWFq__externalBtns{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.PlayerProfile-module__huhWFq__fireteamDesc{color:var(--text-muted);margin-bottom:12px}.PlayerProfile-module__huhWFq__loadingState{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 20px;display:flex}.PlayerProfile-module__huhWFq__loadingSpinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite PlayerProfile-module__huhWFq__spin}.PlayerProfile-module__huhWFq__loadingSmall{text-align:center;color:var(--text-muted);padding:40px}@keyframes PlayerProfile-module__huhWFq__spin{to{transform:rotate(360deg)}}@keyframes PlayerProfile-module__huhWFq__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.PlayerProfile-module__huhWFq__focusSelector{border:1px solid var(--border);border-radius:var(--radius-lg);background:#ffffff03;gap:12px;margin-bottom:16px;padding:6px;display:flex}.PlayerProfile-module__huhWFq__focusBtn{color:var(--text-muted);border-radius:var(--radius);cursor:pointer;font-family:var(--font-heading);background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.PlayerProfile-module__huhWFq__focusBtn:hover{color:var(--text-primary);background:#ffffff08}.PlayerProfile-module__huhWFq__focusActive{background:var(--gradient-accent);text-shadow:0 0 1px #00000080;box-shadow:0 0 15px #4fc4ff59;color:#000!important}.PlayerProfile-module__huhWFq__filterBar{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.PlayerProfile-module__huhWFq__filterBtn{background:var(--bg-card);border:1px solid var(--border);color:var(--text-muted);border-radius:var(--radius);cursor:pointer;transition:var(--transition);padding:6px 12px;font-size:12px;font-weight:600}.PlayerProfile-module__huhWFq__filterBtn:hover{border-color:var(--border-bright);color:var(--text-primary)}.PlayerProfile-module__huhWFq__filterBtnActive{background:var(--accent);border-color:var(--accent);font-weight:700;box-shadow:0 0 10px #4fc4ff33;color:#000!important}.PlayerProfile-module__huhWFq__equipmentSection{border-top:1px solid var(--border);margin-top:14px;padding-top:14px}.PlayerProfile-module__huhWFq__equipmentTitle{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:10px;font-size:12px}.PlayerProfile-module__huhWFq__equipmentGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:8px;display:grid}.PlayerProfile-module__huhWFq__equipmentItem{border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);background:#ffffff05;align-items:center;gap:8px;padding:6px 8px;display:flex}.PlayerProfile-module__huhWFq__equipmentItem:hover{border-color:var(--border-bright);background:#ffffff0a}.PlayerProfile-module__huhWFq__eqIcon{object-fit:cover;border-radius:4px;width:32px;height:32px}.PlayerProfile-module__huhWFq__exoticItem{background:#ebc83708!important;border-left:2px solid #ebc837!important}.PlayerProfile-module__huhWFq__legendaryItem{background:#522f6508!important;border-left:2px solid #522f65!important}.PlayerProfile-module__huhWFq__eqName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:11px;font-weight:600;overflow:hidden}.PlayerProfile-module__huhWFq__eqType{color:var(--text-muted);font-size:9px;display:block}.PlayerProfile-module__huhWFq__pgcrOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:20px;animation:.25s PlayerProfile-module__huhWFq__fadeIn;display:flex;position:fixed;inset:0}.PlayerProfile-module__huhWFq__pgcrModal{background:var(--bg-card);border:1px solid var(--border-bright);border-radius:var(--radius-lg);flex-direction:column;width:100%;max-width:1150px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) PlayerProfile-module__huhWFq__modalScaleUp;display:flex;overflow:hidden;box-shadow:0 10px 40px #0009}@keyframes PlayerProfile-module__huhWFq__modalScaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.PlayerProfile-module__huhWFq__pgcrHeader{border-bottom:1px solid var(--border);background:#ffffff03;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.PlayerProfile-module__huhWFq__pgcrTitle{font-family:var(--font-heading);color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:700}.PlayerProfile-module__huhWFq__pgcrClose{color:var(--text-muted);cursor:pointer;transition:var(--transition);background:0 0;border:none;font-size:1.5rem}.PlayerProfile-module__huhWFq__pgcrClose:hover{color:var(--text-primary)}.PlayerProfile-module__huhWFq__pgcrBody{flex:1;padding:20px;overflow-y:auto}.PlayerProfile-module__huhWFq__pgcrInfoRow{color:var(--text-muted);gap:15px;margin-bottom:16px;font-size:13px;display:flex}.PlayerProfile-module__huhWFq__pgcrTable{border-collapse:collapse;width:100%}.PlayerProfile-module__huhWFq__pgcrTh{text-align:left;color:var(--text-muted);text-transform:uppercase;border-bottom:1px solid var(--border);padding:8px 12px;font-size:11px}.PlayerProfile-module__huhWFq__pgcrTd{border-bottom:1px solid var(--border);padding:10px 12px;font-size:13px}.PlayerProfile-module__huhWFq__pgcrPlayerLink{color:var(--accent);cursor:pointer;font-weight:600;text-decoration:none}.PlayerProfile-module__huhWFq__pgcrPlayerLink:hover{text-decoration:underline}.PlayerProfile-module__huhWFq__pgcrWeaponBadge{border:1px solid var(--border);background:#ffffff08;border-radius:4px;align-items:center;gap:4px;margin-top:4px;margin-right:6px;padding:2px 6px;font-size:10px;display:inline-flex}.PlayerProfile-module__huhWFq__pgcrWeaponIcon{border-radius:2px;width:14px;height:14px}.PlayerProfile-module__huhWFq__liveTrackerCard{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg);background:#0a0f1e73;border:1px solid #4fc4ff33;flex-direction:column;gap:16px;margin-bottom:16px;padding:20px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff0d}.PlayerProfile-module__huhWFq__liveTrackerCardActive{border-color:#10b98166;box-shadow:0 8px 32px #10b98126,inset 0 1px #ffffff0d}.PlayerProfile-module__huhWFq__liveBg{opacity:.15;filter:blur(2px);z-index:0;background-position:50%;background-size:cover;transition:all .5s;position:absolute;inset:0}.PlayerProfile-module__huhWFq__liveContent{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex;position:relative}.PlayerProfile-module__huhWFq__liveLeft{align-items:center;gap:16px;display:flex}.PlayerProfile-module__huhWFq__liveStatusIndicator{border:1px solid var(--border);text-transform:uppercase;letter-spacing:.5px;background:#ffffff0d;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.PlayerProfile-module__huhWFq__liveStatusOnline{color:#10b981;background:#10b9811a;border-color:#10b9814d}.PlayerProfile-module__huhWFq__liveStatusOrbit{color:var(--accent);background:#4fc4ff1a;border-color:#4fc4ff4d}.PlayerProfile-module__huhWFq__livePulseDot{background-color:currentColor;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite PlayerProfile-module__huhWFq__livePulse}@keyframes PlayerProfile-module__huhWFq__livePulse{0%{opacity:.6;transform:scale(.9)}50%{opacity:1;transform:scale(1.2)}to{opacity:.6;transform:scale(.9)}}.PlayerProfile-module__huhWFq__liveTextInfo{flex-direction:column;gap:4px;display:flex}.PlayerProfile-module__huhWFq__liveActivityTitle{font-family:var(--font-heading);color:var(--text-primary);margin:0;font-size:1.15rem;font-weight:800}.PlayerProfile-module__huhWFq__liveActivityDesc{color:var(--text-muted);max-width:500px;margin:0;font-size:12px;line-height:1.4}.PlayerProfile-module__huhWFq__liveTimer{color:var(--accent2);background:#0000004d;border:1px solid #ffffff0d;border-radius:4px;align-items:center;gap:6px;padding:3px 8px;font-family:monospace;font-size:13px;font-weight:700;display:flex}.PlayerProfile-module__huhWFq__liveRight{align-items:center;gap:12px;display:flex}.PlayerProfile-module__huhWFq__liveCharBadge{border:1px solid var(--border);border-radius:var(--radius);background:#ffffff08;align-items:center;gap:8px;padding:6px 12px;display:flex}.PlayerProfile-module__huhWFq__liveCharEmblem{border-radius:4px;width:28px;height:28px}.PlayerProfile-module__huhWFq__liveCharName{color:var(--text-primary);font-size:12px;font-weight:700}.PlayerProfile-module__huhWFq__liveCharLight{color:var(--accent);font-size:10px}.PlayerProfile-module__huhWFq__liveAuditCard{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(16px);background:#0a0f1e80;border:1px solid #4fc4ff26;margin-bottom:24px;padding:20px;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000080,inset 0 1px #ffffff08}.PlayerProfile-module__huhWFq__liveAuditHeader{border-bottom:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding-bottom:16px;display:flex}.PlayerProfile-module__huhWFq__auditTitleGroup{align-items:center;gap:12px;display:flex}.PlayerProfile-module__huhWFq__auditPulseRing{background:#ef4444;border-radius:50%;width:10px;height:10px;position:relative;box-shadow:0 0 10px #ef4444}.PlayerProfile-module__huhWFq__auditPulseRing:after{content:"";border:1px solid #ef4444;border-radius:50%;animation:1.5s linear infinite PlayerProfile-module__huhWFq__pulseExpand;position:absolute;inset:-4px}@keyframes PlayerProfile-module__huhWFq__pulseExpand{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2.2)}}.PlayerProfile-module__huhWFq__characterSelectRow{flex-wrap:wrap;gap:8px;display:flex}.PlayerProfile-module__huhWFq__charSelectBtn{border-radius:var(--radius);cursor:pointer;background:#ffffff05;border:1px solid #ffffff14;align-items:center;gap:8px;padding:6px 12px;transition:all .2s;display:flex}.PlayerProfile-module__huhWFq__charSelectBtn:hover{background:#ffffff0f;border-color:#fff3}.PlayerProfile-module__huhWFq__charSelectActive{box-shadow:0 0 10px #4fc4ff33;border-color:var(--accent)!important;background:#4fc4ff1a!important}.PlayerProfile-module__huhWFq__charSelectEmblem{border-radius:4px;width:24px;height:24px}.PlayerProfile-module__huhWFq__charSelectClass{color:#fff;font-size:11px;font-weight:700}.PlayerProfile-module__huhWFq__timelineControls{border-radius:var(--radius);background:#0000004d;border:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;padding:10px 16px;display:flex}.PlayerProfile-module__huhWFq__timelineNav{align-items:center;gap:8px;display:flex}.PlayerProfile-module__huhWFq__timelineBtn{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:4px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:700;transition:all .15s;display:flex}.PlayerProfile-module__huhWFq__timelineBtn:hover:not(:disabled){background:#ffffff14;border-color:#fff3}.PlayerProfile-module__huhWFq__timelineBtn:disabled{opacity:.3;cursor:not-allowed}.PlayerProfile-module__huhWFq__timelineStatus{align-items:center;gap:8px;font-size:11px;font-weight:600;display:flex}.PlayerProfile-module__huhWFq__notificationToast{color:#a7f3d0;border-radius:var(--radius);background:#10b98126;border:1px solid #10b98166;align-items:center;gap:8px;margin-bottom:16px;padding:10px 16px;font-size:12px;font-weight:700;animation:.3s cubic-bezier(.16,1,.3,1) PlayerProfile-module__huhWFq__slideDownFade;display:flex}@keyframes PlayerProfile-module__huhWFq__slideDownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.PlayerProfile-module__huhWFq__subclassGrid{grid-template-columns:200px 1fr;gap:20px;margin-bottom:24px;display:grid}@media (max-width:900px){.PlayerProfile-module__huhWFq__subclassGrid{grid-template-columns:1fr}}.PlayerProfile-module__huhWFq__subclassCore{border-radius:var(--radius);text-align:center;background:#ffffff03;border:1px solid #ffffff0d;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:16px;display:flex}.PlayerProfile-module__huhWFq__subclassIconContainer{width:72px;height:72px;position:relative}.PlayerProfile-module__huhWFq__subclassBigIcon{border:2px solid var(--accent);border-radius:50%;width:100%;height:100%;box-shadow:0 0 20px #4fc4ff4d}.PlayerProfile-module__huhWFq__subclassDetails{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.PlayerProfile-module__huhWFq__subclassGroup{border-radius:var(--radius);background:#ffffff03;border:1px solid #ffffff0a;padding:12px}.PlayerProfile-module__huhWFq__subclassGroupTitle{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:8px;font-size:10px;font-weight:800}.PlayerProfile-module__huhWFq__subclassRowList{flex-direction:column;gap:6px;display:flex}.PlayerProfile-module__huhWFq__subclassNodeItem{background:#ffffff05;border:1px solid #ffffff0d;border-radius:6px;align-items:center;gap:10px;padding:6px 8px;display:flex}.PlayerProfile-module__huhWFq__nodeIcon{background:#000;border:1px solid #fff3;border-radius:50%;width:24px;height:24px}.PlayerProfile-module__huhWFq__nodeName{color:#fff;font-size:11px;font-weight:600}.PlayerProfile-module__huhWFq__nodeType{color:var(--text-muted);font-size:9px}.PlayerProfile-module__huhWFq__characterLiveStats{grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:24px;display:grid}@media (max-width:600px){.PlayerProfile-module__huhWFq__characterLiveStats{grid-template-columns:repeat(3,1fr)}}.PlayerProfile-module__huhWFq__statMeterBox{border-radius:var(--radius);text-align:center;background:#ffffff03;border:1px solid #ffffff0d;padding:12px 10px}.PlayerProfile-module__huhWFq__statMeterLabel{text-transform:uppercase;color:var(--text-muted);letter-spacing:.5px;margin-bottom:6px;font-size:10px}.PlayerProfile-module__huhWFq__statMeterValue{color:#fff;font-size:20px;font-weight:800;line-height:1}.PlayerProfile-module__huhWFq__statMeterTier{color:var(--accent2);margin-top:2px;font-size:9px}.PlayerProfile-module__huhWFq__meterTrack{background:#ffffff14;border-radius:2px;height:4px;margin-top:8px;overflow:hidden}.PlayerProfile-module__huhWFq__meterFill{background:var(--accent);border-radius:2px;height:100%}.PlayerProfile-module__huhWFq__liveGearShowcase{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:800px){.PlayerProfile-module__huhWFq__liveGearShowcase{grid-template-columns:1fr}}.PlayerProfile-module__huhWFq__gearColumn{flex-direction:column;gap:10px;display:flex}.PlayerProfile-module__huhWFq__gearColHeader{text-transform:uppercase;letter-spacing:1px;color:var(--accent);border-left:2px solid var(--accent);margin-bottom:4px;padding-left:8px;font-size:11px;font-weight:800}.PlayerProfile-module__huhWFq__eqItemCardBig{border-radius:var(--radius);background:#ffffff03;border:1px solid #ffffff0f;gap:12px;padding:12px;transition:all .2s;display:flex;position:relative}.PlayerProfile-module__huhWFq__eqItemCardBig:hover{background:#ffffff08;border-color:#ffffff26}.PlayerProfile-module__huhWFq__eqBigIcon{border:2px solid #ffffff1a;border-radius:6px;flex-shrink:0;width:48px;height:48px}.PlayerProfile-module__huhWFq__eqDetailBox{flex:1;min-width:0}.PlayerProfile-module__huhWFq__eqHeaderRow{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.PlayerProfile-module__huhWFq__eqTitleBig{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.PlayerProfile-module__huhWFq__eqSubTitleBig{color:var(--text-muted);font-size:10px}.PlayerProfile-module__huhWFq__eqPowerVal{color:#fef08a;font-size:12px;font-weight:800}.PlayerProfile-module__huhWFq__socketContainer{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.PlayerProfile-module__huhWFq__plugIconRound{cursor:help;background:#000;border:1px solid #ffffff26;border-radius:50%;width:20px;height:20px;transition:transform .15s}.PlayerProfile-module__huhWFq__plugIconRound:hover{border-color:#fff;transform:scale(1.2)}.PlayerProfile-module__huhWFq__plugIconSquare{cursor:help;background:#000;border:1px solid #ffffff26;border-radius:3px;width:20px;height:20px;transition:transform .15s}.PlayerProfile-module__huhWFq__plugIconSquare:hover{border-color:#fff;transform:scale(1.2)}.PlayerProfile-module__huhWFq__customizerGrid{grid-template-columns:repeat(auto-fit,minmax(440px,1fr));align-items:start;gap:24px;display:grid}@media (max-width:768px){.PlayerProfile-module__huhWFq__customizerGrid{grid-template-columns:1fr}.PlayerProfile-module__huhWFq__profileHeader{border-radius:12px;width:100%;min-height:auto;overflow:hidden}.PlayerProfile-module__huhWFq__headerContent{box-sizing:border-box;width:100%;padding:14px 12px}.PlayerProfile-module__huhWFq__heroInfo{flex-flow:wrap;align-items:center;gap:14px;width:100%}.PlayerProfile-module__huhWFq__emblemImg{width:56px;height:56px}.PlayerProfile-module__huhWFq__heroName{font-size:clamp(1.4rem,5vw,1.8rem)}.PlayerProfile-module__huhWFq__tabs{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:6px;margin-bottom:12px;padding:4px 2px 8px;display:flex;flex-wrap:nowrap!important;overflow-x:auto!important}.PlayerProfile-module__huhWFq__tabs::-webkit-scrollbar{display:none}.PlayerProfile-module__huhWFq__tab{white-space:nowrap;touch-action:manipulation;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;min-height:40px;padding:8px 14px;font-size:13px;display:inline-flex}.PlayerProfile-module__huhWFq__subTabs,.PlayerProfile-module__huhWFq__filterBar,.PlayerProfile-module__huhWFq__filterGroup{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:6px;padding:4px 0 8px;display:flex;flex-wrap:nowrap!important;overflow-x:auto!important}.PlayerProfile-module__huhWFq__subTabs::-webkit-scrollbar{display:none}.PlayerProfile-module__huhWFq__filterBar::-webkit-scrollbar{display:none}.PlayerProfile-module__huhWFq__filterGroup::-webkit-scrollbar{display:none}.PlayerProfile-module__huhWFq__subTab,.PlayerProfile-module__huhWFq__filterBtn{white-space:nowrap;flex-shrink:0;min-height:38px;padding:6px 12px}.PlayerProfile-module__huhWFq__liveContent{flex-direction:column;align-items:stretch;gap:14px}.PlayerProfile-module__huhWFq__liveRight{justify-content:flex-start;width:100%}.PlayerProfile-module__huhWFq__liveCharBadge{justify-content:flex-start;width:100%;padding:10px 14px}.PlayerProfile-module__huhWFq__section{border-radius:12px;margin-bottom:16px;padding:14px}.PlayerProfile-module__huhWFq__grid2,.PlayerProfile-module__huhWFq__grid3,.PlayerProfile-module__huhWFq__grid4,.PlayerProfile-module__huhWFq__statsGrid,.PlayerProfile-module__huhWFq__gearGrid{gap:12px;grid-template-columns:1fr!important}.PlayerProfile-module__huhWFq__quickStats{gap:8px;grid-template-columns:repeat(auto-fill,minmax(110px,1fr))!important}.PlayerProfile-module__huhWFq__statBox{padding:10px 8px}.PlayerProfile-module__huhWFq__modal,.PlayerProfile-module__huhWFq__inspectModal{width:95vw!important;max-width:95vw!important;max-height:90vh!important;padding:16px 12px!important}}@media (min-width:481px) and (max-width:1024px){.PlayerProfile-module__huhWFq__grid2,.PlayerProfile-module__huhWFq__grid3,.PlayerProfile-module__huhWFq__grid4{gap:12px;grid-template-columns:repeat(2,1fr)!important}.PlayerProfile-module__huhWFq__heroInfo{flex-wrap:nowrap}.PlayerProfile-module__huhWFq__quickStats{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))!important}}@media (max-width:480px){.PlayerProfile-module__huhWFq__headerContent{padding:10px 8px}.PlayerProfile-module__huhWFq__heroInfo{flex-direction:column;align-items:flex-start;gap:10px}.PlayerProfile-module__huhWFq__section{border-radius:8px;padding:10px}.PlayerProfile-module__huhWFq__quickStats{gap:6px;grid-template-columns:repeat(2,1fr)!important}.PlayerProfile-module__huhWFq__statBox{padding:8px 6px}.PlayerProfile-module__huhWFq__statLabel{font-size:10px}.PlayerProfile-module__huhWFq__statValue{font-size:14px}}
.CompareView-module__K-1PpG__compareContainer{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-top:20px;padding:24px;animation:.3s CompareView-module__K-1PpG__fadeIn}.CompareView-module__K-1PpG__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;display:flex}.CompareView-module__K-1PpG__title{font-family:var(--font-heading);color:var(--text-primary);margin:0;font-size:1.5rem}.CompareView-module__K-1PpG__closeBtn{border:1px solid var(--border);color:var(--text-muted);border-radius:var(--radius);cursor:pointer;transition:var(--transition);background:0 0;padding:6px 14px;font-size:13px}.CompareView-module__K-1PpG__closeBtn:hover{color:var(--text-primary);border-color:var(--border-bright)}.CompareView-module__K-1PpG__searchBar{margin-bottom:20px;position:relative}.CompareView-module__K-1PpG__searchForm{gap:10px;display:flex}.CompareView-module__K-1PpG__input{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-primary);border-radius:var(--radius);font-family:var(--font-body);outline:none;flex:1;padding:12px}.CompareView-module__K-1PpG__input:focus{border-color:var(--accent)}.CompareView-module__K-1PpG__select{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-secondary);border-radius:var(--radius);cursor:pointer;padding:12px}.CompareView-module__K-1PpG__addBtn{background:var(--gradient-accent);color:#000;border-radius:var(--radius);cursor:pointer;transition:var(--transition);border:none;padding:12px 24px;font-weight:700}.CompareView-module__K-1PpG__addBtn:hover{filter:brightness(1.1)}.CompareView-module__K-1PpG__dropdownResults{background:var(--bg-secondary);border:1px solid var(--border-bright);border-radius:var(--radius);z-index:100;max-height:200px;margin-top:5px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #00000080}.CompareView-module__K-1PpG__dropdownItem{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #ffffff0d;justify-content:space-between;padding:10px 16px;display:flex}.CompareView-module__K-1PpG__dropdownItem:hover{background:#ffffff0d}.CompareView-module__K-1PpG__dropdownId{color:var(--text-muted);font-size:11px}.CompareView-module__K-1PpG__activePlayers{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.CompareView-module__K-1PpG__playerTag{border:1px solid var(--accent);color:var(--accent);background:#4fc4ff1a;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;font-size:13px;display:flex}.CompareView-module__K-1PpG__removeTagBtn{color:var(--accent);cursor:pointer;background:0 0;border:none;font-weight:700}.CompareView-module__K-1PpG__emptyNotice{color:var(--text-muted);font-size:14px;font-style:italic}.CompareView-module__K-1PpG__loadingBlock{color:var(--text-muted);flex-direction:column;align-items:center;gap:12px;padding:40px;display:flex}.CompareView-module__K-1PpG__spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:30px;height:30px;animation:.8s linear infinite CompareView-module__K-1PpG__spin}.CompareView-module__K-1PpG__tableWrapper{border:1px solid var(--border);border-radius:var(--radius-lg);overflow-x:auto}.CompareView-module__K-1PpG__compareTable{border-collapse:collapse;text-align:left;width:100%;font-size:14px}.CompareView-module__K-1PpG__compareTable th,.CompareView-module__K-1PpG__compareTable td{border-bottom:1px solid var(--border);padding:14px 16px}.CompareView-module__K-1PpG__stickyCol{background:var(--bg-card);color:var(--text-secondary);z-index:2;border-right:1px solid var(--border);font-weight:600;position:sticky;left:0}.CompareView-module__K-1PpG__sectionDivider{background:#ffffff05}.CompareView-module__K-1PpG__sectionDivider td{letter-spacing:1px;color:var(--accent2);font-size:11px;font-weight:700}.CompareView-module__K-1PpG__bestVal{color:var(--accent);background:#4fc4ff0d;font-weight:700}.CompareView-module__K-1PpG__goodState{color:var(--success);font-weight:600}.CompareView-module__K-1PpG__badState{color:var(--danger);font-weight:600}.CompareView-module__K-1PpG__flaggedHeader{border-top:3px solid var(--danger)}.CompareView-module__K-1PpG__flaggedBadge{background:var(--danger);color:#fff;text-transform:uppercase;border-radius:4px;margin-top:4px;padding:2px 6px;font-size:9px;font-weight:700;display:inline-block}.CompareView-module__K-1PpG__playerHeaderName{color:var(--text-primary);font-weight:700}.CompareView-module__K-1PpG__playerHeaderSub{color:var(--text-muted);font-family:monospace;font-size:11px}@keyframes CompareView-module__K-1PpG__spin{to{transform:rotate(360deg)}}@keyframes CompareView-module__K-1PpG__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.page-module__chI2Ea__main{min-height:100vh;padding:0;position:relative;overflow-x:hidden}.page-module__chI2Ea__bgParticles{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.page-module__chI2Ea__particle{width:2px;height:2px;animation:page-module__chI2Ea__float calc(12s + var(--i,0) * 2s) infinite linear;left:calc(var(--i,0) * 5.3%);background:#38bdf859;border-radius:50%;position:absolute;top:100%}@keyframes page-module__chI2Ea__float{0%{opacity:0;transform:translateY(0)scale(1)}10%{opacity:.8}90%{opacity:.4}to{opacity:0;transform:translateY(-110vh)scale(.3)}}.page-module__chI2Ea__heroSection{z-index:1;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:36px 20px 60px;display:flex;position:relative}.page-module__chI2Ea__heroBanner{text-align:center;margin-bottom:28px;position:relative}.page-module__chI2Ea__bannerGlow{pointer-events:none;filter:blur(25px);background:radial-gradient(#38bdf826 0%,#6366f10d 50%,#0000 70%);width:min(100%,550px);height:220px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-module__chI2Ea__bannerLogo{letter-spacing:-1px;justify-content:center;align-items:center;gap:2px;margin-bottom:8px;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:900;line-height:1.1;display:flex}.page-module__chI2Ea__logoD2{background:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 20px #00f2fe59);-webkit-background-clip:text}.page-module__chI2Ea__logoID{color:#f8fafc;text-shadow:0 0 16px #fff3}.page-module__chI2Ea__bannerTagline{text-transform:uppercase;letter-spacing:3px;color:#38bdf8;margin-bottom:10px;font-size:11px;font-weight:800}.page-module__chI2Ea__bannerDesc{color:#94a3b8;max-width:580px;margin:0 auto;font-size:13.5px;line-height:1.6}.page-module__chI2Ea__searchSection{width:100%;max-width:780px;margin-bottom:24px}.page-module__chI2Ea__quickCompareBtn{color:#cbd5e1;cursor:pointer;background:#0f172a99;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:6px;padding:6px 16px;font-size:11.5px;font-weight:700;transition:all .2s;display:inline-flex}.page-module__chI2Ea__quickCompareBtn:hover{color:#38bdf8;background:#38bdf826;border-color:#38bdf866}.page-module__chI2Ea__features{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;width:100%;max-width:1050px;margin-top:24px;display:grid}.page-module__chI2Ea__featureCard{text-align:left;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:#0f172a8c;border:1px solid #ffffff12;border-radius:14px;flex-direction:column;padding:18px 16px;transition:all .25s;display:flex}.page-module__chI2Ea__featureCard:hover{background:#0f172ad9;border-color:#38bdf866;transform:translateY(-2px);box-shadow:0 8px 24px -6px #38bdf833}.page-module__chI2Ea__featureIcon{margin-bottom:8px;font-size:22px}.page-module__chI2Ea__featureTitle{color:#f8fafc;margin-bottom:4px;font-size:13.5px;font-weight:800}.page-module__chI2Ea__featureDesc{color:#94a3b8;font-size:11.5px;line-height:1.45}.page-module__chI2Ea__monitoringPanel{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a101ea6;border:1px solid #38bdf833;border-radius:16px;width:100%;max-width:1050px;margin-top:20px;padding:20px;box-shadow:0 10px 40px #0006}.page-module__chI2Ea__monitoringHeader{border-bottom:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;padding-bottom:12px;display:flex}.page-module__chI2Ea__monitoringTitle{letter-spacing:1.2px;color:#fff;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:800;display:inline-flex}.page-module__chI2Ea__monitoringPulse{background-color:#ef4444;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1.8s infinite page-module__chI2Ea__pulseRed;box-shadow:0 0 #ef4444b3}@keyframes page-module__chI2Ea__pulseRed{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 5px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.page-module__chI2Ea__monitoringGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}.page-module__chI2Ea__monitoredCard{cursor:pointer;background:#0f172ad9;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:8px;padding:12px;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000040}.page-module__chI2Ea__monitoredCard:hover{border-color:#38bdf866;transform:translateY(-2px);box-shadow:0 8px 24px #38bdf826}.page-module__chI2Ea__cardBg{opacity:.22;z-index:0;pointer-events:none;background-position:100%;background-size:cover;position:absolute;inset:0}.page-module__chI2Ea__cardOverlay{z-index:1;pointer-events:none;background:linear-gradient(100deg,#0c1426f5 45%,#0c142699 100%);position:absolute;inset:0}.page-module__chI2Ea__cardRemoveBtn{color:#fff9;cursor:pointer;z-index:5;background:#00000080;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:10px;transition:all .15s;display:flex;position:absolute;top:8px;right:8px}.page-module__chI2Ea__cardRemoveBtn:hover{color:#fff;background:#ef4444;border-color:#ef4444}.page-module__chI2Ea__cardHeader{z-index:2;align-items:center;gap:10px;display:flex;position:relative}.page-module__chI2Ea__cardEmblem{object-fit:cover;border:1px solid #fff3;border-radius:8px;flex-shrink:0;width:40px;height:40px}.page-module__chI2Ea__cardNameGroup{flex:1;min-width:0}.page-module__chI2Ea__cardName{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;font-weight:800;line-height:1.3;overflow:hidden}.page-module__chI2Ea__cardSub{align-items:center;gap:6px;margin-top:3px;font-size:10px;display:flex}.page-module__chI2Ea__cardClassBadge{color:#94a3b8;text-transform:uppercase;background:#ffffff14;border-radius:4px;padding:1px 6px;font-size:9px;font-weight:700}.page-module__chI2Ea__cardFooter{z-index:2;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:8px;padding-top:8px;display:flex;position:relative}.page-module__chI2Ea__statusIndicator{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.page-module__chI2Ea__onlinePulse{background-color:#22c55e;border-radius:50%;flex-shrink:0;width:6px;height:6px;box-shadow:0 0 6px #22c55e}.page-module__chI2Ea__offlineDot{background-color:#64748b;border-radius:50%;flex-shrink:0;width:6px;height:6px}.page-module__chI2Ea__cardSpectateBtn{color:#38bdf8;cursor:pointer;white-space:nowrap;background:#38bdf81f;border:1px solid #38bdf859;border-radius:6px;flex-shrink:0;padding:4px 10px;font-size:10px;font-weight:800;transition:all .2s}.page-module__chI2Ea__cardSpectateBtn:hover{color:#fff;background:#38bdf840;border-color:#38bdf8}.page-module__chI2Ea__resultsSection{z-index:1;min-height:calc(100vh - 64px);padding:20px 0;position:relative}.page-module__chI2Ea__resultsContainer{max-width:900px;margin:0 auto;padding:16px 20px}.page-module__chI2Ea__profileSection{z-index:1;width:100%;max-width:1440px;margin:0 auto;padding:12px 20px;position:relative}.page-module__chI2Ea__profileLoading{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:60vh;display:flex}.page-module__chI2Ea__loadingRing{border:3px solid #38bdf826;border-top-color:#38bdf8;border-radius:50%;width:44px;height:44px;animation:.8s linear infinite page-module__chI2Ea__spin}@keyframes page-module__chI2Ea__spin{to{transform:rotate(360deg)}}.page-module__chI2Ea__headerSearchBar{max-width:200px}.page-module__chI2Ea__gateContainer{color:#fff;background:radial-gradient(circle,#111726 0%,#05070a 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.page-module__chI2Ea__gateCard{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:center;background:#151d3099;border:1px solid #ffffff14;border-radius:16px;width:100%;max-width:440px;padding:36px 28px;box-shadow:0 15px 40px #0009}.page-module__chI2Ea__gateIcon{margin-bottom:16px;font-size:2.8rem}.page-module__chI2Ea__gateTitle{margin-bottom:10px;font-size:1.6rem;font-weight:800}.page-module__chI2Ea__gateDesc{color:#94a3b8;margin-bottom:24px;font-size:13.5px;line-height:1.6}.page-module__chI2Ea__gateBtn{color:#000;cursor:pointer;background:linear-gradient(135deg,#38bdf8,#818cf8);border:none;border-radius:8px;width:100%;padding:12px;font-size:13.5px;font-weight:800}@media (max-width:1024px){.page-module__chI2Ea__features{grid-template-columns:repeat(2,1fr);gap:14px}}@media (max-width:640px){.page-module__chI2Ea__heroSection{padding:16px 10px 32px}.page-module__chI2Ea__bannerLogo{font-size:1.8rem}.page-module__chI2Ea__headerSearchBar{max-width:140px}.page-module__chI2Ea__features{grid-template-columns:1fr;gap:10px}}
