:root{--pg-squircle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M100.00,50.00L99.95,63.64L99.80,68.96L99.54,72.96L99.18,76.27L98.72,79.12L98.15,81.65L97.47,83.90L96.69,85.94L95.79,87.79L94.78,89.48L93.65,91.00L92.39,92.39L91.00,93.65L89.48,94.78L87.79,95.79L85.94,96.69L83.90,97.47L81.65,98.15L79.12,98.72L76.27,99.18L72.96,99.54L68.96,99.80L63.64,99.95L50.00,100.00L36.36,99.95L31.04,99.80L27.04,99.54L23.73,99.18L20.88,98.72L18.35,98.15L16.10,97.47L14.06,96.69L12.21,95.79L10.52,94.78L9.00,93.65L7.61,92.39L6.35,91.00L5.22,89.48L4.21,87.79L3.31,85.94L2.53,83.90L1.85,81.65L1.28,79.12L0.82,76.27L0.46,72.96L0.20,68.96L0.05,63.64L0.00,50.00L0.05,36.36L0.20,31.04L0.46,27.04L0.82,23.73L1.28,20.88L1.85,18.35L2.53,16.10L3.31,14.06L4.21,12.21L5.22,10.52L6.35,9.00L7.61,7.61L9.00,6.35L10.52,5.22L12.21,4.21L14.06,3.31L16.10,2.53L18.35,1.85L20.88,1.28L23.73,0.82L27.04,0.46L31.04,0.20L36.36,0.05L50.00,0.00L63.64,0.05L68.96,0.20L72.96,0.46L76.27,0.82L79.12,1.28L81.65,1.85L83.90,2.53L85.94,3.31L87.79,4.21L89.48,5.22L91.00,6.35L92.39,7.61L93.65,9.00L94.78,10.52L95.79,12.21L96.69,14.06L97.47,16.10L98.15,18.35L98.72,20.88L99.18,23.73L99.54,27.04L99.80,31.04L99.95,36.36Z' fill='%23fff'/%3E%3C/svg%3E");--pg-ring: linear-gradient(140deg, color-mix(in srgb, var(--accent-primary) 88%, #fff) 0%, var(--accent-primary) 48%, color-mix(in srgb, var(--accent-primary) 72%, #000) 100%);--pg-glow: color-mix(in srgb, var(--accent-primary) 30%, transparent);--pg-tile-bg: color-mix(in srgb, var(--text-main) 4%, var(--bg-surface-alt))}[data-theme=deep-ether]{--pg-ring: linear-gradient(140deg, color-mix(in srgb, var(--primary-azure) 96%, #fff) 0%, var(--primary-azure) 50%, color-mix(in srgb, var(--primary-azure) 64%, #1d4ed8) 100%);--pg-glow: color-mix(in srgb, var(--primary-azure) 42%, transparent);--pg-tile-bg: rgba(255, 255, 255, .04)}.profile-container{max-width:760px}.profile-hero{flex-direction:column;align-items:center;text-align:center;gap:var(--space-md);padding:72px var(--space-xl) var(--space-xl);border-radius:var(--radius-xl)}.profile-hero:before{height:132px;inset:0 0 auto;border-radius:0;opacity:1;z-index:0;background:radial-gradient(130% 120% at 50% -10%,var(--pg-glow),transparent 62%),linear-gradient(to bottom,color-mix(in srgb,var(--accent-primary) 9%,var(--bg-surface-alt)),var(--bg-surface))}[data-theme=deep-ether] .profile-hero:before{background:radial-gradient(130% 120% at 50% -10%,var(--pg-glow),transparent 62%),linear-gradient(to bottom,color-mix(in srgb,var(--primary-azure) 16%,transparent),transparent)}.profile-hero--has-banner:before{display:none}.profile-hero--has-banner{padding-top:108px}.profile-hero-banner{height:172px}.profile-hero-avatar-wrap{position:relative;z-index:1;box-sizing:border-box;width:116px;height:116px;padding:5px;filter:drop-shadow(0 12px 26px var(--pg-glow));transition:transform .45s var(--ease-spring)}.profile-hero-avatar-wrap:before{content:"";position:absolute;inset:0;z-index:0;background:var(--pg-ring);-webkit-mask-image:var(--pg-squircle);mask-image:var(--pg-squircle);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.profile-hero-avatar{position:relative;z-index:1;width:106px;height:106px;border:none;box-shadow:none;border-radius:28%;-webkit-mask-image:var(--pg-squircle);mask-image:var(--pg-squircle);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.profile-hero--has-banner .profile-hero-avatar,[data-theme=deep-ether] .profile-hero-avatar,[data-theme=deep-ether] .profile-hero--has-banner .profile-hero-avatar{border:none;box-shadow:none}.profile-hero-avatar:hover{transform:none;box-shadow:none}.profile-hero-avatar-wrap:hover{transform:translateY(-2px) rotate(-1.6deg) scale(1.035)}.profile-hero-status{z-index:3;bottom:5px;right:5px;width:26px;height:26px;border-width:3px;box-shadow:0 2px 8px #00000040}.profile-hero-info{position:relative;z-index:1;flex:0 1 auto;width:100%;max-width:520px}.profile-hero-name{justify-content:center;font-size:var(--text-3xl);letter-spacing:-.02em;margin-bottom:var(--space-sm)}.profile-hero-meta,.profile-hero-clans{justify-content:center}.profile-hero-stats{justify-content:center;gap:var(--space-sm);margin-top:var(--space-xs)}.profile-stat-divider{display:none}.profile-hero-stats .profile-stat{align-items:center;text-align:center;gap:2px;padding:11px 18px;min-width:96px;background:var(--pg-tile-bg);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:transform .28s var(--ease-spring),box-shadow .28s ease,border-color .28s ease}.profile-hero-stats .profile-stat:hover{transform:translateY(-3px);box-shadow:var(--shadow-card);border-color:color-mix(in srgb,var(--accent-primary) 35%,var(--border-color))}[data-theme=deep-ether] .profile-hero-stats .profile-stat{border-color:rgba(var(--accent-primary-rgb),.12);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}[data-theme=deep-ether] .profile-hero-stats .profile-stat:hover{border-color:color-mix(in srgb,var(--primary-azure) 45%,transparent)}.profile-hero-stats .profile-stat-value{font-size:var(--text-xl)}.profile-level-progress{width:100%;max-width:440px;margin:var(--space-sm) auto 0}.profile-level-labels{padding:0 2px}.profile-level-track{height:9px;border-radius:var(--radius-pill);background:color-mix(in srgb,var(--text-main) 12%,transparent)}.profile-level-fill{position:relative;overflow:hidden;border-radius:var(--radius-pill);background:var(--pg-ring);box-shadow:0 0 14px var(--pg-glow)}.profile-level-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent 18%,rgba(255,255,255,.55) 50%,transparent 82%);transform:translate(-100%);animation:pgShimmer 2.8s var(--ease-in-out) infinite}@keyframes pgShimmer{0%{transform:translate(-100%)}55%,to{transform:translate(240%)}}.profile-tabs{padding:5px;gap:4px;border-radius:var(--radius-lg)}.profile-tab{padding:10px 18px;border-radius:var(--radius-md);transition:color .2s ease,background .25s var(--ease-out-expo),box-shadow .25s ease,transform .18s ease}.profile-tab:active{transform:scale(.96)}.profile-tab.active{box-shadow:0 6px 16px color-mix(in srgb,var(--accent-primary) 14%,transparent),var(--shadow-card)}[data-theme=deep-ether] .profile-tab.active{box-shadow:0 6px 18px color-mix(in srgb,var(--primary-azure) 22%,transparent)}.profile-tab-count{background:var(--pg-ring);box-shadow:0 2px 6px var(--pg-glow)}.profile-card{border-radius:var(--radius-lg)}[data-theme=deep-ether] .profile-card{backdrop-filter:blur(16px) saturate(1.1);-webkit-backdrop-filter:blur(16px) saturate(1.1)}.profile-bio-text{font-size:var(--text-lg);line-height:1.75;padding-left:16px;border-left:3px solid color-mix(in srgb,var(--accent-primary) 42%,transparent)}[data-theme=deep-ether] .profile-bio-text{border-left-color:color-mix(in srgb,var(--primary-azure) 55%,transparent)}.profile-signature-content{padding:var(--space-sm) var(--space-md);background:var(--pg-tile-bg);border-radius:var(--radius-md);border:1px solid var(--border-color)}.profile-post-item{position:relative;overflow:hidden;border-radius:var(--radius-md);transition:transform .22s var(--ease-out-expo),box-shadow .22s ease,background .22s ease}.profile-post-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--pg-ring);transform:scaleY(0);transform-origin:top center;transition:transform .26s var(--ease-out-expo)}.profile-post-item:hover{transform:translateY(-2px)}.profile-post-item:hover:before{transform:scaleY(1)}.profile-post-excerpt{max-height:none}.profile-user-chip{border-radius:var(--radius-md)}.profile-user-chip-avatar,.avatar-upload-preview,.profile-timeline-item img,.avatar-upload-zone--circle .avatar-upload-preview{border-radius:var(--radius-squircle)}@media(max-width:768px){.profile-hero{padding:58px var(--space-md) var(--space-md)}.profile-hero--has-banner{padding-top:92px}.profile-hero:before{height:112px}.profile-hero-banner{height:132px}.profile-hero-avatar-wrap{width:98px;height:98px}.profile-hero-avatar{width:88px;height:88px}.profile-hero-name{font-size:var(--text-2xl)}.profile-hero-stats .profile-stat{min-width:80px;padding:9px 13px}.profile-hero-stats .profile-stat-value{font-size:var(--text-lg)}}@media(prefers-reduced-motion:reduce){.profile-level-fill:after{animation:none}.profile-hero-avatar-wrap,.profile-hero-avatar-wrap:hover,.profile-hero-stats .profile-stat,.profile-hero-stats .profile-stat:hover,.profile-post-item,.profile-post-item:hover{transition:none;transform:none}}
