/* 搜索页增强样式 - 迭代7 */
.ds-search-highlight {
    background: linear-gradient(120deg, #fef08a 0%, #fef08a 100%);
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-position: 0 90%;
    padding: 0 4px;
}

.ds-search-result__empty {
    text-align: center;
    padding: 60px 20px;
}

.ds-search-result__empty-icon {
    font-size: 4rem;
    margin-bottom: 20px;
}

.ds-search-result__empty-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--nebula-text, #1E293B);
    margin-bottom: 12px;
}

.ds-search-result__empty-text {
    color: var(--nebula-text-secondary, #64748b);
    margin-bottom: 24px;
}

.ds-search-suggestions {
    margin-top: 32px;
}

.ds-search-suggestions__title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.ds-search-suggestions__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.ds-search-suggestions__tag {
    padding: 8px 16px;
    background: var(--nebula-bg-secondary, #F8FAFC);
    border-radius: 20px;
    text-decoration: none;
    color: var(--nebula-text-secondary, #64748b);
    transition: all 0.2s ease;
}

.ds-search-suggestions__tag:hover {
    background: var(--nebula-primary, #0EA5E9);
    color: #fff;
}
