.countdown--rhmrkbZn {
  min-width: 280px;
  justify-content: space-around;
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.group--uiDMU4H4 {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.value--m4Ao6KpJ {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.label--NpgzOOeB {
  font-size: 0.9rem;
  opacity: 0.9;
}

.sep--lGqTplZN {
  font-size: 1.2rem;
  opacity: 0.85;
}

@media (max-width: 480px) {
  .countdown--rhmrkbZn {
    min-width: 240px;
    gap: 8px;
    padding: 8px 12px;
  }
  .value--m4Ao6KpJ {
    font-size: 1.4rem;
  }
  .label--NpgzOOeB {
    font-size: 0.85rem;
  }
  .sep--lGqTplZN {
    font-size: 1rem;
  }
}



.container--d7BYJXQF {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.imageWrapper--ggbjMt8t {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 100vh;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.imageWrapper--ggbjMt8t:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.backgroundImage--grpgveiu {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.backgroundImage--grpgveiu.loaded--pd7pcudy {
  opacity: 1;
  transform: scale(1);
}

.overlay--Xvv6oZLi {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.overlay--Xvv6oZLi.loaded--pd7pcudy {
  opacity: 1;
  transform: translateY(0);
}

.content--yViSLKwk {
  text-align: center;
  color: white;
  padding: 40px;
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title--CaW09gYJ {
  font-size: 4rem;
  font-weight: 300;
  margin: 0 0 20px 0;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
  letter-spacing: 3px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
}

.title--CaW09gYJ.loaded--pd7pcudy {
  opacity: 1;
  transform: translateY(0);
}

.subtitle--B7OWY66p {
  font-size: 1.4rem;
  margin: 0 0 60px 0;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.4s;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  font-weight: 300;
}

.subtitle--B7OWY66p.loaded--pd7pcudy {
  opacity: 1;
  transform: translateY(0);
}

.countdown--DK8ALeJT {
  position: fixed;
  bottom: 10vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.enterButton--lGkCkZIn {
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.6s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
}

.enterButton--lGkCkZIn.loaded--pd7pcudy {
  opacity: 1;
  transform: translateY(0);
}

.enterBtn--iAe6zA5j {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 18px 40px;
  font-size: 1.2rem;
  font-weight: 500;
  color: white;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.enterBtn--iAe6zA5j:hover { 
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.enterBtn--iAe6zA5j:active {
  transform: translateY(-1px);
}

/* 首页不再维护倒计时样式，改为使用组件内样式 */

.menuGrid--V5IvCVFl {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(40px) scale(0.9);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.menuGrid--V5IvCVFl.show--lrVzSj3s {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.menuItem--vocxQ8oA {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 24px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(40px) scale(0.9);
  position: relative;
  overflow: hidden;
}

.menuGrid--V5IvCVFl.show--lrVzSj3s .menuItem--vocxQ8oA {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.menuItem--vocxQ8oA:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}

.menuItem--vocxQ8oA.hovered--kTcT1MWQ {
  background: rgba(255, 255, 255, 0.25);
}

.menuItem--vocxQ8oA::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s ease;

}

.menuItem--vocxQ8oA:hover::before {
  left: 100%;
}

.menuIcon--O26ToZf4 {
  font-size: 2.5rem;
  margin-bottom: 16px;
  display: block;
  transition: transform 0.3s ease;
}

.menuItem--vocxQ8oA:hover .menuIcon--O26ToZf4 {
  transform: scale(1.1) rotate(5deg);
}

.menuContent--NxIBFh7C {
  text-align: center;
}

.menuTitle--Zxdmi1yk {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 0 8px 0;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.menuSubtitle--YwLW0cGI {
  font-size: 0.9rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}

.menuArrow--XXm9I_21 {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  opacity: 0;
}

/* 移动端隐藏箭头，节省空间 */
@media (max-width: 768px) {
  .menuArrow--XXm9I_21 {
    display: none;
  }
}

.menuItem--vocxQ8oA:hover .menuArrow--XXm9I_21 {
  opacity: 1;
  transform: translateY(-50%) translateX(5px);
  color: white;
}

.backButton--vxOsfIr0 {
  position: fixed;
  top: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  padding: 12px 24px;
  cursor: pointer;
  font-size: 1rem;
  color: #2c3e50;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  animation: slideIn--xfJ_l1do 0.4s ease;
}

.backButton--vxOsfIr0:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

@keyframes slideIn--xfJ_l1do {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 响应式设计 */
@media (max-width: 768px) {
  .container--d7BYJXQF {
    padding: 10px;
  }
  
  .imageWrapper--ggbjMt8t {
    max-width: 100%;
    height: 100vh;
    border-radius: 12px;
  }
  
  .title--CaW09gYJ {
    font-size: 2.8rem;
    letter-spacing: 2px;
  }
  
  .subtitle--B7OWY66p {
    font-size: 1.1rem;
    margin-bottom: 40px;
  }
  
  .content--yViSLKwk {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
  }

  .countdown--DK8ALeJT {
    top: 40px;
    bottom: unset;
  }

  .enterBtn--iAe6zA5j {
    padding: 15px 30px;
    font-size: 1.1rem;
  }
  
  .menuGrid--V5IvCVFl {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
  }
  
  .menuItem--vocxQ8oA {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .menuIcon--O26ToZf4 {
    font-size: 2rem;
    margin-bottom: 12px;
  }
  
  .menuTitle--Zxdmi1yk {
    font-size: 1.1rem;
    margin-bottom: 6px;
  }
  
  .backButton--vxOsfIr0 {
    top: 20px;
    left: 20px;
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .imageWrapper--ggbjMt8t {
    height: 100vh;
    border-radius: 8px;
  }
  
  .title--CaW09gYJ {
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
  
  .subtitle--B7OWY66p {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  
  .enterBtn--iAe6zA5j {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .countdown--DK8ALeJT {
    top: 40px;
    bottom: unset;
  }
  
  .content--yViSLKwk {
    padding: 15px;
  }
  
  .menuGrid--V5IvCVFl {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
  }
  
  .menuItem--vocxQ8oA {
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .menuIcon--O26ToZf4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  
  .menuTitle--Zxdmi1yk {
    font-size: 0.9rem;
    margin-bottom: 4px;
  }
  
  .menuSubtitle--YwLW0cGI {
    font-size: 0.75rem;
  }
}

/* 超小屏幕设备优化 */
@media (max-width: 360px) {
  .menuGrid--V5IvCVFl {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 15px;
    max-width: 100%;
  }
  
  .menuItem--vocxQ8oA {
    padding: 10px;
  }
  
  .menuIcon--O26ToZf4 {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  
  .menuTitle--Zxdmi1yk {
    font-size: 0.8rem;
    margin-bottom: 3px;
  }
  
  .menuSubtitle--YwLW0cGI {
    font-size: 0.7rem;
  }
  
  .content--yViSLKwk {
    padding: 10px;
  }
}

/* 添加一些额外的动画效果 */
@keyframes float--xoyK04pR {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.menuItem--vocxQ8oA:hover .menuIcon--O26ToZf4 {
  animation: float--xoyK04pR 2s ease-in-out infinite;
}
