@keyframes fadeIn___Wi0c4 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp___qO4zv {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse___Nb348 {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes glow___aC3Y5 {
  0%,
  100% {
    box-shadow: 0 0 5px #00ffff;
  }
  50% {
    box-shadow: 0 0 20px #00ffff, 0 0 30px #80ffff;
  }
}
.animate-fade-in____AXMC {
  animation: fadeIn___Wi0c4 0.3s ease :local(ease);
}
.animate-slide-up___LCAj_ {
  animation: slideUp___qO4zv 0.3s ease :local(ease);
}
.animate-pulse___rCdzG {
  animation: pulse___Nb348 2s ease-in-out infinite;
}
.animate-glow___jVrCf {
  animation: glow___aC3Y5 2s ease-in-out infinite;
}
.cardLink___i4Ldg {
  display: block;
  text-decoration: none;
}
.card___z1jYU {
  background: rgba(20, 20, 35, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.15);
  border-radius: 12px;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.card___z1jYU:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 255, 255, 0.4);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 255, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.card___z1jYU .ant-card-body {
  padding: 48px 64px;
}
.header___F0fsa {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
.cardBody___bCNc1 {
  padding: 0 24px;
}
.successRateBadge___pdmpj {
  font-weight: 500;
  text-shadow: 0 0 10px currentColor;
}
.type___Tc8ZW {
  background: #12121a;
  border-color: rgba(0, 255, 255, 0.2);
  color: #94a3b8;
}
.title___XipZ4 {
  font-size: 18px;
  font-weight: 600;
  color: #e2e8f0;
  margin: 0 0 24px 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
}
.authors___gdnTg {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.authorAvatar___cakH7 {
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  border: 2px solid rgba(20, 20, 35, 0.6);
  margin-left: -8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #12121a;
}
.authorAvatar___cakH7:first-child {
  margin-left: 0;
}
.authorAvatar___cakH7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.authorAvatar___cakH7 svg {
  width: 14px;
  height: 14px;
  color: #94a3b8;
}
.authorNames____WSDN {
  font-size: 14px;
  color: #94a3b8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stats___efQ4t {
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
}
.statItem___zE7pI {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #94a3b8;
}
.statIcon___j7OC0 {
  color: #00ffff;
  filter: drop-shadow(0 0 4px rgba(0, 255, 255, 0.5));
}
.footer___PqVl7 {
  margin-top: auto;
}
.successRate___XKFAE {
  position: relative;
  height: 20px;
  background: #12121a;
  border-radius: 9999px;
  overflow: hidden;
}
.successBar___KUrCf {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 9999px;
  transition: width 0.3s ease;
  animation: shimmer___JmweK 2s linear infinite;
}
.successBar___KUrCf.rateHigh___BPFQY {
  background: linear-gradient(90deg, #10b981, #34d399, #10b981);
  background-size: 200% 100%;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
}
.successBar___KUrCf.rateMedium___bLZCV {
  background: linear-gradient(90deg, #06b6d4, #22d3ee, #06b6d4);
  background-size: 200% 100%;
  box-shadow: 0 0 10px rgba(6, 182, 212, 0.5);
}
.successBar___KUrCf.rateLow___zuAdS {
  background: linear-gradient(90deg, #f59e0b, #fbbf24, #f59e0b);
  background-size: 200% 100%;
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.5);
}
.successBar___KUrCf.rateVeryLow___vUrQm {
  background: linear-gradient(90deg, #ef4444, #f87171, #ef4444);
  background-size: 200% 100%;
  box-shadow: 0 0 10px rgba(239, 68, 68, 0.5);
}
@keyframes shimmer___JmweK {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.successText___moWhJ {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 12px;
  color: #e2e8f0;
  font-weight: 500;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.6);
}

