#wrapper{--b:var(--itchio_bg_color);--b2:var(--itchio_bg2_color);--t:var(--itchio_text_color);--l:var(--itchio_link_color);--br:var(--itchio_border_color);}.custom-tip{position:relative}.custom-tip:has(> img){display:inline-block}.custom-tip:has(> img)>img{position:relative}.custom-tip>.custom-tip-content{position:absolute;left:50%;bottom:0;height:fit-content;padding:.2em .5em;color:var(--t);background:var(--b2);border:1px solid var(--br);border-radius:6px;pointer-events:none;white-space:nowrap;z-index:99;transition:.25s;opacity:0;transform:translate(-50%,100%)}.custom-tip>.custom-tip-content.custom-top{bottom:100%;transform:translate(-50%,0)}.custom-tip>.custom-tip-content.custom-left{left:0;bottom:50%;transform:translate(-100%,50%)}.custom-tip>.custom-tip-content.custom-right{left:100%;bottom:50%;transform:translate(0,50%)}.custom-tip:hover>.custom-tip-content{opacity:1;transform:translate(-50%,calc(100% + .5em))}.custom-tip:hover>.custom-tip-content.custom-top{transform:translate(-50%,-.5em)}.custom-tip:hover>.custom-tip-content.custom-left{transform:translate(calc(-100% - .5em),50%)}.custom-tip:hover>.custom-tip-content.custom-right{transform:translate(.5em,50%)}abbr.custom-tip{text-decoration:2px underline dotted var(--l)}.carousel_wrapper{--l:linear-gradient(90deg, #fff calc(100% - var(--collection-fade-length, 30%)), #0000);-webkit-mask-image:var(--l);mask:alpha var(--l)}.user_page:not(.has_banner) #profile_header{max-width:960px;margin:auto auto 0;padding:0 20px}#profile_header>.text_header{margin-left:calc(var(--pfp-size,6rem) + 1.2rem);padding:0!important}.user_links{position:relative;row-gap:1em}.link_group:first-child{margin-left:calc(var(--pfp-size,6rem) + 1.2rem)}.user_links:before{position:absolute;content:"";background:url("https://cdn.jsdelivr.net/gh/nndda/itchio-profile/assets/profile.webp") 0 0/cover;top:calc(var(--pfp-size,6rem) * -1 + 20px + .5rem);height:var(--pfp-size,6rem);width:var(--pfp-size,6rem);border-radius:var(--pfp-border-radius,var(--itchio_border_radius));overflow:hidden}