.mainLayout___xrx7G {
  min-height: 100vh;
  background-color: #0a0a0f;
}
.content___rscJH {
  margin-top: 64px;
  min-height: calc(100vh - 64px);
}
.contentWrapper___L_ZkM {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px;
}
.header____W_Ia {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 64px;
  background: rgba(10, 10, 15, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 255, 255, 0.1);
  padding: 0;
}
.container___w2ty1 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo___guHy5 {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.logo___guHy5:hover {
  opacity: 0.8;
}
.logoIcon___y__8a {
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 0 8px rgba(0, 255, 255, 0.6)) brightness(0) saturate(100%) invert(70%) sepia(100%) saturate(500%) hue-rotate(130deg);
}
.logoText___pSIZn {
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(135deg, #80ffff 0%, #ff00ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.navMenu___IRpUe {
  flex: 1;
  margin-left: 32px;
  display: flex;
  gap: 4px;
}
.navItem___HLlZZ {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  color: #94a3b8;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 500;
}
.navItem___HLlZZ:hover {
  color: #e2e8f0;
  background: rgba(0, 255, 255, 0.05);
}
.navItem___HLlZZ.active___L0TIb {
  color: #00ffff;
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.1), rgba(255, 0, 255, 0.05));
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
}
.navItem___HLlZZ svg {
  width: 18px;
  height: 18px;
}
.userSection___ibXdn {
  display: flex;
  align-items: center;
  gap: 16px;
}
.userMenuWrapper___jMHSe {
  position: relative;
}
.userInfo___VVZHi {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 8px;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid transparent;
}
.userInfo___VVZHi:hover {
  background: rgba(0, 255, 255, 0.05);
  border-color: rgba(0, 255, 255, 0.2);
}
.nickname___w_SuD {
  color: #e2e8f0;
  font-size: 16px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .nickname___w_SuD {
    display: none;
  }
}
.avatar___cJhtN {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #00ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.2);
}
.avatar___cJhtN img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.avatar___cJhtN svg {
  width: 20px;
  height: 20px;
  color: #94a3b8;
}
.userDropdown___RdiNf {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  min-width: 180px;
  background: #12121a;
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 255, 255, 0.1);
  z-index: 1001;
  overflow: hidden;
  animation: slideDown___HZDfn 0.2s ease-out;
}
.dropdownItem___CX7t6 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  color: #94a3b8;
  text-decoration: none;
  transition: all 0.2s;
  background: transparent;
  border: none;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
}
.dropdownItem___CX7t6:hover {
  background: rgba(0, 255, 255, 0.1);
  color: #e2e8f0;
}
.dropdownItem___CX7t6 svg {
  width: 18px;
  height: 18px;
}
.dropdownDivider___OPyCK {
  height: 1px;
  background: rgba(0, 255, 255, 0.1);
  margin: 4px 0;
}
.authButtons___Fc2gP {
  display: flex;
  gap: 8px;
}
.authLoading___rs9EP {
  display: flex;
  align-items: center;
  gap: 8px;
}
.loadingPlaceholder___A8Beh {
  width: 120px;
  height: 36px;
  background: linear-gradient(90deg, rgba(0, 255, 255, 0.05) 0%, rgba(0, 255, 255, 0.1) 50%, rgba(0, 255, 255, 0.05) 100%);
  border-radius: 8px;
  animation: pulse___doEMf 1.5s ease-in-out infinite;
}
@keyframes pulse___doEMf {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
.mobileMenuBtn___l3wcD {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 8px;
  color: #e2e8f0;
  cursor: pointer;
  transition: all 0.3s;
}
.mobileMenuBtn___l3wcD:hover {
  border-color: #00ffff;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.2);
}
.mobileMenuBtn___l3wcD svg {
  width: 20px;
  height: 20px;
}
.mobileOverlay___F4bhv {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  z-index: 1001;
  animation: fadeIn___SRvrx 0.2s ease-out;
}
.mobileDrawer___vUEFK {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 280px;
  background: #12121a;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-left: 1px solid rgba(0, 255, 255, 0.2);
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.5);
  z-index: 1002;
  animation: slideInRight___C7Px_ 0.3s ease-out;
  display: flex;
  flex-direction: column;
}
.mobileDrawerHeader___FFOD8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid rgba(0, 255, 255, 0.1);
  background: #12121a;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-left: 1px solid rgba(0, 255, 255, 0.2);
}
.mobileDrawerTitle___vlfQh {
  font-size: 18px;
  font-weight: 600;
  color: #e2e8f0;
}
.mobileDrawerClose___QPFPS {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 8px;
  color: #94a3b8;
  cursor: pointer;
  transition: all 0.3s;
}
.mobileDrawerClose___QPFPS:hover {
  border-color: #00ffff;
  color: #00ffff;
}
.mobileDrawerClose___QPFPS svg {
  width: 20px;
  height: 20px;
}
.mobileNav___VAPGw {
  flex: 1;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #12121a;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-left: 1px solid rgba(0, 255, 255, 0.2);
  border-bottom: 1px solid rgba(0, 255, 255, 0.2);
}
.mobileNavItem___sJyAl {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  color: #94a3b8;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s;
  font-size: 16px;
}
.mobileNavItem___sJyAl:hover {
  background: rgba(0, 255, 255, 0.05);
  color: #e2e8f0;
}
.mobileNavItem___sJyAl.active___L0TIb {
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.15), rgba(255, 0, 255, 0.1));
  color: #00ffff;
}
.mobileNavItem___sJyAl svg {
  width: 20px;
  height: 20px;
}
.footer___qYA7q {
  background: rgba(10, 10, 15, 0.9);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(0, 255, 255, 0.15);
  padding: 32px 0 24px;
  margin-top: auto;
}
.footer___qYA7q .container___w2ty1 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}
.footer___qYA7q .footerInner___Q6JSX {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  flex-wrap: wrap;
  gap: 32px;
  border-bottom: 1px solid rgba(0, 255, 255, 0.1);
}
.footer___qYA7q .footerLeft___X7uUR {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer___qYA7q .footerLogo___w1Nhs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #e2e8f0;
}
.footer___qYA7q .footerLogo___w1Nhs .footerLogoIcon___NYx0T {
  width: 24px;
  height: 24px;
  color: #00ffff;
  filter: drop-shadow(0 0 5px rgba(0, 255, 255, 0.5));
}
.footer___qYA7q .footerDesc___uj_Af {
  color: #64748b;
  font-size: 14px;
  max-width: 300px;
}
.footer___qYA7q .footerLinks___kvOm3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer___qYA7q .footerLink___U92JK {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #94a3b8;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
}
.footer___qYA7q .footerLink___U92JK:hover {
  color: #00ffff;
}
.footer___qYA7q .footerLink___U92JK svg {
  width: 16px;
  height: 16px;
}
.footer___qYA7q .footerBottom___OYE63 {
  padding-top: 24px;
  text-align: center;
}
.footer___qYA7q .copyright___gDbwq {
  color: #64748b;
  font-size: 14px;
}
@keyframes slideDown___HZDfn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInRight___C7Px_ {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes fadeIn___SRvrx {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .container___w2ty1 {
    padding: 0 16px;
  }
  .logoText___pSIZn {
    display: none;
  }
  .navMenu___IRpUe {
    display: none;
  }
  .contentWrapper___L_ZkM {
    padding: 16px;
  }
  .authButtons___Fc2gP {
    gap: 4px;
  }
  .footer___qYA7q {
    padding: 24px 0;
  }
  .footer___qYA7q .container___w2ty1 {
    display: flex;
    flex-direction: column;
  }
  .footer___qYA7q .footerInner___Q6JSX {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    padding-bottom: 16px;
  }
  .footer___qYA7q .footerLeft___X7uUR {
    align-items: center;
  }
  .footer___qYA7q .footerLinks___kvOm3 {
    align-items: center;
  }
  .footer___qYA7q .footerBottom___OYE63 {
    padding-top: 16px;
    border-top: 1px solid rgba(0, 255, 255, 0.1);
  }
}

.particleCanvas___MtCch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

