.Profile_profilePage__t2L_A {
  padding: 24px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .Profile_profilePage__t2L_A {
    padding: 16px 20px;
  }
}
@media (max-width: 576px) {
  .Profile_profilePage__t2L_A {
    padding: 16px 12px;
  }
}
.Profile_loading__H_R2d {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  font-size: 18px;
  color: var(--text-secondary);
}
.Profile_profileHeader__vudhe {
  position: relative;
  background: linear-gradient(145deg, color-mix(in srgb, var(--glass-bg) 92%, transparent) 0%, rgba(0, 0, 0, 0.18) 55%, color-mix(in srgb, var(--primary-color) 8%, transparent) 100%);
  border: 1px solid var(--primary-alpha-18);
  border-radius: var(--radius-xl);
  margin-bottom: 32px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.Profile_profileHeader__vudhe .ant-card-body {
  padding: 48px;
  overflow: visible;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .Profile_profileHeader__vudhe .ant-card-body {
    padding: 24px 16px;
  }
}
.Profile_profileHeroGlow__YykvT {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 60% 50% at 12% 20%, rgba(var(--primary-rgb), 0.16), transparent 70%), radial-gradient(ellipse 45% 40% at 88% 0%, rgba(var(--secondary-rgb), 0.12), transparent 65%);
}
.Profile_profileInfo__g85Qy {
  padding: 24px;
  display: flex;
  gap: 32px;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .Profile_profileInfo__g85Qy {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.Profile_backBtn__V_3uq {
  flex: 0 0 100%;
  margin-bottom: -8px;
}
.Profile_avatarWrapper__m7zJo {
  flex-shrink: 0;
  padding: 4px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  box-shadow: 0 8px 28px rgba(var(--primary-rgb), 0.28);
}
.Profile_avatar__T8EQ1 {
  border: 3px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  font-size: 48px;
}
.Profile_userInfo__NF96h {
  flex: 1 1;
  min-width: 0;
}
.Profile_heroMetaRow___oxxn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
  margin: 8px 0 16px;
}
@media (max-width: 768px) {
  .Profile_heroMetaRow___oxxn {
    justify-content: center;
  }
}
.Profile_nickname__7CQjD {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.15em;
  font-size: 24px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 4px;
}
@media (max-width: 768px) {
  .Profile_nickname__7CQjD {
    justify-content: center;
    font-size: 20px;
  }
}
.Profile_email__aPuV9 {
  color: var(--text-secondary);
  margin: 0 0 8px;
}
.Profile_bio__Wv6H0 {
  color: var(--text-muted);
  margin: 0 0 8px;
}
.Profile_joinDate__ap0tt {
  color: var(--text-muted);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 9999px;
  border: 1px solid var(--primary-alpha-12);
  background: rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .Profile_joinDate__ap0tt {
    justify-content: center;
  }
}
.Profile_editBtn__IYCl8 {
  margin-top: 8px;
}
.Profile_tabs__8w7UQ .ant-tabs-nav {
  margin-bottom: 24px;
}
.Profile_tabs__8w7UQ .ant-tabs-nav::before {
  border-bottom-color: var(--border-color);
}
.Profile_tabs__8w7UQ .ant-tabs-tab {
  color: var(--text-secondary);
}
.Profile_tabs__8w7UQ .ant-tabs-tab:hover {
  color: var(--text-primary);
}
.Profile_tabs__8w7UQ .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: var(--primary-light);
}
.Profile_tabs__8w7UQ .ant-tabs-ink-bar {
  background: var(--primary-color);
}
.Profile_tabs__8w7UQ .ant-tabs-content {
  color: var(--text-primary);
}
.Profile_statCard__8_k4P {
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  text-align: center;
}
.Profile_statCard__8_k4P .ant-statistic-title {
  color: var(--text-secondary);
  font-size: 14px;
}
.Profile_statCard__8_k4P .ant-statistic-content {
  font-size: 24px;
  font-weight: 700;
}
.Profile_sectionCard__bDXhP {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
}
.Profile_sectionCard__bDXhP .ant-card-head {
  background: transparent;
  border-bottom-color: var(--border-color);
  color: var(--text-primary);
}
.Profile_sectionCard__bDXhP .ant-list-item {
  border-bottom-color: var(--border-color);
}
.Profile_sectionCard__bDXhP .ant-list-item a {
  color: var(--primary-light);
}
.Profile_sectionCard__bDXhP .ant-list-item a:hover {
  color: var(--primary-color);
}
.Profile_sectionCard__bDXhP .ant-list-item .ant-list-item-meta-description {
  color: var(--text-muted);
}
.Profile_overviewGrid__tClk5 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.Profile_statGrid__MzS7Y {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
  gap: 16px;
}
@media (max-width: 992px) {
  .Profile_statGrid__MzS7Y {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .Profile_statGrid__MzS7Y {
    grid-template-columns: 1fr;
  }
}
.Profile_badgeList___dXhA {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  gap: 24px;
}
@media (max-width: 768px) {
  .Profile_badgeList___dXhA {
    grid-template-columns: 1fr;
  }
}
.Profile_badgeItem__VULTN {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  background: var(--bg-secondary);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
}
.Profile_badgeInfo__iKY1_ {
  display: flex;
  flex-direction: column;
}
.Profile_badgeName__F3Sqv {
  font-weight: 600;
  color: var(--text-primary);
}
.Profile_badgeDesc__LfIyN {
  font-size: 14px;
  color: var(--text-muted);
}
.Profile_tabContainer__vHZu_ {
  margin-top: 32px;
}
.Profile_tabList__OKrxC {
  position: relative;
  display: flex;
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: var(--radius-lg);
  padding: 4px;
  margin-bottom: 24px;
  border: 1px solid var(--primary-alpha-15);
}
@media (max-width: 768px) {
  .Profile_tabList__OKrxC {
    flex-wrap: wrap;
  }
}
.Profile_tabButton__rh97r {
  flex: 1 1;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-secondary);
  background: transparent;
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .Profile_tabButton__rh97r {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 4px);
    min-width: 0;
    padding: 8px 16px;
    font-size: 14px;
  }
}
.Profile_tabButton__rh97r:hover {
  color: var(--text-primary);
}
.Profile_tabActive__RVRDn {
  color: var(--text-primary);
}
@media (max-width: 768px) {
  .Profile_tabActive__RVRDn {
    background: linear-gradient(135deg, var(--primary-alpha-20) 0%, rgba(var(--secondary-rgb), 0.1) 100%);
    border: 1px solid var(--primary-alpha-30);
  }
}
.Profile_tabIndicator__dfA7b {
  position: absolute;
  bottom: 4px;
  left: 4px;
  height: calc(100% - 4px * 2);
  width: calc(33.333% - 4px);
  background: linear-gradient(135deg, var(--primary-alpha-20) 0%, rgba(255, 0, 255, 0.1) 100%);
  border: 1px solid var(--primary-alpha-30);
  border-radius: var(--radius-md);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
  box-shadow: 0 0 15px rgba(var(--primary-rgb), calc(var(--box-glow-intensity, 1) * 0.1));
}
@media (max-width: 768px) {
  .Profile_tabIndicator__dfA7b {
    display: none;
  }
}
.Profile_tabIndicator__dfA7b.Profile_overview__DIpZF {
  transform: translateX(0);
}
.Profile_tabIndicator__dfA7b.Profile_puzzles__iwkZK {
  transform: translateX(100%);
}
.Profile_tabIndicator__dfA7b.Profile_hunts__iraVM {
  transform: translateX(200%);
}
.Profile_subTabList__Uw_JB {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.Profile_subTabButton__uTZeM {
  padding: 8px 16px;
  border-radius: 9999px;
  border: 1px solid var(--border-color);
  background: var(--bg-secondary);
  color: var(--text-secondary);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.Profile_subTabButton__uTZeM:hover {
  color: var(--text-primary);
  border-color: var(--primary-alpha-15);
}
.Profile_subTabActive__UphJA {
  color: var(--primary-color);
  border-color: var(--primary-alpha-15);
  background: var(--primary-alpha-10);
}
.Profile_tabContent__m_rph {
  animation: Profile_fadeIn__a5nle 0.3s ease;
}
.Profile_puzzleList__RWAIr {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.Profile_puzzleItem__bS5JW {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  background: var(--bg-secondary);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
}
.Profile_puzzleInfo__MQbyy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1;
  min-width: 0;
}
.Profile_puzzleTitle__jh8RY {
  color: var(--primary-light);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Profile_puzzleTitle__jh8RY:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.Profile_puzzleMeta__3jAnk {
  color: var(--text-muted);
  font-size: 14px;
}
@keyframes Profile_fadeIn__a5nle {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

