/* 暗夜黑深色主题 - 参考pansou1.com风格 */

/* 覆盖所有主题的CSS变量 */
html[data-theme=red],
html[data-theme=blue],
html[data-theme=green],
html[data-theme=orange],
html[data-theme=purple] {
    --theme-background: #0a0a0f !important;
    --theme-other_background: rgba(26, 26, 36, 0.85) !important;
    --theme-color: #e2e8f0 !important;
    --theme-theme: #8b5cf6 !important;
}

/* 页面整体背景 */
html, body {
    background-color: #0a0a0f !important;
    color: #e2e8f0 !important;
}

/* 背景渐变光晕效果 */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 600px;
    background: 
        radial-gradient(ellipse 80% 50% at 20% 0%, rgba(139, 92, 246, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 80% 0%, rgba(6, 182, 212, 0.12) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

/* 确保app在光晕之上 */
#app {
    position: relative;
    z-index: 1;
}

/* 导航栏背景 */
.headerBox .bg {
    background-color: rgba(10, 10, 15, 0.9) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* 搜索框样式 */
.searchBox .search,
.headerBox .box .search {
    background-color: rgba(26, 26, 36, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.searchBox .search input,
.headerBox .box .search input {
    color: #e2e8f0 !important;
}

.searchBox .search input::placeholder,
.headerBox .box .search input::placeholder {
    color: rgba(226, 232, 240, 0.4) !important;
}

/* 卡片/区块样式 */
.home .block,
.listBox .box,
.listBox .Ebox,
.categoryMenu,
.resourceList,
.resourceList .item {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* 列表项分隔线 */
.listBox .left .list .item {
    border-bottom-color: rgba(255, 255, 255, 0.06) !important;
}

.listBox .screen .box a {
    border-bottom-color: rgba(255, 255, 255, 0.06) !important;
}

/* 图片占位背景 */
.home .content .list .item .img {
    background: rgba(255, 255, 255, 0.03) !important;
}

.home .content .list .item .img span {
    color: rgba(255, 255, 255, 0.3) !important;
}

/* 详情页图片背景 */
.details .pic {
    background-color: rgba(255, 255, 255, 0.03) !important;
}

/* 热门关键词标签 */
.hot-keyword {
    background-color: rgba(255, 255, 255, 0.06) !important;
    color: #cbd5e1 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    transition: all 0.3s ease;
}

.hot-keyword:hover {
    background-color: rgba(139, 92, 246, 0.2) !important;
    border-color: rgba(139, 92, 246, 0.4) !important;
    color: #fff !important;
}

/* 按钮样式 */
.details .btns .btn {
    background-color: rgba(26, 26, 36, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #e2e8f0 !important;
}

.details .btns .btn:hover {
    background: linear-gradient(135deg, #8b5cf6, #06b6d4) !important;
    color: #fff !important;
    border-color: transparent !important;
}

.details .btns .btn.btnCol {
    background: linear-gradient(135deg, #8b5cf6, #06b6d4) !important;
    color: #fff !important;
    border-color: transparent !important;
}

/* 分页样式 */
.el-pagination.is-background .btn-next.is-disabled,
.el-pagination.is-background .btn-next:disabled,
.el-pagination.is-background .btn-prev.is-disabled,
.el-pagination.is-background .btn-prev:disabled,
.el-pagination.is-background .el-pager li.is-disabled,
.el-pagination.is-background .el-pager li:disabled {
    background-color: rgba(26, 26, 36, 0.8) !important;
    color: rgba(226, 232, 240, 0.5) !important;
}

.el-pagination.is-background .btn-next.is-active,
.el-pagination.is-background .btn-prev.is-active,
.el-pagination.is-background .el-pager li.is-active {
    background: linear-gradient(135deg, #8b5cf6, #06b6d4) !important;
    color: #fff !important;
}

/* 弹窗样式 */
.el-dialog {
    background-color: rgba(26, 26, 36, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5) !important;
}

.el-dialog__title {
    color: #e2e8f0 !important;
}

.el-dialog__body {
    color: #cbd5e1 !important;
}

/* 输入框样式 */
.layerBox .el-textarea textarea {
    background-color: rgba(10, 10, 15, 0.8) !important;
    color: #e2e8f0 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* 分类菜单 */
.menu-item:hover {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(6, 182, 212, 0.2)) !important;
    color: #fff !important;
}

.menu-item.active {
    background: linear-gradient(135deg, #8b5cf6, #06b6d4) !important;
    color: #fff !important;
}

/* 资源列表项 */
.resourceList .item:hover {
    border-color: rgba(139, 92, 246, 0.4) !important;
    box-shadow: 0 8px 30px rgba(139, 92, 246, 0.15) !important;
}

/* 次要文字颜色调整 */
.subTitle,
.footerBox .box p,
.Qtips,
.Qbtn .btn,
.vtips,
.details .cat .l {
    color: rgba(226, 232, 240, 0.6) !important;
    opacity: 1 !important;
}

/* 页脚 */
.footerBox {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background-color: rgba(10, 10, 15, 0.95);
}

/* 搜索结果加载动画文字颜色调整 */
.loader::before {
    background-image: radial-gradient(circle closest-side, #fff 94%, #8b5cf6) !important;
}

/* 标签切换 */
.switch-items a.active:after {
    background: linear-gradient(135deg, #8b5cf6, #06b6d4) !important;
}

/* 分类标题 */
.categoryHeader {
    border-bottom-color: rgba(139, 92, 246, 0.3) !important;
}

.menuTitle {
    border-bottom-color: rgba(139, 92, 246, 0.3) !important;
}

/* 排行榜样式调整 */
.ranking-item {
    background-color: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
}

.ranking-item:hover {
    background-color: rgba(139, 92, 246, 0.1) !important;
    border-color: rgba(139, 92, 246, 0.3) !important;
}

.ranking-item-title {
    color: #e2e8f0 !important;
}

.ranking-meta {
    color: rgba(226, 232, 240, 0.5) !important;
}

.ranking-score {
    color: #8b5cf6 !important;
}

/* 移动端卡片 */
.ranking-card-mobile {
    background-color: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
}

.ranking-card-title {
    color: #e2e8f0 !important;
}

/* 网盘类型切换 */
.pan-type-tabs .tab-item {
    color: rgba(226, 232, 240, 0.6) !important;
}

.pan-type-tabs .tab-item.active {
    color: #fff !important;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(6, 182, 212, 0.2)) !important;
}

/* 滚动条样式 */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(10, 10, 15, 0.5);
}

::-webkit-scrollbar-thumb {
    background: rgba(139, 92, 246, 0.3);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(139, 92, 246, 0.5);
}

/* 确保所有白色背景都被覆盖 */
.homeBox,
.listBox,
.categoryBox {
    background-color: transparent !important;
}

/* 搜索区域背景 */
.search-section {
    background-color: transparent !important;
}

/* 热门搜索卡片 */
#hotSection {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

/* 最近更新卡片 */
.latest-update-card {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

/* 榜单区域 */
.ranking-section {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

/* ===== 补充样式：覆盖所有白色卡片 ===== */

/* 首页所有区块卡片 */
.home > div,
.home section,
.home .card,
.home .panel {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* 热门搜索、最近更新等卡片标题 */
.home .block .nav,
.home .card-title,
.home .panel-title,
.home .section-title {
    color: #e2e8f0 !important;
}

/* 查看更多链接 */
.home .block .more,
.home .view-more,
.home .more-link {
    color: rgba(226, 232, 240, 0.6) !important;
}

.home .block .more:hover,
.home .view-more:hover,
.home .more-link:hover {
    color: #8b5cf6 !important;
}

/* 榜单标签切换（电影、电视剧等） */
.tab-bar,
.tabs,
.category-tabs {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.tab-bar .tab-item,
.tabs .tab,
.category-tabs .tab {
    color: rgba(226, 232, 240, 0.6) !important;
}

.tab-bar .tab-item.active,
.tabs .tab.active,
.category-tabs .tab.active {
    color: #fff !important;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.3), rgba(6, 182, 212, 0.3)) !important;
}

/* 榜单列表项 */
.ranking-list .item,
.rank-item,
.list-item {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
}

.ranking-list .item:hover,
.rank-item:hover,
.list-item:hover {
    background-color: rgba(139, 92, 246, 0.08) !important;
}

/* 榜单排名数字 */
.rank-num,
.ranking-num,
.item-rank {
    color: rgba(226, 232, 240, 0.4) !important;
}

.rank-num.top1,
.ranking-num.top1,
.item-rank.top1 {
    color: #ef4444 !important;
}

.rank-num.top2,
.ranking-num.top2,
.item-rank.top2 {
    color: #f97316 !important;
}

.rank-num.top3,
.ranking-num.top3,
.item-rank.top3 {
    color: #eab308 !important;
}

/* 榜单标题 */
.rank-title,
.item-title,
.ranking-title {
    color: #e2e8f0 !important;
}

/* 榜单热度/分数 */
.rank-score,
.item-score,
.ranking-score {
    color: rgba(226, 232, 240, 0.5) !important;
}

/* 刷新按钮 */
.refresh-btn,
.tab-refresh {
    color: rgba(226, 232, 240, 0.6) !important;
}

.refresh-btn:hover,
.tab-refresh:hover {
    color: #8b5cf6 !important;
}

/* 搜索结果项 */
.search-result-item,
.result-item,
.source-item {
    background-color: rgba(26, 26, 36, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
}

.search-result-item:hover,
.result-item:hover,
.source-item:hover {
    background-color: rgba(139, 92, 246, 0.1) !important;
    border-color: rgba(139, 92, 246, 0.3) !important;
}

/* 搜索结果标题 */
.result-title,
.source-title {
    color: #e2e8f0 !important;
}

.result-title:hover,
.source-title:hover {
    color: #8b5cf6 !important;
}

/* 搜索结果描述 */
.result-desc,
.source-desc,
.result-meta {
    color: rgba(226, 232, 240, 0.6) !important;
}

/* 网盘类型标签 */
.pan-tag,
.source-tag,
.type-tag {
    background-color: rgba(139, 92, 246, 0.2) !important;
    color: #a78bfa !important;
    border: 1px solid rgba(139, 92, 246, 0.3) !important;
}

/* 热度标签 */
.heat-tag,
.hot-tag {
    background-color: rgba(239, 68, 68, 0.2) !important;
    color: #f87171 !important;
}

/* 确保所有白色背景元素都被覆盖 */
div[style*="background-color: #fff"],
div[style*="background-color: white"],
div[style*="background: #fff"],
div[style*="background: white"] {
    background-color: rgba(26, 26, 36, 0.85) !important;
}

/* 表格样式 */
table {
    background-color: rgba(26, 26, 36, 0.85) !important;
}

th, td {
    border-color: rgba(255, 255, 255, 0.06) !important;
    color: #e2e8f0 !important;
}

th {
    background-color: rgba(139, 92, 246, 0.1) !important;
}

/* 表单元素 */
input, textarea, select {
    background-color: rgba(10, 10, 15, 0.8) !important;
    color: #e2e8f0 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

input::placeholder, textarea::placeholder {
    color: rgba(226, 232, 240, 0.4) !important;
}

input:focus, textarea:focus, select:focus {
    border-color: #8b5cf6 !important;
    outline: none;
}

/* 按钮通用样式 */
button, .btn, .button {
    transition: all 0.3s ease;
}

/* 主要按钮 */
.btn-primary,
.button-primary,
button.primary {
    background: linear-gradient(135deg, #8b5cf6, #06b6d4) !important;
    color: #fff !important;
    border: none !important;
}

.btn-primary:hover,
.button-primary:hover,
button.primary:hover {
    opacity: 0.9 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4) !important;
}

/* 次要按钮 */
.btn-secondary,
.button-secondary,
button.secondary {
    background-color: rgba(26, 26, 36, 0.8) !important;
    color: #e2e8f0 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.btn-secondary:hover,
.button-secondary:hover,
button.secondary:hover {
    background-color: rgba(139, 92, 246, 0.2) !important;
    border-color: rgba(139, 92, 246, 0.4) !important;
    color: #fff !important;
}

/* 下拉菜单 */
.dropdown-menu,
.el-dropdown-menu,
.menu-dropdown {
    background-color: rgba(26, 26, 36, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4) !important;
}

.dropdown-menu a,
.el-dropdown-menu__item,
.menu-dropdown a {
    color: #e2e8f0 !important;
}

.dropdown-menu a:hover,
.el-dropdown-menu__item:hover,
.menu-dropdown a:hover {
    background-color: rgba(139, 92, 246, 0.2) !important;
    color: #fff !important;
}

/* 提示框/消息框 */
.el-message,
.toast,
.notification {
    background-color: rgba(26, 26, 36, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #e2e8f0 !important;
}

/* 加载动画 */
.el-loading-mask {
    background-color: rgba(10, 10, 15, 0.8) !important;
}

.el-loading-spinner .path {
    stroke: #8b5cf6 !important;
}

.el-loading-text {
    color: #e2e8f0 !important;
}

/* 分页器 */
.el-pagination {
    color: #e2e8f0 !important;
}

.el-pagination button,
.el-pagination .el-pager li {
    background-color: rgba(26, 26, 36, 0.8) !important;
    color: #e2e8f0 !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.el-pagination button:hover,
.el-pagination .el-pager li:hover {
    background-color: rgba(139, 92, 246, 0.2) !important;
    color: #8b5cf6 !important;
}

/* 空状态 */
.el-empty__description p,
.empty-state,
.no-data {
    color: rgba(226, 232, 240, 0.5) !important;
}

/* 进度条 */
.el-progress-bar__outer {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.el-progress-bar__inner {
    background: linear-gradient(90deg, #8b5cf6, #06b6d4) !important;
}

/* 徽章/标签 */
.el-badge__content,
.badge,
.tag {
    background-color: rgba(139, 92, 246, 0.2) !important;
    color: #a78bfa !important;
    border: 1px solid rgba(139, 92, 246, 0.3) !important;
}

/* 时间线 */
.el-timeline-item__node {
    background-color: #8b5cf6 !important;
}

.el-timeline-item__tail {
    border-left-color: rgba(255, 255, 255, 0.1) !important;
}

/* 卡片悬浮效果增强 */
.card:hover,
.block:hover,
.panel:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(139, 92, 246, 0.15) !important;
    border-color: rgba(139, 92, 246, 0.2) !important;
}

/* 确保文字可读性 */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===== 具体卡片样式 - 根据实际类名 ===== */

/* 热门搜索区域 */
#hotSection,
.hot-section {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* 最近更新区域 */
#latestSection,
.latest-section {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* 榜单区域 */
.ranking-section {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* 榜单标签栏 */
.ranking-tabs,
.tab-bar {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 12px 12px 0 0 !important;
}

/* 榜单卡片 */
.ranking-card {
    background-color: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
    border-radius: 8px !important;
}

.ranking-card:hover {
    background-color: rgba(139, 92, 246, 0.08) !important;
    border-color: rgba(139, 92, 246, 0.3) !important;
}

/* 榜单标题 */
.ranking-title,
.section-title {
    color: #e2e8f0 !important;
}

/* 查看更多链接 */
.view-more,
.more-link {
    color: rgba(226, 232, 240, 0.6) !important;
}

.view-more:hover,
.more-link:hover {
    color: #8b5cf6 !important;
}

/* 搜索结果区域 */
#searchResultSection,
.search-result-section {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* 主内容区域背景透明 */
.home-main,
.home-container {
    background-color: transparent !important;
}

/* 确保所有section都有圆角 */
section {
    border-radius: 12px !important;
}

/* 热门搜索项 */
.hot-item,
.hot-search-item {
    background-color: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 8px !important;
}

.hot-item:hover,
.hot-search-item:hover {
    background-color: rgba(139, 92, 246, 0.1) !important;
    border-color: rgba(139, 92, 246, 0.3) !important;
}

/* 最近更新项 */
.latest-item,
.update-item {
    background-color: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 8px !important;
}

.latest-item:hover,
.update-item:hover {
    background-color: rgba(139, 92, 246, 0.1) !important;
    border-color: rgba(139, 92, 246, 0.3) !important;
}

/* 资源标题 */
.resource-title,
.item-title,
.source-title {
    color: #e2e8f0 !important;
}

.resource-title:hover,
.item-title:hover,
.source-title:hover {
    color: #8b5cf6 !important;
}

/* 资源描述/元信息 */
.resource-meta,
.item-meta,
.source-meta {
    color: rgba(226, 232, 240, 0.5) !important;
}

/* 排名数字 */
.rank-number,
.rank-num {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: rgba(226, 232, 240, 0.6) !important;
}

.rank-number.top1,
.rank-num.top1 {
    background-color: rgba(239, 68, 68, 0.2) !important;
    color: #f87171 !important;
}

.rank-number.top2,
.rank-num.top2 {
    background-color: rgba(249, 115, 22, 0.2) !important;
    color: #fb923c !important;
}

.rank-number.top3,
.rank-num.top3 {
    background-color: rgba(234, 179, 8, 0.2) !important;
    color: #facc15 !important;
}

/* 热度值 */
.heat-value,
.score-value {
    color: rgba(226, 232, 240, 0.5) !important;
}

/* 日期 */
.date-text,
.time-text {
    color: rgba(226, 232, 240, 0.4) !important;
}

/* 分类标签 */
.category-tag,
.type-tag {
    background-color: rgba(139, 92, 246, 0.15) !important;
    color: #a78bfa !important;
    border: 1px solid rgba(139, 92, 246, 0.2) !important;
}

/* 刷新按钮 */
.refresh-btn {
    color: rgba(226, 232, 240, 0.5) !important;
}

.refresh-btn:hover {
    color: #8b5cf6 !important;
}

/* 标签切换按钮 */
.tab-btn,
.tab-item {
    color: rgba(226, 232, 240, 0.6) !important;
    background-color: transparent !important;
}

.tab-btn.active,
.tab-item.active {
    color: #fff !important;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.3), rgba(6, 182, 212, 0.3)) !important;
}

.tab-btn:hover,
.tab-item:hover {
    color: #8b5cf6 !important;
}

/* 搜索区域背景透明 */
.search-section {
    background-color: transparent !important;
}

/* ===== 榜单标签栏样式修复 ===== */

/* 榜单分类标签栏 */
.ranking-category-tabs,
.category-tab-bar,
.tabs-header {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 12px 12px 0 0 !important;
}

/* 标签项 */
.ranking-category-tabs .tab-item,
.category-tab-bar .tab-item,
.tabs-header .tab-item {
    color: rgba(226, 232, 240, 0.6) !important;
    background-color: transparent !important;
}

.ranking-category-tabs .tab-item.active,
.category-tab-bar .tab-item.active,
.tabs-header .tab-item.active {
    color: #fff !important;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.3), rgba(6, 182, 212, 0.3)) !important;
}

/* 确保所有标签栏都是深色 */
[class*="tab"][class*="bar"],
[class*="tab"][class*="header"],
[class*="category"][class*="tab"] {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
}

/* 搜索结果预览卡片 */
.search-preview,
.result-preview,
.preview-card {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
}

/* 搜索结果预览标题 */
.search-preview .title,
.result-preview .title,
.preview-card .title {
    color: #e2e8f0 !important;
}

/* 搜索结果预览描述 */
.search-preview .desc,
.result-preview .desc,
.preview-card .desc {
    color: rgba(226, 232, 240, 0.6) !important;
}

/* 网盘类型切换 */
.pan-type-switch,
.source-type-tabs,
.netdisk-tabs {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 8px !important;
}

.pan-type-switch .tab,
.source-type-tabs .tab,
.netdisk-tabs .tab {
    color: rgba(226, 232, 240, 0.6) !important;
}

.pan-type-switch .tab.active,
.source-type-tabs .tab.active,
.netdisk-tabs .tab.active {
    color: #fff !important;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.3), rgba(6, 182, 212, 0.3)) !important;
}

/* ===== 通用深色覆盖 - 确保所有白色区域都被覆盖 ===== */

/* 所有榜单相关元素 */
[class*="ranking"],
[id*="ranking"] {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
}

/* 所有标签相关元素 */
[class*="tab"],
[class*="Tab"] {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
    color: rgba(226, 232, 240, 0.6) !important;
}

[class*="tab"][class*="active"],
[class*="Tab"][class*="active"] {
    color: #fff !important;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.3), rgba(6, 182, 212, 0.3)) !important;
}

/* 所有分类相关元素 */
[class*="category"],
[class*="Category"] {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
    color: #e2e8f0 !important;
}

/* 所有头部/标题栏 */
[class*="header"],
[class*="Header"],
[class*="head"],
[class*="Head"] {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
    color: #e2e8f0 !important;
}

/* 确保所有白色背景都被覆盖 */
div[style*="background: #fff"],
div[style*="background: #ffffff"],
div[style*="background-color: #fff"],
div[style*="background-color: #ffffff"] {
    background-color: rgba(26, 26, 36, 0.85) !important;
}

/* 榜单区域的所有子元素 */
.ranking-section > * {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
}

/* 搜索结果区域的所有子元素 */
.search-result-section > * {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
}

/* 热门搜索区域的所有子元素 */
#hotSection > *,
.hot-section > * {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
}

/* 最近更新区域的所有子元素 */
#latestSection > *,
.latest-section > * {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
}

/* ===== 顶部导航栏样式 ===== */

/* 顶部导航栏 */
.top-nav,
.top-nav-box,
.header-nav,
.nav-header {
    background-color: rgba(10, 10, 15, 0.9) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3) !important;
}

/* 导航栏logo文字 */
.top-nav .logo,
.top-nav .title,
.header-nav .logo,
.nav-header .title {
    color: #e2e8f0 !important;
}

/* 导航栏菜单 */
.top-nav .nav-item,
.top-nav .menu-item,
.header-nav .nav-item {
    color: rgba(226, 232, 240, 0.8) !important;
}

.top-nav .nav-item:hover,
.top-nav .menu-item:hover,
.header-nav .nav-item:hover {
    color: #8b5cf6 !important;
}

.top-nav .nav-item.active,
.top-nav .menu-item.active,
.header-nav .nav-item.active {
    color: #fff !important;
}

/* 主题切换按钮 */
.theme-toggle,
.theme-switch,
.dark-mode-toggle {
    color: rgba(226, 232, 240, 0.8) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.theme-toggle:hover,
.theme-switch:hover,
.dark-mode-toggle:hover {
    color: #8b5cf6 !important;
    background-color: rgba(139, 92, 246, 0.1) !important;
    border-color: rgba(139, 92, 246, 0.3) !important;
}

/* 确保所有顶部导航相关元素都是深色 */
[class*="top-nav"],
[class*="topNav"],
[class*="header-nav"],
[class*="nav-header"] {
    background-color: rgba(10, 10, 15, 0.9) !important;
    border-bottom-color: rgba(255, 255, 255, 0.05) !important;
}

/* 搜索框在导航栏中的样式 */
.top-nav .search-box,
.header-nav .search-input {
    background-color: rgba(26, 26, 36, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #e2e8f0 !important;
}

.top-nav .search-box input,
.header-nav .search-input input {
    color: #e2e8f0 !important;
}

.top-nav .search-box input::placeholder,
.header-nav .search-input input::placeholder {
    color: rgba(226, 232, 240, 0.4) !important;
}

/* ===== 顶部导航栏 - 更激进的覆盖 ===== */

/* 所有固定顶部的导航栏 */
header,
[role="banner"],
nav[class*="top"],
div[class*="top"][class*="nav"],
div[class*="header"][class*="nav"] {
    background-color: rgba(10, 10, 15, 0.9) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3) !important;
}

/* 导航栏内的所有文字 */
header *,
[role="banner"] *,
nav[class*="top"] *,
div[class*="top"][class*="nav"] *,
div[class*="header"][class*="nav"] * {
    color: #e2e8f0 !important;
}

/* 导航栏内的输入框 */
header input,
[role="banner"] input,
nav[class*="top"] input,
div[class*="top"][class*="nav"] input,
div[class*="header"][class*="nav"] input {
    background-color: rgba(26, 26, 36, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #e2e8f0 !important;
}

/* 导航栏内的按钮 */
header button,
[role="banner"] button,
nav[class*="top"] button,
div[class*="top"][class*="nav"] button,
div[class*="header"][class*="nav"] button {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #e2e8f0 !important;
}

header button:hover,
[role="banner"] button:hover,
nav[class*="top"] button:hover,
div[class*="top"][class*="nav"] button:hover,
div[class*="header"][class*="nav"] button:hover {
    background-color: rgba(139, 92, 246, 0.2) !important;
    border-color: rgba(139, 92, 246, 0.4) !important;
    color: #fff !important;
}

/* 确保所有白色的顶部栏都被覆盖 */
div[style*="position: fixed"][style*="top: 0"],
div[style*="position:fixed"][style*="top:0"] {
    background-color: rgba(10, 10, 15, 0.9) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}


/* ===== 搜索区域渐变光晕效果 ===== */

/* 搜索区域相对定位，作为伪元素的定位参考 */
.search-section {
    position: relative !important;
    z-index: 1;
}

/* 左侧蓝紫色渐变光晕 */
.search-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100vw !important;
    height: 100% !important;
    background-image: 
        radial-gradient(ellipse 800px 600px at 10% 30%, rgba(139, 92, 246, 0.12) 0%, transparent 60%),
        radial-gradient(ellipse 800px 600px at 90% 30%, rgba(6, 182, 212, 0.1) 0%, transparent 60%) !important;
    pointer-events: none !important;
    z-index: -1 !important;
}

/* 确保搜索区域内的内容在渐变之上 */
.search-section > * {
    position: relative;
    z-index: 2;
}

/* 首页容器背景透明，让渐变透出来 */
.home-container {
    background-color: transparent !important;
}

.home-main {
    background-color: transparent !important;
}




/* ===== 网盘类型切换深色主题样式 ===== */
.pan-type-tabs {
    background: rgba(30, 30, 46, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 20px !important;
    padding: 12px 20px !important;
    margin-top: 20px !important;
}

.pan-type-tabs .pan-type-label {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 14px !important;
    margin-right: 5px !important;
}

.pan-type-tabs .pan-type-tab {
    color: rgba(255, 255, 255, 0.7) !important;
    padding: 4px 12px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
}

.pan-type-tabs .pan-type-tab:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}

.pan-type-tabs .pan-type-tab.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #fff !important;
}

/* 去掉标题区域的深色背景 */
.search-header,
.hero-title {
    background: transparent !important;
    background-color: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* 增加搜索区域卡片宽度 */
.search-box-wrapper {
    max-width: 1000px !important;
    width: 95% !important;
    margin: 0 auto !important;
}

/* 搜索框跟着变宽 */
.search-input-box {
    width: 100% !important;
    max-width: 100% !important;
}

/* 大家都在搜区域也适配宽度 */
.hot-keywords {
    width: 100% !important;
    max-width: 100% !important;
}

/* 移动端搜索卡片宽度适配 */
@media (max-width: 768px) {
    .search-box-wrapper {
        max-width: 100% !important;
        width: calc(100% - 10px) !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    /* 搜索框移动端适配 */
    .search-input-box {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* 大家都在搜移动端适配 */
    .hot-keywords {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

/* 隐藏热门搜索板块 */
#hotSection {
    display: none !important;
}

/* ===== 每日更新板块样式 - 参考buerchen.top风格 ===== */

/* 隐藏原来的header */
.daily-update-section .latest-header {
    display: none !important;
}

/* 每日更新外层容器 */
.daily-update-section {
    background-color: rgba(26, 26, 36, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 12px !important;
    padding: 20px !important;
}

/* 标题区域 */
.daily-update-header {
    margin-bottom: 80px !important;
}

.daily-update-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #e2e8f0 !important;
    margin-bottom: 6px !important;
}

.daily-update-time {
    font-size: 12px !important;
    color: #64748b !important;
}

/* 分类标签 */
.daily-update-tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-bottom: 80px !important;
}

.daily-update-tab {
    padding: 6px 16px !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    color: #94a3b8 !important;
    background-color: transparent !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    border: 1px solid transparent !important;
}

.daily-update-tab:hover {
    color: #e2e8f0 !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
}

.daily-update-tab.active {
    color: #ffffff !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-color: transparent !important;
}

/* 列表区域 */
.daily-update-list {
    margin-bottom: 80px !important;
}

.daily-update-item {
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    transition: background-color 0.2s ease !important;
}

.daily-update-item:last-child {
    border-bottom: none !important;
}

.daily-update-item:hover {
    background-color: rgba(255, 255, 255, 0.02) !important;
}

.daily-update-item a {
    color: #93c5fd !important;
    text-decoration: none !important;
}

.daily-update-item a:hover {
    color: #60a5fa !important;
    text-decoration: underline !important;
}

.daily-update-item .item-fire {
    color: #f97316 !important;
    margin-right: 4px !important;
}

.daily-update-item .item-year {
    color: #64748b !important;
    margin-left: 4px !important;
}

.daily-update-item .item-quality {
    color: #a78bfa !important;
    margin-left: 8px !important;
    font-size: 13px !important;
}

.daily-update-item .item-type {
    color: #64748b !important;
    margin-left: 8px !important;
    font-size: 13px !important;
}

/* 底部区域 */
.daily-update-footer {
    text-align: center !important;
    padding-top: 10px !important;
}

.daily-update-more-btn {
    display: inline-block !important;
    padding: 10px 40px !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    max-width: 300px !important;
}

.daily-update-more-btn:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4) !important;
    color: #ffffff !important;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .daily-update-section {
        padding: 16px !important;
    }
    
    .daily-update-title {
        font-size: 16px !important;
    }
    
    .daily-update-tab {
        padding: 5px 12px !important;
        font-size: 12px !important;
    }
    
    .daily-update-item {
        font-size: 13px !important;
        padding: 8px 0 !important;
    }
    
    .daily-update-more-btn {
        padding: 8px 30px !important;
        font-size: 13px !important;
    }
}

/* 网盘类型切换 - 默认隐藏 */
#searchPanTypeTabs,
#searchPanTypeMobile {
    display: none !important;
}

/* 所有网盘类型切换元素 - 默认隐藏 */
.pan-type-select-wrapper,
.pan-type-tabs,
.pan-type-mobile,
#searchPanTypeTabs,
#searchPanTypeMobile {
    display: none !important;
}

/* 网盘类型切换 - 新的显示控制方案 */
/* 默认隐藏所有网盘类型元素 */
.pan-type-tabs,
.pan-type-mobile,
.pan-type-select-wrapper {
    display: none !important;
}

/* 当搜索后，显示对应的网盘类型元素 */
/* PC端显示电脑端的 */
@media (min-width: 769px) {
    body.pan-type-visible .pan-type-tabs {
        display: flex !important;
    }
}

/* 手机端显示手机端的 */
@media (max-width: 768px) {
    body.pan-type-visible .pan-type-mobile {
        display: block !important;
    }
}

/* 修复：确保显示样式优先级足够高 */
@media (min-width: 769px) {
    body.pan-type-visible #searchPanTypeTabs.pan-type-tabs {
        display: flex !important;
    }
}

@media (max-width: 768px) {
    body.pan-type-visible #searchPanTypeMobile.pan-type-mobile {
        display: block !important;
    }
}

/* 网盘类型切换 - 手机端样式调整 */
.pan-type-mobile {
    border-radius: 20px !important;
    margin-top: 16px !important;
    background: rgba(30, 30, 46, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 12px 16px !important;
}

/* ===== 搜索区域样式改造 - 参考pansou1.com风格 ===== */

/* 去掉外层深色卡片 */
.search-box-wrapper {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    margin-bottom: 0 !important;
}

/* 搜索框单独样式 - 大圆角深色输入框 */
.search-input-box {
    background: rgba(30, 30, 46, 0.85) !important;
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    height: 56px !important;
    transition: all 0.3s ease !important;
}

.search-input-box:focus-within {
    background: rgba(30, 30, 46, 0.95) !important;
    border-color: rgba(102, 126, 234, 0.5) !important;
    box-shadow: 0 0 24px rgba(102, 126, 234, 0.25) !important;
}

.search-input-box input {
    height: 56px !important;
    font-size: 15px !important;
}

.search-icon {
    width: 56px !important;
    height: 56px !important;
}

.input-search-icon {
    width: 48px !important;
    height: 56px !important;
}

/* 搜索按钮样式 */
.search-btn {
    height: 56px !important;
    border-radius: 0 20px 20px 0 !important;
    padding: 0 32px !important;
    font-size: 15px !important;
}

/* 大家都在搜区域样式 */
.hot-keywords {
    margin-top: 18px !important;
    text-align: center !important;
    background: transparent !important;
    padding: 0 !important;
}

.hot-keywords-label {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 13px !important;
    margin-bottom: 10px !important;
    display: inline-block !important;
}

.hot-keywords-list {
    justify-content: center !important;
    gap: 10px !important;
}

.hot-keyword {
    background: rgba(255, 255, 255, 0.06) !important;
    color: rgba(255, 255, 255, 0.7) !important;
    border-radius: 14px !important;
    padding: 5px 14px !important;
    font-size: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    transition: all 0.2s ease !important;
}

.hot-keyword:hover {
    background: rgba(102, 126, 234, 0.15) !important;
    color: #fff !important;
    border-color: rgba(102, 126, 234, 0.3) !important;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .search-input-box {
        height: 50px !important;
        border-radius: 16px !important;
    }
    
    .search-input-box input {
        height: 50px !important;
        font-size: 14px !important;
    }
    
    .search-btn {
        height: 50px !important;
        border-radius: 0 16px 16px 0 !important;
        padding: 0 20px !important;
        font-size: 14px !important;
    }
    
    .search-icon {
        width: 48px !important;
        height: 50px !important;
    }
    
    .hot-keywords {
        margin-top: 14px !important;
    }
    
    .hot-keyword {
        padding: 4px 12px !important;
        font-size: 11px !important;
    }
}

/* ===== 整体布局大气升级 - 参考pansou1.com比例 ===== */

/* 大标题字体加大 */
.search-title {
    font-size: 48px !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
    font-weight: 700 !important;
}

.search-title .highlight {
    font-size: 48px !important;
    font-weight: 700 !important;
}

.search-subtitle {
    font-size: 15px !important;
    margin-bottom: 32px !important;
    opacity: 0.7 !important;
}

/* 搜索框加大 */
.search-box-wrapper {
    max-width: 700px !important;
    width: 90% !important;
}

.search-input-box {
    height: 64px !important;
    border-radius: 24px !important;
}

.search-input-box input {
    height: 64px !important;
    font-size: 16px !important;
}

.search-icon {
    width: 64px !important;
    height: 64px !important;
    font-size: 20px !important;
}

.input-search-icon {
    width: 56px !important;
    height: 64px !important;
}

.search-btn {
    height: 64px !important;
    border-radius: 0 24px 24px 0 !important;
    padding: 0 36px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* 大家都在搜的标签加大 */
.hot-keywords {
    margin-top: 24px !important;
}

.hot-keywords-label {
    font-size: 14px !important;
    margin-bottom: 12px !important;
}

.hot-keywords-list {
    gap: 12px !important;
}

.hot-keyword {
    padding: 7px 16px !important;
    font-size: 13px !important;
    border-radius: 16px !important;
}

/* 内容板块加宽 */
.container,
.home-container,
.home-main,
.daily-update-section,
.section-wrapper {
    max-width: 1200px !important;
    width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* 每日更新列表文字调大 */
.daily-update-item,
.update-item,
.list-item {
    font-size: 15px !important;
    line-height: 1.8 !important;
    padding: 12px 16px !important;
}

/* 每日更新标题加大 */
.daily-update-title,
.section-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 80px !important;
}

/* 分类标签加大 */
.category-tab,
.tab-item {
    padding: 8px 20px !important;
    font-size: 14px !important;
    border-radius: 20px !important;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .search-title {
        font-size: 32px !important;
    }
    
    .search-title .highlight {
        font-size: 32px !important;
    }
    
    .search-subtitle {
        font-size: 13px !important;
        margin-bottom: 24px !important;
    }
    
    .search-box-wrapper {
        max-width: 100% !important;
        width: calc(100% - 10px) !important;
    }
    
    .search-input-box {
        height: 54px !important;
        border-radius: 20px !important;
    }
    
    .search-input-box input {
        height: 54px !important;
        font-size: 14px !important;
    }
    
    .search-btn {
        height: 54px !important;
        border-radius: 0 20px 20px 0 !important;
        padding: 0 24px !important;
        font-size: 14px !important;
    }
    
    .search-icon {
        width: 54px !important;
        height: 54px !important;
    }
    
    .hot-keywords {
        margin-top: 18px !important;
    }
    
    .hot-keyword {
        padding: 5px 12px !important;
        font-size: 12px !important;
    }
    
    .container,
    .home-container,
    .home-main,
    .daily-update-section,
    .section-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .daily-update-item,
    .update-item,
    .list-item {
        font-size: 14px !important;
        line-height: 1.6 !important;
        padding: 10px 12px !important;
    }
    
    .daily-update-title,
    .section-title {
        font-size: 18px !important;
    }
}

/* ===== 修正标题样式 - 使用正确的选择器 ===== */

/* 大标题字体加大 */
.hero-title-main {
    font-size: 48px !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
    font-weight: 700 !important;
}

.hero-title-sub {
    font-size: 42px !important;
    line-height: 1.2 !important;
    margin-bottom: 80px !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #4facfe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-desc {
    font-size: 15px !important;
    margin-bottom: 32px !important;
    opacity: 0.7 !important;
}

.hero-badge {
    margin-bottom: 80px !important;
}

.hero-badge span {
    font-size: 13px !important;
    padding: 6px 16px !important;
}

/* 移动端标题适配 */
@media (max-width: 768px) {
    .hero-title-main {
        font-size: 32px !important;
    }
    
    .hero-title-sub {
        font-size: 28px !important;
    }
    
    .hero-desc {
        font-size: 13px !important;
        margin-bottom: 24px !important;
    }
}

/* ===== 修正内容板块样式 - 使用正确的选择器 ===== */

/* 内容板块加宽 */
.daily-update-section,
.latest-section,
.hot-section,
.ranking-section,
.info-section {
    max-width: 1200px !important;
    width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* 每日更新标题加大 */
.daily-update-title {
    font-size: 20px !important;
    font-weight: 600 !important;
}

/* 分类标签加大 */
.daily-update-tab {
    padding: 8px 20px !important;
    font-size: 14px !important;
    border-radius: 20px !important;
}

/* 每日更新列表文字调大 */
.daily-update-list .update-item,
.daily-update-list .list-item,
.daily-update-list .item {
    font-size: 15px !important;
    line-height: 1.8 !important;
    padding: 12px 16px !important;
}

/* 移动端内容板块适配 */
@media (max-width: 768px) {
    .daily-update-section,
    .latest-section,
    .hot-section,
    .ranking-section,
    .info-section {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .daily-update-title {
        font-size: 18px !important;
    }
    
    .daily-update-list .update-item,
    .daily-update-list .list-item,
    .daily-update-list .item {
        font-size: 14px !important;
        line-height: 1.6 !important;
        padding: 10px 12px !important;
    }
}

/* ===== 再次强化样式 - 确保生效 ===== */

/* 大标题字体加大 - 强化版 */
.search-section .hero-title-main {
    font-size: 52px !important;
    line-height: 1.15 !important;
    margin-bottom: 10px !important;
    font-weight: 700 !important;
    color: #fff !important;
}

.search-section .hero-title-sub {
    font-size: 46px !important;
    line-height: 1.15 !important;
    margin-bottom: 18px !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #4facfe 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.search-section .hero-desc {
    font-size: 16px !important;
    margin-bottom: 36px !important;
    opacity: 0.75 !important;
    color: #fff !important;
}

/* 搜索框加大 - 强化版 */
.search-section .search-box-wrapper {
    max-width: 750px !important;
    width: 92% !important;
    margin: 0 auto !important;
}

.search-section .search-input-box {
    height: 68px !important;
    border-radius: 26px !important;
}

.search-section .search-input-box input {
    height: 68px !important;
    font-size: 17px !important;
}

.search-section .search-btn {
    height: 68px !important;
    border-radius: 0 26px 26px 0 !important;
    padding: 0 40px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* 大家都在搜的标签加大 - 强化版 */
.search-section .hot-keywords {
    margin-top: 28px !important;
}

.search-section .hot-keyword {
    padding: 8px 18px !important;
    font-size: 14px !important;
    border-radius: 18px !important;
}

/* 内容板块加宽 - 强化版 */
.home-main .daily-update-section,
.home-main .latest-section,
.home-main .hot-section,
.home-main .ranking-section,
.home-main .info-section {
    max-width: 1200px !important;
    width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* 每日更新标题加大 */
.daily-update-section .daily-update-title {
    font-size: 22px !important;
    font-weight: 600 !important;
}

/* 分类标签加大 */
.daily-update-section .daily-update-tab {
    padding: 10px 24px !important;
    font-size: 15px !important;
    border-radius: 24px !important;
}

/* 移动端适配 - 强化版 */
@media (max-width: 768px) {
    .search-section .hero-title-main {
        font-size: 36px !important;
    }
    
    .search-section .hero-title-sub {
        font-size: 32px !important;
    }
    
    .search-section .hero-desc {
        font-size: 14px !important;
        margin-bottom: 28px !important;
    }
    
    .search-section .search-box-wrapper {
        max-width: 100% !important;
        width: calc(100% - 10px) !important;
    }
    
    .search-section .search-input-box {
        height: 58px !important;
        border-radius: 22px !important;
    }
    
    .search-section .search-input-box input {
        height: 58px !important;
        font-size: 15px !important;
    }
    
    .search-section .search-btn {
        height: 58px !important;
        border-radius: 0 22px 22px 0 !important;
        padding: 0 28px !important;
        font-size: 15px !important;
    }
    
    .search-section .hot-keyword {
        padding: 6px 14px !important;
        font-size: 13px !important;
    }
    
    .home-main .daily-update-section,
    .home-main .latest-section,
    .home-main .hot-section,
    .home-main .ranking-section,
    .home-main .info-section {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    
    .daily-update-section .daily-update-title {
        font-size: 20px !important;
    }
}

/* ===== 大家都在搜样式 - 像素级复刻pansou1.com ===== */

/* 大家都在搜整体容器 */
.search-section .hot-keywords {
    margin-top: 16px !important;
    margin-bottom: 0 !important;
    text-align: center !important;
}

/* 大家都在搜标签文字 */
.search-section .hot-keywords-label {
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.5) !important;
    margin-right: 4px !important;
    display: inline !important;
    font-weight: normal !important;
}

/* 小火苗图标 */
.search-section .hot-icon {
    font-size: 12px !important;
    margin-right: 2px !important;
}

/* 关键词列表 */
.search-section .hot-keywords-list {
    display: inline !important;
    gap: 0 !important;
}

/* 单个关键词标签 */
.search-section .hot-keyword {
    background: rgba(255, 255, 255, 0.06) !important;
    border-radius: 6px !important;
    padding: 3px 10px !important;
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    margin-right: 6px !important;
    margin-bottom: 6px !important;
    display: inline-block !important;
    border: none !important;
    line-height: 1.5 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

/* 标签hover效果 */
.search-section .hot-keyword:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .search-section .hot-keywords {
        margin-top: 12px !important;
    }
    
    .search-section .hot-keywords-label {
        font-size: 11px !important;
    }
    
    .search-section .hot-keyword {
        font-size: 11px !important;
        padding: 2px 8px !important;
        margin-right: 4px !important;
        margin-bottom: 4px !important;
        border-radius: 5px !important;
    }
}

/* ===== 全面视觉优化 - 参考pansou1.com高端风格 ===== */

/* 1. 背景优化 - 更纯净的深色，更自然的光晕 */
body {
    background-color: #0a0a0f !important;
}

/* 搜索区域背景光晕 - 优化渐变效果 */
.search-section::before {
    background: 
        radial-gradient(ellipse 800px 600px at 10% 30%, rgba(139, 92, 246, 0.15), transparent 70%),
        radial-gradient(ellipse 800px 600px at 90% 30%, rgba(6, 182, 212, 0.12), transparent 70%) !important;
}

/* 2. 搜索框优化 - 增加质感和内发光 */
.search-input-box {
    background: rgba(30, 30, 40, 0.6) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 
        0 4px 24px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    border-radius: 24px !important;
    height: 68px !important;
}

/* 搜索框输入框 */
.search-input-box input {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 16px !important;
}

/* 搜索框placeholder */
.search-input-box input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* 3. 搜索按钮优化 - 更高级的渐变效果 */
.search-btn {
    background: linear-gradient(135deg, #8b5cf6 0%, #06b6d4 100%) !important;
    border: none !important;
    box-shadow: 
        0 4px 20px rgba(139, 92, 246, 0.3),
        0 0 40px rgba(6, 182, 212, 0.1) !important;
    border-radius: 20px !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
}

/* 搜索按钮hover效果 */
.search-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 
        0 6px 28px rgba(139, 92, 246, 0.4),
        0 0 60px rgba(6, 182, 212, 0.15) !important;
}

/* 4. 卡片优化 - 更通透的毛玻璃效果 */
.latest-section,
.hot-section,
.ranking-section,
.info-section,
.daily-update-section,
.home-main > div {
    background: rgba(20, 20, 30, 0.5) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
    border-radius: 20px !important;
}

/* 5. 文字层级优化 - 更清晰的层级 */
/* 主标题 */
.hero-title-main {
    font-size: 52px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}

/* 副标题 - 渐变效果 */
.hero-title-sub {
    font-size: 46px !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, #8b5cf6 0%, #06b6d4 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* 描述文字 */
.hero-desc {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 16px !important;
}

/* 6. 导航栏优化 */
.header {
    background: rgba(10, 10, 15, 0.7) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* 7. 内容板块宽度优化 - 更饱满 */
.home-main {
    max-width: 1400px !important;
    width: 96% !important;
}

/* 8. 列表项优化 */
.latest-item,
.hot-item,
.daily-update-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
    transition: all 0.2s ease !important;
}

/* 列表项hover效果 */
.latest-item:hover,
.hot-item:hover,
.daily-update-item:hover {
    background: rgba(255, 255, 255, 0.02) !important;
}

/* 9. 分类标签优化 */
.daily-update-tab,
.tab-item {
    background: rgba(255, 255, 255, 0.05) !important;
    color: rgba(255, 255, 255, 0.6) !important;
    border-radius: 20px !important;
    padding: 8px 20px !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
}

/* 选中的分类标签 */
.daily-update-tab.active,
.tab-item.active {
    background: linear-gradient(135deg, #8b5cf6 0%, #06b6d4 100%) !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3) !important;
}

/* 10. 按钮优化 */
.btn,
.view-more-btn {
    background: linear-gradient(135deg, #8b5cf6 0%, #06b6d4 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 10px 30px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3) !important;
    transition: all 0.3s ease !important;
}

/* 按钮hover效果 */
.btn:hover,
.view-more-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4) !important;
}

/* 11. 滚动条优化 */
::-webkit-scrollbar {
    width: 8px !important;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02) !important;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 4px !important;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.15) !important;
}

/* 12. 移动端适配优化 */
@media (max-width: 768px) {
    /* 搜索框移动端 */
    .search-input-box {
        height: 54px !important;
        border-radius: 20px !important;
    }
    
    /* 搜索按钮移动端 */
    .search-btn {
        border-radius: 16px !important;
        font-size: 14px !important;
    }
    
    /* 标题移动端 */
    .hero-title-main {
        font-size: 36px !important;
    }
    
    .hero-title-sub {
        font-size: 32px !important;
    }
    
    /* 卡片移动端 */
    .latest-section,
    .hot-section,
    .ranking-section,
    .info-section,
    .daily-update-section,
    .home-main > div {
        border-radius: 16px !important;
    }
    
    /* 内容板块移动端 */
    .home-main {
        width: 92% !important;
    }
}


/* 14. 右侧悬浮按钮 - 像素级复刻pansou1 */
.floating-buttons {
    position: fixed !important;
    right: 8px !important;
    bottom: 80px !important;
    z-index: 1500 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.floating-btn {
    width: 50px !important;
    height: 68px !important;
    border-radius: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35) !important;
    padding: 6px 4px !important;
    box-sizing: border-box !important;
    gap: 2px !important;
}

.floating-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
}

.floating-icon-emoji {
    font-size: 30px !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
    margin-bottom: 4px !important;
}

    .floating-icon-emoji {
        font-size: 26px !important;
    }
.floating-btn svg {
    width: 22px !important;
    height: 22px !important;
    flex-shrink: 0 !important;
    margin-bottom: 4px !important;
}

.floating-btn span {
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: center !important;
    white-space: pre-line !important;
}

/* 更新群按钮 - 蓝紫到青绿渐变 */
.floating-btn-update {
    background: linear-gradient(135deg, #6c5ce7 0%, #00cec9 100%) !important;
}

/* 求片按钮 - 纯蓝色 */
.floating-btn-request {
    background: #2962ff !important;
}

/* 投稿按钮 - 纯橙色 */
.floating-btn-submit {
    background: #ff8a00 !important;
}

/* 移动端右侧悬浮按钮适配 */
@media (max-width: 768px) {
    .floating-buttons {
        right: 8px !important;
        bottom: 80px !important;
        gap: 8px !important;
    }
    
    .floating-btn {
        width: 50px !important;
        height: 68px !important;
        border-radius: 12px !important;
        padding: 6px 4px !important;
        gap: 2px !important;
    }
    
    .floating-icon-emoji {
    font-size: 30px !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
    margin-bottom: 4px !important;
}

.floating-btn svg {
        width: 18px !important;
        height: 18px !important;
    }
    
    .floating-btn span {
        font-size: 11px !important;
    }
}

/* 第二、三个按钮调整为更接近正方形 */
.floating-btn-request,
.floating-btn-submit {
    height: 58px !important;
}

/* 移动端第二、三个按钮也调整为正方形 */
@media (max-width: 768px) {
    .floating-btn-request,
    .floating-btn-submit {
        height: 58px !important;
    }
}


/* 求片、投稿按钮调整 */
.floating-btn-request .floating-icon-emoji,
.floating-btn-submit .floating-icon-emoji {
    font-size: 32px !important;
    margin-bottom: 4px !important;
}

.floating-btn-request span,
.floating-btn-submit span {
    font-size: 13px !important;
    font-weight: 400 !important;
}

.floating-btn-request,
.floating-btn-submit {
    padding: 6px 4px !important;
}

/* 移动端求片、投稿按钮 */
@media (max-width: 768px) {
    .floating-btn-request .floating-icon-emoji,
    .floating-btn-submit .floating-icon-emoji {
        font-size: 28px !important;
    }
    
    .floating-btn-request span,
    .floating-btn-submit span {
        font-size: 12px !important;
        font-weight: 400 !important;
    }
    
    .floating-btn-request,
    .floating-btn-submit {
        padding: 6px 4px !important;
    }
}


/* ============================================
   右侧悬浮按钮 - 对齐pansou1样式
   ============================================ */

/* 按钮容器 */
.floating-buttons {
    position: fixed !important;
    right: 14px !important;
    bottom: 60px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    z-index: 1500 !important;
}

/* 按钮基础样式 */
.floating-btn {
    width: 60px !important;
    min-height: 60px !important;
    border-radius: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    cursor: pointer !important;
    transition: transform 0.15s ease, box-shadow 0.15s ease !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35) !important;
    padding: 6px 8px !important;
    box-sizing: border-box !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    gap: 2px !important;
}

/* 按钮悬浮效果 */
.floating-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4) !important;
}

/* 第一个按钮（更新群）- 渐变背景 */
.floating-btn-update {
    background: linear-gradient(135deg, #6c5ce7 0%, #00cec9 100%) !important;
}

/* 第二个按钮（求片）- 纯蓝色 */
.floating-btn-request {
    background: #2962ff !important;
}

/* 第三个按钮（投稿）- 纯橙色 */
.floating-btn-submit {
    background: #ff8a00 !important;
}

/* 图标样式 */
.floating-icon-emoji {
    font-size: 22px !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
}

/* 文字样式 */
.floating-btn span {
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    white-space: pre-line !important;
    text-align: center !important;
    color: #fff !important;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .floating-buttons {
        right: 8px !important;
        bottom: 70px !important;
    }
    
    .floating-btn {
        width: 50px !important;
        min-height: 50px !important;
        padding: 6px 8px !important;
    }
    
    .floating-icon-emoji {
        font-size: 18px !important;
    }
    
    .floating-btn span {
        font-size: 11px !important;
    }
}

/* ============================================

/* 修复置顶资源一白一黑的问题 - 统一所有条目的背景色和文字颜色 */
.daily-update-item,
.daily-update-item:nth-child(odd),
.daily-update-item:nth-child(even),
.daily-update-item:first-child,
.daily-update-item:last-child {
    background-color: transparent !important;
    color: #e2e8f0 !important;
}

.daily-update-item a {
    color: #e2e8f0 !important;
}

.daily-update-item .item-fire {
    color: inherit !important;
}

.daily-update-item .item-quality {
    color: #94a3b8 !important;
}

/* 确保hover状态也是统一的 */
.daily-update-item:hover {
    background-color: rgba(255, 255, 255, 0.03) !important;
}


/* 确保所有资源条目样式统一，修复一白一黑问题 */
.latest-item,
.hot-item,
.update-item,
.list-item,
.daily-update-item,
.latest-item:nth-child(odd),
.hot-item:nth-child(odd),
.update-item:nth-child(odd),
.list-item:nth-child(odd),
.daily-update-item:nth-child(odd),
.latest-item:nth-child(even),
.hot-item:nth-child(even),
.update-item:nth-child(even),
.list-item:nth-child(even),
.daily-update-item:nth-child(even),
.latest-item:first-child,
.hot-item:first-child,
.update-item:first-child,
.list-item:first-child,
.daily-update-item:first-child,
.latest-item:last-child,
.hot-item:last-child,
.update-item:last-child,
.list-item:last-child,
.daily-update-item:last-child {
    background-color: transparent !important;
    background: transparent !important;
    color: #e2e8f0 !important;
}

.latest-item a,
.hot-item a,
.update-item a,
.list-item a,
.daily-update-item a {
    color: #e2e8f0 !important;
}

/* 确保所有列表容器背景统一 */
.latest-list,
.hot-list,
.update-list,
.list-list,
.daily-update-list,
#hotList,
#latestList,
#dailyUpdateList {
    background-color: transparent !important;
    background: transparent !important;
}

/* 确保所有板块背景统一 */
.latest-section,
.hot-section,
.update-section,
.list-section,
.daily-update-section {
    background-color: rgba(26, 26, 36, 0.85) !important;
    background: rgba(26, 26, 36, 0.85) !important;
}


/* 修复顶部导航栏背景一黑一白问题，统一深色背景 */
#app > .top-nav,
#app > .top-nav .top-nav-box,
#app > .top-nav .top-nav-logo,
#app > .top-nav .top-nav-menu,
#app > .top-nav .top-nav-actions,
.headerBox,
.headerKox,
.headerBox .bg,
.headerBox .box,
.nav,
.navbar,
#nav,
#header {
    background-color: rgba(10, 10, 15, 0.9) !important;
    background: rgba(10, 10, 15, 0.9) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* 确保导航栏内所有子元素背景也是深色 */
#app > .top-nav * {
    background-color: transparent !important;
    background: transparent !important;
}

/* 导航栏logo文字颜色 */
#app > .top-nav .top-nav-logo .logo-name,
#app > .top-nav .top-nav-logo .logo-text,
#app > .top-nav .logo,
#app > .top-nav .title {
    color: #e2e8f0 !important;
}

/* 导航栏菜单项颜色 */
#app > .top-nav .nav-menu-item,
#app > .top-nav .menu-item,
#app > .top-nav .nav-item {
    color: rgba(226, 232, 240, 0.8) !important;
}

#app > .top-nav .nav-menu-item:hover,
#app > .top-nav .menu-item:hover,
#app > .top-nav .nav-item:hover,
#app > .top-nav .nav-menu-item.active,
#app > .top-nav .menu-item.active,
#app > .top-nav .nav-item.active {
    color: #8b5cf6 !important;
}


/* 提高优先级，确保导航栏深色背景生效 */
body #app > .top-nav,
body #app > .top-nav .top-nav-box,
body #app > .top-nav .top-nav-logo,
body #app > .top-nav .top-nav-menu,
body #app > .top-nav .top-nav-actions {
    background-color: rgba(10, 10, 15, 0.9) !important;
    background: rgba(10, 10, 15, 0.9) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 0 !important;
}

/* 确保导航栏内所有子元素背景透明 */
body #app > .top-nav * {
    background-color: transparent !important;
    background: transparent !important;
}

/* 导航栏logo文字颜色 */
body #app > .top-nav .top-nav-logo .logo-name,
body #app > .top-nav .top-nav-logo .logo-text,
body #app > .top-nav .logo,
body #app > .top-nav .title {
    color: #e2e8f0 !important;
}

/* 导航栏菜单项颜色 */
body #app > .top-nav .nav-menu-item,
body #app > .top-nav .menu-item,
body #app > .top-nav .nav-item {
    color: rgba(226, 232, 240, 0.8) !important;
}

body #app > .top-nav .nav-menu-item:hover,
body #app > .top-nav .menu-item:hover,
body #app > .top-nav .nav-item:hover,
body #app > .top-nav .nav-menu-item.active,
body #app > .top-nav .menu-item.active,
body #app > .top-nav .nav-item.active {
    color: #8b5cf6 !important;
}


/* ===== 搜索区域样式改造 - 参考pansou1风格 ===== */

/* 搜索框样式调整 */
.search-input-box {
    border-radius: 16px !important;
    height: 56px !important;
    padding: 0 20px !important;
    background: rgba(30, 30, 40, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    margin-bottom: 16px !important;
}

.search-input-box input {
    height: 56px !important;
    font-size: 15px !important;
    color: #e2e8f0 !important;
}

.search-input-box input::placeholder {
    color: rgba(226, 232, 240, 0.5) !important;
}

/* 搜索按钮样式调整 - 移到下面，占满宽度 */
.search-btn {
    width: 100% !important;
    height: 52px !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #4facfe 100%) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3) !important;
    margin-top: 0 !important;
}

.search-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 25px rgba(102, 126, 234, 0.4) !important;
}

/* 搜索框内的搜索图标 */
.input-search-icon {
    color: rgba(226, 232, 240, 0.6) !important;
}

/* 大家都在搜样式调整 - 去掉标签背景，改成纯文字 */
.hot-keywords {
    margin-top: 24px !important;
    text-align: center !important;
}

.hot-keywords-label {
    display: inline !important;
    font-size: 13px !important;
    color: rgba(226, 232, 240, 0.6) !important;
    margin-right: 8px !important;
}

.hot-keywords-list {
    display: inline !important;
}

.hot-keyword {
    display: inline !important;
    background: none !important;
    color: rgba(226, 232, 240, 0.7) !important;
    font-size: 13px !important;
    padding: 0 !important;
    margin: 0 8px !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    transition: color 0.3s ease !important;
}

.hot-keyword:hover {
    color: #8b5cf6 !important;
    background: none !important;
}

/* 大标题样式调整 */
.hero-title-main {
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 8px !important;
    line-height: 1.2 !important;
}

.hero-title-sub {
    font-size: 42px !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, #8b5cf6 0%, #06b6d4 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    margin-bottom: 16px !important;
    line-height: 1.2 !important;
}

.hero-desc {
    font-size: 14px !important;
    color: rgba(226, 232, 240, 0.7) !important;
    margin-bottom: 32px !important;
}

/* 小胶囊标签样式调整 */
.hero-badge {
    margin-bottom: 24px !important;
}

.hero-badge span {
    font-size: 12px !important;
    padding: 6px 16px !important;
    background: rgba(139, 92, 246, 0.15) !important;
    color: #a78bfa !important;
    border-radius: 20px !important;
    border: 1px solid rgba(139, 92, 246, 0.2) !important;
}

/* ===== 移动端适配 ===== */
@media (max-width: 768px) {
    .search-input-box {
        height: 52px !important;
        border-radius: 14px !important;
        padding: 0 16px !important;
        margin-bottom: 12px !important;
    }
    
    .search-input-box input {
        height: 52px !important;
        font-size: 14px !important;
    }
    
    .search-btn {
        height: 48px !important;
        border-radius: 14px !important;
        font-size: 15px !important;
    }
    
    .hero-title-main {
        font-size: 32px !important;
    }
    
    .hero-title-sub {
        font-size: 32px !important;
    }
    
    .hero-desc {
        font-size: 13px !important;
        margin-bottom: 24px !important;
    }
    
    .hot-keywords {
        margin-top: 20px !important;
    }
    
    .hot-keyword {
        font-size: 12px !important;
        margin: 0 6px !important;
    }
    
    .hot-keywords-label {
        font-size: 12px !important;
    }
}


/* 提高优先级 - 大家都在搜纯文字样式 */
body .search-section .hot-keywords,
body .search-section .hot-keywords-label,
body .search-section .hot-keywords-list,
body .search-section .hot-keyword {
    background: none !important;
    background-color: transparent !important;
}

body .search-section .hot-keywords {
    margin-top: 24px !important;
    text-align: center !important;
    background: transparent !important;
    padding: 0 !important;
}

body .search-section .hot-keywords-label {
    display: inline !important;
    font-size: 13px !important;
    color: rgba(226, 232, 240, 0.6) !important;
    margin-right: 8px !important;
    background: transparent !important;
    padding: 0 !important;
}

body .search-section .hot-keywords-list {
    display: inline !important;
    background: transparent !important;
    padding: 0 !important;
}

body .search-section .hot-keyword {
    display: inline !important;
    background: transparent !important;
    color: rgba(226, 232, 240, 0.7) !important;
    font-size: 13px !important;
    padding: 0 !important;
    margin: 0 8px !important;
    border-radius: 0 !important;
    border: none !important;
    cursor: pointer !important;
    transition: color 0.3s ease !important;
}

body .search-section .hot-keyword:hover {
    color: #8b5cf6 !important;
    background: transparent !important;
}

/* 移动端大家都在搜样式 */
@media (max-width: 768px) {
    body .search-section .hot-keywords {
        margin-top: 20px !important;
    }
    
    body .search-section .hot-keyword {
        font-size: 12px !important;
        margin: 0 6px !important;
    }
    
    body .search-section .hot-keywords-label {
        font-size: 12px !important;
    }
}



/* ===== 搜索区域像素级对齐pansou1.com - 最新调整 ===== */

/* 确保搜索区域所有容器背景透明，去掉外层卡片 */
body .search-section,
body .search-section .search-box-wrapper,
body .search-section .search-container,
body .search-section .hero-container,
body .search-section .search-card,
body .search-section .hero-card {
    background: transparent !important;
    background-color: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
}

/* 小胶囊标签样式 - 对齐pansou1 */
body .search-section .hero-badge span {
    padding: 4px 14px !important;
    border-radius: 9999px !important;
    border: 1px solid rgba(108, 92, 231, 0.3) !important;
    background-color: rgba(108, 92, 231, 0.12) !important;
    font-size: 11px !important;
    color: #a78bfa !important;
    text-align: center !important;
}

/* 大标题样式调整 */
body .search-section .hero-title-main {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #e8eaf0 !important;
    margin-bottom: 6px !important;
    line-height: 1.2 !important;
}

body .search-section .hero-title-sub {
    font-size: 36px !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, #667eea 0%, #06b6d4 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    margin-bottom: 12px !important;
    line-height: 1.2 !important;
}

/* 描述文字 */
body .search-section .hero-desc {
    font-size: 13px !important;
    color: #8a93a6 !important;
    margin-bottom: 24px !important;
}

/* 搜索框样式 - 对齐pansou1 */
body .search-section .search-input-box {
    height: 52px !important;
    border-radius: 14px !important;
    padding: 0 16px !important;
    background: rgba(20, 24, 33, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    margin-bottom: 12px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

body .search-section .search-input-box input {
    height: 52px !important;
    font-size: 14px !important;
    color: #e8eaf0 !important;
}

body .search-section .search-input-box input::placeholder {
    color: #5a6276 !important;
}

/* 搜索按钮样式 - 对齐pansou1 */
body .search-section .search-btn {
    width: 100% !important;
    height: 48px !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #4facfe 100%) !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.35) !important;
    margin-top: 0 !important;
}

body .search-section .search-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.45) !important;
}

/* 搜索框内的搜索图标 */
body .search-section .input-search-icon {
    color: #8a93a6 !important;
    font-size: 18px !important;
}

/* 大家都在搜样式 - 对齐pansou1 */
body .search-section .hot-keywords {
    margin-top: 20px !important;
    text-align: center !important;
    line-height: 2 !important;
}

body .search-section .hot-keywords-label {
    display: inline !important;
    font-size: 12px !important;
    color: #8a93a6 !important;
    margin-right: 6px !important;
}

body .search-section .hot-keywords-list {
    display: inline !important;
}

body .search-section .hot-keyword {
    display: inline !important;
    background: none !important;
    color: #8a93a6 !important;
    font-size: 12px !important;
    padding: 0 !important;
    margin: 0 6px !important;
    border-radius: 0 !important;
    border: none !important;
    cursor: pointer !important;
    transition: color 0.3s ease !important;
}

body .search-section .hot-keyword:hover {
    color: #667eea !important;
    background: none !important;
}

/* 搜索区域左右边距 */
body .search-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* ===== PC端适配 ===== */
@media (min-width: 769px) {
    body .search-section .hero-title-main {
        font-size: 48px !important;
    }
    
    body .search-section .hero-title-sub {
        font-size: 48px !important;
    }
    
    body .search-section .hero-desc {
        font-size: 15px !important;
        margin-bottom: 32px !important;
    }
    
    body .search-section .search-input-box {
        height: 60px !important;
        border-radius: 16px !important;
        margin-bottom: 16px !important;
    }
    
    body .search-section .search-input-box input {
        height: 60px !important;
        font-size: 16px !important;
    }
    
    body .search-section .search-btn {
        height: 56px !important;
        border-radius: 16px !important;
        font-size: 16px !important;
    }
    
    body .search-section .hot-keywords {
        margin-top: 24px !important;
    }
    
    body .search-section .hot-keyword {
        font-size: 13px !important;
        margin: 0 8px !important;
    }
    
    body .search-section .hot-keywords-label {
        font-size: 13px !important;
        margin-right: 8px !important;
    }
    
    body .search-section .hero-badge span {
        font-size: 12px !important;
        padding: 6px 16px !important;
    }
}



/* ===== 彻底去掉搜索区域外层卡片 - 高优先级 ===== */

/* 所有可能的搜索区域外层容器 */
body .search-section,
body .search-section > div,
body .search-section > section,
body .search-box-wrapper,
body .search-container,
body .hero-container,
body .search-card,
body .hero-card,
body .search-wrap,
body .hero-wrap,
body .search-content,
body .hero-content {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
    border-radius: 0 !important;
}

/* 确保搜索区域内的内容直接在渐变背景上 */
body .search-section {
    background: transparent !important;
    background-color: transparent !important;
}


/* ============================================
   搜索区域像素级对齐pansou1.com - 继续调整
   ============================================ */

/* 小胶囊标签 - 确保显示并对齐pansou1 */
body .hero-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 4px 14px !important;
    border-radius: 9999px !important;
    border: 1px solid rgba(108, 92, 231, 0.3) !important;
    background-color: rgba(108, 92, 231, 0.12) !important;
    font-size: 11px !important;
    color: #a5b4fc !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
}

body .hero-badge .badge-icon {
    margin-right: 4px !important;
    font-size: 12px !important;
}

/* 大标题 - 对齐pansou1 */
body .hero-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
    text-align: center !important;
}

body .hero-title .line1 {
    color: #ffffff !important;
    display: block !important;
}

body .hero-title .line2 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #00d4ff 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    display: block !important;
}

/* 描述文字 - 对齐pansou1 */
body .hero-desc {
    font-size: 14px !important;
    color: #94a3b8 !important;
    line-height: 1.6 !important;
    margin-bottom: 24px !important;
    text-align: center !important;
}

/* 搜索框 - 对齐pansou1 */
body .search-input-box {
    height: 52px !important;
    border-radius: 16px !important;
    background-color: rgba(26, 31, 44, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    margin-bottom: 16px !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2) !important;
    padding: 0 20px !important;
}

body .search-input-box input {
    height: 100% !important;
    font-size: 15px !important;
    color: #e2e8f0 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
}

body .search-input-box input::placeholder {
    color: #64748b !important;
}

body .search-input-box .search-icon {
    font-size: 18px !important;
    color: #94a3b8 !important;
    margin-right: 12px !important;
}

/* 搜索按钮 - 对齐pansou1 */
body .search-btn {
    width: 100% !important;
    height: 52px !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #00d4ff 100%) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: none !important;
    cursor: pointer !important;
    margin-bottom: 24px !important;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4) !important;
    transition: all 0.3s ease !important;
}

body .search-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 24px rgba(102, 126, 234, 0.5) !important;
}

body .search-btn:active {
    transform: translateY(0) !important;
}

/* 大家都在搜 - 对齐pansou1 */
body .hot-keywords-section {
    text-align: center !important;
    margin-bottom: 32px !important;
}

body .hot-keywords-title {
    font-size: 13px !important;
    color: #94a3b8 !important;
    margin-bottom: 12px !important;
    display: inline-block !important;
}

body .hot-keywords-title .fire-icon {
    font-size: 14px !important;
    margin-right: 4px !important;
}

body .hot-keywords-list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px 16px !important;
}

body .hot-keyword {
    font-size: 13px !important;
    color: #94a3b8 !important;
    cursor: pointer !important;
    transition: color 0.3s ease !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
}

body .hot-keyword:hover {
    color: #a5b4fc !important;
}

/* PC端适配 */
@media (min-width: 769px) {
    body .hero-badge {
        font-size: 12px !important;
        padding: 6px 16px !important;
        margin-bottom: 24px !important;
    }
    
    body .hero-title {
        font-size: 48px !important;
        margin-bottom: 16px !important;
    }
    
    body .hero-desc {
        font-size: 16px !important;
        margin-bottom: 32px !important;
    }
    
    body .search-input-box {
        height: 56px !important;
        border-radius: 18px !important;
        margin-bottom: 20px !important;
        max-width: 600px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    body .search-input-box input {
        font-size: 16px !important;
    }
    
    body .search-btn {
        height: 56px !important;
        border-radius: 18px !important;
        font-size: 17px !important;
        margin-bottom: 32px !important;
        max-width: 600px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    body .hot-keywords-section {
        margin-bottom: 40px !important;
        max-width: 700px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    body .hot-keywords-title {
        font-size: 14px !important;
        margin-bottom: 16px !important;
    }
    
    body .hot-keywords-list {
        gap: 10px 20px !important;
    }
    
    body .hot-keyword {
        font-size: 14px !important;
    }
}


/* ============================================
   搜索区域像素级对齐pansou1.com - 使用正确类名
   ============================================ */

/* 搜索区域外层 - 去掉背景卡片 */
body .search-section {
    background: transparent !important;
    background-color: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

/* 搜索头部 - 居中对齐 */
body .search-header {
    text-align: center !important;
    margin-bottom: 0 !important;
}

/* 大标题容器 */
body .hero-title {
    margin-bottom: 0 !important;
}

/* 小胶囊标签 - 对齐pansou1 */
body .hero-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 4px 14px !important;
    border-radius: 9999px !important;
    border: 1px solid rgba(108, 92, 231, 0.3) !important;
    background-color: rgba(108, 92, 231, 0.12) !important;
    font-size: 11px !important;
    color: #a5b4fc !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
}

body .hero-badge span {
    font-size: 11px !important;
    color: #a5b4fc !important;
}

/* 主标题 - 对齐pansou1 */
body .hero-title-main {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
    color: #ffffff !important;
    text-align: center !important;
}

/* 副标题 - 渐变色，对齐pansou1 */
body .hero-title-sub {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 16px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #00d4ff 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-align: center !important;
}

/* 描述文字 - 对齐pansou1 */
body .hero-desc {
    font-size: 14px !important;
    color: #94a3b8 !important;
    line-height: 1.6 !important;
    margin-bottom: 24px !important;
    text-align: center !important;
}

/* 搜索框包裹 - 去掉背景 */
body .search-box-wrapper {
    background: transparent !important;
    background-color: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

/* 搜索输入框 - 对齐pansou1 */
body .search-input-box {
    height: 52px !important;
    border-radius: 16px !important;
    background-color: rgba(26, 31, 44, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    margin-bottom: 16px !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2) !important;
    padding: 0 20px !important;
    display: flex !important;
    align-items: center !important;
}

body .search-input-box input {
    height: 100% !important;
    font-size: 15px !important;
    color: #e2e8f0 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    flex: 1 !important;
}

body .search-input-box input::placeholder {
    color: #64748b !important;
}

body .search-input-box .input-search-icon {
    margin-right: 12px !important;
    color: #94a3b8 !important;
    display: flex !important;
    align-items: center !important;
}

body .search-input-box .input-search-icon svg {
    width: 18px !important;
    height: 18px !important;
}

/* 搜索按钮 - 对齐pansou1 */
body .search-btn {
    width: 100% !important;
    height: 52px !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #00d4ff 100%) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: none !important;
    cursor: pointer !important;
    margin-bottom: 24px !important;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4) !important;
    transition: all 0.3s ease !important;
}

body .search-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 24px rgba(102, 126, 234, 0.5) !important;
}

body .search-btn:active {
    transform: translateY(0) !important;
}

/* 大家都在搜 - 对齐pansou1 */
body .hot-keywords {
    text-align: center !important;
    margin-bottom: 32px !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

body .hot-keywords-label {
    font-size: 13px !important;
    color: #94a3b8 !important;
    margin-bottom: 12px !important;
    display: inline-block !important;
}

body .hot-keywords-label .hot-icon {
    font-size: 14px !important;
    margin-right: 4px !important;
}

body .hot-keywords-list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px 16px !important;
}

body .hot-keyword {
    font-size: 13px !important;
    color: #94a3b8 !important;
    cursor: pointer !important;
    transition: color 0.3s ease !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
}

body .hot-keyword:hover {
    color: #a5b4fc !important;
}

/* PC端适配 */
@media (min-width: 769px) {
    body .hero-badge {
        font-size: 12px !important;
        padding: 6px 16px !important;
        margin-bottom: 24px !important;
    }
    
    body .hero-badge span {
        font-size: 12px !important;
    }
    
    body .hero-title-main {
        font-size: 48px !important;
        margin-bottom: 10px !important;
    }
    
    body .hero-title-sub {
        font-size: 48px !important;
        margin-bottom: 20px !important;
    }
    
    body .hero-desc {
        font-size: 16px !important;
        margin-bottom: 32px !important;
    }
    
    body .search-input-box {
        height: 56px !important;
        border-radius: 18px !important;
        margin-bottom: 20px !important;
        max-width: 600px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    body .search-input-box input {
        font-size: 16px !important;
    }
    
    body .search-btn {
        height: 56px !important;
        border-radius: 18px !important;
        font-size: 17px !important;
        margin-bottom: 32px !important;
        max-width: 600px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    body .hot-keywords {
        margin-bottom: 40px !important;
        max-width: 700px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    body .hot-keywords-label {
        font-size: 14px !important;
        margin-bottom: 16px !important;
    }
    
    body .hot-keywords-list {
        gap: 10px 20px !important;
    }
    
    body .hot-keyword {
        font-size: 14px !important;
    }
}


/* ============================================
   搜索区域细节调整
   ============================================ */

/* 小胶囊标签 - 文字颜色调整，更清晰 */
body .hero-badge {
    color: #c7d2fe !important;
}

body .hero-badge span {
    color: #c7d2fe !important;
    font-size: 11px !important;
    font-weight: 500 !important;
}

/* 确保小胶囊标签在导航栏下方可见 */
body .search-header {
    padding-top: 20px !important;
}

/* 搜索框 - 微调 */
body .search-input-box {
    background-color: rgba(20, 24, 33, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* 搜索按钮 - 微调渐变 */
body .search-btn {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #06b6d4 100%) !important;
}

/* 大家都在搜 - 微调 */
body .hot-keywords-label {
    color: #94a3b8 !important;
    font-weight: 500 !important;
}

body .hot-keyword {
    color: #94a3b8 !important;
    font-weight: 400 !important;
}

body .hot-keyword:hover {
    color: #a5b4fc !important;
}


/* ============================================
   搜索区域像素级对齐pansou1.com - 最终调整
   ============================================ */

/* 小胶囊标签 - 对齐pansou1 */
body .hero-badge {
    padding: 5px 16px !important;
    font-size: 12px !important;
    margin-bottom: 24px !important;
    background-color: rgba(99, 102, 241, 0.15) !important;
    border: 1px solid rgba(99, 102, 241, 0.3) !important;
    color: #a5b4fc !important;
}

body .hero-badge span {
    font-size: 12px !important;
    color: #a5b4fc !important;
    font-weight: 500 !important;
}

/* 大标题 - 对齐pansou1 */
body .hero-title-main {
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    margin-bottom: 6px !important;
    color: #f8fafc !important;
}

body .hero-title-sub {
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    margin-bottom: 20px !important;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #06b6d4 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* 描述文字 - 对齐pansou1 */
body .hero-desc {
    font-size: 14px !important;
    color: #94a3b8 !important;
    line-height: 1.6 !important;
    margin-bottom: 28px !important;
}

/* 搜索框 - 对齐pansou1 */
body .search-input-box {
    height: 56px !important;
    border-radius: 20px !important;
    background-color: rgba(20, 24, 33, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    margin-bottom: 16px !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3) !important;
    padding: 0 20px !important;
}

body .search-input-box input {
    font-size: 15px !important;
    color: #e2e8f0 !important;
}

body .search-input-box input::placeholder {
    color: #64748b !important;
}

body .search-input-box .input-search-icon svg {
    width: 20px !important;
    height: 20px !important;
    color: #94a3b8 !important;
}

/* 搜索按钮 - 对齐pansou1 */
body .search-btn {
    height: 56px !important;
    border-radius: 20px !important;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #06b6d4 100%) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 28px !important;
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.4) !important;
}

body .search-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 24px rgba(99, 102, 241, 0.5) !important;
}

/* 大家都在搜 - 对齐pansou1 */
body .hot-keywords {
    margin-bottom: 36px !important;
}

body .hot-keywords-label {
    font-size: 13px !important;
    color: #94a3b8 !important;
    margin-bottom: 10px !important;
    font-weight: 500 !important;
}

body .hot-keywords-label .hot-icon {
    font-size: 14px !important;
    margin-right: 4px !important;
}

body .hot-keywords-list {
    gap: 6px 14px !important;
}

body .hot-keyword {
    font-size: 13px !important;
    color: #94a3b8 !important;
    font-weight: 400 !important;
}

body .hot-keyword:hover {
    color: #a5b4fc !important;
}

/* PC端适配 */
@media (min-width: 769px) {
    body .hero-badge {
        padding: 6px 18px !important;
        font-size: 13px !important;
        margin-bottom: 28px !important;
    }
    
    body .hero-badge span {
        font-size: 13px !important;
    }
    
    body .hero-title-main {
        font-size: 56px !important;
        margin-bottom: 8px !important;
    }
    
    body .hero-title-sub {
        font-size: 56px !important;
        margin-bottom: 24px !important;
    }
    
    body .hero-desc {
        font-size: 16px !important;
        margin-bottom: 36px !important;
    }
    
    body .search-input-box {
        height: 60px !important;
        border-radius: 24px !important;
        margin-bottom: 20px !important;
        max-width: 640px !important;
    }
    
    body .search-input-box input {
        font-size: 16px !important;
    }
    
    body .search-btn {
        height: 60px !important;
        border-radius: 24px !important;
        font-size: 17px !important;
        margin-bottom: 36px !important;
        max-width: 640px !important;
    }
    
    body .hot-keywords {
        margin-bottom: 48px !important;
        max-width: 720px !important;
    }
    
    body .hot-keywords-label {
        font-size: 14px !important;
        margin-bottom: 12px !important;
    }
    
    body .hot-keywords-list {
        gap: 8px 16px !important;
    }
    
    body .hot-keyword {
        font-size: 14px !important;
    }
}


/* ============================================
   搜索区域最终微调 - 对齐pansou1
   ============================================ */

/* 搜索区域顶部间距，避免被导航栏挡住 */
body .search-section {
    padding-top: 20px !important;
}

/* 小胶囊标签 - 确保可见且位置正确 */
body .hero-badge {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* 大标题 - 更紧凑 */
body .hero-title-main {
    font-size: 34px !important;
    line-height: 1.2 !important;
    margin-bottom: 4px !important;
}

body .hero-title-sub {
    font-size: 34px !important;
    line-height: 1.2 !important;
    margin-bottom: 16px !important;
}

/* 描述文字 - 更紧凑 */
body .hero-desc {
    font-size: 13px !important;
    margin-bottom: 24px !important;
    line-height: 1.5 !important;
}

/* 搜索框 - 圆角更大，更紧凑 */
body .search-input-box {
    height: 52px !important;
    border-radius: 18px !important;
    margin-bottom: 12px !important;
}

/* 搜索按钮 - 圆角更大，更紧凑 */
body .search-btn {
    height: 52px !important;
    border-radius: 18px !important;
    font-size: 15px !important;
    margin-bottom: 24px !important;
}

/* 大家都在搜 - 更紧凑 */
body .hot-keywords {
    margin-bottom: 32px !important;
}

body .hot-keywords-label {
    font-size: 12px !important;
    margin-bottom: 8px !important;
}

body .hot-keywords-list {
    gap: 4px 12px !important;
}

body .hot-keyword {
    font-size: 12px !important;
}

/* PC端适配 - 更紧凑 */
@media (min-width: 769px) {
    body .search-section {
        padding-top: 40px !important;
    }
    
    body .hero-badge {
        margin-top: 0 !important;
        margin-bottom: 24px !important;
    }
    
    body .hero-title-main {
        font-size: 52px !important;
        margin-bottom: 6px !important;
    }
    
    body .hero-title-sub {
        font-size: 52px !important;
        margin-bottom: 20px !important;
    }
    
    body .hero-desc {
        font-size: 15px !important;
        margin-bottom: 32px !important;
    }
    
    body .search-input-box {
        height: 56px !important;
        border-radius: 20px !important;
        margin-bottom: 16px !important;
    }
    
    body .search-btn {
        height: 56px !important;
        border-radius: 20px !important;
        font-size: 16px !important;
        margin-bottom: 32px !important;
    }
    
    body .hot-keywords {
        margin-bottom: 44px !important;
    }
    
    body .hot-keywords-label {
        font-size: 13px !important;
        margin-bottom: 10px !important;
    }
    
    body .hot-keywords-list {
        gap: 6px 14px !important;
    }
    
    body .hot-keyword {
        font-size: 13px !important;
    }
}


/* ============================================
   小胶囊标签位置调整 - 避免被导航栏挡住
   ============================================ */

body .search-section {
    padding-top: 30px !important;
}

body .hero-badge {
    margin-top: 20px !important;
}

/* PC端调整 */
@media (min-width: 769px) {
    body .search-section {
        padding-top: 60px !important;
    }
    
    body .hero-badge {
        margin-top: 0 !important;
    }
}



/* ============================================
   PC端搜索区域布局调整 - 搜索框和按钮在同一行
   ============================================ */

@media (min-width: 769px) {
    /* 搜索框包裹容器 - 使用flex布局 */
    body .search-box-wrapper {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        max-width: 720px !important;
        margin: 0 auto !important;
    }
    
    /* 搜索输入框 - 占满剩余空间 */
    body .search-input-box {
        flex: 1 !important;
        margin-bottom: 0 !important;
        min-width: 0 !important;
    }
    
    /* 搜索按钮 - 固定宽度，在右侧 */
    body .search-btn {
        width: auto !important;
        padding: 0 36px !important;
        margin-bottom: 0 !important;
        white-space: nowrap !important;
        flex-shrink: 0 !important;
    }
    
    /* 大家都在搜 - 调整位置，在搜索框和按钮下方 */
    body .hot-keywords {
        margin-top: 24px !important;
    }
}


/* ============================================
   修复PC端搜索区域布局 - 大家都在搜换行
   ============================================ */

@media (min-width: 769px) {
    /* 搜索框包裹容器 - 允许换行 */
    body .search-box-wrapper {
        flex-wrap: wrap !important;
    }
    
    /* 大家都在搜 - 占满整行，换行显示 */
    body .hot-keywords {
        width: 100% !important;
        flex-basis: 100% !important;
    }
}


/* ============================================
   PC端搜索区域布局调整 - 高优先级版本
   ============================================ */

@media (min-width: 769px) {
    html body .search-section .search-box-wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 12px !important;
        max-width: 720px !important;
        margin: 0 auto !important;
    }
    
    html body .search-section .search-input-box {
        flex: 1 !important;
        margin-bottom: 0 !important;
        min-width: 0 !important;
    }
    
    html body .search-section .search-btn {
        width: auto !important;
        padding: 0 36px !important;
        margin-bottom: 0 !important;
        white-space: nowrap !important;
        flex-shrink: 0 !important;
    }
    
    html body .search-section .hot-keywords {
        width: 100% !important;
        flex-basis: 100% !important;
        margin-top: 24px !important;
    }
}


/* ============================================
   测试：直接应用flex布局
   ============================================ */

body .search-box-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 12px !important;
}

body .search-input-box {
    flex: 1 !important;
    margin-bottom: 0 !important;
    min-width: 0 !important;
}

body .search-btn {
    width: auto !important;
    padding: 0 36px !important;
    margin-bottom: 0 !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

body .hot-keywords {
    width: 100% !important;
    flex-basis: 100% !important;
    margin-top: 24px !important;
}


/* ============================================
   手机端布局恢复 - 搜索框在上，按钮在下
   ============================================ */

@media (max-width: 768px) {
    body .search-box-wrapper {
        display: block !important;
    }
    
    body .search-input-box {
        margin-bottom: 16px !important;
        flex: none !important;
    }
    
    body .search-btn {
        width: 100% !important;
        margin-bottom: 24px !important;
        padding: 0 !important;
    }
    
    body .hot-keywords {
        width: auto !important;
        flex-basis: auto !important;
        margin-top: 0 !important;
    }
}


/* ============================================
   大家都在搜 - 位置上移 + 手机端布局调整
   ============================================ */

/* 整体位置上移，更贴近搜索按钮 */
html body .search-section .hot-keywords {
    margin-top: 12px !important;
}

/* 手机端布局调整 */
@media (max-width: 768px) {
    /* 整体容器 */
    html body .search-section .hot-keywords {
        margin-top: 8px !important;
        text-align: center !important;
    }
    
    /* 标签文字单独占一行 */
    html body .search-section .hot-keywords-label {
        display: block !important;
        margin-bottom: 8px !important;
        margin-right: 0 !important;
        font-size: 12px !important;
    }
    
    /* 关键词列表单独占一行 */
    html body .search-section .hot-keywords-list {
        display: block !important;
    }
    
    /* 关键词标签调整 */
    html body .search-section .hot-keyword {
        margin-right: 8px !important;
        margin-bottom: 6px !important;
    }
}

/* PC端也稍微上移一点 */
@media (min-width: 769px) {
    html body .search-section .hot-keywords {
        margin-top: 16px !important;
    }
}
