
.companion-page[data-v-8e3f3c53] {
  min-height: 100vh;
  background: linear-gradient(to right, #ffb3c6 0%, #d5c4ff 100%);
  padding: 16px;
}
.loading-state[data-v-8e3f3c53] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 32px;
  color: #666;
  font-size: 14px;
}

/* 陪玩类型网格样式 */
.game-type-grid[data-v-8e3f3c53] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 8px 0;
}
.game-type-grid-item[data-v-8e3f3c53] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 16px;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}
.game-type-grid-item[data-v-8e3f3c53]:hover {
  background: rgba(255, 255, 255, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.game-type-icon[data-v-8e3f3c53] {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
  flex-shrink: 0;
}
.type-icon[data-v-8e3f3c53] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.type-icon-placeholder[data-v-8e3f3c53] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 12px;
}
.game-type-name[data-v-8e3f3c53] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: center;
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.empty-state[data-v-8e3f3c53] {
  grid-column: 1 / -1;
  padding: 40px 0;
  text-align: center;
}
