.UserProfileCard{overflow:hidden;border:1px solid var(--sh-border);border-radius:8px;box-shadow:0 .45rem 1.5rem rgba(var(--sh-shadow-rgb),.045)}.UserProfileCard__body{padding:1.25rem}.UserProfileCard__header{position:relative}.UserProfileCard__identity{min-width:0}.UserProfileCard__avatar{margin-bottom:.85rem}.UserProfileCard__name{color:var(--sh-text-strong);font-size:1.15rem;line-height:1.4}.UserProfileCard__account{margin-top:.1rem;font-size:.78rem}.UserProfileCard .LatexMarkdown{margin-top:.9rem;color:var(--sh-text-muted);font-size:.86rem;line-height:1.7}.UserProfileCard .LatexMarkdown p:last-child{margin-bottom:0}.UserProfileCard__stats{gap:1.25rem;margin-top:1rem;padding:.75rem 0;border-top:1px solid var(--sh-border);border-bottom:1px solid var(--sh-border)}.UserProfileCard__stats>a{flex:1 1}.UserProfileCard__stats>a+a{padding-left:1rem;border-left:1px solid var(--sh-border)}.UserProfileCard__sectionLabel,.UserProfileCard__stats small{color:var(--sh-text-subtle);font-size:.72rem}.UserProfileCard__sectionLabel{margin-bottom:.55rem;font-weight:700}.UserProfileCard__badge{display:inline-flex;align-items:center;padding:.32rem .55rem;color:var(--sh-text-muted);background:var(--sh-surface-subtle);border:1px solid var(--sh-border);border-radius:999px;font-size:.7rem;font-weight:600}.UserProfileCard__badge i{color:var(--sh-brand)}.UserProfileCard__links{gap:.5rem 1rem;margin-top:.85rem}.UserProfileCard__links>div{margin-right:0!important}.UserProfileCard__links a:hover{color:var(--color-theme)!important}.UserProfileCard .btn-outline-secondary,.UserProfileCard .btn-theme{min-height:38px;border-radius:7px;font-size:.86rem;font-weight:700}@media screen and (max-width:991px){.UserProfileCard__body{padding:1rem}.UserProfileCard__identity{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;grid-column-gap:.85rem;column-gap:.85rem;align-items:end}.UserProfileCard__avatar{grid-row:1/3;margin:0}.UserProfileCard__name{align-self:end}.UserProfileCard__account{align-self:start}}