.YXYH-pc-page-tag-hall.th-bento-theme {
    width: 100%;
    min-height: calc(100vh - 80px);
    background-color: #f2f4f8;
    color: #1a1a2e;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    padding: 40px 0 80px;
}

.YXYH-pc-page-tag-hall .th-bento-container {
    max-width: var(--ls-width, 1200px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 24px;
    padding: 0 24px;
    align-items: start;
}

.YXYH-pc-page-tag-hall .th-bento-container:has(> :only-child) {
    grid-template-columns: 1fr;
    max-width: var(--ls-width, 1000px);
}

.YXYH-pc-page-tag-hall .th-bento-box {
    background: #ffffff;
    border-radius: var(--ls-border-radius, 12px);
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.02);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
}

.YXYH-pc-page-tag-hall .th-bento-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.YXYH-pc-page-tag-hall .th-bento-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.YXYH-pc-page-tag-hall .th-bento-hero-search {
    padding: 36px 40px;
    text-align: center;
    border-radius: var(--ls-border-radius, 20px);
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #ffffff;
}

.YXYH-pc-page-tag-hall .th-hero-bg-fx {
    display: none;
}

.YXYH-pc-page-tag-hall .th-hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
}

.YXYH-pc-page-tag-hall .th-hero-title {
    font-size: 28px;
    font-weight: 800;
    color: #2d3436;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
}

.YXYH-pc-page-tag-hall .th-hero-subtitle {
    font-size: 14px;
    color: #a4b0be;
    margin: 0 0 24px 0;
    line-height: 1.5;
}
.YXYH-pc-page-tag-hall .th-hero-subtitle strong {
    color: var(--ls-primary);
    font-size: 16px;
    font-weight: 700;
    padding: 0 4px;
}

.YXYH-pc-page-tag-hall .th-bento-search-bar {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 4px 8px 4px 20px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.YXYH-pc-page-tag-hall .th-bento-search-bar:focus-within {
    background: #ffffff;
    border-color: color-mix(in srgb, var(--ls-primary) 20%, transparent);
    box-shadow: 0 8px 25px color-mix(in srgb, var(--ls-primary) 8%, transparent);
    transform: translateY(-1px);
}

.YXYH-pc-page-tag-hall .th-bento-search-bar .search-icon {
    font-size: 20px;
    color: #b2bec3;
    margin-right: 12px;
    transition: color 0.3s;
}
.YXYH-pc-page-tag-hall .th-bento-search-bar:focus-within .search-icon {
    color: var(--ls-primary);
}

.YXYH-pc-page-tag-hall #th_search_input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 12px 0;
    font-size: 15px;
    color: #2d3436;
    outline: none;
}

.YXYH-pc-page-tag-hall #th_search_input::placeholder {
    color: #b2bec3;
    font-weight: 400;
}

.YXYH-pc-page-tag-hall .th-search-clear {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff7675;
    cursor: pointer;
    font-size: 18px;
    margin-right: 4px;
    opacity: 0.5;
    transition: all 0.2s;
    width: 32px; height: 32px;
    border-radius: 8px;
}

.YXYH-pc-page-tag-hall .th-search-clear:hover {
    opacity: 1;
    background: rgba(255, 118, 117, 0.1);
}

