/* 控制台顶栏 · AI创作台入口 */
.wkapi-studio-header-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  flex-shrink: 0;
  height: 32px;
  margin-right: 8px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #fff !important;
  text-decoration: none !important;
  white-space: nowrap;
  background: linear-gradient(135deg, #7a3cf0 0%, #2563eb 100%);
  box-shadow: 0 4px 14px -6px rgba(122, 60, 240, 0.55);
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.wkapi-studio-header-link:hover {
  opacity: 0.94;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px -6px rgba(122, 60, 240, 0.62);
  color: #fff !important;
}

.wkapi-studio-header-link:active {
  transform: translateY(0);
}

@media (max-width: 640px) {
  .wkapi-studio-header-link {
    padding: 5px 10px;
    font-size: 12px;
    margin-right: 6px;
  }
}
