#theme2 {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  box-shadow: 0 0 10px rgba(0, 198, 255, 0.7), 
              inset 0 1px 0 rgba(255, 255, 255, 0.4),
              inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

#theme2::before {
  
  background: linear-gradient(135deg, #00b4ff, #0066ff);
}

#theme2::after {
  
  background: linear-gradient(45deg, 
              rgba(255,255,255,0.1) 0%, 
              rgba(255,255,255,0.2) 50%,
              rgba(255,255,255,0.1) 100%);
}

.Logo_Ad_Info .logo span {

  background: linear-gradient(135deg, #0061ff, #0040b3);

}

.Logo_Ad_Info .logo span::before {

  transform: translate(-50%, -50%);
  color: white;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 2px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.Logo_Ad_Info .logo span::after {
  

  background: linear-gradient(45deg, 
              rgba(255,255,255,0.1) 0%, 
              rgba(255,255,255,0.2) 50%,
              rgba(255,255,255,0.1) 100%);
  z-index: 1;
}

.Logo_Ad_Info .logo span em {
  display: none;
}

.Logo_Ad_Info .Search {
  background: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
  border-radius: 12px;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2),
              0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.Logo_Ad_Info .Search .ListType li.ck {
  background: linear-gradient(135deg, #0061ff, #0040b3);
  border-radius: 18px;
  box-shadow: 0 0 15px rgba(0, 97, 255, 0.5);
  color: white;
  font-weight: bold;
}

.Logo_Ad_Info .Search .ListType li.ck::before {
  
  background: linear-gradient(45deg, 
              rgba(255,255,255,0.1) 0%, 
              rgba(255,255,255,0.2) 50%,
              rgba(255,255,255,0.1) 100%);
}

.MenuCont {
  background: linear-gradient(135deg, #0061ff, #0040b3);
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 97, 255, 0.4),
              0 0 15px rgba(0, 97, 255, 0.3);
}

.MenuCont::before {
  
  background: linear-gradient(45deg, 
              rgba(255,255,255,0.1) 0%, 
              rgba(255,255,255,0.2) 50%,
              rgba(255,255,255,0.1) 100%);
}

.MenuCont .ListMenu dl dt {
  background: none;
}

.MenuCont .ListMenu dl dt::before {
  
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.MenuCont .ListMenu dl.ck dt {
  background: rgba(255, 255, 255, 0.15);
}

.MenuCont .ListMenu dl.ck dt::before {
  background: #00f7ff;
  box-shadow: 0 0 10px #00f7ff;
}

.MenuCont .ListMenu dl.ck dt span {
  position: relative;
}

.MenuCont .ListMenu dl.ck dt span::after {
  
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  transform: translateY(-50%);
}

.MenuCont .ListMenu dl.ck dt span::before {
  
  background: #00f7ff;
  border-radius: 50%;
  box-shadow: 0 0 10px #00f7ff;
  transform: translateY(-50%);
}

.wrap .ChageHead div.choose {
  border-top: #00c6ff solid 2px;
  box-shadow: 0 -2px 10px rgba(0, 198, 255, 0.5);
  position: relative;
}

.wrap .ChageHead div.choose::after {
 
  background: #00f7ff;
  box-shadow: 0 0 10px #00f7ff;
  transform: translateX(-50%);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { opacity: 0.5; }
  50% { opacity: 1; }
  100% { opacity: 0.5; }
}
