/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/app/explore/page.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.page_page__WZeyd {
  min-height: 100vh;
  padding-bottom: 4rem;
}

.page_content__ErCyc {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
  padding-top: 2rem;
}

.page_sidebar__Edsb4 {
  position: sticky;
  top: 80px;
  height: fit-content;
}

.page_main__o76r_ {
  min-width: 0;
}

@media (max-width: 1024px) {
  .page_content__ErCyc {
    grid-template-columns: 1fr;
  }
  
  .page_sidebar__Edsb4 {
    position: static;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/common/LoadingSpinner.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.LoadingSpinner_container___mpku {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 2rem;
}

.LoadingSpinner_spinner__uksj_ {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.LoadingSpinner_spinner__uksj_.LoadingSpinner_sm__i8L76 { width: 40px; height: 40px; }
.LoadingSpinner_spinner__uksj_.LoadingSpinner_md__wHrc9 { width: 64px; height: 64px; }
.LoadingSpinner_spinner__uksj_.LoadingSpinner_lg__8PLBv { width: 96px; height: 96px; }

.LoadingSpinner_ring__YNJzm {
  position: absolute;
  border-radius: 50%;
  border: 3px solid transparent;
  animation: LoadingSpinner_spin__YuOcy 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.LoadingSpinner_spinner__uksj_.LoadingSpinner_sm__i8L76 .LoadingSpinner_ring__YNJzm { width: 40px; height: 40px; border-width: 2px; }
.LoadingSpinner_spinner__uksj_.LoadingSpinner_md__wHrc9 .LoadingSpinner_ring__YNJzm { width: 64px; height: 64px; border-width: 3px; }
.LoadingSpinner_spinner__uksj_.LoadingSpinner_lg__8PLBv .LoadingSpinner_ring__YNJzm { width: 96px; height: 96px; border-width: 4px; }

.LoadingSpinner_ring__YNJzm:nth-child(1) { 
  animation-delay: -0.4s; 
  border-top-color: color-mix(in srgb, var(--primary) 80%, var(--foreground));
  filter: drop-shadow(0 0 6px var(--primary));
}

.LoadingSpinner_ring__YNJzm:nth-child(2) { 
  animation-delay: -0.2s; 
  border-top-color: var(--secondary); 
  width: 75%; 
  height: 75%; 
  animation-direction: reverse;
  filter: drop-shadow(0 0 6px var(--secondary));
}

.LoadingSpinner_ring__YNJzm:nth-child(3) { 
  animation-delay: 0s; 
  border-top-color: var(--accent); 
  width: 50%; 
  height: 50%; 
  filter: drop-shadow(0 0 6px var(--accent));
}

@keyframes LoadingSpinner_spin__YuOcy {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.LoadingSpinner_icon__iFt2G {
  font-size: 20px;
  animation: LoadingSpinner_iconBounce__GCxOl 1.5s ease-in-out infinite;
}

.LoadingSpinner_spinner__uksj_.LoadingSpinner_sm__i8L76 .LoadingSpinner_icon__iFt2G { font-size: 14px; }
.LoadingSpinner_spinner__uksj_.LoadingSpinner_lg__8PLBv .LoadingSpinner_icon__iFt2G { font-size: 28px; }

@keyframes LoadingSpinner_iconBounce__GCxOl {
  0%, 100% { 
    transform: scale(1); 
    opacity: 0.8;
  }
  50% { 
    transform: scale(1.15); 
    opacity: 1;
  }
}

.LoadingSpinner_text__YEz4h {
  color: var(--text-secondary);
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
  animation: LoadingSpinner_textFade__OHDwo 2s ease-in-out infinite;
}

@keyframes LoadingSpinner_textFade__OHDwo {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

/* Skeleton variant */
.LoadingSpinner_skeleton__yOTih {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

.LoadingSpinner_skeletonLine___0vSy {
  height: 1rem;
  background: linear-gradient(
    90deg,
    var(--card-border) 0%,
    var(--surface) 50%,
    var(--card-border) 100%
  );
  background-size: 200% 100%;
  border-radius: var(--radius-md);
  animation: LoadingSpinner_shimmer__lyPGa 1.5s infinite linear;
}

.LoadingSpinner_skeletonLine___0vSy:nth-child(1) { width: 100%; }
.LoadingSpinner_skeletonLine___0vSy:nth-child(2) { width: 80%; }
.LoadingSpinner_skeletonLine___0vSy:nth-child(3) { width: 60%; }

@keyframes LoadingSpinner_shimmer__lyPGa {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Dots variant */
.LoadingSpinner_dots__fZYBR {
  display: flex;
  gap: 0.5rem;
}

.LoadingSpinner_dot__7mizx {
  width: 10px;
  height: 10px;
  background: var(--primary);
  border-radius: 50%;
  animation: LoadingSpinner_dotBounce__fYQNO 1.4s ease-in-out infinite;
}

.LoadingSpinner_dot__7mizx:nth-child(1) { animation-delay: 0s; }
.LoadingSpinner_dot__7mizx:nth-child(2) { animation-delay: 0.2s; }
.LoadingSpinner_dot__7mizx:nth-child(3) { animation-delay: 0.4s; }

@keyframes LoadingSpinner_dotBounce__fYQNO {
  0%, 80%, 100% {
    transform: scale(0.6);
    opacity: 0.4;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Progress variant */
.LoadingSpinner_progressSpinner__M2hV9 {
  width: 100%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

.LoadingSpinner_progressBar__UG0_q {
  width: 100%;
  height: 6px;
  background: var(--card-border);
  border-radius: var(--radius-full);
  overflow: hidden;
}

.LoadingSpinner_progressFill__aTgR_ {
  height: 100%;
  background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent));
  background-size: 200% 100%;
  border-radius: var(--radius-full);
  animation: LoadingSpinner_progressGradient__bAxuF 2s linear infinite;
}

@keyframes LoadingSpinner_progressGradient__bAxuF {
  0% { background-position: 200% 0; }
  100% { background-position: 0% 0; }
}

.LoadingSpinner_progressText__Nbllk {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-secondary);
}

/* Full page loading */
.LoadingSpinner_fullPage__hQZZy {
  position: fixed;
  inset: 0;
  background: color-mix(in srgb, var(--foreground) 90%, transparent);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}


/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/explore/ExploreFilters.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ExploreFilters_filters__ph_pC {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-2xl);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  box-shadow: var(--shadow-sm);
}

.ExploreFilters_section__81v_Y {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.ExploreFilters_sectionTitle__DWG39 {
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding-left: 0.5rem;
}

.ExploreFilters_options__M3Ov_ {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.ExploreFilters_option__45Bys {
  position: relative;
  padding: 0.75rem 1rem;
  border: none;
  background: transparent;
  border-radius: var(--radius-lg);
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.ExploreFilters_option__45Bys::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 3px;
  height: 60%;
  background: linear-gradient(180deg, var(--primary-light), var(--primary-dark));
  border-radius: 0 2px 2px 0;
  transition: transform 0.2s ease;
}

.ExploreFilters_option__45Bys:hover {
  background: var(--surface);
  color: var(--foreground);
}

.ExploreFilters_option__45Bys.ExploreFilters_active__U_I2u {
  background: color-mix(in srgb, var(--primary) 10%, transparent);
  color: color-mix(in srgb, var(--primary) 90%, var(--foreground));
  font-weight: 600;
}

.ExploreFilters_option__45Bys.ExploreFilters_active__U_I2u::before {
  transform: translateY(-50%) scaleY(1);
}

.ExploreFilters_optionIcon__Y7LFx {
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.ExploreFilters_option__45Bys:hover .ExploreFilters_optionIcon__Y7LFx {
  transform: scale(1.15);
}

.ExploreFilters_optionCount__FXT3b {
  margin-left: auto;
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  background: var(--surface);
  border-radius: var(--radius-full);
  color: var(--text-secondary);
}

.ExploreFilters_option__45Bys.ExploreFilters_active__U_I2u .ExploreFilters_optionCount__FXT3b {
  background: var(--primary);
  color: var(--foreground);
}

.ExploreFilters_categories__w7LDU {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.ExploreFilters_category__a0s_W {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border: none;
  background: transparent;
  border-radius: var(--radius-lg);
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  color: var(--text-secondary);
}

.ExploreFilters_category__a0s_W:hover {
  background: var(--surface);
  color: var(--foreground);
  transform: translateX(4px);
}

.ExploreFilters_category__a0s_W.ExploreFilters_active__U_I2u {
  background: color-mix(in srgb, var(--primary) 10%, transparent);
  color: color-mix(in srgb, var(--primary) 90%, var(--foreground));
  font-weight: 600;
}

.ExploreFilters_categoryIcon__eDF39 {
  font-size: 1.125rem;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface);
  border-radius: var(--radius-md);
  transition: all 0.2s ease;
}

.ExploreFilters_category__a0s_W:hover .ExploreFilters_categoryIcon__eDF39,
.ExploreFilters_category__a0s_W.ExploreFilters_active__U_I2u .ExploreFilters_categoryIcon__eDF39 {
  background: linear-gradient(135deg, var(--primary-light), var(--primary-dark));
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary) 30%, transparent);
}

.ExploreFilters_categoryName__X6AU2 {
  flex: 1 1;
}

.ExploreFilters_range__AM4nC {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ExploreFilters_rangeValue__ySTOw {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--foreground);
  text-align: center;
  background: linear-gradient(135deg, var(--primary-light), var(--primary-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ExploreFilters_rangeInput__6y_yn {
  width: 100%;
  height: 6px;
  border-radius: var(--radius-full);
  background: var(--card-border);
  appearance: none;
  cursor: pointer;
}

.ExploreFilters_rangeInput__6y_yn::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-light), var(--primary-dark));
  cursor: pointer;
  box-shadow: 0 2px 8px color-mix(in srgb, var(--primary) 40%, transparent);
  -webkit-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
}

.ExploreFilters_rangeInput__6y_yn::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}

.ExploreFilters_rangeLabels__5w3ck {
  display: flex;
  justify-content: space-between;
  font-size: 0.6875rem;
  font-weight: 500;
  color: var(--text-tertiary, var(--text-secondary));
}

.ExploreFilters_resetBtn__IfNnt {
  padding: 0.875rem 1rem;
  border: 1px solid var(--card-border);
  background: var(--surface);
  border-radius: var(--radius-lg);
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.ExploreFilters_resetBtn__IfNnt:hover {
  background: var(--surface);
  border-color: var(--border-color);
  color: var(--foreground);
}

.ExploreFilters_resetBtn__IfNnt:active {
  transform: scale(0.98);
}

.ExploreFilters_divider__TUJO9 {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--card-border), transparent);
  margin: 0.25rem 0;
}

@media (max-width: 1024px) {
  .ExploreFilters_filters__ph_pC {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1.25rem;
  }
  
  .ExploreFilters_section__81v_Y {
    min-width: 200px;
    flex: 1 1;
  }
  
  .ExploreFilters_categories__w7LDU {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .ExploreFilters_category__a0s_W {
    padding: 0.5rem 0.75rem;
    gap: 0.5rem;
  }

  .ExploreFilters_categoryIcon__eDF39 {
    width: 24px;
    height: 24px;
    font-size: 0.875rem;
  }
}


/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/explore/ExploreHeader.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ExploreHeader_header__ENDL9 {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
  color: var(--foreground);
  padding: 3rem 0;
}

.ExploreHeader_title__jjZXU {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.ExploreHeader_subtitle__lU6zB {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 1.5rem;
}

.ExploreHeader_stats__IJE2a {
  display: flex;
  gap: 2rem;
}

.ExploreHeader_stat__0kNRJ {
  display: flex;
  flex-direction: column;
}

.ExploreHeader_statValue__3pLcb {
  font-size: 1.5rem;
  font-weight: 700;
}

.ExploreHeader_statLabel__ah4fm {
  font-size: 0.813rem;
  opacity: 0.8;
}

@media (max-width: 640px) {
  .ExploreHeader_stats__IJE2a {
    flex-wrap: wrap;
    gap: 1rem;
  }
  
  .ExploreHeader_stat__0kNRJ {
    min-width: 100px;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/explore/IdeaGrid.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.IdeaGrid_container__q1PJz {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.IdeaGrid_resultsHeader__MAahO {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.IdeaGrid_count__Bxqu0 {
  font-size: 0.875rem;
  color: var(--text-secondary);
}

.IdeaGrid_viewToggle__gpg3t {
  display: flex;
  gap: 0.25rem;
}

.IdeaGrid_viewBtn__DDcJX {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--card-border);
  background: white;
  border-radius: var(--radius-md);
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  color: var(--text-secondary);
}

.IdeaGrid_viewBtn__DDcJX:hover {
  border-color: var(--border-color);
  color: var(--foreground);
}

.IdeaGrid_viewBtn__DDcJX.IdeaGrid_active__tSBnd {
  background: color-mix(in srgb, var(--primary) 10%, transparent);
  border-color: color-mix(in srgb, var(--primary) 20%, transparent);
  color: var(--primary-dark);
}

.IdeaGrid_loading__A6QXd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  gap: 1rem;
  color: var(--text-secondary);
}

.IdeaGrid_spinner__7T0If {
  width: 40px;
  height: 40px;
  border: 3px solid var(--card-border);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: IdeaGrid_spin__y162c 1s linear infinite;
}

@keyframes IdeaGrid_spin__y162c {
  to { transform: rotate(360deg); }
}

.IdeaGrid_loadMore__LvLKb {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}

.IdeaGrid_error__ClB3E {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  gap: 1rem;
  color: var(--accent-red);
}

.IdeaGrid_empty__TaxvE {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  gap: 1rem;
  color: var(--text-secondary);
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/ideas/IdeaCard.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * 创意卡片样式
 * ========================
 * 3D 透视 hover、主题色适配、glassmorphism
 */

.IdeaCard_card__5QLPA {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: inherit;
  background: var(--card-bg);
  border-radius: var(--radius-2xl);
  border: 1px solid var(--card-border);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--shadow-sm);
  /* 3D 透视 */
  transform-style: preserve-3d;
  perspective: 1200px;
  will-change: transform;
}

.IdeaCard_card__5QLPA:hover {
  transform: rotateX(var(--rotate-x, 0)) rotateY(var(--rotate-y, 0)) translateY(-4px);
  box-shadow: var(--shadow-xl), 0 0 0 1px color-mix(in srgb, var(--primary) 15%, transparent);
  border-color: color-mix(in srgb, var(--primary) 30%, var(--card-border));
}

/* ═══ 封面图 ═══ */
.IdeaCard_imageWrapper__9d0D9 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: var(--radius-2xl) var(--radius-2xl) 0 0;
}

.IdeaCard_image__Nm0kh {
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.IdeaCard_card__5QLPA:hover .IdeaCard_image__Nm0kh {
  transform: scale(1.08);
}

/* 底部渐变遮罩 */
.IdeaCard_imageOverlay__SziFI {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, color-mix(in srgb, var(--foreground) 15%, transparent) 0%, transparent 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.IdeaCard_card__5QLPA:hover .IdeaCard_imageOverlay__SziFI {
  opacity: 1;
}

.IdeaCard_imagePlaceholder__KShMi {
  width: 100%;
  height: 100%;
  background: var(--gradient-primary);
  background-size: 200% 200%;
  animation: IdeaCard_gradientShift__zq8Fc 4s ease-in-out infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes IdeaCard_gradientShift__zq8Fc {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.IdeaCard_imagePlaceholder__KShMi span {
  font-size: 3rem;
  opacity: 0.8;
}

/* 状态角标 */
.IdeaCard_hotBadge__N_Ex4 {
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
  padding: 0.375rem 0.875rem;
  background: color-mix(in srgb, var(--foreground) 65%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--foreground);
  display: flex;
  align-items: center;
  gap: 0.375rem;
  animation: IdeaCard_hotPulse__DUTuu 2s ease-in-out infinite;
}

@keyframes IdeaCard_hotPulse__DUTuu {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}

.IdeaCard_milestoneBadge__riT5o {
  position: absolute;
  bottom: 0.875rem;
  left: 0.875rem;
  padding: 0.375rem 0.75rem;
  background: color-mix(in srgb, var(--background) 92%, transparent);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: var(--radius-full);
  font-size: 0.6875rem;
  font-weight: 600;
  color: color-mix(in srgb, var(--primary) 90%, var(--foreground));
}

/* ═══ 内容区 ═══ */
.IdeaCard_content__OaaYm {
  padding: 1.25rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  flex: 1 1;
}

.IdeaCard_meta__HaohY {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.IdeaCard_category__Xcj4G {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.6875rem;
  color: color-mix(in srgb, var(--primary) 80%, var(--foreground));
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.IdeaCard_tags__SwOpM {
  display: flex;
  gap: 0.375rem;
}

.IdeaCard_tag__FZbHI {
  font-size: 0.6875rem;
  color: var(--text-secondary);
  background: color-mix(in srgb, var(--primary) 6%, var(--surface));
  padding: 0.125rem 0.5rem;
  border-radius: var(--radius-full);
  font-weight: 500;
  transition: background 0.2s ease;
}

.IdeaCard_card__5QLPA:hover .IdeaCard_tag__FZbHI {
  background: color-mix(in srgb, var(--primary) 12%, var(--surface));
  color: color-mix(in srgb, var(--primary) 90%, var(--foreground));
}

.IdeaCard_title__tZgJS {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  color: var(--foreground);
  transition: color 0.2s ease;
}

.IdeaCard_card__5QLPA:hover .IdeaCard_title__tZgJS {
  color: color-mix(in srgb, var(--primary) 80%, var(--foreground));
}

.IdeaCard_tagline__0CdAX {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.6;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ═══ 创作者 ═══ */
.IdeaCard_creator__uBwun {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 0.375rem;
}

.IdeaCard_avatar__5DYEM {
  width: 28px;
  height: 28px;
  border-radius: var(--radius-full);
  background: var(--gradient-primary);
  color: var(--foreground);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: 0 2px 8px color-mix(in srgb, var(--primary) 30%, transparent);
}

.IdeaCard_creatorName__c0UZ0 {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--foreground);
}

.IdeaCard_createdAt__ya4yC {
  font-size: 0.6875rem;
  color: var(--text-tertiary, var(--text-secondary));
  margin-left: auto;
}

/* ═══ 底部统计 & 投票 ═══ */
.IdeaCard_footer__Zemub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--card-border);
}

.IdeaCard_stats__dNVbj {
  display: flex;
  gap: 1rem;
}

.IdeaCard_stat__F_1mc {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.8125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.IdeaCard_statIcon__9J69u {
  font-size: 0.9375rem;
  transition: transform 0.2s ease;
}

.IdeaCard_stat__F_1mc:hover .IdeaCard_statIcon__9J69u {
  transform: scale(1.2);
}

/* ═══ 投票按钮 ═══ */
.IdeaCard_voteBtn__giON5 {
  padding: 0.625rem 1.25rem;
  border-radius: var(--radius-full);
  font-size: 0.8125rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  background: var(--surface);
  color: var(--foreground);
  display: flex;
  align-items: center;
  gap: 0.375rem;
  position: relative;
  overflow: hidden;
}

/* 悬停发光效果 */
.IdeaCard_voteBtn__giON5::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gradient-primary);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.IdeaCard_voteBtn__giON5:hover::before {
  opacity: 1;
}

.IdeaCard_voteBtn__giON5:hover {
  color: var(--foreground);
  transform: scale(1.04);
  box-shadow: 0 4px 16px color-mix(in srgb, var(--primary) 30%, transparent);
}

.IdeaCard_voteBtn__giON5:active {
  transform: scale(0.97);
}

.IdeaCard_voteBtn__giON5 > * {
  position: relative;
  z-index: 1;
}

.IdeaCard_voteBtn__giON5.IdeaCard_voted__r_SCM {
  background: var(--gradient-primary);
  color: var(--foreground);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary) 30%, transparent);
}

.IdeaCard_voteBtn__giON5.IdeaCard_voted__r_SCM::before {
  display: none;
}

.IdeaCard_voteBtn__giON5.IdeaCard_animating__K9SRG {
  animation: IdeaCard_voteBounce__0wyKL 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes IdeaCard_voteBounce__0wyKL {
  0% { transform: scale(1); box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary) 40%, transparent); }
  15% { transform: scale(1.3); box-shadow: 0 0 20px 4px color-mix(in srgb, var(--primary) 50%, transparent); }
  30% { transform: scale(0.88); }
  50% { transform: scale(1.15); box-shadow: 0 0 30px 8px color-mix(in srgb, var(--primary) 30%, transparent); }
  70% { transform: scale(0.96); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 transparent; }
}

.IdeaCard_voteBtn__giON5.IdeaCard_voted__r_SCM {
  background: var(--gradient-primary);
  color: white;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--primary) 30%, transparent);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.IdeaCard_voteBtn__giON5.IdeaCard_loading__s8NIU {
  opacity: 0.7;
  cursor: wait;
}

.IdeaCard_voteBtn__giON5.IdeaCard_disabled__96b5A {
  cursor: not-allowed;
}

.IdeaCard_voteBtn__giON5:disabled {
  cursor: not-allowed;
}

/* ═══ 已投票指示条 ═══ */
.IdeaCard_votedIndicator__smW2c {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--gradient-primary);
  border-radius: 0 2px 2px 0;
}

/* ═══ 骨架屏 ═══ */
.IdeaCard_skeleton__0G3LF {
  pointer-events: none;
}

.IdeaCard_skeleton__0G3LF .IdeaCard_imageWrapper__9d0D9 {
  background: var(--surface);
  animation: IdeaCard_shimmer__GWP0D 1.5s infinite;
}

@keyframes IdeaCard_shimmer__GWP0D {
  0% { opacity: 0.5; }
  50% { opacity: 1; }
  100% { opacity: 0.5; }
}

/* ═══ 暗色模式 ═══ */

/* ═══ 响应式 ═══ */
@media (max-width: 640px) {
  .IdeaCard_card__5QLPA:hover {
    transform: none;
  }

  .IdeaCard_content__OaaYm {
    padding: 1rem;
  }

  .IdeaCard_title__tZgJS {
    font-size: 1rem;
  }

  .IdeaCard_voteBtn__giON5 {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/common/Toast.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Toast_container__dhn3M {
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  pointer-events: none;
}

.Toast_toast__67rHz {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 1rem 1.25rem;
  background: var(--card-bg);
  border-radius: var(--radius-xl);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--foreground) 15%, transparent), 0 0 0 1px color-mix(in srgb, var(--foreground) 5%, transparent);
  min-width: 300px;
  max-width: 420px;
  animation: Toast_toastSlideIn__Rfr07 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: auto;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
}

.Toast_toast__67rHz::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 4px 0 0 4px;
}

.Toast_toast__67rHz.Toast_exiting__ufpDd {
  animation: Toast_toastSlideOut__KTeyp 0.3s cubic-bezier(0.4, 0, 1, 1) forwards;
}

@keyframes Toast_toastSlideIn__Rfr07 {
  from { 
    opacity: 0; 
    transform: translateX(100%) scale(0.9);
  }
  to { 
    opacity: 1; 
    transform: translateX(0) scale(1);
  }
}

@keyframes Toast_toastSlideOut__KTeyp {
  from { 
    opacity: 1; 
    transform: translateX(0) scale(1);
  }
  to { 
    opacity: 0; 
    transform: translateX(100%) scale(0.9);
  }
}

.Toast_toast__67rHz.Toast_success__4PpFf::before {
  background: linear-gradient(180deg, var(--accent-green), color-mix(in srgb, var(--accent-green) 70%, black));
}

.Toast_toast__67rHz.Toast_error__ReeiP::before {
  background: linear-gradient(180deg, var(--accent-red), var(--accent-red));
}

.Toast_toast__67rHz.Toast_info__9tcyw::before {
  background: linear-gradient(180deg, var(--primary), var(--secondary));
}

.Toast_toast__67rHz.Toast_warning__EHHEt::before {
  background: linear-gradient(180deg, var(--accent-yellow), color-mix(in srgb, var(--accent-yellow) 70%, black));
}

.Toast_icon__ZV2Le {
  width: 32px;
  height: 32px;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  flex-shrink: 0;
  box-shadow: 0 4px 12px color-mix(in srgb, var(--foreground) 15%, transparent);
}

.Toast_success__4PpFf .Toast_icon__ZV2Le {
  background: linear-gradient(135deg, var(--accent-green), color-mix(in srgb, var(--accent-green) 70%, black));
  color: var(--foreground);
}

.Toast_error__ReeiP .Toast_icon__ZV2Le {
  background: linear-gradient(135deg, var(--accent-red), var(--accent-red));
  color: var(--foreground);
}

.Toast_info__9tcyw .Toast_icon__ZV2Le {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: var(--foreground);
}

.Toast_warning__EHHEt .Toast_icon__ZV2Le {
  background: linear-gradient(135deg, var(--accent-yellow), color-mix(in srgb, var(--accent-yellow) 70%, black));
  color: var(--foreground);
}

.Toast_content___jDdX {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.Toast_title__NR9mP {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--foreground);
}

.Toast_message__VbwjE {
  font-size: 0.8125rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.Toast_close__3qMJ7 {
  background: var(--surface);
  border: none;
  width: 28px;
  height: 28px;
  border-radius: var(--radius-md);
  color: var(--text-secondary);
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
  flex-shrink: 0;
}

.Toast_close__3qMJ7:hover {
  background: var(--card-border);
  color: var(--foreground);
  transform: scale(1.1);
}

.Toast_close__3qMJ7:active {
  transform: scale(0.95);
}

/* Progress bar for auto-dismiss */
.Toast_progress__nzz_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--card-border);
}

.Toast_progressBar__g6L2Z {
  height: 100%;
  background: currentColor;
  animation: Toast_progressShrink__X_r4G var(--duration, 5s) linear forwards;
}

.Toast_success__4PpFf .Toast_progressBar__g6L2Z {
  background: var(--accent-green);
}

.Toast_error__ReeiP .Toast_progressBar__g6L2Z {
  background: var(--accent-red);
}

.Toast_info__9tcyw .Toast_progressBar__g6L2Z {
  background: var(--primary);
}

.Toast_warning__EHHEt .Toast_progressBar__g6L2Z {
  background: var(--accent-yellow);
}

@keyframes Toast_progressShrink__X_r4G {
  from { width: 100%; }
  to { width: 0%; }
}

/* Mobile */
@media (max-width: 480px) {
  .Toast_container__dhn3M {
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 16px;
  }

  .Toast_toast__67rHz {
    min-width: 0;
    max-width: 100%;
    animation-name: Toast_toastSlideUp__tAAcQ;
  }

  @keyframes Toast_toastSlideUp__tAAcQ {
    from { 
      opacity: 0; 
      transform: translateY(100%) scale(0.9);
    }
    to { 
      opacity: 1; 
      transform: translateY(0) scale(1);
    }
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/.pnpm/next@16.2.4_@babel+core@7.29.0_react-dom@19.2.6_react@19.2.6__react@19.2.6/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/common/SkeletonCard.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * SkeletonCard 样式
 */

 .SkeletonCard_card__yWFCJ {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  background: var(--card-bg);
  border-radius: var(--radius-2xl);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-sm);
  pointer-events: none;
}

/* 渐变动画 */
@keyframes SkeletonCard_shimmer__5ECzf {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.SkeletonCard_card__yWFCJ::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.05) 20%,
    rgba(255, 255, 255, 0.1) 60%,
    rgba(255, 255, 255, 0)
  );
  animation: SkeletonCard_shimmer__5ECzf 2s infinite;
  z-index: 10;
}

[data-theme='light'] .SkeletonCard_card__yWFCJ::after {
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.4) 20%,
    rgba(255, 255, 255, 0.6) 60%,
    rgba(255, 255, 255, 0)
  );
}

/* 基础块样式 */
.SkeletonCard_block__swRyP {
  background: var(--surface-hover, rgba(120, 120, 120, 0.1));
  border-radius: var(--radius-md);
}

/* 封面图 */
.SkeletonCard_imageWrapper__pqxZ5 {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: var(--surface-hover, rgba(120, 120, 120, 0.1));
}

/* 内容区 */
.SkeletonCard_content__Va7yv {
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex: 1 1;
}

.SkeletonCard_meta__UDzHL {
  display: flex;
  justify-content: space-between;
}

.SkeletonCard_category__ng_Ln {
  width: 60px;
  height: 14px;
  background: var(--surface-hover, rgba(120, 120, 120, 0.1));
  border-radius: var(--radius-sm);
}

.SkeletonCard_tags__igCNn {
  width: 40px;
  height: 14px;
  background: var(--surface-hover, rgba(120, 120, 120, 0.1));
  border-radius: var(--radius-full);
}

.SkeletonCard_title__NMjT8 {
  width: 90%;
  height: 20px;
  background: var(--surface-hover, rgba(120, 120, 120, 0.1));
  border-radius: var(--radius-sm);
  margin-top: 0.5rem;
}

.SkeletonCard_titleShort__vRJKd {
  width: 60%;
  height: 20px;
  background: var(--surface-hover, rgba(120, 120, 120, 0.1));
  border-radius: var(--radius-sm);
}

.SkeletonCard_creator__wbQod {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 1rem;
}

.SkeletonCard_avatar__zA_R3 {
  width: 28px;
  height: 28px;
  border-radius: var(--radius-full);
  background: var(--surface-hover, rgba(120, 120, 120, 0.1));
}

.SkeletonCard_creatorName__b27Fs {
  width: 80px;
  height: 14px;
  background: var(--surface-hover, rgba(120, 120, 120, 0.1));
  border-radius: var(--radius-sm);
}

/* 底部功能区 */
.SkeletonCard_footer__hvjwp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  border-top: 1px solid var(--card-border);
}

.SkeletonCard_stat__NZ7Ia {
  width: 40px;
  height: 16px;
  background: var(--surface-hover, rgba(120, 120, 120, 0.1));
  border-radius: var(--radius-sm);
}

.SkeletonCard_btn__aVWVx {
  width: 60px;
  height: 30px;
  background: var(--surface-hover, rgba(120, 120, 120, 0.1));
  border-radius: var(--radius-full);
}

