.Profile-module__HLzWoG__container{max-width:1200px;margin:2rem auto 0;padding:2rem}.Profile-module__HLzWoG__profileHeader{background:var(--bg-card);background-image:linear-gradient(var(--bg-card),var(--bg-card)),linear-gradient(135deg,var(--accent-pink-light),var(--accent-pink),var(--accent-pink-dark));box-shadow:var(--shadow),0 0 25px #ffb3ba4d;background-origin:border-box;background-clip:padding-box,border-box;border:3px solid #0000;border-radius:16px;margin-bottom:2rem;padding:2.5rem}.Profile-module__HLzWoG__profileTop{align-items:center;gap:2rem;margin-bottom:2rem;display:flex}.Profile-module__HLzWoG__avatarSection{position:relative}.Profile-module__HLzWoG__avatar{background:linear-gradient(135deg,var(--accent-pink),var(--accent-pink-dark));color:#fff;background-position:50%;background-size:cover;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;font-size:3rem;font-weight:700;display:flex;box-shadow:0 8px 25px #ff8b9466}.Profile-module__HLzWoG__uploadBtn{background:var(--gradient-pink);color:#fff;border:3px solid var(--bg-card);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:absolute;bottom:0;right:0}.Profile-module__HLzWoG__uploadBtn:hover{transform:scale(1.1)}.Profile-module__HLzWoG__uploadBtn input{display:none}.Profile-module__HLzWoG__profileInfo{flex:1}.Profile-module__HLzWoG__displayName{color:var(--text-primary);margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:700}.Profile-module__HLzWoG__email{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem;display:flex}.Profile-module__HLzWoG__badges{flex-wrap:wrap;gap:.75rem;display:flex}.Profile-module__HLzWoG__badge{border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.Profile-module__HLzWoG__badgeRole{background:linear-gradient(135deg,var(--accent-pink),var(--accent-pink-dark));color:#fff}.Profile-module__HLzWoG__badgePosts{color:#fff;background:#3b82f6}.Profile-module__HLzWoG__badgeJoined{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color)}.Profile-module__HLzWoG__statsGrid{border-top:2px solid var(--border-color);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding-top:2rem;display:grid}.Profile-module__HLzWoG__statCard{text-align:center;background:var(--bg-secondary);border-radius:12px;padding:1.5rem;transition:all .3s}.Profile-module__HLzWoG__statCard:hover{transform:translateY(-4px);box-shadow:0 4px 12px #ff8b9433}.Profile-module__HLzWoG__statValue{color:var(--accent-pink-dark);margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:700}.Profile-module__HLzWoG__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.Profile-module__HLzWoG__content{grid-template-columns:1fr 2fr;gap:2rem;display:grid}.Profile-module__HLzWoG__sidebar{flex-direction:column;gap:1.5rem;display:flex}.Profile-module__HLzWoG__card{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow);border-radius:12px;padding:1.5rem}.Profile-module__HLzWoG__cardTitle{color:var(--text-primary);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700;display:flex}.Profile-module__HLzWoG__formGroup{margin-bottom:1.25rem}.Profile-module__HLzWoG__formLabel{color:var(--text-primary);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.Profile-module__HLzWoG__formInput,.Profile-module__HLzWoG__formTextarea{background:var(--bg-secondary);border:1px solid var(--border-color);width:100%;color:var(--text-primary);border-radius:10px;padding:.875rem;font-family:Inter,sans-serif;transition:all .2s}.Profile-module__HLzWoG__formInput:focus,.Profile-module__HLzWoG__formTextarea:focus{border-color:var(--accent-pink);outline:none;box-shadow:0 0 0 3px #ff8b941a}.Profile-module__HLzWoG__formTextarea{resize:vertical;min-height:100px}.Profile-module__HLzWoG__saveBtn{background:var(--gradient-pink);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 14px #ff8b9466}.Profile-module__HLzWoG__saveBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff8b9480}.Profile-module__HLzWoG__saveBtn:disabled{opacity:.6;cursor:not-allowed}.Profile-module__HLzWoG__tabNav{border-bottom:2px solid var(--border-color);gap:1rem;margin-bottom:1.5rem;display:flex}.Profile-module__HLzWoG__tabBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;padding:1rem 1.5rem;font-weight:600;transition:all .2s;position:relative;top:2px}.Profile-module__HLzWoG__tabBtn:hover{color:var(--accent-pink)}.Profile-module__HLzWoG__tabBtn.Profile-module__HLzWoG__active{color:var(--accent-pink);border-bottom-color:var(--accent-pink)}.Profile-module__HLzWoG__postsList{flex-direction:column;gap:1rem;display:flex}.Profile-module__HLzWoG__postItem{background:var(--bg-secondary);border:1px solid var(--border-color);color:inherit;border-radius:10px;padding:1.25rem;text-decoration:none;transition:all .2s;display:block}.Profile-module__HLzWoG__postItem:hover{border-color:var(--accent-pink);transform:translate(8px);box-shadow:0 2px 8px #ff8b9433}.Profile-module__HLzWoG__postTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:600;display:flex}.Profile-module__HLzWoG__postMeta{color:var(--text-secondary);gap:1rem;font-size:.85rem;display:flex}.Profile-module__HLzWoG__emptyState{text-align:center;color:var(--text-secondary);padding:3rem 2rem}.Profile-module__HLzWoG__emptyIcon{opacity:.3;margin-bottom:1rem;font-size:3rem}.Profile-module__HLzWoG__loading{text-align:center;color:var(--text-secondary);padding:3rem}@media (max-width:968px){.Profile-module__HLzWoG__content{grid-template-columns:1fr}.Profile-module__HLzWoG__profileTop{text-align:center;flex-direction:column}.Profile-module__HLzWoG__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Profile-module__HLzWoG__container{margin-top:1rem;padding:1rem}.Profile-module__HLzWoG__displayName{font-size:1.5rem}.Profile-module__HLzWoG__statsGrid{grid-template-columns:1fr}.Profile-module__HLzWoG__tabNav{overflow-x:auto}}.Profile-module__HLzWoG__pointsCard{border:2px solid var(--accent-pink);text-align:center;background:linear-gradient(135deg,#ffb3ba1a,#ff8b940d);border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.Profile-module__HLzWoG__pointsValue{background:var(--gradient-pink);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:700}.Profile-module__HLzWoG__pointsLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.Profile-module__HLzWoG__privateSection{background:#ef44440d;border:2px dashed #ef4444;border-radius:12px;margin-top:1.5rem;padding:1rem}.Profile-module__HLzWoG__privateHeader{color:#ef4444;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;font-weight:600;display:flex}.Profile-module__HLzWoG__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Profile-module__HLzWoG__transactionsList{max-height:400px;overflow-y:auto}.Profile-module__HLzWoG__transactionItem{background:var(--bg-secondary);border-left:3px solid var(--accent-pink);border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:1rem;display:flex}.Profile-module__HLzWoG__transactionInfo{flex:1}.Profile-module__HLzWoG__transactionReason{color:var(--text-primary);margin-bottom:.25rem;font-weight:500}.Profile-module__HLzWoG__transactionDate{color:var(--text-secondary);font-size:.8rem}.Profile-module__HLzWoG__transactionPoints{color:var(--accent-pink);font-size:1.25rem;font-weight:700}.Profile-module__HLzWoG__leaderboardCard{background:linear-gradient(135deg,#ffb3ba14,#ff8b940a);border-radius:8px;margin-top:1rem;padding:1rem}.Profile-module__HLzWoG__leaderboardItem{background:var(--bg-card);border-radius:6px;align-items:center;gap:1rem;margin-bottom:.5rem;padding:.75rem;display:flex}.Profile-module__HLzWoG__leaderboardRank{color:var(--accent-pink);text-align:center;width:40px;font-size:1.5rem;font-weight:700}.Profile-module__HLzWoG__leaderboardName{flex:1;font-weight:500}.Profile-module__HLzWoG__leaderboardPoints{color:var(--text-primary);font-weight:700}@media (max-width:640px){.Profile-module__HLzWoG__formRow{grid-template-columns:1fr}}.Profile-module__HLzWoG__socialSection,.Profile-module__HLzWoG__teamSection{background:#3b82f60d;border:2px solid #3b82f6;border-radius:12px;margin-top:1.5rem;padding:1rem}.Profile-module__HLzWoG__sectionHeader{color:#3b82f6;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;font-weight:600;display:flex}.Profile-module__HLzWoG__formLabel i{color:var(--text-secondary);margin-right:.5rem}.Profile-module__HLzWoG__saveBtnPrimary{background:linear-gradient(135deg,var(--accent-pink),var(--accent-pink-dark));color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:12px;width:100%;margin-top:2rem;padding:1.25rem;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 6px 20px #ff8b9480}.Profile-module__HLzWoG__saveBtnPrimary:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 28px #ff8b9499}.Profile-module__HLzWoG__saveBtnPrimary:active:not(:disabled){transform:translateY(-1px)}.Profile-module__HLzWoG__saveBtnPrimary:disabled{opacity:.6;cursor:not-allowed;transform:none}.Profile-module__HLzWoG__saveBtnPrimary i{margin-right:.75rem;font-size:1.2rem}@media (max-width:640px){.Profile-module__HLzWoG__saveBtnPrimary{padding:1rem;font-size:1rem}}.Profile-module__HLzWoG__commentPreview{color:var(--text-secondary);background:var(--bg-primary);border-left:3px solid var(--accent-pink-light);border-radius:4px;margin:.75rem 0;padding:.75rem;font-size:.9rem;line-height:1.5}.Profile-module__HLzWoG__postItem:hover .Profile-module__HLzWoG__commentPreview{background:var(--bg-secondary)}
