.button___ywSk9 {
  position: relative;
  overflow: hidden;
}
.button___ywSk9.counting___ETMZt {
  background: #12121a;
  border-color: rgba(0, 255, 255, 0.2);
  color: #64748b;
  cursor: not-allowed;
}
.countdown___tKW07 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-family: 'Courier New', monospace;
  font-weight: 600;
}

.puzzleDetail___X2fDW {
  padding: 24px 0;
}
.backButton___czoEE {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  color: #94a3b8;
  background: rgba(20, 20, 35, 0.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 8px;
  margin-bottom: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
}
.backButton___czoEE:hover {
  color: #00ffff;
  border-color: rgba(0, 255, 255, 0.4);
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.1);
  transform: translateX(-4px);
}
.backButton___czoEE svg {
  transition: transform 0.3s ease;
}
.backButton___czoEE:hover svg {
  transform: translateX(-2px);
}
.contentCard___dTU0h {
  padding: 24px;
  background: rgba(20, 20, 35, 0.6);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 12px;
}
.contentCard___dTU0h .ant-card-body {
  padding: 48px;
}
.header___FEi83 {
  margin-bottom: 24px;
}
.titleRow___um_Rd {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.solvedBadge___BYxzU {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(16, 185, 129, 0.08) 100%);
  border: 1px solid rgba(16, 185, 129, 0.4);
  border-radius: 20px;
  color: #10b981;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.solvedBadge___BYxzU svg {
  color: #10b981;
}
.tags___HziGr {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.title___eobMQ {
  color: #e2e8f0 !important;
  margin-bottom: 16px !important;
}
.authors___ccyoI {
  display: flex;
  gap: 16px;
}
.author___Ud0y_ {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #94a3b8;
  font-size: 14px;
}
.authorAvatar___w040A {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 255, 255, 0.1);
  border: 1px solid rgba(0, 255, 255, 0.2);
}
.authorAvatar___w040A img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.authorAvatar___w040A svg {
  color: #00ffff;
}
.flavorText___WaoZU {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.flavorText___WaoZU .ant-typography {
  color: #94a3b8;
  margin: 0;
}
.puzzleContent___TcO8X {
  color: #e2e8f0;
  line-height: 1.8;
  font-size: 16px;
}
.puzzleContent___TcO8X h1,
.puzzleContent___TcO8X h2,
.puzzleContent___TcO8X h3,
.puzzleContent___TcO8X h4,
.puzzleContent___TcO8X h5,
.puzzleContent___TcO8X h6 {
  color: #e2e8f0;
  margin: 24px 0 16px;
}
.puzzleContent___TcO8X p {
  margin-bottom: 16px;
}
.puzzleContent___TcO8X blockquote {
  border-left: 4px solid #00ffff;
  padding-left: 16px;
  margin: 16px 0;
  color: #94a3b8;
}
.puzzleContent___TcO8X pre {
  background: #12121a;
  padding: 16px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 16px 0;
}
.puzzleContent___TcO8X code {
  background: #12121a;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
}
.contentGrid___UgK4Z {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.mainContent___I3kG2 {
  flex: 1;
  width: calc(100% - 420px);
}
.sidebar___v_lpg {
  width: 380px;
  flex-shrink: 0;
  position: sticky;
  top: calc(64px + 24px);
}
.answerSection___SQckU {
  margin-top: 32px;
  padding: 24px;
  background: rgba(20, 20, 35, 0.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.15);
  border-radius: 12px;
}
.answerSection___SQckU h4 {
  color: #e2e8f0;
  margin: 0 0 16px 0;
  font-size: 18px;
}
.submitButton___zthxe {
  width: 100%;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  background: linear-gradient(135deg, #00ffff 0%, #ff00ff 100%);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.submitButton___zthxe::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.submitButton___zthxe:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(99, 102, 241, 0.4);
}
.submitButton___zthxe:hover:not(:disabled)::before {
  left: 100%;
}
.submitButton___zthxe:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.resultAlert___Eas_Y {
  margin-bottom: 16px;
  padding: 16px 24px;
  border-radius: 8px;
  border: 1px solid;
}
.resultAlert___Eas_Y.success___gwaga {
  background: rgba(16, 185, 129, 0.1);
  border-color: rgba(16, 185, 129, 0.3);
  color: #10b981;
}
.resultAlert___Eas_Y.error___Wg3s3 {
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.3);
  color: #ef4444;
}
.resultAlert___Eas_Y.intermediate___BA6hC {
  background: rgba(245, 158, 11, 0.1);
  border-color: rgba(245, 158, 11, 0.3);
  color: #f59e0b;
}
.resultAlert___Eas_Y h4 {
  margin: 0 0 4px 0;
  font-size: 16px;
}
.resultAlert___Eas_Y p {
  margin: 0;
  font-size: 14px;
}
.answerInput___SmRLp {
  width: 100%;
  padding: 16px;
  background: rgba(0, 255, 255, 0.03);
  border: 1px solid rgba(0, 255, 255, 0.2);
  border-radius: 8px;
  color: #e2e8f0;
  font-size: 16px;
  line-height: 1.6;
  resize: vertical;
  transition: all 0.3s ease;
  margin-bottom: 16px;
}
.answerInput___SmRLp:hover {
  border-color: rgba(0, 255, 255, 0.35);
  background: rgba(0, 255, 255, 0.05);
}
.answerInput___SmRLp:focus {
  outline: none;
  border-color: #00ffff;
  background: rgba(0, 255, 255, 0.08);
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.2);
}
.answerInput___SmRLp::placeholder {
  color: #64748b;
}
.sidebarCard___xNmXz {
  padding: 24px;
  background: rgba(20, 20, 35, 0.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 255, 255, 0.15);
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.sidebarCard___xNmXz .ant-card-head {
  background: transparent;
  border-bottom: 1px solid rgba(0, 255, 255, 0.1);
  color: #e2e8f0;
  padding: 24px 32px;
}
.sidebarCard___xNmXz .ant-card-head .ant-card-head-title {
  font-size: 18px;
  font-weight: 600;
  color: #00ffff;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.3);
}
.sidebarCard___xNmXz .ant-card-body {
  padding: 48px;
}
.statItem___cr1Oe {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px;
  margin-bottom: 16px;
  background: rgba(0, 255, 255, 0.03);
  border: 1px solid rgba(0, 255, 255, 0.08);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.statItem___cr1Oe:hover {
  background: rgba(0, 255, 255, 0.06);
  border-color: rgba(0, 255, 255, 0.15);
  transform: translateX(4px);
}
.statItem___cr1Oe:last-of-type {
  margin-bottom: 0;
}
.statItem___cr1Oe svg {
  color: #00ffff;
  filter: drop-shadow(0 0 5px rgba(0, 255, 255, 0.5));
}
.statIcon___t4r01 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 255, 255, 0.1);
  border-radius: 8px;
  font-size: 20px;
}
.statContent___YDJhT {
  flex: 1;
}
.statLabel___I8yjk {
  font-size: 12px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.statValue___n0WVs {
  font-size: 24px;
  font-weight: 700;
  color: #e2e8f0;
  text-shadow: 0 0 10px rgba(0, 255, 255, 0.2);
}
.hint___IloB7 {
  margin-top: 32px;
  padding: 24px;
  background: rgba(245, 158, 11, 0.05);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 8px;
}
.hint___IloB7 h5 {
  color: #f59e0b;
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hint___IloB7 p {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 992px) {
  .contentGrid___UgK4Z {
    flex-direction: column;
    width: 100%;
  }
  .mainContent___I3kG2 {
    width: 100%;
  }
  .sidebar___v_lpg {
    width: 100%;
    position: static;
  }
}

