.profile-module__g4jRQa__profileLayout{max-width:var(--container-max-width,1200px);color:var(--color-text-primary);grid-template-columns:300px 1fr;gap:3rem;min-height:80vh;margin:3rem auto;padding:2rem;display:grid}.profile-module__g4jRQa__skinViewerColumn{top:calc(var(--navbar-height,60px) + 2rem);justify-content:center;align-items:flex-start;height:fit-content;display:flex;position:sticky}.profile-module__g4jRQa__infoColumn{flex-direction:column;gap:2.5rem;width:100%;min-width:0;display:flex}.profile-module__g4jRQa__skinCanvas{border:1px solid var(--color-border-light);background-color:#0000001a;border-radius:8px;width:100%;max-width:300px;height:400px;display:block;box-shadow:0 4px 15px #0000001a}.profile-module__g4jRQa__profileHeader{border-bottom:1px solid var(--color-border);align-items:center;gap:1.5rem;padding-bottom:1.5rem;display:flex}.profile-module__g4jRQa__avatarContainer{flex-shrink:0;position:relative}.profile-module__g4jRQa__avatarImage{background-color:var(--color-background-light);border:3px solid var(--color-border);width:80px;height:80px;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;border-radius:16px;transition:border-color .3s;display:block}.profile-module__g4jRQa__avatarImage.profile-module__g4jRQa__statusBanned{border-color:var(--color-danger,#dc3545)}.profile-module__g4jRQa__avatarImage.profile-module__g4jRQa__statusMuted,.profile-module__g4jRQa__avatarImage.profile-module__g4jRQa__statusBlacklisted{border-color:var(--color-danger,#ffc107)}.profile-module__g4jRQa__avatarImage.profile-module__g4jRQa__statusOnline{border-color:var(--color-success,#28a745)}.profile-module__g4jRQa__avatarImage.profile-module__g4jRQa__statusOffline{border-color:var(--color-danger,#dc3545)}.profile-module__g4jRQa__onlineIndicator{background-color:var(--color-success);border:3px solid var(--color-background-dark);border-radius:50%;width:16px;height:16px;display:block;position:absolute;bottom:0;right:0;box-shadow:0 0 6px #0000004d}.profile-module__g4jRQa__identityInfo{flex-direction:column;flex-grow:1;gap:.5rem;min-width:0;display:flex}.profile-module__g4jRQa__playerName{text-align:left;color:var(--color-text-primary);word-break:break-word;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.6rem;margin:0;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;line-height:1.2;display:flex}.profile-module__g4jRQa__nameRankSocialsContainer{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.profile-module__g4jRQa__rankBadgesContainer{flex-wrap:wrap;gap:.5rem;margin-top:.2rem;display:flex}.profile-module__g4jRQa__rankBadge{text-shadow:1px 1px 2px #0003;white-space:nowrap;border:1px solid #0000001a;border-radius:4px;padding:.2rem .6rem;font-size:.8rem;font-weight:600;line-height:1.3;display:inline-block}.profile-module__g4jRQa__infoSection,.profile-module__g4jRQa__statsSection{background-color:var(--color-background-medium);border:1px solid var(--color-border-light);border-radius:8px;width:100%;padding-top:1.5rem;padding-bottom:1.5rem}.profile-module__g4jRQa__infoSection{padding:1.5rem}.profile-module__g4jRQa__advancedInfoToggleContainer{border-top:1px dashed var(--color-border-light);margin-top:1rem;padding-top:1rem}.profile-module__g4jRQa__advancedInfoToggle{cursor:pointer;text-align:left;width:100%;color:var(--color-primary);background:0 0;border:none;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.9rem;font-weight:500;display:flex}.profile-module__g4jRQa__advancedInfoToggle:hover,.profile-module__g4jRQa__advancedInfoToggle:focus{color:var(--color-primary)}.profile-module__g4jRQa__advancedInfoIcon{margin-left:.5rem;font-size:.9em}.profile-module__g4jRQa__advancedInfoContent{padding-top:.5rem}.profile-module__g4jRQa__advancedInfoContent .profile-module__g4jRQa__definitionItem{padding-top:.8rem;padding-bottom:.8rem}.profile-module__g4jRQa__sectionTitle{color:var(--color-text-primary);border-bottom:1px solid var(--color-border);align-items:center;gap:.75rem;margin:0 0 1.5rem;padding-bottom:.8rem;font-size:1.4rem;font-weight:600;display:flex}.profile-module__g4jRQa__achievementCount{color:var(--color-text-secondary);background:var(--color-background-medium);border:1px solid var(--color-border);border-radius:12px;margin-left:auto;padding:.25rem .75rem;font-size:.9rem;font-weight:500}.profile-module__g4jRQa__sectionIcon{color:var(--color-primary);font-size:1em}.profile-module__g4jRQa__definitionList{flex-direction:column;gap:1rem;margin:0;padding:0;display:flex}.profile-module__g4jRQa__definitionItem{border-bottom:1px dashed var(--color-border-light);grid-template-columns:auto 1fr;align-items:baseline;gap:1.5rem;padding:.5rem 0;display:grid}.profile-module__g4jRQa__definitionList>.profile-module__g4jRQa__definitionItem:last-child{border-bottom:none}.profile-module__g4jRQa__definitionItem dt{color:var(--color-text-secondary);white-space:nowrap;align-items:center;gap:.4rem;font-size:.9rem;font-weight:500;display:flex}.profile-module__g4jRQa__definitionItem dd{color:var(--color-text-primary);text-align:right;word-break:break-word;margin:0;font-size:.95rem;font-weight:500}.profile-module__g4jRQa__inGameNameValue{font-family:Minecraft,sans-serif}.profile-module__g4jRQa__statsGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:1rem;display:grid}.profile-module__g4jRQa__statCard{background-color:var(--color-background-light);border:1px solid var(--color-border-light);border-radius:6px;flex-direction:column;padding:1.2rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 4px #0000000a}.profile-module__g4jRQa__statCard:hover{transform:translateY(-4px);box-shadow:0 5px 10px #00000014}.profile-module__g4jRQa__statCardTitle{color:var(--color-primary);border-bottom:1px solid var(--color-border-light);text-align:center;flex-shrink:0;margin:0 0 .8rem;padding-bottom:.5rem;font-size:1.05rem;font-weight:600}.profile-module__g4jRQa__statCardList{flex-direction:column;flex-grow:1;gap:.5rem;margin:0;padding:0;font-size:.85rem;list-style:none;display:flex}.profile-module__g4jRQa__compareButtonContainer{background-color:var(--color-background-light);border:1px solid var(--color-border-light);border-radius:.5rem;justify-content:flex-start;align-items:center;gap:.5rem;margin:.5rem;padding:.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 4px #0000000a}.profile-module__g4jRQa__statCardList .profile-module__g4jRQa__definitionItem{border-bottom:none;justify-content:space-between;gap:.5rem;padding:.2rem 0;display:flex}.profile-module__g4jRQa__statCardList dt{color:var(--color-text-secondary);font-weight:500;font-size:inherit;align-items:center;gap:.4rem;display:flex}.profile-module__g4jRQa__statCardList dt svg{opacity:.7;flex-shrink:0;width:1em;height:1em}.profile-module__g4jRQa__statCardList dd{color:var(--color-text-primary);text-align:right;font-weight:600;font-size:inherit}.profile-module__g4jRQa__nextTitleInfo{border-top:1px dashed var(--color-border-light);opacity:.85;margin-top:.5rem;padding-top:.5rem}.profile-module__g4jRQa__nextTitleInfo dt{color:var(--color-secondary);font-weight:400}.profile-module__g4jRQa__nextTitleInfo dd{font-size:.8rem;font-weight:500}.profile-module__g4jRQa__statsContainerSection{background-color:var(--color-background-medium);border:1px solid var(--color-border-light);border-radius:8px;width:100%;padding:1.5rem;box-shadow:0 3px 6px #00000008}.profile-module__g4jRQa__statFilterContainer{border-bottom:1px solid var(--color-border-light);flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.profile-module__g4jRQa__statFilterButton{appearance:none;background-color:var(--color-background-light);border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;white-space:nowrap;border-radius:6px;padding:.5rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-block}.profile-module__g4jRQa__statFilterButton:hover{background-color:var(--color-background-medium);border-color:var(--color-primary-hover);color:var(--color-text-primary)}.profile-module__g4jRQa__statFilterButton.profile-module__g4jRQa__active{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-background-dark);font-weight:600;box-shadow:0 2px 5px #0000001a}@media screen and (max-width:992px){.profile-module__g4jRQa__profileLayout{grid-template-columns:1fr;gap:2rem;padding:1.5rem}.profile-module__g4jRQa__skinViewerColumn{align-items:center;max-width:300px;margin:0 auto;position:static}}@media screen and (max-width:600px){.profile-module__g4jRQa__profileLayout{gap:1.5rem;margin:1.5rem auto;padding:0 .5rem}.profile-module__g4jRQa__infoColumn{order:1;gap:1rem}.profile-module__g4jRQa__skinViewerColumn{order:2;margin-bottom:0;display:none}.profile-module__g4jRQa__profileHeader{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding-bottom:1rem}.profile-module__g4jRQa__identityInfo{flex-direction:column;align-items:center;gap:.8rem;width:100%;display:flex}.profile-module__g4jRQa__nameRankSocialsContainer{display:contents}.profile-module__g4jRQa__playerName{text-align:center;order:1;justify-content:center;font-size:1.8rem}.profile-module__g4jRQa__statusLine{order:2;justify-content:center;width:auto}.profile-module__g4jRQa__socialLinksContainer{order:3}.profile-module__g4jRQa__avatarImage{width:70px;height:70px}.profile-module__g4jRQa__rankBadgesContainer{justify-content:center}.profile-module__g4jRQa__infoSection,.profile-module__g4jRQa__statsSection{padding-left:0;padding-right:0}.profile-module__g4jRQa__infoSection{padding:1rem}.profile-module__g4jRQa__sectionTitle{font-size:1.2rem}.profile-module__g4jRQa__definitionItem{text-align:left;grid-template-columns:1fr;gap:.3rem}.profile-module__g4jRQa__definitionItem dt,.profile-module__g4jRQa__definitionItem dd{text-align:left;font-size:.9rem}.profile-module__g4jRQa__statsGrid{grid-template-columns:1fr;gap:1rem}.profile-module__g4jRQa__friendCard{max-width:100%;margin:0;padding:.8rem}.profile-module__g4jRQa__friendAvatar{width:36px;height:36px;margin-bottom:.6rem}.profile-module__g4jRQa__friendNamePlaceholder{font-size:.9rem}.profile-module__g4jRQa__friendAddedDate{font-size:.65rem}.profile-module__g4jRQa__moreFriendsIndicator{font-size:var(--font-size-xs,.8rem);padding:var(--space-xs,.4rem);max-width:90%;margin-left:auto;margin-right:auto}}@keyframes profile-module__g4jRQa__slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes profile-module__g4jRQa__slideInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes profile-module__g4jRQa__slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes profile-module__g4jRQa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes profile-module__g4jRQa__zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.profile-module__g4jRQa__statusLine{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.5rem 1rem;font-size:.9rem;display:flex}.profile-module__g4jRQa__statusText{color:var(--color-text-secondary);justify-content:flex-start;align-items:center;gap:.3rem;display:flex}.profile-module__g4jRQa__lastSeenText{color:var(--color-danger,#dc3545);font-weight:500}.profile-module__g4jRQa__banned,.profile-module__g4jRQa__muted,.profile-module__g4jRQa__blacklisted{text-transform:uppercase;background-color:#0000;border:none;padding:0;font-weight:700}.profile-module__g4jRQa__banned{color:var(--color-danger,#dc3545)}.profile-module__g4jRQa__muted,.profile-module__g4jRQa__blacklisted{color:var(--color-danger,#ffc107)}.profile-module__g4jRQa__uuidText{font-family:var(--font-geist-mono);color:var(--color-text-secondary);word-break:break-all;font-size:.85rem}.profile-module__g4jRQa__notFoundMessage{text-align:center;min-height:50vh;max-width:var(--container-max-width,1200px);color:var(--color-text-secondary);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin:3rem auto;padding:3rem 2rem;font-size:1.2rem;display:flex;box-shadow:0 3px 6px #00000008}.profile-module__g4jRQa__notFoundMessage svg{color:var(--color-warning);margin-bottom:.5rem;font-size:2.5rem}.profile-module__g4jRQa__online{color:var(--color-success,#28a745)}.profile-module__g4jRQa__noDataText{color:var(--color-text-muted);padding:var(--space-md)0;font-style:italic}.profile-module__g4jRQa__recentMatchesList{gap:10px;display:grid}.profile-module__g4jRQa__recentMatchItem{border:1px solid var(--color-border-light);background:var(--color-background-light);color:var(--color-text-primary);border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:.7rem .9rem;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s;display:grid}.profile-module__g4jRQa__recentMatchItem:hover{border-color:var(--color-border);transform:translateY(-2px);box-shadow:0 6px 14px #0000000f}.profile-module__g4jRQa__recentMatchIcon{background:#ffffff0f;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.profile-module__g4jRQa__win{color:#22c55e}.profile-module__g4jRQa__loss{color:#ef4444}.profile-module__g4jRQa__recentMatchLeft{gap:3px;display:grid}.profile-module__g4jRQa__recentMatchMode{align-items:center;gap:8px;font-weight:700;display:inline-flex}.profile-module__g4jRQa__rankedPill{color:var(--color-background-dark);background:var(--color-primary);border-radius:999px;align-items:center;padding:.1rem .4rem;font-size:.75rem;font-weight:600;display:inline-flex}.profile-module__g4jRQa__recentMatchMeta{color:var(--color-text-secondary);font-size:.9rem}.profile-module__g4jRQa__metaPill{background:var(--color-background-medium);color:var(--color-text-secondary);border-radius:999px;align-items:center;gap:6px;width:fit-content;padding:.1rem .45rem;font-size:.8rem;display:inline-flex}.profile-module__g4jRQa__recentMatchOpponent{color:var(--color-text-secondary);font-size:.9rem}.profile-module__g4jRQa__opponentName{color:var(--color-primary);font-weight:600}.profile-module__g4jRQa__recentMatchRight{place-items:center end;gap:6px;display:grid}.profile-module__g4jRQa__resultWin{color:#22c55e;font-weight:700}.profile-module__g4jRQa__resultLoss{color:#ef4444;font-weight:700}.profile-module__g4jRQa__eloGain{color:#22c55e;font-weight:700}.profile-module__g4jRQa__eloLoss{color:#ef4444;font-weight:700}.profile-module__g4jRQa__eloPill{border-radius:999px;align-items:center;gap:6px;width:fit-content;padding:.1rem .5rem;font-size:.85rem;font-weight:700;display:inline-flex}.profile-module__g4jRQa__eloGainPill{color:#22c55e;background:#22c55e1f;border:1px solid #22c55e40}.profile-module__g4jRQa__eloLossPill{color:#ef4444;background:#ef44441f;border:1px solid #ef444440}.profile-module__g4jRQa__viewCta{color:var(--color-primary);align-items:center;gap:6px;font-weight:700;display:inline-flex}@media (max-width:600px){.profile-module__g4jRQa__recentMatchesList{gap:8px}.profile-module__g4jRQa__recentMatchItem{grid-template-columns:32px 1fr auto;gap:6px;padding:.6rem .7rem}.profile-module__g4jRQa__recentMatchIcon{width:32px;height:32px}.profile-module__g4jRQa__recentMatchLeft{gap:2px}.profile-module__g4jRQa__recentMatchMode{font-size:.95rem}.profile-module__g4jRQa__recentMatchMeta{font-size:.8rem}.profile-module__g4jRQa__metaPill{font-size:.75rem}.profile-module__g4jRQa__recentMatchOpponent{font-size:.8rem}.profile-module__g4jRQa__opponentName{word-break:break-word}.profile-module__g4jRQa__recentMatchRight{align-self:center;place-items:center end;gap:6px;display:grid}.profile-module__g4jRQa__viewCta{font-size:.9rem}}.profile-module__g4jRQa__socialLinksContainer{border:1px solid var(--color-border-light);background-color:var(--color-background-light);border-radius:6px;align-items:center;gap:.5rem;padding:.5rem;display:flex}.profile-module__g4jRQa__socialLink{color:var(--color-text-secondary);cursor:pointer;justify-content:center;align-items:center;padding:.2rem;font-size:1.2rem;transition:color .2s ease-in-out,transform .2s ease-in-out;display:inline-flex;position:relative}.profile-module__g4jRQa__socialLink:hover{transform:scale(1.1)}.profile-module__g4jRQa__socialLink .profile-module__g4jRQa__tooltip{visibility:hidden;background-color:var(--background-tooltip,#555);width:auto;min-width:80px;color:var(--text-tooltip,#fff);text-align:center;z-index:10;opacity:0;white-space:nowrap;border-radius:6px;padding:5px 10px;font-size:.8rem;transition:opacity .3s,visibility .3s;position:absolute;bottom:145%;left:50%;transform:translate(-50%);box-shadow:0 2px 5px #0003}.profile-module__g4jRQa__socialLink .profile-module__g4jRQa__tooltip:after{content:"";border-style:solid;border-width:5px;border-color:var(--background-tooltip,#555)transparent transparent transparent;margin-left:-5px;position:absolute;top:100%;left:50%}.profile-module__g4jRQa__socialLink:hover .profile-module__g4jRQa__tooltip{visibility:visible;opacity:1}.profile-module__g4jRQa__twitterLink:hover{color:#1da1f2}.profile-module__g4jRQa__youtubeLink:hover{color:red}.profile-module__g4jRQa__discordLink:hover{color:#5865f2}.profile-module__g4jRQa__twitchLink:hover{color:#9146ff}.profile-module__g4jRQa__instagramLink:hover{color:#e1306c}.profile-module__g4jRQa__badgesContainer{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.profile-module__g4jRQa__badge{border:2px solid var(--color-border);background:linear-gradient(145deg,var(--color-background-dark),var(--color-background-medium));cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:relative}.profile-module__g4jRQa__badge:hover{z-index:10000;transform:scale(1.1);box-shadow:0 4px 12px #0003}.profile-module__g4jRQa__badgeIcon{color:var(--color-text-primary);flex-shrink:0}.profile-module__g4jRQa__newBadge{color:#fff;border:1px solid var(--color-background-dark);z-index:10;text-transform:uppercase;letter-spacing:.3px;background:#ff6b6b;border-radius:6px;padding:.1rem .25rem;font-size:.55rem;font-weight:600;position:absolute;top:-4px;right:-4px}.profile-module__g4jRQa__badgeTooltip{background:var(--color-background-dark);color:var(--color-text-primary);border:1px solid var(--color-border);pointer-events:none;white-space:nowrap;opacity:0;visibility:hidden;border-radius:6px;padding:.5rem .75rem;font-size:.8rem;transition:all .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)translateY(-8px);box-shadow:0 4px 12px #0003;z-index:99999!important}.profile-module__g4jRQa__badge:hover .profile-module__g4jRQa__badgeTooltip{opacity:1;visibility:visible;transform:translate(-50%)translateY(-12px)}.profile-module__g4jRQa__badgeTooltip:after{content:"";border-left:4px solid #0000;border-right:4px solid #0000;border-top:4px solid var(--color-background-dark);width:0;height:0;margin-left:-4px;position:absolute;top:100%;left:50%}.profile-module__g4jRQa__badge.profile-module__g4jRQa__combat{background:linear-gradient(145deg,#ef44441a,#ef44440d);border-color:#ef4444}.profile-module__g4jRQa__badge.profile-module__g4jRQa__crit{background:linear-gradient(145deg,#f59e0b1a,#f59e0b0d);border-color:#f59e0b}.profile-module__g4jRQa__badge.profile-module__g4jRQa__wtap{background:linear-gradient(145deg,#dc26261a,#dc26260d);border-color:#dc2626}.profile-module__g4jRQa__badge.profile-module__g4jRQa__combo{background:linear-gradient(145deg,#7c3aed1a,#7c3aed0d);border-color:#7c3aed}.profile-module__g4jRQa__badge.profile-module__g4jRQa__accuracy{background:linear-gradient(145deg,#10b9811a,#10b9810d);border-color:#10b981}.profile-module__g4jRQa__badge.profile-module__g4jRQa__critrate{background:linear-gradient(145deg,#8b5cf61a,#8b5cf60d);border-color:#8b5cf6}.profile-module__g4jRQa__badge.profile-module__g4jRQa__potion{background:linear-gradient(145deg,#06b6d41a,#06b6d40d);border-color:#06b6d4}.profile-module__g4jRQa__badge.profile-module__g4jRQa__ping{background:linear-gradient(145deg,#3b82f61a,#3b82f60d);border-color:#3b82f6}.profile-module__g4jRQa__badge.profile-module__g4jRQa__pots{background:linear-gradient(145deg,#84cc161a,#84cc160d);border-color:#84cc16}.profile-module__g4jRQa__badge.profile-module__g4jRQa__perfect{background:linear-gradient(145deg,#f59e0b1a,#f59e0b0d);border-color:#f59e0b}.profile-module__g4jRQa__badge.profile-module__g4jRQa__winner{background:linear-gradient(145deg,#fbbf241a,#fbbf240d);border-color:#fbbf24}.profile-module__g4jRQa__badge.profile-module__g4jRQa__defense{background:linear-gradient(145deg,#64748b1a,#64748b0d);border-color:#64748b}.profile-module__g4jRQa__badge.profile-module__g4jRQa__allrounder{background:linear-gradient(145deg,#f59e0b1a,#f59e0b0d);border-color:#f59e0b}.profile-module__g4jRQa__badge.profile-module__g4jRQa__special{background:linear-gradient(145deg,#8b5cf61a,#8b5cf60d);border-color:#8b5cf6}.profile-module__g4jRQa__badge.profile-module__g4jRQa__rare{background:linear-gradient(145deg,#3b82f61a,#3b82f60d);border-color:#3b82f6}.profile-module__g4jRQa__badge.profile-module__g4jRQa__epic{background:linear-gradient(145deg,#8b5cf61a,#8b5cf60d);border-color:#8b5cf6}.profile-module__g4jRQa__badge.profile-module__g4jRQa__legendary{background:linear-gradient(145deg,#f59e0b1a,#f59e0b0d);border-color:#f59e0b}.profile-module__g4jRQa__badge.profile-module__g4jRQa__mythical{background:linear-gradient(145deg,#f43f5e1a,#f43f5e0d);border-color:#f43f5e}@media (max-width:768px){.profile-module__g4jRQa__badgesContainer{gap:.5rem;margin-top:.75rem}.profile-module__g4jRQa__badge{width:36px;height:36px}.profile-module__g4jRQa__badgeIcon{font-size:.9rem}.profile-module__g4jRQa__newBadge{padding:.05rem .2rem;font-size:.5rem}}