.YXYH-pc-page-tag-hall .th-bento-groups-masonry {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.YXYH-pc-page-tag-hall .th-group-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media (min-width: 1024px) {
    .YXYH-pc-page-tag-hall .th-group-large {
        grid-column: span 2;
        background: linear-gradient(to right bottom, #ffffff, #f8f9fa);
    }
}

.YXYH-pc-page-tag-hall .th-group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 2px dashed #f1f2f6;
    padding-bottom: 12px;
}

.YXYH-pc-page-tag-hall .th-group-title {
    font-size: 18px;
    font-weight: 800;
    color: #2d3436;
    margin: 0;
}

.YXYH-pc-page-tag-hall .th-group-count {
    font-size: 12px;
    background: color-mix(in srgb, var(--ls-primary) 10%, transparent);
    color: var(--ls-primary);
    padding: 4px 10px;
    border-radius: var(--ls-border-radius, 12px);
    font-weight: 600;
}

.YXYH-pc-page-tag-hall .th-group-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.YXYH-pc-page-tag-hall .th-tag-chip {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #dfe6e9;
    padding: 8px 14px;
    border-radius: var(--ls-border-radius, 12px);
    font-size: 14px;
    color: #2d3436;
    text-decoration: none;
    transition: all 0.2s;
    font-weight: 500;
}

.YXYH-pc-page-tag-hall .th-tag-chip:hover {
    background: var(--ls-primary);
    border-color: var(--ls-primary);
    color: #fff;
    transform: scale(1.05);
}

.YXYH-pc-page-tag-hall .th-chip-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    margin-right: 8px;
}
.YXYH-pc-page-tag-hall .th-tag-chip:hover .th-chip-dot {
    background-color: #fff !important;
}

.YXYH-pc-page-tag-hall .th-chip-count {
    margin-left: 6px;
    opacity: 0.6;
    font-size: 12px;
}

.YXYH-pc-page-tag-hall .th-bento-search-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.YXYH-pc-page-tag-hall .th-search-card {
    background: #ffffff;
    border-radius: var(--ls-border-radius, 12px);
    padding: 16px 20px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.YXYH-pc-page-tag-hall .th-search-card::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0; width: 4px;
    background: var(--ls-primary);
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: scaleY(0);
}

.YXYH-pc-page-tag-hall .th-search-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    border-color: color-mix(in srgb, var(--ls-primary) 30%, transparent);
}

.YXYH-pc-page-tag-hall .th-search-card:hover::before {
    opacity: 1;
    transform: scaleY(1);
}

.YXYH-pc-page-tag-hall .th-search-card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.YXYH-pc-page-tag-hall .th-search-card-name {
    font-size: 16px;
    font-weight: 700;
    color: #2d3436;
    margin: 0 0 4px 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s;
}

.YXYH-pc-page-tag-hall .th-search-card:hover .th-search-card-name {
    color: var(--ls-primary);
}

.YXYH-pc-page-tag-hall .th-search-card-meta {
    font-size: 13px;
    color: #a4b0be;
    display: flex;
    gap: 16px;
}
.YXYH-pc-page-tag-hall .th-search-card-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}
.YXYH-pc-page-tag-hall .th-search-card-meta i {
    font-size: 14px;
    color: #dfe6e9;
    transition: color 0.3s;
}

.YXYH-pc-page-tag-hall .th-search-card:hover .th-search-card-meta i {
    color: var(--ls-primary);
}

.YXYH-pc-page-tag-hall .th-empty-box {
    text-align: center;
    padding: 60px 20px;
    grid-column: 1 / -1;
}
.YXYH-pc-page-tag-hall .th-empty-icon {
    font-size: 64px;
    color: #dfe6e9;
    margin-bottom: 16px;
}
.YXYH-pc-page-tag-hall .th-empty-box h3 {
    margin: 0 0 8px 0;
    color: #2d3436;
}
.YXYH-pc-page-tag-hall .th-empty-box p {
    margin: 0;
    color: #636e72;
}

.YXYH-pc-page-tag-hall .th-empty-search {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 16px;
    grid-column: 1 / -1;
    color: var(--ls-text-muted, #9ca3af);
}
.YXYH-pc-page-tag-hall .th-empty-search i {
    font-size: 28px;
    opacity: 0.4;
    margin-bottom: 12px;
}
.YXYH-pc-page-tag-hall .th-empty-search p {
    margin: 0;
    font-size: 13px;
}

.YXYH-pc-page-tag-hall .th-bento-sidebar-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 90px;
}

.YXYH-pc-page-tag-hall .th-bento-sidebar-right .ls-widget {
    background: #ffffff;
    border-radius: var(--ls-border-radius, 12px);
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.02);
}
