.sr-only[data-v-2cc1811e] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.tag-filter-page[data-v-2cc1811e] {
  width: 100%;
  height: 100%;
  background: #0a0a0a;
}
.videos-category[data-v-2cc1811e] {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: var(--safe-top);
  background: #0a0a0a;
}
.main-content[data-v-2cc1811e] {
  flex: 1;
  overflow: hidden;
}
.layout-grid[data-v-2cc1811e] {
  display: grid;
  grid-template-columns: 90px 1fr;
  height: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.left-panel[data-v-2cc1811e] {
  background: #0e0e0e;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.left-panel .category-list[data-v-2cc1811e] {
  height: 100%;
  overflow-y: auto;
  padding: 8px 0;
  list-style: none;
  margin: 0;
}
.left-panel .category-list[data-v-2cc1811e]::-webkit-scrollbar {
  display: none;
}
.left-panel .category-item[data-v-2cc1811e] {
  display: flex;
  align-items: center;
  padding: 16px 12px;
  font-size: 14px;
  color: #888;
  cursor: pointer;
  position: relative;
  transition: all 0.25s ease;
}
.left-panel .category-item .indicator[data-v-2cc1811e] {
  width: 3px;
  height: 16px;
  background: #f90;
  border-radius: 2px;
  margin-right: 8px;
}
.left-panel .category-item .name[data-v-2cc1811e] {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left-panel .category-item.active[data-v-2cc1811e] {
  color: #f90;
  font-weight: 500;
  background: rgba(255, 133, 37, 0.08);
}
.left-panel .category-item[data-v-2cc1811e]:active {
  background: rgba(255, 255, 255, 0.05);
}
.right-panel[data-v-2cc1811e] {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.right-panel .filter-tabs[data-v-2cc1811e] {
  display: flex;
  gap: 10px;
  padding: 12px 15px;
  background: #111;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}
.right-panel .filter-tabs .filter-tab[data-v-2cc1811e] {
  flex: 1;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  border-radius: 16px;
  font-size: 13px;
  color: #999;
  cursor: pointer;
  transition: all 0.25s ease;
  border: none;
  outline: none;
}
.right-panel .filter-tabs .filter-tab.active[data-v-2cc1811e] {
  background: linear-gradient(135deg, #f90, #cc7a00);
  color: #fff;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(255, 133, 37, 0.3);
}
.right-panel .filter-tabs .filter-tab[data-v-2cc1811e]:active {
  transform: scale(0.96);
}
.right-panel .action-bar[data-v-2cc1811e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background: linear-gradient(135deg, rgba(255, 133, 37, 0.12), rgba(255, 133, 37, 0.06));
  border-bottom: 1px solid rgba(255, 133, 37, 0.15);
  flex-shrink: 0;
}
.right-panel .action-bar .tips-section[data-v-2cc1811e] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #bbb;
}
.right-panel .action-bar .tips-section .van-icon[data-v-2cc1811e] {
  color: #f90;
}
.right-panel .action-bar .action-btns[data-v-2cc1811e] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.right-panel .action-bar .action-btns .clear-btn[data-v-2cc1811e] {
  padding: 6px 12px;
  font-size: 12px;
  color: #888;
  cursor: pointer;
  transition: all 0.2s ease;
  background: transparent;
  border: none;
  outline: none;
}
.right-panel .action-bar .action-btns .clear-btn[data-v-2cc1811e]:hover {
  color: #fff;
}
.right-panel .action-bar .action-btns .clear-btn[data-v-2cc1811e]:active {
  opacity: 0.7;
}
.right-panel .action-bar .action-btns .confirm-btn[data-v-2cc1811e] {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  background: #333;
  border-radius: 18px;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  transition: all 0.25s ease;
  border: none;
  outline: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.right-panel .action-bar .action-btns .confirm-btn .van-icon[data-v-2cc1811e] {
  font-size: 12px;
}
.right-panel .action-bar .action-btns .confirm-btn.active[data-v-2cc1811e] {
  background: linear-gradient(135deg, #f90, #d68100);
  color: #fff;
  box-shadow: 0 2px 10px rgba(255, 133, 37, 0.4);
  cursor: pointer;
}
.right-panel .action-bar .action-btns .confirm-btn.disabled[data-v-2cc1811e] {
  cursor: not-allowed;
  pointer-events: none;
}
.right-panel .action-bar .action-btns .confirm-btn[data-v-2cc1811e]:active:not(.disabled) {
  transform: scale(0.96);
}
.right-panel .tags-content[data-v-2cc1811e] {
  flex: 1;
  overflow-y: auto;
  padding: 0 15px 20px;
}
.right-panel .tags-content[data-v-2cc1811e]::-webkit-scrollbar {
  display: none;
}
.right-panel .tag-group[data-v-2cc1811e] {
  margin-top: 20px;
}
.right-panel .tag-group[data-v-2cc1811e]:first-child {
  margin-top: 15px;
}
.right-panel .tag-group .group-title[data-v-2cc1811e] {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 12px 0;
  padding-left: 2px;
}
.right-panel .tag-group .tag-list[data-v-2cc1811e] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.right-panel .tag-group .tag-item[data-v-2cc1811e] {
  position: relative;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
  border-radius: 18px;
  font-size: 13px;
  color: #ccc;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}
.right-panel .tag-group .tag-item .tag-name[data-v-2cc1811e] {
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.right-panel .tag-group .tag-item .check-icon[data-v-2cc1811e] {
  position: absolute;
  right: 6px;
  font-size: 12px;
  color: #fff;
}
.right-panel .tag-group .tag-item.selected[data-v-2cc1811e] {
  background: linear-gradient(135deg, #f90, #cc7a00);
  color: #fff;
  font-weight: 500;
  border-color: #f90;
  box-shadow: 0 2px 8px rgba(255, 133, 37, 0.3);
}
.right-panel .tag-group .tag-item[data-v-2cc1811e]:active {
  transform: scale(0.96);
}
.scroll-container[data-v-2cc1811e] {
  scrollbar-width: none;
}
.scroll-container[data-v-2cc1811e]::-webkit-scrollbar {
  display: none;
}

