.overview{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem;position:relative}.details{display:flex;gap:.5rem}.details>div{display:flex;flex-direction:column}.grid{box-sizing:border-box;margin-bottom:2rem;width:100%;display:flex;flex-direction:column;gap:1rem}.grid>.row{display:flex;flex-wrap:wrap;gap:1rem}.grid>.row>*{flex-grow:1}.profileStats{display:grid;grid-template-columns:auto 1fr;row-gap:1rem;column-gap:.75rem;place-items:center end}.profileStats>p{user-select:none;text-decoration:underline dotted;cursor:help}.statBar{width:100%;justify-content:start!important}.statBar>div{justify-content:start!important;padding-left:.5rem;padding-right:.5rem}#editPfpButton{position:absolute;z-index:999;right:72px;top:0}.pfpPicker{display:grid;width:fit-content;gap:1rem;grid-template-columns:1fr 1fr;margin:auto}.pfpPicker>img{width:64px;height:64px;filter:drop-shadow(0px 0px 4px var(--color-text-muted));cursor:pointer}.pfpPicker>img:hover{filter:drop-shadow(0px 0px 8px var(--color-text-highlight))}#statTooltip{position:absolute;background-color:var(--color-surface-2);border:1px solid var(--color-border);border-radius:calc(var(--border-radius) * .5);padding:.25rem .5rem;transform:translate(.5rem,-.25rem);pointer-events:none;z-index:999;display:none}.card-header{height:2rem;margin-top:-.25rem}.inventory{margin:auto}.buy-stat-upgrade{color:var(--color-text-muted);cursor:pointer}.buy-stat-upgrade:hover{color:var(--color-text-highlight)}.buy-stat-notif{margin-top:.5rem;margin-bottom:-.5rem;text-align:right;font-style:italic}
