.profile.svelte-1swosdh{width:100dvw;min-height:calc(100dvh - 65px - var(--bottom-nav-offset));height:fit-content;padding:2rem}.content.svelte-1swosdh{width:100%;max-width:1140px;margin:0 auto;height:fit-content;border-radius:var(--radius-default);display:flex;flex-direction:column;gap:2rem}.mediaWrapper.svelte-1swosdh{aspect-ratio:21 / 9;width:100%;max-height:300px;position:relative;overflow:hidden}.banner.svelte-1swosdh{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:var(--radius-default);border:5px solid var(--color-surface)}.username.svelte-1swosdh{width:fit-content;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:900;text-transform:uppercase;letter-spacing:-.01em;background:var(--lg2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;line-height:1.1}.metaRowGroup.svelte-1swosdh{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25rem}.metaRow.svelte-1swosdh{display:flex;align-items:center;gap:.5rem;white-space:nowrap;color:var(--color-text-muted)}.identityRow.svelte-1swosdh{width:100%;margin-top:-3.5rem;padding:0 .5rem;display:flex;flex-direction:row;align-items:flex-end;gap:1.5rem;position:relative;z-index:1}.identityText.svelte-1swosdh{display:flex;flex-direction:column;gap:.6rem;padding-bottom:.5rem}.imagePositioner.svelte-1swosdh{flex:0 0 auto;width:128px;height:128px;aspect-ratio:1 / 1;position:relative}.profilePicture.svelte-1swosdh{width:100%;height:100%;object-fit:cover;border-radius:25%;border:5px solid var(--color-bg);background:var(--color-bg)}.levelBadge.svelte-1swosdh{position:absolute;bottom:-.4rem;right:-.4rem;min-width:1.8rem;height:1.8rem;padding:0 .4rem;border-radius:50%;background:linear-gradient(135deg,var(--color-success-hover),var(--color-success));color:var(--color-bg);font-weight:900;font-size:.9rem;box-shadow:var(--glow-success);display:flex;align-items:center;justify-content:center;border:3px solid var(--color-bg)}.absoluteBannerContent.svelte-1swosdh{margin-left:auto;position:absolute;bottom:1rem;right:1rem;display:flex;flex-direction:row;flex-wrap:nowrap;gap:calc(1rem - 5px)}.imageRowShareButton.svelte-1swosdh{all:unset;box-sizing:border-box;display:flex;justify-content:center;align-items:center;aspect-ratio:1 / 1;height:fit-content;cursor:pointer;transition:var(--transition-default);background:#161a20a6;border:1px solid rgba(242,241,238,.15);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding:.5rem;border-radius:var(--radius-small)}.imageRowShareButton.svelte-1swosdh:hover{background:var(--color-primary);border-color:var(--color-primary)}.identityActions.svelte-1swosdh{margin-left:auto;display:flex;gap:.75rem;flex-wrap:wrap;padding-bottom:.6rem}.identityActionButton.svelte-1swosdh{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.85rem;white-space:nowrap}.identityActionButton.svelte-1swosdh img:where(.svelte-1swosdh){height:16px;width:16px}.profileGrid.svelte-1swosdh{display:grid;grid-template-columns:minmax(240px,300px) 1fr;gap:2rem;align-items:start}.sidebarCol.svelte-1swosdh{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:1rem}.descriptionCard.svelte-1swosdh{background:var(--color-surface);border-radius:var(--radius-default);padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.descriptionCard.svelte-1swosdh p:where(.svelte-1swosdh){color:var(--color-text-muted);line-height:1.6;white-space:pre-line;overflow-wrap:break-word}.mainCol.svelte-1swosdh{display:flex;flex-direction:column;gap:2rem;min-width:0}.xpSection.svelte-1swosdh{display:flex;flex-direction:column;gap:.6rem}.xpHeader.svelte-1swosdh{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.xpValue.svelte-1swosdh{font-size:.85rem;color:var(--color-text-subtle)}.xpTrack.svelte-1swosdh{width:100%;height:10px;border-radius:5px;background:var(--color-surface);overflow:visible}.xpFill.svelte-1swosdh{height:100%;border-radius:5px;background:linear-gradient(90deg,var(--color-success),var(--color-success-hover));transition:width 1.1s var(--ease-impact);position:relative}.xpFill.svelte-1swosdh:after{content:"";position:absolute;top:50%;right:0;width:14px;height:14px;border-radius:50%;transform:translate(50%,-50%);background:var(--color-success-hover);box-shadow:var(--glow-success)}.statGrid.svelte-1swosdh{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.statCard.svelte-1swosdh{background:var(--color-surface);border-radius:var(--radius-default);padding:1.5rem;border-top:3px solid transparent;transition:transform var(--duration-impact) var(--ease-impact),box-shadow var(--duration-impact) var(--ease-impact);display:flex;flex-direction:column;gap:.35rem}.statCard.svelte-1swosdh:nth-child(odd){border-top-color:var(--color-primary-vivid)}.statCard.svelte-1swosdh:nth-child(2n){border-top-color:var(--color-secondary-vivid)}.statCard.svelte-1swosdh:hover{transform:translateY(-3px) rotate(-1deg)}.statCard.svelte-1swosdh:nth-child(odd):hover{box-shadow:var(--glow-crimson)}.statCard.svelte-1swosdh:nth-child(2n):hover{box-shadow:var(--glow-blue)}.statValue.svelte-1swosdh{font-size:2.4rem;font-weight:900;font-family:var(--font-display);color:var(--color-text)}.statLabel.svelte-1swosdh{font-size:.85rem;color:var(--color-text-subtle)}@media(max-width:760px){.identityRow.svelte-1swosdh{margin-top:-2.5rem;flex-wrap:wrap;row-gap:.75rem}.imagePositioner.svelte-1swosdh{width:96px;height:96px}.identityActions.svelte-1swosdh{width:100%;margin-left:0;padding-bottom:0}.identityActionButton.svelte-1swosdh span:where(.svelte-1swosdh){display:none}.identityActionButton.svelte-1swosdh{padding:.6rem}.profileGrid.svelte-1swosdh{grid-template-columns:1fr}.sidebarCol.svelte-1swosdh{position:static}}
