/**
* 文本显示行数通用类
*/
#main {
    background-color: oklch(92.8% 0.006 264.531) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
#main .fusion-row {
  margin-right: 0 !important;
  margin-left: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.show-2line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.show-3line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.show-4line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.show-5line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.aspect-3\/4 {
  aspect-ratio: 3/4;
}

.aspect-4\/3 {
  aspect-ratio: 4/3;
}

.aspect-7\/8 {
  aspect-ratio: 7/8;
}
/* 卡片基础样式：绝对定位，Bootstrap 风格 */
.card {
  transition: opacity 1s ease, z-index 0.3s ease;
}
/* 激活状态：.active 类 */
.card.active {
  opacity: 1 !important;
  z-index: 2;
}
.glide__bullet--active svg {
  transform: scale(1.5) rotate(90deg);
  transition: transform 0.5s ease-in-out;
}

.glide__arrows {
  left: 15%;
}

.category-tag {
  padding: 3px 6px;
  background-color: #d9534f;
}
